]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Committed Translation by Sweta Kothari
[evince.git] / ChangeLog
1 2009-02-18  Christian Persch  <chpe@gnome.org>
2
3         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
4         Don't use g_quark_from_static_string in a loadable module!
5
6 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7
8         * configure.ac:
9
10         Update for release 2.25.91
11         
12 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
13
14         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
15         GTK symbol in commented out code. Bug #571707
16
17 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * NEWS:
20
21         Update for release 2.25.91.
22         
23 2009-02-16  Christian Persch  <chpe@gnome.org>
24
25         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
26         memory read.
27
28 2009-02-15  Christian Persch  <chpe@gnome.org>
29
30         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
31         warnings.
32
33 2009-02-15  Christian Persch  <chpe@gnome.org>
34
35         * libdocument/Makefile.am:
36         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
37
38 2009-02-15  Christian Persch  <chpe@gnome.org>
39
40         * libdocument/ev-document-type-builtins.c.template:
41         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
42
43 2009-02-14  Christian Persch  <chpe@gnome.org>
44
45         * backend/impress/impress-document.c: (impress_document_save):
46         Fill in the error.
47
48 2009-02-14  Christian Persch  <chpe@gnome.org>
49
50         * libdocument/ev-document.c: (ev_document_load): Add code to catch
51         backends incorrectly implementing the load vfunc.
52
53 2009-02-14  Christian Persch  <chpe@gnome.org>
54
55         * libdocument/ev-document-factory.c:
56         (ev_document_factory_get_document): Use a local GError, and propagate
57         as appropriate, making sure always to fill in @error if returning NULL.
58
59 2009-02-14  Christian Persch  <chpe@gnome.org>
60
61         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
62
63 2009-02-14  Christian Persch  <chpe@gnome.org>
64
65         * backend/pdf/ev-poppler.cc: Plug a mem leak.
66
67 2009-02-14  Christian Persch  <chpe@gnome.org>
68
69         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
70         an error.
71
72 2009-02-14  Christian Persch  <chpe@gnome.org>
73
74         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
75         to always set @error when returning FALSE. Fix a typo.
76
77 2009-02-14  Christian Persch  <chpe@gnome.org>
78
79         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
80         to always set @error when returning FALSE.
81
82 2009-02-14  Christian Persch  <chpe@gnome.org>
83
84         * backend/comics/comics-document.c: (comics_document_load): Make sure
85         to always set @error when returning FALSE.
86
87 2009-02-14  Christian Persch  <chpe@gnome.org>
88
89         * backend/impress/impress-document.c: (impress_document_load): Plug a
90         mem leak.
91
92 2009-02-14  Christian Persch  <chpe@gnome.org>
93
94         * backend/impress/impress-document.c: (impress_document_load): Don't
95         overwrite an error.
96
97 2009-02-14  Christian Persch  <chpe@gnome.org>
98
99         * libdocument/ev-document.c: (ev_document_info_copy): Remove
100         unnecessary NULL check; g_strdup() is NULL-safe.
101
102 2009-02-14  Christian Persch  <chpe@gnome.org>
103
104         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
105         that this returns either NULL and fills in error, or non-NULL. Use a
106         local GError so we can reliably check it.
107
108 2009-02-14  Christian Persch  <chpe@gnome.org>
109
110         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
111         content type to get the description, not the MIME type.
112
113 2009-02-14  Christian Persch  <chpe@gnome.org>
114
115         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
116         in @error on failure. Also, since this is exported in public APIs,
117         cope with the passed-in GError** being NULL.
118
119 2009-02-13  Christian Persch  <chpe@gnome.org>
120
121         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
122         safety.
123         (get_mime_type_from_data): Return the MIME type, not the content type.
124
125 2009-02-13  Christian Persch  <chpe@gnome.org>
126
127         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
128         the input stream.
129
130 2009-02-13  Christian Persch  <chpe@gnome.org>
131
132         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
133         all errors upwards.
134
135 2009-02-13  Christian Persch  <chpe@gnome.org>
136
137         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
138         more bytes from buffer than were read from the file.
139
140 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
141
142         * properties/ev-properties-view.c (set_property):
143         
144         Fixes bug #571787.
145
146 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * shell/eggfindbar.c: (egg_find_bar_init):
149
150         Use gtk_tool_button_set_use_underline() for next/previous buttons
151         so that the underline is used for the mnemonic. Fixes bug #571547.
152         
153 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * shell/ev-window.c: (setup_document_from_metadata),
156         (setup_sidebar_from_metadata), (setup_document_from_metadata),
157         (setup_view_from_metadata), (ev_window_set_document),
158         (ev_window_load_job_cb), (ev_window_reload_job_cb),
159         (ev_window_reload_remote), (ev_window_init):
160
161         Do not use metadata when reloading the document, so that the
162         window is not resized when reloading. See bugs #571051 and
163         #304249.
164         
165 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * configure.ac:
168         * cut-n-paste/smclient/Makefile.am:
169
170         Fix smclient libs on cycgwin. See bug #339172.
171         
172 2009-02-08  Christian Persch  <chpe@gnome.org>
173
174         * configure.ac:
175         * libdocument/Makefile.am:
176         * libview/Makefile.am: Add experimental introspection support.
177         Disabled by default; use --enable-introspection to enable it.
178         Bug #569083.
179
180 2009-02-08  Christian Persch  <chpe@gnome.org>
181
182         * libview/Makefile.am: Link libevdocument.la to libevview.la.
183
184 2009-02-05  Christian Persch  <chpe@gnome.org>
185
186         * backend/comics/comics-document.c: (comics_document_load):
187         * backend/djvu/djvu-document.c: (djvu_document_load):
188         * backend/dvi/dvi-document.c: (dvi_document_load):
189         * backend/impress/impress-document.c: (impress_document_load):
190         * backend/pdf/ev-poppler.cc:
191         * libdocument/ev-document-factory.c: (get_document_from_uri),
192         (ev_document_factory_get_document):
193         * shell/ev-print-operation.c:
194         (ev_print_operation_export_print_dialog_response_cb): Use
195         g_set_error_literal now that we depend on glib 2.18.
196
197 2009-02-05  Hib Eris  <hib@hiberis.nl>
198
199         * shell/ev-application.c:
200
201         Include gdkx.h only with X11. See bug #339172.
202         
203 2009-02-05  Hib Eris  <hib@hiberis.nl>
204
205         * backend/pdf/pdfdocument.evince-backend.in:
206
207         Add application/x-ext-pdf mime type for pdf backend. See bug
208         #339172.
209         
210 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * configure.ac:
213         * cut-n-paste/smclient/Makefile.am:
214         * cut-n-paste/smclient/eggdesktopfile.c:
215         * cut-n-paste/smclient/eggsmclient-win32.c:
216         * shell/main.c:
217
218         Make session manager code compile for w32. These changes have been
219         taken from upstream libegg. Based on patch by Hib Eris. See bug
220         #339172.
221         
222 2009-02-05  Hib Eris  <hib@hiberis.nl>
223
224         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
225
226         Make screensaver code compile for w32. These changes have been
227         copied from upstream totem. See bug #339172.
228         
229 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * configure.ac:
232         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
233
234         Make use of GConf optional. Based on patch by Hib Eris. See bug
235         #339172.
236         
237 2009-02-04  Christian Persch  <chpe@gnome.org>
238
239         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
240         evince gettext domain, so i18n works in the library.
241
242         * properties/ev-properties-main.c: (nautilus_module_initialize):
243         Remove extra bindtextdomain call.
244
245 2009-02-04  Christian Persch  <chpe@gnome.org>
246
247         * backend/comics/comics-document.c:
248         * backend/djvu/djvu-document.c:
249         * backend/dvi/dvi-document.c:
250         * backend/impress/impress-document.c:
251         * backend/pdf/ev-poppler.cc:
252         * backend/pixbuf/pixbuf-document.c:
253         * backend/ps/ev-spectre.c:
254         * backend/tiff/tiff-document.c:
255         * libdocument/ev-attachment.c:
256         * libdocument/ev-document-factory.c:
257         * libview/ev-jobs.c:
258         * libview/ev-view-accessible.c:
259         * libview/ev-view.c:
260         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
261         gi18n.h.
262
263 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * NEWS:
266         * configure.ac:
267
268         Update for release 2.25.90
269         
270 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * cut-n-paste/zoom-control/ephy-zoom-control.c:
273         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
274
275         Remove the old tooltips code and use G_DEFINE_TYPE().
276         
277 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * configure.ac:
280         * help/reference/Makefile.am:
281         * help/reference/libdocument/Makefile.am:
282         * help/reference/libdocument/libevdocument-docs.sgml:
283         * help/reference/libdocument/libevdocument.types:
284         * help/reference/libdocument/version.xml.in:
285         * help/reference/libview/Makefile.am:
286         * help/reference/libview/libevview-docs.sgml:
287         * help/reference/libview/libevview.types:
288         * help/reference/libview/version.xml.in:
289         * help/reference/shell/Makefile.am:
290         * help/reference/shell/evince-docs.sgml:
291         * help/reference/shell/evince.types:
292         * help/reference/shell/tmpl/dummy.sgml:
293         * help/reference/shell/version.xml.in:
294
295         Split API documentation into libdocument, libview and
296         shell. Required gtk-doc files has been added, but API docs still
297         need to be completed and improved. Fixes bug #568465.
298         
299 2009-02-01  Christian Persch  <chpe@gnome.org>
300
301         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
302
303 2009-02-01  Christian Persch  <chpe@gnome.org>
304
305         * backend/Makefile.am:
306         A backend/backend.symbols:
307         * configure.ac: Only export the backend module entry point. Bug
308         #569998.
309
310 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * shell/eggfindbar.c: (egg_find_bar_init):
313
314         Add mnemonics to buttons in search bar. Fixes bug #569212.
315         
316 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
317         
318         * shell/ev-print-operation.c:
319         (ev_print_operation_export_print_dialog_response_cb):
320
321         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
322         
323 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
326
327         Clamp top/bottom values of destinations to make sure they are not
328         bigger than the page height. Fixes bug #569327.
329         
330 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * libdocument/ev-debug.h:
333
334         Fix build when debug mode is disabled.
335         
336 2009-01-30  Christian Persch  <chpe@gnome.org>
337
338         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
339         this return TRUE only if any backends were loaded, so the ev_init()
340         function works as documented.
341
342 2009-01-30  Christian Persch  <chpe@gnome.org>
343
344         * evince-document.h:
345         * libdocument/Makefile.am:
346         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
347         #569117.
348
349         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
350         * libdocument/ev-backends-manager.h:
351         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
352         * libdocument/ev-debug.h:
353         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
354         (_ev_file_helpers_shutdown):
355         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
356         private.
357
358         * properties/ev-properties-main.c: (nautilus_module_initialize),
359         (nautilus_module_shutdown):
360         * shell/main.c: (main):
361         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
362         init/shutdown method.
363
364 2009-01-29  Christian Persch  <chpe@gnome.org>
365
366         * shell/main.c: (option_version_cb): Add --version which was lost in
367         the libgnome removal. Bug #562869.
368
369 2009-01-26  Christian Persch  <chpe@gnome.org>
370
371         * shell/ev-application.c: (ev_application_register_service),
372         (ev_application_shutdown):
373         * shell/main.c: (main): Move metadata manager initialisation and
374         shutdown into EvApplication. Follow-up from bug #569120.
375
376 2009-01-26  Christian Persch  <chpe@gnome.org>
377
378         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
379         copy the string twice. Bug #569231.
380
381 2009-01-26  Christian Persch  <chpe@gnome.org>
382
383         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
384         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
385         * libdocument/ev-file-helpers.h:
386         * shell/ev-application.c: (ev_application_shutdown),
387         (ev_application_init), (ev_application_screensaver_disable),
388         (ev_application_save_print_settings),
389         (ev_application_set_page_setup):
390         * shell/ev-application.h:
391         * shell/ev-metadata-manager.c: (load_values),
392         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
393         shell, since it shouldn't be public API. Bug #569120.
394
395         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
396         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
397
398 2009-01-25  Christian Persch  <chpe@gnome.org>
399
400         Bug 569082 – use versioned directory for backends
401
402         * configure.ac: Define ev_binary_version and backenddir.
403         * evince-document.pc.in: Add backenddir variable.
404         * libdocument/Makefile.am:
405         * backend/*/Makefile.am: Remove backenddir definition, so it picks
406         up the one from configure.
407
408 2009-01-25  Christian Persch  <chpe@gnome.org>
409
410         * configure.ac:
411         * evince-document.pc.in: Renamed from evince-backend.pc.in.
412         * libdocument/Makefile.am: Renamed library to libevdocument.la.
413         * libview/Makefile.am:
414         * shell/Makefile.am:
415         * backend/*/Makefile.am: Adapt to changed library name.
416
417         * libdocument/Makefile.am:
418         * libview/Makefile.am: Change the installed headers path to match
419         the directory names in SVN.
420
421         * evince-document.h:
422         * evince-view.h: Add single headers. Bug #568227.
423
424         * libdocument/*.h:
425         * libview/*.h: Add single headers guards.
426
427         * libview/Makefile.am:
428         * libdocument/Makefile.am:
429         * backend/*/Makefile.am:
430         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
431         still include individual headers.
432
433         * properties/Makefile.am:
434         * properties/ev-properties-main.c:
435         * properties/ev-properties-view.h:
436         * thumbnailer/Makefile.am:
437         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
438
439         * libdocument/Makefile.am:
440         * libview/Makefile.am: Generate type builtins from all installed headers.
441         * libdocument/ev-link-action.[ch]:
442         * libdocument/ev-link-dest.[ch]:
443         * libdocument/ev-transition-effect.[ch]:
444         * libview/ev-view.[ch]: Remove handcoded type builtins.
445
446         * libdocument/Makefile.am:
447         * evince-document.h: Add ev-document-factory.h to the public headers.
448
449 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * shell/ev-sidebar-page.c:
452
453         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
454         #568228.
455         
456 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * libdocument/ev-document.h:
459
460         Add EV_DEFINE_INTERFACE macro.
461         
462         * libdocument/ev-async-renderer.c:
463         * libdocument/ev-document-find.c:
464         * libdocument/ev-document-fonts.c:
465         * libdocument/ev-document-forms.c:
466         * libdocument/ev-document-images.c:
467         * libdocument/ev-document-layers.c:
468         * libdocument/ev-document-links.c:
469         * libdocument/ev-document-security.c:
470         * libdocument/ev-document-thumbnails.c:
471         * libdocument/ev-document-transition.c:
472         * libdocument/ev-document.c:
473         * libdocument/ev-file-exporter.c:
474         * libdocument/ev-selection.c:
475
476         Use EV_DEFINE_INTERFACE macro to define interfaces in
477         libdocument. See bug #568228.
478         
479 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * libdocument/ev-document.[ch]:
482
483         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
484         #568228.
485         
486 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
487
488         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
489         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
490         (new_separator_pixbuf):
491         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
492         (egg_toolbar_editor_disconnect_model),
493         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
494         (egg_toolbar_editor_finalize):
495         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
496         * cut-n-paste/toolbar-editor/eggmarshalers.list:
497         
498         Sync EggToolbarEditor with libegg.
499
500 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
501
502         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
503         When saving a file, using the default permissions for the user/system,
504         respecting umask and any setgid bit on the directory. Uses the new
505         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
506         Bug #568593.
507         
508 2009-01-21  Christian Persch  <chpe@gnome.org>
509
510         * configure.ac:
511         * libdocument/Makefile.am:
512         * libview/Makefile.am: Add libtool versioning to libevbackend and
513         libevview. Bug #568229.
514
515 2009-01-21  Christian Persch  <chpe@gnome.org>
516
517         * Makefile.am:
518         * configure.ac:
519         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
520
521 2009-01-21  Christian Persch  <chpe@gnome.org>
522
523         * configure.ac:
524         * libdocument/Makefile.am:
525         A libdocument/ev-version.h.in: Add version defines and version check
526         macro. Bug #568224.
527
528 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
529
530         * shell/ev-sidebar-links.c
531         * shell/ev-print-operation.c:
532         * shell/ev-history.c:
533         * shell/ev-file-monitor.c:
534         * shell/ev-window.c:
535         * shell/ev-password-view.c:
536         * shell/ev-sidebar-thumbnails.c:
537         * shell/ev-sidebar-attachments.c:
538         * libview/ev-pixbuf-cache.c:
539         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
540         Bug #568386.
541
542 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
543
544         * libdocument/ev-document-info.h:
545
546         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
547         
548 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
549
550         * libview/Makefile.am:
551
552         Install ev-job-scheduler.h. See bug #567790.
553         
554 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
555
556         * libdocument/Makefile.am:
557
558         Install ev-backends-manager.h and
559         ev-document-type-builtins.h. Fixes bug #567787.
560         
561 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * NEWS:
564         * configure.ac:
565
566         Update for release 2.25.5
567         
568 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * libview/ev-view.c: (ev_view_drag_data_get):
571
572         Fix second parameter passed to gtk_selection_data_set_uris(), 
573         it expects a gchar **.
574         
575 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
576
577         * libdocument/Makefile.am:
578         * libdocument/ev-document-info.h:
579         * libdocument/ev-document-type-builtins.c.template:
580         * libdocument/ev-document-type-builtins.h.template:
581         * libdocument/ev-document.c: (ev_document_info_get_type),
582         (ev_document_info_copy):
583
584         Make EvDocumentInfo and enums definded in ev-document-info.h
585         GTypes. Fixes bug #567789.
586         
587 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
588
589         * shell/main.c (arguments_parse): Fix for a minor code typo.
590
591 2009-01-18  Christian Persch  <chpe@gnome.org>
592
593         * help/reference/Makefile.am:
594         * help/reference/evince.types: Fix the API docs build. Bug #568171.
595
596 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
597
598         * libview/Makefile.am:
599         * libview/ev-view-type-builtins.c.template:
600         * libview/ev-view-type-builtins.h.template:
601
602         Make EvJobPriority a proper GType. Fixes bug #567788.
603         
604 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * configure.ac:
607         * cut-n-paste/*/Makefile.am:
608         * libdocument/Makefile.am:
609
610         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
611         code.
612         
613 2009-01-18  Christian Persch  <chpe@gnome.org>
614
615         * libview/ev-view.c: (ev_view_drag_data_get),
616         (ev_view_drag_motion), (ev_view_update_primary_selection),
617         (clear_link_selected):
618         * shell/ev-sidebar-attachments.c:
619         (ev_sidebar_attachments_drag_data_get),
620         (ev_sidebar_attachments_get_property),
621         (ev_sidebar_attachments_init):
622         * shell/ev-window.c: Update drag handling code to use the
623         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
624         hardcoding the targets lists. Bug #558084.
625         
626 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * libdocument/Makefile.am:
629         * libdocument/ev-backend-marshal.c:
630         * libdocument/ev-backend-marshalers.list:
631         * libdocument/ev-document.c:
632
633         Remove unused marshalers stuff from libdocument.
634         
635 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * po/POTFILES.in:
638
639         Update for the current source tree.
640         
641 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * configure.ac:
644         * Makefile.am:
645         * libdocument/Makefile.am:
646         * libview/Makefile.am:
647         * libview/ev-job-scheduler.[ch]:
648         * libview/ev-jobs.[ch]:
649         * libview/ev-page-cache.[ch]:
650         * libview/ev-pixbuf-cache.[ch]:
651         * libview/ev-timeline.[ch]:
652         * libview/ev-transition-animation.[ch]:
653         * libview/ev-view-accessible.[ch]:
654         * libview/ev-view-marshal.list:
655         * libview/ev-view.[ch]:
656         * shell/Makefile.am:
657
658         Move EvView specific code to a libeviview library so that it can
659         be embbeded in other applications. Based on patches by Tomeu
660         Vizoso. Fixes bug #567751.
661         
662 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
665         * shell/ev-window.c: (ev_window_load_job_cb),
666         (ev_window_load_job_cb), (ev_window_open_uri),
667         (ev_window_reload_local), (ev_window_dispose):
668
669         Remove dest, mode and search_string from EvJobLoad since they are
670         not really needed by the job, but for the window.
671         
672 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-view.c: (ev_view_drag_data_received),
675         (ev_view_class_init), (ev_view_init):
676         * shell/ev-window.c: (ev_window_drag_data_received),
677         (ev_window_class_init), (ev_window_init):
678
679         Make the whole EvWindow the destination of a drag and drop
680         operation.
681         
682 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * shell/ev-window.c: (window_open_file_copy_progress_cb):
685
686         Add missing brakets around the percentage in progress
687         messages. See bug #567910.
688         
689 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-application.c: (ev_application_open_window),
692         (ev_application_open_uri_at_dest):
693
694         Do no use gdk_x11_* when not available. Based on patch by Hib
695         Eris, see bug #339172.
696         
697 2009-01-16  Hib Eris  <hib@hiberis.nl>
698
699         * configure.ac:
700         * properties/ev-properties-view.c:
701         (ev_properties_view_format_date):
702
703         Check for localtime_r. See bug #339172.
704         
705 2009-01-16  Hib Eris  <hib@hiberis.nl>
706
707         * shell/main.c:
708
709         Include gdkx only for dbus support. See bug #339172.
710         
711 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
712
713         * shell/ev-view.c: (ev_view_set_zoom_for_size):
714
715         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
716         #567785.
717         
718 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * shell/ev-window.c: (reload_remote_copy_progress_cb),
721         (window_save_file_copy_progress_cb):
722
723         Use brakets around the percentage in progress messages. See bug
724         #567910.
725         
726 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-window.c: (reload_remote_copy_ready_cb):
729
730         Fix typo in error message. See bug #567910.
731         
732 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-window.c: (ev_window_cmd_file_close_window):
735
736         Fix mnemonic conflict. Fixes bug #567937.
737         
738 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
739
740         * NEWS:
741         * configure.ac:
742
743         Update for release 2.25.4
744         
745 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
746
747         * configure.ac:
748         
749         GLib version requirement bumped to 2.18 due to g_set_error_literal.
750         Thanks to Christian Spurk.
751
752 2008-12-31  Hib Eris  <hib@hiberis.nl>
753         
754         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
755
756         Fix mime type handling.
757         
758 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * po/POTFILES.in:
761
762         Add ev-print-operation.c.
763         
764 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-window.c: (ev_window_clear_progress_idle),
767         (reset_progress_idle), (ev_window_show_progress_message),
768         (ev_window_reset_progress_cancellable),
769         (ev_window_progress_response_cb), (show_loading_progress),
770         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
771         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
772         (show_reloading_progress), (reload_remote_copy_ready_cb),
773         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
774         (show_saving_progress), (window_save_file_copy_ready_cb),
775         (window_save_file_copy_progress_cb), (ev_window_save_remote),
776         (ev_window_dispose):
777
778         Show progress information when loading/saving remote files. Fixes
779         bug #370958.
780         
781 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
784
785         Show better warning message when temp file cannot be deleted.
786         
787 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * shell/ev-window.c: (image_save_dialog_response_cb):
790
791         Fix saving images to remote locations.
792         
793 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * shell/ev-application.[ch]: (ev_application_shutdown),
796         (ev_application_get_print_settings_file),
797         (ev_application_save_print_settings),
798         (ev_application_get_print_settings),
799         (ev_application_set_print_settings),
800         (ev_application_get_page_setup), (ev_application_set_page_setup):
801         * shell/ev-window.c: (ev_window_save_print_page_setup),
802         (ev_window_load_print_page_setup_from_metadata),
803         (ev_window_print_page_setup_done_cb),
804         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
805         (ev_window_cmd_preview_print):
806
807         Remember page setup options too. Paper size is globally remembered
808         while page margins are stored per document in metadata file. Fixes
809         bugs #525185 and #349102.
810         
811 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * shell/ev-print-operation.c:
814         (ev_print_operation_export_print_dialog_response_cb):
815
816         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
817         
818 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-print-operation.c: (export_cancel),
821         (export_job_cancelled), (ev_print_operation_export_begin),
822         (ev_print_operation_export_cancel):
823         * shell/ev-window.c: (ev_window_print_cancel),
824         (ev_window_print_update_pending_jobs_message),
825         (ev_window_print_operation_done),
826         (ev_window_print_operation_status_changed),
827         (print_jobs_confirmation_dialog_response),
828         (ev_window_cmd_file_close_window):
829
830         Show a confirmation dialog when there are pending print jobs while
831         closing the main window. Fixes bug #480964.
832         
833 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
836         (ev_print_operation_get_job_name),
837         (ev_print_operation_get_status),
838         (ev_print_operation_get_progress),
839         (ev_print_operation_update_status),
840         (ev_print_operation_export_get_job_name), (clamp_ranges),
841         (get_first_and_last_page), (ev_print_operation_export_run_next),
842         (print_job_finished), (export_print_done), (export_job_cancelled),
843         (update_progress), (export_print_page),
844         (ev_print_operation_export_begin),
845         (ev_print_operation_export_print_dialog_response_cb),
846         (ev_print_operation_export_run),
847         (ev_print_operation_export_cancel),
848         (ev_print_operation_export_class_init):
849         * shell/ev-window.c:
850         (ev_window_print_update_pending_jobs_message),
851         (ev_window_print_operation_done),
852         (ev_window_print_progress_response_cb),
853         (ev_window_print_operation_status_changed),
854         (ev_window_print_operation_begin_print), (ev_window_print_range),
855         (ev_window_dispose):
856
857         Show progress information when printing. Fixes bug #482770.
858         
859 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * shell/Makefile.am:
862         * shell/ev-progress-message-area.[ch]:
863         * shell/ev-message-area.[ch]: (ev_message_area_init),
864         (ev_message_area_set_image_from_stock):
865
866         Add EvProgressMessageArea derived from EvMessageArea to show
867         progress information in the message area. 
868         
869 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
872
873         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
874         close button. Add a function to get the contents of the message
875         area.
876         
877 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/Makefile.am:
880         * shell/ev-print-operation.[ch]:
881         * shell/ev-jobs.[ch]: (ev_job_export_init),
882         (ev_job_export_dispose), (ev_job_export_run),
883         (ev_job_export_class_init), (ev_job_export_new),
884         (ev_job_export_set_page):
885         * shell/ev-window.c: (ev_window_print_operation_done),
886         (ev_window_print_range), (ev_window_dispose):
887
888         First step of the printing system rework. EvJobPrint has been
889         replaced by EvJobExport so that every page is scheduled to be
890         exported in a thread instead of scheduling the whole printing
891         process. This way the gui is responsive during printing.
892         
893 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * shell/ev-window.c: (setup_size_from_metadata),
896         (ev_window_load_print_settings_from_metadata):
897
898         Fix memory leaks.
899         
900 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * libdocument/ev-document.c: (ev_document_get_type):
903
904         Add GObject type as prerequisite to EvDocument interface so that
905         document instances can be used as GObjects.
906         
907 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-view.c: (jump_to_find_result):
910
911         Only jump the the location of the find result for the first match
912         when searching. It drastically improves the performance when
913         searching. Bug catched and fixed by Michael Hunold. Fixes bug
914         #564774.
915         
916 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * properties/ev-properties-main.c: (ev_properties_get_pages):
919         * properties/ev-properties-view.[ch]:
920         (ev_properties_view_dispose), (ev_properties_view_class_init),
921         (ev_properties_view_set_info), (ev_properties_view_new):
922         * shell/ev-properties-dialog.[ch]:
923         (ev_properties_dialog_set_document):
924         * shell/ev-window.c: (ev_window_setup_document),
925         (ev_window_cmd_file_properties):
926
927         Add document URI to properties page. Fixes bug #555376.
928         
929 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * configure.ac:
932         * data/Makefile.am:
933         * data/evince-password.glade: Removed
934         * data/evince-properties.glade: Removed
935         * properties/ev-properties-view.c:
936         (ev_properties_view_class_init), (set_property),
937         (ev_properties_view_set_info), (ev_properties_view_init):
938         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
939         (font_cell_data_func), (ev_properties_fonts_init):
940
941         Remove Glade dependency.
942         
943 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * backend/comics/comics-document.c: (comics_document_load):
946
947         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
948         
949 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * NEWS:
952         * configure.ac:
953
954         Update for release 2.25.2
955         
956 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * configure.ac:
959         * shell/Makefile.am:
960         * shell/ev-keyring.[ch]:
961         * shell/ev-password.[ch]: Removed
962         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
963         (ev_password_view_class_init), (ev_password_view_clicked_cb),
964         (ev_password_view_init), (ev_password_view_set_uri),
965         (ev_password_dialog_got_response),
966         (ev_password_dialog_remember_button_toggled),
967         (ev_password_dialog_entry_changed_cb),
968         (ev_password_dialog_entry_activated_cb),
969         (ev_password_view_ask_password), (ev_password_view_get_password),
970         (ev_password_view_get_password_save_flags),
971         (ev_password_view_new):
972         * shell/ev-window.c: (ev_window_password_view_unlock),
973         (ev_window_load_job_cb), (ev_window_close_dialogs),
974         (ev_window_init):
975
976         Rework the password view. When the password is in the keyring it's
977         used automatically without showing the password dialog and it's  
978         only stored in the keyring when we are sure it's correct. The
979         password dialog has been reworked too, in order to make it
980         more hig compliant and consistent with the GTK+ dialog used in
981         gtkmountoperation. Fixes bug #562496. 
982         
983 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * backend/comics/comics-document.c: (comics_document_load):
986
987         Do not trust file extensions when getting the command needed to
988         uncompress comic documents. Fixes bug #562143.
989         
990 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * libdocument/ev-document-factory.c: (get_document_from_uri),
993         (ev_document_factory_get_document):
994         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
995         (get_mime_type_from_data), (ev_file_get_mime_type):
996
997         Move mime-type functions from document-facrory to file-helpers so
998         that it can be reused.
999         
1000 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1003         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1004         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1005         (ev_window_reload_remote), (ev_window_reload_document):
1006
1007         Add support for reloading remote documents. Fixes bug #555399.
1008         
1009 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * shell/ev-view.c: (ev_view_find_previous):
1012
1013         Make sure find_result is never < 0 which causes a crash while
1014         searching. Fixes bug #558377.
1015         
1016 2008-11-19  Marek Kašík <mkasik@redhat.com>
1017
1018         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1019         (ev_pixbuf_cache_get_selection_surface):
1020         
1021         Fixes crash on fast scrolling with simultaneous text selection.
1022
1023 2008-11-19  Marek Kašík <mkasik@redhat.com>
1024
1025         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1026         * shell/ev-window.c (launch_external_uri):
1027         
1028         Fixes assertion fail on selecting text. See bug #561393.
1029
1030 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/Makefile.am:
1033         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1034         (ev_job_layers_dispose), (ev_job_layers_run),
1035         (ev_job_layers_class_init), (ev_job_layers_new):
1036         * shell/ev-sidebar-layers.[ch]:
1037         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1038         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1039         (ev_view_reload_page), (ev_view_reload):
1040         * shell/ev-window.c: (setup_sidebar_from_metadata),
1041         (ev_window_sidebar_current_page_changed_cb),
1042         (sidebar_layers_visibility_changed), (ev_window_init):
1043
1044         Add layers support.
1045         
1046 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * data/icons/22x22/actions/Makefile.am:
1049         * data/icons/22x22/actions/eye.png:
1050         * shell/ev-stock-icons.[ch]:
1051         
1052         Add eye icon from gimp to hide/show layers.
1053         
1054 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * configure.ac:
1057         * cut-n-paste/Makefile.am:
1058         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1059         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1060         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1061
1062         Add GimpCellRendererToggle from gimp slightly modified to fit our
1063         needs. 
1064         
1065 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * configure.ac:
1068         * backend/pdf/ev-poppler.cc:
1069
1070         Implement layers interface in PDF backend.
1071         
1072 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * libdocument/Makefile.am:
1075         * libdocument/ev-document-layers.[ch]:
1076         * libdocument/ev-layer.[ch]:
1077
1078         Add optional content (layers) interface.
1079         
1080 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1081
1082         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1083         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1084
1085         Removes unused code.
1086
1087 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * NEWS:
1090         * configure.ac:
1091
1092         Update for 2.25.1 release
1093
1094 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-window.c:
1097
1098         Fix build with GTK+ < 2.14
1099
1100 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1101
1102         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1103         
1104         Makes menu label translatable. Fixes bug #559129.
1105
1106 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1109         (t1_transform_font):
1110         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1111         
1112         More renames of warning to mdvi_warning in follow up to the
1113         fix of the bug #553369. Fix for the bug #559257 by
1114         Tuxce <tuxce.net@gmail.com>.
1115         
1116 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * shell/ev-application.c: (ev_application_init_session):
1119         * shell/main.c: (main):
1120
1121         Move the egg_set_desktop_file() call to main and remove
1122         gtk_window_set_default_icon_name() since it's already called by
1123         egg_set_desktop_file()
1124         
1125 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1128
1129         Initialize GError to NULL.
1130         
1131 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1134         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1135         (ev_window_preview_print_finished), (launch_action):
1136
1137         Do not use popup dialogs to show error messages anymore, use the
1138         message area instead.
1139         
1140 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-window.c: (ev_window_error_message),
1143         (ev_window_warning_message), (ev_window_set_document),
1144         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1145         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1146         (ev_window_cmd_help_contents), (launch_external_uri),
1147         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1148         (ev_attachment_popup_cmd_open_attachment),
1149         (attachment_save_dialog_response_cb):
1150
1151         Use a message format (with printf()-style) in
1152         ev_window_error_message and ev_window_warning_message.
1153
1154 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * shell/ev-window.c: (ev_window_error_message),
1157         (ev_window_warning_message), (ev_window_set_document),
1158         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1159         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1160         (ev_window_cmd_help_contents), (launch_external_uri),
1161         (image_save_dialog_response_cb),
1162         (ev_attachment_popup_cmd_open_attachment),
1163         (attachment_save_dialog_response_cb):
1164
1165         Change ev_window_error_message and ev_window_warning_message to
1166         receive a EvWindow instead of a GtkWindow. It's more consistent
1167         and avoids unneeded casts.
1168         
1169 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-window.c: (ev_window_cmd_help_contents):
1172
1173         Use gtk_show_uri() when availale to display help contents.
1174         
1175 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * configure.ac:
1178         * backend/pdf/ev-poppler.cc:
1179         * properties/ev-properties-view.c:
1180         * shell/Makefile.am:
1181         * shell/ev-tooltip.[ch]: Removed
1182         * shell/ev-view-private.h
1183         * shell/eggfindbar.c:
1184         * shell/ev-application.c:
1185         * shell/ev-open-recent-action.c:
1186         * shell/ev-sidebar-thumbnails.c:
1187         * shell/ev-view.c:
1188         * shell/ev-window.c:
1189
1190         Bump GTK+ requirement to 2.12.
1191         
1192 2008-10-27 Christian Persch <chpe@gnome.org>
1193
1194         * backend/djvu/djvu-document.c
1195         * backend/dvi/cairo-device.c
1196         * cut-n-paste/evmountoperation/ev-mount-operation.h
1197         * cut-n-paste/gedit-message-area/gedit-message-area.h
1198         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1199         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1200         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1201         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1202         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1203         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1204         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1205         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1206         * cut-n-paste/zoom-control/ephy-zoom-action.c
1207         * cut-n-paste/zoom-control/ephy-zoom-action.h
1208         * cut-n-paste/zoom-control/ephy-zoom-control.c
1209         * cut-n-paste/zoom-control/ephy-zoom-control.h
1210         * libdocument/ev-async-renderer.h
1211         * libdocument/ev-document-factory.c
1212         * libdocument/ev-document-misc.h
1213         * libdocument/ev-image.h
1214         * libdocument/ev-selection.h
1215         * shell/ev-properties-fonts.h
1216         * shell/ev-stock-icons.h
1217         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1218         directly. Bug #558064.
1219
1220 2008-10-27 Christian Persch <chpe@gnome.org>
1221
1222         * cut-and-paste/smclient/*: Update from libegg.
1223
1224 2008-10-27 Christian Persch <chpe@gnome.org>
1225
1226         * backend/djvu/djvu-document.c
1227         * backend/ps/ev-spectre.c
1228         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1229
1230 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1231
1232         * shell/ev-view.c (ev_view_change_page),
1233         (ev_view_transition_animation_finish),
1234         (ev_view_transition_animation_cancel), (page_changed_cb),
1235         (ev_view_set_presentation), (ev_view_next_page),
1236         (ev_view_previous_page):
1237         
1238         Cancel the animation without scheduling transition start
1239         and proceed to the next page to fix bug #516749.
1240
1241 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * NEWS:
1244         * configure.ac:
1245
1246         Update for release 2.24.1
1247         
1248 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1251
1252         Disable toggle function of F5 when in presentation mode. Patch by
1253         Dave Neary. Fixes bug #556162.
1254         
1255 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1258         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1259         (ev_sidebar_thumbnails_fill_model),
1260         (ev_sidebar_thumbnails_refresh),
1261         (ev_sidebar_thumbnails_set_document):
1262
1263         Instead of using only one loading icon for thumbnails based on the
1264         size of the first page, create an icon for every different page
1265         size. Fixes bug #556264.
1266         
1267 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1270
1271         Fix memory leak.
1272         
1273 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1274
1275         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1276
1277         Removes bad prefixes from window title. Patch by 
1278         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1279         
1280 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * shell/ev-window.c: (launch_external_uri):
1283
1284         Do not consider mailto links as http uris. Fixes bug #555801.
1285         
1286 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1289
1290         Fix memory leak. Fixes bug #555134.
1291         
1292 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1295
1296         Emit the job finished signal when the job is handled before the
1297         page_ready callback.
1298         
1299 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * shell/ev-window.c: (launch_action):
1302
1303         Use GdkAppLaunchContext when available to launch external
1304         applications.
1305         
1306 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * shell/ev-window.c: (launch_action):
1309
1310         Fix launching external applications for launch actions which seems
1311         to be broken since the gio port. Fixes bug #554500.
1312         
1313 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * backend/dvi/Makefile.am:
1316         * backend/dvi/cairo-device.c:
1317         * backend/dvi/dvi-document.c:
1318         * backend/dvi/mdvi-lib/Makefile.am:
1319
1320         Fix several compile warnings in the dvi backend.
1321         
1322 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * backend/dvi/mdvi-lib/common.h:
1325         * backend/dvi/mdvi-lib/dviread.c:
1326         * backend/dvi/mdvi-lib/font.c:
1327         * backend/dvi/mdvi-lib/fontmap.c:
1328         * backend/dvi/mdvi-lib/fontsrch.c:
1329         * backend/dvi/mdvi-lib/gf.c:
1330         * backend/dvi/mdvi-lib/pagesel.c:
1331         * backend/dvi/mdvi-lib/pk.c:
1332         * backend/dvi/mdvi-lib/sp-epsf.c:
1333         * backend/dvi/mdvi-lib/special.c:
1334         * backend/dvi/mdvi-lib/tfm.c:
1335         * backend/dvi/mdvi-lib/tfmfile.c:
1336         * backend/dvi/mdvi-lib/util.c:
1337         * backend/dvi/mdvi-lib/vf.c:
1338
1339         Rename error as mdvi_error to avoid symbol conflicts with the libc
1340         error. Rename also message, crash, fatal and warning for
1341         consistency. Fixes bug #553369.
1342         
1343 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * backend/dvi/dvi-document.c: (dvi_document_load):
1346
1347         Fix memory leak.
1348         
1349 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * backend/dvi/dvi-document.c:
1352
1353         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1354         G_IMPLEMENT_INTERFACE.
1355         
1356 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1359
1360         Make sure copy_job_page_and_selection_to_job_info is always called
1361         before copy_job_to_job_info. Fixes bug #552382.
1362         
1363 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * NEWS:
1366         * configure.ac:
1367
1368         Update for release 2.24.0
1369         
1370 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-window.c: (launch_external_uri):
1373
1374         Use GdkAppLaunchContext when available to launch external uris.
1375         
1376 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-window.c: (launch_external_uri):
1379
1380         Use the message area to show errors when lauching external uris
1381         instead of a popup window.
1382         
1383 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * shell/ev-window.c: (launch_external_uri):
1386
1387         Assume invalid uris are http uris. Fixes bug #552071.
1388         
1389 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * NEWS:
1392         * configure.ac:
1393
1394         Update for release 2.23.92.
1395         
1396 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/eggfindbar.c: (egg_find_bar_class_init):
1399
1400         Allow page scrolling with PageUp/PageDown keys when find bar is
1401         active. Fixes bug #529833.
1402         
1403 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-view-private.h:
1406         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1407         (ev_view_scroll), (ev_view_class_init):
1408         * shell/ev-view-accessible.c:
1409         (ev_view_accessible_action_do_action):
1410         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1411         (ev_window_cmd_scroll_backward):
1412
1413         Use GtkScrollType instead of EvScrollType.
1414         
1415 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1416
1417         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1418         
1419         Patch for case unsensitive page label match by Michael Lee.
1420         See bug #550136.
1421         
1422         * shell/ev-page-action.c (create_tool_item):    
1423         * test/Makefile.am:
1424         * test/test1.py:
1425         * test/test4.py:
1426         * test/test5.py:
1427         
1428         Added test for the above and updated other tests.
1429
1430 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-window.c: (image_save_dialog_response_cb):
1433
1434         Do not append the file extension twice when saving an image.
1435         
1436 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1439
1440         Remove an invalid ifdef.
1441         
1442 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * shell/ev-view.c: (ev_view_motion_notify_event):
1445
1446         Make sure the cursor is correctly restored after showing the right
1447         click menu.
1448         
1449 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1452         (ev_attachment_open):
1453         * shell/ev-sidebar-attachments.c:
1454         (ev_sidebar_attachments_button_press):
1455         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1456
1457         Use GdkAppLaunchContext when available to open attachments.
1458         
1459 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1462
1463         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1464         by Eric Piel.
1465         
1466 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-application.c: (ev_application_get_media_keys):
1469         * shell/ev-media-player-keys.[ch]:
1470         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1471         (ev_media_player_keys_grab_keys),
1472         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1473         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1474         * shell/ev-window.[ch]: (ev_window_dispose),
1475         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1476         (ev_window_init):
1477
1478         Clean up the media player keys stuff.
1479         
1480 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * NEWS:
1483         * configure.ac:
1484
1485         Update for release 2.23.91.
1486         
1487 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1490         (sm_client_xsmp_set_initial_properties):
1491
1492         Fix memory leak.
1493         
1494 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-application.c: (ev_application_open_window),
1497         (ev_application_open_uri_at_dest):
1498
1499         Make sure evince starts up in the right workspace when resuming a
1500         previous session.
1501         
1502 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * shell/ev-application.[ch]: (ev_application_open_window),
1505         (ev_application_add_icon_path_for_screen),
1506         (ev_application_open_uri_at_dest):
1507
1508         Fix window manager warnings shown in ~/.xsession-errors
1509         
1510 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * configure.ac:
1513         * cut-n-paste/Makefile.am:
1514         * cut-n-paste/smclient/Makefile.am:
1515         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1516         * cut-n-paste/smclient/eggsmclient-private.h:
1517         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1518         * cut-n-paste/smclient/eggsmclient.[ch]:
1519
1520         EggSMClient copied from libegg
1521
1522         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1523         * shell/Makefile.am:
1524         * shell/ev-application.[ch]: (ev_application_load_session),
1525         (smclient_save_state_cb), (smclient_quit_cb),
1526         (ev_application_init_session), (ev_application_shutdown),
1527         (ev_application_init):
1528         * shell/main.c: (main):
1529
1530         Use EggSMClient instead of gnome-client and remove libgnome and
1531         libgnomeui dependencies.
1532         
1533 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/main.c: (main):
1536
1537         Remove gnome_authentication_manager_init.
1538         
1539 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-view.c: (ev_view_goto_window_create):
1542
1543         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1544         since it's now deprecated.
1545         
1546 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * backend/djvu/Makefile.am:
1549         * backend/djvu/djvu-document-private.h:
1550         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1551         (djvu_document_find_iface_init):
1552         * backend/djvu/djvu-text-page.[ch]:
1553         * backend/djvu/djvu-text.[ch]: Removed
1554         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1555         (pdf_document_find_iface_init):
1556         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1557         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1558         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1559         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1560         (ev_job_find_has_results), (ev_job_find_get_results):
1561         * shell/ev-view-private.h:
1562         * shell/ev-view.[ch]: (ev_view_expose_event),
1563         (highlight_find_results), (ev_view_finalize),
1564         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1565         (ev_view_set_document), (ev_view_find_get_n_results),
1566         (ev_view_find_get_result), (jump_to_find_result),
1567         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1568         (ev_view_find_previous), (ev_view_find_search_changed),
1569         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1570         * shell/ev-window.c: (ev_window_update_actions),
1571         (page_changed_cb), (ev_window_setup_document),
1572         (ev_window_update_find_status_message),
1573         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1574         (ev_window_clear_find_job), (find_bar_close_cb),
1575         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1576         (ev_window_dispose), (ev_window_init):
1577
1578         Rework find interface. The find logic has been moved from backends
1579         to the shell avoiding a lot of duplicated code in the backends and
1580         making easier to implement the find interface in the backends.
1581         
1582 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * backend/pdf/ev-poppler.cc:
1585         (pdf_document_thumbnails_get_dimensions):
1586
1587         Make sure thumbnail size returned by the PDF is actually
1588         valid. Fixes bug #548462.
1589         
1590 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * shell/ev-window.c: (ev_window_setup_document),
1593         (ev_window_set_document), (ev_window_dispose):
1594
1595         Remove the idle function for setting the document up when the
1596         window is destroyed. Fixes bug #549163.
1597         
1598 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1601         (ev_job_attachments_dispose), (ev_job_attachments_run),
1602         (ev_job_attachments_class_init), (ev_job_attachments_new):
1603         * shell/ev-sidebar-attachments.c:
1604         (ev_sidebar_attachments_set_document):
1605
1606         Add a new job to get the attachments in a thread with the document
1607         lock held. Fixes bug #548653.
1608         
1609 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1612         (tiff_document_document_iface_init):
1613
1614         Implement document_get_page_label in tiff backend.
1615         
1616 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * backend/tiff/tiff-document.c: (tiff_document_render):
1619
1620         Handle document orientation in tiff backend. Fixes bug #548444.
1621         
1622 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1625
1626         Do not crash when adjustment page size is 0. Fixes bug #547440.
1627         
1628 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1631
1632         Sync with current GTK+.
1633         
1634 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1635
1636         * configure.ac:
1637         
1638         Update for release 2.23.6.
1639
1640 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1643         (ev_job_load_set_password):
1644         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1645         * shell/ev-window.c: (password_dialog_response),
1646         (ev_window_load_job_cb):
1647
1648         Fix loading encrypted documents since I broke it with the jobs
1649         rework.
1650         
1651 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * NEWS:
1654
1655         Update NEWS for 2.23.6 release.
1656         
1657 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1658
1659         * backend/impress/impress-document.c:
1660         * backend/impress/render.h:
1661         * libdocument/ev-document-factory.c:
1662         * libdocument/ev-document-factory.h:
1663         * libdocument/ev-document-links.h:
1664         * libdocument/ev-document-misc.c:
1665         * libdocument/ev-document-misc.h:
1666         * properties/ev-properties-main.c:
1667         * properties/ev-properties-view.c:
1668         * properties/ev-properties-view.h:
1669         * shell/eggfindbar.c:
1670         * shell/eggfindbar.h:
1671         * shell/ev-application.c:
1672         * shell/ev-application.h:
1673         * shell/ev-jobs.h:
1674         * shell/ev-message-area.h:
1675         * shell/ev-navigation-action.c:
1676         * shell/ev-navigation-action.h:
1677         * shell/ev-open-recent-action.c:
1678         * shell/ev-open-recent-action.h:
1679         * shell/ev-page-action-widget.c:
1680         * shell/ev-page-action.c:
1681         * shell/ev-page-action.h:
1682         * shell/ev-page-cache.h:
1683         * shell/ev-password-view.h:
1684         * shell/ev-password.h:
1685         * shell/ev-pixbuf-cache.h:
1686         * shell/ev-properties-fonts.c:
1687         * shell/ev-sidebar-attachments.c:
1688         * shell/ev-sidebar-links.c:
1689         * shell/ev-sidebar-links.h:
1690         * shell/ev-sidebar-thumbnails.c:
1691         * shell/ev-sidebar-thumbnails.h:
1692         * shell/ev-sidebar.c:
1693         * shell/ev-sidebar.h:
1694         * shell/ev-stock-icons.c:
1695         * shell/ev-tooltip.h:
1696         * shell/ev-view.c:
1697         * shell/ev-view.h:
1698         * shell/ev-window.c:
1699         * shell/ev-window.h:
1700         * shell/main.c:
1701
1702         More #include cleanups. Again: reordering, single gtk.h
1703         includes and other stuff.
1704
1705 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1706
1707         * shell/eggfindbar.c:
1708         * shell/ev-application.c:
1709         * shell/ev-message-area.c:
1710         * shell/ev-navigation-action.c:
1711         * shell/ev-open-recent-action.c:
1712         * shell/ev-page-action-widget.c:
1713         * shell/ev-page-action.c:
1714         * shell/ev-password-view.c:
1715         * shell/ev-properties-dialog.c:
1716         * shell/ev-properties-fonts.c:
1717         * shell/ev-sidebar-attachments.c:
1718         * shell/ev-sidebar-page.c:
1719         * shell/ev-sidebar-thumbnails.c:
1720         * shell/ev-stock-icons.c:
1721         * shell/ev-tooltip.c:
1722         * shell/ev-view.c:
1723         * shell/ev-window.c:
1724         * shell/main.c:
1725
1726         Cleanup many #include statements: reorder so that a
1727         generic-to-specific order is used, use single gtk.h
1728         includes, and some other cleanups.
1729
1730 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-jobs.h:
1733
1734         Add gio header.
1735         
1736 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1739         (ev_document_fc_mutex_trylock):
1740         * shell/Makefile.am:
1741         * shell/ev-job-queue.[ch]:
1742         * shell/ev-job-scheduler.[ch]:
1743         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1744         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1745         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1746         (ev_job_failed_from_error), (ev_job_succeeded),
1747         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1748         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1749         (ev_job_links_class_init), (ev_job_render_init),
1750         (notify_page_ready), (ev_job_render_page_ready),
1751         (ev_job_render_run), (ev_job_render_class_init),
1752         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1753         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1754         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1755         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1756         (ev_job_save_dispose), (ev_job_save_run),
1757         (ev_job_save_class_init), (ev_job_print_init),
1758         (ev_job_print_dispose), (ev_job_print_run),
1759         (ev_job_print_class_init):
1760         * shell/ev-page-cache.c:
1761         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1762         (check_job_size_and_unref), (move_one_job),
1763         (copy_job_to_job_info), (add_job),
1764         (ev_pixbuf_cache_add_jobs_if_needed):
1765         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1766         (job_fonts_finished_cb), (job_fonts_updated_cb),
1767         (ev_properties_fonts_set_document):
1768         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1769         (ev_sidebar_links_set_document):
1770         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1771         (ev_sidebar_thumbnails_set_document),
1772         (ev_sidebar_thumbnails_clear_job):
1773         * shell/ev-view-private.h:
1774         * shell/ev-view.c:
1775         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1776         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1777         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1778         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1779         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1780         (ev_window_reload_document), (ev_window_clear_save_job),
1781         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1782         (ev_window_clear_print_job), (ev_window_print_job_cb),
1783         (ev_window_print_dialog_response_cb):
1784         * shell/main.c: (main):
1785
1786         Rework the jobs system in order to make it simpler and more
1787         extensible. It allows to run jobs in the main loop instead of
1788         using a thread when it's appropriate like the fonts job. Now it's
1789         also possible to cancel jobs that are currently running. 
1790         
1791 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * libdocument/ev-debug.c: (profile_init):
1794
1795         Create the hash table also when profiling service is enabled for
1796         all sections.
1797         
1798 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1801         (ev_profiler_stop):
1802         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1803         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1804         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1805         (ev_job_print_run):
1806         * shell/main.c: (main):
1807
1808         Add a profile mode available when debug is enabled. Add profilers
1809         in ev-jobs.
1810         
1811 2008-07-23  Götz Waschk <waschk@mandriva.org>
1812
1813         * configure.ac: Correctly build desktop file. Fixes
1814         bug #544237.
1815
1816 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1817
1818         * configure.ac:
1819         
1820         Update for release 2.23.5.
1821
1822 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * NEWS:
1825
1826         Update NEWS for 2.23.5 release.
1827         
1828 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * shell/ev-window.c: (ev_window_state_event),
1831         (ev_window_class_init):
1832
1833         Intercept window manager's fullscreen request in order to run/stop
1834         fullscreen mode. Fixes bug #493541.
1835         
1836 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1839
1840         Restart the job search when the find bar is opened for the second
1841         time. Fixes bug #531956.
1842         
1843 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1846         (get_document_from_uri):
1847
1848         Make sure we always return a valid error struct when
1849         get_document_from_uri fails. Fixes nautilus crash, see bug
1850         #542548.
1851         
1852 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1853
1854         * libdocument/ev-transition-effect.c
1855         (ev_transition_effect_type_get_type),
1856         (ev_transition_effect_alignment_get_type),
1857         (ev_transition_effect_direction_get_type):
1858         
1859         Fixes bug #542924. Makes enums static to fix Solaris build.
1860
1861 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-view.c: (ev_view_key_press_event):
1864
1865         Add '.' keybinding for blanking the screen in presentation
1866         mode. Fixes bug #542001.
1867         
1868 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * libdocument/ev-document-misc.c:
1871         (ev_document_misc_pixbuf_from_surface):
1872
1873         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1874         #540950.
1875         
1876 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1877
1878         * backend/comics/comics-document.c (comics_document_load):
1879         * backend/comics/comicsdocument.evince-backend.in:
1880         * configure.ac:
1881         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1882         
1883         Added support for 7-zip based cb7 comic book. Patch by
1884         Kartik Rustagi. Fixes bug #532312.
1885
1886 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1887
1888         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1889         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1890         Fixes bug #539972.
1891
1892 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1893
1894         * shell/Makefile.am:
1895         * shell/ev-application.c (ev_application_init),
1896         (ev_application_get_media_keys):
1897         * shell/ev-application.h:
1898         * shell/ev-marshal.list:
1899         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1900         (proxy_destroy), (on_media_player_key_pressed),
1901         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1902         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1903         * shell/ev-media-player-keys.h:
1904         * shell/ev-window.c (ev_window_go_previous_page),
1905         (ev_window_go_next_page), (ev_window_go_first_page),
1906         (ev_window_go_last_page), (ev_window_start_presentation),
1907         (ev_window_dispose), (view_actions_focus_in_cb):
1908         * shell/ev-window.h: When building with D-Bus support, listen
1909         for multimedia key events from gnome-settings-daemon. This allows
1910         to go to the next/previous/first/last pages using, respectively,
1911         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1912         a presentation. Fixes bug #539971.
1913
1914 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1915
1916         * configure.ac:
1917         
1918         Update for release 2.23.4.
1919
1920 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * NEWS:
1923
1924         Update news for 2.23.4 release.
1925         
1926 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1929         * shell/ev-sidebar-thumbnails.c:
1930         (ev_sidebar_thumbnails_set_loading_icon),
1931         (ev_sidebar_thumbnails_refresh):
1932         * shell/ev-window.c: (ev_window_error_message),
1933         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1934         (ev_window_set_document):
1935
1936         Do not crash opening documents with no pages and show a warning
1937         message in the message area. Fixes bugs #537574 and #171588.
1938         
1939 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/Makefile.am:
1942         * shell/ev-file-monitor.[ch]:
1943         * shell/ev-window.c: (ev_window_document_changed),
1944         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1945         (ev_window_reload_job_cb), (ev_window_open_uri),
1946         (ev_window_reload_document), (ev_window_cmd_view_reload),
1947         (ev_window_dispose):
1948
1949         Automaticly reload the document when the file has changed on
1950         disk. Bug #304249.
1951         
1952 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1953
1954         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1955         * libdocument/ev-image.c: (ev_image_save_tmp):
1956         * libdocument/ev-module.c: (ev_module_load):
1957         * shell/ev-application.c: (ev_application_shutdown),
1958         (ev_application_get_print_settings):
1959         * shell/ev-sidebar-attachments.c:
1960         (ev_sidebar_attachments_button_press),
1961         (ev_sidebar_attachments_drag_data_get):
1962         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1963         (ev_window_print_finished), (ev_window_print_send),
1964         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1965         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1966         (ev_window_cmd_preview_print):
1967         * shell/main.c: (load_files_remote):
1968         Fix some build warnings under GCC 4.3.0. (#537535).
1969
1970 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-jobs.c: (ev_job_render_dispose):
1973
1974         Fix a crash in debug mode. Patch by Daniel M German.
1975         
1976 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c:
1979
1980         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1981         
1982 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-window.c: (ev_window_print_send),
1985         (ev_window_do_preview_print):
1986
1987         Use the window title as print job name instead of just
1988         "evince-print". Fixes bug #534493.
1989         
1990 2008-05-19  Frederic Peters  <fpeters@0d.be>
1991
1992         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1993         Bug #533897.
1994
1995 2008-05-19  Frederic Peters  <fpeters@0d.be>
1996
1997         * help/reference/Makefile.am: added missing libevmountoperation to
1998         gtkdoc-scanobj libraries.  Bug #533896.
1999
2000 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2001
2002         * properties/ev-properties-view.c (get_default_user_units):
2003         Fixes check for default units string translation. Bug #533323.
2004
2005 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2006
2007         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2008         be an iks_free(). Fix an array overflow in the XML parser that
2009         would occur whenever the number of attributes in a tag was greater
2010         than 0 and divisible by 6. Fixes GNOME bug #530852.
2011
2012 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * backend/djvu/djvu-document-private.h:
2015         * backend/djvu/djvu-links.c:
2016         * backend/djvu/djvu-text.c:
2017         * backend/djvu/djvu-document.c: (djvu_handle_events),
2018         (djvu_wait_for_message), (djvu_document_load),
2019         (document_get_page_size), (djvu_document_render),
2020         (djvu_document_thumbnails_get_thumbnail),
2021         (djvu_document_file_exporter_end):
2022
2023         Make sure load job doesn't finish successfully when the document
2024         is not successfully decoded by libdjvu. Fixes bug #530202.
2025         
2026 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * configure.ac:
2029         * libdocument/Makefile.am:
2030         * libdocument/ev-debug.[ch]:
2031         * libdocument/ev-document.c:
2032         * shell/ev-jobs.c: (ev_job_links_dispose),
2033         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2034         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2035         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2036         (ev_job_render_page_ready), (ev_job_render_run),
2037         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2038         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2039         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2040         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2041         (ev_job_print_new), (ev_job_print_run):
2042         * shell/main.c: (main):
2043
2044         Add debug mode based on gedit code. Add debug messages in
2045         ev-jobs.
2046         
2047 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * libdocument/ev-document-factory.c: (get_document_from_uri):
2050
2051         Fix memory leak.
2052         
2053 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2054
2055         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2056         (get_mime_type_from_data), (get_document_from_uri),
2057         (ev_document_factory_get_document):
2058         
2059         Improved error message about file opening failture.
2060         Bug #529129.
2061
2062 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2063
2064         * data/evince-toolbar.xml:
2065         
2066         Allow to add SaveAs to toolbar.
2067
2068 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * shell/ev-view-private.h:
2071         * shell/ev-view.[ch]: (ev_view_button_release_event),
2072         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2073         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2074         (ev_view_update_primary_selection), (clear_link_selected),
2075         (ev_view_copy_link_address):
2076         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2077
2078         Update also the primary selection when copying a link
2079         address. Fixes bug #520855.
2080         
2081 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * libdocument/ev-document-factory.c: (get_document_from_uri):
2084
2085         Use the pixbuf backend only when the mime type is not supported by
2086         any of the other backend so that tiff documents, for instance, are
2087         handled by the tiff backend instead of the pixbuf backend. fixes
2088         bug #520290.
2089         
2090 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * cut-n-paste/Makefile.am:
2093
2094         Add evmountoperation to subdirs list.
2095         
2096 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * configure.ac:
2099
2100         Fix libspectre check in configure script. Fixes bug #528549.
2101         
2102 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * configure.ac:
2105         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2106         * shell/Makefile.am:
2107         * shell/ev-window.c: (ev_window_load_remote_failed),
2108         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2109
2110         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2111         open documents in remote locations that are not mounted.
2112         
2113 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2116         (bitmap_convert_msb8):
2117         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2118         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2119
2120         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2121         
2122 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2125         (ev_job_render_new), (ev_job_render_set_selection_info),
2126         (ev_job_render_run):
2127         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2128         (check_job_size_and_unref),
2129         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2130         (add_job), (ev_pixbuf_cache_get_selection_surface):
2131
2132         Create the render context needed for rendering a page in the render
2133         thread so that we don't block the main thread. Simplify
2134         EvJobRender API.
2135         
2136 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * libdocument/Makefile.am:
2139         * libdocument/ev-page.[ch]:
2140         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2141         (ev_render_context_new), (ev_render_context_set_page):
2142         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2143         (ev_form_field_finalize), (ev_form_field_class_init):
2144         * libdocument/ev-document-forms.[ch]:
2145         (ev_document_forms_get_form_fields):
2146         * libdocument/ev-document.[ch]: (ev_document_get_page),
2147         (ev_document_get_page_size), (ev_document_get_page_label):
2148         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2149         (ev_job_render_run), (ev_job_thumbnail_new),
2150         (ev_job_thumbnail_run), (ev_job_print_run):
2151         * shell/ev-page-cache.c: (ev_page_cache_new):
2152         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2153         (check_job_size_and_unref), (add_job):
2154         * shell/ev-sidebar-thumbnails.c: (add_range):
2155         * shell/ev-view.c: (ev_view_form_field_get_region),
2156         (ev_view_form_field_button_create_widget),
2157         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2158         (ev_view_handle_form_field), (ev_view_size_allocate),
2159         (get_selected_text):
2160         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2161         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2162         (pdf_document_get_page), (pdf_document_get_page_label),
2163         (pdf_document_render), (pdf_document_get_info),
2164         (pdf_document_document_iface_init),
2165         (pdf_document_thumbnails_get_thumbnail),
2166         (pdf_document_thumbnails_get_dimensions),
2167         (pdf_document_file_exporter_do_page),
2168         (pdf_selection_render_selection),
2169         (pdf_selection_get_selected_text),
2170         (pdf_selection_get_selection_region),
2171         (pdf_selection_get_selection_map),
2172         (pdf_document_forms_get_form_fields),
2173         (pdf_document_forms_form_field_text_get_text),
2174         (pdf_document_forms_form_field_text_set_text),
2175         (pdf_document_forms_form_field_button_set_state),
2176         (pdf_document_forms_form_field_button_get_state),
2177         (pdf_document_forms_form_field_choice_get_item),
2178         (pdf_document_forms_form_field_choice_get_n_items),
2179         (pdf_document_forms_form_field_choice_is_item_selected),
2180         (pdf_document_forms_form_field_choice_select_item),
2181         (pdf_document_forms_form_field_choice_toggle_item),
2182         (pdf_document_forms_form_field_choice_unselect_all),
2183         (pdf_document_forms_form_field_choice_set_text),
2184         (pdf_document_forms_form_field_choice_get_text):
2185         * backend/ps/ev-spectre.c: (ps_document_get_page),
2186         (ps_document_get_page_size), (ps_document_get_page_label),
2187         (ps_document_render), (ps_document_document_iface_init),
2188         (ps_document_file_exporter_do_page):
2189         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2190         (tiff_document_render), (tiff_document_render_pixbuf),
2191         (tiff_document_file_exporter_do_page):
2192         * backend/pixbuf/pixbuf-document.c:
2193         (pixbuf_document_get_page_size):
2194         * backend/comics/comics-document.c:
2195         (comics_document_get_page_size), (comics_document_render_pixbuf):
2196         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2197         (djvu_document_render), (djvu_selection_get_selected_text),
2198         (djvu_document_thumbnails_get_thumbnail),
2199         (djvu_document_file_exporter_do_page),
2200         (djvu_document_find_get_result):
2201         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2202         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2203         (dvi_document_thumbnails_get_thumbnail),
2204         (dvi_document_file_exporter_do_page):
2205         * backend/impress/impress-document.c:
2206         (impress_document_get_page_size),
2207         (impress_document_render_pixbuf):
2208         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2209
2210         Add EvPage so that we can hold a reference to the backend
2211         page. Form fields keep now a reference to the poppler page
2212         improving performance since we don't have to create/destroy the
2213         poppler field for every form operation. This will be needed for
2214         annotations too.
2215         
2216 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * data/evince-ui.xml:
2219         * shell/ev-window.c:
2220
2221         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2222         
2223 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * backend/ps/Makefile.am:
2227
2228         Remove gs stuff from ps backend.
2229         
2230 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * configure.ac:
2233         * backend/pdf/ev-poppler.cc:
2234
2235         Bump poppler requirement to 0.8.0.
2236         
2237 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2238
2239         * NEWS:
2240         * configure.ac:
2241
2242         Update for release 2.22.1.1
2243
2244 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * configure.ac:
2247
2248         Fix build (again) when poppler version is 0.6
2249         
2250 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * backend/djvu/djvu-links.c: (build_tree):
2253
2254         Make sure link title is a valid utf8 string. Fixes bug #526517.
2255         
2256 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * configure.ac:
2259
2260         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2261         #526799.
2262         
2263 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2264
2265         * configure.ac:
2266         
2267         Update for release 2.22.1.
2268
2269 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * NEWS:
2272
2273         Update for upcoming release.
2274
2275 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * configure.ac:
2278         * backend/dvi/dvidocument.evince-backend.in:
2279
2280         Add compressed dvi to the list of supported mime types. Patch by
2281         Ed Catmur. Fixes bug #307087.
2282
2283 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2286
2287         Fix a crash when printing a range that doesn't specify the start or
2288         end page. Fixes bug #524288.
2289
2290 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * shell/ev-window.c: (ev_window_cmd_continuous),
2293         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2294         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2295         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2296         (ev_window_run_presentation), (ev_window_stop_presentation),
2297         (ev_window_cmd_view_presentation),
2298         (ev_window_cmd_leave_fullscreen),
2299         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2300
2301         Do not unfullscreen and fullscreen again the window when changing
2302         from fullscreen to presentation mode and vice versa. Fixes bug
2303         #524112.
2304         
2305 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2308
2309         Do not crash when thumbnail failed to render in PS backend. Fixes
2310         bug #525015.
2311         
2312 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2315         (ev_window_load_file_remote), (ev_window_open_uri):
2316
2317         Handle errors when opening remote files.
2318         
2319 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2322
2323         Only grab the focus for the current visible proxy widget. Fixes
2324         bug #521224.
2325         
2326 2008-03-30  Emil Soleyman  <emil@nishra.com>
2327
2328         * shell/ev-window.c: (launch_external_uri):
2329         
2330         Reuse g_app_info_launch_default_for_uri to
2331         save some code and fix bug #525009.
2332
2333 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2334
2335         * shell/ev-window.c (image_save_dialog_response_cb):
2336
2337         Use g_str_has_suffix. See bug #523069.
2338
2339 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * configure.ac:
2342
2343         Add a configure option to enable/diable DBus. Patch by Rémi
2344         Cardona. Fixes bug 521797.
2345
2346 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2349
2350         Fix printing in documents with rotated pages. Patch by Eugen
2351         Dedu. Fixes bug #512648.
2352         
2353 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2356         (ev_link_from_action):
2357
2358         Fix warning messages.
2359         
2360 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-window.c: (image_save_dialog_response_cb):
2363
2364         Do not append the extension to filename when saving an image
2365         if the filename alredy contains the extension. Fixes bug #523069.
2366         
2367 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * shell/ev-view.[ch]: (ev_view_find_cancel):
2370         * shell/ev-window.c: (find_bar_close_cb):
2371
2372         Cancel the find operation when the find bar is closed. Fixes bug
2373         #508845.
2374         
2375 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * backend/ps/psdocument.evince-backend.in:
2378
2379         Make ps backend module resident. Fixes bug #520607.
2380         
2381 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * shell/ev-jobs.c: (ev_job_print_run):
2384
2385         Invert collate action in order to work as expected, fix reverse
2386         printing so that it doesn't start with a blank page and fix number
2387         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2388         
2389 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2392
2393         Fix build with poppler <= 0.7.2
2394         
2395 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * libdocument/ev-document-misc.c:
2398         (ev_document_misc_surface_from_pixbuf):
2399
2400         Fix selections with poppler-splash.
2401         
2402 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * configure.ac:
2405         * backend/pdf/ev-poppler.cc:
2406
2407         Fix build with poppler >= 0.7.2
2408         
2409 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2410
2411         * configure.ac:
2412         
2413         Update for release 2.22.0
2414
2415 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * NEWS:
2418
2419         Update for upcoming release.
2420
2421 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2422
2423         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2424
2425         Bug 495107 – Handle print dialog responses correctly
2426
2427         Correctly handle print dialog response. Properly fixes
2428         the above mentioned bug.
2429
2430 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2433
2434         Make sure print job is only run when the print button is
2435         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2436         
2437 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * backend/pdf/pdfdocument.evince-backend.in:
2440         * libdocument/ev-backends-manager.c:
2441         (ev_backends_manager_load_backend),
2442         (ev_backends_manager_get_document):
2443         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2444
2445         Allow making backend modules resident. This is needed only for
2446         some backends like pdf to avoid registering glib types more than
2447         once.
2448         
2449 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * backend/comics/comics-document.c:
2452         * backend/djvu/djvu-document.c:
2453         * backend/impress/impress-document.c:
2454         * backend/pdf/ev-poppler.cc:
2455         * backend/pixbuf/pixbuf-document.c:
2456         * backend/ps/ev-spectre.c:
2457         * backend/ps/ps-document.c:
2458         * backend/tiff/tiff-document.c:
2459         * libdocument/ev-document.h:
2460         * properties/ev-properties-main.c:
2461
2462         Use g_type_module_add_interface instead of
2463         g_type_add_interface_static. Fixes bug #519679.
2464         
2465 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2466
2467         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2468         Added. Returns whether the animation has everything necessary to run.
2469         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2470         is ready just because it's been created. Fixes #519106.
2471         (draw_one_page): Do not show the "Loading..." text in presentation
2472         mode, there was a slim probability that this could happen.
2473
2474 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2477
2478         Duplicate mime_type string before freeing it so that it doesn't
2479         always fail when getting mime type from uri. Fixes bug #518874.
2480         
2481 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2484
2485         Fix a crash when a choice form field doesn't have any item
2486         selected. Fixes bug #518831
2487         
2488 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2489
2490         * shell/ev-window.c (ev_window_clear_temp_file):
2491         Use g_file_has_prefix instead of renamed
2492         g_file_contains_file.
2493
2494         * configure.ac:
2495         Require new glib for above change.
2496         
2497 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * libdocument/ev-image.c: (ev_image_finalize),
2500         (ev_image_save_tmp):
2501
2502         Return a real uri instead of a filename when saving an
2503         image. Fixes images drag an drop from evince to nautilus. 
2504         
2505 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * backend/pdf/ev-poppler.cc:
2508         (pdf_document_images_get_image_mapping):
2509
2510         Return the image list in the right order. Fixes bug #516237.
2511         
2512 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2513
2514         * backend/impress/impress-document.c:
2515         (impress_document_thumbnails_get_thumbnail):
2516
2517         Remove unused variable to avoid a compiler warning.
2518
2519 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2520
2521         * configure.ac:
2522         
2523         Update for release 2.21.91.
2524
2525 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * configure.ac:
2528         * shell/Makefile.am:
2529         * shell/ev-application.[ch]:
2530         * shell/ev-sidebar-links.c:
2531         * shell/ev-utils.[ch]:
2532         * shell/ev-window.[ch]:
2533
2534         Remove libgnomeprint support. Fixes bug #512370.
2535         
2536 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2537
2538         * thumbnailer/evince-thumbnailer.c: (main):
2539
2540         Initialize glib type system before using it. Fixes bug #513934.
2541         
2542 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * properties/ev-properties-main.c:
2545
2546         Add missing #include.
2547         
2548 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * configure.ac:
2551         * backend/djvu/djvu-document.c: (djvu_document_render):
2552         * backend/tiff/tiff-document.c: (tiff_document_render):
2553
2554         Use the new cairo function cairo_format_stride_for_width when
2555         available. Fixes bug #482720.
2556
2557 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2560         (get_mime_type_from_data), (get_document_from_uri):
2561
2562         Use g_content_type_guess() only when slow is true in
2563         get_document_from_uri(). Fix several memory leaks.
2564         
2565 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2566
2567         * libdocument/ev-document-factory.c:
2568         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2569         (get_document_from_uri):
2570
2571         Use g_content_type_guess () to get mimetype for files.
2572         Bug #510401.
2573
2574 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * thumbnailer/Makefile.am:
2577
2578         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2579         
2580 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * configure.ac:
2583
2584         Fix build with --without-libgnome. Fixes bug #512771.
2585         
2586 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2587
2588         * backend/dvi/Makefile.am: Install only dvi
2589         module. Fixes bug #512718.
2590
2591 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2592
2593         * properties/ev-properties-main.c: (nautilus_module_initialize):
2594         
2595         Initialize backends in properties tab. Fixes bug
2596         #512720.
2597
2598 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2599
2600         * properties/Makefile.am: No need to link with 
2601         libraries. Fixes bug #512719.
2602
2603 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * NEWS:
2606         * configure.ac:
2607         
2608         Update for release 2.21.90.
2609
2610 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * shell/ev-window.c: (ev_window_cmd_escape):
2613
2614         Fix compile warning.
2615         
2616 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2619
2620         Fix printing in dvi backend when filename contains white
2621         espaces. Fixes bug #502839.
2622         
2623 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2626         (screensaver_disable_x11):
2627         * shell/Makefile.am:
2628         * shell/xdg-user-dir-lookup.c: Removed
2629         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2630         * shell/ev-view.c: (ev_view_presentation_transition_start):
2631         * shell/ev-window.c: (ev_window_cmd_file_open),
2632         (ev_window_cmd_save_as), (presentation_set_timeout):
2633
2634         Remove #ifdefs that are no longer needed.
2635         
2636 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * shell/ev-view.[ch]: (ev_view_button_release_event),
2639         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2640         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2641         (ev_window_cmd_escape):
2642
2643         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2644         
2645 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * configure.ac:
2648         * backend/comics/comics-document.c: (comics_document_load):
2649         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2650         (ev_attachment_set_property), (ev_attachment_init),
2651         (ev_attachment_save), (ev_attachment_launch_app),
2652         (ev_attachment_open):
2653         * libdocument/ev-document-factory.c: (get_document_from_uri):
2654         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2655         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2656         * shell/ev-jobs.c:
2657         * shell/ev-password.c: (ev_password_dialog_set_property),
2658         (ev_password_dialog_save_password):
2659         * shell/ev-sidebar-attachments.c:
2660         (ev_sidebar_attachments_drag_data_get):
2661         * shell/ev-window-title.c: (get_filename_from_uri):
2662         * shell/ev-window.c: (ev_window_clear_temp_file),
2663         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2664         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2665         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2666         (launch_external_uri), (image_save_dialog_response_cb),
2667         (attachment_save_dialog_response_cb):
2668         * shell/main.c: (load_files), (load_files_remote), (main):
2669         * thumbnailer/evince-thumbnailer.c: (main):
2670
2671         Port to gio and drop gnome-vfs dependency. Fixes bug
2672         #510401. Based on patch by Cosimo Cecchi.
2673         
2674 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2675
2676         * NEWS:
2677
2678         Fixed formatting inconsistencies (spaces vs. tabs)
2679
2680 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2681
2682         * shell/ev-window.c:
2683
2684         Use top/up/bottom/down arrows instead of
2685         first/left/last/right in the toolbar and menu actions.
2686         This fixes issues with RTL languages and is visually
2687         consistent with the page view. Fixes bug #170081.
2688
2689 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2690
2691         * NEWS:
2692
2693         Fixed some inaccuracies pointed out by Carlos Garcia
2694         Campos.
2695
2696 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2697
2698         * NEWS:
2699         * data/evince.schemas.in:
2700         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2701
2702         Override PDF restrictions by default. Fixes bug #382700.
2703
2704 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2705
2706         * NEWS: Updated for upcoming release
2707
2708 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2711
2712         Fix memory leak.
2713         
2714 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2715
2716         * shell/ev-window.c: (register_custom_actions):
2717         
2718         Added comment for translators
2719
2720 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-view.c: (ev_view_button_release_event):
2723
2724         Do not create the idle function for kinetic scrolling if we are
2725         not in a drag operation.
2726
2727 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2730         (ev_view_button_press_event), (ev_view_motion_notify_event),
2731         (ev_view_button_release_event):
2732
2733         Restore cursor after autoscrolling. Fixes bug #509958.
2734
2735 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * configure.ac:
2738         * backend/pdf/ev-poppler.cc:
2739         (pdf_document_images_get_image_mapping),
2740         (pdf_document_images_get_image),
2741         (pdf_document_document_images_iface_init):
2742         * libdocument/ev-document-images.[ch]:
2743         (ev_document_images_get_image_mapping),
2744         (ev_document_images_get_image):
2745         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2746         (ev_image_get_id), (ev_image_save_tmp):
2747         * shell/ev-jobs.c: (ev_job_render_run):
2748         * shell/ev-view.c: (ev_view_drag_data_get):
2749         * shell/ev-window.c: (image_save_dialog_response_cb),
2750         (ev_view_popup_cmd_copy_image):
2751
2752         Do not render images when rendering the page but on demand. It
2753         reduces the memory comsumption.
2754         
2755 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2756
2757         * configure.a:
2758         * shell/ev-password.c:
2759
2760         Make gnome-keyring optional. Fixes bug #509676.
2761         
2762 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-pixbuf-cache.c: (add_job):
2765
2766         Initialize include_images variable as FALSE instead of TRUE.
2767         
2768 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2769
2770         * configure.ac:
2771         * cut-n-paste/Makefile.am:
2772         * cut-n-paste/fileformatchooser/Makefile.am:
2773         * cut-n-paste/fileformatchooser/egg-macros.h:
2774         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2775         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2776         * shell/Makefile.am:
2777         * shell/ev-utils.c:
2778         (file_chooser_dialog_add_writable_pixbuf_formats),
2779         (get_gdk_pixbuf_format_by_extension):
2780         * shell/ev-utils.h:
2781         * shell/ev-window.c: (ev_window_error_message),
2782         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2783         
2784         Simplify image format selection on save.
2785
2786 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2787
2788         * shell/ev-view.c: (ev_view_scroll_event):
2789         
2790         Repair gorizontal scrolling with shift. Fixes
2791         bug #483412.
2792
2793 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2794         
2795         * MAINTAINERS:
2796
2797         Fix formatting issues.
2798         
2799 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2800
2801         * backend/comics/comics-document.c: (comics_regex_quote):
2802         
2803         Don't overquote special chars except of '. See bug 
2804         502500. Thanks to Tom Parker.
2805
2806 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2807
2808         * MAINTAINERS:
2809         
2810         Added Nickolay and Carlos, since they're doing most of
2811         the releases nowadays.
2812
2813 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2814
2815         * properties/Makefile.am:
2816
2817         Get the nautilus extension dir properly instead of using
2818         a hack. Fixes bug #505359.
2819
2820 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2821
2822         * properties/Makefile.am:
2823         
2824         Install nautilus extension into new place. See bug
2825         #505359. Thanks to Matthias Clasen, Brian Pepple and
2826         Damien Carbery.
2827
2828 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2829
2830         * shell/ev-window.c: (ev_window_get_recent_file_label):
2831         
2832         RTL marker in recent file list. See bug #509076.
2833
2834 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2837         * shell/ev-window.c: (image_save_dialog_response_cb):
2838
2839         Fix compile warnings due to unused variables.
2840         
2841 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * configure.ac:
2844         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2845         * backend/ps/ev-spectre.c: (ps_document_render):
2846
2847         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2848
2849 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2850
2851         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2852         (ev_transition_animation_paint): Implement "fade" effect.
2853
2854 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2855
2856         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2857         (ev_transition_animation_paint): Implement "uncover" effect.
2858
2859 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2860
2861         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2862         (ev_transition_animation_paint): Implement "cover" effect.
2863
2864 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2865
2866         * shell/ev-transition-animation.c (ev_transition_animation_push)
2867         (ev_transition_animation_paint): Implement "push" effect.
2868
2869 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2870
2871         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2872         (ev_transition_animation_paint): Implement "dissolve" effect.
2873
2874 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2875
2876         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2877         (ev_transition_animation_paint): Implement "wipe" effect.
2878
2879 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2880
2881         * shell/ev-transition-animation.c (ev_transition_animation_box)
2882         (ev_transition_animation_paint): Implement "box" effect.
2883
2884 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2885
2886         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2887         (ev_transition_animation_paint): Implement "blinds" effect.
2888
2889 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2890
2891         * shell/ev-transition-animation.c (ev_transition_animation_split)
2892         (ev_transition_animation_paint): Implement "split" effect.
2893
2894 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2895
2896         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2897         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2898         (ev_view_transition_animation_start) 
2899         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2900         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2901         (ev_view_next_page) (ev_view_previous_page):
2902         
2903         Use EvTransitionAnimation to drive page changes in the presentation
2904         mode, the animation will wait to start until both the origin and 
2905         destination page surfaces are available. Fixes #458460.
2906
2907         (draw_loading_text):
2908
2909         Remove workaround for bug #320352, it's now fixed properly.
2910
2911
2912 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2913
2914         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2915         will contain the implementations for page transition animations, at
2916         the moment it just has the "replace" effect.
2917         * shell/Makefile.am: Added these files to build.
2918
2919 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2920
2921         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2922         animations.
2923         * shell/Makefile.am: Added these files to build.
2924
2925 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2926
2927         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2928         implementation to get_effect() in EvDocumentTransitionIface.
2929
2930 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2931
2932         * libdocument/ev-transition-effect.[ch]: New files, define a page
2933         transition effect, at the moment it maps PopplerPageTransition to a
2934         GObject.
2935         * libdocument/Makefile.am: Added these files to build.
2936         * libdocument/ev-document-transition.[ch]
2937         (ev_document_transition_get_effect): New method, gets the
2938         EvTransitionEffect returned by the interface implementation, with
2939         fallback to the "replace" effect.
2940
2941 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2942
2943         * configure.ac:
2944         * cut-n-paste/Makefile.am:
2945         * cut-n-paste/fileformatchooser/Makefile.am:
2946         * cut-n-paste/fileformatchooser/egg-macros.h:
2947         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2948         * shell/Makefile.am:
2949         * shell/ev-window.c: (image_save_dialog_response_cb),
2950         (ev_view_popup_cmd_save_image_as):
2951
2952         Allow exporting images in any format supported by
2953         GdkPixbuf. Fixes bug #500209.
2954         
2955 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * backend/pixbuf/pixbuf-document.c:
2958
2959         More warnings fixed.
2960         
2961 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2964         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2965         * backend/djvu/djvu-text.h:
2966         * backend/tiff/tiff-document.c: (tiff_document_render):
2967
2968         Fix compile warnings.
2969         
2970 2007-12-28  Christian Persch  <chpe@gnome.org>
2971
2972         * **/*.c: Include config.h. Bug #504721.
2973
2974 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * configure.ac:
2977         * Makefile.am:
2978         * po/POTFILES.in:
2979         * backend/comics/Makefile.am:
2980         * backend/comics/comics-document.[ch]:
2981         * backend/comics/comicsdocument.evince-backend.in:
2982         * backend/djvu/Makefile.am:
2983         * backend/djvu/djvu-document.[ch]:
2984         * backend/djvu/djvudocument.evince-backend.in:
2985         * backend/dvi/Makefile.am:
2986         * backend/dvi/dvi-document.[c]:
2987         * backend/dvi/dvidocument.evince-backend.in:
2988         * backend/impress/Makefile.am:
2989         * backend/impress/impress-document.[ch]:
2990         * backend/impress/impressdocument.evince-backend.in:
2991         * backend/pdf/Makefile.am:
2992         * backend/pdf/ev-poppler.cc:
2993         * backend/pdf/ev-poppler.h:
2994         * backend/pdf/pdfdocument.evince-backend.in:
2995         * backend/pixbuf/Makefile.am:
2996         * backend/pixbuf/pixbuf-document.[ch]:
2997         * backend/pixbuf/pixbufdocument.evince-backend.in:
2998         * backend/ps/Makefile.am:
2999         * backend/ps/ev-spectre.[ch]:
3000         * backend/ps/ps-document.[ch]:
3001         * backend/ps/psdocument.evince-backend.in:
3002         * backend/tiff/Makefile.am:
3003         * backend/tiff/tiff-document.[ch]:
3004         * backend/tiff/tiffdocument.evince-backend.in:
3005         * libdocument/Makefile.am:
3006         * libdocument/ev-backends-manager.[ch]:
3007         * libdocument/ev-module.[ch]:
3008         * libdocument/ev-document.h:
3009         * libdocument/ev-document-factory.[ch]:
3010         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3011         (get_compression_from_mime_type), (get_document_from_uri),
3012         (ev_document_factory_get_document), (file_filter_add_mime_types),
3013         (ev_document_factory_add_filters):
3014         * shell/Makefile.am:
3015         * shell/ev-window-title.c: (get_filename_from_uri):
3016         * shell/main.c: (main):
3017         * thumbnailer/Makefile.am:
3018         * thumbnailer/evince-thumbnailer.c: (main):
3019
3020         Plugin system for backends. Fixes bug #351348.
3021         
3022 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3023
3024         * shell/ev-view-private.h:
3025         * shell/ev-view.c: (ev_view_drag_update_momentum),
3026         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3027         (ev_view_button_release_event), (ev_view_destroy):
3028         
3029         Kinetic scrolling implemented as requested in
3030         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3031
3032 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * data/evince-toolbar.xml:
3035         * data/evince-ui.xml:
3036         * shell/ev-view-private.h:
3037         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3038         (ev_view_button_press_event), (ev_view_motion_notify_event),
3039         (ev_view_button_release_event), (ev_view_init),
3040         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3041         (ev_view_set_cursor):
3042         * shell/ev-view.h:
3043         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3044         (ev_window_cmd_view_autoscroll):
3045         
3046         Autoscroll feature with the context menu. Fixes bug 
3047         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3048
3049 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3052
3053         Disconnect also page-ready signal when removing a job because the
3054         page size has changed. Thanks to kripken
3055         <kripkensteiner@gmail.com>.
3056
3057 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3060         
3061         Scroll pages in page entry with mouse wheel. Fixes bug
3062         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3063
3064 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3065
3066         * backend/dvi/Makefile.am:
3067         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3068         (mdvi_cairo_device_init):
3069         * backend/dvi/mdvi-lib/common.h:
3070         * backend/dvi/mdvi-lib/mdvi.h:
3071         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3072         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3073         (mdvi_build_path_from_cwd):
3074
3075         Add ps specials support in dvi backend when libspectre is
3076         present. Fixes bug #386005.
3077         
3078 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * configure.ac:
3081         * backend/ps/Makefile.am:
3082         * backend/ps/ev-spectre.[ch]:
3083         
3084         Use libspectre, if available, for the ps backend. Fixes bugs
3085         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3086
3087 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3088         
3089         * backend/comics/comics-document.c: (comics_document_load):
3090         
3091         Cygwin build issue fix.
3092
3093 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3094
3095         * shell/ev-view.c: (ev_view_set_zoom):
3096
3097         Do not limit the minimum zoom factor when sizing mode is best bit
3098         or fit width. Fixes bug #503805.
3099         
3100 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3103         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3104         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3105         (ev_link_dest_get_property), (ev_link_dest_set_property),
3106         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3107         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3108         (ev_link_dest_new_fitr):
3109         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3110         (goto_fith_dest), (goto_xyz_dest):
3111
3112         Do not change left, top and zoom values when they are null in PDF
3113         destinations. Fixes bug #460658.
3114         
3115 2007-12-10  Christian Persch  <chpe@gnome.org>
3116
3117         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3118         (ev_view_accessible_class_init),
3119         (ev_view_accessible_idle_do_action),
3120         (ev_view_accessible_action_do_action),
3121         (ev_view_accessible_action_get_description),
3122         (ev_view_accessible_action_set_description),
3123         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3124         (ev_view_accessible_factory_init),
3125         (ev_view_accessible_factory_get_accessible_type):
3126         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3127         private data, and G_DEFINE_TYPE. Bug #502843.
3128
3129 2007-12-08  Christian Persch  <chpe@gnome.org>
3130
3131         * shell/ev-metadata-manager.c: (item_free),
3132         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3133         (value_free), (parse_value), (parseItem),
3134         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3135         (save_values): Use GSlice to allocate small amounts of memory. Bug
3136         #475972.
3137
3138 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3141
3142         Restore cursor to normal after a drag operation. Fixes bug
3143         #501603.
3144         
3145 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3146
3147         * NEWS:
3148         * configure.ac:
3149         
3150         Update for release 2.21.1
3151
3152 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * configure.ac:
3155         * cut-n-paste/gedit-message-area/Makefile.am:
3156         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3157         * shell/Makefile.am:
3158         * shell/ev-message-area.[ch]:
3159         * shell/ev-window.c: (ev_window_set_message_area),
3160         (ev_window_error_message_response_cb), (ev_window_error_message),
3161         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3162         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3163         (ev_attachment_popup_cmd_open_attachment),
3164         (attachment_save_dialog_response_cb), (ev_window_set_document),
3165         (ev_window_init):
3166
3167         Use a message area instead of a popup dialog for error
3168         notifications. Fixes bug #337495.
3169         
3170 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3173         (ev_window_run_fullscreen):
3174
3175         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3176         
3177 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * ev-sidebar-thumbnails.c: (update_visible_range),
3180         (ev_sidebar_thumbnails_refresh),
3181         (ev_sidebar_thumbnails_set_document),
3182         (ev_sidebar_thumbnails_support_document):
3183
3184         Show thumbnails for documents with one page. Fixes bug #358751.
3185         
3186 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * shell/ev-window.c:
3189         (ev_window_load_print_settings_from_metadata),
3190         (ev_window_save_print_settings), (ev_window_print_finished),
3191         (ev_window_print_range):
3192
3193         Print settings that are specific to the document are now saved per
3194         document in the metadata file. Fixes bug #488806.
3195         
3196 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3197
3198         * backend/tiff/tiff-document.c: (tiff_document_render):
3199
3200         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3201         
3202 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/ev-application.[ch]: (get_find_string_from_args),
3205         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3206         (ev_application_open_uri_list):
3207         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3208         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3209         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3210         (ev_window_cmd_recent_file_activate),
3211         (ev_window_open_recent_action_item_activated),
3212         (ev_window_print_send), (open_remote_link):
3213         * shell/main.c: (arguments_parse):
3214
3215         Add a command line option for search. Fixes bug #497710.
3216         
3217 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3218
3219         * shell/ev-jobs.c: (ev_job_print_new):
3220
3221         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3222         
3223 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * data/evince-toolbar.xml:
3226         * shell/Makefile.am:
3227         * shell/ev-application.c: (ev_application_init):
3228         * shell/ev-open-recent-action.[ch]:
3229         * shell/ev-window.c:
3230         (ev_window_open_recent_action_item_activated),
3231         (register_custom_actions):
3232
3233         Add an expander to the open toolbar item which pops up a dropdown
3234         menu with the recently used documents. Fixes bug #487215.
3235         
3236 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-window.c: (ev_window_open_uri),
3239         (ev_window_cmd_view_reload):
3240
3241         Do not jump to the first page when reloading by running evince
3242         from the command line. Fixes bug #490847.
3243         
3244 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3245
3246         * shell/ev-window.c: (ev_window_cmd_help_contents):
3247
3248         Plugged memory leak when help file is not found. Fixes bug
3249         #490762.
3250         
3251 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * configure.ac:
3254
3255         Enable djvu, dvi and comics backends by default. Fixes bug
3256         #437121.
3257         
3258 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * configure.ac:
3261         * cut-n-paste/Makefile.am:
3262         * cut-n-paste/recent-files/*: Removed
3263         * help/reference/Makefile.am:
3264         * shell/Makefile.am:
3265         * shell/ev-application.[ch]: (ev_application_shutdown),
3266         (ev_application_init):
3267         * shell/ev-window.c: (ev_window_add_recent),
3268         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3269
3270         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3271         
3272 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3273
3274         * shell/ev-window.c: (launch_external_uri):
3275
3276         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3277         and report error if the URL is not supported (#489910).
3278
3279 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3282         (pdf_document_file_exporter_begin_page),
3283         (pdf_document_file_exporter_end_page):
3284
3285         Fix printing with poppler splash backend. Fixes bug #489774.
3286         
3287 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3290         * shell/ev-print-job.c: (ev_print_job_class_init):
3291
3292         Fix a crash when printing with the gnome-print dialog. Fixes bug
3293         #488939.
3294         
3295 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3296
3297         * backend/pixbuf/pixbuf-document.c:
3298
3299         Fix an implicit function definition warning (#487655)
3300
3301 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * shell/ev-window.c:
3304
3305         Fix conflicting shortcut for view sade pane and presentation.
3306         
3307 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * backend/pdf/ev-poppler.cc:
3310         (pdf_document_file_exporter_begin_page),
3311         (pdf_document_file_exporter_do_page),
3312         (pdf_document_file_exporter_end_page),
3313         (pdf_document_file_exporter_iface_init):
3314         * libdocument/ev-file-exporter.[ch]:
3315         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3316         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3317         (ev_job_print_run):
3318
3319         When printing multiple pages per sheet in reverse option, do not
3320         invert the order of the pages in every sheet, but the order of the
3321         sheets. Do not print blank pages when page range is invalid. Fixes
3322         bugs #484857 and #485521.
3323         
3324 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3327         (ev_job_print_run):
3328         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3329
3330         Respect ranges order when printing more than one range in random
3331         order.
3332         
3333 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3334
3335         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3336         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3337
3338         Rotate also the window icon when document is rotated. Fixes bug
3339         #474681.
3340         
3341 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3344         (pdf_document_forms_get_form_fields):
3345
3346         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3347         Matthias Drochner.
3348         
3349 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * configure.ac:
3352         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3353
3354         Use poppler_page_render_for_printing() instead of
3355         poppler_page_render() if available when exporting to a ps or pdf
3356         file. Fixes bug #476627.
3357         
3358 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-window.c: (ev_window_run_fullscreen):
3361
3362         Do not show the toolbar in fullscreen mode if the main toolbar is
3363         not visible. Fixes bug #483048.
3364         
3365 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * shell/ev-view.c: (ev_view_button_press_event):
3368
3369         Give priority to form fields over images when deciding whether a
3370         button press event is over an image or form field. It allows edit
3371         form fields when they are over a background image. Fixes bug
3372         #477841.
3373         
3374 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3375
3376         * NEWS:
3377         * configure.ac:
3378         
3379         Update for release 2.20.0
3380
3381 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * backend/pdf/ev-poppler.cc:
3384
3385         Remove #ifdef HAVE_FORMS, so that forms support works again.
3386
3387 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3388
3389         * configure.ac:
3390         * data/evince.desktop.in.in:
3391         
3392         Fixes desktop file issues. See bug #473471.
3393
3394 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3397         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3398         (ev_job_queue_remove_job):
3399         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3400         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3401         * shell/ev-window.c: (ev_window_clear_save_job),
3402         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3403         (ev_window_dispose):
3404
3405         Move save a copy task to its own job so that it's carried out in a
3406         thread avoiding another lock in the main thread. Use
3407         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3408         can be saved to a pathin another file system. Fixes bug #456891.
3409         
3410 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3411
3412         * NEWS:
3413         * configure.ac:
3414         
3415         Update for release 2.19.92
3416
3417 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * configure.ac:
3420         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3421         (pdf_selection_get_selection_region),
3422         (pdf_selection_get_selection_map),
3423         (ev_form_field_from_poppler_field):
3424
3425         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3426         and triple click selections are enabled again now.
3427
3428 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * shell/ev-window.c: (ev_window_add_history):
3431
3432         Make sure not to use the history with documents not supporting
3433         links. Fixes bug #468954.
3434
3435 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3436
3437         * shell/ev-window.c: (ev_window_load_job_cb):
3438
3439         Restart the search when reloading a document with the find bar
3440         visible. Fixes bug #461962.
3441
3442 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * shell/ev-window.c: (setup_document_from_metadata),
3445         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3446
3447         Do not jump to the first page when reloading a document from the
3448         last page.
3449
3450 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * shell/ev-window.c: (update_chrome_flag),
3453         (setup_sidebar_from_metadata),
3454         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3455         (ev_window_cmd_edit_find_next),
3456         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3457         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3458         (find_bar_close_cb), (view_actions_focus_in_cb):
3459
3460         Do not update visibility when changing a chrome flag so that it's
3461         possible to update several flags and update visibility only once
3462         for all of them.
3463
3464 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3467
3468         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3469         supported by gtk+. Fixes bug #460907.
3470
3471 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * shell/ev-view.c: (view_update_range_and_current_page):
3474
3475         Make sure current-page <= end-page in continuous mode. Fixes bug
3476         #454950.
3477
3478 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * backend/pdf/ev-poppler.cc: (build_tree):
3481
3482         Ignore outline items without a title. Fixes bug #453913.
3483
3484 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3487         (ev_view_button_release_event), (ev_view_leave_notify_event):
3488
3489         Use always drag mouse cursor during a drag operation. Fixes bug
3490         #470564.
3491
3492 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3495         (pdf_selection_get_selection_region),
3496         (pdf_selection_get_selection_map):
3497
3498         Temporarily disable double and triple selections since it depends on
3499         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3500         released and the update of the external dependency minimal version
3501         approved.
3502
3503 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3506         (pdf_document_file_exporter_do_page):
3507         * libdocument/ev-file-exporter.h:
3508         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3509         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3510
3511         Actually fix printing regressions. Remove orientation from
3512         EvPrintContext since it's redundant.
3513
3514 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3517         * backend/impress/impress-document.c:
3518         (impress_document_document_iface_init):
3519         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3520         * backend/djvu/djvu-document.c:
3521         (djvu_document_document_iface_init),
3522         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3523         * backend/tiff/tiff-document.c:
3524         (tiff_document_document_iface_init):
3525         * backend/pixbuf/pixbuf-document.c:
3526         (pixbuf_document_document_iface_init):
3527         * backend/comics/comics-document.c:
3528         (comics_document_document_iface_init):
3529         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3530         (pdf_selection_render_selection),
3531         (pdf_selection_get_selected_text),
3532         (pdf_selection_get_selection_region),
3533         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3534         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3535         (ev_selection_get_selection_region),
3536         (ev_selection_get_selection_map):
3537         * libdocument/ev-document.[ch]:
3538         * shell/ev-pixbuf-cache.[ch]: (add_job),
3539         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3540         * shell/ev-view-private.h:
3541         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3542         (ev_job_render_run):
3543         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3544         * shell/ev-view.c: (start_selection_for_event),
3545         (ev_view_button_press_event), (ev_view_drag_data_get),
3546         (ev_view_drag_data_received), (ev_view_button_release_event),
3547         (compute_new_selection_text), (compute_selections),
3548         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3549         (ev_view_primary_get_cb):
3550
3551         Add support for double and triple click selections.
3552
3553 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3554
3555         * NEWS:
3556         * configure.ac:
3557
3558         Update for release 2.19.4
3559
3560 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3561
3562         * shell/ev-view-private.h:
3563         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3564         (ev_view_set_highlight_search):
3565         * shell/ev-view.h:
3566         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3567         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3568         (find_bar_visibility_changed_cb):
3569         
3570         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3571
3572 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3575         (pdf_document_file_exporter_begin),
3576         (pdf_document_file_exporter_do_page):
3577         * shell/ev-jobs.c: (ev_job_print_run):
3578         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3579
3580         Create always a portrait cairo surface and rotate when needed for
3581         landscape. It fixes printing problems in real printers.
3582
3583 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3586         * libdocument/ev-file-exporter.[ch]:
3587         (ev_file_exporter_get_capabilities):
3588         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3589         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3590
3591         Adjust number of pages per row according to page orientation when
3592         printing 2 or 6 pages per sheet.
3593
3594 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-window.c: (ev_window_print_send):
3597
3598         Reset also cups setting to 1 when printing multiple pages per
3599         sheet. Fixes bug #468853.
3600
3601 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * libdocument/ev-document-misc.c:
3604         (ev_document_misc_surface_rotate_and_scale):
3605
3606         Use directly cairo_surface_get_content() when creating a similar
3607         surface as suggested by Jeff Muizelaar. Thanks again.
3608
3609 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * backend/djvu/djvu-document.c: (djvu_document_render):
3612         * backend/tiff/tiff-document.c: (tiff_document_render):
3613         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3614         * libdocument/ev-document-misc.c:
3615         (ev_document_misc_surface_from_pixbuf),
3616         (ev_document_misc_surface_rotate_and_scale):
3617
3618         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3619         creating page surfaces. Fixes bug #453123. Thank you very much to
3620         Jeff Muizelaar <jeff@infidigm.net>.
3621
3622 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * shell/ev-page-cache.c: (ev_page_cache_new),
3625         (ev_page_cache_get_thumbnail_size):
3626         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3627         (ev_sidebar_thumbnails_set_loading_icon):
3628
3629         Also store in page-cache the dimensions of the thumbnails so that
3630         they can be used to create the correct loading icon in the side
3631         pane. Fixes bug #466857.
3632
3633 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3634
3635         * backend/pdf/ev-poppler.cc:
3636         (pdf_document_thumbnails_get_thumbnail):
3637
3638         Fix thumbnails rotation in pdf documents that include embedded 
3639         thumbnails.
3640
3641 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3642
3643         * backend/pdf/ev-poppler.cc:
3644
3645         Don't use #ifdef in macro expansion. Some compilers don't
3646         like that. Closes bug #467042.
3647
3648 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3649
3650         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3651         
3652         Fixes memory leak in djvu backend.
3653
3654 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3655
3656         * data/icons/32x32/Makefile.am:
3657         * data/icons/32x32/actions/Makefile.am:
3658         * data/icons/32x32/actions/view-page-cont.svg:
3659         * data/icons/32x32/actions/view-page-facing.svg:
3660         * data/icons/48x48/Makefile.am:
3661         * data/icons/48x48/actions/Makefile.am:
3662         * data/icons/48x48/actions/view-page-cont.svg:
3663         * data/icons/48x48/actions/view-page-facing.svg:
3664         
3665         Icons for a new sizes.
3666
3667 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3668
3669         * shell/ev-page-cache.c: (build_height_to_page),
3670         (ev_page_cache_get_height_to_page):
3671         
3672         Fixes invalid read, see bug #466401.
3673
3674 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3677         (set_drag_cursor):
3678         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3679         (configure_item_cursor), (new_pixbuf_from_widget):
3680
3681         Fix multihead problems in toolbar editor. Fixes bug #382055.
3682
3683 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-window.c: (ev_window_cmd_file_open),
3686         (ev_window_cmd_save_as):
3687
3688         Use g_get_user_special_dir when available instead of
3689         xdg_user_dir_lookup.
3690
3691 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3692
3693         * MAINTAINERS:
3694         
3695         Updated according to request on desktop-devel.
3696
3697 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3700
3701         Do not use cairo_rectangle and cairo_clip since we are
3702         not using cairo_fill but cairo_paint. Use the same cairo context
3703         for every page in the same expose event.
3704
3705 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3706
3707         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3708         leak.
3709
3710 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * configure.ac:
3713         * NEWS:
3714
3715         Release 0.9.3
3716
3717 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * libdocument/ev-document-info.h:
3720         * libdocument/ev-document.h:
3721         * shell/ev-page-action.h:
3722         * shell/ev-sidebar-links.h:
3723
3724         Fix a headers problem with ev-link
3725         
3726         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3727         * shell/ev-view-private.h:
3728         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3729         (get_link_area), (ev_view_query_tooltip),
3730         (ev_view_leave_notify_event), (ev_view_destroy),
3731         (ev_view_class_init):
3732
3733         Use new gtk tooltips when available instead of ev-tooltip.
3734         
3735 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-window.c: (update_chrome_visibility),
3738         (ev_window_sidebar_visibility_changed_cb):
3739
3740         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3741         
3742 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * shell/ev-navigation-action.c:
3745         (ev_navigation_action_history_changed),
3746         (ev_navigation_action_set_history):
3747         * shell/ev-navigation-action-widget.c:
3748         (ev_navigation_action_widget_init):
3749         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3750
3751         Fix compile warnings.
3752         
3753 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3756         (egg_editable_toolbar_dispose):
3757
3758         Fix memory leak.
3759         
3760 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3763         (screensaver_disable_x11):
3764         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3765         * shell/ev-window.c: (presentation_set_timeout):
3766         * shell/ev-view.c: (ev_view_presentation_transition_start):
3767
3768         Use g_timeout_add_seconds instead of g_timeout_add when
3769         available.
3770         
3771 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3774
3775         Set horizontal scrollbar policy to AUTOMATIC instead of
3776         NEVER. Workaround for bug #449462.
3777         
3778 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * shell/ev-jobs.c: (ev_job_render_page_ready):
3781
3782         Add page_ready callback to main loop with high priority and hold
3783         a reference to job during idle.
3784         
3785 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * configure.ac:
3788         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3789         (pdf_document_file_exporter_begin),
3790         (pdf_document_file_exporter_do_page),
3791         (pdf_document_file_exporter_get_capabilities):
3792         * libdocument/ev-file-exporter.h:
3793         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3794         * shell/ev-window.c: (ev_window_print_send),
3795         (ev_window_print_dialog_response_cb):
3796
3797         Allow printing multiple pages per sheet. Fixes bug #395573.
3798         
3799 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3800
3801         * shell/ev-view.c: (tip_from_link):
3802         
3803         Check for NULL, fixes bug #460862.
3804
3805 2007-07-29  Christian Persch  <chpe@gnome.org>
3806
3807         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3808         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3809         (ev_window_cmd_preview_print):
3810         
3811         Fixes bug #437681 - blocks while enumerating printers.
3812
3813 2007-07-29  Christian Persch  <chpe@gnome.org>
3814
3815         * shell/ev-window.c: (ev_window_screen_changed):
3816         
3817         Don't use deprecated gtk+ function. See bug #460909.
3818
3819 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * shell/ev-utils.c: (get_num_monitors):
3822         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3823
3824         Do not use display before initializing it. Remove compile
3825         warnings.
3826
3827 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3828
3829         * shell/ev-view.c: (ev_view_class_init):
3830         
3831         Unix-like hjkl bindings added. See bug #458111.
3832
3833 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3834
3835         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3836         * shell/ev-utils.h:
3837         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3838         (ev_view_update_view_size):
3839         * shell/ev-view.h:
3840         * shell/ev-window.c: (ev_window_update_actions),
3841         (setup_view_from_metadata), (ev_window_screen_changed),
3842         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3843         (zoom_control_changed_cb):
3844         * shell/ev-window.h:
3845         
3846         Reorganizes utility functions.
3847
3848 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3851         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3852         (add_job), (ev_pixbuf_cache_get_surface),
3853         (ev_pixbuf_cache_get_link_mapping),
3854         (ev_pixbuf_cache_get_image_mapping),
3855         (ev_pixbuf_cache_get_form_field_mapping),
3856         (ev_pixbuf_cache_get_text_mapping):
3857         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3858         (notify_page_ready), (ev_job_render_page_ready),
3859         (ev_job_render_run):
3860
3861         Add page_ready signal to notify that page is ready as soon as
3862         possible even if other page elements like links, forms, images or
3863         text mapping are not ready yet.
3864
3865 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3868         (dvi_document_file_exporter_do_page),
3869         (dvi_document_file_exporter_get_capabilities),
3870         (dvi_document_file_exporter_iface_init):
3871         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3872         (ps_document_file_exporter_do_page),
3873         (ps_document_file_exporter_get_capabilities),
3874         (ps_document_file_exporter_iface_init):
3875         * backend/djvu/djvu-document.c:
3876         (djvu_document_file_exporter_begin),
3877         (djvu_document_file_exporter_end),
3878         (djvu_document_file_exporter_get_capabilities),
3879         (djvu_document_file_exporter_iface_init):
3880         * backend/tiff/tiff-document.c:
3881         (tiff_document_file_exporter_begin),
3882         (tiff_document_file_exporter_get_capabilities),
3883         (tiff_document_document_file_exporter_iface_init):
3884         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3885         (pdf_document_file_exporter_do_page),
3886         (pdf_document_file_exporter_get_capabilities),
3887         (pdf_document_file_exporter_iface_init):
3888         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3889         (ev_file_exporter_get_capabilities):
3890         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3891         (idle_print_handler), (ev_print_job_print):
3892         * shell/ev-jobs.c: (ev_job_print_run):
3893         * shell/ev-window.c: (ev_window_print_send),
3894         (ev_window_print_range):
3895
3896         Use capabilities to know which options should be offered by the
3897         print dialog depending on the document backend.
3898
3899 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3902
3903         Give priority to forms over text to set the cursor.
3904
3905 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3906
3907         * shell/ev-view-private.h:
3908         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3909         (ev_view_leave_notify_event), (ev_view_finalize),
3910         (ev_view_get_property), (ev_view_class_init):
3911
3912         Use IBEAM cursor for text form fields and NORMAL cursor for read
3913         only fields. Remove unused status attribute.
3914
3915 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3918
3919         Update region for current selected items also for checkbox
3920         buttons, since they can behave as radio buttons when they are in a
3921         set.
3922
3923 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * configure.ac:
3926         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3927
3928         Get max length of text form fields.
3929
3930 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3933         * libdocument/ev-form-field.h:
3934         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3935
3936         Fix build with current poppler cvs head.
3937
3938 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3939
3940         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3941         * shell/eggfindbar.c: (egg_find_bar_init):
3942
3943         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3944         deprecation. Fixes bug #455667
3945
3946 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3947
3948         * NEWS:
3949         * configure.ac:
3950         
3951         Update for release 0.9.2
3952
3953 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-view.c: (ev_view_form_field_text_save),
3956         (ev_view_form_field_choice_save):
3957
3958         Fix a crash when closing whith a form widget visible.
3959
3960 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3961
3962         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3963
3964         Update also the region of the current selected button when
3965         clicking on another button if they are radio buttons.
3966
3967 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3970         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3971         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3972         (ev_pixbuf_cache_get_link_mapping),
3973         (ev_pixbuf_cache_get_image_mapping),
3974         (ev_pixbuf_cache_get_form_field_mapping),
3975         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3976         * shell/ev-view.c: (ev_view_form_field_get_region),
3977         (ev_view_form_field_button_create_widget),
3978         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3979         (job_finished_cb):
3980
3981         Redraw only form field region instead of the whole page when
3982         reloading a page to show changes on the form field.
3983
3984 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-view.c: (ev_view_form_field_choice_save):
3987
3988         Fix selection of first item in list form fields.
3989
3990 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3993         (ev_pixbuf_cache_reload_page),
3994         (ev_pixbuf_cache_get_form_field_mapping):
3995
3996         Some refactoring to avoid duplicated code.
3997
3998 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * configure.ac:
4001         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4002         (ev_form_field_from_poppler_field),
4003         (pdf_document_forms_get_form_fields),
4004         (pdf_document_forms_form_field_text_get_text),
4005         (pdf_document_forms_form_field_text_set_text),
4006         (pdf_document_forms_form_field_button_set_state),
4007         (pdf_document_forms_form_field_button_get_state),
4008         (pdf_document_forms_form_field_choice_get_item),
4009         (pdf_document_forms_form_field_choice_get_n_items),
4010         (pdf_document_forms_form_field_choice_is_item_selected),
4011         (pdf_document_forms_form_field_choice_select_item),
4012         (pdf_document_forms_form_field_choice_toggle_item),
4013         (pdf_document_forms_form_field_choice_unselect_all),
4014         (pdf_document_forms_form_field_choice_set_text),
4015         (pdf_document_forms_form_field_choice_get_text),
4016         (pdf_document_document_forms_iface_init):
4017         * libdocument/Makefile.am:
4018         * libdocument/ev-form-field.[ch]:
4019         * libdocument/ev-document-forms.[ch]:
4020         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4021         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4022         (add_job), (ev_pixbuf_cache_reload_page),
4023         (ev_pixbuf_cache_get_form_field_mapping):
4024         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4025         * shell/ev-view-private.h:
4026         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4027         (ev_view_handle_cursor_over_xy),
4028         (ev_view_get_form_field_at_location),
4029         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4030         (ev_view_form_field_button_create_widget),
4031         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4032         (ev_view_form_field_text_create_widget),
4033         (ev_view_form_field_choice_save),
4034         (ev_view_form_field_choice_changed),
4035         (ev_view_form_field_choice_create_widget),
4036         (ev_view_handle_form_field), (ev_view_size_allocate),
4037         (ev_view_realize), (draw_end_presentation_page),
4038         (ev_view_button_press_event), (ev_view_remove_all),
4039         (ev_view_motion_notify_event), (ev_view_key_press_event),
4040         (ev_view_enter_notify_event), (highlight_find_results),
4041         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4042         (ev_view_class_init), (page_changed_cb),
4043         (on_adjustment_value_changed), (ev_view_set_presentation),
4044         (merge_selection_region), (ev_view_set_cursor),
4045         (ev_view_reset_presentation_state):
4046         
4047         Merge evince-forms branch.
4048
4049 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4050
4051         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4052
4053         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4054         This script also updates itself from libegg
4055
4056         * cut-n-paste/toolbar-editor/egg*:
4057         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4058         libegg
4059
4060 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4061
4062         * shell/ev-window.c:
4063         
4064         Adds a nice icon to page action during toolbar editing.
4065         See bug #452872.
4066
4067 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * data/evince-toolbar.xml:
4070         * shell/ev-window.c:
4071         
4072         Let user add a presentation and fullscreen icons on toolbar.
4073         See bug #449734.
4074
4075 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4076
4077         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4078
4079         new script to keep in sync with toolbareditor in libegg
4080
4081         * cut-n-paste/toolbar-editor/*: 
4082
4083         Run update-toolbareditor-from-libegg so we are in sync again. 
4084         Fixes bug #452850.
4085         
4086
4087 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4088
4089         * shell/ev-sidebar-links.c: (job_finished_callback):
4090
4091         Do not connect selection changed signal more than once. Fixes bug
4092         #349433.
4093
4094 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4097
4098         Do not change sidebar chrome flag when pressing F9 key in
4099         presentation mode.
4100
4101 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * backend/pdf/ev-poppler.cc:
4104         (pdf_document_thumbnails_get_dimensions):
4105
4106         Make sure thumbnails width and height is not <= 0. Fixes a crash
4107         with some pdf documents which have really small pages.
4108
4109 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4110
4111         * shell/main.c: (main):
4112
4113         Fixes program description translation issue.
4114         Bug #450148.
4115
4116 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4117
4118         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4119
4120         Do not change current page when returning from black/white mode
4121         in presentation. Fixes bug #415032.
4122
4123 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * NEWS:
4126         * configure.ac:
4127         
4128         Update for release 0.9.1
4129
4130 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4131
4132         * backend/dvi/dvi-document.c:
4133         (dvi_document_finalize),
4134         (dvi_document_file_exporter_format_supported),
4135         (dvi_document_file_exporter_begin),
4136         (dvi_document_file_exporter_do_page),
4137         (dvi_document_file_exporter_end),
4138         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4139         
4140         PDF exporter for dvi documents. Fixes bug #441319.
4141
4142 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4143
4144         * shell/ev-window.c: (ev_window_clear_print_job):
4145
4146         Clear gtk print job when job has finished. Fixes bug #447612.
4147
4148 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * shell/ev-window.c: (ev_window_print_send),
4151         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4152
4153         Add preview button to print dialog. Fixes bug #445419.
4154
4155 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * backend/dvi/Makefile.am:
4158         * backend/dvi/pixbuf-device.[ch]: Removed
4159         * backend/dvi/cairo-device.[ch]: Added
4160         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4161         * backend/dvi/dvi-document.c: (dvi_document_load),
4162         (dvi_document_render), (dvi_document_finalize),
4163         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4164         (dvi_document_do_color_special):
4165         * libdocument/ev-document-misc.[ch]:
4166         (ev_document_misc_pixbuf_from_surface):
4167
4168         Port dvi backend to cairo and fix a problem with colors. 
4169
4170 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * shell/ev-view.c: (draw_one_page):
4173
4174         Draw only visible region.
4175
4176 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * backend/djvu/djvu-document.c: (djvu_document_render):
4179
4180         Fix rotation in djvu backend.
4181
4182 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4185         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4186         (ev_pixbuf_cache_get_image_mapping),
4187         (ev_pixbuf_cache_get_text_mapping):
4188
4189         Redraw view every time we have a new surface. Fixes bug #443587.
4190
4191 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * libdocument/ev-document.c: (ev_document_info_free):
4194
4195         Fix memory leaks.
4196
4197 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * backend/dvi/dvi-document.c: (dvi_document_render),
4200         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4201         * backend/impress/impress-document.c:
4202         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4203         (impress_document_render), (impress_document_document_iface_init),
4204         (impress_document_thumbnails_get_thumbnail):
4205         * backend/djvu/djvu-document-private.h:
4206         * backend/djvu/djvu-document.c: (djvu_document_render),
4207         (djvu_document_finalize), (djvu_document_document_iface_init),
4208         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4209         * backend/tiff/tiff-document.c: (tiff_document_render),
4210         (tiff_document_render_pixbuf),
4211         (tiff_document_document_iface_init):
4212         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4213         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4214         (pdf_selection_render_selection):
4215         * backend/comics/comics-document.c:
4216         (comics_document_render_pixbuf), (comics_document_render),
4217         (comics_document_document_iface_init):
4218         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4219         (pixbuf_document_document_iface_init):
4220         * libdocument/ev-document-misc.[ch]:
4221         (ev_document_misc_surface_from_pixbuf),
4222         (ev_document_misc_surface_rotate_and_scale):
4223         * libdocument/ev-document.[ch]: (ev_document_render):
4224         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4225         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4226         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4227         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4228         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4229         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4230         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4231         (render_finished_cb), (ev_job_render_run):
4232         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4233         (merge_selection_region):
4234
4235         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4236         and selections.
4237
4238 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * shell/ev-window-title.c: (ev_window_title_update):
4241
4242         Fix memory leak.
4243
4244 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * shell/ev-view.c: (draw_loading_text):
4247
4248         Show loading text centered. Fixes bug #433061
4249
4250 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * shell/ev-sidebar-thumbnails.c:
4253         (ev_sidebar_thumbnails_set_loading_icon):
4254
4255         Remove a mutex in the main thread that blocks the UI in heavy
4256         documents.
4257
4258 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4261
4262         Set points_set to TRUE so that selections don't disappear after a
4263         zoom change.
4264
4265 2007-06-07  Michael Monreal  <infernux@web.de>
4266
4267         * data/icons/16x16/actions/Makefile.am:
4268         * data/icons/16x16/actions/zoom.svg:
4269         * data/icons/22x22/actions/Makefile.am:
4270         * data/icons/22x22/actions/zoom.svg:
4271         * data/icons/24x24/actions/Makefile.am:
4272         * shell/ev-stock-icons.c:
4273         * shell/ev-stock-icons.h:
4274         * shell/ev-window.c:
4275         
4276         Zoom icon artwork. See bug #444795.
4277
4278 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4279
4280         * shell/ev-metadata-manager.c: Remove extraneous function
4281         (Closes: #444386)
4282
4283 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4284
4285         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4286         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4287         (ev_metadata_manager_set), (ev_metadata_manager_save):
4288         Simplify the timeout, no need for modified anymore
4289
4290 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4291
4292         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4293         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4294         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4295         (ev_metadata_manager_save): Adapted patch from Arjan van de
4296         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4297         time, saves on power (Closes: #443851)
4298
4299 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * configure.ac:
4302         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4303         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4304
4305         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4306
4307 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4308
4309         * shell/ev-window.c: (ev_window_add_history):
4310
4311         Check if history is NULL
4312
4313 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * libdocument/ev-image.c: (ev_image_finalize):
4316         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4317         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4318         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4319         (ev_tmp_uri_unlink):
4320
4321         Add functions to delete temporary files created by evince in a safe
4322         way.
4323
4324         * shell/ev-window.c: (ev_window_clear_local_uri),
4325         (open_xfer_update_progress_callback),
4326         (save_xfer_update_progress_callback), (ev_window_save_remote),
4327         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4328         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4329         (attachment_save_dialog_response_cb),
4330         (ev_attachment_popup_cmd_save_attachment_as):
4331
4332         Allow saving a copy of a document, image or attachment to a remote
4333         location. Fixes bug #440754. 
4334
4335 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * configure.ac:
4338         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4339
4340         Fix build with current poppler from cvs head. 
4341
4342 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4343
4344         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4345
4346         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4347         directory exists.
4348
4349 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4350
4351         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4352         * shell/ev-window.c:
4353
4354         Change sidebar ordering. Fixes bug #439939.
4355
4356 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4357
4358         * backend/comics/Makefile.am:
4359         
4360         Fixes build with --without-libgnome.
4361
4362 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4363         
4364         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4365
4366         Update cursor and tooltip on page change and view scroll. Fixes bug
4367         #439217.
4368
4369 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4370
4371         * NEWS:
4372         * configure.ac:
4373         
4374         Update for release 0.9.0
4375
4376 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4377
4378         * backend/djvu/djvu-document-private.h:
4379         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4380         (djvu_document_finalize),
4381         (djvu_document_file_exporter_format_supported),
4382         (djvu_document_file_exporter_begin),
4383         (djvu_document_file_exporter_do_page),
4384         (djvu_document_file_exporter_end),
4385         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4386         
4387         Implemented printing with djvu. Bug #437998.
4388
4389 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/impress/zip.c:
4392         Add missing ulong definition.
4393
4394         * backend/ps/ps-interpreter.c:
4395         Add missing headers.
4396
4397         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4398
4399 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4402
4403         Add missing call to parent class dispose method. 
4404
4405 2007-05-12  Ross Burton  <ross@openedhand.com>
4406
4407         * shell/main.c:
4408         Sync keybindings manually when building without libgnome
4409         (#437925).
4410
4411 2007-05-12  Ross Burton  <ross@openedhand.com>
4412
4413         * shell/ev-window.c:
4414         Respect the screen when opening help (#437866).
4415
4416 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * data/evince-ui.xml:
4419         * shell/ev-application.[ch]: (get_print_settings_from_args),
4420         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4421         (ev_application_open_uri_list):
4422         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4423         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4424         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4425         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4426         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4427         (ev_window_dispose):
4428         * shell/main.c: (arguments_parse):
4429
4430         Add print button in preview mode. Fixes bug #396475. 
4431
4432 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4433
4434         * cut-n-paste/zoom-control/ephy-zoom.h:
4435         
4436         Fixes zoom level factors. See bug #408119 for details.
4437
4438 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4439
4440         * backend/comics/comics-document.c: (comics_regex_quote),
4441         (extract_argv):
4442         
4443         Correctly quote symbols. Fixes crash in the bug
4444         #415370.
4445
4446 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * shell/ev-navigation-action-widget.c:
4449         (ev_navigation_action_widget_init),
4450         (ev_navigation_action_widget_class_init),
4451         (ev_navigation_action_widget_button_press_event):
4452         
4453         Connect to button-press event on correct widget. Fixes
4454         bug #431988
4455
4456 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * shell/ev-application.c: (ev_application_open_window),
4459         (ev_application_add_icon_path_for_screen),
4460         (ev_application_open_uri_at_dest):
4461         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4462         * shell/ev-navigation-action.c: (build_menu):
4463         
4464         Add app-specific icons to our icon theme. Fixes bug
4465         #425508.
4466
4467 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * shell/ev-history.c: (ev_history_class_init),
4470         (ev_history_add_link):
4471         * shell/ev-history.h:
4472         * shell/ev-navigation-action.c:
4473         (ev_navigation_action_history_changed),
4474         (ev_navigation_action_set_history), (build_menu),
4475         (ev_navigation_action_finalize):
4476         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4477         
4478         Make navigation action unsensitive instead of showing
4479         menu with unsensitive word. Fixes bug #417392.
4480
4481 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * shell/ev-application.[ch]: (ev_application_shutdown),
4484         (ev_application_get_print_settings),
4485         (ev_application_set_print_settings):
4486         * shell/ev-window.c:
4487
4488         Remember print settings. Fixes bug #349102. 
4489
4490 2007-05-08  Christian Persch  <chpe@gnome.org>
4491
4492         * configure.ac:
4493         * properties/ev-properties-view.c:
4494
4495         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4496         Bug #382438.
4497
4498 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * configure.ac:
4501         * properties/ev-properties-view.c: (ev_regular_paper_size):
4502
4503         Use gtk+ builtin paper list to identify the document's paper size.
4504         Fixes bug #382438. 
4505
4506 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4507
4508         * configure.ac:
4509
4510         Fix build when compiling with thumbnailer and libgnome support. 
4511
4512 2007-05-04  Ross Burton  <ross@openedhand.com>
4513
4514         * configure.ac:
4515         Add --without-libgnome, check for libgnome and libgnomeui
4516         separately, and add them to the symbols as required.
4517
4518         * libdocument/ev-file-helpers.c:
4519         When building without libgnome, use g_get_user_config_dir instead
4520         of gnome_user_dir_get.
4521
4522         * shell/ev-application.c:
4523         When building without libgnome, don't use session management.
4524
4525         * shell/main.c:
4526         When building without libgnome, don't use GnomeProgram or
4527         initialise the authentication manager.
4528
4529         This fixes #328842.
4530
4531 2007-05-04  Ross Burton  <ross@openedhand.com>
4532
4533         * shell/ev-window.c:
4534         Don't use libgnome to open help, instead call Yelp directly.
4535
4536 2007-05-04  Ross Burton  <ross@openedhand.com>
4537
4538         * shell/ev-sidebar-attachments.c:
4539         Don't use libgnome to lookup icons for MIME types, instead copy
4540         code from GTK+ to do it manually.
4541
4542 2007-05-04  Ross Burton  <ross@openedhand.com>
4543
4544         * configure.ac:
4545         Add libxml to the dependencies for SHELL_CORE (#435818).
4546
4547 2007-05-02  Ross Burton  <ross@openedhand.com>
4548
4549         * configure.ac:
4550         * Makefile.am:
4551         Add --disable-thumbnailer (#434825)
4552
4553 2007-05-02  Ross Burton  <ross@openedhand.com>
4554
4555         * shell/ev-window.c:
4556         Add missing includes, fix indentation.
4557
4558         * shell/main.c:
4559         Fix indentation.
4560
4561 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4562
4563         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4564         ev_application_open_uri_at_dest instead of ev_application_open_uri
4565         preventing new document always being opened in a new window even if there
4566         is an empty window.
4567
4568 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4571         (egg_recent_view_uimanager_finalize):
4572         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4573         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4574         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4575         (ev_pixbuf_cache_dispose):
4576         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4577         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4578         
4579         Add missing chain to parent class methods. Fixes
4580         bug #433128.
4581
4582 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4583
4584         * data/Makefile.am (update-icon-cache): Updates
4585         gtk-update-icon-cache in uninstall-hook.
4586
4587 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * shell/ev-window.c: (ev_window_setup_document),
4590         (ev_window_set_document), (ev_window_load_job_cb):
4591         * shell/ev-view.c: (setup_caches):
4592         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4593
4594         Start rendering pages before any other jobs. 
4595
4596 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/ev-window.c: (ev_window_stop_fullscreen),
4599         (ev_window_stop_presentation):
4600
4601         Update chrome visibility before window unfullscreen. 
4602
4603 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4604
4605         * data/Makefile.am:
4606         * data/evince-ui.xml:
4607         * shell/ev-stock-icons.[ch]:
4608         * shell/ev-application.[ch]: (ev_application_shutdown),
4609         (ev_application_init), (ev_application_get_toolbars_model):
4610         * shell/ev-window.c: (update_chrome_visibility),
4611         (fullscreen_toolbar_setup_item_properties),
4612         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4613         (ev_window_run_presentation), (ev_window_stop_presentation),
4614         (ev_window_run_preview), (ev_window_screen_changed),
4615         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4616         (ev_window_dispose), (ev_window_init):
4617
4618         Make fullscreen toolbar always visible. Do not use egg toolbars for
4619         fullscreen and preview modes since such toolbars are not editables.
4620         Fixes bugs #300278, #338910 and #316188.  
4621
4622 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4623
4624         * shell/ev-application.c:
4625         * shell/ev-job-queue.c:
4626         * shell/ev-metadata-manager.c:
4627         * shell/ev-stock-icons.c:
4628         * shell/ev-window.c:
4629         * shell/main.c:
4630         
4631         Developers documentation updated.
4632
4633 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4636
4637         Check whether uri is valid before launching it. Fixes bug #427664.
4638
4639 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/ev-window.c:
4642
4643         Change key accelerator for Open a Copy menu entry which is in conflict
4644         with Close. Fixes bug #427321.
4645
4646 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * NEWS:
4649         * configure.ac:
4650         
4651         Update for release 0.8.1
4652
4653 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4654
4655         * shell/ev-window.c: (setup_size_from_metadata):
4656         
4657         Do not make window bigger than screen. Fixes bug 
4658         #388985.
4659
4660 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4661
4662         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4663         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4664
4665         Use default resolution when it's not provided by document. Fixes bug
4666         #408762.
4667
4668 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * configure.ac:
4671         * thumbnailer/Makefile.am:
4672         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4673         * thumbnailer/evince-thumbnailer.schemas.in:
4674         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4675
4676         Add support for ps, eps and compressed documents thumbnails. Do not
4677         ignore size parameter. 
4678
4679 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4680
4681         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4682         (dvi_document_do_color_special):
4683         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4684
4685         Implement font color specials in the DVI backend. Fixes bug #303651.
4686
4687 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4688
4689         Fixup the previous commit:
4690
4691         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4692         * shell/xdg-user-dir-lookup.c: Make the function non-static
4693         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4694
4695 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4696
4697         * shell/ev-window.c (file_open_dialog_response_cb): Use
4698         the xdg-user-dirs DOCUMENTS folder as default folder when
4699         opening a file chooser.  (#424858)
4700
4701         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4702         xdg-user-dirs.
4703
4704 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * shell/ev-window.c: (ev_window_load_job_cb):
4707
4708         Do not setup view from metadata on preview mode. 
4709
4710 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4711
4712         * shell/main.c:
4713
4714         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4715
4716 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * shell/ev-view.c: (ev_view_primary_get_cb):
4719
4720         Check pointer != NULL before using it. Fixes bug #416841. 
4721
4722 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * NEWS:
4725         * configure.ac:
4726         
4727         Release 0.8.0
4728
4729 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4730
4731         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4732
4733         Do not render thumbnails when sidebar thumbnail page is not visible
4734         at startup. Fixes bug #416447. 
4735
4736 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4737
4738         * data/evince.desktop.in.in:
4739
4740         "Application" is not a valid category in the freedesktop specification.
4741
4742 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * libdocument/ev-file-helpers.[ch]: (compression_run),
4745         (ev_file_uncompress), (ev_file_compress):
4746         * shell/ev-window.c: (file_save_dialog_response_cb):
4747
4748         Save document compressed when saving a copy of a compressed document.
4749         Fixes bug #334542.
4750
4751 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4752
4753         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4754
4755         Allow deleting in goto window entry in presentation mode. 
4756
4757 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4758
4759         * Makefile.am: Dist MAINTAINERS.
4760
4761 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * shell/ev-window.c: (ev_window_update_actions):
4764
4765         Fix zoom shortcut keys when searching. Fixes bug #409828.
4766
4767 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-window.c: (ev_window_setup_document):
4770
4771         Fix crash when loading documents with only one page. 
4772
4773 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * backend/dvi/dvi-document.c:
4776         (dvi_document_thumbnails_get_dimensions),
4777         (dvi_document_thumbnails_get_thumbnail):
4778         * backend/impress/impress-document.c:
4779         (impress_document_thumbnails_get_thumbnail),
4780         (impress_document_thumbnails_get_dimensions):
4781         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4782         (ps_document_thumbnails_get_dimensions):
4783         * backend/djvu/djvu-document.c:
4784         (djvu_document_thumbnails_get_dimensions),
4785         (djvu_document_thumbnails_get_thumbnail):
4786         * backend/tiff/tiff-document.c:
4787         (tiff_document_thumbnails_get_thumbnail),
4788         (tiff_document_thumbnails_get_dimensions):
4789         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4790         (pdf_document_thumbnails_get_thumbnail),
4791         (pdf_document_thumbnails_get_dimensions):
4792         * backend/comics/comics-document.c:
4793         (comics_document_thumbnails_get_thumbnail),
4794         (comics_document_thumbnails_get_dimensions):
4795         * backend/pixbuf/pixbuf-document.c:
4796         (pixbuf_document_thumbnails_get_thumbnail),
4797         (pixbuf_document_thumbnails_get_dimensions):
4798         * libdocument/ev-document-thumbnails.[ch]:
4799         (ev_document_thumbnails_get_thumbnail),
4800         (ev_document_thumbnails_get_dimensions):
4801         * libdocument/ev-document-misc.[ch]:
4802         (ev_document_misc_get_thumbnail_frame):
4803         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4804         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4805         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4806         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4807         (ev_sidebar_thumbnails_refresh):
4808         * shell/ev-window.c: (ev_window_setup_document):
4809         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4810
4811         Use an EvRenderContext for rendering thumbnails instead of a suggested
4812         width, so that different sized pages get sized proportionally.
4813
4814 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4815
4816         * shell/ev-view.c: (ev_view_button_press_event),
4817         (ev_view_key_press_event):
4818
4819         Fix critical warnings when there is no document loaded. 
4820
4821 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4822
4823         * shell/ev-page-action-widget.c:
4824         * shell/ev-navigation-action.c:
4825         * shell/ev-window.c:
4826
4827         Fix compile warnings. 
4828
4829 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4830
4831         * backend/djvu/djvu-text.h:
4832         * backend/djvu/djvu-document.c:
4833         * backend/djvu/djvu-text-page.c:
4834         * backend/djvu/djvu-links.c:
4835         * backend/djvu/djvu-text-page.h:
4836         * backend/djvu/djvu-text.c:
4837         
4838         Fix build on Mac. Fixes bug #392186. Patch by
4839         <ephraim_owns@hotmail.com>
4840
4841 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4844
4845         Restore cairo context before rendering every page when printing a PDF
4846         document into a PDF file. 
4847
4848 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * backend/ps/gstypes.h:
4851         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4852         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4853         (ps_document_thumbnails_get_thumbnail):
4854
4855         Handle PostScript page orientation. Fixes bug #318568.
4856
4857 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4858
4859         * backend/ps/Makefile.am:
4860         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4861         (document_load), (ps_document_load), (save_document),
4862         (save_page_list), (ps_document_get_n_pages),
4863         (ps_document_get_page_size), (ps_document_get_info),
4864         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4865         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4866         (ps_document_thumbnails_get_thumbnail),
4867         (ps_document_thumbnails_get_dimensions),
4868         (ps_document_document_thumbnails_iface_init):
4869         * backend/ps/ps.[ch]: (psgetpagebox):
4870         * backend/ps/ps-interpreter.[ch]:
4871
4872         Add support for thumbnails in ps backend. Fixes bug #164755. 
4873
4874 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4875
4876         * NEWS:
4877         * configure.ac:
4878         
4879         Release 0.7.2
4880
4881 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4882
4883         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4884         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4885         (ev_window_dispose):
4886
4887         Use document thumbnail as window icon. Fixes bug #384442.
4888
4889 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4890
4891         * configure.ac:
4892
4893         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4894         duplicated adding application/x-bzpostscript instead. 
4895
4896 2007-02-11  Tom Parker  <palfrey@tevp.net>
4897
4898         * backend/ps/ps-document.c: (document_load):
4899
4900         Check return value of psscan before trying
4901         to use it. Fixes bug #372414.
4902
4903 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4904
4905         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4906
4907         Fix invalid free in ev-page-cache. Fixes bug #404745.
4908
4909 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4910
4911         * test/Makefile.am:
4912         * test/test3.py:
4913         
4914         Added reload test case.
4915
4916 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4917
4918         * po/POTFILES.in:
4919         * backend/djvu/djvu-document.c: (djvu_document_load):
4920
4921         Check whether there are missing files in indirect multipage djvu
4922         documents. Fixes bug #361683. 
4923
4924 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * test/Makefile.am:
4927         * test/test-mime.bin:
4928         * test/test3.py:
4929         
4930         Added test for slow mime type
4931
4932 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4935
4936         Add some checks and call parent_class->finalize. Fixes bug #404745.
4937
4938 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * shell/ev-navigation-action.c: (connect_proxy):
4941         
4942         Fixes dropdown history menu. Thanks a lot Carlos!
4943
4944 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4945
4946         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4947
4948         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4949         bug #373715.
4950
4951 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * backend/ps/ps.c: (psscan):
4954
4955         Fix memory leak. 
4956
4957 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * configure.ac:
4960         * libdocument/ev-file-helpers.c: 
4961
4962         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4963
4964 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * configure.ac:
4967         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4968         (ps_interpreter_start), (document_load), (save_document),
4969         (save_page_list):
4970         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4971         * libdocument/ev-document-factory.c:
4972         (ev_document_factory_get_from_mime), (get_document_from_uri),
4973         (free_uncompressed_uri), (ev_document_factory_get_document):
4974         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4975
4976         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4977
4978 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * libdocument/ev-document.h:
4981
4982         Fix typo in function name. 
4983
4984 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * backend/ps/ps-document.c: (ps_interpreter_finished),
4987         (ps_interpreter_start), (ps_interpreter_failed):
4988
4989         Handle ghostscript interpreter crashes. 
4990
4991 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * shell/ev-window.c: (ev_window_open_uri),
4994         (window_configure_event_cb):
4995
4996         Setup window size and position before showing it. Fixes bug #401711.
4997
4998 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * backend/ps/Makefile.am:
5001         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5002         (ps_document_dispose), (ps_document_class_init),
5003         (ps_interpreter_input), (ps_interpreter_output),
5004         (ps_interpreter_error), (setup_interpreter_env),
5005         (ps_interpreter_start), (ps_interpreter_stop),
5006         (ps_interpreter_failed), (ps_interpreter_is_ready),
5007         (check_filecompressed), (document_load), (ps_document_load),
5008         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5009         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5010         (render_page):
5011
5012         Rework ps-document. Code cleanups, remove deprecated code. 
5013
5014 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * shell/ev-view.c: (ev_view_button_press_event):
5017
5018         Do not start an image drag and drop operation when pointer is on 
5019         text, so that we can select text when the whole background is an
5020         image. 
5021
5022 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * shell/ev-window.c: (ev_window_update_actions): 
5025
5026         Disable all zoom related actions during presentation mode. 
5027
5028 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5029
5030         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5031
5032         Do not zoom in or out on presentation mode. Fixes bug #401305.
5033
5034 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * shell/ev-navigation-action.c: (connect_proxy),
5037         (create_menu_item), (ev_navigation_action_class_init):
5038         
5039         Correctly show menu and fix crash when navigaton 
5040         action is out of toolbar visible area.
5041
5042 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * data/Makefile.am:
5045         * data/evince.1:
5046         
5047         Added man file
5048
5049 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * help/reference/* :
5052         * configure.ac:
5053         
5054         Added gtk-doc based documentation for Evince.
5055         Still in initial state but I hope it will
5056         grow.
5057         
5058         * configure.ac:
5059         
5060         Lower dbus requirement to 0.70
5061
5062 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5063
5064         * shell/ev-window.c: (ev_window_add_history):
5065
5066         Fix memory leak. 
5067
5068 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5071         * shell/ev-view.h:
5072         * shell/ev-window.c: (ev_window_add_history):
5073         
5074         Correctly handle named destination links
5075
5076 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * NOTES:
5079         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5080         * backend/pdf/ev-poppler.cc:
5081         * libdocument/ev-document-links.h:
5082         * libdocument/ev-link.c: (ev_link_get_page):
5083         * libdocument/ev-link.h:
5084         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5085         (ev_history_add_link):
5086         * shell/ev-history.h:
5087         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5088         (new_history_menu_item), (build_menu):
5089         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5090         * shell/ev-sidebar-links.c: (create_loading_model),
5091         (print_section_cb), (ev_sidebar_links_construct),
5092         (fill_page_labels), (update_page_callback_foreach),
5093         (update_page_callback), (job_finished_callback):
5094         * shell/ev-view.c: (ev_view_handle_link):
5095         * shell/ev-window.c: (ev_window_find_chapter),
5096         (ev_window_add_history), (view_handle_link_cb),
5097         (history_changed_cb):
5098         
5099         Implements another history variant
5100
5101 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-window.c: (view_external_link_cb):
5104         * shell/ev-view.c: (ev_view_button_release_event):
5105
5106         Open links in new window when clicking with middle button. 
5107
5108 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-navigation-action.c: (new_history_menu_item):
5111         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5112         * shell/ev-view.c: (ev_view_handle_link):
5113         * shell/ev-window.c:
5114         
5115         Store link before jump, not the destination. For me it 
5116         seems like more natural history behavior.
5117
5118 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5121         (ev_navigation_action_class_init):
5122         * shell/ev-navigation-action.h:
5123         * shell/ev-page-action.c: (activate_cb):
5124         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5125         (ev_page_cache_set_current_page_history):
5126         * shell/ev-page-cache.h:
5127         * shell/ev-sidebar-thumbnails.c:
5128         (ev_sidebar_tree_selection_changed),
5129         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5130         * shell/ev-view-private.h:
5131         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5132         * shell/ev-view.h:
5133         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5134         (ev_window_setup_document), (ev_window_load_job_cb):
5135         * shell/ev-window.h:
5136         
5137         History finally works as expected.
5138
5139 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5142
5143         Do not update links treeview if it doesn't have a model assigned yet. 
5144
5145 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5146
5147         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5148         (ev_sidebar_links_class_init), (update_page_callback):
5149
5150         Do not update links treeview when sidepane is not visible. 
5151
5152 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5153
5154         * shell/ev-marshal.list:
5155         * shell/ev-page-action.c: (activate_cb),
5156         (ev_page_action_class_init):
5157         * shell/ev-page-action.h:
5158         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5159         * shell/ev-window.c:
5160         
5161         Remove activate_link signal, not required.
5162
5163 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/ev-navigation-action.c: (build_menu):
5166         
5167         Reorder menu items and build menu with fixed length.
5168
5169 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5170
5171         * shell/ev-view.c: (get_selected_text):
5172         
5173         Normalize text to fix ligatures problem. See bug
5174         #341947 for details.
5175
5176 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5177
5178         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5179
5180         Fix memory leak in ev-page-cache. 
5181
5182 2007-01-25  Tom Parker <palfrey@tevp.net>
5183
5184         * backend/impress/impress-document.c: (impress_document_load),
5185         (impress_document_finalize), (impress_document_init):
5186         * properties/ev-properties-main.c: (ev_properties_get_pages):
5187         
5188         Correctly handle impress document errors. Fixes nautilus
5189         crash in property page #370491.
5190
5191 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5194         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5195         (ev_job_queue_remove_job):
5196         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5197         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5198         (ev_job_load_run):
5199         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5200         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5201         (ev_window_load_job_cb), (xfer_update_progress_callback),
5202         (ev_window_open_uri), (ev_window_dispose):
5203         * shell/main.c: (main):
5204
5205         Do file transfer asynchronously in the main thread instead of
5206         synchronously in the load thread. Fixes bugs #399694, #398307 and
5207         #343542.
5208
5209 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * shell/ev-jobs.c: (ev_job_xfer_run):
5212
5213         Load the document with the font-config lock held. 
5214
5215 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5216
5217         * backend/ps/ps-document.c: (start_interpreter):
5218
5219         Fix memory leaks in ps backend. 
5220
5221 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5222
5223         * backend/impress/impress-document.c:
5224         (impress_document_render_pixbuf):
5225
5226         Do not acquire fontconfig lock in impress backend, since it is using
5227         the main loop for rendering. 
5228
5229 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * po/POTFILES.in: 
5232
5233         Remove mdvi files that shouldn't be translated. 
5234
5235 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * shell/ev-view-private.h:
5238         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5239         (ev_view_set_zoom):
5240
5241         Render "loading..." text into a cairo surface instead of directly into
5242         the window so that fontconfig lock is only needed once and UI is not
5243         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5244
5245 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5246
5247         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5248         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5249
5250         Use icon theme associated with the window screen rather than default. 
5251
5252 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5253
5254         * configure.ac:
5255
5256         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5257
5258 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5259
5260         * data/icons/*/apps/evince.*:
5261
5262         Move Evince icons under new apps directory.
5263
5264         * data/icons/*/actions/*:
5265
5266         Add new custom themeable Evince icons: view-page-continuous, 
5267         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5268         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5269
5270         * configure.ac:
5271
5272         Add new directories to AC_CONFIG_FILES.
5273
5274         * shell/ev-stock-icons.c:
5275         * shell/ev-stock-icons.h:
5276
5277         Use new custom themeable icons.
5278
5279 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5280
5281         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5282
5283         Do not draw white background page in presentation mode. 
5284
5285 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5286
5287         * shell/ev-view.c: Remove unused gnome-vfs include.
5288
5289 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5290
5291         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5292         
5293         Format string is corrected, fixes bug #397129.
5294
5295 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * shell/ev-window.c: (ev_window_setup_recent):
5298
5299         Do not include in recent menu inexistent documents. Fixes
5300         bug #339171.
5301
5302 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5303
5304         * po/POTFILES.skip: 
5305
5306         Update POTFILES.skip file according to current source tree. 
5307
5308 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5309
5310         * shell/ev-window.c: (file_save_dialog_response_cb):
5311
5312         Do Save a copy in atomic way. Fixes bug #328266. 
5313
5314 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5317
5318         Keep selected cell always visible in index treeview.
5319
5320 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5321         
5322         * shell/ev-view.c: (ev_view_size_allocate):
5323
5324         Restore horizontal scrollbar after switching to/from fullscreen
5325         or presentation mode. Fixes bug #331728.
5326
5327 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5328
5329         * shell/ev-view-private.h:
5330         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5331         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5332         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5333         (ev_view_can_zoom_out):
5334
5335         Use max and min scale values in the view iby taking dpi into account. 
5336
5337 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5338
5339         * configure.ac:
5340         * NEWS:
5341
5342         Release 0.7.1
5343
5344 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5345
5346         * shell/ev-window.c: (ev_window_print_send):
5347
5348         Send print job to printer with some settings set to default values,
5349         since we have already exported to a file according to such settings
5350         and they could be taken twice by some printers. 
5351
5352 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5353
5354         * shell/ev-jobs.c: (ev_job_xfer_run):
5355         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5356
5357         Show main window and load document with the font-config lock held. 
5358
5359 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * configure.ac:
5362         * shell/ev-application.c: (ev_application_register_service):
5363         * shell/main.c: (load_files_remote):
5364
5365         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5366
5367 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * doc/debugging.txt:
5370         
5371         Remove obsolete documentation.
5372
5373 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * Makefile.am:
5376         * backend/Makefile.am:
5377         * backend/comics/Makefile.am:
5378         * backend/djvu/Makefile.am:
5379         * backend/dvi/Makefile.am:
5380         * backend/ev-async-renderer.c:
5381         * backend/ev-async-renderer.h:
5382         * backend/ev-attachment.c:
5383         * backend/ev-attachment.h:
5384         * backend/ev-backend-marshal.c:
5385         * backend/ev-document-factory.c:
5386         * backend/ev-document-factory.h:
5387         * backend/ev-document-find.c:
5388         * backend/ev-document-find.h:
5389         * backend/ev-document-fonts.c:
5390         * backend/ev-document-fonts.h:
5391         * backend/ev-document-images.c:
5392         * backend/ev-document-images.h:
5393         * backend/ev-document-info.h:
5394         * backend/ev-document-links.c:
5395         * backend/ev-document-links.h:
5396         * backend/ev-document-misc.c:
5397         * backend/ev-document-misc.h:
5398         * backend/ev-document-security.c:
5399         * backend/ev-document-security.h:
5400         * backend/ev-document-thumbnails.c:
5401         * backend/ev-document-thumbnails.h:
5402         * backend/ev-document-transition.c:
5403         * backend/ev-document-transition.h:
5404         * backend/ev-document.c:
5405         * backend/ev-document.h:
5406         * backend/ev-file-exporter.c:
5407         * backend/ev-file-exporter.h:
5408         * backend/ev-image.c:
5409         * backend/ev-image.h:
5410         * backend/ev-link-action.c:
5411         * backend/ev-link-action.h:
5412         * backend/ev-link-dest.c:
5413         * backend/ev-link-dest.h:
5414         * backend/ev-link.c:
5415         * backend/ev-link.h:
5416         * backend/ev-render-context.c:
5417         * backend/ev-render-context.h:
5418         * backend/ev-selection.c:
5419         * backend/ev-selection.h:
5420         * backend/impress/Makefile.am:
5421         * backend/pdf/Makefile.am:
5422         * backend/pixbuf/Makefile.am:
5423         * backend/ps/Makefile.am:
5424         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5425         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5426         (start_interpreter), (stop_interpreter), (document_load),
5427         (ps_document_next_page), (render_page):
5428         * backend/tiff/Makefile.am:
5429         * comics/Makefile.am:
5430         * comics/comics-document.c:
5431         * comics/comics-document.h:
5432         * configure.ac:
5433         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5434         * djvu/Makefile.am:
5435         * djvu/djvu-document-private.h:
5436         * djvu/djvu-document.c:
5437         * djvu/djvu-document.h:
5438         * djvu/djvu-links.c:
5439         * djvu/djvu-links.h:
5440         * djvu/djvu-text-page.c:
5441         * djvu/djvu-text-page.h:
5442         * djvu/djvu-text.c:
5443         * djvu/djvu-text.h:
5444         * dvi/Makefile.am:
5445         * dvi/dvi-document.c:
5446         * dvi/dvi-document.h:
5447         * dvi/fonts.c:
5448         * dvi/fonts.h:
5449         * dvi/mdvi-lib/Makefile.am:
5450         * dvi/mdvi-lib/afmparse.c:
5451         * dvi/mdvi-lib/afmparse.h:
5452         * dvi/mdvi-lib/bitmap.c:
5453         * dvi/mdvi-lib/bitmap.h:
5454         * dvi/mdvi-lib/color.c:
5455         * dvi/mdvi-lib/color.h:
5456         * dvi/mdvi-lib/common.c:
5457         * dvi/mdvi-lib/common.h:
5458         * dvi/mdvi-lib/defaults.h:
5459         * dvi/mdvi-lib/dvimisc.c:
5460         * dvi/mdvi-lib/dviopcodes.h:
5461         * dvi/mdvi-lib/dviread.c:
5462         * dvi/mdvi-lib/files.c:
5463         * dvi/mdvi-lib/font.c:
5464         * dvi/mdvi-lib/fontmap.c:
5465         * dvi/mdvi-lib/fontmap.h:
5466         * dvi/mdvi-lib/fontsrch.c:
5467         * dvi/mdvi-lib/gf.c:
5468         * dvi/mdvi-lib/hash.c:
5469         * dvi/mdvi-lib/hash.h:
5470         * dvi/mdvi-lib/list.c:
5471         * dvi/mdvi-lib/mdvi.h:
5472         * dvi/mdvi-lib/pagesel.c:
5473         * dvi/mdvi-lib/paper.c:
5474         * dvi/mdvi-lib/paper.h:
5475         * dvi/mdvi-lib/pk.c:
5476         * dvi/mdvi-lib/private.h:
5477         * dvi/mdvi-lib/setup.c:
5478         * dvi/mdvi-lib/sp-epsf.c:
5479         * dvi/mdvi-lib/special.c:
5480         * dvi/mdvi-lib/sysdeps.h:
5481         * dvi/mdvi-lib/t1.c:
5482         * dvi/mdvi-lib/tfm.c:
5483         * dvi/mdvi-lib/tfmfile.c:
5484         * dvi/mdvi-lib/tt.c:
5485         * dvi/mdvi-lib/util.c:
5486         * dvi/mdvi-lib/vf.c:
5487         * dvi/pixbuf-device.c:
5488         * dvi/pixbuf-device.h:
5489         * impress/Makefile.am:
5490         * impress/common.h:
5491         * impress/document.c:
5492         * impress/f_oasis.c:
5493         * impress/f_oo13.c:
5494         * impress/iksemel.c:
5495         * impress/iksemel.h:
5496         * impress/imposter.h:
5497         * impress/impress-document.c:
5498         * impress/impress-document.h:
5499         * impress/internal.h:
5500         * impress/r_back.c:
5501         * impress/r_draw.c:
5502         * impress/r_geometry.c:
5503         * impress/r_gradient.c:
5504         * impress/r_style.c:
5505         * impress/r_text.c:
5506         * impress/render.c:
5507         * impress/render.h:
5508         * impress/zip.c:
5509         * impress/zip.h:
5510         * lib/Makefile.am:
5511         * lib/ev-debug.c:
5512         * lib/ev-debug.h:
5513         * lib/ev-file-helpers.c:
5514         * lib/ev-file-helpers.h:
5515         * lib/ev-gui.c:
5516         * lib/ev-gui.h:
5517         * lib/ev-tooltip.c:
5518         * lib/ev-tooltip.h:
5519         * libdocument/Makefile.am:
5520         * libdocument/ev-file-helpers.c:
5521         * pdf/Makefile.am:
5522         * pdf/ev-poppler.cc:
5523         * pdf/ev-poppler.h:
5524         * pixbuf/Makefile.am:
5525         * pixbuf/pixbuf-document.c:
5526         * pixbuf/pixbuf-document.h:
5527         * properties/Makefile.am:
5528         * ps/Makefile.am:
5529         * ps/gsdefaults.c:
5530         * ps/gsdefaults.h:
5531         * ps/gsio.c:
5532         * ps/gsio.h:
5533         * ps/gstypes.h:
5534         * ps/ps-document.c:
5535         * ps/ps-document.h:
5536         * ps/ps.c:
5537         * ps/ps.h:
5538         * shell/Makefile.am:
5539         * shell/ev-application.h:
5540         * shell/ev-sidebar-links.c:
5541         * shell/ev-sidebar-links.h:
5542         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5543         (ev_gui_menu_position_tree_selection):
5544         * shell/ev-utils.h:
5545         * shell/ev-view.c: (ev_view_finalize):
5546         * shell/ev-window.c:
5547         * shell/main.c: (main):
5548         * thumbnailer/Makefile.am:
5549         * tiff/Makefile.am:
5550         * tiff/tiff-document.c:
5551         * tiff/tiff-document.h:
5552         * tiff/tiff2ps.c:
5553         * tiff/tiff2ps.h:
5554         
5555         Reorganize source tree.
5556
5557 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5558
5559         * backend/ev-document-factory.c:
5560
5561         Do not include ev-poppler.h when pdf is disabled. 
5562
5563 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5564
5565         * configure.ac:
5566         * data/evince-ui.xml:
5567         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5568         (pdf_document_document_images_iface_init):
5569         * backend/Makefile.am:
5570         * backend/ev-document-images.[ch]:
5571         * backend/ev-image.[ch]:
5572         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5573         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5574         (ev_job_xfer_run):
5575         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5576         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5577         (ev_pixbuf_cache_get_image_mapping):
5578         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5579         (view_menu_popup_cb), (ev_window_dispose),
5580         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5581         (ev_view_popup_cmd_copy_image):
5582         * shell/ev-view-private.h:
5583         * shell/ev-view.c: (ev_view_get_image_at_location),
5584         (ev_view_do_popup_menu), (ev_view_popup_menu),
5585         (ev_view_button_press_event), (ev_view_drag_data_get),
5586         (ev_view_drag_motion), (ev_view_drag_data_received),
5587         (ev_view_motion_notify_event), (ev_view_button_release_event),
5588         (ev_view_finalize), (ev_view_class_init):
5589
5590         Add image handling support. Fixes bugs #310008 and #325047. Images
5591         selection is not supported yet. 
5592
5593 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5596         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5597         (ev_view_init):
5598
5599         Move view drag and drop stuff to ev-view.
5600
5601 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5602
5603         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5604         * shell/ev-view.c: (clear_selection): 
5605
5606         Clear selection also in pixbuf cache.
5607
5608 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5609
5610         * data/evince.desktop.in.in:
5611         
5612         Change icon name in desktop file. See bug #390734
5613         for details.
5614
5615 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5616
5617         * thumbnailer/Makefile.am:
5618
5619         Use top_builddir instead top_srcdir for generated schema
5620         file installation. Fixes bug #390161.
5621
5622 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * configure.ac:
5625         * backend/Makefile.am:
5626         * backend/ev-document-transition.[ch]:
5627         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5628         (pdf_document_page_transition_iface_init):
5629         * shell/ev-view-private.h:
5630         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5631         (ev_view_set_presentation), (transition_next_page),
5632         (ev_view_presentation_transition_stop),
5633         (ev_view_presentation_transition_start), (ev_view_next_page):
5634
5635         Add page transition support in presentation mode. At the moment only
5636         page duration is supported, but not transition effects. Fixes bug
5637         #309815.
5638
5639 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5640
5641         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5642
5643         Run find_link_dest with document lock held, since it's called by links
5644         thread and main thread at the same time. 
5645
5646 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5647
5648         * shell/ev-view.c: (goto_dest):
5649
5650         Update page-cache when page is changed by the view, so that
5651         page-changed signal is emitted. 
5652
5653 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5654
5655         * test/test1.py:
5656         * test/test2.py:
5657
5658         Use C locale in tests. 
5659
5660 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5661
5662         * shell/ev-window.c: (ev_window_run_presentation):
5663         * shell/ev-view-private.h:
5664         * shell/ev-view.c: (ev_view_set_presentation):
5665
5666         Restore zoom settings when back from presentation mode. 
5667
5668 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5669
5670         * shell/ev-window.c: (ev_window_run_presentation):
5671
5672         Always use "best fit" zoom in presentation mode.
5673         Fixes bug #389195.
5674
5675 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5676
5677         * shell/ev-view.c: (ev_view_goto_window_create):
5678
5679         Show "Jump to page" label in the page jumping popup in
5680         presentation mode instead of just a GtkEntry.
5681
5682 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5683
5684         * shell/ev-window.c: (launch_external_uri):
5685
5686         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5687         #378085.
5688
5689 2006-12-22  Elijah Newren  <newren gmail com>
5690
5691         * configure.ac: explicitly check for libxml2.  Fixes #388795
5692
5693 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5694
5695         * shell/ev-view-private.h:
5696         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5697         (ev_view_goto_window_delete_event), (key_is_numeric),
5698         (ev_view_goto_window_key_press_event),
5699         (ev_view_goto_window_button_press_event),
5700         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5701         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5702         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5703
5704         Allow jumping to another page by typing a page number in presentation
5705         mode. It uses a popup window with an entry. Fixes bug #353625.
5706
5707 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5708
5709         * configure.ac:
5710         * properties/ev-properties-view.c: (ev_get_default_user_units),
5711         (ev_regular_paper_size):
5712         
5713         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5714         to Damien Carbery <damien.carbery@sun.com> and
5715         Yevgen Muntyan <muntyan@tamu.edu>.
5716
5717 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5718
5719         * shell/ev-window.c: (setup_document_from_metadata):
5720
5721         Make sure Evince doesn't restore the view on the last
5722         page when a document is reopened. Fixes bug #383381.
5723
5724 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5725
5726         * shell/ev-view.c: (draw_loading_text):
5727
5728         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5729
5730 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5731
5732         * configure.ac:
5733         * NEWS:
5734
5735         Release 0.7.0
5736
5737 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5738
5739         * configure.ac:
5740         * pdf/ev-poppler.cc: (pdf_print_context_free),
5741         (pdf_document_file_exporter_begin),
5742         (pdf_document_file_exporter_do_page):
5743
5744         Make cairo-pdf depedency optional. 
5745
5746 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5747
5748         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5749
5750         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5751
5752 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5753
5754         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5755         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5756         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5757         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5758         * shell/ev-view.c: (draw_loading_text):
5759         * shell/ev-window.c: (ev_window_cmd_file_properties):
5760
5761         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5762         related to using FontConfig from different threads.
5763         
5764 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * shell/ev-view.c: (draw_loading_text):
5767
5768         Acquire lock document when drawing "Loading..." text so that only one
5769         thread will use FontConfig at the same time. Fixes bug #374750.
5770
5771 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5772
5773         * shell/ev-page-action.[ch]: (activate_cb):
5774         * shell/ev-window.c: (activate_label_cb):
5775
5776         Check if text inserted in page entry is a valid page number when it
5777         doesn't match to any document page label. Fixes bug #383165.
5778
5779 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5780         * shell/ev-window.c:
5781
5782         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5783         available with GTK < 2.10. Added an ifdef to avoid compilation
5784         error.
5785
5786 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5787
5788         * configure.ac:
5789         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5790
5791         Fix ps backend in multihead systems.
5792
5793 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5794
5795         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5796         * shell/ev-window.c: (ev_window_get_screen_dpi),
5797         (ev_window_update_actions), (setup_view_from_metadata),
5798         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5799
5800         Take screen DPI into account when zooming. Fixes bug #318285.
5801
5802 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5803
5804         * data/Makefile.am:
5805
5806         Cleaned up/slightly refactored Makefile.am. Added GConf
5807         schemas uninstallation as well.
5808
5809 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5810
5811         * Makefile.am:
5812         * test/Makefile.am:
5813
5814         Fight with autotools to fix make check. Make distcheck
5815         works fine as well now!
5816
5817 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5818
5819         * shell/ev-view.c: (draw_end_presentation_page):
5820
5821         Corrected "end of presentation" string.
5822
5823 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5824
5825         * shell/ev-view.c: (ev_view_key_press_event):
5826
5827         Correctly propagate key press event so that up/down keys
5828         work as expected (correct behaviour was broken by
5829         black/white screen key bindings for presentations).
5830
5831 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5834         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5835         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5836         (pdf_selection_get_selection_region),
5837         (pdf_selection_get_selection_map):
5838
5839         Add "static" to some private functions. 
5840
5841 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5842
5843         * lib/ev-tooltip.h:
5844         * properties/ev-properties-view.h:
5845         * shell/ev-jobs.h:
5846         * shell/ev-properties-dialog.h:
5847         * shell/ev-properties-fonts.h:
5848         * shell/ev-sidebar-links.h:
5849         * shell/ev-sidebar-thumbnails.h:
5850         * shell/ev-sidebar.h:
5851         * shell/ev-window.h:
5852         
5853         Fixes CHACK type in class casts. See bug #385343
5854         for details.
5855
5856 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5857
5858         * shell/ev-view-private.h:
5859         * shell/ev-view.c: (draw_end_presentation_page),
5860         (ev_view_expose_event), (ev_view_key_press_event),
5861         (ev_view_class_init), (ev_view_init):
5862
5863         Blank screen in presentation mode when pressing 'b' (filling with
5864         black) or 'w' (filling with white) keys. Fixes bug #358132.
5865
5866 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5867
5868         * data/evince-toolbar.xml:
5869         * shell/ev-window.c:
5870         
5871         Use stock icon for Select All action. Fixes
5872         bug #382652.
5873
5874 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5875
5876         * shell/ev-view.c: (get_doc_point_from_offset),
5877         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5878
5879         Add links support in rotated documents. Fixes bug #343733.
5880
5881 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5882
5883         * shell/ev-view-private.h:
5884         * shell/ev-view.c: (draw_end_presentation_page),
5885         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5886
5887         Show a blank page after the last page in presentation mode with a
5888         message indicating that presentation has finished and how to exit. 
5889
5890 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * shell/ev-window.c: (fullscreen_timeout_cb):
5893
5894         Hide cursor after a while in presentation mode. 
5895
5896 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5897
5898         * backend/ev-document-info.h:
5899         * data/evince-properties.glade:
5900         * pdf/ev-poppler.cc:
5901         * properties/ev-properties-view.c: (ev_regular_paper_size),
5902         (ev_properties_view_set_info):
5903         * ps/ps-document.c: (ps_document_get_info):
5904
5905         Adds a paper size field to the properties dialog. Fixes
5906         bug #307315. Patch by Kasper Svendsen (with some i18n
5907         changes done by me).
5908
5909 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5912         (screensaver_init_dbus), (totem_scrsaver_new),
5913         (totem_scrsaver_init):
5914         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5915         * shell/ev-application.c: (ev_application_register_service),
5916         (ev_application_screensaver_enable),
5917         (ev_application_screensaver_disable):
5918         * shell/ev-application.h:
5919         * shell/ev-window.c: (ev_window_run_presentation),
5920         (ev_window_stop_presentation), (build_comments_string),
5921         (ev_window_init):
5922         
5923         Move screensaver handling to application. No more
5924         message on startup.
5925
5926 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * configure.ac:
5929         * backend/Makefile.am:
5930         * backend/ev-file-exporter.[ch]:
5931         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5932         * ps/ps-document.c: (ps_document_file_exporter_*):
5933         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5934         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5935         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5936         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5937
5938         Allow printing to PDF when suppoted by the backend.
5939         
5940 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5941
5942         * shell/ev-window.c: (build_comments_string):
5943
5944         Use always "Document Viewer" in about dialog. 
5945
5946 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5947
5948         * djvu/djvu-document.c: (djvu_document_get_page_size):
5949
5950         Display a warning message when get_pageinfo fails. 
5951
5952 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5953
5954         * Makefile.am:
5955         * backend/Makefile.am:
5956         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5957         * configure.ac:
5958         * shell/ev-window.c: (build_comments_string):
5959         
5960         Make pdf compilation optional. See bug #38007.
5961
5962 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5963
5964         * ps/ps.c: (get_next_text):
5965
5966         Fix CVE-2006-5864.
5967
5968 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5969
5970         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5971         * shell/ev-navigation-action.c: (connect_proxy),
5972         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5973         
5974         Do not call g_type_class_peek_parent twice.
5975
5976 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * configure.ac:
5979         * data/icons/24x24/.cvsignore:
5980         * data/icons/24x24/Makefile.am:
5981         * data/icons/24x24/evince.png:
5982         * data/icons/Makefile.am:
5983         
5984         Add 24x24 icon. Thanks to 
5985         Michael Monreal <infernux@web.de>.
5986
5987 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5988
5989         * configure.ac: Fix typo in configure.ac. Thanks
5990         to dmacks@netspace.org for notification.
5991
5992 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5993
5994         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5995         
5996         Drop dbus include, fixes compilation with older dbus.
5997
5998 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5999
6000         * configure.ac:
6001         * cut-n-paste/Makefile.am:
6002         * cut-n-paste/totem-screensaver/.cvsignore
6003         * cut-n-paste/totem-screensaver/Makefile.am:
6004         * cut-n-paste/totem-screensaver/README:
6005         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6006         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6007         * shell/Makefile.am:
6008         * shell/ev-window.c: (ev_window_run_presentation),
6009         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6010         (ev_window_init):
6011
6012         Implemented screensaver enabling/disabling for
6013         presentation mode (not fullscreen mode). Code stolen
6014         from Totem (with some minor tweaks). Fixes bug #338889.
6015
6016 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6017
6018         * configure.ac:
6019
6020         Bump gnome-icon-theme requirements. We use the rotation
6021         icons that appeared recently.
6022
6023 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * shell/ev-history.c: (ev_history_add_page):
6026         * shell/ev-history.h:
6027         * shell/ev-window.c: (page_changed_cb):
6028         
6029         Use page labels instead of numbers.
6030
6031 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6032
6033         * data/evince-toolbar.xml:
6034         * po/POTFILES.in:
6035         * shell/Makefile.am:
6036         * shell/ev-navigation-action-widget.c:
6037         (ev_navigation_action_widget_init),
6038         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6039         (menu_detacher), (ev_navigation_action_widget_set_menu),
6040         (menu_position_func), (popup_menu_under_arrow),
6041         (ev_navigation_action_widget_toggled),
6042         (ev_navigation_action_widget_button_press_event):
6043         * shell/ev-navigation-action-widget.h:
6044         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6045         (ev_navigation_action_set_window), (activate_menu_item_cb),
6046         (new_history_menu_item), (new_empty_history_menu_item),
6047         (build_menu), (menu_activated_cb), (connect_proxy),
6048         (create_tool_item), (ev_navigation_action_init),
6049         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6050         * shell/ev-navigation-action.h:
6051         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6052         (ev_page_action_widget_set_page_cache),
6053         (ev_page_action_widget_finalize),
6054         (ev_page_action_widget_class_init), (match_selected_cb),
6055         (display_completion_text), (match_completion), (build_new_tree_cb),
6056         (get_filter_model_from_model),
6057         (ev_page_action_widget_update_model):
6058         * shell/ev-page-action-widget.h:
6059         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6060         (connect_proxy):
6061         * shell/ev-page-action.h:
6062         * shell/ev-stock-icons.c:
6063         * shell/ev-stock-icons.h:
6064         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6065         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6066         (register_custom_actions):
6067         * shell/main.c:
6068         
6069         Preliminary history implementation
6070
6071 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6074         (dvi_document_class_init), (dvi_document_init_params):
6075         * dvi/mdvi-lib/font.c: (font_reference):
6076         
6077         Add reference to subfont. Fixes bug #374277.
6078
6079 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6080
6081         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6082         (ev_window_cmd_file_open_copy_at_dest):
6083
6084         Fix a race condition when creating symlink. Increase the counter
6085         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6086         Mathias Hasselmann).
6087
6088 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6089
6090         * backend/Makefile.am:
6091         * backend/ev-attachment.c: (ev_attachment_open):
6092         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6093         (ev_tmp_dir), (ev_tmp_filename):
6094         * shell/ev-sidebar-attachments.c:
6095         (ev_sidebar_attachments_drag_data_get):
6096         * shell/ev-window.c: (ev_window_clear_temp_file):
6097
6098         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6099         in ensure_dir_exists. Abort without crashing when we can't create
6100         user's directory.
6101
6102 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6103
6104         * data/evince-ui.xml:
6105         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6106         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6107         (ev_window_cmd_file_open_copy_at_dest),
6108         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6109         (ev_view_popup_cmd_open_link_new_window):
6110
6111         Allow opening a copy of the current document in a new window. Fixes bug
6112         #357472
6113
6114 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * data/evince-toolbar.xml:
6117         
6118         Add rotate right and rotate left to available items for toolbar.
6119         
6120         * data/evince-ui.xml:
6121         * shell/ev-window.c: (ev_window_init):
6122         
6123         Customize toolbar with right click. Fixes bug #372451.
6124
6125 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6126
6127         * shell/ev-window.c: 
6128         
6129         Use "object-rotate-{left,right}" stock icons. Fixes 
6130         bug #373863.
6131
6132 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6133
6134         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6135         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6136         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6137         (ev_window_open_uri):
6138         * shell/main.c: (arguments_parse):
6139
6140         Remove temp file created when evince is used by GTK+ in
6141         preview mode. Fixes bug #365282. 
6142
6143 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6146         
6147         Fixes bug #372474 - Side pane disabled when entering 
6148         and leaving fullscreen mode.
6149
6150 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6151
6152         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6153         * data/Makefile.am:
6154         * data/evince-preview-toolbar.xml:
6155         * data/evince-toolbar.xml:
6156         * shell/ev-application.c: (ev_application_shutdown),
6157         (ev_application_init), (ev_application_get_toolbars_model):
6158         * shell/ev-application.h:
6159         * shell/ev-window.c: (update_chrome_visibility),
6160         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6161         (ev_window_cmd_edit_toolbar), (ev_window_init):
6162         
6163         Fixes bug #364364 - toolbar editor shows zoom actions again.
6164
6165 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6166
6167         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6168
6169         Do not take margins into consideration for paper size when printing.
6170         Really fixes bug #350491.
6171
6172 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6173
6174         * data/evince-ui.xml:
6175         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6176         (ev_window_cmd_file_print_setup),
6177         (ev_window_print_dialog_response_cb),
6178         (ev_window_setup_action_sensitivity):
6179
6180         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6181
6182 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6183
6184         * shell/ev-window.c: (ev_window_print_range):
6185
6186         Revert my previuos commit, since printing to PDF is not supported by
6187         evince yet. 
6188
6189 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6190
6191         * shell/ev-window.c: (ev_window_print_range):
6192
6193         Enable print to a PDF. Fixes bug #332121.
6194
6195 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6196
6197         * shell/ev-application-service.xml:
6198         * shell/ev-application.[ch]: (ev_application_open_window),
6199         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6200         (ev_application_open_uri), (ev_application_open_uri_list):
6201         * shell/ev-window.c: (file_open_dialog_response_cb),
6202         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6203         (drag_data_received_cb), (open_remote_link):
6204         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6205
6206         Add support for multiscreen systems. Fixes bug #316206.
6207
6208 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6209
6210         * shell/ev-jobs.[ch]: (ev_job_print_new),
6211         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6212         (ev_job_print_do_page):
6213         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6214
6215         Allow printing only odd/even pages. Fixes bug #367289.
6216
6217 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6218
6219         * test/test1.py:
6220         * test/test2.py:
6221
6222         Re-add locale settings to test files.
6223
6224 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * data/evince-ui.xml:
6227         * shell/ev-window.c: (set_action_properties):
6228         
6229         Removed garbage from code and ui.
6230
6231 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6232
6233         * shell/ev-window.c: (ev_window_cmd_help_about):
6234
6235         Shamelessly add my name to the list of contributors.
6236
6237 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6238
6239         * test/test1.py:
6240         * test/test2.py:
6241
6242         Cleaned up the dogtail scripts.
6243
6244 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6245
6246         * shell/ev-view.c: (draw_loading_text): Don't render
6247         "loading..." text in presentation mode. Temporary
6248         workaround for bug #320352.
6249
6250 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6251
6252         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6253         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6254
6255         Use print settings scale, copies, collate and reverse which were
6256         ignored. Fixes bug #359032.
6257
6258 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * configure.ac:
6261         * data/evince-password.glade:
6262         * test/Makefile.am:
6263         * test/test-encrypt.pdf:
6264         * test/test-links.pdf:
6265         * test/test1.py:
6266         * test/test2.py:
6267
6268         Add automated UI tests for evince with dogtail. See
6269         bug #300948.    
6270
6271 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6272
6273         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6274
6275         Hide fullscreen toolbar when switching to another desktop workspace.
6276         Fixes bug #338871
6277
6278 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-window-title.c: 
6281         
6282         Test for .dvi in title of pdf documents.
6283
6284 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6285
6286         * shell/ev-view.c: (ev_view_scroll):
6287
6288         Page Up/Down should do page jumps in "Best fit" mode.
6289         If a user has explicitly chosen to view exactly one page
6290         at a time, scrolling just a part of the page when
6291         pressing Page Up/Down is not right. Fixes bug #323107.
6292
6293 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * NEWS:
6296         * configure.ac:
6297         
6298         Update for 0.6.1
6299
6300 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6303         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6304         
6305         Correctly disconnect from job signals on destroy.
6306
6307 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * shell/ev-view-private.h:
6310         * shell/ev-view.c: (view_set_adjustment_values),
6311         (view_update_range_and_current_page),
6312         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6313         
6314         Fixes bug #343199, current page now follows find page.
6315
6316 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6317
6318         * backend/ev-document-factory.c:
6319         * configure.ac:
6320         Assigned OpenDocument presenation MIME type to the
6321         Impress backend. Added some missing (but harmless)
6322         #ifdefs in the document factory as well to make things
6323         consistent again. Fixes bug #360658.
6324
6325 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6326
6327         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6328         * backend/ev-document-find.c: (ev_document_find_get_type):
6329         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6330         * backend/ev-document-links.c: (ev_document_links_get_type):
6331         * backend/ev-document-security.c: (ev_document_security_get_type):
6332         * backend/ev-document-thumbnails.c:
6333         (ev_document_thumbnails_get_type):
6334         * backend/ev-document.c: (ev_document_get_type):
6335         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6336         * backend/ev-selection.c: (ev_selection_get_type):
6337         * cut-n-paste/recent-files/egg-recent-model.c:
6338         (egg_recent_model_get_type):
6339         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6340         (egg_recent_view_uimanager_get_type):
6341         * cut-n-paste/recent-files/egg-recent-view.c:
6342         (egg_recent_view_get_type):
6343         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6344         (egg_editable_toolbar_get_type):
6345         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6346         (egg_toolbar_editor_get_type):
6347         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6348         (egg_toolbars_model_get_type):
6349         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6350         (egg_tree_multi_drag_source_get_type):
6351         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6352         (ephy_zoom_action_get_type):
6353         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6354         (ephy_zoom_control_get_type):
6355         * impress/r_back.c: (_imp_fill_back):
6356         * properties/ev-properties-main.c:
6357         (ev_properties_plugin_register_type):
6358         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6359         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6360         (ev_view_accessible_factory_get_type):
6361
6362         Reduce relocations. Bug #360616.
6363
6364 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6365
6366         * backend/ev-document-factory.c:
6367         (ev_document_factory_get_document):
6368         
6369         Load document even if extension is wrong.
6370
6371 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-metadata-manager.c: (save_values):
6374         * shell/ev-window.c: (setup_size_from_metadata),
6375         (setup_view_from_metadata), (ev_window_setup_document),
6376         (ev_window_xfer_job_cb), (window_configure_event_cb):
6377         
6378         Set size according to the document size/page size ratio.
6379         That should correct rather wierd behaviour of the previous
6380         commit.
6381
6382 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * shell/ev-window.c: (setup_view_from_metadata):
6385         
6386         Set size for new windows from previous window size.
6387         See bugs #354968 and #168450 for details. Thanks
6388         to Meik Hellmund.
6389
6390 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6391
6392         * djvu/djvu-links.c: (build_tree):
6393
6394         Fix memory leak.
6395
6396 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6399         
6400         Don't make sidebar close button insensitive. Fixes
6401         bug #357871.
6402
6403 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6404
6405         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6406         (ev_window_set_view_accels_sensitivity):
6407         
6408         Don't enable Slash on documents which don't support
6409         find. Fixes bug #358648.
6410
6411 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6412
6413         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6414         open dialog fall back to the current document uri if the
6415         filechooser hasn't been used before. Fixes bug #356980.
6416
6417 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6418
6419         * shell/ev-window.c: (ev_window_setup_recent), 
6420         (ev_window_get_recent_file_label):
6421
6422         Escape underscores in filenames of recent file items.
6423
6424 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * configure.ac:
6427         
6428         Bumped poppler requirements, really 0.5.3 is very 
6429         buggy, now we require 0.5.4.
6430
6431 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6432
6433         * djvu/Makefile.am:
6434         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6435         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6436         (djvu_document_document_links_iface_init):
6437         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6438         (number_from_string_10), (get_djvu_link_dest),
6439         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6440         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6441         (djvu_links_get_links), (djvu_links_find_link_dest),
6442         (djvu_links_get_links_model):
6443         * djvu/djvu-links.h:
6444         
6445         Add support for links and bookmarks in djvu documents. Thanks
6446         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6447         patch.
6448
6449 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6450
6451         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6452         
6453         Reopen should reload document. Fixes 
6454         bug 327951.
6455
6456 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * configure.ac:
6459         * data/Makefile.am:
6460         * data/evince-16.png:
6461         * data/evince-22.png:
6462         * data/evince.png:
6463         * data/evince.svg:
6464         * data/icons/16x16/Makefile.am:
6465         * data/icons/16x16/evince.png:
6466         * data/icons/22x22/Makefile.am:
6467         * data/icons/22x22/evince.png:
6468         * data/icons/48x48/Makefile.am:
6469         * data/icons/48x48/evince.png:
6470         * data/icons/Makefile.am:
6471         * data/icons/scalable/Makefile.am:
6472         * data/icons/scalable/evince.svg:
6473         
6474         Install icons with correct names. Fixes
6475         bug #354429.
6476
6477 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6478
6479         * shell/ev-view.c: (ev_view_button_release_event):
6480
6481         Don't open links with middle mouse button. Fixes bug #353649
6482
6483 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * NEWS:
6486         * configure.ac:
6487         
6488         Update for release 0.6.0
6489
6490 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6493         Implement Close named action. Patch by Carlos Garcia Campos.
6494
6495 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6496
6497         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6498         
6499         Don't clear link mapping on copy_job_to_job_info. Fixes
6500         bug 346168.
6501
6502 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6503
6504         * shell/main.c: (main):
6505
6506         Revert my previous commit, gnome_program_init owns the option context.
6507         Fix another memory leak in main. Both caught by Christian Persch. 
6508
6509 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6510
6511         * shell/main.c: (main):
6512
6513         Fix memory leak.
6514
6515 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6516
6517         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6518
6519         Fix crash when opening a pdf with password protection. 
6520
6521 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * pdf/ev-poppler.cc: (pdf_document_search_free):
6524
6525         Fix memory leak. 
6526
6527 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6528
6529         * backend/ev-document-factory.c:
6530         (ev_document_factory_get_document):
6531         * tiff/tiff-document.c: (tiff_document_finalize):
6532         
6533         More correct handling of document loading. Fixes
6534         bug #349043.
6535
6536 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6537
6538         * backend/ev-attachment.c: (ev_attachment_save):
6539
6540         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6541         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6542
6543 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6544         
6545         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6546         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6547
6548 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6549
6550         * shell/ev-sidebar-thumbnails.c:
6551
6552         Do not render thumbnails unless thumbnails page is active in the
6553         sidebar.
6554
6555 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6556
6557         * shell/ev-properties-dialog.c:
6558
6559         Fix dialogue spacing. Bug #351370.
6560
6561 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6562
6563         * configure.ac:
6564
6565         Use lowercase gettext catalog file names (evince.mo
6566         instead of Evince.mo)
6567
6568 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6569
6570         * shell/ev-sidebar-attachments.c:
6571
6572         GtkIconTheme is now screen safe too. Fixes bug #350878
6573
6574 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6575
6576         * shell/ev-window.c:
6577
6578         GtkRecent manager is now screen safe. Fixes bug #350145
6579
6580 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6581
6582         * shell/ev-sidebar.c: (ev_sidebar_init):
6583         
6584         Make sidebar close icon smaller. Fix for bug 350177.
6585         See also bugs 350176 and 165770.
6586
6587 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6588
6589         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6590
6591         Ignore zoom for xyz destinations when it's <= 1, keeping user
6592         preferences instead. Set correct sizing-mode for fith and fitv
6593         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6594
6595 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6596
6597         * NEWS:
6598         * configure.ac:
6599         
6600         Update for release 0.5.5
6601
6602 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6603         
6604         * shell/ev-window.c: (ev_window_cmd_escape)
6605
6606         Escape unfocus page entry. Fixes bug #345809.
6607
6608 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6609
6610         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6611         (build_tree), (pdf_document_links_get_links),
6612         (pdf_document_links_find_link_dest):
6613         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6614         (goto_xyz_dest):
6615
6616         Convert from PDF style coordinates to X style coordinates in the
6617         backend rather than in the view. Fixes bug #338440
6618
6619 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * shell/ev-window.c:
6622         
6623         Remove Ctrl+Shift+T shortcut for toolbars. See
6624         the bug #350098.
6625
6626 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * configure.ac:
6629
6630         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6631         of this. 
6632
6633 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6634
6635         * configure.ac:
6636         * cut-n-paste/Makefile.am:
6637         * data/evince-ui.xml:
6638         * shell/Makefile.am:
6639         * shell/ev-application.[ch]:
6640         * shell/ev-window.c:
6641
6642         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6643         #349273
6644
6645 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6646
6647         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6648         findbar code: s/help/search/
6649
6650 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6651
6652         * shell/ev-window.c: (setup_document_from_metadata),
6653         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6654         (setup_view_from_metadata):
6655         
6656         Fix memory leaks.
6657
6658 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6659
6660         * autogen.sh, configure.ac: 
6661         
6662         Update automake usage. See bug 349292.
6663
6664 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * shell/eggfindbar.c: (egg_find_bar_class_init),
6667         (entry_activate_callback), (egg_find_bar_init),
6668         (egg_find_bar_set_status_text):
6669         * shell/eggfindbar.h:
6670         
6671         Unify Evince findbar with Epiphany. Nice patch
6672         from Fabricio Silva <silva@crans.org> and
6673         Frederic Peters <fpeters@entrouvert.com>. See
6674         bug #339966 for details.
6675
6676 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6677
6678         * data/evince.desktop.in.in:
6679         
6680         Correct information for bugzilla. Thanks to
6681         Olaf Vitters, see bug #348855.
6682
6683 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6684
6685         * shell/ev-jobs.[ch]:
6686         * shell/ev-sidebar-links.c:
6687         * shell/ev-window.[ch]:
6688
6689         GtkPrintJob doesn't support print ranges or current page, so we export
6690         to a ps file now when printing ranges or current page.
6691
6692 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * pdf/ev-poppler.cc:
6695         * shell/ev-window.c: (do_action_named):
6696
6697         We should be more clear about bugzilla. See the
6698         poppler bug #7623.
6699
6700 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6701
6702         * configure.ac:
6703         * shell/Makefile.am:
6704         * shell/ev-job-queue.c:
6705         * shell/ev-jobs.[ch]:
6706         * shell/ev-sidebar-links.c:
6707         * shell/ev-window.[ch]:
6708         
6709         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6710         #348422
6711
6712 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6715         * shell/ev-application-service.xml:
6716         * shell/ev-application.[ch]:
6717         * shell/ev-jobs.[ch]:
6718         * shell/ev-window.[ch]: (ev_window_run_preview):
6719         * shell/main.c: 
6720
6721         Add preview mode to use evince as a printing previewer. It also adds
6722         other command line options for fullscreen and presentation modes.
6723         Fixes bugs #347822, #317031
6724
6725 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * NEWS:
6728         * configure.ac:
6729         
6730         Update for release 0.5.4
6731
6732 2006-07-11  Bastien Nocera <hadess@hadess.net>
6733
6734         * Makefile.am:
6735         * backend/Makefile.am:
6736         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6737         * backend/ev-document-factory.h:
6738         * configure.ac:
6739         * impress/.cvsignore:
6740         * impress/Makefile.am:
6741         * impress/common.h:
6742         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6743         (imp_get_page), (imp_next_page), (imp_prev_page),
6744         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6745         * impress/f_oasis.c: (render_object), (render_page),
6746         (get_geometry), (_imp_oasis_load):
6747         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6748         (_imp_oo13_load):
6749         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6750         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6751         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6752         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6753         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6754         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6755         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6756         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6757         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6758         (iks_new_within), (iks_insert), (iks_insert_cdata),
6759         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6760         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6761         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6762         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6763         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6764         (iks_cdata), (iks_cdata_size), (iks_has_children),
6765         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6766         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6767         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6768         (iks_tree), (iks_load), (iks_save):
6769         * impress/iksemel.h:
6770         * impress/imposter.h:
6771         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6772         (imp_render_draw_bezier_real), (imp_render_get_size),
6773         (imp_render_set_fg_color), (imp_render_draw_line),
6774         (imp_render_draw_rect), (imp_render_draw_polygon),
6775         (imp_render_draw_arc), (imp_render_draw_bezier),
6776         (imp_render_open_image), (imp_render_get_image_size),
6777         (imp_render_scale_image), (imp_render_draw_image),
6778         (imp_render_close_image), (imp_render_markup),
6779         (imp_render_get_text_size), (imp_render_draw_text),
6780         (impress_document_load), (impress_document_save),
6781         (impress_document_get_n_pages), (impress_document_get_page_size),
6782         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6783         (impress_document_finalize), (impress_document_class_init),
6784         (impress_document_can_get_text), (impress_document_get_info),
6785         (impress_document_document_iface_init),
6786         (impress_document_thumbnails_get_thumbnail),
6787         (impress_document_thumbnails_get_dimensions),
6788         (impress_document_document_thumbnails_iface_init),
6789         (impress_document_init):
6790         * impress/impress-document.h:
6791         * impress/internal.h:
6792         * impress/r_back.c: (_imp_fill_back):
6793         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6794         (_imp_draw_image), (_imp_tile_image):
6795         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6796         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6797         (r_polyline):
6798         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6799         (r_draw_gradient_complex), (r_draw_gradient):
6800         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6801         (r_get_bullet):
6802         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6803         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6804         (r_text):
6805         * impress/render.c: (imp_create_context), (imp_context_set_page),
6806         (imp_context_set_step), (imp_render), (imp_delete_context):
6807         * impress/render.h:
6808         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6809         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6810         (zip_load_xml), (zip_get_size), (zip_load):
6811         * impress/zip.h:
6812         * shell/ev-utils.c:
6813         
6814         New backend to support impress slides. Fixes bug #30867.
6815
6816 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6817
6818         * shell/ev-utils.c: (using_postscript_printer):
6819         
6820         Fixes crash when print using PAPI backend,
6821         bug #345012.
6822
6823 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6824
6825         * shell/ev-jobs.c: (ev_job_xfer_run):
6826         * shell/ev-window.c: (password_dialog_response),
6827         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6828         (ev_window_dispose):
6829         Fixes bug #344160: if the xfer job doesn't complete
6830         because a password is required, reload the existing
6831         instance instead of creating a new one.
6832
6833 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6834
6835         * shell/main.c: (main): Call gdk_threads_init. Thus
6836         we'll avoid errors in auth dialog. Fix for the bug
6837         #343347.
6838
6839 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6840
6841         * configure.ac: Advertise pixbuf support, fix
6842         for the bug 343317.
6843
6844 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6845
6846         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6847         (ev_sidebar_thumbnails_set_document):
6848         
6849         Update sidebar thumbnails after reloading.
6850
6851 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6854         * shell/ev-jobs.h:
6855         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6856         (ev_window_cmd_view_reload), (ev_window_init):
6857         
6858         Don't crash on reload. Fix for the bug #343167.
6859
6860 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-jobs.c: (ev_job_render_run):
6863         
6864         Check for document links.
6865
6866 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * backend/ev-attachment.c: (ev_attachment_save),
6869         (ev_attachment_launch_app), (ev_attachment_open):
6870         * backend/ev-document-factory.c: (get_document_from_uri):
6871         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6872         (egg_recent_view_uimanager_set_list):
6873         * ps/ps-document.c: (check_filecompressed), (document_load),
6874         (ps_document_load):
6875         * shell/ev-metadata-manager.c: (load_values):
6876         * shell/ev-password.c: (ev_password_dialog_set_property):
6877         * shell/ev-view.c: (tip_from_link):
6878         * shell/ev-window.c: (file_save_dialog_response_cb),
6879         (ev_window_print_dialog_response_cb):
6880         
6881         Use consistent quoting style. Fix for the bug #320285.
6882
6883 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * shell/ev-jobs.c: (ev_job_xfer_run):
6886         * shell/main.c: (load_files):
6887                 
6888         Open links with anchors. Fix for the bug #339836.
6889
6890 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6893         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6894         (ev_link_dest_set_property), (ev_link_dest_finalize),
6895         (ev_link_dest_class_init), (ev_link_dest_new_named),
6896         (ev_link_dest_new_page_label):
6897         * backend/ev-link-dest.h:
6898         * shell/ev-application.c: (ev_application_open_uri):
6899         * shell/ev-view.c: (goto_dest):
6900         * shell/ev-window.c:
6901         * shell/ev-window.h:
6902         
6903         Fix page-label command line option. Bug #342070.
6904
6905 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6906
6907         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6908         
6909         Don't show highlight rects if page can't be showed. Fix for 
6910         the bug #342076
6911
6912 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * shell/ev-window.c: (setup_sidebar_from_metadata),
6915         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6916         
6917         Setup sidebar from metadata even if there is no document
6918         loaded. Fix for the bug #342807.
6919
6920 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * cut-n-paste/toolbar-editor/Makefile.am:
6923         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6924         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6925         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6926         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6927         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6928         (popup_context_menu_cb), (button_press_event_cb),
6929         (configure_item_sensitivity), (configure_item_cursor),
6930         (configure_item_tooltip), (connect_widget_signals),
6931         (action_sensitive_cb), (create_item_from_action),
6932         (create_item_from_position), (toolbar_drag_data_received_cb),
6933         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6934         (toolbar_drag_leave_cb), (configure_drag_dest),
6935         (toggled_visibility_cb), (toolbar_visibility_refresh),
6936         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6937         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6938         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6939         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6940         (egg_editable_toolbar_dispose),
6941         (egg_editable_toolbar_set_ui_manager),
6942         (egg_editable_toolbar_get_selected),
6943         (egg_editable_toolbar_set_selected), (set_edit_mode),
6944         (egg_editable_toolbar_set_property),
6945         (egg_editable_toolbar_get_property),
6946         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6947         (egg_editable_toolbar_new_with_model),
6948         (egg_editable_toolbar_get_edit_mode),
6949         (egg_editable_toolbar_set_edit_mode),
6950         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6951         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6952         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6953         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6954         (item_added_or_removed_cb), (toolbar_removed_cb),
6955         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6956         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6957         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6958         (editor_create_item_from_name), (append_table),
6959         (update_editor_sheet), (egg_toolbar_editor_init):
6960         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6961         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6962         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6963         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6964         (toolbar_node_free), (egg_toolbars_model_get_flags),
6965         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6966         (egg_toolbars_model_get_name), (impl_add_item),
6967         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6968         (parse_data_list), (parse_item_list), (parse_toolbars),
6969         (egg_toolbars_model_load_toolbars), (parse_available_list),
6970         (parse_names), (egg_toolbars_model_load_names),
6971         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6972         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6973         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6974         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6975         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6976         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6977         (egg_toolbars_model_set_types), (fill_avail_array),
6978         (egg_toolbars_model_get_name_avail),
6979         (egg_toolbars_model_get_name_flags),
6980         (egg_toolbars_model_set_name_flags):
6981         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6982         * cut-n-paste/toolbar-editor/eggintl.h:
6983         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6984         (egg_tree_multi_drag_source_get_type),
6985         (egg_tree_multi_drag_source_row_draggable),
6986         (egg_tree_multi_drag_source_drag_data_delete),
6987         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6988         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6989         (path_list_free), (set_context_data), (get_context_data),
6990         (get_info), (egg_tree_multi_drag_drag_data_get),
6991         (egg_tree_multi_drag_motion_event),
6992         (egg_tree_multi_drag_button_press_event),
6993         (egg_tree_multi_drag_add_drag_support):
6994         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6995         * shell/ev-application.c: (ev_application_init),
6996         (ev_application_save_toolbars_model):
6997         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6998         (ev_window_cmd_edit_toolbar), (ev_window_init):
6999         
7000         Sync toolbareditor with epiphany and libegg
7001
7002 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7003
7004         * configure.ac: 
7005
7006         Depend on poppler 0.5.2
7007
7008 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * shell/ev-jobs.c: (ev_job_render_run):
7011         
7012         Check if document supports links iterface.
7013
7014 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * NEWS:
7017         * configure.ac:
7018         
7019         Update for release 0.5.3
7020
7021 2006-05-13  Michael Plump  <plumpy@skylab.org>
7022
7023         * configure.ac:
7024         * shell/Makefile.am:
7025         * shell/main.c: (main):
7026         
7027         Port to GOption command line parsing. Fix for the 
7028         bug #327518
7029
7030 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7031
7032         * shell/ev-window.c: (ev_window_cmd_help_about):
7033         
7034         Do not wrap license. Fix for the bug #309460.
7035
7036 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * configure.ac:
7039         * properties/ev-properties-main.c: (ev_properties_get_pages):
7040         * shell/ev-application.c: (ev_application_open_window),
7041         (ev_application_open_uri_at_dest):
7042         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7043         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7044         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7045         * shell/ev-utils.c: (save_print_config_to_file):
7046         * shell/ev-window.c: (ev_window_cmd_save_as),
7047         (ev_attachment_popup_cmd_save_attachment_as):
7048         * shell/main.c: (load_files_remote):
7049         
7050         Bump requirements to gtk 2.8 and drop all ifdefs used.
7051
7052 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7055         * shell/ev-window.c: (ev_window_init):
7056         
7057         Show attachments page.
7058
7059 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * po/POTFILES.in:
7062         * shell/ev-attachment-bar.c:
7063         * shell/ev-attachment-bar.h:
7064         * shell/ev-sidebar-attachments.c:
7065         (ev_sidebar_attachments_icon_cache_add),
7066         (icon_theme_get_pixbuf_from_mime_type),
7067         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7068         (ev_sidebar_attachments_icon_cache_refresh),
7069         (ev_sidebar_attachments_get_attachment_at_pos),
7070         (ev_sidebar_attachments_popup_menu_show),
7071         (ev_sidebar_attachments_popup_menu),
7072         (ev_sidebar_attachments_button_press),
7073         (ev_sidebar_attachments_update_icons),
7074         (ev_sidebar_attachments_drag_data_get),
7075         (ev_sidebar_attachments_get_property),
7076         (ev_sidebar_attachments_destroy),
7077         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7078         (ev_sidebar_attachments_new),
7079         (ev_sidebar_attachments_set_document),
7080         (ev_sidebar_attachments_support_document),
7081         (ev_sidebar_attachments_get_label),
7082         (ev_sidebar_attachments_page_iface_init):
7083         * shell/ev-sidebar-attachments.h:
7084         * shell/ev-window.c: (update_chrome_visibility),
7085         (setup_sidebar_from_metadata), (ev_window_setup_document),
7086         (ev_window_sidebar_current_page_changed_cb),
7087         (attachment_bar_menu_popup_cb), (ev_window_init):
7088         
7089         Move attachments bar to sidebar.
7090
7091 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7092
7093         * pdf/ev-poppler.cc:
7094         * shell/ev-application.[ch]:
7095         * shell/main.c:
7096
7097         Fix some memory leaks.
7098
7099 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7100
7101         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7102
7103         Change the properties dialog response to
7104         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7105         will make the dialog go away when the user presses
7106         enter. With gtk+ >= 2.9 this will happen anyway, but for
7107         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7108         escape by default. Fixes bug #340539. See also bug
7109         #101293 for the gtk+ part.
7110
7111 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7112
7113         * shell/ev-view.c (tip_from_action_named): Replace some strings
7114         that were wrong. Closes #340970.
7115
7116 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7117
7118         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7119
7120         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7121         #341049
7122
7123 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * djvu/Makefile.am:
7126         * dvi/Makefile.am:
7127         * dvi/mdvi-lib/Makefile.am:
7128         * properties/Makefile.am:
7129         * ps/Makefile.am:
7130         * shell/Makefile.am:
7131         * thumbnailer/Makefile.am:
7132         
7133         Due to broken libtool that is unable to track dependencies
7134         of noinst libraries we are forced to explicitely point
7135         libraries for binary. Fix for the bug #333334.
7136
7137 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * data/evince.desktop.in.in:
7140         * shell/ev-view.c: (view_update_range_and_current_page),
7141         (ev_view_next_page), (ev_view_previous_page):
7142         * shell/ev-window.c: (update_chrome_visibility),
7143         (setup_sidebar_from_metadata), (ev_window_setup_document),
7144         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7145         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7146         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7147         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7148         (ev_window_stop_presentation), (ev_window_focus_in_event),
7149         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7150         (ev_window_init):
7151         * thumbnailer/Makefile.am:
7152         
7153         Update fullscreen and presentation timeout handling. Hide
7154         cursor in presentation after timeout. Fix for the bugs
7155         #136359 and #336981.
7156
7157 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7158
7159         * backend/ev-link-action.[ch]:
7160         * pdf/ev-poppler.cc: (ev_link_from_action):
7161         * shell/ev-view-private.h:
7162         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7163         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7164
7165         Add support for Named Action links
7166
7167 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7168
7169         * backend/Makefile.am:
7170         * backend/ev-document-links.[ch]:
7171         * backend/ev-document.[ch]:
7172         * backend/ev-link-action.[ch]:
7173         * backend/ev-link-dest.[ch]:
7174         * backend/ev-link.[ch]:
7175         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7176         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7177         * shell/ev-page-action.c: (build_new_tree_cb):
7178         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7179         (links_page_num_func), (update_page_callback):
7180         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7181         (tip_from_link):
7182         * shell/ev-jobs.c:
7183         * shell/ev-window.[ch]: (ev_window_open_uri),
7184         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7185         * shell/ev-application.[ch]: (ev_application_open_window),
7186         (ev_application_open_uri):
7187
7188         Rework links system, it adds support for remote links now and it makes
7189         easier to add new kinds of actions and destinations. Fixes bug #317292
7190
7191 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * data/Makefile.am:
7194         * data/evince.png:
7195         * data/evince-16.png:
7196         * data/evince-22.png:
7197         * data/evince.svg:
7198         * shell/main.c: (main):
7199         
7200         Evince use it's own icon. Fix for the bug #313392.
7201
7202         * shell/ev-window.c: (fullscreen_timeout_cb),
7203         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7204         (ev_window_cmd_help_about), (ev_window_dispose):
7205         
7206         Simplify fullscreen timeout code.
7207
7208 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7209
7210         * backend/ev-attachment.c: 
7211         * shell/ev-attachment-bar.c:
7212         * shell/ev-window.c:
7213
7214         Allow multiple selection of attachments
7215
7216 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-view.c: (view_update_range_and_current_page),
7219         (ev_view_scroll):
7220         
7221         Fix for the bug #312573 – Optimal selection of current 
7222         page among visible pages.
7223
7224 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * configure.ac:
7227         * djvu/Makefile.am:
7228         * djvu/djvu-text.h:
7229         
7230         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7231         for the bug 339868.
7232
7233 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7234
7235         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7236
7237 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7238
7239         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7240         dictated by the GNOME HIG. Fixes bug #339235.
7241
7242 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7243
7244         * data/evince-ui.xml:
7245         * shell/ev-view.c: (ev_view_can_find_previous):
7246         * shell/ev-view.h:
7247         * shell/ev-window.c: (ev_window_update_actions),
7248         (ev_window_cmd_edit_find_previous):
7249
7250         Add support for "Find Previous" as dictated by the GNOME HIG. A
7251         menu item is added and some glue code to make it all work is added
7252         to various files.
7253
7254 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7255
7256         * configure.ac: Award myself the "useless use of cat" award.
7257
7258 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7259
7260         * po/LINGUAS: New file listing all supported languages.
7261
7262         * configure.in: Use po/LINGUAS instead of including all languages
7263         directly in this file. See the wiki for more information:
7264         http://live.gnome.org/GnomeGoals/PoLinguas
7265
7266 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7267
7268         * backend/ev-document-factory.c:
7269
7270         Do not load the document twice when there isn't errors
7271
7272 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7273
7274         * backend/ev-attachment.c: 
7275
7276         Fix a crash when there isn't a default application to open an
7277         attachment
7278
7279 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7280
7281         * backend/ev-attachment.[ch]:
7282         * shell/ev-attachment-bar.[ch]:
7283
7284         Added missing files. 
7285
7286 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7287
7288         * backend/Makefile.am:
7289         * data/evince-ui.xml:
7290         * backend/ev-attachment.[ch]:
7291         * backend/ev-document.[ch]: (ev_document_has_attachments),
7292         (ev_document_get_attachments):
7293         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7294         (attachment_save_to_buffer), (pdf_document_get_attachments),
7295         (pdf_document_document_iface_init):
7296         * shell/Makefile.am:
7297         * shell/ev-attachment-bar.[ch]:
7298         * shell/ev-window.c:
7299
7300         Add support for PDF attachments. Fixes bug #325143
7301
7302 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * backend/ev-document-factory.c: (get_document_from_uri),
7305         (ev_document_factory_get_document):
7306         * backend/ev-document-factory.h:
7307         * properties/ev-properties-main.c: (ev_properties_get_pages):
7308         * shell/Makefile.am:
7309         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7310         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7311         (ev_job_queue_remove_job):
7312         * shell/ev-job-queue.h:
7313         * shell/ev-job-xfer.c:
7314         * shell/ev-job-xfer.h:
7315         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7316         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7317         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7318         (ev_job_xfer_run):
7319         * shell/ev-jobs.h:
7320         * shell/ev-window.c: (ev_window_is_empty),
7321         (password_dialog_response), (ev_window_clear_xfer_job),
7322         (ev_window_xfer_job_cb), (ev_window_open_uri),
7323         (ev_window_cmd_focus_page_selector),
7324         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7325         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7326         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7327         (ev_window_dispose):
7328         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7329         
7330         * Cleanup mime type detection on document load. Fix for the
7331         bug #336448.
7332
7333 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7334
7335         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7336         
7337         Fix crash on exit, described in the bug #336825.
7338
7339 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7340
7341         * backend/ev-document-factory.c:
7342         (ev_document_factory_get_from_mime),
7343         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7344         (ev_document_factory_get_document),
7345         (file_filter_add_mime_list_and_free),
7346         (ev_document_factory_add_filters):
7347         * backend/ev-document-factory.h:
7348         * properties/ev-properties-main.c: (ev_properties_get_pages):
7349         * shell/Makefile.am:
7350         * shell/ev-application.c:
7351         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7352         * shell/ev-window.c: (ev_window_cmd_file_open),
7353         (ev_window_cmd_save_as):
7354         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7355         
7356         Rework factory functions so they are placed now in a single 
7357         file ev-document-factory.c
7358
7359 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * shell/ev-window.c: (update_chrome_visibility):
7362         
7363         Fix for the bug 166566 - don't show menubar in fullscreen
7364         mode.
7365
7366 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7367
7368         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7369
7370 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7371
7372         * shell/ev-view.c: (ev_view_expose_event):
7373         
7374         More correctly draw loading text when document
7375         is empty.
7376
7377 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7378
7379         * shell/ev-view.c: (ev_view_scroll):
7380         
7381         Fix for the bug #334854, page down and page up switch
7382         pages in presentation mode.
7383
7384 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * shell/ev-window.c: (ev_window_set_action_sensitive),
7387         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7388         (ev_window_set_view_accels_sensitivity),
7389         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7390         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7391         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7392         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7393         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7394         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7395         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7396         (view_actions_focus_in_cb), (ev_window_init):
7397         
7398         Fix for the bug #333902, now it's possible to search
7399         words with slash.
7400
7401 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7402
7403         * configure.ac: Added Breton translation.
7404         * po/br.po: Added Breton translation.
7405
7406 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7407
7408         * shell/ev-window-title (ev_window_title_update):
7409
7410         Fix memory leak in window title. Fixes bug #333944
7411
7412 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7413
7414         * shell/ev-metadata-manager.c (parseItem):
7415
7416         Fix memory leaks. Fixes bug #333945
7417
7418 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7419         
7420         * NEWS, configure.ac, TODO:
7421         
7422         Update for release 0.5.2.
7423
7424 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7425
7426         * shell/ev-view.c: (view_update_range_and_current_page),
7427         (page_changed_cb):
7428         
7429         Don't jump on scrolling, fix for the bug #333127.
7430
7431 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7432
7433         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7434         
7435         Scroll by one page in presentation mode. Fix for the bug
7436         #332993.
7437
7438 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7439
7440         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7441
7442 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7443
7444         * configure.ac  Added lv in ALL_LINGUAS line.
7445
7446 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7447         
7448         * NEWS, configure.ac:
7449         
7450         Update for release 0.5.1
7451
7452 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7453
7454         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7455         * backend/ev-document-misc.h:
7456         * shell/ev-view.c: (draw_one_page):
7457         
7458          Clairfy what page the toolbar page number applies to. Fix
7459          for the bug #328102.
7460
7461 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7462
7463         * shell/ev-view-private.h:
7464         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7465         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7466         (ev_view_search_changed):
7467         * shell/ev-view.h:
7468         * shell/ev-window.c: (find_bar_search_changed_cb):
7469         
7470         Dont't jump to find result if window was scrolled during search.
7471         Fix for the bug #313266.
7472
7473 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7474
7475         * shell/eggfindbar.c: (egg_find_bar_class_init):
7476         * shell/eggfindbar.h:
7477         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7478         * shell/ev-view-private.h:
7479         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7480         (ev_view_class_init), (ev_sizing_mode_get_type),
7481         (ev_scroll_type_get_type):
7482         * shell/ev-view.h:
7483         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7484         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7485         (ev_window_init):
7486         
7487         Fix for the bug 319133 - Find entry should allow text scroll.
7488
7489 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7490
7491         * shell/ev-view-private.h:
7492         * shell/ev-view.c: (view_update_range_and_current_page),
7493         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7494         (ev_view_set_document), (update_find_status_message),
7495         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7496         (ev_view_find_previous):
7497         
7498         Fix for the bug #319137. Search now takes account for scrolling.
7499
7500 2006-02-19  Michael Hofmann <mh21@piware.de>
7501
7502         * configure.ac:
7503         * djvu/Makefile.am:
7504         * djvu/djvu-document-private.h:
7505         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7506         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7507         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7508         (djvu_document_can_get_text), (djvu_document_get_text),
7509         (djvu_document_document_iface_init),
7510         (djvu_document_thumbnails_get_thumbnail),
7511         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7512         (djvu_document_find_get_result),
7513         (djvu_document_find_page_has_results),
7514         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7515         (djvu_document_find_iface_init):
7516         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7517         (djvu_text_page_selection), (djvu_text_page_limits_process),
7518         (djvu_text_page_limits), (djvu_text_page_copy),
7519         (djvu_text_page_position), (djvu_text_page_union),
7520         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7521         (djvu_text_page_box), (djvu_text_page_append_text),
7522         (djvu_text_page_search), (djvu_text_page_prepare_search),
7523         (djvu_text_page_new), (djvu_text_page_free):
7524         * djvu/djvu-text-page.h:
7525         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7526         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7527         (djvu_text_n_results), (djvu_text_has_results),
7528         (djvu_text_get_result), (djvu_text_get_progress):
7529         * djvu/djvu-text.h:
7530         
7531         Text search in djvu. Fix for the bug #303415.
7532
7533 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * configure.ac:
7536         * shell/ev-window.c: (ev_window_cmd_save_as):
7537         
7538         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7539         Thanks to Gary Coady <gary@lyranthe.org>
7540
7541 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7542
7543         * shell/ev-print-job.c: (idle_print_handler):
7544         
7545         Inverse order printing, bug #320919.
7546
7547 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * data/evince-toolbar.xml:
7550         * shell/ev-window.c:
7551         
7552         Allow to add sidebar checkbutton on toolbar. Fix
7553         for the bug #144577.
7554
7555 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7558         
7559         Add checks that have sense for empty ps document.
7560
7561 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7562
7563         * configure.ac: Include PS in mime types list. 
7564
7565 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7566
7567         * configure.ac:
7568         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7569         * ps/gsdefaults.h:
7570         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7571         
7572         Runtime check for gs interpreter. Fix for the bug #320868.
7573         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7574
7575 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7576
7577         * shell/ev-application.c: 
7578
7579         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7580         dbus>=0.60, so that the request is not queued. 
7581
7582 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * configure.ac:
7585         * shell/Makefile.am:
7586         * shell/ev-sidebar-links.c: (print_section_cb):
7587         * shell/ev-utils.c:
7588         * shell/ev-utils.h:
7589         * shell/ev-window.c: (update_action_sensitivity),
7590         (ev_window_close_dialogs), (ev_window_print):
7591         * shell/ev-window.h:
7592         
7593         Make printing support optional. Patch from Eduardo de Barros Lima
7594         <eduardo.lima@indt.org.br> for the bug #330546.
7595
7596 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * shell/ev-view-private.h:
7599         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7600         (ev_view_set_document):
7601         * shell/ev-view.h:
7602         * shell/ev-window.c: (ev_window_load_job_cb),
7603         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7604         (ev_window_init):
7605
7606         Draw Loading message during xfer job. Fix for the bug #329495.
7607
7608 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * comics/comics-document.c: (comics_regex_quote),
7611         (comics_document_load), (extract_argv):
7612         
7613         Correcly quote regexp before passing it to unzip.
7614
7615 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7616
7617         * shell/ev-page-cache.c: (build_height_to_page),
7618         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7619         (ev_page_cache_get_dual_even_left):
7620         * shell/ev-page-cache.h:
7621         * shell/ev-view.c: (view_update_range_and_current_page),
7622         (get_page_y_offset), (get_page_extents):
7623         
7624         Place even pages to the left if document has less then
7625         two pages. Fix for the bug #328856.
7626
7627 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7628
7629         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7630         
7631         Correct comics scheme. This make evince create thumbnails
7632         for comic books. Fix for the bug 329088.
7633
7634 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7635
7636         * data/evince-password.glade: Don't explicitly set
7637         invisible_char to the current default value in case
7638         the default changes; let GTK+ do its magic.
7639
7640 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7643         real filename to tmp filename since often document
7644         type is determined by extension.
7645
7646 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7647
7648         * shell/ev-view.c: (add_scroll_binding_keypad),
7649         (ev_view_binding_activated), (ev_view_class_init):
7650         
7651         Add keybindings for percision-scrolling of display area. 
7652         Fix for the bug #314072.
7653
7654 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * data/evince.desktop.in.in:
7657         
7658         Add GTK to the list of categories. Fix for the bug #328034.
7659
7660 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7661
7662         * shell/ev-application.c: (ev_application_shutdown),
7663         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7664         * shell/ev-application.h:
7665         * shell/ev-window.c: (file_open_dialog_response_cb),
7666         (ev_window_cmd_file_open):
7667         
7668         Save last uri in file chooser dialog. Fix for the bug #327950.
7669
7670 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7671
7672         * NEWS:
7673         * README:
7674         
7675         Final update for release 0.5.0
7676         
7677         * shell/Makefile.am:
7678         
7679         Remove disable deprecated until we'll require libgnome-2.13.7
7680         and port to GOption argument parsing. See bug 327518.
7681
7682 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7683
7684         * comics/comics-document.c: (comics_document_save):
7685         * djvu/djvu-document.c: (djvu_document_save):
7686         * dvi/dvi-document.c: (dvi_document_save):
7687         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7688         * lib/ev-file-helpers.h:
7689         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7690         * tiff/tiff-document.c: (tiff_document_save):
7691         
7692         Use common save function for backends.
7693
7694 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7695
7696         * backend/ev-document-types.c:
7697         
7698         Fix crash on saving pixbuf.
7699
7700 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * cut-n-paste/recent-files/egg-recent-item.c:
7703         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7704         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7705         (parse_info_free), (valid_element), (start_element_handler),
7706         (end_element_handler), (text_handler), (egg_recent_model_filter),
7707         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7708         (egg_recent_model_monitor), (egg_recent_model_read),
7709         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7710         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7711         (egg_recent_model_set_property), (egg_recent_model_class_init),
7712         (egg_recent_model_init), (egg_recent_model_add_full),
7713         (egg_recent_model_delete), (egg_recent_model_get_list),
7714         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7715         (egg_recent_model_set_filter_mime_types),
7716         (egg_recent_model_clear_group_filter),
7717         (egg_recent_model_set_filter_groups),
7718         (egg_recent_model_clear_scheme_filter),
7719         (egg_recent_model_set_filter_uri_schemes),
7720         (egg_recent_model_remove_expired):
7721         * cut-n-paste/recent-files/egg-recent-util.c:
7722         (egg_recent_util_get_icon):
7723         * cut-n-paste/recent-files/egg-recent-util.h:
7724         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7725         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7726         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7727         (egg_recent_view_uimanager_set_property),
7728         (egg_recent_view_uimanager_get_property),
7729         (egg_recent_view_uimanager_class_init),
7730         (egg_recent_view_uimanager_init),
7731         (egg_recent_view_uimanager_set_label_width),
7732         (egg_recent_view_uimanager_get_label_width):
7733         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7734         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7736         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7737         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7738         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7739         
7740         Update from libegg.
7741
7742 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7743
7744         * shell/ev-page-cache.c: (build_height_to_page),
7745         (ev_page_cache_get_height_to_page):
7746         * shell/ev-page-cache.h:
7747         * shell/ev-view.c: (view_update_range_and_current_page),
7748         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7749         (ev_view_previous_page):
7750         
7751         Dual mode places even pages to the left. Fix for the bug #309393.
7752
7753         * shell/ev-view.h:
7754         * shell/ev-window.c: (update_action_sensitivity),
7755         (setup_view_from_metadata), (view_menu_popup_cb):
7756         
7757         Don't restore presentation in empty windows, more intelligent
7758         next page behaviour in dual mode.
7759
7760         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7761         (ev_pixbuf_cache_clear_job_sizes):
7762         
7763         Cleanup job callback on removal. Fix for the bug #325886.
7764
7765 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7766
7767         * ps/ps.c: (psscan):
7768         
7769         Commit workaround Mozilla problem. Fix for the bug #325919
7770         
7771         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7772         (save_item):
7773         
7774         Fix for year 2038 problem.
7775
7776 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * shell/ev-window.c: (setup_document_from_metadata),
7779         (ev_window_cmd_view_reload):
7780
7781         Clamp page recieved from metadata in valid values. Fix
7782         for the bug #325986.
7783
7784 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7785
7786         * MAINTAINERS: 
7787         Add MAINTAINERS as requested on desktop-devel-list.
7788
7789 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7792         (mime_type_supported_by_gdk_pixbuf),
7793         (ev_document_factory_get_mime_types),
7794         (ev_document_factory_get_all_mime_types):
7795         
7796         Don't add pixbuf mime types if pixbuf backend is disabled.
7797         
7798         * shell/ev-application.c: (ev_application_get_uri_window):
7799         
7800         Fix for the bug 325815 - unhandled MIME type message doesn't 
7801         appear a second time. 
7802         
7803         * shell/ev-document-types.c: (ev_document_types_add_filters):
7804         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7805         (password_dialog_response), (ev_window_popup_password_dialog),
7806         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7807         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7808         (ev_window_run_presentation), (ev_window_stop_presentation),
7809         (save_sizing_mode), (ev_window_zoom_changed_cb),
7810         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7811         (ev_window_dual_mode_changed_cb),
7812         (ev_window_sidebar_current_page_changed_cb),
7813         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7814         (window_state_event_cb), (window_configure_event_cb):
7815         
7816         Cleanup additional uris holded by EvWindow.
7817
7818 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7819
7820         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7821         (ev_view_can_previous_page), (ev_view_can_next_page):
7822         * shell/ev-view.h:
7823         * shell/ev-window.c: (update_action_sensitivity):
7824         
7825         Two page scrolling with Space and PageUp in dual mode. Second fix 
7826         for the bug #316608.
7827
7828 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7829
7830         * shell/ev-view.c: (scroll_to_current_page):
7831         
7832         Correctly clamp adjustment value. Fix for the bug
7833         #325808.
7834
7835 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7836
7837         * shell/ev-sidebar-links.c: (print_section_cb):
7838         * shell/ev-window.c: (ev_window_get_uri),
7839         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7840         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7841         (ev_window_dispose):
7842         
7843         Make print dialog non-modal. Fix for the bug #325622.
7844
7845 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * shell/ev-metadata-manager.c:
7848         * shell/ev-utils.c: (using_pdf_printer),
7849         (using_postscript_printer), (load_print_config_from_file),
7850         (save_print_config_to_file):
7851         * shell/ev-utils.h:
7852         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7853         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7854         (setup_view_from_metadata), (ev_window_setup_document),
7855         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7856         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7857         (ev_window_run_presentation), (ev_window_stop_presentation),
7858         (save_sizing_mode), (ev_window_zoom_changed_cb),
7859         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7860         (ev_window_dual_mode_changed_cb),
7861         (ev_window_sidebar_current_page_changed_cb),
7862         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7863         (window_state_event_cb), (window_configure_event_cb),
7864         (ev_window_init):
7865         
7866         Setting saving behaviour fixes.
7867
7868 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * configure.ac:
7871         
7872         Make antialiasing gs options better and allow
7873         to change them during configure. Fix for the 
7874         bug #319049.
7875
7876 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * shell/ev-window.c: (setup_view_from_metadata):
7879         
7880         Remember if last window was maximized. Fix for the
7881         bug #323797.
7882
7883 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7884
7885         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7886
7887 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7888
7889         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7890         * shell/ev-page-action.c: (build_new_tree_cb):
7891         * shell/ev-sidebar-links.c: (links_page_num_func),
7892         (update_page_callback_foreach), (update_page_callback):
7893         * shell/ev-view.c: (scroll_to_current_page):
7894         
7895         Fix for the bug #325067 with more intelligent selection
7896         of current link in sidebar. Make sidebar handle links
7897         of FITR-like type more correctly.
7898
7899         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7900         (dvi_pixbuf_put_pixel):
7901         
7902         Fix memory consumtion with disabled alpha channel.
7903
7904 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * data/evince-ui.xml:
7907         * shell/ev-window.c: (view_menu_popup_cb),
7908         (ev_popup_cmd_open_link), (ev_window_init):
7909         
7910         Update context menu for internal links. Fix for the bug
7911         #325066.
7912
7913 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7916         
7917         Bind context menu to keyboard also. Fix for the bug
7918         #325065.
7919
7920 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * shell/ev-view.c: (selection_scroll_timeout_cb):
7923         
7924         Horizontal scroll on selection also.
7925
7926 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7927
7928         * shell/ev-metadata-manager.c: (parse_value):
7929         * shell/ev-view.c: (goto_xyz_link):
7930         
7931         Correct zoom setup and metadata save broken in 
7932         some locales.
7933
7934 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * shell/ev-view-private.h:
7937         * shell/ev-view.c: (scroll_to_current_page),
7938         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7939         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7940         (page_changed_cb), (ev_view_set_continuous),
7941         (ev_view_set_dual_page), (ev_view_set_presentation):
7942         
7943         Delay scroll until allocation to correctly position page. Fix
7944         for the bug #317334.
7945
7946 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * NEWS:
7949         * configure.ac:
7950         
7951         Update NEWS and require poppler 0.5.0.
7952
7953 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7954         
7955         * data/evince-ui.xml:
7956         * shell/ev-view-private.h:
7957         * shell/ev-view.c: (ev_view_get_link_at_location),
7958         (handle_link_over_xy), (ev_view_button_press_event),
7959         (ev_view_button_release_event), (ev_view_class_init):
7960         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7961         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7962         (ev_window_init):
7963         
7964         Implement right-click context menu.
7965
7966 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7969         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7970         (mdvi_pixbuf_device_render):
7971         * pdf/ev-poppler.cc:
7972
7973         Don't generate thumbnails with alpha. See bug #324077.
7974         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7975
7976 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * shell/ev-window.c: (setup_chrome_from_metadata):
7979         
7980         Fix typo that was hiding toolbar.
7981
7982 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * shell/ev-view-private.h:
7985         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7986         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7987         (ev_view_button_release_event), (ev_view_destroy):
7988         
7989         Small cleanup and autoscrolling during selection. Thanks to 
7990         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7991
7992 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7993
7994         * configure.ac:
7995         
7996         Correctly check for comics option.
7997
7998 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7999         * Makefile.am:
8000         * configure.ac:
8001         * backend/Makefile.am:
8002         * backend/ev-document-factory.c:
8003         * shell/ev-document-types.c:
8004
8005         Included option in configure to make ps backend 
8006         compilation optional with --disable-ps.
8007
8008 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8009
8010         * backend/ev-document-factory.c:
8011         * comics/Makefile.am:
8012         * comics/comics-document.c: (comics_document_load):
8013         * comics/ev-cbr-mime.xml:
8014         * configure.ac:
8015         
8016         Comics mime types are added to shared-mime-info CVS. Now
8017         we don't need to install our own mime types.
8018
8019 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * shell/ev-window.c:
8022         
8023         Add shortcut for "save a copy" menu entry. Fix for
8024         the bug #324582.
8025
8026 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8029         (job_finished_cb), (new_selection_pixbuf_needed),
8030         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8031         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8032         
8033         Rework selection job info logic and fix critical warning.
8034
8035 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8036
8037         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8038
8039 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8040
8041         * data/evince-ui.xml:
8042         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8043         
8044         Enter as shortcut key for next page. Fix for the bug
8045         #321394.
8046
8047 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8048
8049         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8050
8051 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8052
8053         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8054         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8055         (new_selection_pixbuf_needed),
8056         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8057         (clear_job_selection):
8058         
8059         Too early for 0.5. Pixbuf cache code cleaned a bit.
8060
8061 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * NEWS:
8064         * configure.ac:
8065         
8066         Release 0.5.0 preparation
8067
8068 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * comics/Makefile.am:
8071         * configure.ac:
8072         * shell/ev-document-types.c: (ev_document_types_add_filters):
8073         
8074         More advanced handling of custom mime type installation.
8075
8076 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * data/evince.schemas.in:
8079         * shell/ev-metadata-manager.c: (value_free),
8080         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8081         (ev_metadata_manager_get), (ev_metadata_manager_set):
8082         * shell/ev-metadata-manager.h:
8083         * shell/ev-window.c: (update_chrome_flag),
8084         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8085         (setup_document_from_metadata), (setup_chrome_from_metadata),
8086         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8087         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8088         (ev_window_view_toolbar_cb),
8089         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8090         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8091         
8092         Save last document settings and reuse them for new documents.
8093
8094 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * Makefile.am:
8097         * backend/Makefile.am:
8098         * backend/ev-document-factory.c:
8099         * backend/ev-document-factory.h:
8100         * comics/Makefile.am:
8101         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8102         (comics_document_load), (comics_document_save),
8103         (comics_document_get_n_pages), (comics_document_get_page_size),
8104         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8105         (comics_document_class_init), (comics_document_can_get_text),
8106         (comics_document_get_info), (comics_document_document_iface_init),
8107         (comics_document_init), (get_supported_image_extensions),
8108         (comics_document_thumbnails_get_geometry),
8109         (comics_document_thumbnails_get_thumbnail),
8110         (comics_document_thumbnails_get_dimensions),
8111         (comics_document_document_thumbnails_iface_init), (extract_argv):
8112         * comics/comics-document.h:
8113         * comics/ev-cbr-mime.xml:
8114         * configure.ac:
8115         * po/POTFILES.in:
8116         * shell/ev-application.c: (ev_application_register_service):
8117         * shell/ev-document-types.c: (ev_document_types_add_filters):
8118         * thumbnailer/Makefile.am:
8119         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8120         
8121         New CBR/CBZ backend for comic books.
8122
8123 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8124
8125         * shell/main.c: (load_files_remote):
8126
8127         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8128         warning on startup of second instance is fixed. It
8129         is bug #320353.
8130
8131 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8132
8133         * shell/ev-window.c: (ev_window_finalize):
8134         
8135         Fix double free that cause crash.
8136
8137 2005-10-29  Bastien Nocera <hadess@hadess.net>
8138
8139         * tiff/tiff-document.c: (tiff_document_load):
8140         
8141         Fix memory leak.
8142
8143 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8144
8145         * po/POTFILES.in:
8146         * shell/Makefile.am:
8147         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8148         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8149         (ev_view_accessible_get_text),
8150         (ev_view_accessible_get_character_at_offset),
8151         (ev_view_accessible_get_text_before_offset),
8152         (ev_view_accessible_get_text_at_offset),
8153         (ev_view_accessible_get_text_after_offset),
8154         (ev_view_accessible_get_character_count),
8155         (ev_view_accessible_get_caret_offset),
8156         (ev_view_accessible_set_caret_offset),
8157         (ev_view_accessible_get_run_attributes),
8158         (ev_view_accessible_get_default_attributes),
8159         (ev_view_accessible_get_character_extents),
8160         (ev_view_accessible_get_offset_at_point),
8161         (ev_view_accessible_get_n_selections),
8162         (ev_view_accessible_get_selection),
8163         (ev_view_accessible_add_selection),
8164         (ev_view_accessible_remove_selection),
8165         (ev_view_accessible_set_selection),
8166         (ev_view_accessible_text_iface_init),
8167         (ev_view_accessible_idle_do_action),
8168         (ev_view_accessible_action_do_action),
8169         (ev_view_accessible_action_get_n_actions),
8170         (ev_view_accessible_action_get_description),
8171         (ev_view_accessible_action_get_name),
8172         (ev_view_accessible_action_set_description),
8173         (ev_view_accessible_action_iface_init),
8174         (ev_view_accessible_get_type), (ev_view_accessible_new),
8175         (ev_view_accessible_factory_get_accessible_type),
8176         (ev_view_accessible_factory_create_accessible),
8177         (ev_view_accessible_factory_class_init),
8178         (ev_view_accessible_factory_get_type):
8179         * shell/ev-view-accessible.h:
8180         * shell/ev-view-private.h:
8181         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8182         * shell/ev-view.h:
8183         
8184         Initial accessibility support.
8185
8186 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8187
8188         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8189
8190 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8191
8192         * shell/ev-print-job.c: (idle_print_handler):
8193         
8194         Fix for bug Bug 318916: Printing multiple pages.
8195
8196 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8197
8198         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8199
8200 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8201
8202         * pdf/ev-poppler.cc:
8203         
8204         Thumnail dimensions unified with other backends.
8205         
8206         * shell/ev-window-title.c: (ev_window_title_update):
8207         
8208         Fix warning.
8209
8210 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8211
8212         * data/ev-stock-zoom-fit-width.png:
8213         
8214         Remove unused file.
8215
8216 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8217
8218         * configure.ac:
8219         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8220         (djvu_document_finalize):
8221         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8222         (dvi_document_finalize):
8223         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8224         (pixbuf_document_save), (pixbuf_document_finalize):
8225         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8226         (tiff_document_finalize):
8227         
8228         Save a copy implemented for various backends.
8229
8230 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8231
8232         * configure.ac:
8233         
8234         Don't link with ltiff if tiff is disabled.
8235
8236 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8237
8238         * pdf/GDKSplashOutputDev.cc:
8239         * pdf/GDKSplashOutputDev.h:
8240         * pdf/Thumb.cc:
8241         * pdf/Thumb.h:
8242         * pdf/pdf-document.cc:
8243         * pdf/pdf-document.h:
8244         * pdf/test-gdk-output-dev.cc:
8245         
8246         Remove old unused files.
8247
8248 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8249
8250         * shell/ev-window.c: (ev_window_setup_document):
8251         
8252         Fixed warnings on reload and probably crash reason.
8253
8254 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8255
8256         * properties/ev-properties-view.c:
8257         (ev_properties_view_format_date):
8258         
8259         Check if date is invalid. Fix for bug 318134.
8260
8261 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8262
8263         * shell/ev-window-title.c:
8264         
8265         Add .indd files (Adobe Indesign) to the list of "bad
8266         extensions".
8267
8268 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * data/evince-ui.xml:
8271         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8272         
8273         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8274
8275 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8276
8277         * shell/ev-window.c: (launch_link), (launch_external_uri),
8278         (view_external_link_cb):
8279
8280         URL-escape link before passing it to gnome_vfs_url_show.
8281
8282 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8283
8284         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8285         there isn't text selected.
8286
8287 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8288
8289         * shell/ev-view.c: (handle_link_over_xy):
8290
8291         Check tooltip is valid utf8 before showing it
8292
8293 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8294
8295         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8296
8297 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8298
8299         * shell/ev-window-title.c: (ev_window_title_update):
8300
8301         Guard against using g_strstrip on NULL. Fixes bug #317291.
8302
8303 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * pdf/ev-poppler.cc:
8306
8307         Show title even for unknown links
8308
8309 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * shell/ev-window-title.c: (ev_window_title_update):
8312
8313         Strip the title string
8314
8315 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8316
8317         * shell/ev-window-title.c:
8318
8319         Add .rtf to the bad extensions list
8320
8321 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8324         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8325
8326         Ignore link coordinates if they are outside page bounds
8327
8328 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * backend/ev-link.c: (ev_link_type_get_type),
8331         (ev_link_get_filename), (ev_link_get_params),
8332         (ev_link_get_property), (ev_link_set_property),
8333         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8334         * backend/ev-link.h:
8335         * pdf/ev-poppler.cc:
8336         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8337         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8338         (ev_window_init):
8339
8340         Implement launch links. Delegate external link opening to
8341         the window.
8342
8343 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8344
8345         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8346         (ev_link_get_right), (ev_link_get_property),
8347         (ev_link_set_property), (ev_link_class_init),
8348         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8349         * backend/ev-link.h:
8350         * pdf/ev-poppler.cc:
8351         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8352
8353         Implement fitr links
8354
8355 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8356
8357         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8358         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8359         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8360         (ev_view_size_request_continuous),
8361         (ev_view_size_request_dual_page),
8362         (ev_view_size_request_single_page), (ev_view_size_allocate),
8363         (ev_view_zoom_for_size_continuous_and_dual_page),
8364         (ev_view_zoom_for_size_continuous),
8365         (ev_view_zoom_for_size_dual_page),
8366         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8367         (ev_sizing_mode_get_type):
8368         * shell/ev-view.h:
8369         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8370
8371         Do not use modes for link, we need to calculate size ad hoc.
8372         Still not perfect because of the usual scrollbar issues grrr.
8373
8374 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * backend/ev-link.c: (ev_link_type_get_type),
8377         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8378         * backend/ev-link.h:
8379         * pdf/ev-poppler.cc:
8380         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8381         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8382         (ev_view_size_request_continuous),
8383         (ev_view_size_request_dual_page),
8384         (ev_view_size_request_single_page), (ev_view_size_allocate),
8385         (zoom_for_size_fit_height),
8386         (ev_view_zoom_for_size_continuous_and_dual_page),
8387         (ev_view_zoom_for_size_continuous),
8388         (ev_view_zoom_for_size_dual_page),
8389         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8390         (ev_sizing_mode_get_type):
8391         * shell/ev-view.h:
8392         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8393
8394         Implement FIT_HEIGHT mode (only for links).
8395         Implement FITH links
8396
8397 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8398
8399         * shell/ev-window-title.c: (get_filename_from_uri),
8400         (ev_window_title_sanitize_extension), (ev_window_title_update),
8401         (ev_window_title_set_document), (ev_window_title_set_uri),
8402         (ev_window_title_free):
8403         * shell/ev-window-title.h:
8404         * shell/ev-window.c: (ev_window_setup_document),
8405         (ev_window_popup_password_dialog):
8406
8407         Refactor window title building while fixing it for
8408         password documents.
8409
8410 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * pdf/ev-poppler.cc:
8413
8414         Escape link title before setting it in the model
8415
8416 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * shell/ev-application.c: (removed_from_session), (save_session),
8419         (init_session), (ev_application_get_empty_window),
8420         (ev_application_init), (ev_application_get_windows):
8421         * shell/ev-application.h:
8422         * shell/ev-window.c: (ev_window_finalize):
8423
8424         Add a function to retrieve window list and share it where
8425         necessary.
8426         Implement session handling, works pretty well thanks to the
8427         metadata system.
8428
8429 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * shell/ev-password.c: (ev_password_item_created_callback),
8432         (ev_password_dialog_save_password):
8433         
8434         Fix for bug 316972. Use async gnome-keyring API.
8435
8436 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8437
8438         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8439         Remove unused unrealize handler. Add scroll handling to
8440         ev_view_scroll_event for presentation mode (bug #316708),
8441         and fix the event state checks there.
8442
8443 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8444
8445         * shell/ev-page-action.c: (page_changed_cb):
8446
8447         "marco, maybe we should be crazy and jump right to 6! :)"
8448
8449         Bryan Clark, Sep 2005
8450
8451 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * ps/ps-document.c: (save_document), (ps_document_save),
8454         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8455         (ps_document_ps_export_end):
8456
8457         Fix unstructured documents save and print
8458
8459 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * shell/ev-application.c: (ev_application_open_uri):
8462
8463         Fix window size persistance
8464
8465 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8466
8467         * shell/ev-view.c: (ev_view_button_release_event):
8468
8469         Based on a patch from carlosgc@gnome.org. Mouse buttons
8470         switch pages in presentation mode.
8471
8472 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8475
8476         Dont cast to int before scaling
8477
8478 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * backend/ev-link.c: (ev_link_type_get_type),
8481         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8482         (ev_link_new_page_fith):
8483         * backend/ev-link.h:
8484         * pdf/ev-poppler.cc:
8485         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8486
8487         Implement FIT and FITH links
8488
8489 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * pdf/ev-poppler.cc:
8492
8493         Return 0 results when search is not in progress.
8494
8495         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8496         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8497
8498         Update menu sensitivity when cancelling search
8499
8500 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-view.c: (ev_view_can_find_next):
8503
8504         Take all pages in consideration, not just current one
8505
8506 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8507
8508         * shell/ev-page-cache.c:
8509         * shell/ev-page-cache.h:
8510         * shell/ev-view.c: (ev_view_binding_activated),
8511         (ev_view_next_page), (ev_view_previous_page),
8512         (ev_sizing_mode_get_type):
8513         * shell/ev-view.h:
8514         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8515         (ev_window_cmd_go_next_page):
8516
8517         Move page next/previous functions from page chace to
8518         view and change it to move by 2 page steps in dual mode.
8519
8520 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8521
8522         * shell/ev-window.c: (update_sidebar_visibility),
8523         (setup_sidebar_from_metadata), (ev_window_setup_document),
8524         (setup_view_from_metadata):
8525
8526         Show the index by default when there is one     
8527
8528 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * shell/ev-window-title.c: (ev_window_title_set_document):
8531
8532         Missing null check
8533
8534 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8535
8536         * shell/ev-view.c: (view_update_range_and_current_page):
8537         
8538         Allow display of last odd page in dual view. Fix for 316347.
8539
8540 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8541
8542         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8543         
8544         Make close button default. Fix for 316383.
8545
8546 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8547
8548         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8549         
8550         Mark close button as default. Fix for 316381.
8551
8552 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * backend/ev-link.c: (ev_link_class_init):
8555
8556         Allow negative doubles in left/top properties
8557
8558 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * shell/ev-window.c:
8561
8562         Remove a bunch of strings that was used only
8563         by the statusbar.
8564
8565 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8566
8567         * shell/ev-window-title.c: (get_filename_from_uri),
8568         (ev_window_title_set_document):
8569
8570         When title has a confusing extension, show also
8571         the document filename inside ()
8572
8573 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * shell/Makefile.am:
8576         * shell/ev-window-title.c: (ev_window_title_new),
8577         (ev_window_title_update), (ev_window_title_set_type),
8578         (ev_window_title_set_document), (ev_window_title_free):
8579         * shell/ev-window-title.h:
8580         * shell/ev-window.c: (ev_window_setup_document),
8581         (password_dialog_response), (ev_window_popup_password_dialog),
8582         (ev_window_dispose), (ev_window_init):
8583
8584         Factor out and cleanup window title code
8585
8586 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8587
8588         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8589         (unable_to_load):
8590
8591         Make dialog transient so it doesnt block other windows
8592
8593 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8594
8595         * pdf/ev-poppler.cc:
8596         
8597         Fix pdf thumbnails rendering.
8598
8599 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8600
8601         * shell/ev-window.c: (fullscreen_set_timeout):
8602         
8603         Increase timeout to hide full screen popup. Bug 
8604         316123. 
8605
8606 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8607
8608         * data/evince.schemas.in:
8609         * shell/ev-window.c: (update_action_sensitivity):
8610
8611         Allow the user to override document restrictions. Fix for bug
8612         305818.
8613
8614 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8615
8616         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8617         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8618         (ev_window_class_init): Fix multihead behaviour of fullscreen
8619         toolbar popup. Fixes bug #315451.
8620
8621 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8622
8623         * configure.ac:
8624         * data/evince-password.glade:
8625         * shell/ev-password.c: (ev_password_dialog_set_property),
8626         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8627         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8628         (ev_password_dialog_entry_changed_cb),
8629         (ev_password_dialog_entry_activated_cb),
8630         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8631         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8632         (ev_password_dialog_set_bad_pass):
8633         * shell/ev-password.h:
8634         * shell/ev-window.c: (password_dialog_response),
8635         (ev_window_popup_password_dialog):
8636         
8637         Support for gnome-keyring for encrypted PDF's.
8638
8639 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8640
8641         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8642         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8643         (ev_view_enter_notify_event), (ev_view_class_init):
8644         
8645         More precise handling of enter_notify/leave_notify events
8646         in EvView. Fix for bug 315470.
8647
8648 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8649
8650         * shell/ev-window.c: (fullscreen_timeout_cb),
8651         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8652         (ev_window_dispose):
8653
8654         leak fix: unref fullscreen_timeout_source before clearing it
8655
8656 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8657
8658         * configure.ac, dvi/mdvi/Makefile.am: 
8659         
8660         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8661
8662 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * backend/ev-link.c: (ev_link_new_page_xyz):
8665         * pdf/ev-poppler.cc:
8666         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8667
8668         Fix some bugs with xyz links, respect zoom
8669
8670 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8671
8672         * shell/ev-window.c: (page_changed_cb),
8673         (setup_document_from_metadata), (update_sidebar_visibility),
8674         (setup_view_from_metadata), (ev_window_run_fullscreen),
8675         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8676         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8677         (ev_window_dual_mode_changed_cb),
8678         (ev_window_sidebar_current_page_changed_cb):
8679
8680         null check uri before setting and getting metadata
8681
8682 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * dvi/Makefile.am:
8685         * properties/Makefile.am:
8686         * shell/Makefile.am:
8687         * thumbnailer/Makefile.am:
8688
8689         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8690
8691 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8694         (selection_changed_callback):
8695         * shell/ev-sidebar-links.h:
8696
8697         Add a signal for link activation.
8698
8699         * shell/ev-view.c: (ev_view_goto_link),
8700         (ev_view_button_release_event):
8701         * shell/ev-view.h:
8702         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8703         (ev_window_init):
8704
8705         Implement the signal so that we can handle all link types.
8706
8707         * shell/ev-page-cache.c:
8708
8709         Remove unused set_link function
8710
8711 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8714
8715         Add some space from the cursor, hardcoded but I couldnt
8716         find a better way.
8717
8718 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8719
8720         * lib/ev-tooltip.c:
8721
8722         Use mozilla style vs gtk style, way better for links.
8723
8724         * shell/ev-view.c: (ev_view_motion_notify_event),
8725         (ev_view_destroy), (ev_view_init):
8726
8727         Deactive tooltip when the link hovered is changed.
8728
8729 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * backend/ev-document.h:
8732         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8733         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8734         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8735         (ev_link_new_page), (ev_link_new_page_xyz):
8736         * backend/ev-link.h:
8737         * pdf/ev-poppler.cc:
8738         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8739         (go_to_link), (tip_from_link):
8740
8741         Implement xyz links, still not functional. Links are a total
8742         mess, will need to refactor and bugfix a lot :(
8743
8744 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8745
8746         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8747
8748 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8749
8750         * data/evince-ui.xml:
8751         * data/evince.schemas.in:
8752         * shell/Makefile.am:
8753         * shell/ev-window.c: (update_chrome_visibility),
8754         (password_dialog_response), (ev_window_load_job_cb),
8755         (ev_window_xfer_job_cb), (ev_window_open_uri),
8756         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8757         (ev_window_init):
8758
8759         Remove the statusbar. This regress loading feedback, need to
8760         check with Bryan what we want to do there...
8761
8762 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * lib/ev-tooltip.c: (ev_tooltip_init):
8765
8766         Fix tooltip border and size handling
8767
8768 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8771         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8772         (ev_tooltip_timeout), (ev_tooltip_activate),
8773         (ev_tooltip_deactivate):
8774         * lib/ev-tooltip.h:
8775         * shell/ev-view.c: (ev_view_motion_notify_event):
8776
8777         Delay popup showing. Mirror gtk logic/times.
8778
8779 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * lib/Makefile.am:
8782         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8783         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8784         (ev_tooltip_set_text), (ev_tooltip_set_position):
8785         * lib/ev-tooltip.h:
8786
8787         Simple widget to show tooltips at a custom position
8788
8789         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8790         (ev_view_destroy):
8791
8792         Use it for links. First go, needs work
8793
8794 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8795
8796         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8797         HIG fixes.  Use title capitalization for window title. Use 12 
8798         pixels of space between the dialog's vbox and action area.
8799
8800 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8801
8802         * shell/ev-window.c: (file_open_dialog_response_cb),
8803         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8804         (ev_window_cmd_save_as):
8805
8806         Make file pickers not modal and refactor code some
8807
8808 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8809
8810         * shell/ev-sidebar.h:
8811         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8812         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8813         (ev_sidebar_class_init), (ev_sidebar_select_page),
8814         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8815         (ev_sidebar_set_page):
8816
8817         Add a current page property and allow to get/set it
8818
8819         * shell/ev-window.c: (setup_view_from_metadata),
8820         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8821
8822         Persist current sidebar page per document
8823
8824 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * data/evince.schemas.in:
8827         * shell/ev-window.c: (update_chrome_visibility),
8828         (setup_document_from_metadata), (update_sidebar_visibility),
8829         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8830         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8831         (ev_window_run_presentation), (ev_window_stop_presentation),
8832         (ev_window_view_sidebar_cb),
8833         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8834         (load_chrome), (ev_window_init):
8835
8836         Persist size/visibility of sidebar per document
8837
8838 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8839
8840         * shell/ev-view.c (draw_loading_text): Draw loading text.
8841
8842 2005-09-02  Dan Damian  <dand@gnome.ro>
8843
8844         * configure.in: Added "ro" to ALL_LINGUAS.
8845
8846 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8847
8848         * shell/ev-view.c: (clear_caches):
8849
8850         ev_page_cache_get doesnt return a reference,
8851         dont try to unref it.
8852
8853 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * shell/main.c: (load_files_remote):
8856
8857         Fix timestamp parameter with dbus <= 0.33
8858
8859 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8860
8861         * data/evince.schemas.in:
8862
8863         Add missing full stop
8864
8865 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8866
8867         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8868         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8869
8870         Plug some memory leaks
8871
8872 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8873
8874         * configure.ac:
8875         * lib/ev-debug.c: (trap_handler):
8876
8877         Check for execinfo.h and use it only if it exists.
8878         Ported from Epiphany (bug #314776).
8879
8880 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8881
8882         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8883
8884 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8885
8886         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8887         * po/id.po      : Added Indonesian translation
8888
8889 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8890
8891         * shell/main.c:
8892         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8893         * NEWS: Release 0.4.0
8894
8895 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * configure.ac: catch another gtk+-2.8ism
8898         * shell/main.c: Make work with gtk+-2.6
8899
8900 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8901
8902         * shell/ev-application-service.xml: Add 'timestamp' argument to
8903           ev_application_open_window and ev_application_open_uri methods.
8904
8905         * shell/ev-application.h: Add 'timestamp' argument to
8906           ev_application_open_window, ev_application_open_uri,
8907           and ev_application_open_uri_list functions.
8908
8909         * shell/ev-application.c (ev_application_open_window,
8910           ev_application_open_uri, ev_application_open_uri_list): Change
8911           functions that show/present windows to use a timestamp if one
8912           is passed in.
8913
8914         * shell/ev-window.c (ev_window_cmd_file_open,
8915           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8916         * shell/main.c (load_files): Modify calls to ev_application to
8917           include GDK_CURRENT_TIME as timestamp.
8918
8919         * shell/main.c (load_files_remote): Obtain timestamp for client
8920           instance from GDK and pass to server instance so new windows are
8921           focused properly.  Fix dbus_g_proxy_call() calls by including second
8922           G_TYPE_INVALID.
8923           
8924         Closes bug #314475.
8925
8926 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8927
8928         * shell/ev-window.c (ev_window_finalize): Check for
8929         avail. EvWindows when quiting to handle the finalize better,
8930         #314497
8931
8932 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8933         
8934         * properties/ev-properties-view.c: 
8935         
8936         Set textdomain to libglade. Fixes translation problem in property page.
8937
8938 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8939
8940         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8941         * dvi/Makefile.am:
8942         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8943         * dvi/mdvi-lib/Makefile.am:
8944         
8945         Fix rotation of thumbnails, ported to new API. Moved library
8946         dependencies earlier, probably it will fix linkage problem.
8947
8948 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8949
8950         * backend/ev-document-misc.c:
8951         (ev_document_misc_get_thumbnail_frame):
8952         * backend/ev-document-misc.h:
8953         * configure.ac:
8954         * pdf/ev-poppler.cc:
8955         * shell/Makefile.am:
8956         * shell/ev-sidebar-thumbnails.c: (add_range),
8957         (ev_sidebar_thumbnails_set_loading_icon),
8958         (ev_sidebar_thumbnails_refresh),
8959         (ev_sidebar_thumbnails_set_document):
8960         * shell/ev-sidebar-thumbnails.h:
8961         * shell/ev-view.c: (ev_view_motion_notify_event),
8962         (ev_view_set_property), (ev_view_get_property),
8963         (ev_view_class_init), (ev_view_set_rotation):
8964         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8965         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8966         (ev_window_init):
8967         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8968         Redo rotation (again).  prepare for 0.4.0
8969
8970 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8971
8972         * configure.ac: Bump poppler requirement to 0.4.1.
8973
8974         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8975         argument to poppler_page_render_selection() call.
8976
8977 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8978
8979         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8980         (djvu_document_thumbnails_get_thumbnail):
8981         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8982         (dvi_document_thumbnails_get_thumbnail):
8983         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8984         (pixbuf_document_thumbnails_get_thumbnail):
8985         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8986         
8987         Update rotation direction of backends to fit with pdf and ps.
8988
8989 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8990
8991         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8992         * backend/ev-async-renderer.h:
8993         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8994         (setup_page), (ps_document_get_page_size),
8995         (ps_async_renderer_render_pixbuf):
8996         * ps/ps-document.h:
8997         * shell/ev-jobs.c: (ev_job_render_run):
8998
8999         Fix orientation in the postscript document
9000
9001 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * pdf/ev-poppler.cc:
9004         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9005         * shell/ev-view.c: (highlight_find_results):
9006
9007         Adapt to the new poppler rotation API. Fix text maps on landscape
9008         documents.
9009
9010 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9011
9012         * shell/ev-view.c (compute_new_selection_text): get the correct
9013         region when selecting in modes other than continuous.
9014
9015 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9016
9017         * shell/main.c (main): remove redundant g_warnings.
9018
9019 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9020
9021         * shell/Makefile.am: Don't include autogenerated
9022         file ev-application-service.h into distribution, since
9023         it causes dbus crash. Fix for bugs 313724 and 313443. 
9024
9025 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9026
9027         * configure.ac: Fix sed expression for FreeBSD. Thanks
9028         to Joe Marcus Clark <marcus@freebsd.org>
9029         
9030         * shell/eggfindbar.c: (entry_activate_callback),
9031         (entry_changed_callback), (egg_find_bar_init),
9032         (egg_find_bar_set_search_string):
9033         
9034         Made findbar buttons unsensitive if there is no text in
9035         entry. Fix for the bug 313285.
9036
9037 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9038
9039         * ps/ps-document.c: Use g_filename_display_name for displaying
9040         filenames and revert string freeze breackage
9041
9042 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9043
9044         * NEWS:
9045         * configure.ac:
9046
9047         Update for 0.3.4
9048
9049         * shell/Makefile.am:
9050
9051         Add ev-application-service.xml to extra dist
9052
9053         * shell/ev-view.c: (find_page_at_location):
9054
9055         Remove unused function (fix warning)
9056
9057 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9058
9059         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9060         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9061         
9062         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9063         bug 313623.
9064
9065 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9066
9067         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9068         * shell/ev-window.c:
9069         Fix build warnings
9070
9071 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9072
9073         * configure.ac: Update script to get dbus version.
9074         Fix for the bug #313443.
9075
9076 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * shell/ev-window.c: (ev_window_cmd_escape):
9079         
9080         Return focus back to view on escape. Fix for bug 313295.
9081
9082 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9083
9084         * shell/ev-window.c: (update_window_title),
9085         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9086         (ev_window_cmd_save_as):
9087         
9088         Correct conversion from uri to displayable string. Fix for
9089         bug 313296.
9090
9091 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9092
9093         * ps/ps-document.c: convert filename to utf8 when there is an error
9094         loading document. Fixes #309915
9095
9096 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * configure.ac:
9099
9100         We depend on poppler 0.4.0
9101
9102 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9103
9104         * configure.ac:
9105         * NEWS: Release 0.3.3.
9106         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9107
9108 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9109
9110         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9111         add a couple missing mnemonics to menu items, use title 
9112         capitalization for menu items and window titles, and add 
9113         ellipsis to open menu item.     
9114
9115 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9116
9117         * pdf/ev-poppler.cc:
9118         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9119         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9120         (ev_view_get_rotation):
9121         * shell/ev-view.h:
9122         * shell/ev-window.c: (setup_view_from_metadata),
9123         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9124         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9125         disk.
9126
9127 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9128
9129         * configure.ac: Added tr to ALL_LINGUAS
9130
9131 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9132
9133         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9134         requires several clicks to find word. Thanks to 
9135         Colin Slater <kiltedtaco@gmail.com>.
9136
9137 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9138
9139         * data/evince.desktop.in.in: Hide menu entry and
9140         rename it to "Document Viewer". Fix for bug 
9141         #312399.
9142
9143 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9144
9145         * shell/ev-page-action.c (ev_page_action_class_init): 
9146
9147         Point to the correct function in constructor of the
9148         activate_label signal
9149
9150 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9151
9152         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9153         * shell/ev-jobs.h: Make thread safe.
9154
9155 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9156
9157         * shell/ev-view.c: (view_update_range_and_current_page):
9158         Don't update page range if we are scrolling to some document
9159         point.
9160
9161 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9162
9163         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9164         when getting max_page_width, fix drawing in dual mode.
9165
9166 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9169         getting the area for select_all.
9170
9171 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9172
9173         * backend/ev-selection.c: (ev_selection_render_selection):
9174         * backend/ev-selection.h:
9175         * pdf/ev-poppler.cc:
9176         * shell/ev-jobs.c: (ev_job_render_new):
9177         * shell/ev-jobs.h:
9178         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9179         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9180         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9181         (ev_view_class_init):
9182
9183         Change selection color on focus in and focus out events.  Also,
9184         poppler now uses GdkColor for specifying the selection colors, so
9185         drop some awkward conversion code.
9186
9187 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9188
9189         * configure.ac: Added Hebrew translation
9190
9191 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9192
9193         * NOTES:
9194         * backend/ev-selection.c: (ev_selection_render_selection):
9195         * backend/ev-selection.h:
9196         * pdf/ev-poppler.cc:
9197         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9198         (ev_job_render_run):
9199         * shell/ev-jobs.h:
9200         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9201         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9202         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9203         (ev_pixbuf_cache_style_changed),
9204         (ev_pixbuf_cache_get_selection_pixbuf),
9205         (ev_pixbuf_cache_set_selection_list),
9206         (ev_pixbuf_cache_get_selection_list):
9207         * shell/ev-pixbuf-cache.h:
9208         * shell/ev-utils.c: (ev_print_region_contents):
9209         * shell/ev-utils.h:
9210         * shell/ev-view.c: (ev_view_queue_draw_page),
9211         (selection_update_idle_cb), (ev_view_motion_notify_event),
9212         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9213         (setup_caches), (ev_view_find_next), (merge_selection_region),
9214         (selection_free):
9215         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9216
9217         Clean up selection to be much smoother!
9218
9219 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9220
9221         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9222         to poppler_page_render_selection().
9223
9224 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9225
9226         * ps/ps-document.c: (save_page_list): Use
9227         unzipped document when printing. Thanks to 
9228         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9229         311016.
9230
9231 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9232
9233         * shell/ev-window.c: (update_action_sensitivity):
9234         
9235         Disable print and save respect to lockdown gconf keys. Fix
9236         for 312342.
9237
9238 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9239
9240         * configure.ac:
9241         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9242         (write_to_temp_file), (ev_file_set_contents):
9243         * shell/ev-utils.h:
9244         * shell/ev-window.c: (save_print_config_to_file):
9245         
9246         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9247         Fix for bug 312238
9248
9249 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9250
9251         * shell/ev-window.c: (load_print_config_from_file),
9252         (save_print_config_to_file), (ev_window_print_range):
9253
9254         Persist the print settings. Fixes bug #311578.
9255
9256 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9257
9258         * djvu/djvu-document.c: (djvu_document_get_page_size),
9259         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9260         (djvu_document_thumbnails_get_thumbnail):
9261         * dvi/dvi-document.c: (dvi_document_get_page_size),
9262         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9263         (dvi_document_thumbnails_get_dimensions),
9264         (dvi_document_thumbnails_get_thumbnail):
9265         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9266         (pixbuf_document_render_pixbuf),
9267         (pixbuf_document_document_iface_init),
9268         (pixbuf_document_thumbnails_get_thumbnail):
9269         
9270         Update backends to make them build with new rotation system.
9271
9272 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9273
9274         * help/C/figures/evince_start_window.png:
9275         
9276         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9277
9278 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9279
9280         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9281         * shell/ev-pixbuf-cache.h:
9282         * shell/ev-sidebar-thumbnails.c:
9283         (ev_sidebar_thumbnails_get_property), (add_range),
9284         (adjustment_changed_cb):
9285         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9286         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9287         we were thumbnailing the entire docment on startup, slowing us
9288         down hugely. 
9289
9290 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9291
9292         * shell/ev-page-cache.c: (ev_page_cache_new):
9293         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9294         == 0, fixes #310306.
9295
9296 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9297
9298         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9299         (ev_view_rotate_left):
9300
9301         Account rotation in doc_rect_to_view_rect.
9302         Ensure rotation doesnt go out of bounds.
9303
9304 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9305
9306         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9307
9308         Correct and cleanup w/h swapping
9309
9310 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * backend/ev-document-thumbnails.c:
9313         (ev_document_thumbnails_get_thumbnail):
9314         * backend/ev-document-thumbnails.h:
9315         * backend/ev-document.c:
9316         * backend/ev-document.h:
9317         * backend/ev-render-context.c: (ev_render_context_new),
9318         (ev_render_context_set_rotation):
9319         * backend/ev-render-context.h:
9320         * pdf/ev-poppler.cc:
9321         * ps/ps-document.c: (ps_document_document_iface_init):
9322         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9323         * shell/ev-jobs.h:
9324         * shell/ev-page-cache.c: (build_height_to_page),
9325         (ev_page_cache_new), (ev_page_cache_get_size),
9326         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9327         (ev_page_cache_get_height_to_page):
9328         * shell/ev-page-cache.h:
9329         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9330         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9331         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9332         (ev_pixbuf_cache_get_selection_pixbuf):
9333         * shell/ev-pixbuf-cache.h:
9334         * shell/ev-print-job.c: (idle_print_handler):
9335         * shell/ev-sidebar-thumbnails.c: (add_range):
9336         * shell/ev-view.c: (view_update_range_and_current_page),
9337         (get_page_y_offset), (get_page_extents),
9338         (ev_view_size_request_continuous_dual_page),
9339         (ev_view_size_request_continuous),
9340         (ev_view_size_request_dual_page),
9341         (ev_view_size_request_single_page), (draw_one_page),
9342         (ev_view_set_rotation), (ev_view_rotate_right),
9343         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9344         (ev_view_zoom_for_size_continuous_and_dual_page),
9345         (ev_view_zoom_for_size_continuous),
9346         (ev_view_zoom_for_size_dual_page),
9347         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9348         (ev_view_select_all):
9349         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9350         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9351         (tiff_document_document_iface_init),
9352         (tiff_document_thumbnails_get_thumbnail):
9353
9354         Use rotation rather than orientation. It's easier and enough
9355         for our needs.
9356
9357 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9358
9359         * shell/ev-page-cache.c: (build_height_to_page),
9360         (ev_page_cache_new), (ev_page_cache_get_size),
9361         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9362         (ev_page_cache_get_height_to_page):
9363         * shell/ev-page-cache.h:
9364         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9365         (ev_view_size_request_continuous_dual_page),
9366         (ev_view_size_request_continuous),
9367         (ev_view_zoom_for_size_continuous_and_dual_page),
9368         (ev_view_zoom_for_size_continuous):
9369
9370         Make the page cache aware of page orientation.
9371
9372 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9373
9374         * backend/ev-document-thumbnails.c:
9375         (ev_document_thumbnails_get_thumbnail):
9376         * backend/ev-document-thumbnails.h:
9377         * backend/ev-document.c:
9378         * backend/ev-document.h:
9379         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9380         * backend/ev-ps-exporter.h:
9381         * pdf/ev-poppler.cc:
9382         * ps/ps-document.c: (ps_document_document_iface_init),
9383         (ps_document_ps_export_do_page):
9384         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9385         * shell/ev-jobs.h:
9386         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9387         (ev_page_cache_get):
9388         * shell/ev-page-cache.h:
9389         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9390         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9391         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9392         * shell/ev-pixbuf-cache.h:
9393         * shell/ev-print-job.c: (idle_print_handler):
9394         * shell/ev-sidebar-thumbnails.c: (add_range):
9395         * shell/ev-view.c: (view_update_range_and_current_page),
9396         (get_page_extents), (ev_view_size_request_dual_page),
9397         (ev_view_size_request_single_page), (draw_one_page),
9398         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9399         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9400         (ev_view_zoom_for_size_dual_page),
9401         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9402         (ev_view_select_all):
9403         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9404         * tiff/tiff-document.c: (tiff_document_get_page_size),
9405         (tiff_document_get_orientation), (rotate_pixbuf),
9406         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9407         (tiff_document_thumbnails_get_thumbnail),
9408         (tiff_document_ps_export_do_page), (tiff_document_init):
9409
9410         Really make use of the orientation bit of the render context.
9411         Use the render context in a few more places in the backend API.
9412         This regress orientation, but now it's done right. Will try to
9413         fix it up asap...
9414
9415 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9416
9417         * shell/ev-view.c: (ensure_rectangle_is_visible):
9418
9419         Patch by Nickolay V. Shmyrev to fix find flickering
9420
9421 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9422
9423         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9424         duplex parameters to ::begin.
9425
9426         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9427         * shell/ev-print-job.c (idle_print_handler): 
9428         * ps/ps-document.c (ps_document_ps_export_begin): 
9429         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9430         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9431         implementations. Poppler backend needs poppler cvs. Rest has
9432         unchanged behavior.
9433
9434 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9435
9436         * shell/ev-window.c (using_pdf_printer): new function.
9437         (ev_window_print_range): print a less techy message if someone
9438         tries to print to PDF.
9439
9440 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9441
9442         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9443         from "unknown font" string. Bug #311431
9444
9445 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9446
9447         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9448
9449 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9450
9451         Bug #311280
9452         
9453         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9454         name for PopplerFontTypes
9455         (pdf_document_fonts_fill_model): add font type to the detail column
9456
9457         * backend/ev-document-fonts.h: added
9458         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9459
9460         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9461         font name and font details, add a little markup.
9462         (ev_properties_fonts_init): use the new cell data func, specify ypad
9463         property for the cell renderer.
9464         (ev_properties_fonts_set_document): add the details column.
9465
9466 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9467
9468         * configure.ac: Added "pl" to ALL_LINGUAS.
9469
9470 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9471
9472         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9473
9474 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9475
9476         * help/ChangeLog: Started this for translations of manual.
9477         * configure.ac, autogen.sh, .cvsignore: Migrated to
9478         gnome-doc-utils. Patch in bug #311222.
9479
9480 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9481
9482         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9483         #ifdef this away to fix an unused-function warning.
9484
9485 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9486
9487         * configure.ac: Added 'gl' to ALL_LINGUAS.
9488
9489 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9490
9491         * configure.ac: Added ne in ALL_LINGUAS
9492         
9493 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9494
9495         * shell/ev-view.c: (ev_view_leave_notify_event):
9496         
9497         Clear status message when pointer leaves view. Fix for bug
9498         #310818 
9499
9500 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9501
9502         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9503
9504 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9505
9506         * shell/ev-view.c: (ev_view_leave_notify_event),
9507         (ev_view_class_init):
9508         
9509         Set cursor to normal then leaving view.
9510
9511 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9512
9513         * configure.ac:
9514         
9515         Fix required djvulibre version.
9516
9517 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9518
9519         *configure.ac: Hindi (hi) language added
9520
9521 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9522
9523         *configure.ac: Punjabi (pa) Language added
9524
9525 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9526
9527         * data/evince-ui.xml, shell/ev-window.c:
9528         
9529         Add keypad accelerators for zooming. Fix for bug 308128.
9530
9531 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9532
9533         * Makefile.am:
9534         * backend/Makefile.am:
9535         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9536         * configure.ac:
9537         * shell/ev-document-types.c: (ev_document_types_add_filters):
9538
9539         Allow to enable/disable the pixbuf backend.
9540         Default to off for now. If we want it enabled we should
9541         really put mime types in the desktop, implement properties etc.
9542
9543         * properties/evince-properties.c:
9544
9545         Initialize error to NULL.
9546         Check error is not NULL before freeing.
9547
9548 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9549
9550         * shell/ev-window.c:
9551
9552         Use F5 as presentation accell
9553
9554 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9555
9556         * shell/ev-window.c: (update_chrome_visibility),
9557         (ev_window_create_fullscreen_popup), (ev_window_init):
9558
9559         Do not leak the fullscreen toolbar
9560
9561 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9562
9563         * shell/ev-window.c: (view_actions_focus_in_cb),
9564         (view_actions_focus_out_cb):
9565
9566         These has a return value! Fix totally random focus
9567         issues we was seeing.
9568
9569 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9570
9571         * shell/main.c: (load_files_remote):
9572
9573         Allow open more than one file
9574
9575 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9576
9577         * shell/main.c: (load_files_remote):
9578
9579         Fix for dbus 0.33. bug #309975
9580
9581 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * properties/ev-properties-main.c: (ev_properties_get_pages):
9584
9585         Actually return NULL for types we dont support
9586
9587 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9588
9589         * po/POTFILES.in:
9590
9591         Remove empty lines.
9592
9593 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9594
9595         * backend/ev-document-factory.c:
9596         (ev_document_factory_get_document):
9597
9598         Do not try to create the object if type
9599         is invalid.
9600
9601 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9602
9603         * ps/ps-document.c: (ps_document_dispose),
9604         (ps_async_renderer_render_pixbuf):
9605         * ps/ps-document.h:
9606
9607         Do not leak the target window
9608
9609 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9610
9611         * shell/ev-application.c: (ev_application_init):
9612
9613         Let tbe check file existence for us.
9614         Add a comment about eggrecent mime filter.
9615
9616 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9617
9618         * data/evince-ui.xml:
9619         * shell/ev-application.c: (ev_application_shutdown),
9620         (ev_application_init), (ev_application_get_toolbars_model),
9621         (ev_application_get_recent_model),
9622         (ev_application_save_toolbars_model):
9623         * shell/ev-application.h:
9624         * shell/ev-window.c: (ev_window_add_recent),
9625         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9626         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9627         (ev_window_init):
9628
9629         Use common toolbar and recent models for all windows.
9630         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9631
9632 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9633
9634         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9635         successfully check for gtk_icon_view_get_visible_range.
9636
9637 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9638
9639         * djvu/Makefile.am:
9640         * dvi/Makefile.am:
9641         
9642         Fix djvu and dvi backend build.
9643
9644 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9645
9646         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9647         (new_separator_pixbuf):
9648
9649         Don't leak windows.
9650
9651 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9652
9653         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9654
9655         HIGification of toolbar editor dialogue.
9656
9657 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9658
9659         * configure.ac:
9660         * shell/Makefile.am:
9661
9662         Ever build metadata manager since it's just
9663         disabled at runtime now.
9664
9665 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9666
9667         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9668         (ev_metadata_manager_get), (ev_metadata_manager_set):
9669         * shell/ev-metadata-manager.h:
9670
9671         Add an _init functions that enabled metadata management
9672         at runtime.
9673
9674         * shell/ev-window.c: (page_changed_cb),
9675         (setup_document_from_metadata), (ev_window_setup_document),
9676         (setup_view_from_metadata), (ev_window_open_uri),
9677         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9678         (ev_window_run_presentation), (ev_window_stop_presentation),
9679         (save_sizing_mode), (ev_window_zoom_changed_cb),
9680         (ev_window_continuous_changed_cb),
9681         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9682         (window_configure_event_cb):
9683
9684         Remove all ugly metadata define since we deal with it
9685         at runtime now.
9686
9687         * shell/main.c: (load_files_remote), (main):
9688
9689         Add support for dbus cvs head. Hopefully didnt break one
9690         of the other versions now!
9691
9692         If we dont get a response from the dbus server just
9693         give up with it and not enable metadata.
9694
9695 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9696
9697         * Makefile.am:
9698         * backend/Makefile.am:
9699         * configure.ac:
9700         * cut-n-paste/recent-files/Makefile.am:
9701         * cut-n-paste/toolbar-editor/Makefile.am:
9702         * cut-n-paste/zoom-control/Makefile.am:
9703         * lib/Makefile.am:
9704         * pdf/Makefile.am:
9705         * pixbuf/Makefile.am:
9706         * properties/Makefile.am:
9707         * ps/Makefile.am:
9708         * shell/Makefile.am:
9709         * thumbnailer/Makefile.am:
9710         * tiff/Makefile.am:
9711
9712         Make frontends depend on just libev.
9713         Rework and group CFLAGS/LIBS definitions.
9714         Cleanups.
9715
9716 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9717
9718         * shell/ev-window:
9719
9720         do not unnecessarily save zoom
9721
9722         * configure.ac:
9723         * lib/ev-file-helpers.c: (ev_dot_dir):
9724         * shell/Makefile.am:
9725         * shell/dummy.cc:
9726
9727         Some cleanups
9728
9729 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9730
9731         * configure.ac:
9732         
9733         Remove unnecessary dependencies
9734
9735 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9736
9737         * properties/Makefile.am:
9738         * thumbnailer/Makefile.am:
9739         * tiff/Makefile.am:
9740
9741         Some more cleanups. Was really necessary
9742         but I probably introduced bugs, feel free
9743         to flame :)
9744
9745 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9746
9747         * backend/Makefile.am:
9748         * configure.ac:
9749         * cut-n-paste/recent-files/Makefile.am:
9750         * cut-n-paste/toolbar-editor/Makefile.am:
9751         * cut-n-paste/zoom-control/Makefile.am:
9752         * lib/Makefile.am:
9753         * pdf/Makefile.am:
9754         * pixbuf/Makefile.am:
9755         * properties/Makefile.am:
9756         * ps/Makefile.am:
9757         * shell/Makefile.am:
9758         * thumbnailer/Makefile.am:
9759         * tiff/Makefile.am:
9760
9761         Use gnome-common macros when possible.
9762         Cleanup dependencies.
9763         Actually disable deprecated where possible.
9764
9765 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9766
9767         * Makefile.am:
9768         * backend/Makefile.am:
9769         * properties/Makefile.am:
9770         * shell/Makefile.am:
9771         * thumbnailer/Makefile.am:
9772
9773         This should solve the circular dep without
9774         requiring dir reorg!
9775
9776         * shell/ev-window.c: (setup_view_from_metadata):
9777
9778         Never restore window size/position when the
9779         window is already visible.
9780
9781 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9782
9783         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9784
9785         Return a boolean from timeout func. Fix ported from gedit.
9786
9787 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9788
9789         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9790
9791 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9792
9793         * shell/ev-document-types.c: set "All Documents" as default filter in
9794         open dialog
9795
9796 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9797
9798         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9799         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9800         (ev_metadata_manager_set_boolean): fix value/val thinko.
9801
9802 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * shell/ev-window.c: (setup_view_from_metadata),
9805         (window_state_event_cb), (window_configure_event_cb),
9806         (ev_window_init):
9807
9808         Remember window position and maximized state
9809
9810 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9811
9812         * configure.ac:
9813
9814         Fix DBUS configure checks.
9815
9816         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9817         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9818         (ev_metadata_manager_set_boolean):
9819
9820         Plug mem leaks.
9821
9822         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9823         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9824         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9825         (ev_window_continuous_changed_cb),
9826         (ev_window_dual_mode_changed_cb), (ev_window_new):
9827
9828         Fix the build without DBUS.
9829
9830 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9831
9832         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9833         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9834         (ev_metadata_manager_set_string),
9835         (ev_metadata_manager_set_boolean):
9836         * shell/ev-metadata-manager.h:
9837
9838         Add support for some more types
9839
9840         * shell/ev-view.c: (scroll_to_current_page),
9841         (ev_view_get_continuous), (ev_view_set_continuous),
9842         (ev_view_get_dual_page):
9843         * shell/ev-view.h:
9844         * shell/ev-window.c: (page_changed_cb),
9845         (setup_document_from_metadata), (ev_window_setup_document),
9846         (setup_view_from_metadata), (ev_window_open_uri),
9847         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9848         (ev_window_run_presentation), (ev_window_stop_presentation),
9849         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9850         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9851         (ev_window_update_dual_page_action),
9852         (ev_window_continuous_changed_cb),
9853         (ev_window_dual_mode_changed_cb), (ev_window_init):
9854
9855         Remember a bunch of view/document properties. Prolly some
9856         are still missing but it's getting interesting.
9857
9858 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9859
9860         * configure.ac: check if dbus-binding-tool is installed. Not the
9861         case on current Ubuntu breezy, it seems.
9862
9863 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9864
9865         * data/evince.desktop.in.in:
9866         
9867         Allow open uri lists and add TryExec field.
9868
9869 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9870
9871         * configure.ac:
9872
9873         Enable dbus when available, do not require a configure
9874         option.
9875
9876 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9877
9878         * configure.ac:
9879
9880         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9881         disabled.
9882
9883 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9884         Marco Pesenti Gritti  <mpg@redhat.com>
9885
9886         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9887         
9888         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9889         functions to the format required by dbus
9890
9891         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9892         errors. Use the RPC parameters in the expected way
9893
9894 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9895
9896         * Makefile.am:
9897         * properties/Makefile.am:
9898         * properties/ev-properties-main.c: (ev_properties_get_pages):
9899
9900         Support all mime types
9901
9902         * shell/Makefile.am:
9903         * thumbnailer/Makefile.am:
9904         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9905         (evince_thumbnail_pngenc_get):
9906
9907         Use the document factory
9908
9909 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9910
9911         * backend/Makefile.am:
9912         * backend/ev-document-factory.c:
9913         (mime_type_supported_by_gdk_pixbuf),
9914         (ev_document_type_get_from_mime),
9915         (ev_document_factory_get_document),
9916         (ev_document_factory_get_backend),
9917         (ev_document_factory_get_mime_types),
9918         (ev_document_factory_get_all_mime_types):
9919         * backend/ev-document-factory.h:
9920         * shell/Makefile.am:
9921         * shell/ev-document-types.c: (get_document_from_uri),
9922         (ev_document_types_get_document),
9923         (file_filter_add_mime_list_and_free),
9924         (ev_document_types_add_filters):
9925         * shell/ev-document-types.h:
9926         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9927         * shell/ev-properties-dialog.c:
9928         (ev_properties_dialog_set_document):
9929         * shell/ev-window.c: (ev_window_cmd_file_open),
9930         (ev_window_cmd_save_as):
9931         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9932
9933         Rework document types managing to avoid code duplication
9934         and actually abstract from backend implementations.
9935         Also provide a minimal factory api that can be used by
9936         thumbnailer/properties.
9937
9938 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9939
9940         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9941         Plug a mem leak.
9942         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9943         HIG spacings.
9944
9945 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9946
9947         * shell/ev-properties-dialog.c
9948         (ev_properties_dialog_set_document): only call
9949         ev_properties_fonts_set_document() if the document implements the
9950         fonts interface
9951
9952 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9953
9954         * configure.ac:
9955         * properties/Makefile.am:
9956         * properties/ev-properties-view.c:
9957         (ev_properties_view_register_type):
9958         * properties/ev-properties-view.h:
9959         * properties/ev-properties-main.h:
9960
9961         Implement nautilus plugin for properties.
9962         Works only for pdf atm, I need to rework the
9963         document types stuff to get this to work
9964         for all backends...
9965
9966 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9967
9968         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9969         (ev_properties_fonts_set_document): use
9970         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9971
9972 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9973
9974         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9975         them
9976         (PlaceImage, tiff2ps_process_page): use
9977         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9978
9979
9980 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9981
9982         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9983         (main): to call gnome_authentication_manager_init. Should fix
9984         Bug #308510
9985
9986         * configure.ac: that requires libgnomeui 2.6.0.
9987
9988 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9989
9990         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9991         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9992         use the new tiff2ps interfaces
9993
9994         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9995         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9996
9997         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9998         structure instead of global variables.  Remove use of static
9999         variables in functions.
10000
10001 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10002
10003         * shell/ev-page-action.c: unref the completion after setting it to the
10004         entry
10005
10006 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10007
10008         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10009         postscript files
10010
10011 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10012
10013         * shell/ev-window.c (update_action_sensitivity): disable
10014         File->Print if the document does not implement the ps exporter
10015         interface
10016
10017 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10018
10019         * Makefile.am:
10020         * configure.ac:
10021         * data/evince-properties.glade:
10022         * properties/.cvsignore:
10023         * properties/Makefile.am:
10024         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10025         (ev_properties_view_class_init), (ev_properties_view_format_date),
10026         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10027         (ev_properties_view_init), (ev_properties_view_new):
10028         * properties/ev-properties-view.h:
10029         * shell/Makefile.am:
10030         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10031         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10032         (ev_properties_dialog_new):
10033         * shell/ev-properties-dialog.h:
10034         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10035         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10036         (update_progress_label), (job_fonts_finished_cb),
10037         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10038         * shell/ev-properties-fonts.h:
10039         * shell/ev-properties.c:
10040         * shell/ev-properties.h:
10041         * shell/ev-window.c: (ev_window_setup_document),
10042         (ev_window_cmd_file_properties):
10043
10044         Split the properties pages in two different objects, depend
10045         only on the backend where possible, use widgets instead
10046         of gobject for the glade part, reimplement the dialog
10047         itself with gtk.
10048         I need this to implement nautilus properties page.
10049
10050 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10051
10052         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10053         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10054         (tiff_document_document_ps_exporter_iface_init): implement the ps
10055         exporter interface for tiff documents
10056
10057         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10058         libtiff to implement TIFF postscript export
10059
10060         * tiff/tiff2ps.h: added a header file for external tiff2ps
10061         functions.
10062
10063         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10064         tiff2ps.h
10065
10066 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10067
10068         * shell/ev-view.c: (scroll_to_current_page),
10069         (ev_view_set_fullscreen), (ev_view_set_presentation):
10070         
10071         Scroll to current page when exit from presentation
10072
10073 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10074
10075         * shell/ev-window.c: (update_document_mode),
10076         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10077         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10078         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10079         
10080         Exit from fullscreen mode when switch to presentation. Fix for
10081         bug 309365
10082
10083 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10084
10085         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10086         return NULL if the document does not implement the selection
10087         interface.
10088
10089 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10090
10091         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10092         reported height by using the resolution aspect ratio
10093         (tiff_document_render_pixbuf): scale the pixbuf using the
10094         resolution aspect ratio
10095
10096 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10097
10098         * configure.ac:
10099         
10100         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10101         <kiltedaco@gmail.com>
10102         
10103         * djvu/djvu-document.c: (djvu_document_get_orientation),
10104         (djvu_document_set_orientation), (djvu_document_get_page_size),
10105         (rotate_pixbuf), (djvu_document_render_pixbuf),
10106         (djvu_document_document_iface_init):
10107         * dvi/dvi-document.c: (dvi_document_get_orientation),
10108         (dvi_document_set_orientation), (dvi_document_get_page_size),
10109         (rotate_pixbuf), (dvi_document_render_pixbuf),
10110         (dvi_document_document_iface_init):
10111         
10112         Dvi and djvu backends are ported to new API
10113
10114 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10115
10116         * backend/ev-selection.c: (ev_selection_get_selection_region),
10117         (ev_selection_get_selection_map):
10118         * backend/ev-selection.h:
10119         * pdf/ev-poppler.cc:
10120         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10121         * shell/ev-jobs.h:
10122         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10123         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10124         (ev_pixbuf_cache_get_text_mapping):
10125         * shell/ev-pixbuf-cache.h:
10126         * shell/ev-view.c: (location_in_text),
10127         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10128         support to EvView.  Now we can see where we can select!  Sweet!
10129
10130 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10131
10132         * shell/ev-view.c (ev_view_button_press_event): Fix
10133         event->y + view->scroll_x typo.
10134
10135 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10136
10137         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10138         sub-GdkPixbuf instead of passing dest_x and dest_y.
10139         
10140         * shell/ev-view.c: (view_point_to_doc_point),
10141         (view_rect_to_doc_rect), (ev_view_button_press_event),
10142         (ev_view_motion_notify_event), (compute_new_selection_rect),
10143         (gdk_rectangle_point_in), (compute_new_selection_text),
10144         (compute_selections): Update selection code to keep the selection
10145         around as two points and not as a normalized rectangle, and fix
10146         page level selection in two-column mode.
10147
10148 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10149
10150         * shell/ev-window.c: (window_configure_event_cb): 
10151         
10152         Fix compilation
10153         
10154 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10155
10156         * pdf/ev-poppler.cc:
10157
10158         Fix compilation
10159
10160 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10161
10162         * shell/Makefile.am:
10163         * shell/ev-metadata-manager.c: (item_free),
10164         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10165         (parse_value), (parseItem), (load_values),
10166         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10167         (save_values), (save_item), (get_oldest), (resize_items),
10168         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10169         * shell/ev-metadata-manager.h:
10170
10171         Metadata manager from gedit but modified to use GValue, so that
10172         we dont need to keep converting from strings.
10173
10174         * configure.ac:
10175
10176         ENABLE_METADATA conditional, on when dbus is on
10177
10178         * shell/ev-application.c: (ev_application_open_uri):
10179
10180         Show the window after load so that we can initialize
10181         window size before it's showed.
10182
10183         * shell/ev-window.c: (ev_window_setup_from_metadata),
10184         (ev_window_open_uri), (window_configure_event_cb),
10185         (ev_window_init):
10186
10187         Save and load metadata information about window size.
10188         Not yet keeping states in account.
10189
10190         * shell/main.c: (main):
10191
10192         Shutdown metadata manager.
10193
10194 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10195
10196         * shell/ev-application-service.xml:
10197         * configure.ac:
10198         * shell/Makefile.am:
10199         * shell/ev-application.c:
10200         * shell/ev-application.h:
10201         * shell/ev-window.c:
10202         * shell/ev-window.h:
10203         * shell/main.c:
10204
10205         Add an optional dbus interface (--enable-dbus).
10206         Rework application code, mainly to be easier to
10207         use "remotely".
10208         Do not open multiple windows with the same document,
10209         spatial evince!
10210
10211 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10212
10213         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10214         pixbuf iff it exists.
10215
10216 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10217
10218         * shell/*:
10219         * backend/ev-render-context.[ch]:
10220         * backend/ev-selection.[ch]:
10221
10222         Massive changes.  We now support text selection of pdfs, and not
10223         just rectangular selection.  This is pretty broken still, but I
10224         want to get something into CVS.
10225
10226 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10227
10228         * pdf/ev-poppler.cc:
10229         
10230         Fix for Bug 309080: crash on window close.
10231         
10232         * shell/ev-page-action.c: (page_changed_cb):
10233         
10234         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10235         jensgr@gmx.net (Jens Granseuer).
10236
10237 2005-06-25  Marcel Telka  <marcel@telka.sk>
10238
10239         * configure.in (ALL_LINGUAS): Added sk.
10240
10241 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10242
10243         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10244         not a document open
10245
10246 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10247
10248         * NEWS:
10249         * configure.ac:
10250
10251         Release 0.3.2
10252
10253         * cut-n-paste/recent-files/Makefile.am:
10254
10255         Fix make distcheck
10256
10257 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10258
10259         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10260         (pixbuf_document_set_orientation), (rotate_pixbuf),
10261         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10262         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10263
10264         Implement rotation and cleanup the code a bit.
10265
10266         * tiff/tiff-document.c: (tiff_document_get_page_size),
10267         (tiff_document_get_orientation), (tiff_document_set_orientation),
10268         (rotate_pixbuf), (tiff_document_render_pixbuf),
10269         (tiff_document_document_iface_init), (tiff_document_init):
10270
10271         Implement rotation. Was the quicker solution for the release
10272         but we really need to share this code in the shell.
10273
10274 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10275
10276         * pdf/ev-poppler.cc:
10277
10278         Enable rotation, require poppler cvs. Fix a leak.
10279
10280 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10281
10282         * shell/ev-window.c: (update_action_sensitivity):
10283         
10284         Make properties unsensitive if document backend doesn't provide
10285         any info
10286
10287 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10288
10289         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10290         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10291         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10292         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10293         (bitmap_flip_rotate_counter_clockwise):
10294         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10295         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10296         (buff_gets):
10297         * dvi/mdvi-lib/common.h:
10298         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10299         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10300         (opendvi), (mdvi_reload), (mdvi_init_context),
10301         (mdvi_destroy_context), (mdvi_dopage), (special):
10302         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10303         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10304         (file_hash_free), (register_encoding), (parse_spec),
10305         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10306         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10307         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10308         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10309         (mdvi_register_font_type), (mdvi_unregister_font_type),
10310         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10311         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10312         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10313         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10314         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10315         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10316         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10317         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10318         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10319         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10320         (mdvi_unregister_special), (mdvi_flush_specials):
10321         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10322         (t1_font_remove):
10323         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10324         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10325         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10326         (free_font_metrics), (flush_font_metrics):
10327         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10328         (tt_font_remove):
10329         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10330         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10331         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10332         (dstring_insert), (dstring_new), (dstring_reset):
10333         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10334         
10335         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10336         avoid conflict with libtool on FC4
10337         
10338         * shell/ev-window.c: (ev_window_cmd_help_about):
10339         
10340         Update copyright year. Fix for bug 308828.
10341
10342 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10343
10344         * shell/ev-view.c: (add_scroll_binding_keypad),
10345         (ev_view_binding_activated), (ev_view_class_init),
10346         (on_adjustment_value_changed):
10347         
10348         Bug 170874: Arrow keys switch pages in presentation mode
10349
10350 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10351
10352         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10353         
10354         Fix for Bug 308265: Sidebar dissappears coming out of 
10355         Presentation mode
10356
10357 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10358
10359         * shell/ev-application.c: (ev_application_open):
10360         * shell/ev-document-types.c: (ev_document_types_add_filters),
10361         (ev_document_types_add_filters_for_type):
10362         * shell/ev-document-types.h:
10363         * shell/ev-window.c: (ev_window_cmd_save_as):
10364         
10365         Suggest basename as template when saving, provide filters
10366         for save dialog. It's bug 308402
10367
10368 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10369
10370         * pdf/ev-poppler.cc:
10371         * shell/ev-sidebar-links.c: (job_finished_callback):
10372         * shell/ev-view.c: (update_find_status_message):
10373         
10374         Some leaks fixed
10375
10376 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10377
10378         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10379         (egg_recent_view_uimanager_set_list):
10380
10381         Fix buglet in !show_numbers case.
10382
10383 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10384
10385         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10386         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10387
10388         Use pango ellipsisation.
10389
10390         * pdf/ev-poppler.cc:
10391
10392         Fix refcount leak, from nsh.
10393
10394 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10395
10396         * cut-n-paste/recent-files/Makefile.am:
10397         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10398         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10399         
10400         Removed EggRecentViewGtk
10401         
10402         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10403         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10404         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10405         (ev_window_setup_recent):
10406         
10407         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10408         with other projects
10409
10410 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10411
10412         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10413         (egg_recent_view_gtk_finalize):
10414
10415         Fix memory leak
10416
10417         * cut-n-paste/toolbar-editor/Makefile.am:
10418         
10419         Fix location of cursor icon.
10420         
10421         * pdf/ev-poppler.cc:
10422         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10423         (display_completion_text), (match_completion):
10424         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10425         (selection_changed_callback), (create_loading_model),
10426         (print_section_cb), (links_page_num_func),
10427         (update_page_callback_foreach):
10428         * shell/ev-window.c: (ev_window_dispose):
10429         
10430         Small memory fixes. Links model now store objects instead
10431         of pointers to improve memory management. 
10432
10433 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10434
10435         * shell/ev-window.c: (zoom_control_changed_cb):
10436         
10437         Fix update of zoom control (bug 308268).
10438
10439 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10440
10441         * shell/ev-properties.c (set_property): escape the text correctly.
10442         Handles non-UTF-8 properties and escaped properties.  Also, sets
10443         the text to "<i>None</i>" if the property isn't set.
10444
10445         * data/evince-properties.glade: Change the label to be ellipsized,
10446         and give it a minimum size.
10447
10448 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10449
10450         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10451         * shell/ev-sidebar-links.c: (create_loading_model):
10452         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10453         * shell/ev-view.c: (ev_view_set_document):
10454         * shell/ev-window.c: (ev_window_dispose):
10455         
10456         Various small fixes, mostly memory leaks. Thanks to valgrind.
10457
10458 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10459
10460         * ps/ps-document.c: remove the locale.h include again ;-). And
10461         kill the (bogus) setlocale/savelocale business.
10462
10463 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10464
10465         * ps/ps-document.c:
10466         
10467         Include locale.h to fix build
10468         
10469         * shell/ev-sidebar.c:
10470         
10471         Remove unnecessary includes
10472
10473 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10474
10475         * dvi/dvi-document.c: (dvi_document_load):
10476         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10477         * po/POTFILES.in:
10478         
10479         Check for incorrect dvi files. Fix parsing dvi on AMD64
10480         platform. Thanks to tester@tester.ca (Olivier Crete).
10481
10482 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10483
10484         * shell/ev-page-action.c: (match_selected_cb),
10485         (display_completion_text), (match_completion), (update_model):
10486         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10487         (expand_open_links):
10488         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10489         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10490         (ev_sidebar_set_document):
10491         * shell/ev-window.c: (ev_window_xfer_job_cb),
10492         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10493         
10494         Fixed lot's of memory leaks, for example, memory leak on reload, 
10495         described in bug 307793.
10496
10497 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10498
10499         * pdf/ev-poppler.cc:
10500         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10501         (update_visible_range), (adjustment_changed_cb),
10502         (ev_sidebar_thumbnails_fill_model),
10503         (ev_sidebar_thumbnails_refresh),
10504         (ev_sidebar_tree_selection_changed),
10505         (ev_sidebar_icon_selection_changed),
10506         (ev_sidebar_thumbnails_use_icon_view),
10507         (ev_sidebar_thumbnails_set_document):
10508         * shell/ev-sidebar-thumbnails.h:
10509         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10510         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10511
10512         Refresh thumbnails when changing orientation. Not fully
10513         working yet becuase of a sidebar bug.
10514
10515         Set page orientation to poppler page everywhere. This sucks
10516         really need to fix poppler.
10517
10518 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10519
10520         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10521         (egg_recent_view_gtk_new_menu_item),
10522         (egg_recent_view_gtk_set_property),
10523         (egg_recent_view_gtk_get_property),
10524         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10525         (egg_recent_view_gtk_set_tooltip_func),
10526         (egg_recent_view_gtk_set_label_width),
10527         (egg_recent_view_gtk_get_label_width):
10528         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10529
10530         Sync with libegg (ellipsize labels)
10531
10532 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10533
10534         * data/evince-ui.xml:
10535         * shell/ev-window.c: (ev_window_cmd_go_forward),
10536         (ev_window_cmd_go_backward):
10537         
10538         Shift + PageUp moves 10 Pages. Fix for 306125
10539
10540 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * pdf/ev-poppler.cc:
10543
10544         Add a flag to check if orientation has been overriden
10545
10546 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10547
10548         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10549         field if necessary.
10550
10551         * ps/ps.h: add creator field to document.
10552
10553         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10554         set creator field.
10555
10556 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10557
10558         * data/evince-properties.glade:
10559         * shell/ev-properties.c: (ev_properties_set_document):
10560
10561         s/PDF Version/Format
10562
10563 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10564
10565         * shell/ev-properties.c: (ev_properties_set_document):
10566
10567         Remove unnecessary translations
10568
10569 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10570
10571         * cut-n-paste/toolbar-editor/Makefile.am:
10572
10573         Correct library name    
10574
10575 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * configure.ac:
10578         * cut-n-paste/recent-files/egg-recent-model.c:
10579         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10580         (egg_recent_model_unlock_file):
10581         * cut-n-paste/recent-files/egg-recent-util.c:
10582         (egg_recent_util_get_unique_id):
10583         * cut-n-paste/recent-files/update-from-egg.sh:
10584         * cut-n-paste/toolbar-editor/Makefile.am:
10585         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10587         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10588         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10589         (egg_toolbars_model_get_type):
10590         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10591
10592         Better makefile for toolbar editor and update everything
10593         to latest libegg.
10594
10595 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10596
10597         * shell/ev-window.c: (update_document_mode):
10598
10599         Prefer presentation mode when the document
10600         require fullscreen.
10601
10602 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10603
10604         * data/evince-ui.xml:
10605         * shell/ev-window.c:
10606
10607         Add control-equal for zooming
10608
10609 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10610
10611         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10612
10613 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10614
10615         * backend/ev-document.c: (ev_document_get_orientation):
10616         * backend/ev-document.h:
10617         * pdf/ev-poppler.cc:
10618         * ps/ps-document.c: (ps_document_get_orientation),
10619         (ps_document_set_orientation), (ps_document_document_iface_init):
10620
10621         Add a get_orientation api. Improve set_orientation.
10622
10623         * data/evince-ui.xml:
10624         * shell/ev-view.c: (ev_view_set_orientation),
10625         (ev_view_rotate_right), (ev_view_rotate_left):
10626         * shell/ev-view.h:
10627         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10628         (ev_window_cmd_edit_rotate_right):
10629
10630         Better ui for changing document orientation
10631
10632 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10633
10634         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10635         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10636         * shell/ev-sidebar-links.h:
10637         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10638         (ev_sidebar_page_iface_init):
10639         * shell/ev-sidebar-page.h:
10640         * shell/ev-sidebar-thumbnails.c:
10641         (ev_sidebar_thumbnails_get_property),
10642         (ev_sidebar_thumbnails_class_init),
10643         (ev_sidebar_thumbnails_set_document):
10644         * shell/ev-sidebar-thumbnails.h:
10645         * shell/ev-view.c: (ev_view_motion_notify_event):
10646         * shell/ev-window.c: (update_chrome_visibility),
10647         (ev_window_cmd_focus_page_selector),
10648         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10649         (sidebar_page_main_widget_update_cb), (ev_window_init):
10650         
10651         Autoraise toolbar on GoToPage binding and fix bindings in
10652         EvSidebarThumbnails page.
10653
10654 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10655
10656         * shell/ev-properties.c: (update_progress_label):
10657
10658         Hide the progress label when finished; bug #307697.
10659
10660 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10661
10662         * pdf/ev-poppler.cc:
10663
10664         Enable is_open for links, you will need poppler cvs
10665
10666         * shell/ev-properties.c: (job_fonts_finished_cb):
10667
10668         Get a lock on the document when filling the tree view
10669
10670 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10671
10672         * backend/ev-document-links.h:
10673         * pdf/ev-poppler.cc:
10674         * shell/ev-sidebar-links.c: (create_loading_model),
10675         (expand_open_links), (job_finished_callback):
10676
10677         Expand links when specified by the document.
10678         Depend on a poppler api (defined out for now)
10679
10680 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10681
10682         * shell/ev-properties.c: (ev_properties_dispose),
10683         (ev_properties_class_init), (dialog_destroy_cb),
10684         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10685         (ev_properties_set_document), (ev_properties_new),
10686         (ev_properties_show):
10687         * shell/ev-properties.h:
10688
10689         Make it an object, cleanup the code, api to show it as transient
10690         and to set the document.
10691
10692         * shell/ev-window.c: (ev_window_setup_document),
10693         (ev_window_cmd_file_properties):
10694
10695         Adapt to EvProperties changes, do not show multiple
10696         times, update it when document changes.
10697
10698 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10699
10700         * ps/gstypes.h:
10701         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10702         (ps_document_set_orientation), (ps_document_document_iface_init):
10703         * ps/ps-document.h:
10704
10705         Implement orientation here too
10706
10707         * shell/ev-properties.c: (ev_properties_new):
10708         * data/evince-properties.glade:
10709
10710         Hide the fonts page for backends that doesnt
10711         support it.     
10712
10713 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10714
10715         * backend/ev-document.c: (ev_document_set_orientation):
10716         * backend/ev-document.h:
10717         * pdf/ev-poppler.cc:
10718
10719         Add orientation api. Currently poppler api is not optimal,
10720         we need to set orientation every time we _get a page.
10721         I will try to fix that at some point.
10722
10723         * data/evince-ui.xml:
10724         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10725         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10726
10727         Add orientation menu items
10728
10729         * shell/ev-page-cache.c: (ev_page_cache_clear):
10730         * shell/ev-page-cache.h:
10731
10732         Add api to clear the cache
10733
10734         * shell/ev-view.c: (setup_caches), (clear_caches),
10735         (ev_view_set_document), (ev_view_zoom_out),
10736         (ev_view_set_orientation):
10737         * shell/ev-view.h:
10738
10739         Implement orientation changing
10740
10741 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10742
10743         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10744         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10745         * backend/ev-document-fonts.h:
10746
10747         Separate scan and fill so that we can incrementally fill from
10748         the main thread. Add a progress api.
10749
10750         * data/evince-properties.glade:
10751         * pdf/ev-poppler.cc:
10752         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10753         * shell/ev-jobs.h:
10754         * shell/ev-properties.c: (update_progress_label),
10755         (job_fonts_finished_cb), (setup_fonts_view):
10756
10757         Incrementally feel the list and show the progress
10758         percentage in a label like acrobat does.
10759
10760         You are going to need poppler cvs
10761
10762 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10763
10764         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10765         * backend/ev-document-fonts.h:
10766         * pdf/ev-poppler.cc:
10767
10768         Make fonts model fill incrementally.
10769
10770         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10771         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10772         (ev_job_queue_remove_job):
10773         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10774         (ev_job_fonts_new), (ev_job_fonts_run):
10775         * shell/ev-jobs.h:
10776
10777         New job for fonts scanning
10778
10779         * shell/ev-properties.c: (job_fonts_finished_cb),
10780         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10781         * shell/ev-properties.h:
10782         * shell/ev-window.c: (ev_window_cmd_file_properties):
10783
10784         Incrementally feel the treeview using the new job. Show Loading...
10785         message until scanning is completed.
10786
10787         Hopefully I didnt break the build without the poppler patch.
10788
10789 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10790
10791         * shell/ev-application.c: (ev_application_open):
10792         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10793         (ev_document_type_get_type), (ev_document_type_lookup):
10794         * shell/ev-document-types.h:
10795         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10796         * shell/ev-job-xfer.h:
10797         * shell/ev-window.c: (ev_window_clear_local_uri),
10798         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10799         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10800         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10801         
10802         Transfer remote documents to tmp directory to display them later.
10803
10804 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10805
10806         * backend/ev-document-info.h:
10807         * shell/ev-properties.c: (ev_properties_new):
10808
10809         s/GTime*/GTime. Not sure why we was using a pointer
10810         at all there!
10811
10812 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10813
10814         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10815         situations.  That situation is that you're using GTK+-HEAD with
10816         the patch at #306726 is applied, and you have a document with <
10817         1500 pages in it.  It's not quite as uniformly nice as the
10818         TreeView, but should be better in the long run.
10819
10820         I'm pretty sure I guarded against breaking compilation with
10821         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10822         I missed some.
10823
10824         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10825         widget yet, so I commented that code out
10826         enable_view_actions_for_widget() for now.  Need to figure this
10827         out.
10828
10829         * shell/ev-page-action.c (match_selected_cb): emit the right
10830         signals.  Our cool C-l completion now works.
10831
10832 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10833
10834         * backend/Makefile.am:
10835         * backend/ev-document-fonts.c:
10836         * backend/ev-document-links.c:
10837         * backend/ev-document.c: (ev_document_load):
10838         * backend/ev-document.h:
10839         * backend/ev-job-queue.c:
10840         * backend/ev-job-queue.h:
10841         * backend/ev-jobs.c:
10842         * backend/ev-jobs.h:
10843         * backend/ev-page-cache.c:
10844         * backend/ev-page-cache.h:
10845
10846         EvPageCache and EvJobs are moved to shell.
10847
10848         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10849         (ev_tmp_filename):
10850         * lib/ev-file-helpers.h:
10851         
10852         New helper to work with temporary files
10853         
10854         * shell/Makefile.am:
10855         * shell/ev-application.c: (ev_application_open):
10856         * shell/ev-application.h:
10857         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10858         (remove_job_from_async_queue), (add_job_to_async_queue),
10859         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10860         (handle_job), (search_for_jobs_unlocked),
10861         (no_jobs_available_unlocked), (ev_render_thread),
10862         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10863         (ev_job_queue_add_job), (move_job_async), (move_job),
10864         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10865         * shell/ev-job-queue.h:
10866         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10867         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10868         * shell/ev-job-xfer.h:
10869         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10870         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10871         (ev_job_links_class_init), (ev_job_render_init),
10872         (ev_job_render_dispose), (ev_job_render_class_init),
10873         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10874         (ev_job_thumbnail_class_init), (ev_job_load_init),
10875         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10876         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10877         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10878         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10879         * shell/ev-jobs.h:
10880         * shell/ev-page-action.c: (ev_page_action_set_document):
10881         * shell/ev-page-cache.c: (ev_page_cache_init),
10882         (ev_page_cache_class_init), (ev_page_cache_finalize),
10883         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10884         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10885         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10886         (ev_page_cache_get_title), (ev_page_cache_get_size),
10887         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10888         (ev_page_cache_get_height_to_page),
10889         (ev_page_cache_get_max_label_chars),
10890         (ev_page_cache_get_page_label),
10891         (ev_page_cache_has_nonnumeric_page_labels),
10892         (ev_page_cache_get_info), (ev_page_cache_next_page),
10893         (ev_page_cache_prev_page), (ev_page_cache_get):
10894         * shell/ev-page-cache.h:
10895         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10896         (ev_pixbuf_cache_clear_job_sizes),
10897         (ev_pixbuf_cache_add_jobs_if_needed),
10898         (ev_pixbuf_cache_set_page_range):
10899         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10900         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10901         * shell/ev-sidebar-thumbnails.c:
10902         (ev_sidebar_tree_selection_changed),
10903         (ev_sidebar_thumbnails_set_document):
10904         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10905         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10906         (ev_statusbar_get_context_id), (ev_statusbar_push),
10907         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10908         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10909         (ev_statusbar_set_progress):
10910         * shell/ev-statusbar.h:
10911         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10912         (ev_view_find_previous):
10913         * shell/ev-window.c: (ev_window_is_empty),
10914         (ev_window_setup_document), (password_dialog_response),
10915         (ev_window_clear_jobs), (ev_window_load_job_cb),
10916         (ev_window_xfer_job_cb), (ev_window_open_uri),
10917         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10918         (ev_window_print), (ev_window_print_range),
10919         (ev_window_state_event), (ev_window_cmd_view_reload),
10920         (menu_item_select_cb), (menu_item_deselect_cb),
10921         (view_status_changed_cb), (ev_window_dispose),
10922         (drag_data_received_cb), (ev_window_init):
10923         * shell/ev-window.h:
10924         * shell/main.c: (load_files):
10925         
10926         New statusbar to show progress on idle. Two new jobs - 
10927         xfer job and load job to load document in background. And update
10928         of page_cache clients to new location of code.
10929
10930 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10931
10932         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10933         selection in open dialog. It also remembers the last visited directory 
10934         in the current session.
10935
10936 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10937
10938         * shell/ev-properties.c: (ev_properties_new):
10939         * shell/ev-properties.h:
10940         * shell/ev-window.c: (ev_window_cmd_file_properties):
10941         
10942         Get document info from page cache instead of document itself.
10943         This should fix crash related to race conditions described in
10944         bug 306545.
10945
10946 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10947
10948         * ps/ps-document.c: (ps_document_init),
10949         (send_ps), (get_page_box), (output), (catchPipe), (input),
10950         (stop_interpreter), (file_length), (file_readable),
10951         (check_filecompressedb), (ps_document_enable_interpreter),
10952         (document_load), (ps_async_renderer_render_pixbuf):
10953         * ps/ps-document.h:
10954
10955         Big cleanup of the ps code
10956
10957 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10958
10959         * backend/Makefile.am:
10960         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10961         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10962         * backend/ev-async-renderer.h:
10963
10964         Add an async renderer interface (method + callback) which
10965         is useful for backends like ps.
10966
10967         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10968         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10969         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10970         (ev_job_queue_add_job), (move_job_async), (move_job),
10971         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10972
10973         Add queues for async renderer, these are executed on the
10974         main thread.
10975
10976         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10977         (ev_job_render_run):
10978         * backend/ev-jobs.h:
10979
10980         If the backend support async renderer interface use it.
10981
10982         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10983         (setup_pixmap), (ps_document_get_type),
10984         (ps_async_renderer_render_pixbuf),
10985         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10986
10987         Implement async renderer interface.
10988
10989 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10990
10991         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10992
10993         Cleanup links job on exit.
10994
10995 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10996
10997         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10998         (drag_data_get_cb), (drag_data_received_cb):
10999         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11000         (drag_data_get_cb), (parse_item_list),
11001         (egg_toolbar_editor_load_actions):
11002         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11003         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11004         (parse_item_list), (parse_toolbars):
11005         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11006         (dvi_pixbuf_put_pixel):
11007         
11008         Fix gcc 4.0 warnings
11009
11010 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11011
11012         * ps/ps-document.c: (start_interpreter):
11013
11014         Fix warning when loading ps
11015
11016 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11017
11018         * ps/ps-document.c: (output):
11019
11020         Fix crash when priting gs error messages.
11021
11022 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11023
11024         * backend/ev-page-cache.c: (_ev_page_cache_new):
11025         * backend/ev-page-cache.h:
11026
11027         Use a const to return title so that we dont double
11028         free it. Small cleanup and fix a leak.
11029
11030         * shell/ev-window.c: (update_window_title):
11031
11032         strdup value from get_title.
11033
11034 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11035
11036         * shell/ev-sidebar-links.c: (job_finished_callback),
11037         (ev_sidebar_links_set_document):
11038
11039         Cleanup the old job when changing document
11040
11041 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11042
11043         * shell/ev-stock-icons.c:
11044         * shell/ev-stock-icons.h:
11045         * shell/ev-window.c:
11046         
11047         Add stock icons for actions that can appear in toolbar. Fix for
11048         bug 306566.
11049
11050 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11051
11052         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11053         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11054         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11055         * backend/ev-page-cache.h:
11056         * shell/ev-view.c: (scroll_to_current_page),
11057         (view_update_range_and_current_page), (get_page_y_offset),
11058         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11059         (ev_view_size_request_continuous),
11060         (ev_view_zoom_for_size_continuous_and_dual_page),
11061         (ev_view_zoom_for_size_continuous):
11062         
11063         More compact EvView layout in document with pages of different size.
11064
11065 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11066
11067         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11068         compilation.
11069
11070 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11071
11072         * shell/ev-view.c: (view_set_adjustment_values):
11073         * shell/ev-window.c: (ev_window_cmd_file_properties):
11074         
11075         A bit different fix for rounding problem but it has no
11076         problems on startup. Make properties window transient to parent.
11077
11078 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11079
11080         * pdf/ev-poppler.cc:
11081         
11082         More commenting of font stuff.
11083
11084 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11085
11086         * pdf/ev-poppler.cc:
11087
11088         Comment out some more fonts stuff. Should really
11089         work without the poppler patch now.
11090
11091 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * pdf/ev-poppler.cc:
11094
11095         Adapt to api change
11096
11097 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11098
11099         * data/evince-properties.glade:
11100         * pdf/ev-poppler.cc:
11101         * shell/ev-properties.c: (setup_fonts_view):
11102
11103         Set the column title. Show the dialog only
11104         once everything is setup.
11105         Getting font info can be very slow... will
11106         prolly need to make this threaded too.
11107
11108 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11109
11110         * backend/Makefile.am:
11111         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11112         (ev_document_fonts_get_fonts_model):
11113         * backend/ev-document-fonts.h:
11114         * data/evince-properties.glade:
11115         * pdf/ev-poppler.cc:
11116         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11117         * shell/ev-properties.h:
11118         * shell/ev-window.c: (ev_window_cmd_file_properties):
11119
11120         Implement fonts list. Defined out for now, since it depends
11121         on a not yet committed poppler patch.
11122
11123 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11124
11125         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11126         page + 1.
11127
11128         * shell/ev-window.c: Make sure we add the timeout when we get a
11129         focus-in event.
11130
11131         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11132         adjustment->value before calculating the zoom factor to average
11133         out all of our rounding errors.  The page no longer 'drifts' when
11134         resizing.
11135
11136 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11137
11138         * data/evince-properties.glade:
11139         * shell/ev-properties.c: (ev_properties_format_date),
11140         (set_property):
11141         
11142         Labels don't expand when the dialogue is resized.
11143         strftime result needs to be converted to UTF-8. Thanks
11144         to Christian Persch <chpe@gnome.org>.
11145
11146 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11147
11148         * data/evince-properties.glade:
11149
11150         Hide the fonts tab
11151
11152 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11153
11154         * backend/ev-document-info.h:
11155         * backend/ev-document.c: (ev_document_info_free):
11156         * data/evince-properties.glade:
11157         * pdf/ev-poppler.cc:
11158         * ps/ps-document.c: (ps_document_get_info):
11159         * shell/ev-properties.c: (ev_properties_format_date),
11160         (set_property), (ev_properties_new):
11161         * shell/ev-properties.h:
11162         * shell/ev-window.c: (ev_window_cmd_file_properties):
11163
11164         Rework properties code to take only EvPropertyInfo
11165         in the constructor so that it can be useful for
11166         nautilus plugin too.
11167
11168         Deal with backends that doesnt support some properties.
11169         Make set property code generic.
11170
11171 2005-06-04  Christian Persch <chpe@gnome.org>
11172
11173         * data/evince-properties.glade:
11174
11175         fix spacings, make resizeable, and make data labels
11176         selectable + ellipsised
11177
11178 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11179
11180         * backend/ev-document-info.h:
11181         * data/Makefile.am:
11182         * data/evince-ui.xml:
11183         * pdf/ev-poppler.cc:
11184         * shell/Makefile.am:
11185         * shell/ev-window.c: (update_action_sensitivity),
11186         (ev_window_cmd_file_properties):
11187
11188         Initial go at file properties. Patch by
11189         Emil Soleyman-Zomalan <emil@soleyman.com>.
11190         Needs love see #169583
11191
11192 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11193
11194         * ps/ps-document.c: (output):
11195         * ps/ps.c: (psscan):
11196
11197         Try to render even if psscan fails.
11198
11199 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11200
11201         * ps/ps.c: (psscan), (pscopydoc):
11202
11203         Port buffered reading code from gv
11204
11205 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11206
11207         * ps/ps-document.c: (interpreter_message), (output):
11208
11209         Do not fail on interpreter messages
11210
11211 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11212
11213         * backend/ev-document-misc.c:
11214         (ev_document_misc_get_thumbnail_frame):
11215
11216         Pages can be 0 x 0, dont assert on this case
11217
11218 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11219
11220         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11221         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11222
11223         Correctly manage our reference on document. Finally the reload
11224         huge leak is gone...
11225
11226 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * ps/ps-document.c: (ps_document_dispose):
11229
11230         Forgot to chain it to the parent. Thanks chpe.
11231
11232 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * ps/ps-document.c: (ps_document_dispose),
11235         (ps_document_class_init), (stop_interpreter), (document_load):
11236
11237         Cleanup dispose a bit. Dont leak the whole pixmap.
11238
11239 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11240
11241         * pdf/ev-poppler.cc:
11242
11243         Release the poppler document on dispose
11244
11245 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11246
11247         * shell/ev-view.c: (ev_view_set_document):
11248
11249         Release ref on the pixbuf cache when changing
11250         document.
11251
11252 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11253
11254         * ps/ps-document.c: (ps_document_get_info):
11255
11256         Fix a double free
11257
11258 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11259
11260         * backend/ev-page-cache.c: (ev_page_cache_init),
11261         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11262         * backend/ev-page-cache.h:
11263         * shell/ev-page-action.c: (page_changed_cb):
11264         
11265         Set page action entry width depending on labels width. Fix
11266         for bug 305202.
11267
11268 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11269
11270         * backend/ev-link.c: (ev_link_class_init):
11271
11272         Allow -1 as page value (error)
11273
11274 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11275
11276         * shell/ev-sidebar-thumbnails.c:
11277         (ev_sidebar_thumbnails_set_document):
11278         * shell/ev-view.c: (scroll_to_current_page),
11279         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11280         (page_changed_cb), (on_adjustment_value_changed),
11281         (ev_view_set_document):
11282
11283         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11284         Fix bug 305377
11285
11286 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11287
11288         * configure.ac:
11289         * djvu/djvu-document.c: (djvu_document_get_page_size):
11290
11291         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11292         bug 301993.
11293
11294 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11295
11296         * shell/ev-view.c (draw_one_page): modify the expose handling to
11297         get the shadows.
11298
11299         * shell/ev-window.c (update_action_sensitivity): Respect
11300         permissions field.  Kowtow to the man.
11301
11302         * pdf/ev-poppler.cc: Get the permissions field.
11303
11304         * tiff/*c: Make a tiny bit more robust.
11305
11306 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11307
11308         * djvu/djvu-document.c:
11309         
11310         Pop messages from djvu context message queue.
11311
11312 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11313
11314         * configure.ac, Makefile.am, shell/Makefile.am:
11315         * tiff/Makefile.am, shell/ev-document-types.c:
11316         
11317         Cleanup tiff configure checks. Fix for bug 305218.
11318
11319 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11320
11321         * configure.ac: Added "uk" to ALL_LINGUAS.
11322
11323 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11324
11325         * cut-n-paste/zoom-control/ephy-zoom.c:
11326         (ephy_zoom_get_changed_zoom_level):
11327         * cut-n-paste/zoom-control/ephy-zoom.h:
11328         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11329         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11330         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11331         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11332         (zoom_control_changed_cb), (ev_window_init):
11333         
11334         Fix minor points related to moving best fit up. Introduce
11335         "zoom" property and make zoom control change it's value on
11336         notify::zoom signals. Fix for 305080.
11337
11338 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11339
11340         * data/evince-ui.xml:
11341         * shell/ev-window.c: (set_view_actions_sensitivity):
11342         
11343         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11344
11345 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11346
11347         * configure.ac:
11348
11349         Depends on poppler 0.3.2
11350
11351 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11352
11353         * cut-n-paste/recent-files/egg-recent-item.c:
11354         (egg_recent_item_get_short_name):
11355         * cut-n-paste/toolbar-editor/Makefile.am:
11356         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11357         (new_pixbuf_from_widget):
11358         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11359         * cut-n-paste/toolbar-editor/egg-marshal.c:
11360         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11361         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11362
11363         Sync
11364
11365 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11366
11367         * tiff/tiff-document.c: Rough TIFF backend.
11368
11369 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11370
11371         * NEWS:
11372         * configure.ac:
11373         * cut-n-paste/toolbar-editor/Makefile.am:
11374
11375         Release 0.3.1
11376
11377 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11378
11379         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11380         (ev_view_find_next), (ev_view_find_previous):
11381
11382         Remove the locks around get_n_results   
11383
11384 2005-05-21  Juerg Billeter  <j@bitron.ch>
11385
11386         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11387
11388         Pass correct number of pages to poppler.
11389
11390 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11391
11392         * configure.ac:
11393         * data/Makefile.am:
11394         * data/evince.desktop.in: 
11395         * data/evince.desktop.in.in:
11396         * po/POTFILES.in:
11397         
11398         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11399
11400 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11401
11402         * shell/ev-view.c: (view_update_adjustments),
11403         (view_set_adjustment_values): cast adjustmen->value to (int)
11404         before using it.  Otherwise, we get off by a pixel in some
11405         situations.
11406
11407         (draw_one_page): Draw the border on expose.
11408
11409 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11410
11411         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11412         adjustment when the mode changes, #304923
11413
11414 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11415
11416         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11417         flickering on resize but still use gdk_window_scroll on
11418         scrolling
11419
11420 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11421
11422         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11423         option, #170458
11424
11425 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11426
11427         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11428         second page on page_changed if possible, #304669
11429
11430 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11431
11432         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11433         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11434
11435 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11436
11437         * .cvsignore:
11438         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11439         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11440         (ev_view_zoom_for_size_presentation),
11441         (ev_view_zoom_for_size_continuous_and_dual_page),
11442         (ev_view_zoom_for_size_continuous),
11443         (ev_view_zoom_for_size_dual_page),
11444         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11445         * shell/ev-view.h:
11446         * shell/ev-window.c: (update_view_size),
11447         (ev_window_sizing_mode_changed_cb):
11448
11449         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11450         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11451         an infinite loop, #304769
11452
11453
11454 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11455
11456         * data/evince-ui.xml:
11457         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11458         * shell/ev-window.c: (set_view_actions_sensitivity):
11459
11460         Make PgUp/Down behave like Space
11461
11462 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11463
11464         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11465         * backend/ev-ps-exporter.h:
11466         * pdf/ev-poppler.cc:
11467         * ps/ps-document.c: (ps_document_ps_export_begin):
11468         * shell/ev-print-job.c: (idle_print_handler):
11469
11470         Adapt to new poppler api
11471
11472 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11473
11474         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11475         (ephy_zoom_control_init):
11476
11477         Translate zoom levels
11478
11479 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11480
11481         * cut-n-paste/zoom-control/ephy-zoom.c:
11482         (ephy_zoom_get_zoom_level_index):
11483
11484         Fix current zoom -> zoom control match
11485
11486 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11487
11488         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11489         rather than the scrolled_window that it's in. Fixes bug #304655.
11490
11491 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11492
11493         * shell/ev-view.c: (view_update_adjustments),
11494         (view_set_adjustment_values), (view_update_range_and_current_page),
11495         (view_scroll_to_page), (set_scroll_adjustment),
11496         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11497         (ev_view_scroll), (ev_view_scroll_view),
11498         (ensure_rectangle_is_visible), (find_page_at_location),
11499         (get_link_at_location), (go_to_link), (status_message_from_link),
11500         (ev_view_size_request_continuous_dual_page),
11501         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11502         (ev_view_unrealize), (ev_view_expose_event),
11503         (ev_view_button_press_event), (ev_view_motion_notify_event),
11504         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11505         (draw_rubberband), (highlight_find_results), (draw_one_page),
11506         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11507         (ev_view_init), (find_changed_cb), (page_changed_cb),
11508         (on_adjustment_value_changed), (ev_view_new),
11509         (ev_view_set_document), (ev_view_set_zoom),
11510         (ev_view_set_continuous), (ev_view_set_dual_page),
11511         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11512         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11513         (ev_view_zoom_for_size_presentation),
11514         (ev_view_zoom_for_size_continuous_dual_page),
11515         (ev_view_zoom_for_size_continuous),
11516         (ev_view_zoom_for_size_dual_page),
11517         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11518         (ev_view_get_status), (ev_view_set_status),
11519         (update_find_status_message), (ev_view_get_find_status),
11520         (ev_view_set_find_status), (jump_to_find_result),
11521         (jump_to_find_page), (compute_selections), (clear_selection),
11522         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11523         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11524         (ev_view_update_primary_selection),
11525         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11526         * shell/ev-view.h:
11527         * shell/ev-window.c: (ev_window_open_page_label),
11528         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11529         (ev_window_init):
11530         * shell/ev-window.h:
11531         * shell/main.c: (load_files):
11532
11533         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11534         when resizing.  Remove the bin_window().  Also, patch from James
11535         Bowes to fix command line page, #300641
11536         
11537 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11538
11539         * data/evince-ui.xml:
11540         * shell/ev-view.c:
11541         * shell/ev-view.h:
11542         * shell/ev-window.c: (update_action_sensitivity):
11543
11544         Get rid of View->Normal Size, it's just confusing
11545
11546 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11547
11548         * backend/ev-document-info.h:
11549         * backend/ev-document.c: (ev_document_info_free): Free the
11550         EvDocumentInfo.
11551
11552         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11553         (clear_range), (add_range), (update_visible_range),
11554         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11555         (ev_sidebar_thumbnails_set_document):
11556         * shell/ev-window.c: (ev_window_setup_document): Only render the
11557         visible thumbnails.  It takes an instant to render, but it uses
11558         much less memory.
11559
11560 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11561
11562         * shell/ev-sidebar-links.c: (popup_menu_cb):
11563
11564         Select first item
11565
11566 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11567
11568         * lib/Makefile.am:
11569         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11570         (button_press_cb), (ev_sidebar_links_construct):
11571
11572         Show the popup menu also on keybindings
11573
11574 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11575
11576         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11577         * shell/ev-window.h:
11578
11579         Expose api to print a range (with dialog). Make private _print use
11580         it.
11581
11582         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11583         (ev_sidebar_links_construct):
11584
11585         Show a print context menu on linkx, it prints the selected
11586         section.
11587
11588 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11589
11590         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11591         button.
11592
11593 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11594
11595         * AUTHORS:
11596
11597         Update
11598
11599         * shell/ev-window.c: (build_comments_string),
11600         (ev_window_cmd_help_about):
11601
11602         Show poppler version/backend and authors
11603
11604 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11605
11606         * cut-n-paste/zoom-control/ephy-zoom.c:
11607         (ephy_zoom_get_zoom_level_index):
11608         * cut-n-paste/zoom-control/ephy-zoom.h:
11609
11610         Move the best fit items at the top of the list
11611
11612 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11613
11614         * shell/ev-marshal.list:
11615         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11616         (activate_cb), (match_selected_cb), (activate_link_cb),
11617         (connect_proxy), (ev_page_action_class_init):
11618         * shell/ev-page-action.h:
11619
11620         Use signals to notify action activation. Hopefully
11621         I did not break completion since I cant test...
11622
11623         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11624         (register_custom_actions):
11625
11626         Connect to page selector actions and also grab focus on
11627         the view when activated.
11628
11629 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11630
11631         * pdf/ev-poppler.cc:
11632         * backend/ev-page-cache.c: make page size calculation consistent
11633         and set it to (int)( width * scale + 0.5).  This makes the weird
11634         line going through the middle of the page go away.
11635
11636         * shell/ev-view.c: move painting the background page after
11637         checking the expose area covers us.
11638
11639 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11640
11641         * data/evince-password.glade:
11642         
11643         Mark labels as not translatable. Fix for bug 302842.
11644
11645 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11646
11647         * configure.ac: Added "es" to ALL_LINGUAS.
11648
11649 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11650
11651         * data/evince-toolbar.xml:
11652         * shell/ev-window.c: (update_action_sensitivity),
11653         (ev_window_setup_document), (ev_window_set_page_mode),
11654         (ev_window_init):
11655
11656         Remove some leftover code from jrb first continous
11657         attempt. Use the new actions, we still need good icons
11658         though...
11659
11660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11661
11662         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11663
11664         Update label when connecting proxy. Fix a warning with NULL
11665         page_cache.
11666
11667 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11668
11669         * data/evince-ui.xml:
11670         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11671         * shell/ev-page-action.h:
11672         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11673
11674         Add mnemonic for edit toolbar.
11675         ctrl+l focus the page entry.
11676
11677 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11678
11679         * lib/Makefile.am:
11680         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11681         (ev_window_init):
11682         * shell/main.c: (main):
11683
11684         Put the toolbar xml in evince own dot dir
11685
11686 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11687
11688         * shell/ev-window.c: (ev_window_init):
11689
11690         Make the toolbar not removable
11691
11692 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11693
11694         * data/evince-ui.xml:
11695         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11696         * shell/ev-sidebar-links.h:
11697         * shell/ev-sidebar-thumbnails.c:
11698         (ev_sidebar_thumbnails_get_treeview):
11699         * shell/ev-sidebar-thumbnails.h:
11700         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11701         (ev_view_class_init):
11702         * shell/ev-view.h:
11703         * shell/ev-window.c: (update_action_sensitivity),
11704         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11705         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11706         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11707         (ev_window_init):
11708
11709         This is evil... Make space/backspace global accelerators but
11710         enable them only for some widgets (sidebars and view).
11711         I dont like it, but I dont know a better way... :/
11712
11713 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11714
11715         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11716         (ev_page_action_widget_finalize),
11717         (ev_page_action_widget_class_init), (update_page_cache):
11718
11719         Keep a weak reference on proxy->page_cache so that we
11720         dont try to disconnect the signal if the object is already
11721         gone. Maybe there is a better way to cleanup reference handling
11722         in page action though...
11723
11724 2005-05-10  Juerg Billeter  <j@bitron.ch>
11725
11726         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11727         * backend/ev-ps-exporter.h:
11728         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11729         * ps/ps-document.c: (ps_document_ps_export_begin):
11730         
11731         Change api to pass print range to ps_exporter_begin. The pdf backend
11732         requires this information.
11733         
11734         * shell/ev-print-job.c: (idle_print_handler):
11735         
11736         Adapt to api change
11737
11738 2005-05-10  Juerg Billeter  <j@bitron.ch>
11739
11740         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11741         (idle_print_handler)
11742         * shell/ev-window.c: (ev_window_print):
11743
11744         Support printing page range, based on patch by Amaury Jacquot
11745
11746 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11747
11748         * data/evince-toolbar.xml:
11749
11750         Add zoom control to available items
11751
11752 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11753
11754         * shell/ev-window.c: (update_action_sensitivity):
11755
11756         Set slash action insensitive when appropriate
11757
11758 2005-05-10  Christian Persch <chpe@gnome.org>
11759
11760         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11761
11762         Fix warning on the overflow menu
11763
11764 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11765
11766         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11767
11768         Check for uri correctness/existence
11769
11770 2005-05-09  Juerg Billeter  <j@bitron.ch>
11771
11772         * shell/ev-window.c: (using_postscript_printer):
11773
11774         LPD printers use postscript, too
11775
11776 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11777
11778         * shell/ev-window.c: (register_custom_actions):
11779
11780         The zoom one is actually sort of useful,
11781         put it back
11782
11783 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11784
11785         * shell/ev-window.c: (register_custom_actions):
11786
11787         Hide page/zoom controls from overflow, they
11788         are useless.
11789
11790 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11791
11792         * cut-n-paste/update-from-egg.sh:
11793         
11794         Share it between all cut-n-paste subdirs
11795
11796         * cut-n-paste/recent-files/Makefile.am:
11797
11798         Fix to use "global" update-from-egg.sh
11799
11800         * cut-n-paste/recent-files/egg-recent-model.c:
11801         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11802         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11803         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11804         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11805
11806         Update from libegg
11807
11808         * cut-n-paste/toolbar-editor/Makefile.am:
11809
11810         Fix to use "global" update-from-egg.sh
11811
11812         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11813
11814         Update from libegg
11815
11816 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11817
11818         * configure.ac:
11819         * cut-n-paste/Makefile.am:
11820         * cut-n-paste/recent-files/Makefile.am:
11821         * cut-n-paste/toolbar-editor/.cvsignore:
11822         * cut-n-paste/toolbar-editor/Makefile.am:
11823         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11824         (egg_editable_toolbar_get_type), (get_toolbar_position),
11825         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11826         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11827         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11828         (set_item_drag_source), (create_item_from_action), (create_item),
11829         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11830         (popup_toolbar_context_menu_cb), (free_dragged_item),
11831         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11832         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11833         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11834         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11835         (item_added_cb), (item_removed_cb),
11836         (egg_editable_toolbar_construct),
11837         (egg_editable_toolbar_disconnect_model),
11838         (egg_editable_toolbar_deconstruct),
11839         (egg_editable_toolbar_set_model),
11840         (egg_editable_toolbar_set_ui_manager),
11841         (egg_editable_toolbar_set_property),
11842         (egg_editable_toolbar_get_property),
11843         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11844         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11845         (egg_editable_toolbar_new_with_model),
11846         (egg_editable_toolbar_get_edit_mode),
11847         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11848         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11849         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11850         (new_pixbuf_from_widget), (new_separator_pixbuf),
11851         (update_separator_image), (style_set_cb),
11852         (_egg_editable_toolbar_new_separator_image),
11853         (egg_editable_toolbar_get_model):
11854         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11855         * cut-n-paste/toolbar-editor/egg-marshal.c:
11856         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11857         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11858         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11859         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11860         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11861         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11862         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11863         (editor_drag_data_delete_cb), (drag_data_get_cb),
11864         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11865         (editor_create_item), (update_editor_sheet), (setup_editor),
11866         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11867         (parse_item_list), (model_has_action), (update_actions_list),
11868         (egg_toolbar_editor_load_actions):
11869         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11870         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11871         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11872         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11873         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11874         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11875         (egg_toolbars_model_add_separator), (impl_add_item),
11876         (parse_item_list), (egg_toolbars_model_add_toolbar),
11877         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11878         (impl_get_item_data), (impl_get_item_type),
11879         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11880         (egg_toolbars_model_init), (free_toolbar),
11881         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11882         (egg_toolbars_model_remove_toolbar),
11883         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11884         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11885         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11886         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11887         (egg_toolbars_model_get_item_data),
11888         (egg_toolbars_model_get_item_type):
11889         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11890         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11891         * data/Makefile.am:
11892         * data/evince-toolbar.xml:
11893         * data/evince-ui.xml:
11894         * data/hand-open.png:
11895         * po/POTFILES.in:
11896         * shell/Makefile.am:
11897         * shell/ev-window.c: (update_chrome_visibility),
11898         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11899         (ev_window_dispose), (ev_window_init):
11900
11901         Implement epiphany like toolbar editor. Based on patch by
11902         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11903
11904 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11905
11906         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11907
11908         Use set_cursor instead of set_selection, so that
11909         the keyboard focus moves too.
11910
11911 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11912
11913         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11914
11915         Fix infinite loop when loading Type1 fonts
11916
11917 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11918
11919         * data/evince-ui.xml:
11920         * shell/ev-window.c:
11921
11922         Slash -> Find
11923
11924 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11925
11926         * configure.ac:
11927
11928         Make --disable really disable
11929
11930 2005-05-07  Juerg Billeter  <j@bitron.ch>
11931
11932         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11933
11934         Compare page labels even without has_labels set, fixes setting page
11935         with entry
11936
11937 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11938
11939         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11940         (ev_view_set_cursor), (ev_view_button_press_event),
11941         (ev_view_motion_notify_event), (ev_view_button_release_event),
11942         (ev_view_init):
11943
11944         Implement middle button scrolling. Based on a patch
11945         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11946
11947 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11948
11949         * shell/ev-document-types.c: (get_slow_mime_type),
11950         (get_document_type_from_mime), (ev_document_type_lookup):
11951         * shell/ev-document-types.h:
11952
11953         Change api to lookup from uri. Do fast lookup first, if the
11954         type is unknown try with data sniffing.
11955
11956         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11957         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11958
11959         Adapt to api change
11960
11961 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11962
11963         * thumbnailer/Makefile.am:
11964
11965         Fix distcheck
11966
11967 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11968
11969         * NEWS:
11970         * configure.ac:
11971
11972         Release 0.3.0
11973
11974         * data/evince-ui.xml:
11975
11976         Hide presentation mode for now
11977
11978         * shell/ev-view.c: (highlight_find_results):
11979
11980         Show current find selection only on current page
11981
11982 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11983
11984         * shell/ev-view.c: (ev_view_select_all):
11985
11986         Compute size of the actual page, not of
11987         the current one.
11988
11989 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11990
11991         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11992         (view_rect_to_doc_rect), (compute_selections),
11993         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11994         (ev_view_copy), (ev_view_primary_get_cb),
11995         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11996         (ev_view_button_press_event), (ev_view_motion_notify_event),
11997         (ev_view_button_release_event), (page_changed_cb):
11998
11999         Fix text selection
12000
12001 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12002
12003         * shell/ev-view.c: (compute_border), (get_page_extents),
12004         (doc_rect_to_view_rect), (highlight_find_results),
12005         (ev_view_bin_expose), (ev_view_select_all),
12006         (ev_view_motion_notify_event), (update_find_status_message),
12007         (jump_to_find_result), (jump_to_find_page):
12008
12009         First go at fixing search, still buggy
12010
12011 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12012
12013         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12014         dropdown box and button at the top of the sidebar.
12015
12016 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12017
12018         * configure.ac: Output zoom-control Makefile.
12019         * cut-n-paste/Makefile.am: build zoom-control subdir.
12020         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12021         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12022         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12023         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12024         * cut-n-paste/zoom-control/ephy-zoom.c:
12025         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12026         from epiphany, and modified to add a separator into the menu.
12027         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12028         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12029         zoom-control action.
12030         * shell/Makefile.am: Include zoom-control flags.
12031         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12032         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12033         (ev_view_zoom_for_size_presentation),
12034         (ev_view_zoom_for_size_continuous_and_dual_page),
12035         (ev_view_zoom_for_size_continuous),
12036         (ev_view_zoom_for_size_dual_page),
12037         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12038         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12039         ev_view_get_zoom and ev_view_get_sizing_mode.
12040         * shell/ev-view.h:
12041         * shell/ev-window.c: (update_action_sensitivity),
12042         (update_sizing_buttons), (zoom_control_changed_cb),
12043         (register_custom_actions): Initialize and use the zoom-control 
12044         widget.
12045
12046 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12047
12048         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12049         preview cache back to 1.  Don't know when it got set to 0.
12050         
12051         * shell/ev-view.c: (compute_border), (ev_view_realize),
12052         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12053         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12054         (ev_view_get_fullscreen), (ev_view_set_presentation),
12055         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12056         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12057         * shell/ev-view.h:
12058         * shell/ev-window.c:
12059         (update_chrome_visibility),
12060         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12061         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12062         (update_document_mode), (ev_window_update_fullscreen_action),
12063         (ev_window_fullscreen), (ev_window_unfullscreen),
12064         (ev_window_cmd_view_fullscreen),
12065         (ev_window_update_presentation_action),
12066         (ev_window_run_presentation), (ev_window_stop_presentation),
12067         (ev_window_cmd_view_presentation), (ev_window_state_event),
12068         (ev_window_focus_in_event), (ev_window_focus_out_event),
12069         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12070         * data/evince-ui.xml: Initial presentation mode.  We should
12071         probably hide this until it's done, as it's quite rough.  Also,
12072         change full-screen to fullscreen and add two getters to EvView.
12073
12074 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12075
12076         * shell/ev-page-action.c: (update_page_cache),
12077         (ev_page_action_dispose):
12078         * shell/ev-window.c: (destroy_fullscreen_popup),
12079         (ev_window_create_fullscreen_popup):
12080
12081         Use connect_object rather than explicitly
12082         disconnect on dispose.
12083
12084 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12085
12086         * shell/ev-page-action.c: (update_page_cache),
12087         (ev_page_action_dispose):
12088
12089 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12090
12091         * backend/ev-page-cache.c: (_ev_page_cache_new),
12092         (ev_page_cache_set_page_label),
12093         (ev_page_cache_has_nonnumeric_page_labels):
12094         * backend/ev-page-cache.h:
12095         * shell/ev-page-action.c: (update_pages_label):
12096         
12097         If all page labels are numeric, fallback to default
12098         way to display number of pages. See bug 173185.
12099
12100 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12101
12102         * shell/ev-page-action.c: (ev_page_action_dispose):
12103         * shell/ev-view.c: (view_update_range_and_current_page):
12104         * shell/ev-window.c: (ev_window_dispose):
12105         
12106         Set page on scroll in continuous mode. Fixes bug 301986.
12107         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12108
12109 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12110
12111         * configure.ac:
12112
12113         Require poppler 0.3.0
12114
12115 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12116         
12117         * shell/Makefile.am, configure.ac: Fix build problems
12118         with t1lib. Bug 301996.
12119
12120 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12121
12122         * shell/ev-view.c: (ev_view_scroll_event):
12123         
12124         Scroll up increase zoom
12125
12126 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12127
12128         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12129         (ev_view_set_sizing_mode),
12130         (ev_view_zoom_for_size_continuous_and_dual_page),
12131         (ev_view_zoom_for_size_continuous):
12132         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12133         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12134         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12135         (ev_window_init):
12136
12137         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12138         Fix for 165473 and 165472.
12139
12140 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12141
12142         * po/POTFILES.in:
12143         * thumbnailer/Makefile.am:
12144         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12145         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12146         * thumbnailer/evince-thumbnailer.schemas.in:
12147         
12148         Make thumbnailer schemas translatable. Fix for bug 301773
12149         
12150         * thumbnailer/evince-thumbnailer-djvu.schemas:
12151         * thumbnailer/evince-thumbnailer-dvi.schemas:
12152         * thumbnailer/evince-thumbnailer.schemas:
12153
12154         Removed files
12155
12156 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12157
12158         * shell/ev-view.c (ev_view_init): forgot to set this.
12159
12160 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12161
12162         * shell/ev-view.c: (find_page_at_location),
12163         (get_link_at_location),
12164         (ev_view_set_show_border), (ev_view_set_spacing),
12165         (ev_view_zoom_for_size_continuous_and_dual_page),
12166         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12167         Also, add a quick fix measuring of widths.  Also, removed
12168         ev_view_set_spacing and ev_view_set_show_border.
12169         
12170         * shell/ev-window.c: (ev_window_unfullscreen),
12171         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12172
12173 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12174
12175         * shell/ev-view.c: (view_update_range_and_current_page),
12176         (page_changed_cb):
12177         
12178         Fix crash on exit and scrolling to page in continuous view.
12179
12180 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12181
12182         * TODO:
12183         * backend/ev-page-cache.c: (_ev_page_cache_new),
12184         (ev_page_cache_get_max_width_size),
12185         (ev_page_cache_get_max_height_size):
12186         * backend/ev-page-cache.h:
12187         * data/evince-ui.xml:
12188         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12189         * shell/ev-view.c: (view_update_adjustments),
12190         (view_update_range_and_current_page), (get_bounding_box_size),
12191         (ev_view_size_request_continuous_and_dual_page),
12192         (ev_view_size_request_continuous),
12193         (ev_view_size_request_dual_page),
12194         (ev_view_size_request_single_page), (ev_view_size_request),
12195         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12196         (ev_view_bin_expose), (ev_view_expose_event),
12197         (ev_view_set_property), (ev_view_get_property),
12198         (ev_view_class_init), (ev_view_init), (ev_view_new),
12199         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12200         (ev_view_set_dual_page), (ev_view_set_full_screen),
12201         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12202         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12203         (ev_view_zoom_out), (zoom_for_size_fit_width),
12204         (zoom_for_size_best_fit),
12205         (ev_view_zoom_for_size_continuous_and_dual_page),
12206         (ev_view_zoom_for_size_continuous),
12207         (ev_view_zoom_for_size_dual_page),
12208         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12209         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12210         * shell/ev-view.h:
12211         * shell/ev-window.c: (update_action_sensitivity),
12212         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12213         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12214         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12215         (ev_window_cmd_view_zoom_out), (update_view_size),
12216         (ev_window_set_sizing_mode), (ev_window_init):
12217
12218         Add Continuous and Dual page modes.
12219
12220 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12221
12222         * dvi/dvi-document.c: (dvi_document_load),
12223         (dvi_document_thumbnails_get_thumbnail),
12224         (dvi_document_init_params): Fix up some mixups between
12225         width and height to correct thumbnail rendering.
12226
12227 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12228
12229         * dvi/mdvi-lib/private.h:
12230         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12231         
12232         Suppess output for kpathsea during font generation. Thanks to
12233         James Bowes
12234
12235 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12236
12237         * NEWS:
12238         * configure.ac:
12239
12240         Release 0.2.1
12241
12242         * Makefile.am: fix distcheck.
12243
12244 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12245
12246         * shell/ev-sidebar-links.c: (selection_changed_callback),
12247         (update_page_callback), (row_activated_callback),
12248         (job_finished_callback), (ev_sidebar_links_set_document):
12249         
12250         Fix for bug #169901. Double click on links expands tree.
12251
12252 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12253
12254         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12255         hard-coded style. Fix for bug 170111
12256
12257 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12258
12259         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12260         locking.
12261
12262 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12263
12264         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12265
12266 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12267
12268         * pdf/ev-poppler.cc:
12269         * shell/ev-view.c: (highlight_find_results):
12270
12271         Fix find on single page documents
12272
12273 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12274
12275         * data/evince.schemas.in: fix for bug 301390
12276
12277 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12278
12279         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12280         (ev_view_zoom_out), (ev_view_zoom_normal):
12281         * shell/ev-view.h:
12282         * shell/ev-window.c: (update_action_sensitivity),
12283         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12284         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12285         (ev_window_cmd_view_normal_size):
12286
12287         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12288         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12289         better than oom. 
12290
12291 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12292
12293         * configure.ac:
12294
12295         Depend on 2.57, 2.59 doesnt seem to be necessary
12296
12297 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12298
12299         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12300         (create_tool_item):
12301
12302         Put back total number of pages as (1 of 1234)
12303
12304 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12305
12306         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12307         remove the job.
12308
12309         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12310         function.  This helps debugging.
12311
12312 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12313
12314         * djvu/djvu-document.c: (djvu_document_class_init),
12315         (djvu_document_get_info), (djvu_document_document_iface_init):
12316         * dvi/dvi-document.c: (dvi_document_class_init),
12317         (dvi_document_get_info), (dvi_document_document_iface_init):
12318
12319         Dummy implementation of get_info method for dvi and
12320         djvu. Fix crashes with those backends
12321
12322 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12323
12324         * data/evince.desktop.in:
12325
12326         Add application/x-gzpostscript
12327
12328 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12329
12330         * data/evince.schemas.in: Added real long descriptions, 
12331         closes bug 172496 
12332
12333         * README: Added actual text, closes bug 171869
12334
12335 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12336
12337         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12338
12339         Thumbnail page 0
12340
12341 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12342
12343         * backend/ev-document-info.h:
12344
12345         s/GDate */GDate so we can just use g_free
12346
12347 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12348
12349         * shell/ev-window.c: (update_document_mode),
12350         (ev_window_setup_document):
12351
12352         Show the window in fullscreen when specified by
12353         the document
12354
12355 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12356
12357         * backend/ev-document.c: (ev_document_class_init),
12358         (ev_document_get_info), (ev_document_render_pixbuf):
12359         * backend/ev-document.h:
12360         * backend/ev-page-cache.c: (_ev_page_cache_new):
12361         * pdf/ev-poppler.cc:
12362         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12363         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12364         * ps/ps-document.c: (ps_document_class_init), (document_load),
12365         (ps_document_get_info), (ps_document_document_iface_init):
12366
12367         Remove get_title from the interface, we can just use document info
12368
12369 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12370
12371         * backend/Makefile.am:
12372         * backend/ev-document.c: (ev_document_render_get_info):
12373         * backend/ev-document.h:
12374         * pdf/ev-poppler.cc:
12375
12376         Initial support for document info. Based on jrb patch.
12377
12378 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12379
12380         * shell/ev-window.c: (ev_window_state_event),
12381         (ev_window_class_init), (ev_window_init):
12382         
12383         Doesn't show resize grip when maximized. See bug #301053
12384
12385 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12386
12387         * po/POTFILES.in:
12388         
12389         ev-sidebar-thumbnails now has translatable labels
12390         
12391         * shell/Makefile.am:
12392         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12393         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12394         (ev_sidebar_links_page_iface_init):
12395         * shell/ev-sidebar-links.h:
12396         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12397         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12398         (ev_sidebar_page_get_label):
12399         * shell/ev-sidebar-page.h:
12400         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12401         (ev_sidebar_thumbnails_set_document),
12402         (ev_sidebar_thumbnails_support_document),
12403         (ev_sidebar_thumbnails_get_label),
12404         (ev_sidebar_thumbnails_page_iface_init):
12405         * shell/ev-sidebar-thumbnails.h:
12406         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12407         (ev_sidebar_set_document):
12408         * shell/ev-sidebar.h:
12409         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12410         
12411         Small rework of sidebar code. Now sidebar pages should implement
12412         EvSidebarPage interface. That makes page management in EvSidebar
12413         easier. See bug #164811 for details
12414
12415 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12416
12417         * shell/ev-application.c: (ev_application_open):
12418         * shell/ev-document-types.c:
12419         
12420         Fix build error and small problem with application exit
12421
12422 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12423
12424         * thumbnailer/Makefile.am:
12425         * thumbnailer/evince-thumbnailer-djvu.schemas:
12426         * thumbnailer/evince-thumbnailer-dvi.schemas:
12427         
12428         Conditionally install schemas for djvu/dvi thumbnailer
12429
12430 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12431
12432         * shell/ev-document-types.h: 
12433         * shell/ev-document-types.c: 
12434         New files, handling the mapping from mimetypes to backends
12435         
12436         * shell/ev-window.c: 
12437         * thumbnailer/evince-thumbnailer.c:     
12438         Use the ev-document-types code
12439         
12440         * shell/Makefile.am: 
12441         Added new convenience library libevbackendfactory_la, containing
12442         the new mimetype->backend logic; moved the backends into it.
12443
12444         * thumbnailer/Makefile.am:
12445         Make the thumbnailer link with the libevbackend.la convenience
12446         library, rather than having a duplicate of the backend logic here.
12447
12448 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12449
12450         * shell/ev-stock-icons.c: constify some vars.
12451         * shell/ev-window.c: ditto.
12452
12453 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12454
12455         * ps/ps-document.c (get_page_orientation):
12456
12457         Respect document orientation 
12458
12459 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12460
12461         * djvu/Makefile.am:
12462         * dvi/Makefile.am:
12463         * shell/Makefile.am:
12464         
12465         Move library dependencies to components.
12466         
12467         * shell/ev-window.c: (update_window_title),
12468         (start_loading_document):
12469         
12470         Fix display of uris with spaces. Bug 168358.
12471
12472 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12473
12474         * shell/ev-sidebar-links.c: (selection_changed_cb):
12475         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12476         (ev_view_button_release_event), (ev_view_set_document):
12477         * shell/ev-view.h:
12478         * shell/ev-window.c: (find_bar_search_changed_cb):
12479         * shell/ev-window.h: Minor cleanups removing some dead code.
12480
12481 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12482
12483         * backend/ev-page-cache.c: (_ev_page_cache_new):
12484         
12485         Set current page to 0 if document has pages.
12486
12487 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12488
12489         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12490
12491         Initialize GError to NULL, fix a crash when loading fails.
12492
12493 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12494
12495         * shell/ev-window.c: (update_view_size):
12496
12497         Calculate shadow size only when there is actually
12498         a shadow.
12499
12500 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12501
12502         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12503         * shell/ev-view.h:
12504
12505         Allow setting view spacing, default to 0
12506
12507         * shell/ev-window.c: (ev_window_unfullscreen),
12508         (ev_window_cmd_view_fullscreen), (ev_window_init):
12509
12510         Remove spacing in fullscreen mode
12511
12512 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12513
12514         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12515         (ev_view_size_request), (expose_bin_window),
12516         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12517         * shell/ev-view.h:
12518         * shell/ev-window.c: (ev_window_unfullscreen),
12519         (ev_window_cmd_view_fullscreen):
12520
12521         Do not draw the border in fulscreen
12522
12523 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12524
12525         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12526         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12527         (find_page_at_location), (page_changed_cb):
12528
12529         Rework border calculation, so that I can more easily disable it.
12530         Code somewhat cleaner too.
12531
12532 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12533
12534         * backend/ev-page-cache.c: (ev_page_cache_init),
12535         (_ev_page_cache_new):
12536
12537         Remove some assertions, documents can have 0 pages.
12538         Make initial current page -1.
12539
12540         * shell/ev-page-action.c: (page_changed_cb):
12541
12542         Show "" if current page is -1
12543
12544         * shell/ev-window.c: (update_action_sensitivity),
12545         (ev_window_setup_document):
12546
12547         When document has 0 pages do not set the view
12548         and make nearly everything insensitive.
12549
12550 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12551
12552         * shell/ev-page-view.c:
12553         * shell/ev-page-view.h:
12554
12555         Remove unused files.
12556         
12557         * shell/ev-sidebar-thumbnails.c:
12558         (ev_sidebar_thumbnails_set_document):
12559         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12560         (ev_sidebar_supports_document):
12561         * shell/ev-sidebar.h:
12562         * shell/ev-window.c: (ev_window_setup_document):
12563         
12564         Doesn't show thumbnails if document has 1 page. Make
12565         sidebar menu entries sensitive only if if they have 
12566         sense. Fix bug 164811. 
12567
12568 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12569
12570         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12571         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12572         (ev_view_zoom_out), (ev_view_set_size):
12573
12574         Rework sizing to deal with documents with not uniform page
12575         size.
12576
12577 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12578
12579         * backend/ev-page-cache.c: (_ev_page_cache_new):
12580
12581         Fix several page size caching bugs
12582
12583 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12584
12585         * shell/ev-window.c: (set_action_properties):
12586
12587         Make all toolbar items translatable
12588
12589 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12590
12591         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12592         (save_page_list), (ps_document_save),
12593         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12594         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12595         (ps_document_ps_exporter_iface_init):
12596         * ps/ps-document.h:
12597
12598         Based on a patch by J�rg Billeter <j@bitron.ch>
12599         
12600         Implement print and save a copy for the ps backend.
12601
12602 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12603
12604         * backend/ev-document.h:
12605         * djvu/djvu-document.c: (djvu_document_can_get_text),
12606         (djvu_document_document_iface_init):
12607         * dvi/dvi-document.c: (dvi_document_can_get_text),
12608         (dvi_document_document_iface_init):
12609         * pdf/ev-poppler.cc:
12610         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12611         (pixbuf_document_document_iface_init):
12612         * ps/ps-document.c: (ps_document_can_get_text),
12613         (ps_document_document_iface_init):
12614         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12615         * shell/ev-window.c: (update_action_sensitivity):
12616
12617         Fix the crash when trying to copy in backends that doesnt
12618         support it. We can implement a better solution once we
12619         do real text selection.
12620
12621 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12622
12623         * data/evince-ui.xml:
12624         * shell/ev-window.c: (ev_window_cmd_escape):
12625         
12626         Work around the Escape conflict (find bar and unfullscreen)
12627
12628 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12629
12630         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12631         
12632         Fix for #300233. Next page correctly handles document end.
12633         
12634         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12635         (ev_sidebar_thumbnails_class_init),
12636         (ev_sidebar_thumbnails_set_document),
12637         (ev_sidebar_thumbnails_clear_job),
12638         (ev_sidebar_thumbnails_clear_model):
12639         
12640         Cleanup thumbnail jobs on document changes.
12641         
12642         * shell/ev-view.c: (add_scroll_binding_keypad),
12643         (add_scroll_binding_shifted), (ev_view_class_init):
12644         
12645         Shift + Space scrolls up. Fix for #173184
12646         
12647         * shell/ev-window.c: (ev_window_open_page),
12648         (ev_window_cmd_view_reload):
12649         
12650         Fix reload (Bug #300094)
12651
12652 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12653
12654         
12655         * dvi/mdvi-lib/assoc.c:
12656         * dvi/mdvi-lib/assoc.h: Removed garbage files
12657         
12658         * dvi/mdvi-lib/bitmap.c:
12659         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12660         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12661         * dvi/mdvi-lib/color.h: Antialias of rules
12662         
12663         * dvi/mdvi-lib/common.h:
12664         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12665         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12666         * dvi/mdvi-lib/files.c:
12667         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12668         * dvi/mdvi-lib/mdvi.h:
12669         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12670         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12671         * dvi/mdvi-lib/util.c: Fix compile warnings
12672         
12673         * dvi/dvi-document.c:
12674         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12675         (dvi_document_thumbnails_get_thumbnail),
12676         (dvi_document_document_thumbnails_iface_init):
12677         * dvi/mdvi-lib/Makefile.am:
12678         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12679         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12680         
12681         Dvi backend now renders thumbnails
12682
12683 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12684
12685         * shell/main.c: (main): 
12686         
12687         Save accelerators on exit. Fixes bug #172095.
12688
12689 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12692         update priority" comment.
12693
12694         * backend/ev-job-queue.c: Give a way to change priority.
12695
12696 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12697
12698         * shell/ev-page-action.c: Fix logic.
12699
12700 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12701
12702         * shell/ev-view.c: (ev_view_can_find_next):
12703         * shell/ev-window.c: (ev_window_setup_document):
12704
12705         Check that the document supports find
12706
12707 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12708
12709         * data/evince-ui.xml:
12710         * shell/ev-view.c: (ev_view_can_find_next):
12711         * shell/ev-view.h:
12712         * shell/ev-window.c: (update_action_sensitivity),
12713         (find_changed_cb), (ev_window_setup_document),
12714         (ev_window_cmd_edit_find_next):
12715
12716         Add Edit->Find Next
12717
12718 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12719
12720         * pdf/ev-poppler.cc:
12721         * shell/ev-print-job.c: (idle_print_handler):
12722
12723         Make printing work again
12724
12725 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12726
12727         * shell/ev-page-action.h:
12728         * shell/ev-page-action.c: (ev_page_action_widget_init),
12729         (ev_page_action_widget_class_init), (page_changed_cb),
12730         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12731         (get_filter_model_from_model), (match_selected_cb),
12732         (display_completion_text), (match_completion), (update_model),
12733         (connect_proxy), (ev_page_action_set_property),
12734         (ev_page_action_get_property), (ev_page_action_set_document),
12735         (ev_page_action_set_model), (ev_page_action_class_init): Big
12736         reworking to make completions work iff we have >= GTK-2.7.0
12737                 
12738         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12739         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12740         (job_finished_cb): We now have a 'model' property that is set when
12741         the links are loaded.  This can be caught with "notify::model"
12742
12743         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12744         listen for the model to be set, and propagate it to the action.
12745
12746 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12747
12748         * cut-n-paste/recent-files/egg-recent-item.c:
12749         (egg_recent_item_set_uri), (make_valid_utf8),
12750         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12751         * cut-n-paste/recent-files/egg-recent-item.h:
12752         
12753         Update egg-recent from libegg. This should fix long
12754         startup problem. For details see
12755         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12756
12757 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12758
12759         * cut-n-paste/recent-files/Makefile.am:
12760         * data/evince-ui.xml, shell/Makefile.am:
12761         * shell/ev-application.c, shell/ev-application.h:
12762         * shell/ev-window.c: Recent files support.
12763         
12764         * configure.ac: Added "ru" to ALL_LINGUAS.
12765         
12766         * dvju: new backend to support DJVU files.
12767         * dvi: new backend to support DVI.
12768
12769         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12770         * ev-application.c: Support for new backends.
12771         
12772         * help, ev-window.c, main.c shell/Makefile.am: 
12773         Evince user documentation.
12774
12775 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12776
12777         * po/POTFILES.in:
12778         * shell/ev-window.c:
12779         * thumbnailer/evince-thumbnailer.c:
12780
12781         s/pdf-document/ev-poppler
12782
12783 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12784
12785         * NEWS:
12786         * configure.ac:
12787
12788         Release 0.2.0
12789
12790         * ps/ps-document.c: (setup_pixmap):
12791
12792         Remove debug code
12793
12794 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12795
12796         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12797         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12798         (ev_window_cmd_go_first_page): Fix of by one errors.
12799
12800 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12801
12802         * ps/ps-document.c: (get_page_box):
12803
12804         Fix page size calculation
12805
12806 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12807
12808         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12809         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12810         (get_page_orientation), (setup_page), (document_load),
12811         (ps_document_get_page_size), (render_pixbuf_idle):
12812         * ps/ps-document.h:
12813
12814         More refactoring to adapt to EvDocument changes
12815
12816 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12817
12818         * ps/ps-document.c: (start_interpreter):
12819
12820         Actually add alpha args
12821
12822 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12823
12824         * pdf/ev-poppler.cc:
12825
12826         Make clipboard work again
12827
12828 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12829
12830         Make searching work again.
12831         
12832         * backend/ev-document.c:
12833         * backend/ev-document.h:
12834         * backend/ev-document-find.c:
12835         * backend/ev-document-find.h: Change EvDocumentIface so we no
12836         longer store the current page or zoom level in the document.  The
12837         consequence is that all calls that operate on the current page now
12838         instead take the page number as an extra argument, and all
12839         coordinates are now doubles in document coordinate system.
12840
12841         * pdf/ev-poppler.cc:
12842         * pixbuf/pixbuf-document.c:
12843         * ps/ps-document.c: Update backends accordingly.
12844
12845 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12846
12847         * autogen.sh:
12848
12849         Add required gettext version
12850
12851 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12852
12853         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12854         make F1 bring up non-existent help.
12855
12856         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12857         epiphany's find bar, #167477
12858
12859         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12860         <emil@nishra.com> to add space-bar scrolling, 
12861
12862         * shell/ev-window.c (static GtkActionEntry entries): add default
12863         keybinding for Help (F1)
12864         Fixes #171068
12865
12866         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12867         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12868         170110
12869
12870 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12871
12872         * Makefile.am: 
12873         * pixbuf/pixbuf-document.c: 
12874
12875         Got pixbuf backend working again
12876
12877 2005-04-01  Steve Murphy  <murf@e-tools.com>
12878
12879         * configure.in: Added "rw" to ALL_LINGUAS.
12880
12881 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12882
12883         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12884         model types, noticed by Martin Kretzschmar.
12885
12886 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12887
12888         * pdf/ev-poppler.cc: Implement search based on
12889         poppler_page_find_text().  Currently a bit crude since we remember
12890         all matches from all pages.  Also, we grab the big document lock
12891         when we search since searching changes the underlying stream and
12892         thus conflicts with the rendering thread.
12893         
12894         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12895         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12896         (ev_view_find_previous): Fix some page indexes to be 0 based,
12897         offset rubber band by view offset,
12898
12899 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12900
12901         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12902
12903 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12904
12905         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12906         completely because I didn't understand GtkActions.  I should
12907         read Marco's code more carefully in the future.
12908
12909         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12910         function
12911
12912 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12913
12914         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12915         PopplerRectangle change from poppler CVS.
12916
12917 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12918
12919         * backend/ev-document.c: (ev_document_get_page_label):
12920         * backend/ev-document.h:
12921         * backend/ev-page-cache.c: (_ev_page_cache_new),
12922         (ev_page_cache_get_page_label):
12923         * backend/ev-page-cache.h:
12924         * pdf/ev-poppler.cc:
12925         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12926         (links_page_num_func):
12927         * shell/ev-sidebar-thumbnails.c:
12928         (ev_sidebar_thumbnails_set_document):
12929         * shell/ev-view.c: (status_message_from_link),
12930         (ev_view_motion_notify_event):
12931         * shell/ev-window.c: (document_supports_sidebar): Add in page
12932         label support.  It's not perfect yet, but it's the first 'feature'
12933         in a while.
12934         Also, fix a bogus comment noticed by crispin. 
12935
12936 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12937
12938         * Makefile.am: Remove pixbuf backend for now
12939
12940         * configure.ac: Require poppler-glib instead of just poppler.
12941
12942         * backend/ev-document-thumbnails.h: Add a comment
12943
12944         * backend/ev-document.h:
12945         * backend/ev-document.c: (ev_document_class_init),
12946         (ev_document_load), (ev_document_get_link),
12947         (ev_document_get_links): Remove 3 methods and add get_links.
12948         Also, made 0 based.
12949
12950         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12951         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12952
12953         * backend/ev-link.c: (ev_link_set_title),
12954         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12955         (ev_link_mapping_find):
12956         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12957         
12958         * backend/ev-page-cache.c: (ev_page_cache_init),
12959         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12960         (ev_page_cache_get_size), (ev_page_cache_next_page),
12961         (ev_page_cache_prev_page): Fix to be 0 based.
12962
12963         * pdf/Makefile.am: 
12964         * pdf/ev-poppler.h:
12965         * pdf/ev-poppler.cc: New backend.
12966         
12967         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12968         (ps_document_get_page), (ps_document_document_iface_init):
12969
12970         * shell/ev-pixbuf-cache.h:
12971         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12972         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12973         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12974         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12975         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12976         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12977         based.
12978         
12979         * shell/ev-sidebar-thumbnails.c:
12980         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12981         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12982
12983         * shell/ev-view.c: (status_message_from_link),
12984         (find_page_at_location), (get_link_at_location),
12985         (ev_view_motion_notify_event), (ev_view_button_release_event),
12986         (ev_view_init): Use the new link code.  Fix to be 0 based.
12987
12988         * shell/ev-window.c: (update_action_sensitivity),
12989         (document_supports_sidebar): 0 based.
12990
12991 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12992
12993         * pdf/pdf-document.cc: Patch from Fernando Herrera
12994         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12995         *blush*
12996
12997 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12998
12999         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13000         1 to the page, as this seems to be 1 based.  I thought we has this
13001         fixed.  grump.
13002
13003 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13004
13005         * TODO:
13006         * backend/Makefile.am:
13007         * backend/ev-document-links.c:
13008         (ev_document_links_has_document_links),
13009         (ev_document_links_get_links_model):
13010         * backend/ev-document-links.h:
13011         * backend/ev-document.c: (ev_document_get_page_cache),
13012         (ev_document_get_doc_mutex), (ev_document_load),
13013         (ev_document_save), (ev_document_get_title),
13014         (ev_document_get_n_pages), (ev_document_set_page),
13015         (ev_document_get_page), (ev_document_set_target),
13016         (ev_document_set_scale), (ev_document_set_page_offset),
13017         (ev_document_get_page_size), (ev_document_get_text),
13018         (ev_document_get_link), (ev_document_render),
13019         (ev_document_render_pixbuf), (ev_document_scale_changed):
13020         * backend/ev-document.h:
13021         * backend/ev-job-queue.c: (remove_object_from_queue),
13022         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13023         (no_jobs_available_unlocked), (ev_render_thread),
13024         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13025         (ev_job_queue_remove_job):
13026         * backend/ev-job-queue.h:
13027         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13028         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13029         (ev_job_links_class_init), (ev_job_render_init),
13030         (ev_job_render_dispose), (ev_job_render_class_init),
13031         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13032         (ev_job_thumbnail_class_init), (ev_job_finished),
13033         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13034         (ev_job_render_run), (ev_job_thumbnail_new),
13035         (ev_job_thumbnail_run):
13036         * backend/ev-jobs.h:
13037         * backend/ev-link.c:
13038         * backend/ev-link.h:
13039         * backend/ev-page-cache.c: (ev_page_cache_init),
13040         (ev_page_cache_class_init), (ev_page_cache_finalize),
13041         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13042         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13043         (ev_page_cache_set_link), (ev_page_cache_get_title),
13044         (ev_page_cache_get_size), (ev_page_cache_next_page),
13045         (ev_page_cache_prev_page):
13046         * backend/ev-page-cache.h:
13047         * pdf/pdf-document.cc:
13048         * ps/gsdefaults.c:
13049         * ps/gsdefaults.h:
13050         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13051         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13052         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13053         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13054         (is_interpreter_ready), (output), (catchPipe), (input),
13055         (start_interpreter), (check_filecompressed), (compute_dimensions),
13056         (ps_document_enable_interpreter), (document_load),
13057         (ps_document_next_page), (render_page), (ps_document_set_page),
13058         (ps_document_set_scale), (render_pixbuf_idle),
13059         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13060         * ps/ps-document.h:
13061         * shell/Makefile.am:
13062         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13063         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13064         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13065         (ev_pixbuf_cache_new), (job_finished_cb),
13066         (check_job_size_and_unref), (move_one_job),
13067         (ev_pixbuf_cache_update_range), (find_job_cache),
13068         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13069         (ev_pixbuf_cache_add_jobs_if_needed),
13070         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13071         * shell/ev-pixbuf-cache.h:
13072         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13073         (idle_print_handler):
13074         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13075         (selection_changed_cb), (create_loading_model),
13076         (ev_sidebar_links_construct), (links_page_num_func),
13077         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13078         (update_page_callback), (job_finished_cb),
13079         (ev_sidebar_links_set_document):
13080         * shell/ev-sidebar-thumbnails.c:
13081         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13082         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13083         (page_changed_cb), (thumbnail_job_completed_callback),
13084         (ev_sidebar_thumbnails_set_document):
13085         * shell/ev-sidebar-thumbnails.h:
13086         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13087         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13088         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13089         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13090         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13091         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13092         (ev_view_button_release_event), (ev_view_scroll_view),
13093         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13094         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13095         (ev_view_new), (job_finished_cb), (page_changed_cb),
13096         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13097         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13098         (ev_view_find_previous):
13099         * shell/ev-view.h:
13100         * shell/ev-window.c: (update_action_sensitivity),
13101         (ev_window_open_page), (update_window_title), (update_total_pages),
13102         (page_changed_cb), (ev_window_setup_document),
13103         (password_dialog_response), (ev_window_cmd_save_as),
13104         (ev_window_print), (ev_window_cmd_go_previous_page),
13105         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13106         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13107         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13108         * shell/main.c: (main):
13109
13110         Merge evince-threads branch
13111
13112 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13113
13114         * configure.ac: Added "lt" to ALL_LINGUAS.
13115
13116 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13117
13118         * NEWS:
13119         * configure.ac:
13120
13121         Release 0.1.9
13122
13123 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13124
13125         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13126
13127         Fix here also the thumbnails 1-basedness :)
13128
13129 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * NEWS:
13132         * configure.ac:
13133
13134         Release 0.1.8
13135
13136 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * pdf/pdf-document.cc:
13139         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13140         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13141
13142         Fix the mess we did with thumbnails and 1-basedness
13143
13144 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13145
13146         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13147
13148 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13149
13150         * NEWS:
13151         * configure.ac:
13152
13153         Release 0.1.7
13154
13155 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13156
13157         * ps/Makefile.am:
13158         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13159         (gtk_gs_defaults_get_alpha_parameters),
13160         (gtk_gs_defaults_get_ungzip_cmd),
13161         (gtk_gs_defaults_get_unbzip2_cmd):
13162         * ps/gsdefaults.h:
13163         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13164         (ps_document_get_orientation), (document_load),
13165         (ps_document_goto_page), (ps_document_set_page_size):
13166         * ps/ps-document.h:
13167
13168         Some more sanitization of the ps backend. Remove a lot
13169         of unused code and do not base our defaults on ggv
13170         preferences (ugh!)
13171
13172 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13173
13174         * thumbnailer/evince-thumbnailer.schemas:
13175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13176         (main): add -s option for thumbnail size.
13177
13178 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13179
13180         * configure.ac:
13181
13182         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13183         remove it.
13184
13185 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * pdf/pdf-document.cc:
13188
13189         Remove 4 pixels of useless border from the
13190         thumbnail.
13191
13192 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13193
13194         * backend/ev-document-thumbnails.c:
13195         (ev_document_thumbnails_get_thumbnail):
13196         * backend/ev-document-thumbnails.h:
13197
13198         Rework API a bit. Add a border flag and
13199         change sizing logic (now the size we specify
13200         applies to the bigger dimension).
13201
13202         * pdf/pdf-document.cc:
13203         * pixbuf/pixbuf-document.c:
13204         (pixbuf_document_thumbnails_get_thumbnail):
13205         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13206         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13207
13208         Adapt to the new API and do not draw a border for nautilus
13209         thumbnailer.
13210
13211 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13212
13213         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13214         take thumbnails from page "0" instead of "1". Added a copyright header.
13215
13216 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13217
13218         * ps/ps-document.c: (set_up_page), (start_interpreter):
13219
13220         Make it C89 compliant
13221
13222 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13223
13224         * Makefile.am:
13225         * configure.ac:
13226         * pdf/.cvsignore:
13227         * pdf/pdf-document.cc:
13228         * thumbnailer/Makefile.am:
13229         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13230         (main):
13231         * thumbnailer/evince-thumbnailer.schemas:
13232         * thumbnailer/pdf-icon.png:
13233
13234         Add a nautilus thumbnailer.
13235         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13236
13237 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * NEWS:
13240         * configure.ac:
13241         * po/POTFILES.in:
13242
13243         Release 0.1.6
13244
13245 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13246
13247         Use poppler instead of including xpdf source code.  Poppler is a
13248         fork of xpdf to build it as a shared library. See
13249         http://freedesktop.org/wiki/Software/poppler.
13250
13251         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13252         xpdf fork.
13253         
13254         * pdf/Makefile.am: Build libpdfdocument.a here.
13255         
13256         * pdf/GDKSplashOutputDev.cc:
13257         * pdf/GDKSplashOutputDev.h:
13258         * pdf/GnomeVFSStream.cc:
13259         * pdf/GnomeVFSStream.h:
13260         * pdf-document.cc:
13261         * pdf-document.h:
13262         * test-gdk-output-dev.cc
13263         * Thumb.cc:
13264         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13265         against poppler.
13266
13267 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13270
13271         Clear idle stack before unsetting the document
13272
13273 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * ps/ps-document.c: (ps_document_widget_event),
13276         (ps_document_set_target), (ps_document_finalize),
13277         (ps_document_get_page):
13278
13279         Disconnect the widget event signal on finalize.
13280         Some code cleanups.
13281
13282 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * ps/ps-document.c: (set_up_page):
13285
13286         If there is no bpixmap create one, even if size
13287         is not changed.
13288
13289 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13292         (set_up_page), (document_load), (ps_document_set_zoom):
13293
13294         Default page is 0. Calculate size even when we have no
13295         target yet.
13296
13297 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13298
13299         * shell/ev-sidebar.c: expand the selection widget to be always as
13300         wide as the sidebar
13301
13302 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13303
13304         * shell/ev-sidebar-thumbnails.c:
13305         (ev_sidebar_thumbnails_set_document):
13306
13307         Clear the list store when setting document
13308
13309 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13310
13311         * shell/ev-page-action.c: (update_entry), (sync_entry),
13312         (activate_cb), (entry_size_request_cb), (create_tool_item),
13313         (connect_proxy):
13314
13315         Use an entry for the page control instead of spinbuttons
13316
13317 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13318
13319         * data/evince.schemas.in:
13320
13321         Correct confusing string
13322
13323 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13324
13325         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13326         for real.  Gosh, how long has this been broken.
13327
13328         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13329         check for a NULL link.  We crash otherwise.
13330
13331 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * NEWS:
13334         * configure.ac:
13335
13336         Release 0.1.5
13337
13338 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13339
13340         * configure.ac: add the french translation.
13341
13342 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13343
13344         * shell/ev-window.c:
13345
13346         Remove unused header -> fix distcheck
13347
13348 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * shell/ev-window.c: (update_window_title),
13351         (ev_window_popup_password_dialog):
13352
13353         Unescape filename for display
13354
13355 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * pdf/xpdf/pdf-document.cc:
13358
13359         In get_page_size deal with rotation. Also
13360         cleanup the function a bit.
13361
13362 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * pdf/xpdf/pdf-document.cc:
13365
13366         Fix crash when opening in new window
13367
13368 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * configure.ac:
13371
13372         Check ghostscript >= 7
13373
13374 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13375
13376         * shell/ev-window.c:
13377
13378         Make page width the default sizing mode
13379
13380 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13381         Marco Pesenti Gritti <marco@gnome.org>
13382
13383         * shell/ev-window.c: Remember the sidebar size
13384
13385         * data/evince.schemas.in: Add a new gconf key to store the size of
13386         the sidebar
13387
13388 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13389
13390         * data/evince-ui.xml:
13391         * shell/ev-window.c: (update_action_sensitivity),
13392         (ev_window_cmd_view_reload):
13393         
13394         Add a "Reload" action and menu entry
13395
13396 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13397
13398         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13399         iff the type doesn't support thumbnailing and indexing.
13400
13401 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13402
13403         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13404
13405 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * pdf/splash/Splash.cc:
13408
13409         Port fix for a crasher from kde bug
13410         http://bugs.kde.org/show_bug.cgi?id=97131
13411
13412 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * pdf/xpdf/pdf-document.cc:
13415
13416         Return a link even if it's of an unrecognized
13417         type. Otherwise we go in an infinte cycle.
13418
13419 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13422         (size_allocate_cb), (ev_window_set_sizing_mode):
13423
13424         Update size when switching mode
13425
13426 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13429         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13430         (ev_window_cmd_view_normal_size):
13431
13432         Fix size toggle buttons behavior
13433
13434 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13437         (doc_rect_to_view_rect), (ev_view_size_allocate),
13438         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13439         (scale_changed_callback):
13440
13441         Do not cache offsets in size_allocate.
13442
13443 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * shell/ev-view.c: (ev_view_size_allocate):
13446
13447         Calculate offsets before calling the parent
13448         class (which does a redraw)
13449
13450 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13451
13452         * pdf/xpdf/pdf-document.cc:
13453
13454         Fix a crasher on exit. Unused code, put a TODO
13455
13456 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * backend/ev-document.c: (ev_document_class_init),
13459         (ev_document_page_changed), (ev_document_scale_changed):
13460         * backend/ev-document.h:
13461
13462         Separate page/scale notifications
13463
13464         * pdf/xpdf/pdf-document.cc:
13465
13466         Emit the new signals.
13467         Do not display the pdf page in _render, do it
13468         when scale/page are requested.
13469
13470         * ps/ps-document.c: (ps_document_set_zoom),
13471         (ps_document_widget_event):
13472         * ps/ps-document.h:
13473
13474         Emit the new signals.
13475
13476         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13477         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13478         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13479         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13480         * shell/ev-view.h:
13481         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13482         (ev_window_cmd_view_page_width), (size_allocate_cb),
13483         (ev_window_set_sizing_mode):
13484
13485         Rework sizing to be pixel based.
13486         There are bugs but should be already way better.
13487
13488 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13489
13490         * shell/ev-window.c: (ev_window_init):
13491
13492         Do not allow to shrink sidebar smaller then
13493         child requisition
13494
13495 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13496
13497         * shell/ev-sidebar.[ch]
13498         * shell/ev-window.c:
13499
13500         Improved sidebar widget. Fixes #166683
13501
13502 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13503
13504         * shell/ev-view.c (update_find_status_message): Give translators
13505         more flexibility with ngettext plural handling.
13506
13507 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13508
13509         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13510         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13511         page when we get the page size.
13512
13513 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13516
13517         ps pages are 0 based, convert 
13518
13519 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13520
13521         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13522
13523         Initialize correct parent class. Set GError on document load
13524
13525 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * pdf/xpdf/pdf-document.cc:
13528
13529         Fixup selection offset calculation
13530
13531         * shell/ev-view.c: (view_rect_to_doc_rect),
13532         (doc_rect_to_view_rect), (ev_view_size_allocate),
13533         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13534         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13535
13536         Store selection as document relative, so that zooming
13537         and offset changing doesnt break it.
13538
13539 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * shell/ev-view.c: (ev_view_best_fit):
13542
13543         Do not try to best fit if the view is not realized
13544
13545 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13546           
13547         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13548
13549 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13550
13551         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13552
13553 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13554
13555         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13556         the popup window.  That prevents it resizing when in full screen
13557         mode.
13558
13559         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13560         multiple rerenders.  This pretty much sucks.
13561
13562         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13563         rest of the toolbar.
13564
13565 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13566
13567         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13568
13569 2005-02-17  Alexander Shopov  <ash@contact.bg>
13570
13571         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13572
13573 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13574
13575         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13576
13577 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13580         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13581         (set_document_page), (document_changed_callback),
13582         (ev_view_set_document), (ev_view_find_previous),
13583         (ev_view_hide_cursor), (ev_view_show_cursor):
13584         * shell/ev-view.h:
13585         * shell/ev-window.c: (update_chrome_visibility),
13586         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13587         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13588         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13589         (ev_window_unfullscreen):
13590         * shell/main.c: (main):
13591
13592         Automatically hide the fullscreen button.
13593         Patch by Kristian Høgsberg <krh@redhat.com>
13594
13595 2005-02-16  Vincent Noel  <vnoel@cox.net>
13596
13597         * shell/main.c (main): Specify an icon for the window. Patch by
13598         Jaap A. Haitsma. Fixes #166177.
13599
13600 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13601
13602         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13603
13604 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13605
13606         * backend/ev-document-misc.h:
13607         * backend/ev-document-misc.c:
13608         (ev_document_misc_get_page_border_size),
13609         (ev_document_misc_paint_one_page): New function to canonicalize
13610         sizing/painting a border.
13611
13612         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13613         used.
13614
13615         * pdf/xpdf/pdf-document.cc: use new function
13616
13617         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13618         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13619         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13620         shell/ev-window.c: (update_sizing_buttons),
13621         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13622         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13623         (ev_window_cmd_view_page_width), (size_allocate_cb),
13624         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13625         and "fit width" values act as toggle buttons so they stay
13626         toggled.  It's not 100% perfect, and it's a little slow, but it's
13627         good enough to commit I think.
13628
13629 2005-02-15  David Lodge  <dave@cirt.net>
13630
13631         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13632
13633 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13634
13635         * shell/ev-window.c (update_window_title): replace newlines in
13636         the title by spaces. Bug #166107.
13637
13638 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13639
13640         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13641         parameters providing allocation width and height without
13642         scrollbars and width of a possible vertical scrollbar. With this
13643         additional information the functions can work as
13644         intended. Unfortunately they're not idempotent. We should
13645         transform these commands to toggles. Fixes Bug #164976
13646         Initial patch by Stephane Loeuillet, then heavily modified.
13647
13648         * shell/ev-view.h: update prototypes.
13649
13650         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13651         (ev_window_cmd_view_page_width): provide EvView fit functions with
13652         all the information they need. Formulas to calculate this
13653         information taken from GtkScrolledWindow.
13654
13655 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13656
13657         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13658         created a thumbnail, the list store is updated to know
13659         that the thumbnail is set. Fixes bug #166792
13660
13661 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13662
13663         * shell/ev-window.c: fixed typo, closes bug 166897
13664
13665         * TODO: updated TODO with bug numbers that are relevant
13666
13667 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13668
13669         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13670
13671 2005-02-09  Vincent Noel  <vnoel@cox.net>
13672
13673         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13674         and "Next" toolbar buttons as important to make them stand out.
13675
13676 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13677
13678         * lib/ev-debug.c:
13679         * lib/ev-debug.h:
13680         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13681         (start_interpreter), (stop_interpreter), (document_load),
13682         (ps_document_next_page), (ps_document_goto_page),
13683         (ps_document_set_page_size), (ps_document_widget_event),
13684         (ps_document_render):
13685         * shell/ev-page-view.c: (ev_page_view_dispose):
13686         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13687
13688         Fix compilation on non-gcc platforms
13689
13690 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * NEWS:
13693         * configure.ac:
13694
13695         Release 0.1.4
13696
13697         * pdf/xpdf/Catalog.cc:
13698         * pdf/xpdf/XRef.cc:
13699
13700         Fix the fix for CAN-2004-0888
13701
13702 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13703
13704         * data/Makefile.am:
13705         * data/evince-ui.xml:
13706         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13707         * shell/ev-stock-icons.h:
13708         * shell/ev-window.c: (update_action_sensitivity),
13709         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13710         (set_action_properties):
13711
13712         Improve toolbar layout/icons
13713
13714 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13715
13716         * pdf/xpdf/pdf-document.cc:
13717
13718         Add warnings about unimplemented/unknown link
13719         types.
13720
13721 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * ps/ps-document.c: (set_up_page):
13724
13725         Log gs property
13726
13727 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13728
13729         * ps/ps-document.c: (start_interpreter):
13730
13731         Log gs env var
13732
13733 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * shell/ev-page-view.c: (ev_page_view_dispose):
13736         * shell/ev-view.c: (ev_view_finalize):
13737         * shell/ev-window.c: (ev_window_setup_document),
13738         (ev_window_dispose), (ev_window_init):
13739
13740         Solve more refs issues.
13741
13742         I commented out the page_view initialization for now:
13743         it was never destroyed (because it's never added
13744         to a container). Because of that we was leaking
13745         gs processes. Couldnt think to a clean fix.
13746         We need to figure this out, password view has the
13747         same issue probably.
13748
13749 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13750
13751         * ps/ps-document.c: (ps_document_finalize),
13752         (ps_document_get_n_pages), (ps_document_get_page):
13753
13754         Some cleanups, stop the interpreter on finalize
13755
13756         * shell/ev-page-view.c: (ev_page_view_dispose),
13757         (ev_page_view_class_init):
13758
13759         Release our reference on the document
13760
13761 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13762
13763         * Makefile.am:
13764         * configure.ac:
13765         * doc/debugging.txt:
13766         * lib/.cvsignore:
13767         * lib/Makefile.am:
13768         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13769         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13770         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13771         * lib/ev-debug.h:
13772
13773         Add debugging helpers
13774
13775         * ps/Makefile.am:
13776         * ps/ps-document.c: (set_up_page), (start_interpreter),
13777         (stop_interpreter), (document_load), (ps_document_next_page),
13778         (ps_document_goto_page), (ps_document_set_page_size),
13779         (ps_document_widget_event), (ps_document_render):
13780         * shell/Makefile.am:
13781         * shell/ev-view.c: (expose_bin_window):
13782         * shell/main.c: (main):
13783
13784         Add some logs
13785         
13786 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13787
13788         * ps/ps-document.c: (ps_document_widget_event):
13789
13790         Initialize message_window, this should make ps
13791         rendering really work! (Never noticed because I was
13792         testing with a ps that is causing gs to exit every time!)
13793
13794 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13795
13796         * data/evince.schemas.in: updated simple error in applyto closing tag
13797
13798 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13799
13800         * Makefile.am:
13801         * configure.ac:
13802         * data/.cvsignore:
13803         * data/Makefile.am:
13804         * data/evince-ui.xml:
13805         A data/evince.schemas.in:
13806         * po/POTFILES.in:
13807         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13808         * shell/ev-stock-icons.h:
13809         * shell/ev-window.c: (update_chrome_visibility),
13810         (update_chrome_flag), (ev_window_cmd_edit_find),
13811         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13812         (ev_window_unfullscreen), (ev_window_focus_in_event),
13813         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13814         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13815         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13816         (ev_window_dispose), (ev_window_class_init),
13817         (set_action_properties), (set_chrome_actions), (load_chrome),
13818         (ev_window_init):
13819
13820         Implement fullscreen mode changes from bug #164776.
13821         Also implement persistent chrome toggles.
13822
13823 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13824
13825         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13826
13827 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13828
13829         * NEWS:
13830         * configure.ac:
13831         * shell/ev-view.c:
13832
13833         Add another check for find interface
13834
13835         Release 0.1.3
13836
13837 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13838
13839         * shell/ev-application.c: (ev_application_open):
13840         * shell/ev-window.c: (ev_window_open):
13841
13842         Open gzipped ps documents
13843
13844 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13845
13846         * TODO:
13847         * shell/ev-view.c: (set_document_page):
13848
13849         Clamp page number, dont try to move to
13850         not existant pages.
13851
13852 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13853
13854         * backend/ev-document-find.c: (ev_document_find_changed):
13855         * backend/ev-document-find.h:
13856         * pdf/xpdf/pdf-document.cc:
13857         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13858         * shell/ev-window.c: (find_bar_search_changed_cb):
13859
13860         Fix several bugs with find
13861
13862 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13863
13864         * shell/ev-sidebar-thumbnails.c
13865         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13866         document. Prevents warning from scroll_to_cell.
13867
13868 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13869
13870         * configure.ac: Add «nb» to ALL_LINGUAS too.
13871
13872 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13873
13874         * NOTES: New file with some random thoughts.
13875
13876         * TODO: Update.
13877
13878         * backend/ev-document-misc.c:
13879         (ev_document_misc_get_page_border_size): New function to
13880         canonicalize shadow drawing sizes.  Possibly goofy.
13881
13882         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13883         (ev_view_best_fit), (ev_view_fit_width):
13884         * pdf/xpdf/pdf-document.cc:
13885         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13886         * ps/ps-document.c: (ps_document_get_page_size):
13887         * backend/ev-document-misc.h:
13888         * backend/ev-document.c: (ev_document_get_page_size):
13889         * backend/ev-document.h: get_page_size now takes a page number
13890         parameter.  Made all the backends/frontends honor it.
13891
13892         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13893         see.  Doesn't work yet.
13894
13895         * shell/Makefile.am:
13896         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13897         Doesn't do anything yet.
13898
13899         * shell/ev-sidebar-thumbnails.c:
13900         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13901         [0..n_pages-1]
13902
13903         * shell/ev-window.c: (update_action_sensitivity),
13904         (ev_window_setup_document), (ev_window_set_page_mode),
13905         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13906         view-swapping code a bit so we can have multiple views on a
13907         document.  Add the multi-page view, though it can't be turned on
13908         yet.
13909
13910 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13911
13912         * shell/ev-application.c: (ev_application_open):
13913         * shell/ev-view.c: (expose_bin_window):
13914         * shell/ev-window.c: (ev_window_open):
13915
13916         Support eps and check document supports find
13917         before drawing highlightings in expose.
13918
13919 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13920
13921         * pixbuf/pixbuf-document.c:
13922         (pixbuf_document_thumbnails_get_dimensions),
13923         (pixbuf_document_document_thumbnails_iface_init):
13924
13925         implement get_dimensions
13926
13927 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13928
13929         * NEWS:
13930         * configure.ac:
13931
13932         Release 0.1.2
13933
13934 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13935
13936         * shell/ev-view.c: (set_document_page):
13937
13938         Scroll at the top of the page when changing page
13939
13940 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13941
13942         * shell/ev-view.c: (ev_view_motion_notify_event):
13943
13944         Do not redraw unnecessarily
13945
13946 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * pdf/xpdf/pdf-document.cc:
13949         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13950         (expose_bin_window), (find_changed_cb):
13951
13952         Yay! find works now... Now to find bugs...
13953
13954 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * backend/ev-document-find.c: (ev_document_find_base_init),
13957         (ev_document_find_changed):
13958         * backend/ev-document-find.h:
13959         * pdf/xpdf/pdf-document.cc:
13960         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13961         (expose_bin_window), (ev_view_init), (set_document_page),
13962         (ensure_rectangle_is_visible), (jump_to_find_result),
13963         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13964         (ev_view_find_next), (ev_view_find_previous):
13965         * shell/ev-view.h:
13966         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13967
13968         More work on find implementation, mostly there now
13969
13970 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * backend/ev-backend-marshalers.list:
13973         * backend/ev-document-find.c: (ev_document_find_base_init),
13974         (ev_document_find_cancel), (ev_document_find_page_has_results),
13975         (ev_document_find_get_n_results), (ev_document_find_get_result),
13976         (ev_document_find_get_progress), (ev_document_find_changed):
13977         * backend/ev-document-find.h:
13978
13979         Enanche the find interface to be really able to do
13980         multi page find.
13981
13982         * pdf/xpdf/pdf-document.cc:
13983
13984         Implement
13985
13986         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13987         (expose_bin_window), (ev_view_init),
13988         (ev_view_get_find_status_message), (find_changed_cb),
13989         (ev_view_set_document), (set_document_page):
13990
13991         Adapt to the new interface. A few things are regressed sorry,
13992         I will finish it soon.
13993
13994 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13995
13996         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13997         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13998         ev_sidebar_thumbnails_parent_class variable, don't define another
13999         parent_class variable.
14000
14001         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14002         (ev_page_action_class_init): ditto.
14003
14004         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14005         (pixbuf_document_class_init): ditto.
14006
14007         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14008         ditto.
14009
14010         * .cvsignore: ignore various valgrind output files.
14011
14012 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * data/evince-ui.xml:
14015         * shell/Makefile.am:
14016         * shell/ev-history.c:
14017         * shell/ev-history.h:
14018         * shell/ev-navigation-action.c:
14019         * shell/ev-navigation-action.h:
14020         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14021         (ev_view_set_page), (ev_view_fit_width):
14022         * shell/ev-view.h:
14023         * shell/ev-window.c: (update_action_sensitivity),
14024         (ev_window_setup_document), (register_custom_actions):
14025
14026         Kill session history
14027
14028 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14029
14030         * shell/ev-window.c: (update_action_sensitivity):
14031
14032         Fix inverted up/down buttons
14033
14034 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14035
14036         * shell/ev-sidebar-thumbnails.c
14037         (ev_sidebar_thumbnails_select_page): make sure the selected
14038         thumbnail stays visible.
14039
14040 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14041
14042         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14043         scrolled window for Federico.
14044
14045 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14046
14047         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14048
14049 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14050
14051         * configure.ac:
14052         * pdf/splash/SplashFTFontEngine.cc:
14053
14054         Fix CID fonts with freetype 2.1.9
14055
14056 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14057
14058         * TODO: added item for desktop icon thumbnailer
14059
14060 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14061
14062         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14063         unloaded docs when the title is accessed.
14064
14065         * shell/ev-password-view.[hc]: New widget for displaying password
14066         state.
14067
14068         * shell/ev-window.[ch]: Refactor password handling code to handle
14069         the new view.
14070
14071 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14072
14073         * NEWS:
14074         * configure.ac:
14075         * data/Makefile.am:
14076
14077         Release 0.1.1
14078
14079 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14080
14081         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14082         ignore page offset here, to make search results independent of it,
14083
14084         * shell/ev-view.c (expose_bin_window): but take offsets into
14085         account here. Bug #164932
14086
14087         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14088         scale at the right time. Bug #164996
14089
14090 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14091
14092         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14093         fix the problem. Now I just removed the Adobe font names and hope
14094         that the URW fonts are always in outline format. Bug #164934
14095
14096         * shell/ev-window.c (update_window_title): empty titles are
14097         useless, use filename in that case too.
14098
14099         * NEWS: Add some content.
14100
14101 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14102
14103         * TODO: added one more TODO item and a TODONE section :)
14104
14105 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14106
14107         * ps/ps-document.h: add page_[xy]_offset fields.
14108
14109         * ps/ps-document.c (ps_document_set_page_offset)
14110         (ps_document_render): Keep offset in consideration in a few
14111         places. Bug #164752 "postscript documents are not centered in
14112         window"
14113
14114         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14115         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14116
14117         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14118         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14119         stub out missing methods for complete EvDocument implementation.
14120         Fixes segfaults with Save A Copy and Copy actions.
14121
14122         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14123         (ps_document_document_iface_init): ditto.
14124         
14125 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14126
14127         * data/.cvsignore:
14128         * data/Makefile.am:
14129         * data/evince.desktop.in:
14130
14131         Add desktop file
14132
14133 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * shell/ev-view.c: (ev_view_button_press_event),
14136         (ev_view_motion_notify_event):
14137
14138         Make selection work in any direction
14139
14140 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * TODO:
14143         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14144
14145         Use shorter labels for some of the toolbars items
14146
14147 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * pdf/xpdf/pdf-document.cc:
14150
14151         Check the links info is initialized before
14152         using it. Should fix a crash on startup.
14153
14154 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14155
14156         * pixbuf/pixbuf-document.c
14157         (pixbuf_document_thumbnails_get_dimensions): force floating point
14158         division to calculate page_ratio. Fixes crash with landscape
14159         format pixbufs.
14160
14161 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14162
14163         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14164
14165 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14166
14167         * shell/ev-view.c (set_document_page): unset has_selection when
14168         the page changes.
14169         (set_document_page): handle paper size changes when the page
14170         changes (test with Free Culture, page 2).
14171
14172 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14173
14174         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14175         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14176
14177         Use normal style color for the widget background and
14178         draw a black box around the page.
14179
14180 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14181
14182         * pdf/xpdf/pdf-document.cc:
14183
14184         Keep offset in consideration in a few places
14185
14186         * shell/ev-view.c: (expose_bin_window):
14187
14188         Set the offsets so that the document is ever centered
14189
14190 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14191
14192         * TODO: Added TODO items and finished off the first todo item
14193
14194         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14195         reflect current authors
14196
14197 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14198
14199         * pdf/xpdf/pdf-document.cc:
14200         * shell/ev-view.c: (ev_view_set_cursor),
14201         (ev_view_motion_notify_event), (document_changed_callback),
14202         (set_document_page):
14203
14204         Show a wait cursor while the page is rendering
14205
14206 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * shell/ev-sidebar-thumbnails.c:
14209         (ev_sidebar_tree_selection_changed),
14210         (ev_sidebar_thumbnails_select_page):
14211         * shell/ev-sidebar-thumbnails.h:
14212         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14213         (ev_view_can_go_forward):
14214         * shell/ev-window.c: (ev_window_open_page),
14215         (ev_window_setup_document), (update_current_page),
14216         (view_page_changed_cb), (ev_window_init):
14217         * shell/ev-window.h:
14218
14219         Ensure thumbnails selection, toolbar page control and
14220         current page are in sync.
14221
14222 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14223
14224         * pdf/xpdf/XRef.cc:
14225
14226         Fix CAN-2005-0064
14227
14228 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14229
14230         * backend/Makefile.am:
14231         * backend/ev-document-links.h:
14232         * backend/ev-document-security.c: (ev_document_security_get_type),
14233         (ev_document_security_has_document_security),
14234         (ev_document_security_set_password):
14235         * backend/ev-document-security.h:
14236         * backend/ev-document.c: (ev_document_error_quark):
14237         * backend/ev-document.h:
14238         * data/Makefile.am:
14239         * data/evince-password.glade:
14240         * pdf/xpdf/pdf-document.cc:
14241         * shell/Makefile.am:
14242         * shell/ev-password.c: (ev_password_set_bad_password_label),
14243         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14244         (ev_password_dialog_get_password),
14245         (ev_password_dialog_set_bad_pass):
14246         * shell/ev-password.h:
14247         * shell/ev-window.c: (ev_window_get_attribute),
14248         (ev_window_set_property), (update_action_sensitivity),
14249         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14250         (ev_window_setup_document), (ev_window_get_password),
14251         (ev_window_open), (ev_window_cmd_save_as),
14252         (using_postscript_printer), (ev_window_print),
14253         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14254         (update_fullscreen_popup), (ev_window_fullscreen),
14255         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14256         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14257         (menu_item_select_cb), (find_bar_search_changed_cb),
14258         (ev_window_dispose), (ev_window_init):
14259
14260         Add initial support for password-supported dialogs.  This could be
14261         a lot cooler, but it'll do for now.
14262
14263 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14264
14265         * pdf/xpdf/pdf-document.cc:
14266         * shell/ev-view.c: (status_message_from_link),
14267         (ev_view_set_status), (ev_view_set_cursor),
14268         (ev_view_motion_notify_event), (ev_view_init):
14269         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14270
14271         Fix bugs in the links implementation and change cursor
14272         when hovering a link.
14273
14274 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14275
14276         * viewer/.cvsignore: added cvsignore file for viewer directory
14277
14278         * TODO: created TODO document
14279
14280 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14281
14282         * shell/ev-view.h:
14283         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14284         new functions to help with implementation of sensitivity code
14285         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14286         of all actions that might require it.  Fixes a crash when you
14287         click on the Zoom actions in a window lacking a document.
14288
14289 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14290
14291         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14292         of the Find action
14293
14294 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14295
14296         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14297         (pixbuf_document_document_iface_init):
14298         * ps/ps-document.c: (ps_document_get_link),
14299         (ps_document_document_iface_init):
14300         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14301         (status_message_from_link), (ev_view_set_status),
14302         (ev_view_set_find_status), (ev_view_motion_notify_event),
14303         (ev_view_button_release_event), (ev_view_set_property),
14304         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14305         (ev_view_get_find_status_message), (update_find_results),
14306         (ev_view_get_status), (ev_view_get_find_status):
14307         * shell/ev-view.h:
14308         * shell/ev-window.c: (view_status_changed_cb),
14309         (view_find_status_changed_cb), (ev_window_init):
14310
14311         View status message support, use it to show the links.
14312         Needs work...
14313
14314 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14315
14316         * backend/ev-document.c: (ev_document_get_link):
14317         * backend/ev-document.h:
14318         * pdf/xpdf/pdf-document.cc:
14319         * shell/ev-application.c: (ev_application_open):
14320         * shell/ev-application.h:
14321         * shell/ev-sidebar-links.c: (selection_changed_cb):
14322         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14323         (ev_view_go_to_link):
14324
14325         Add support for document links
14326
14327 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14328
14329         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14330         (create_tool_item):
14331         Set the spin button limits correctly.
14332         
14333         * shell/ev-sidebar-thumbnails.c:
14334         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14335         Support changing pages by clicking on the thumbnails.
14336         
14337 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14338
14339         * pixbuf/pixbuf-document.c:
14340         (pixbuf_document_thumbnails_get_dimensions),
14341         (pixbuf_document_document_thumbnails_iface_init):
14342
14343         implement get_dimensions
14344
14345 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14346
14347         * ps/ps-document.c: (ps_document_goto_page):
14348
14349         Fix page switching on multipage documents
14350
14351 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14352
14353         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14354         
14355         check for NULL before assigning to width and height parameters
14356
14357 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14358
14359         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14360         (pixbuf_document_set_property), (pixbuf_document_get_property):
14361
14362         implement get/set properties
14363
14364 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14365
14366         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14367         
14368         return NULL instead of "Unknown", letting the title get set to
14369         the filename when the pdf has no title.
14370
14371 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14372
14373         * ps/ps-document.c: (ps_document_get_page_count),
14374         (ps_document_goto_page):
14375
14376 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14377
14378         * shell/ev-history.c: (ev_history_get_property),
14379         (ev_history_set_property), (ev_history_class_init),
14380         (ev_history_add_page), (ev_history_set_current_index):
14381         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14382         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14383         (ev_navigation_action_finalize):
14384         * shell/ev-navigation-action.h:
14385         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14386         (ev_view_go_forward), (ev_view_get_find_status_message),
14387         (history_index_changed_cb), (ev_view_set_history):
14388         * shell/ev-view.h:
14389         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14390         (update_current_page), (register_custom_actions):
14391
14392         Implement history dropdowns
14393
14394 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14395
14396         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14397         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14398         (ev_view_go_forward):
14399         * shell/ev-window.c: (register_custom_actions):
14400
14401         Fix several history bugs
14402
14403 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14404
14405         * configure.ac: Add «nb» to ALL_LINGUAS.
14406
14407 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14408
14409         * backend/Makefile.am:
14410         * backend/ev-bookmark.c:
14411         * backend/ev-bookmark.h:
14412         * backend/ev-document-bookmarks.c:
14413         * backend/ev-document-bookmarks.h:
14414         * backend/ev-document-links.c: (ev_document_links_get_type),
14415         (ev_document_links_has_document_links),
14416         (ev_document_links_begin_read), (ev_document_links_get_link),
14417         (ev_document_links_get_child), (ev_document_links_next),
14418         (ev_document_links_free_iter):
14419         * backend/ev-document-links.h:
14420         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14421         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14422         (ev_link_get_link_type), (ev_link_set_link_type),
14423         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14424         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14425         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14426         (ev_link_new_external):
14427         * backend/ev-link.h:
14428         * pdf/xpdf/pdf-document.cc:
14429         * shell/Makefile.am:
14430         * shell/ev-application.c: (ev_application_open_link):
14431         * shell/ev-application.h:
14432         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14433         (ev_history_get_link_nth):
14434         * shell/ev-history.h:
14435         * shell/ev-sidebar-bookmarks.c:
14436         * shell/ev-sidebar-bookmarks.h:
14437         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14438         (ev_sidebar_links_class_init), (selection_changed_cb),
14439         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14440         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14441         (do_one_iteration), (populate_links_idle),
14442         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14443         * shell/ev-sidebar-links.h:
14444         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14445         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14446         (go_to_index):
14447         * shell/ev-view.h:
14448         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14449         * shell/ev-window.h:
14450
14451         Rename bookmark to link, and use "Index" for the sidebar panel.
14452
14453 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14454
14455         * shell/Makefile.am:
14456         * shell/ev-application.c: (ev_application_open_bookmark):
14457         * shell/ev-application.h:
14458         * shell/ev-history.c: (ev_history_init), (free_links_list),
14459         (ev_history_finalize), (ev_history_class_init),
14460         (ev_history_add_link), (ev_history_add_page),
14461         (ev_history_get_link_nth), (ev_history_get_n_links),
14462         (ev_history_get_current_index), (ev_history_set_current_index),
14463         (ev_history_new):
14464         * shell/ev-history.h:
14465         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14466         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14467         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14468         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14469         (ev_view_set_page):
14470         * shell/ev-view.h:
14471         * shell/ev-window.c: (ev_window_open_bookmark),
14472         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14473         (goto_page_cb), (register_custom_actions):
14474         * shell/ev-window.h:
14475
14476         Initial history implementation. Needs work.
14477
14478 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14479
14480         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14481
14482 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14483
14484         * cut-n-paste/recent-files/egg-recent-item.c:
14485         * cut-n-paste/recent-files/egg-recent-item.h:
14486         * cut-n-paste/recent-files/egg-recent-model.c:
14487         * cut-n-paste/recent-files/egg-recent-util.c:
14488         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14489         * cut-n-paste/recent-files/egg-recent-view.c:
14490
14491         Update
14492
14493 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14494
14495         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14496         (fillGlyph, fillImageMask, drawImage):
14497         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14498         pdf/splash/SplashTypes.h:
14499         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14500         packed mode for Splash.
14501
14502         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14503         RGB8 packed mode, eliminates the pixbuf data creation loop.
14504
14505         * shell/ev-print-job.c (ev_print_job_finalize)
14506         (ev_print_job_set_property, ev_print_job_get_property)
14507         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14508         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14509         (print_closure_finalize, ev_print_job_print): implement
14510         printing (for backends with EvPsExporter)
14511
14512         * shell/ev_print_job.h: update prototypes.
14513
14514         * shell/ev-window.c (ev_window_print): unref print job after
14515         printing.
14516
14517         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14518         unless the document implements the EvDocumentFind interface.
14519
14520 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14521
14522         * configure.ac: Added ja to ALL_LINGUAS.
14523
14524 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14525
14526         * pdf/xpdf/pdf-document.cc:
14527
14528         add a FIXME. We should probably not allocate
14529         a bookmark object every time
14530
14531 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14532
14533         * shell/ev-application.c: (ev_application_open),
14534         (ev_application_open_bookmark):
14535         * shell/ev-application.h:
14536         
14537         Add a way to open bookmarks
14538
14539         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14540         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14541         (ev_bookmark_set_property), (ev_bookmark_class_init),
14542         (ev_bookmark_new_title), (ev_bookmark_new_link),
14543         (ev_bookmark_new_external):
14544
14545         Support for external uris, better constructors.
14546
14547         * backend/ev-bookmark.h:
14548         * pdf/xpdf/pdf-document.cc:
14549         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14550
14551         Handle external uris
14552
14553 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14554
14555         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14556         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14557
14558         Hook up bookmarks navigation
14559
14560 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14561
14562         * backend/Makefile.am:
14563         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14564         (ev_bookmark_get_title), (ev_bookmark_set_title),
14565         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14566         (ev_bookmark_get_page), (ev_bookmark_set_page),
14567         (ev_bookmark_get_property), (ev_bookmark_set_property),
14568         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14569         (ev_bookmark_new):
14570         * backend/ev-bookmark.h:
14571         * backend/ev-document-bookmarks.c:
14572         (ev_document_bookmarks_get_bookmark):
14573         * backend/ev-document-bookmarks.h:
14574         * pdf/xpdf/pdf-document.cc:
14575         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14576
14577         Add a bookmark object to the backend and use it instead of get_values
14578
14579 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14580
14581         * data/evince-ui.xml:
14582
14583         Cleanup and add select all.
14584
14585         * shell/ev-view.c: (ev_view_select_all),
14586         (ev_view_button_press_event):
14587         * shell/ev-view.h:
14588         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14589
14590         Add select all.
14591         Clear selection on click.
14592
14593 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14594
14595         * shell/ev-sidebar-thumbnails.c
14596         (ev_sidebar_thumbnails_set_document): forgot to unref the
14597         loading_icon.
14598
14599 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14600
14601         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14602         at the visible page, not just linearly.  This makes it look fast.
14603
14604 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14605
14606         * backend/ev-document-misc.c
14607         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14608         white.
14609         * backend/ev-document-thumbnails.h: New interface to get the size
14610         of a page.
14611
14612 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14613
14614         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14615         make dist works
14616
14617 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14618
14619         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14620         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14621         things up a bit.
14622
14623         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14624
14625 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14626
14627         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14628         fonts. Should fix font problems on systems that have the base
14629         fonts in bitmap format. Reported by James Henstridge
14630         <james@jamesh.id.au>.
14631
14632 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14633
14634         * pdf/xpdf/Gfx.cc:
14635         * pdf/xpdf/GfxState.cc:
14636
14637         Fix for CAN-2004-1125
14638
14639 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14640
14641         * shell/ev-view.c: (ev_view_copy):
14642         * shell/ev-view.h:
14643         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14644
14645         Implement Edit->Copy
14646
14647 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14648
14649         * backend/ev-document.c: (ev_document_get_text):
14650         * backend/ev-document.h:
14651         * pdf/xpdf/pdf-document.cc:
14652         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14653         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14654         (ev_view_update_primary_selection), (ev_view_button_press_event),
14655         (ev_view_motion_notify_event), (ev_view_button_release_event):
14656
14657         Beginnings of clipboard support. Incomplete but primary sort
14658         of work.
14659
14660 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14661
14662         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14663         (expose_bin_window):
14664
14665         Nicer rubberband drawing, from GtkIconView.
14666
14667 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14668
14669         * backend/ev-document.c: (ev_document_save):
14670         * backend/ev-document.h:
14671         * data/evince-ui.xml:
14672         * pdf/xpdf/pdf-document.cc:
14673         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14674
14675         Implement "Save a copy..." menu item
14676
14677 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14678
14679         * shell/ev-view.c: (ev_view_zoom):
14680
14681         Queue a resize when zoom changes
14682
14683 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14684
14685         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14686         shadows.
14687
14688         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14689         thumbnails..
14690
14691 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14692
14693         * pdf/xpdf/pdf-document.cc
14694         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14695
14696 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14697
14698         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14699         It's slow, but I'll speed it up next!
14700
14701 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14702
14703         * shell/main.c (load_files):
14704
14705         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14706         from the command line and because it seems more appropriate.
14707
14708 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14709
14710         * data/evince-ui.xml:
14711         * shell/ev-window.c: (update_action_sensitivity),
14712         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14713
14714         s/next page/page down
14715         s/previous page/page up
14716
14717 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * data/evince-ui.xml:
14720
14721         Change the layout to match clarkbw design.
14722
14723         * shell/Makefile.am:
14724         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14725         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14726         (ev_navigation_action_finalize),
14727         (ev_navigation_action_set_property),
14728         (ev_navigation_action_get_property),
14729         (ev_navigation_action_class_init):
14730         * shell/ev-navigation-action.h:
14731
14732         Implement clarkbw toolbar navigation controls (incomplete)
14733
14734         * shell/ev-page-action.c: (update_label), (update_spin),
14735         (value_changed_cb), (create_tool_item), (connect_proxy),
14736         (ev_page_action_init), (ev_page_action_finalize),
14737         (ev_page_action_set_property), (ev_page_action_get_property),
14738         (ev_page_action_set_current_page),
14739         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14740         * shell/ev-page-action.h:
14741
14742         Implement a page switcher in the toolbar
14743
14744         * shell/ev-view.c: (ev_view_scroll_view):
14745         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14746         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14747         (register_custom_actions), (ev_window_init):
14748
14749         Change page on PageUp/Down.
14750
14751 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14752
14753         * pdf/xpdf/pdf-document.cc
14754         (pdf_document_thumbnails_get_thumbnail): initial stab at
14755         implementing thumbnail support for pdfs.  It only does documents
14756         with precached pdfs now.
14757
14758 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14759
14760         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14761         thumbnail code into a time-based idle as well.  Also, turn off the
14762         shadow temporarily as it's really slow.
14763
14764 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14765
14766         * backend/ev-document.c: (ev_document_class_init):
14767         * pdf/xpdf/pdf-document.cc:
14768         * shell/ev-window.c: (ev_window_open):
14769
14770         Fix document title bugs and fallback to
14771         filename when not available.
14772
14773 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14774
14775         * backend/ev-document.c: (ev_document_get_type),
14776         (ev_document_class_init), (ev_document_load),
14777         (ev_document_get_title):
14778         * backend/ev-document.h:
14779         * pdf/xpdf/pdf-document.cc:
14780         * ps/ps-document.c: (ps_document_set_property),
14781         (ps_document_get_property), (ps_document_class_init),
14782         (document_load):
14783         * ps/ps-document.h:
14784         * ps/ps.h:
14785         * shell/ev-window.c: (update_window_title), (ev_window_open),
14786         (ev_window_init):
14787
14788         Initial support for document title. Not working yet.
14789
14790 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14791
14792         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14793
14794         Grab focus on the view when clicking it
14795
14796 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14797
14798         * shell/ev-marshal.list:
14799         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14800         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14801
14802         Add key bindings to the view. Now if the focus would work
14803         right...
14804
14805 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14806
14807         * Makefile.am:
14808         * backend/Makefile.am:
14809         * data/Makefile.am:
14810         * dvi/Makefile.am:
14811         * dvi/dvilib/Makefile.am:
14812         * pdf/xpdf/Makefile.am:
14813         * po/POTFILES.in:
14814         * ps/Makefile.am:
14815
14816         Fix distcheck
14817
14818 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14819
14820         * shell/ev-view.c: (ev_view_realize):
14821
14822         Fix mouse wheel scrolling
14823
14824 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14825
14826         * ps/Makefile.am:
14827         * ps/gstypes.h:
14828         * ps/gtkgs.c:
14829         * ps/gtkgs.h:
14830         * ps/ps-document.c: (catchPipe), (ps_document_init),
14831         (ps_document_class_init), (ps_document_cleanup),
14832         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14833         (set_up_page), (close_pipe), (is_interpreter_ready),
14834         (interpreter_failed), (output), (input), (start_interpreter),
14835         (stop_interpreter), (file_length), (file_readable),
14836         (check_filecompressed), (check_pdf), (compute_xdpi),
14837         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14838         (ps_document_get_type), (ps_document_emit_error_msg),
14839         (document_load), (ps_document_next_page),
14840         (ps_document_get_current_page), (ps_document_get_page_count),
14841         (ps_document_goto_page), (ps_document_set_page_size),
14842         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14843         (ps_document_load), (ps_document_get_n_pages),
14844         (ps_document_set_page), (ps_document_get_page),
14845         (ps_document_widget_event), (ps_document_set_target),
14846         (ps_document_set_scale), (ps_document_set_page_offset),
14847         (ps_document_get_page_size), (ps_document_render),
14848         (ps_document_document_iface_init):
14849         * ps/ps-document.h:
14850         * ps/ps.c:
14851         * shell/ev-window.c: (ev_window_open):
14852
14853         Rename GtkGS to PSDocument
14854
14855 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14856
14857         * ps/gtkgs.c: (gtk_gs_class_init):
14858         * ps/gtkgs.h:
14859
14860         Some more leftover...
14861
14862 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14863
14864         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14865         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14866         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14867         * ps/gtkgs.h:
14868
14869         Remove unused code and make a lot of stuff private
14870
14871 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14872
14873         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14874         (gtk_gs_defaults_changed):
14875         * ps/gsdefaults.h:
14876         * ps/gtkgs.c:
14877         * ps/gtkgs.h:
14878         * ps/ps.h:
14879
14880         Cleanup headers dependencies
14881
14882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14883
14884         * ps/Makefile.am:
14885         * ps/ggvutils.c:
14886         * ps/ggvutils.h:
14887         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14888         * ps/gsdefaults.h:
14889         * ps/gtkgs.c: (file_length), (file_readable),
14890         (check_filecompressed), (check_pdf), (gtk_gs_load),
14891         (gtk_gs_get_postscript):
14892
14893         Get rid of ggvutils
14894
14895 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14896
14897         * ps/ggvutils.c:
14898         * ps/ggvutils.h:
14899         * ps/gsio.h:
14900         * ps/gtkgs.c: (gtk_gs_set_zoom):
14901
14902         Cleanups
14903
14904 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14905
14906         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14907
14908         Ensure the page is rerendered when changing zoom
14909
14910 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14911
14912         * backend/ev-document.c: (ev_document_base_init),
14913         (ev_document_changed):
14914         * backend/ev-document.h:
14915
14916         Add a changed event that is emitted when the page content
14917         changes. This is necessary to deal with the fact that
14918         in ps backend rendering happen asycrounously.
14919         This makes the ps backend mostly work.
14920
14921         * pdf/xpdf/pdf-document.cc:
14922
14923         Emit changed event
14924
14925         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14926         (ps_document_set_target):
14927
14928         Emit changed event
14929
14930         * shell/ev-view.c: (document_changed_callback),
14931         (ev_view_set_document), (ev_view_set_page):
14932
14933         Redraw on the changed signal
14934
14935 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14936
14937         * configure.ac: Added pt_BR to ALL_LINGUAS.
14938
14939 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14940
14941         * backend/ev-document-bookmarks.c:
14942         (ev_document_bookmarks_get_child): *
14943         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14944         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14945         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14946         (ev_sidebar_bookmarks_destroy),
14947         (ev_sidebar_bookmarks_class_init),
14948         (ev_sidebar_bookmarks_construct), (stack_data_free),
14949         (do_one_iteration), (populate_bookmarks_idle),
14950         (ev_sidebar_bookmarks_clear_document),
14951         (ev_sidebar_bookmarks_set_document): *
14952         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14953         (ev_sidebar_add_page),
14954         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14955         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14956         it displays both the topics and the page numbers.
14957
14958 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14959
14960         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14961         toggle.
14962         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14963         visible.
14964
14965 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14966
14967         * configure.ac: Added en_CA to ALL_LINGUAS.
14968
14969 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14970
14971         * ChangeLog: replace bottom of this ChangeLog (merged history of
14972         ggv and gpdf; where all paths were wrong and most of the files are
14973         not even in this tree) with ChangeLog (from arch) of the shell
14974         code.
14975
14976 2004-12-23  Havoc Pennington  <hp@redhat.com>
14977
14978         * shell/ev-window.c: hook up potentially-questionable "find
14979         results status text" feature - something involving the sidebar or
14980         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14981         might be better in the end.
14982
14983         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14984         with corresponding signal when it should be updated
14985
14986         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14987
14988 2004-12-22  Havoc Pennington  <hp@redhat.com>
14989
14990         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14991         find stuff on other pages, sort of (only returns one result on
14992         invisible pages, to show they have results; updates full results
14993         for a page when you view it). Currently repaints the current page
14994         every time a new result is found on any page, which isn't so nice.
14995
14996 2004-12-22  Havoc Pennington  <hp@redhat.com>
14997
14998         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14999         the document doesn't support find (better ideas?)
15000         (find_bar_search_changed_cb): handle missing document or document
15001         that doesn't support find
15002
15003         * pdf/xpdf/pdf-document.cc: port to implement the new
15004         EvDocumentFindIface
15005
15006         * backend/ev-document-find.c: create a new interface for searching
15007
15008         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15009
15010 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15011
15012         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15013         libevbackend.la.
15014
15015         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15016         EvPrintJob constructor arguments.
15017
15018         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15019         for documents that can export PostScript (page by page).
15020
15021         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15022         
15023         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15024         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15025         (pdf_document_ps_exporter_iface_init:
15026         Implement EvPSExporter.
15027
15028         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15029
15030 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15031
15032         * backend/Makefile.am:
15033         * backend/ev-document-thumbnails.c:
15034         (ev_document_thumbnails_get_type),
15035         (ev_document_thumbnails_get_thumbnail):
15036         * backend/ev-document-thumbnails.h:
15037         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15038         (pixbuf_document_thumbnails_get_thumbnail),
15039         (pixbuf_document_document_thumbnails_iface_init):
15040         * shell/Makefile.am:
15041         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15042         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15043         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15044         * shell/ev-sidebar-thumbnails.h:
15045         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15046         (ev_sidebar_set_document):
15047         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15048         (create_shadow), (ev_pixbuf_add_shadow):
15049         * shell/ev-utils.h:
15050         Add thumbnail support.
15051         
15052 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15053
15054         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15055         (using_postscript_printer): Set up a print dialog for "PostScript
15056         injection" method.
15057
15058         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15059         EvPrintJob.
15060
15061         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15062
15063 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15064
15065         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15066         (ps_document_set_target), (ps_document_get_page_size),
15067         (ps_document_render):
15068         * ps/gtkgs.h:
15069
15070         Fix a few bugs
15071
15072 2004-12-22  Christian Rose  <menthos@menthos.com>
15073
15074         * configure.ac: Added "sv" to ALL_LINGUAS.
15075
15076 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15077
15078         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15079         document supports bookmarks.
15080
15081 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15082
15083         * ps/ggvutils.c: (ggv_file_readable):
15084         * ps/ggvutils.h:
15085         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15086         (gtk_gs_get_postscript):
15087
15088         Remove unused utils
15089
15090 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15091
15092         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15093         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15094         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15095         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15096         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15097         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15098         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15099         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15100         (gtk_gs_set_antialiasing), (ps_document_load),
15101         (ps_document_render):
15102         * ps/gtkgs.h:
15103
15104         Another check point for the ps backend. Now I can get it to show
15105         pages!
15106
15107 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15108
15109         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15110         document setting code.
15111
15112 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15113
15114         * shell/eggfindbar.c: (entry_activate_callback):
15115         Animate the next button when activate is pressed.
15116         
15117 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15118
15119         * shell/ev-window.c: (ev_window_cmd_edit_find),
15120         (update_fullscreen_popup), (ev_window_fullscreen),
15121         (ev_window_unfullscreen), (ev_window_state_event_cb),
15122         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15123         Fix bugs in fullscreen code.
15124         
15125 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15126
15127         * Makefile.am:
15128         * configure.ac:
15129         * pixbuf/Makefile.am:
15130         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15131         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15132         (pixbuf_document_set_page), (pixbuf_document_get_page),
15133         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15134         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15135         (pixbuf_document_render), (pixbuf_document_begin_find),
15136         (pixbuf_document_end_find), (pixbuf_document_finalize),
15137         (pixbuf_document_class_init),
15138         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15139         * pixbuf/pixbuf-document.h:
15140         * shell/Makefile.am:
15141         * shell/ev-application.c: (ev_application_open):
15142         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15143         (ev_window_open):
15144         Add pixbuf backend.
15145         
15146 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15147
15148         * Makefile.am: 
15149         * dvi/dvilib/Makefile.am:
15150         * dvi/Makefile.am:
15151         * configure.ac: Auto*ify dvi and dvi/dvilib
15152
15153         * dvi/Makefile: Remove from CVS
15154         
15155         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15156         confusion.
15157
15158         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15159         
15160         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15161         
15162 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15163
15164         * ps/Makefile.am:
15165         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15166         (gtk_gs_value_adjustment_changed), (compute_size),
15167         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15168         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15169         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15170         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15171         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15172         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15173         (ps_document_load), (ps_document_get_n_pages),
15174         (ps_document_set_page), (ps_document_get_page),
15175         (ps_document_set_target), (ps_document_set_scale),
15176         (ps_document_set_page_offset), (ps_document_get_page_size),
15177         (ps_document_render), (ps_document_begin_find),
15178         (ps_document_end_find), (ps_document_document_iface_init):
15179         * ps/gtkgs.h:
15180         * shell/Makefile.am:
15181         * shell/ev-window.c: (ev_window_open):
15182
15183         Some work to integrate gtkgs with EvDocument
15184
15185 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15186
15187         * shell/ev-window.c: (update_fullscreen_popup),
15188         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15189         (exit_fullscreen_button_clicked_cb),
15190         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15191         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15192         (ev_window_state_event_cb), (ev_window_init):
15193         Add fullscreen support from Epiphany.
15194         
15195 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15196
15197         * data/ev-stock-zoom-fit-width.png: fit-width
15198         stock icon from gpdf.
15199         
15200         * shell/ev-stock-icons.[ch]: copied from gpdf.
15201         
15202         * shell/main.c: (main): init stock icons.
15203         
15204         * shell/ev-window.c: use the fit-width icon.
15205         
15206         * data/evince-ui.xml: add zooming toolbar items.
15207
15208 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15209
15210         * shell/ev-view.c: 
15211         (ev_view_best_fit), (ev_view_fit_width): because
15212         get_page_size() returns the scaled page size, we
15213         need to calculate the scale factor relative to
15214         the previous scale factor. Should really just
15215         add get_real_page_size().
15216
15217 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15218
15219         * shell/ev-view.[ch]:
15220         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15221         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15222         add zooming.
15223         
15224         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15225         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15226         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15227         hook it up.
15228         
15229         * pdf/xpdf/pdf-document.cc:
15230         (pdf_document_begin_find),
15231         (pdf_document_end_find): make static.
15232
15233 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15234
15235         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15236
15237         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15238         names to fontconfig patterns.
15239         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15240
15241         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15242         setupBaseFontsFc.
15243
15244 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15245
15246         * Makefile.am:
15247         * configure.ac:
15248         * ps/Makefile.am:
15249         * ps/ggvutils.c:
15250         * ps/ggvutils.h:
15251         * ps/gsdefaults.c:
15252         * ps/gsdefaults.h:
15253         * ps/gsio.c:
15254         * ps/gsio.h:
15255         * ps/gtkgs.c:
15256         * ps/gtkgs.h:
15257         * ps/ps.c:
15258         * ps/ps.h:
15259
15260         Import ggv backend. Not hooked up yet.
15261
15262 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15263
15264         * shell/main.c: (load_files), (main): load files
15265         from the command line.
15266
15267 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15268
15269         * configure.ac: don't require bonobo.
15270         
15271         * cut-n-paste/recent-files/*: kill bonobo recent
15272         view.
15273
15274         * shell/ev-window.c:
15275         (ev_window_is_empty): upd.
15276         (unable_to_load), (ev_window_open): load backend
15277         based on the mime type.
15278
15279 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15280
15281         * backend/.cvsignore: ignore generated marshalers source.
15282
15283         * shell/main.c (main): this is not epiphany.
15284
15285 2004-12-22  Havoc Pennington  <hp@redhat.com>
15286
15287         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15288         (expose_bin_window): draw find highlights
15289
15290         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15291         
15292         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15293         (pdf_document_end_find): implement this interface
15294
15295         * backend/ev-document.c (ev_document_found): add this to emit
15296         signal
15297
15298 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15299
15300         * data/evince-ui.xml: Add a few more toolbar items.
15301
15302         * shell/ev-window.c: Hook up page navigation toolbar 
15303         items.
15304
15305         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15306         a page-changed signal.
15307
15308         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15309         Add ev_document_get_page().
15310
15311         * shell/ev-window.c: Sensitize/desensitize navigation
15312         actions.
15313
15314 2004-12-21  Havoc Pennington  <hp@redhat.com>
15315
15316         * backend/ev-backend-marshal.c,
15317         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15318         marshaler-generator thingy. I'm sure there's a better way to do
15319         this in the modern world.
15320
15321         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15322         end_find methods and "found" signal.
15323
15324         * configure.ac: find glib-genmarshal
15325
15326 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15327
15328         * shell/ev-sidebar.c: Construct an actual sidebar.
15329         * shell/ev-sidebar-bookmarks.[ch]:
15330         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15331
15332 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15333
15334         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15335         Redo size handling.
15336         
15337         * shell/ev-view.c: Track the size from the document.
15338
15339 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15340
15341         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15342         constructor assumes ownership of the string passed in.
15343         
15344         * shell/ev-window.c (ev_window_open): Destroy the error
15345         dialog once we've displayed it.
15346
15347 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15348
15349         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15350         a bit, it works! (sort of)
15351
15352         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15353         Move to .cc since we need to use C++ in the implementation.
15354
15355         * shell/dummy.cc: Add a CC file to force evince
15356         to be linked as a C++ program.
15357
15358 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15359
15360         * shell/ev-view.[ch]: Start of content-area widget.
15361
15362         * shell/ev-window.c: Create a EvView, update it
15363         as we change documents.
15364
15365         * shell/Makefile.am shell/ev-marshal.list: Add
15366         generated marshalers.
15367
15368 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15369
15370         * Makefile.am (SUBDIRS): move shell.
15371
15372 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15373
15374         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15375         .a to libtool convenience libraries.
15376
15377         * shell/ev-window.c (ev_window_open): Hard code loading
15378         a PDF document.
15379         
15380         * backend/ev-document.h: Add a boolean return to load(),
15381         fix GError * to GError **.
15382
15383         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15384         object for a PDF backend EvDocument.
15385
15386 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15387
15388         * dvi/*: New directory with the beginning of a .dvi backend.
15389
15390 2004-12-21  Havoc Pennington  <hp@redhat.com>
15391
15392         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15393         previous/next instead of back/forward
15394
15395 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15396
15397         * backend/ev-document.[ch]: Fix a couple of problems so
15398         it compile.
15399
15400 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15401
15402         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15403         to backend/ directory, rename EvViewer to EvDocument.
15404
15405 2004-12-21  Havoc Pennington  <hp@redhat.com>
15406
15407         * shell/ev-window.c: hook up the find bar widget; now we just need
15408         a document to find things in
15409
15410         * shell/eggfindbar.c: a find bar widget
15411
15412 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15413
15414         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15415
15416 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15417
15418         * pdf/**: Import of xpdf code from gpdf. 
15419
15420         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15421
15422         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15423         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15424         Fix FreeType includes.
15425
15426         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15427         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15428         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15429         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15430         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15431         Include xpdfconfig.h
15432         
15433 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15434
15435         * shell/ev-window.c (ev_window_dispose): dispose can be called
15436         multiple times.
15437
15438 2004-12-21  Havoc Pennington  <hp@redhat.com>
15439
15440         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15441         rather than Evince
15442
15443         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15444         items; really they should be synced with the strings, etc. from
15445         current gpdf, but just getting the boring typing out of the way 
15446
15447 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15448
15449         * po/POTFILES.in:
15450         * shell/ev-application.c: (window_destroy_cb):
15451         * shell/ev-window.c:
15452         * shell/main.c: (main):
15453
15454         Actually show the window...
15455
15456 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15457
15458         * Makefile.am:
15459         * shell/Makefile.am:
15460         * shell/ev-application.c: (ev_application_class_init):
15461         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15462
15463         Make it build again
15464
15465 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15466
15467         Import to gnome cvs.
15468         
15469         * Remove copies of gpdf and ggv trees.
15470         * Rip out all the recursive configure code.
15471         * Remove bonobo machinery.
15472         * viewer/*: GInterfaces that backends should/can implement.
15473
15474 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15475
15476         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15477         typo
15478
15479 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15480
15481         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15482         (ev_application_finalize, ev_application_class_init)
15483         (ev_application_init): use GType instance private data for priv.
15484
15485         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15486         (ev_window_finalize, ev_window_class_init)
15487         (ev_window_init): ditto.
15488
15489 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15490
15491         * shell/ev-application.c (ev_application_new_window): make public
15492         (ev_application_show_initial_window): kill.
15493
15494         * shell/ev-application.h: update prototypes.
15495
15496         * shell/main.cc (main): inline ev_application_show_initial_window.
15497
15498 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15499
15500         * shell/ev-application.c (ev_application_new_window): impl.
15501         (ev_application_show_initial_window): use it.
15502         (is_window_empty, ev_application_get_empty_window): returns an
15503         existing empty window or a new one.
15504         (ev_application_open): from ev_window_cmd_file_open.
15505
15506         * shell/ev-application.h: update prototypes
15507
15508         * shell/ev-window.c (ev_window_is_empty): impl.
15509         (ev_window_open): make public.
15510         (ev_window_cmd_file_open): use ev_application_open
15511
15512         * shell/ev-window.h: update prototypes, remove unused.
15513
15514 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15515
15516         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15517         move destroy handler out of here...
15518
15519         * shell/ev-application.c, shell/ev-application.h: ...into this new
15520         class. Also handles initial window creation.
15521
15522         * shell/main.cc (main): use EvApplication to create initial
15523         window.
15524
15525 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15526
15527         * Makefile.am (SUBDIRS): add cut-n-paste
15528
15529         * cut-n-paste/Makefile.am: add
15530
15531         * configure.ac: generate Makefiles in cut-n-paste
15532
15533 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15534
15535         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15536         (ev_window_class_init): install ev_window_dispose.
15537
15538 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15539
15540         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15541         char (gchar looks stupid).
15542
15543 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15544
15545         * po/de.po: updated German translation.
15546
15547 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15548
15549         * configure.ac: add more pkg-config library checks for gnome-vfs,
15550         bonobo etc.
15551
15552         * gpdf/configure.in: temporarily disable libpaper
15553         checks. Otherwise I'd have to add the checks for the shell, too.
15554
15555 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15556
15557         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15558         and * file filters to the file choose.
15559
15560 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15561
15562         * po/de.po: Updated German translation.
15563
15564 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15565
15566         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15567
15568 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15569
15570         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15571
15572         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15573         (ev_window_init): implement those menuitems.
15574
15575 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15576
15577         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15578
15579         * shell/ev-window.c (ev_window_init): use the toolbar.
15580
15581 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15582
15583         * shell/ev-window.c (ev_window_init): use menu translations
15584
15585 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15586
15587         * configure.ac: add "de" to ALL_LINGUAS.
15588
15589         * po/de.po: add German translation.
15590
15591 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15592
15593         * Makefile.am (SUBDIRS): add po
15594
15595         * configure.ac: check intltool, glib-gettext etc, generate
15596         po/Makefile.in
15597
15598         * po, po/POTFILES.in, po/POTFILES.skip: new.
15599
15600 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15601
15602         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15603         already use (#ifdef ENABLE_NLS)
15604
15605         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15606         pointer indirection thinko.
15607
15608         * shell/main.c: include gi18n.h for bindtextdomain etc.
15609
15610 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15611
15612         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15613         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15614         tooltips for menu items in the statusbar.
15615
15616 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15617
15618         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15619         pkgdatadir drop UIDIR
15620
15621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * data/evince-ui.xml: Add File->Open menu item
15624
15625         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15626         chooser), hook it up in the ui manager.
15627
15628 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15629
15630         * shell/ev-window.c: fix Help->About tooltip.
15631
15632 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15633
15634         * configure.ac: set CFLAGS for libevprivate.
15635
15636         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15637         definitions, factory etc.
15638
15639         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15640
15641         * shell/Makefile.am: link against libevprivate.a.
15642
15643         * shell/ev-window.c (entries): add stock icon to Help->About.
15644
15645         * shell/main.c (main): init stock icon code.
15646
15647 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15648
15649         * lib/recent-files: egg recent files code
15650
15651         * lib/Makefile.am: add.
15652
15653         * Makefile.am: add lib subdir.
15654
15655         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15656         set CFLAGS for recent-files.
15657
15658 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15659
15660         * configure.ac: disable -ansi and -pedantic gcc flags. They
15661         disable POSIX stuff in stdio.h, but egg-recent uses them.
15662
15663 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15664
15665         * configure.ac: add --disable-deprecated flag (defaults to on in
15666         "cvs" builds).
15667
15668         * shell/Makefile.am (INCLUDES): use it.
15669
15670 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15671
15672         * shell/main.c: add missing #include.
15673
15674         * shell/ev-window.c: fix for pedantic gcc.
15675         (ev_window_cmd_help_about): split license into paragraphs for
15676         translators and pedantic compilers.
15677
15678 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15679
15680         * configure.ac: add more warning flags if compiling with gcc from
15681         cvs (or explicitly requested with --enable-more-warnings).
15682
15683 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15684
15685         * data/evince-ui.xml: add File and File->Close menu.
15686
15687         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15688         (ev_window_destroy): quit after destroy.
15689         (ev_window_class_init): override GtkObject::destroy.
15690         (entries): install close_window callback.
15691
15692 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15693
15694         * Makefile.am (SUBDIRS): add data subdir.
15695
15696         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15697         gtk+ 2.5.0 for GtkAboutDialog.
15698
15699         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15700         main window.
15701
15702         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15703
15704         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15705         manager.
15706         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15707
15708 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15709
15710         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15711
15712 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15713
15714         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15715
15716 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15717
15718         * shell/*: Added shell directory boilerplate, build it.
15719
15720 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15721
15722         * configure.ac, Makefile.am: Added top-level configure.ac and
15723         Makefile.am