]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Danish translation
[evince.git] / ChangeLog
1 2009-02-15  Christian Persch  <chpe@gnome.org>
2
3         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
4         warnings.
5
6 2009-02-15  Christian Persch  <chpe@gnome.org>
7
8         * libdocument/Makefile.am:
9         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
10
11 2009-02-15  Christian Persch  <chpe@gnome.org>
12
13         * libdocument/ev-document-type-builtins.c.template:
14         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
15
16 2009-02-14  Christian Persch  <chpe@gnome.org>
17
18         * backend/impress/impress-document.c: (impress_document_save):
19         Fill in the error.
20
21 2009-02-14  Christian Persch  <chpe@gnome.org>
22
23         * libdocument/ev-document.c: (ev_document_load): Add code to catch
24         backends incorrectly implementing the load vfunc.
25
26 2009-02-14  Christian Persch  <chpe@gnome.org>
27
28         * libdocument/ev-document-factory.c:
29         (ev_document_factory_get_document): Use a local GError, and propagate
30         as appropriate, making sure always to fill in @error if returning NULL.
31
32 2009-02-14  Christian Persch  <chpe@gnome.org>
33
34         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
35
36 2009-02-14  Christian Persch  <chpe@gnome.org>
37
38         * backend/pdf/ev-poppler.cc: Plug a mem leak.
39
40 2009-02-14  Christian Persch  <chpe@gnome.org>
41
42         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
43         an error.
44
45 2009-02-14  Christian Persch  <chpe@gnome.org>
46
47         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
48         to always set @error when returning FALSE. Fix a typo.
49
50 2009-02-14  Christian Persch  <chpe@gnome.org>
51
52         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
53         to always set @error when returning FALSE.
54
55 2009-02-14  Christian Persch  <chpe@gnome.org>
56
57         * backend/comics/comics-document.c: (comics_document_load): Make sure
58         to always set @error when returning FALSE.
59
60 2009-02-14  Christian Persch  <chpe@gnome.org>
61
62         * backend/impress/impress-document.c: (impress_document_load): Plug a
63         mem leak.
64
65 2009-02-14  Christian Persch  <chpe@gnome.org>
66
67         * backend/impress/impress-document.c: (impress_document_load): Don't
68         overwrite an error.
69
70 2009-02-14  Christian Persch  <chpe@gnome.org>
71
72         * libdocument/ev-document.c: (ev_document_info_copy): Remove
73         unnecessary NULL check; g_strdup() is NULL-safe.
74
75 2009-02-14  Christian Persch  <chpe@gnome.org>
76
77         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
78         that this returns either NULL and fills in error, or non-NULL. Use a
79         local GError so we can reliably check it.
80
81 2009-02-14  Christian Persch  <chpe@gnome.org>
82
83         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
84         content type to get the description, not the MIME type.
85
86 2009-02-14  Christian Persch  <chpe@gnome.org>
87
88         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
89         in @error on failure. Also, since this is exported in public APIs,
90         cope with the passed-in GError** being NULL.
91
92 2009-02-13  Christian Persch  <chpe@gnome.org>
93
94         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
95         safety.
96         (get_mime_type_from_data): Return the MIME type, not the content type.
97
98 2009-02-13  Christian Persch  <chpe@gnome.org>
99
100         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
101         the input stream.
102
103 2009-02-13  Christian Persch  <chpe@gnome.org>
104
105         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
106         all errors upwards.
107
108 2009-02-13  Christian Persch  <chpe@gnome.org>
109
110         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
111         more bytes from buffer than were read from the file.
112
113 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
114
115         * properties/ev-properties-view.c (set_property):
116         
117         Fixes bug #571787.
118
119 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
120
121         * shell/eggfindbar.c: (egg_find_bar_init):
122
123         Use gtk_tool_button_set_use_underline() for next/previous buttons
124         so that the underline is used for the mnemonic. Fixes bug #571547.
125         
126 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * shell/ev-window.c: (setup_document_from_metadata),
129         (setup_sidebar_from_metadata), (setup_document_from_metadata),
130         (setup_view_from_metadata), (ev_window_set_document),
131         (ev_window_load_job_cb), (ev_window_reload_job_cb),
132         (ev_window_reload_remote), (ev_window_init):
133
134         Do not use metadata when reloading the document, so that the
135         window is not resized when reloading. See bugs #571051 and
136         #304249.
137         
138 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * configure.ac:
141         * cut-n-paste/smclient/Makefile.am:
142
143         Fix smclient libs on cycgwin. See bug #339172.
144         
145 2009-02-08  Christian Persch  <chpe@gnome.org>
146
147         * configure.ac:
148         * libdocument/Makefile.am:
149         * libview/Makefile.am: Add experimental introspection support.
150         Disabled by default; use --enable-introspection to enable it.
151         Bug #569083.
152
153 2009-02-08  Christian Persch  <chpe@gnome.org>
154
155         * libview/Makefile.am: Link libevdocument.la to libevview.la.
156
157 2009-02-05  Christian Persch  <chpe@gnome.org>
158
159         * backend/comics/comics-document.c: (comics_document_load):
160         * backend/djvu/djvu-document.c: (djvu_document_load):
161         * backend/dvi/dvi-document.c: (dvi_document_load):
162         * backend/impress/impress-document.c: (impress_document_load):
163         * backend/pdf/ev-poppler.cc:
164         * libdocument/ev-document-factory.c: (get_document_from_uri),
165         (ev_document_factory_get_document):
166         * shell/ev-print-operation.c:
167         (ev_print_operation_export_print_dialog_response_cb): Use
168         g_set_error_literal now that we depend on glib 2.18.
169
170 2009-02-05  Hib Eris  <hib@hiberis.nl>
171
172         * shell/ev-application.c:
173
174         Include gdkx.h only with X11. See bug #339172.
175         
176 2009-02-05  Hib Eris  <hib@hiberis.nl>
177
178         * backend/pdf/pdfdocument.evince-backend.in:
179
180         Add application/x-ext-pdf mime type for pdf backend. See bug
181         #339172.
182         
183 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * configure.ac:
186         * cut-n-paste/smclient/Makefile.am:
187         * cut-n-paste/smclient/eggdesktopfile.c:
188         * cut-n-paste/smclient/eggsmclient-win32.c:
189         * shell/main.c:
190
191         Make session manager code compile for w32. These changes have been
192         taken from upstream libegg. Based on patch by Hib Eris. See bug
193         #339172.
194         
195 2009-02-05  Hib Eris  <hib@hiberis.nl>
196
197         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
198
199         Make screensaver code compile for w32. These changes have been
200         copied from upstream totem. See bug #339172.
201         
202 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * configure.ac:
205         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
206
207         Make use of GConf optional. Based on patch by Hib Eris. See bug
208         #339172.
209         
210 2009-02-04  Christian Persch  <chpe@gnome.org>
211
212         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
213         evince gettext domain, so i18n works in the library.
214
215         * properties/ev-properties-main.c: (nautilus_module_initialize):
216         Remove extra bindtextdomain call.
217
218 2009-02-04  Christian Persch  <chpe@gnome.org>
219
220         * backend/comics/comics-document.c:
221         * backend/djvu/djvu-document.c:
222         * backend/dvi/dvi-document.c:
223         * backend/impress/impress-document.c:
224         * backend/pdf/ev-poppler.cc:
225         * backend/pixbuf/pixbuf-document.c:
226         * backend/ps/ev-spectre.c:
227         * backend/tiff/tiff-document.c:
228         * libdocument/ev-attachment.c:
229         * libdocument/ev-document-factory.c:
230         * libview/ev-jobs.c:
231         * libview/ev-view-accessible.c:
232         * libview/ev-view.c:
233         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
234         gi18n.h.
235
236 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * NEWS:
239         * configure.ac:
240
241         Update for release 2.25.90
242         
243 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * cut-n-paste/zoom-control/ephy-zoom-control.c:
246         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
247
248         Remove the old tooltips code and use G_DEFINE_TYPE().
249         
250 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * configure.ac:
253         * help/reference/Makefile.am:
254         * help/reference/libdocument/Makefile.am:
255         * help/reference/libdocument/libevdocument-docs.sgml:
256         * help/reference/libdocument/libevdocument.types:
257         * help/reference/libdocument/version.xml.in:
258         * help/reference/libview/Makefile.am:
259         * help/reference/libview/libevview-docs.sgml:
260         * help/reference/libview/libevview.types:
261         * help/reference/libview/version.xml.in:
262         * help/reference/shell/Makefile.am:
263         * help/reference/shell/evince-docs.sgml:
264         * help/reference/shell/evince.types:
265         * help/reference/shell/tmpl/dummy.sgml:
266         * help/reference/shell/version.xml.in:
267
268         Split API documentation into libdocument, libview and
269         shell. Required gtk-doc files has been added, but API docs still
270         need to be completed and improved. Fixes bug #568465.
271         
272 2009-02-01  Christian Persch  <chpe@gnome.org>
273
274         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
275
276 2009-02-01  Christian Persch  <chpe@gnome.org>
277
278         * backend/Makefile.am:
279         A backend/backend.symbols:
280         * configure.ac: Only export the backend module entry point. Bug
281         #569998.
282
283 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * shell/eggfindbar.c: (egg_find_bar_init):
286
287         Add mnemonics to buttons in search bar. Fixes bug #569212.
288         
289 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
290         
291         * shell/ev-print-operation.c:
292         (ev_print_operation_export_print_dialog_response_cb):
293
294         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
295         
296 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
299
300         Clamp top/bottom values of destinations to make sure they are not
301         bigger than the page height. Fixes bug #569327.
302         
303 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * libdocument/ev-debug.h:
306
307         Fix build when debug mode is disabled.
308         
309 2009-01-30  Christian Persch  <chpe@gnome.org>
310
311         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
312         this return TRUE only if any backends were loaded, so the ev_init()
313         function works as documented.
314
315 2009-01-30  Christian Persch  <chpe@gnome.org>
316
317         * evince-document.h:
318         * libdocument/Makefile.am:
319         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
320         #569117.
321
322         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
323         * libdocument/ev-backends-manager.h:
324         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
325         * libdocument/ev-debug.h:
326         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
327         (_ev_file_helpers_shutdown):
328         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
329         private.
330
331         * properties/ev-properties-main.c: (nautilus_module_initialize),
332         (nautilus_module_shutdown):
333         * shell/main.c: (main):
334         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
335         init/shutdown method.
336
337 2009-01-29  Christian Persch  <chpe@gnome.org>
338
339         * shell/main.c: (option_version_cb): Add --version which was lost in
340         the libgnome removal. Bug #562869.
341
342 2009-01-26  Christian Persch  <chpe@gnome.org>
343
344         * shell/ev-application.c: (ev_application_register_service),
345         (ev_application_shutdown):
346         * shell/main.c: (main): Move metadata manager initialisation and
347         shutdown into EvApplication. Follow-up from bug #569120.
348
349 2009-01-26  Christian Persch  <chpe@gnome.org>
350
351         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
352         copy the string twice. Bug #569231.
353
354 2009-01-26  Christian Persch  <chpe@gnome.org>
355
356         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
357         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
358         * libdocument/ev-file-helpers.h:
359         * shell/ev-application.c: (ev_application_shutdown),
360         (ev_application_init), (ev_application_screensaver_disable),
361         (ev_application_save_print_settings),
362         (ev_application_set_page_setup):
363         * shell/ev-application.h:
364         * shell/ev-metadata-manager.c: (load_values),
365         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
366         shell, since it shouldn't be public API. Bug #569120.
367
368         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
369         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
370
371 2009-01-25  Christian Persch  <chpe@gnome.org>
372
373         Bug 569082 – use versioned directory for backends
374
375         * configure.ac: Define ev_binary_version and backenddir.
376         * evince-document.pc.in: Add backenddir variable.
377         * libdocument/Makefile.am:
378         * backend/*/Makefile.am: Remove backenddir definition, so it picks
379         up the one from configure.
380
381 2009-01-25  Christian Persch  <chpe@gnome.org>
382
383         * configure.ac:
384         * evince-document.pc.in: Renamed from evince-backend.pc.in.
385         * libdocument/Makefile.am: Renamed library to libevdocument.la.
386         * libview/Makefile.am:
387         * shell/Makefile.am:
388         * backend/*/Makefile.am: Adapt to changed library name.
389
390         * libdocument/Makefile.am:
391         * libview/Makefile.am: Change the installed headers path to match
392         the directory names in SVN.
393
394         * evince-document.h:
395         * evince-view.h: Add single headers. Bug #568227.
396
397         * libdocument/*.h:
398         * libview/*.h: Add single headers guards.
399
400         * libview/Makefile.am:
401         * libdocument/Makefile.am:
402         * backend/*/Makefile.am:
403         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
404         still include individual headers.
405
406         * properties/Makefile.am:
407         * properties/ev-properties-main.c:
408         * properties/ev-properties-view.h:
409         * thumbnailer/Makefile.am:
410         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
411
412         * libdocument/Makefile.am:
413         * libview/Makefile.am: Generate type builtins from all installed headers.
414         * libdocument/ev-link-action.[ch]:
415         * libdocument/ev-link-dest.[ch]:
416         * libdocument/ev-transition-effect.[ch]:
417         * libview/ev-view.[ch]: Remove handcoded type builtins.
418
419         * libdocument/Makefile.am:
420         * evince-document.h: Add ev-document-factory.h to the public headers.
421
422 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * shell/ev-sidebar-page.c:
425
426         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
427         #568228.
428         
429 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * libdocument/ev-document.h:
432
433         Add EV_DEFINE_INTERFACE macro.
434         
435         * libdocument/ev-async-renderer.c:
436         * libdocument/ev-document-find.c:
437         * libdocument/ev-document-fonts.c:
438         * libdocument/ev-document-forms.c:
439         * libdocument/ev-document-images.c:
440         * libdocument/ev-document-layers.c:
441         * libdocument/ev-document-links.c:
442         * libdocument/ev-document-security.c:
443         * libdocument/ev-document-thumbnails.c:
444         * libdocument/ev-document-transition.c:
445         * libdocument/ev-document.c:
446         * libdocument/ev-file-exporter.c:
447         * libdocument/ev-selection.c:
448
449         Use EV_DEFINE_INTERFACE macro to define interfaces in
450         libdocument. See bug #568228.
451         
452 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
453
454         * libdocument/ev-document.[ch]:
455
456         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
457         #568228.
458         
459 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
460
461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
462         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
463         (new_separator_pixbuf):
464         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
465         (egg_toolbar_editor_disconnect_model),
466         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
467         (egg_toolbar_editor_finalize):
468         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
469         * cut-n-paste/toolbar-editor/eggmarshalers.list:
470         
471         Sync EggToolbarEditor with libegg.
472
473 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
474
475         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
476         When saving a file, using the default permissions for the user/system,
477         respecting umask and any setgid bit on the directory. Uses the new
478         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
479         Bug #568593.
480         
481 2009-01-21  Christian Persch  <chpe@gnome.org>
482
483         * configure.ac:
484         * libdocument/Makefile.am:
485         * libview/Makefile.am: Add libtool versioning to libevbackend and
486         libevview. Bug #568229.
487
488 2009-01-21  Christian Persch  <chpe@gnome.org>
489
490         * Makefile.am:
491         * configure.ac:
492         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
493
494 2009-01-21  Christian Persch  <chpe@gnome.org>
495
496         * configure.ac:
497         * libdocument/Makefile.am:
498         A libdocument/ev-version.h.in: Add version defines and version check
499         macro. Bug #568224.
500
501 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
502
503         * shell/ev-sidebar-links.c
504         * shell/ev-print-operation.c:
505         * shell/ev-history.c:
506         * shell/ev-file-monitor.c:
507         * shell/ev-window.c:
508         * shell/ev-password-view.c:
509         * shell/ev-sidebar-thumbnails.c:
510         * shell/ev-sidebar-attachments.c:
511         * libview/ev-pixbuf-cache.c:
512         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
513         Bug #568386.
514
515 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
516
517         * libdocument/ev-document-info.h:
518
519         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
520         
521 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
522
523         * libview/Makefile.am:
524
525         Install ev-job-scheduler.h. See bug #567790.
526         
527 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
528
529         * libdocument/Makefile.am:
530
531         Install ev-backends-manager.h and
532         ev-document-type-builtins.h. Fixes bug #567787.
533         
534 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * NEWS:
537         * configure.ac:
538
539         Update for release 2.25.5
540         
541 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * libview/ev-view.c: (ev_view_drag_data_get):
544
545         Fix second parameter passed to gtk_selection_data_set_uris(), 
546         it expects a gchar **.
547         
548 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
549
550         * libdocument/Makefile.am:
551         * libdocument/ev-document-info.h:
552         * libdocument/ev-document-type-builtins.c.template:
553         * libdocument/ev-document-type-builtins.h.template:
554         * libdocument/ev-document.c: (ev_document_info_get_type),
555         (ev_document_info_copy):
556
557         Make EvDocumentInfo and enums definded in ev-document-info.h
558         GTypes. Fixes bug #567789.
559         
560 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
561
562         * shell/main.c (arguments_parse): Fix for a minor code typo.
563
564 2009-01-18  Christian Persch  <chpe@gnome.org>
565
566         * help/reference/Makefile.am:
567         * help/reference/evince.types: Fix the API docs build. Bug #568171.
568
569 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
570
571         * libview/Makefile.am:
572         * libview/ev-view-type-builtins.c.template:
573         * libview/ev-view-type-builtins.h.template:
574
575         Make EvJobPriority a proper GType. Fixes bug #567788.
576         
577 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * configure.ac:
580         * cut-n-paste/*/Makefile.am:
581         * libdocument/Makefile.am:
582
583         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
584         code.
585         
586 2009-01-18  Christian Persch  <chpe@gnome.org>
587
588         * libview/ev-view.c: (ev_view_drag_data_get),
589         (ev_view_drag_motion), (ev_view_update_primary_selection),
590         (clear_link_selected):
591         * shell/ev-sidebar-attachments.c:
592         (ev_sidebar_attachments_drag_data_get),
593         (ev_sidebar_attachments_get_property),
594         (ev_sidebar_attachments_init):
595         * shell/ev-window.c: Update drag handling code to use the
596         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
597         hardcoding the targets lists. Bug #558084.
598         
599 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * libdocument/Makefile.am:
602         * libdocument/ev-backend-marshal.c:
603         * libdocument/ev-backend-marshalers.list:
604         * libdocument/ev-document.c:
605
606         Remove unused marshalers stuff from libdocument.
607         
608 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * po/POTFILES.in:
611
612         Update for the current source tree.
613         
614 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * configure.ac:
617         * Makefile.am:
618         * libdocument/Makefile.am:
619         * libview/Makefile.am:
620         * libview/ev-job-scheduler.[ch]:
621         * libview/ev-jobs.[ch]:
622         * libview/ev-page-cache.[ch]:
623         * libview/ev-pixbuf-cache.[ch]:
624         * libview/ev-timeline.[ch]:
625         * libview/ev-transition-animation.[ch]:
626         * libview/ev-view-accessible.[ch]:
627         * libview/ev-view-marshal.list:
628         * libview/ev-view.[ch]:
629         * shell/Makefile.am:
630
631         Move EvView specific code to a libeviview library so that it can
632         be embbeded in other applications. Based on patches by Tomeu
633         Vizoso. Fixes bug #567751.
634         
635 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
638         * shell/ev-window.c: (ev_window_load_job_cb),
639         (ev_window_load_job_cb), (ev_window_open_uri),
640         (ev_window_reload_local), (ev_window_dispose):
641
642         Remove dest, mode and search_string from EvJobLoad since they are
643         not really needed by the job, but for the window.
644         
645 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-view.c: (ev_view_drag_data_received),
648         (ev_view_class_init), (ev_view_init):
649         * shell/ev-window.c: (ev_window_drag_data_received),
650         (ev_window_class_init), (ev_window_init):
651
652         Make the whole EvWindow the destination of a drag and drop
653         operation.
654         
655 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * shell/ev-window.c: (window_open_file_copy_progress_cb):
658
659         Add missing brakets around the percentage in progress
660         messages. See bug #567910.
661         
662 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-application.c: (ev_application_open_window),
665         (ev_application_open_uri_at_dest):
666
667         Do no use gdk_x11_* when not available. Based on patch by Hib
668         Eris, see bug #339172.
669         
670 2009-01-16  Hib Eris  <hib@hiberis.nl>
671
672         * configure.ac:
673         * properties/ev-properties-view.c:
674         (ev_properties_view_format_date):
675
676         Check for localtime_r. See bug #339172.
677         
678 2009-01-16  Hib Eris  <hib@hiberis.nl>
679
680         * shell/main.c:
681
682         Include gdkx only for dbus support. See bug #339172.
683         
684 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
685
686         * shell/ev-view.c: (ev_view_set_zoom_for_size):
687
688         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
689         #567785.
690         
691 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-window.c: (reload_remote_copy_progress_cb),
694         (window_save_file_copy_progress_cb):
695
696         Use brakets around the percentage in progress messages. See bug
697         #567910.
698         
699 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-window.c: (reload_remote_copy_ready_cb):
702
703         Fix typo in error message. See bug #567910.
704         
705 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * shell/ev-window.c: (ev_window_cmd_file_close_window):
708
709         Fix mnemonic conflict. Fixes bug #567937.
710         
711 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
712
713         * NEWS:
714         * configure.ac:
715
716         Update for release 2.25.4
717         
718 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
719
720         * configure.ac:
721         
722         GLib version requirement bumped to 2.18 due to g_set_error_literal.
723         Thanks to Christian Spurk.
724
725 2008-12-31  Hib Eris  <hib@hiberis.nl>
726         
727         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
728
729         Fix mime type handling.
730         
731 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * po/POTFILES.in:
734
735         Add ev-print-operation.c.
736         
737 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-window.c: (ev_window_clear_progress_idle),
740         (reset_progress_idle), (ev_window_show_progress_message),
741         (ev_window_reset_progress_cancellable),
742         (ev_window_progress_response_cb), (show_loading_progress),
743         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
744         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
745         (show_reloading_progress), (reload_remote_copy_ready_cb),
746         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
747         (show_saving_progress), (window_save_file_copy_ready_cb),
748         (window_save_file_copy_progress_cb), (ev_window_save_remote),
749         (ev_window_dispose):
750
751         Show progress information when loading/saving remote files. Fixes
752         bug #370958.
753         
754 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
757
758         Show better warning message when temp file cannot be deleted.
759         
760 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * shell/ev-window.c: (image_save_dialog_response_cb):
763
764         Fix saving images to remote locations.
765         
766 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-application.[ch]: (ev_application_shutdown),
769         (ev_application_get_print_settings_file),
770         (ev_application_save_print_settings),
771         (ev_application_get_print_settings),
772         (ev_application_set_print_settings),
773         (ev_application_get_page_setup), (ev_application_set_page_setup):
774         * shell/ev-window.c: (ev_window_save_print_page_setup),
775         (ev_window_load_print_page_setup_from_metadata),
776         (ev_window_print_page_setup_done_cb),
777         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
778         (ev_window_cmd_preview_print):
779
780         Remember page setup options too. Paper size is globally remembered
781         while page margins are stored per document in metadata file. Fixes
782         bugs #525185 and #349102.
783         
784 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * shell/ev-print-operation.c:
787         (ev_print_operation_export_print_dialog_response_cb):
788
789         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
790         
791 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-print-operation.c: (export_cancel),
794         (export_job_cancelled), (ev_print_operation_export_begin),
795         (ev_print_operation_export_cancel):
796         * shell/ev-window.c: (ev_window_print_cancel),
797         (ev_window_print_update_pending_jobs_message),
798         (ev_window_print_operation_done),
799         (ev_window_print_operation_status_changed),
800         (print_jobs_confirmation_dialog_response),
801         (ev_window_cmd_file_close_window):
802
803         Show a confirmation dialog when there are pending print jobs while
804         closing the main window. Fixes bug #480964.
805         
806 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
809         (ev_print_operation_get_job_name),
810         (ev_print_operation_get_status),
811         (ev_print_operation_get_progress),
812         (ev_print_operation_update_status),
813         (ev_print_operation_export_get_job_name), (clamp_ranges),
814         (get_first_and_last_page), (ev_print_operation_export_run_next),
815         (print_job_finished), (export_print_done), (export_job_cancelled),
816         (update_progress), (export_print_page),
817         (ev_print_operation_export_begin),
818         (ev_print_operation_export_print_dialog_response_cb),
819         (ev_print_operation_export_run),
820         (ev_print_operation_export_cancel),
821         (ev_print_operation_export_class_init):
822         * shell/ev-window.c:
823         (ev_window_print_update_pending_jobs_message),
824         (ev_window_print_operation_done),
825         (ev_window_print_progress_response_cb),
826         (ev_window_print_operation_status_changed),
827         (ev_window_print_operation_begin_print), (ev_window_print_range),
828         (ev_window_dispose):
829
830         Show progress information when printing. Fixes bug #482770.
831         
832 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * shell/Makefile.am:
835         * shell/ev-progress-message-area.[ch]:
836         * shell/ev-message-area.[ch]: (ev_message_area_init),
837         (ev_message_area_set_image_from_stock):
838
839         Add EvProgressMessageArea derived from EvMessageArea to show
840         progress information in the message area. 
841         
842 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
845
846         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
847         close button. Add a function to get the contents of the message
848         area.
849         
850 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * shell/Makefile.am:
853         * shell/ev-print-operation.[ch]:
854         * shell/ev-jobs.[ch]: (ev_job_export_init),
855         (ev_job_export_dispose), (ev_job_export_run),
856         (ev_job_export_class_init), (ev_job_export_new),
857         (ev_job_export_set_page):
858         * shell/ev-window.c: (ev_window_print_operation_done),
859         (ev_window_print_range), (ev_window_dispose):
860
861         First step of the printing system rework. EvJobPrint has been
862         replaced by EvJobExport so that every page is scheduled to be
863         exported in a thread instead of scheduling the whole printing
864         process. This way the gui is responsive during printing.
865         
866 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/ev-window.c: (setup_size_from_metadata),
869         (ev_window_load_print_settings_from_metadata):
870
871         Fix memory leaks.
872         
873 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * libdocument/ev-document.c: (ev_document_get_type):
876
877         Add GObject type as prerequisite to EvDocument interface so that
878         document instances can be used as GObjects.
879         
880 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-view.c: (jump_to_find_result):
883
884         Only jump the the location of the find result for the first match
885         when searching. It drastically improves the performance when
886         searching. Bug catched and fixed by Michael Hunold. Fixes bug
887         #564774.
888         
889 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * properties/ev-properties-main.c: (ev_properties_get_pages):
892         * properties/ev-properties-view.[ch]:
893         (ev_properties_view_dispose), (ev_properties_view_class_init),
894         (ev_properties_view_set_info), (ev_properties_view_new):
895         * shell/ev-properties-dialog.[ch]:
896         (ev_properties_dialog_set_document):
897         * shell/ev-window.c: (ev_window_setup_document),
898         (ev_window_cmd_file_properties):
899
900         Add document URI to properties page. Fixes bug #555376.
901         
902 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * configure.ac:
905         * data/Makefile.am:
906         * data/evince-password.glade: Removed
907         * data/evince-properties.glade: Removed
908         * properties/ev-properties-view.c:
909         (ev_properties_view_class_init), (set_property),
910         (ev_properties_view_set_info), (ev_properties_view_init):
911         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
912         (font_cell_data_func), (ev_properties_fonts_init):
913
914         Remove Glade dependency.
915         
916 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * backend/comics/comics-document.c: (comics_document_load):
919
920         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
921         
922 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * NEWS:
925         * configure.ac:
926
927         Update for release 2.25.2
928         
929 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * configure.ac:
932         * shell/Makefile.am:
933         * shell/ev-keyring.[ch]:
934         * shell/ev-password.[ch]: Removed
935         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
936         (ev_password_view_class_init), (ev_password_view_clicked_cb),
937         (ev_password_view_init), (ev_password_view_set_uri),
938         (ev_password_dialog_got_response),
939         (ev_password_dialog_remember_button_toggled),
940         (ev_password_dialog_entry_changed_cb),
941         (ev_password_dialog_entry_activated_cb),
942         (ev_password_view_ask_password), (ev_password_view_get_password),
943         (ev_password_view_get_password_save_flags),
944         (ev_password_view_new):
945         * shell/ev-window.c: (ev_window_password_view_unlock),
946         (ev_window_load_job_cb), (ev_window_close_dialogs),
947         (ev_window_init):
948
949         Rework the password view. When the password is in the keyring it's
950         used automatically without showing the password dialog and it's  
951         only stored in the keyring when we are sure it's correct. The
952         password dialog has been reworked too, in order to make it
953         more hig compliant and consistent with the GTK+ dialog used in
954         gtkmountoperation. Fixes bug #562496. 
955         
956 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * backend/comics/comics-document.c: (comics_document_load):
959
960         Do not trust file extensions when getting the command needed to
961         uncompress comic documents. Fixes bug #562143.
962         
963 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * libdocument/ev-document-factory.c: (get_document_from_uri),
966         (ev_document_factory_get_document):
967         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
968         (get_mime_type_from_data), (ev_file_get_mime_type):
969
970         Move mime-type functions from document-facrory to file-helpers so
971         that it can be reused.
972         
973 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
976         (window_open_file_copy_ready_cb), (ev_window_reload_local),
977         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
978         (ev_window_reload_remote), (ev_window_reload_document):
979
980         Add support for reloading remote documents. Fixes bug #555399.
981         
982 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * shell/ev-view.c: (ev_view_find_previous):
985
986         Make sure find_result is never < 0 which causes a crash while
987         searching. Fixes bug #558377.
988         
989 2008-11-19  Marek Kašík <mkasik@redhat.com>
990
991         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
992         (ev_pixbuf_cache_get_selection_surface):
993         
994         Fixes crash on fast scrolling with simultaneous text selection.
995
996 2008-11-19  Marek Kašík <mkasik@redhat.com>
997
998         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
999         * shell/ev-window.c (launch_external_uri):
1000         
1001         Fixes assertion fail on selecting text. See bug #561393.
1002
1003 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * shell/Makefile.am:
1006         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1007         (ev_job_layers_dispose), (ev_job_layers_run),
1008         (ev_job_layers_class_init), (ev_job_layers_new):
1009         * shell/ev-sidebar-layers.[ch]:
1010         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1011         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1012         (ev_view_reload_page), (ev_view_reload):
1013         * shell/ev-window.c: (setup_sidebar_from_metadata),
1014         (ev_window_sidebar_current_page_changed_cb),
1015         (sidebar_layers_visibility_changed), (ev_window_init):
1016
1017         Add layers support.
1018         
1019 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * data/icons/22x22/actions/Makefile.am:
1022         * data/icons/22x22/actions/eye.png:
1023         * shell/ev-stock-icons.[ch]:
1024         
1025         Add eye icon from gimp to hide/show layers.
1026         
1027 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * configure.ac:
1030         * cut-n-paste/Makefile.am:
1031         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1032         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1033         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1034
1035         Add GimpCellRendererToggle from gimp slightly modified to fit our
1036         needs. 
1037         
1038 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * configure.ac:
1041         * backend/pdf/ev-poppler.cc:
1042
1043         Implement layers interface in PDF backend.
1044         
1045 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * libdocument/Makefile.am:
1048         * libdocument/ev-document-layers.[ch]:
1049         * libdocument/ev-layer.[ch]:
1050
1051         Add optional content (layers) interface.
1052         
1053 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1054
1055         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1056         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1057
1058         Removes unused code.
1059
1060 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * NEWS:
1063         * configure.ac:
1064
1065         Update for 2.25.1 release
1066
1067 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * shell/ev-window.c:
1070
1071         Fix build with GTK+ < 2.14
1072
1073 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1074
1075         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1076         
1077         Makes menu label translatable. Fixes bug #559129.
1078
1079 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1080
1081         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1082         (t1_transform_font):
1083         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1084         
1085         More renames of warning to mdvi_warning in follow up to the
1086         fix of the bug #553369. Fix for the bug #559257 by
1087         Tuxce <tuxce.net@gmail.com>.
1088         
1089 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * shell/ev-application.c: (ev_application_init_session):
1092         * shell/main.c: (main):
1093
1094         Move the egg_set_desktop_file() call to main and remove
1095         gtk_window_set_default_icon_name() since it's already called by
1096         egg_set_desktop_file()
1097         
1098 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1101
1102         Initialize GError to NULL.
1103         
1104 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1107         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1108         (ev_window_preview_print_finished), (launch_action):
1109
1110         Do not use popup dialogs to show error messages anymore, use the
1111         message area instead.
1112         
1113 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * shell/ev-window.c: (ev_window_error_message),
1116         (ev_window_warning_message), (ev_window_set_document),
1117         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1118         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1119         (ev_window_cmd_help_contents), (launch_external_uri),
1120         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1121         (ev_attachment_popup_cmd_open_attachment),
1122         (attachment_save_dialog_response_cb):
1123
1124         Use a message format (with printf()-style) in
1125         ev_window_error_message and ev_window_warning_message.
1126
1127 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-window.c: (ev_window_error_message),
1130         (ev_window_warning_message), (ev_window_set_document),
1131         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1132         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1133         (ev_window_cmd_help_contents), (launch_external_uri),
1134         (image_save_dialog_response_cb),
1135         (ev_attachment_popup_cmd_open_attachment),
1136         (attachment_save_dialog_response_cb):
1137
1138         Change ev_window_error_message and ev_window_warning_message to
1139         receive a EvWindow instead of a GtkWindow. It's more consistent
1140         and avoids unneeded casts.
1141         
1142 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * shell/ev-window.c: (ev_window_cmd_help_contents):
1145
1146         Use gtk_show_uri() when availale to display help contents.
1147         
1148 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * configure.ac:
1151         * backend/pdf/ev-poppler.cc:
1152         * properties/ev-properties-view.c:
1153         * shell/Makefile.am:
1154         * shell/ev-tooltip.[ch]: Removed
1155         * shell/ev-view-private.h
1156         * shell/eggfindbar.c:
1157         * shell/ev-application.c:
1158         * shell/ev-open-recent-action.c:
1159         * shell/ev-sidebar-thumbnails.c:
1160         * shell/ev-view.c:
1161         * shell/ev-window.c:
1162
1163         Bump GTK+ requirement to 2.12.
1164         
1165 2008-10-27 Christian Persch <chpe@gnome.org>
1166
1167         * backend/djvu/djvu-document.c
1168         * backend/dvi/cairo-device.c
1169         * cut-n-paste/evmountoperation/ev-mount-operation.h
1170         * cut-n-paste/gedit-message-area/gedit-message-area.h
1171         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1172         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1173         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1174         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1175         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1176         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1177         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1178         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1179         * cut-n-paste/zoom-control/ephy-zoom-action.c
1180         * cut-n-paste/zoom-control/ephy-zoom-action.h
1181         * cut-n-paste/zoom-control/ephy-zoom-control.c
1182         * cut-n-paste/zoom-control/ephy-zoom-control.h
1183         * libdocument/ev-async-renderer.h
1184         * libdocument/ev-document-factory.c
1185         * libdocument/ev-document-misc.h
1186         * libdocument/ev-image.h
1187         * libdocument/ev-selection.h
1188         * shell/ev-properties-fonts.h
1189         * shell/ev-stock-icons.h
1190         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1191         directly. Bug #558064.
1192
1193 2008-10-27 Christian Persch <chpe@gnome.org>
1194
1195         * cut-and-paste/smclient/*: Update from libegg.
1196
1197 2008-10-27 Christian Persch <chpe@gnome.org>
1198
1199         * backend/djvu/djvu-document.c
1200         * backend/ps/ev-spectre.c
1201         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1202
1203 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1204
1205         * shell/ev-view.c (ev_view_change_page),
1206         (ev_view_transition_animation_finish),
1207         (ev_view_transition_animation_cancel), (page_changed_cb),
1208         (ev_view_set_presentation), (ev_view_next_page),
1209         (ev_view_previous_page):
1210         
1211         Cancel the animation without scheduling transition start
1212         and proceed to the next page to fix bug #516749.
1213
1214 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * NEWS:
1217         * configure.ac:
1218
1219         Update for release 2.24.1
1220         
1221 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1224
1225         Disable toggle function of F5 when in presentation mode. Patch by
1226         Dave Neary. Fixes bug #556162.
1227         
1228 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1231         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1232         (ev_sidebar_thumbnails_fill_model),
1233         (ev_sidebar_thumbnails_refresh),
1234         (ev_sidebar_thumbnails_set_document):
1235
1236         Instead of using only one loading icon for thumbnails based on the
1237         size of the first page, create an icon for every different page
1238         size. Fixes bug #556264.
1239         
1240 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1243
1244         Fix memory leak.
1245         
1246 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1247
1248         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1249
1250         Removes bad prefixes from window title. Patch by 
1251         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1252         
1253 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * shell/ev-window.c: (launch_external_uri):
1256
1257         Do not consider mailto links as http uris. Fixes bug #555801.
1258         
1259 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1262
1263         Fix memory leak. Fixes bug #555134.
1264         
1265 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1268
1269         Emit the job finished signal when the job is handled before the
1270         page_ready callback.
1271         
1272 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-window.c: (launch_action):
1275
1276         Use GdkAppLaunchContext when available to launch external
1277         applications.
1278         
1279 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * shell/ev-window.c: (launch_action):
1282
1283         Fix launching external applications for launch actions which seems
1284         to be broken since the gio port. Fixes bug #554500.
1285         
1286 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * backend/dvi/Makefile.am:
1289         * backend/dvi/cairo-device.c:
1290         * backend/dvi/dvi-document.c:
1291         * backend/dvi/mdvi-lib/Makefile.am:
1292
1293         Fix several compile warnings in the dvi backend.
1294         
1295 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * backend/dvi/mdvi-lib/common.h:
1298         * backend/dvi/mdvi-lib/dviread.c:
1299         * backend/dvi/mdvi-lib/font.c:
1300         * backend/dvi/mdvi-lib/fontmap.c:
1301         * backend/dvi/mdvi-lib/fontsrch.c:
1302         * backend/dvi/mdvi-lib/gf.c:
1303         * backend/dvi/mdvi-lib/pagesel.c:
1304         * backend/dvi/mdvi-lib/pk.c:
1305         * backend/dvi/mdvi-lib/sp-epsf.c:
1306         * backend/dvi/mdvi-lib/special.c:
1307         * backend/dvi/mdvi-lib/tfm.c:
1308         * backend/dvi/mdvi-lib/tfmfile.c:
1309         * backend/dvi/mdvi-lib/util.c:
1310         * backend/dvi/mdvi-lib/vf.c:
1311
1312         Rename error as mdvi_error to avoid symbol conflicts with the libc
1313         error. Rename also message, crash, fatal and warning for
1314         consistency. Fixes bug #553369.
1315         
1316 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * backend/dvi/dvi-document.c: (dvi_document_load):
1319
1320         Fix memory leak.
1321         
1322 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * backend/dvi/dvi-document.c:
1325
1326         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1327         G_IMPLEMENT_INTERFACE.
1328         
1329 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1332
1333         Make sure copy_job_page_and_selection_to_job_info is always called
1334         before copy_job_to_job_info. Fixes bug #552382.
1335         
1336 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * NEWS:
1339         * configure.ac:
1340
1341         Update for release 2.24.0
1342         
1343 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-window.c: (launch_external_uri):
1346
1347         Use GdkAppLaunchContext when available to launch external uris.
1348         
1349 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-window.c: (launch_external_uri):
1352
1353         Use the message area to show errors when lauching external uris
1354         instead of a popup window.
1355         
1356 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * shell/ev-window.c: (launch_external_uri):
1359
1360         Assume invalid uris are http uris. Fixes bug #552071.
1361         
1362 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * NEWS:
1365         * configure.ac:
1366
1367         Update for release 2.23.92.
1368         
1369 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * shell/eggfindbar.c: (egg_find_bar_class_init):
1372
1373         Allow page scrolling with PageUp/PageDown keys when find bar is
1374         active. Fixes bug #529833.
1375         
1376 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-view-private.h:
1379         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1380         (ev_view_scroll), (ev_view_class_init):
1381         * shell/ev-view-accessible.c:
1382         (ev_view_accessible_action_do_action):
1383         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1384         (ev_window_cmd_scroll_backward):
1385
1386         Use GtkScrollType instead of EvScrollType.
1387         
1388 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1389
1390         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1391         
1392         Patch for case unsensitive page label match by Michael Lee.
1393         See bug #550136.
1394         
1395         * shell/ev-page-action.c (create_tool_item):    
1396         * test/Makefile.am:
1397         * test/test1.py:
1398         * test/test4.py:
1399         * test/test5.py:
1400         
1401         Added test for the above and updated other tests.
1402
1403 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-window.c: (image_save_dialog_response_cb):
1406
1407         Do not append the file extension twice when saving an image.
1408         
1409 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1412
1413         Remove an invalid ifdef.
1414         
1415 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-view.c: (ev_view_motion_notify_event):
1418
1419         Make sure the cursor is correctly restored after showing the right
1420         click menu.
1421         
1422 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1425         (ev_attachment_open):
1426         * shell/ev-sidebar-attachments.c:
1427         (ev_sidebar_attachments_button_press):
1428         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1429
1430         Use GdkAppLaunchContext when available to open attachments.
1431         
1432 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1435
1436         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1437         by Eric Piel.
1438         
1439 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-application.c: (ev_application_get_media_keys):
1442         * shell/ev-media-player-keys.[ch]:
1443         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1444         (ev_media_player_keys_grab_keys),
1445         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1446         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1447         * shell/ev-window.[ch]: (ev_window_dispose),
1448         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1449         (ev_window_init):
1450
1451         Clean up the media player keys stuff.
1452         
1453 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * NEWS:
1456         * configure.ac:
1457
1458         Update for release 2.23.91.
1459         
1460 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1463         (sm_client_xsmp_set_initial_properties):
1464
1465         Fix memory leak.
1466         
1467 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * shell/ev-application.c: (ev_application_open_window),
1470         (ev_application_open_uri_at_dest):
1471
1472         Make sure evince starts up in the right workspace when resuming a
1473         previous session.
1474         
1475 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/ev-application.[ch]: (ev_application_open_window),
1478         (ev_application_add_icon_path_for_screen),
1479         (ev_application_open_uri_at_dest):
1480
1481         Fix window manager warnings shown in ~/.xsession-errors
1482         
1483 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * configure.ac:
1486         * cut-n-paste/Makefile.am:
1487         * cut-n-paste/smclient/Makefile.am:
1488         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1489         * cut-n-paste/smclient/eggsmclient-private.h:
1490         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1491         * cut-n-paste/smclient/eggsmclient.[ch]:
1492
1493         EggSMClient copied from libegg
1494
1495         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1496         * shell/Makefile.am:
1497         * shell/ev-application.[ch]: (ev_application_load_session),
1498         (smclient_save_state_cb), (smclient_quit_cb),
1499         (ev_application_init_session), (ev_application_shutdown),
1500         (ev_application_init):
1501         * shell/main.c: (main):
1502
1503         Use EggSMClient instead of gnome-client and remove libgnome and
1504         libgnomeui dependencies.
1505         
1506 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * shell/main.c: (main):
1509
1510         Remove gnome_authentication_manager_init.
1511         
1512 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-view.c: (ev_view_goto_window_create):
1515
1516         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1517         since it's now deprecated.
1518         
1519 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * backend/djvu/Makefile.am:
1522         * backend/djvu/djvu-document-private.h:
1523         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1524         (djvu_document_find_iface_init):
1525         * backend/djvu/djvu-text-page.[ch]:
1526         * backend/djvu/djvu-text.[ch]: Removed
1527         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1528         (pdf_document_find_iface_init):
1529         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1530         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1531         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1532         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1533         (ev_job_find_has_results), (ev_job_find_get_results):
1534         * shell/ev-view-private.h:
1535         * shell/ev-view.[ch]: (ev_view_expose_event),
1536         (highlight_find_results), (ev_view_finalize),
1537         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1538         (ev_view_set_document), (ev_view_find_get_n_results),
1539         (ev_view_find_get_result), (jump_to_find_result),
1540         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1541         (ev_view_find_previous), (ev_view_find_search_changed),
1542         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1543         * shell/ev-window.c: (ev_window_update_actions),
1544         (page_changed_cb), (ev_window_setup_document),
1545         (ev_window_update_find_status_message),
1546         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1547         (ev_window_clear_find_job), (find_bar_close_cb),
1548         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1549         (ev_window_dispose), (ev_window_init):
1550
1551         Rework find interface. The find logic has been moved from backends
1552         to the shell avoiding a lot of duplicated code in the backends and
1553         making easier to implement the find interface in the backends.
1554         
1555 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * backend/pdf/ev-poppler.cc:
1558         (pdf_document_thumbnails_get_dimensions):
1559
1560         Make sure thumbnail size returned by the PDF is actually
1561         valid. Fixes bug #548462.
1562         
1563 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * shell/ev-window.c: (ev_window_setup_document),
1566         (ev_window_set_document), (ev_window_dispose):
1567
1568         Remove the idle function for setting the document up when the
1569         window is destroyed. Fixes bug #549163.
1570         
1571 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1574         (ev_job_attachments_dispose), (ev_job_attachments_run),
1575         (ev_job_attachments_class_init), (ev_job_attachments_new):
1576         * shell/ev-sidebar-attachments.c:
1577         (ev_sidebar_attachments_set_document):
1578
1579         Add a new job to get the attachments in a thread with the document
1580         lock held. Fixes bug #548653.
1581         
1582 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1585         (tiff_document_document_iface_init):
1586
1587         Implement document_get_page_label in tiff backend.
1588         
1589 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/tiff/tiff-document.c: (tiff_document_render):
1592
1593         Handle document orientation in tiff backend. Fixes bug #548444.
1594         
1595 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1598
1599         Do not crash when adjustment page size is 0. Fixes bug #547440.
1600         
1601 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1604
1605         Sync with current GTK+.
1606         
1607 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1608
1609         * configure.ac:
1610         
1611         Update for release 2.23.6.
1612
1613 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1616         (ev_job_load_set_password):
1617         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1618         * shell/ev-window.c: (password_dialog_response),
1619         (ev_window_load_job_cb):
1620
1621         Fix loading encrypted documents since I broke it with the jobs
1622         rework.
1623         
1624 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * NEWS:
1627
1628         Update NEWS for 2.23.6 release.
1629         
1630 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1631
1632         * backend/impress/impress-document.c:
1633         * backend/impress/render.h:
1634         * libdocument/ev-document-factory.c:
1635         * libdocument/ev-document-factory.h:
1636         * libdocument/ev-document-links.h:
1637         * libdocument/ev-document-misc.c:
1638         * libdocument/ev-document-misc.h:
1639         * properties/ev-properties-main.c:
1640         * properties/ev-properties-view.c:
1641         * properties/ev-properties-view.h:
1642         * shell/eggfindbar.c:
1643         * shell/eggfindbar.h:
1644         * shell/ev-application.c:
1645         * shell/ev-application.h:
1646         * shell/ev-jobs.h:
1647         * shell/ev-message-area.h:
1648         * shell/ev-navigation-action.c:
1649         * shell/ev-navigation-action.h:
1650         * shell/ev-open-recent-action.c:
1651         * shell/ev-open-recent-action.h:
1652         * shell/ev-page-action-widget.c:
1653         * shell/ev-page-action.c:
1654         * shell/ev-page-action.h:
1655         * shell/ev-page-cache.h:
1656         * shell/ev-password-view.h:
1657         * shell/ev-password.h:
1658         * shell/ev-pixbuf-cache.h:
1659         * shell/ev-properties-fonts.c:
1660         * shell/ev-sidebar-attachments.c:
1661         * shell/ev-sidebar-links.c:
1662         * shell/ev-sidebar-links.h:
1663         * shell/ev-sidebar-thumbnails.c:
1664         * shell/ev-sidebar-thumbnails.h:
1665         * shell/ev-sidebar.c:
1666         * shell/ev-sidebar.h:
1667         * shell/ev-stock-icons.c:
1668         * shell/ev-tooltip.h:
1669         * shell/ev-view.c:
1670         * shell/ev-view.h:
1671         * shell/ev-window.c:
1672         * shell/ev-window.h:
1673         * shell/main.c:
1674
1675         More #include cleanups. Again: reordering, single gtk.h
1676         includes and other stuff.
1677
1678 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1679
1680         * shell/eggfindbar.c:
1681         * shell/ev-application.c:
1682         * shell/ev-message-area.c:
1683         * shell/ev-navigation-action.c:
1684         * shell/ev-open-recent-action.c:
1685         * shell/ev-page-action-widget.c:
1686         * shell/ev-page-action.c:
1687         * shell/ev-password-view.c:
1688         * shell/ev-properties-dialog.c:
1689         * shell/ev-properties-fonts.c:
1690         * shell/ev-sidebar-attachments.c:
1691         * shell/ev-sidebar-page.c:
1692         * shell/ev-sidebar-thumbnails.c:
1693         * shell/ev-stock-icons.c:
1694         * shell/ev-tooltip.c:
1695         * shell/ev-view.c:
1696         * shell/ev-window.c:
1697         * shell/main.c:
1698
1699         Cleanup many #include statements: reorder so that a
1700         generic-to-specific order is used, use single gtk.h
1701         includes, and some other cleanups.
1702
1703 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-jobs.h:
1706
1707         Add gio header.
1708         
1709 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1712         (ev_document_fc_mutex_trylock):
1713         * shell/Makefile.am:
1714         * shell/ev-job-queue.[ch]:
1715         * shell/ev-job-scheduler.[ch]:
1716         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1717         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1718         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1719         (ev_job_failed_from_error), (ev_job_succeeded),
1720         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1721         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1722         (ev_job_links_class_init), (ev_job_render_init),
1723         (notify_page_ready), (ev_job_render_page_ready),
1724         (ev_job_render_run), (ev_job_render_class_init),
1725         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1726         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1727         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1728         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1729         (ev_job_save_dispose), (ev_job_save_run),
1730         (ev_job_save_class_init), (ev_job_print_init),
1731         (ev_job_print_dispose), (ev_job_print_run),
1732         (ev_job_print_class_init):
1733         * shell/ev-page-cache.c:
1734         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1735         (check_job_size_and_unref), (move_one_job),
1736         (copy_job_to_job_info), (add_job),
1737         (ev_pixbuf_cache_add_jobs_if_needed):
1738         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1739         (job_fonts_finished_cb), (job_fonts_updated_cb),
1740         (ev_properties_fonts_set_document):
1741         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1742         (ev_sidebar_links_set_document):
1743         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1744         (ev_sidebar_thumbnails_set_document),
1745         (ev_sidebar_thumbnails_clear_job):
1746         * shell/ev-view-private.h:
1747         * shell/ev-view.c:
1748         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1749         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1750         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1751         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1752         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1753         (ev_window_reload_document), (ev_window_clear_save_job),
1754         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1755         (ev_window_clear_print_job), (ev_window_print_job_cb),
1756         (ev_window_print_dialog_response_cb):
1757         * shell/main.c: (main):
1758
1759         Rework the jobs system in order to make it simpler and more
1760         extensible. It allows to run jobs in the main loop instead of
1761         using a thread when it's appropriate like the fonts job. Now it's
1762         also possible to cancel jobs that are currently running. 
1763         
1764 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * libdocument/ev-debug.c: (profile_init):
1767
1768         Create the hash table also when profiling service is enabled for
1769         all sections.
1770         
1771 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1774         (ev_profiler_stop):
1775         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1776         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1777         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1778         (ev_job_print_run):
1779         * shell/main.c: (main):
1780
1781         Add a profile mode available when debug is enabled. Add profilers
1782         in ev-jobs.
1783         
1784 2008-07-23  Götz Waschk <waschk@mandriva.org>
1785
1786         * configure.ac: Correctly build desktop file. Fixes
1787         bug #544237.
1788
1789 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1790
1791         * configure.ac:
1792         
1793         Update for release 2.23.5.
1794
1795 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * NEWS:
1798
1799         Update NEWS for 2.23.5 release.
1800         
1801 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * shell/ev-window.c: (ev_window_state_event),
1804         (ev_window_class_init):
1805
1806         Intercept window manager's fullscreen request in order to run/stop
1807         fullscreen mode. Fixes bug #493541.
1808         
1809 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1812
1813         Restart the job search when the find bar is opened for the second
1814         time. Fixes bug #531956.
1815         
1816 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1817
1818         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1819         (get_document_from_uri):
1820
1821         Make sure we always return a valid error struct when
1822         get_document_from_uri fails. Fixes nautilus crash, see bug
1823         #542548.
1824         
1825 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1826
1827         * libdocument/ev-transition-effect.c
1828         (ev_transition_effect_type_get_type),
1829         (ev_transition_effect_alignment_get_type),
1830         (ev_transition_effect_direction_get_type):
1831         
1832         Fixes bug #542924. Makes enums static to fix Solaris build.
1833
1834 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * shell/ev-view.c: (ev_view_key_press_event):
1837
1838         Add '.' keybinding for blanking the screen in presentation
1839         mode. Fixes bug #542001.
1840         
1841 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * libdocument/ev-document-misc.c:
1844         (ev_document_misc_pixbuf_from_surface):
1845
1846         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1847         #540950.
1848         
1849 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1850
1851         * backend/comics/comics-document.c (comics_document_load):
1852         * backend/comics/comicsdocument.evince-backend.in:
1853         * configure.ac:
1854         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1855         
1856         Added support for 7-zip based cb7 comic book. Patch by
1857         Kartik Rustagi. Fixes bug #532312.
1858
1859 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1860
1861         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1862         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1863         Fixes bug #539972.
1864
1865 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1866
1867         * shell/Makefile.am:
1868         * shell/ev-application.c (ev_application_init),
1869         (ev_application_get_media_keys):
1870         * shell/ev-application.h:
1871         * shell/ev-marshal.list:
1872         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1873         (proxy_destroy), (on_media_player_key_pressed),
1874         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1875         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1876         * shell/ev-media-player-keys.h:
1877         * shell/ev-window.c (ev_window_go_previous_page),
1878         (ev_window_go_next_page), (ev_window_go_first_page),
1879         (ev_window_go_last_page), (ev_window_start_presentation),
1880         (ev_window_dispose), (view_actions_focus_in_cb):
1881         * shell/ev-window.h: When building with D-Bus support, listen
1882         for multimedia key events from gnome-settings-daemon. This allows
1883         to go to the next/previous/first/last pages using, respectively,
1884         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1885         a presentation. Fixes bug #539971.
1886
1887 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1888
1889         * configure.ac:
1890         
1891         Update for release 2.23.4.
1892
1893 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * NEWS:
1896
1897         Update news for 2.23.4 release.
1898         
1899 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1902         * shell/ev-sidebar-thumbnails.c:
1903         (ev_sidebar_thumbnails_set_loading_icon),
1904         (ev_sidebar_thumbnails_refresh):
1905         * shell/ev-window.c: (ev_window_error_message),
1906         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1907         (ev_window_set_document):
1908
1909         Do not crash opening documents with no pages and show a warning
1910         message in the message area. Fixes bugs #537574 and #171588.
1911         
1912 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * shell/Makefile.am:
1915         * shell/ev-file-monitor.[ch]:
1916         * shell/ev-window.c: (ev_window_document_changed),
1917         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1918         (ev_window_reload_job_cb), (ev_window_open_uri),
1919         (ev_window_reload_document), (ev_window_cmd_view_reload),
1920         (ev_window_dispose):
1921
1922         Automaticly reload the document when the file has changed on
1923         disk. Bug #304249.
1924         
1925 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1926
1927         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1928         * libdocument/ev-image.c: (ev_image_save_tmp):
1929         * libdocument/ev-module.c: (ev_module_load):
1930         * shell/ev-application.c: (ev_application_shutdown),
1931         (ev_application_get_print_settings):
1932         * shell/ev-sidebar-attachments.c:
1933         (ev_sidebar_attachments_button_press),
1934         (ev_sidebar_attachments_drag_data_get):
1935         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1936         (ev_window_print_finished), (ev_window_print_send),
1937         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1938         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1939         (ev_window_cmd_preview_print):
1940         * shell/main.c: (load_files_remote):
1941         Fix some build warnings under GCC 4.3.0. (#537535).
1942
1943 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/ev-jobs.c: (ev_job_render_dispose):
1946
1947         Fix a crash in debug mode. Patch by Daniel M German.
1948         
1949 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-window.c:
1952
1953         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1954         
1955 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * shell/ev-window.c: (ev_window_print_send),
1958         (ev_window_do_preview_print):
1959
1960         Use the window title as print job name instead of just
1961         "evince-print". Fixes bug #534493.
1962         
1963 2008-05-19  Frederic Peters  <fpeters@0d.be>
1964
1965         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1966         Bug #533897.
1967
1968 2008-05-19  Frederic Peters  <fpeters@0d.be>
1969
1970         * help/reference/Makefile.am: added missing libevmountoperation to
1971         gtkdoc-scanobj libraries.  Bug #533896.
1972
1973 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1974
1975         * properties/ev-properties-view.c (get_default_user_units):
1976         Fixes check for default units string translation. Bug #533323.
1977
1978 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1979
1980         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1981         be an iks_free(). Fix an array overflow in the XML parser that
1982         would occur whenever the number of attributes in a tag was greater
1983         than 0 and divisible by 6. Fixes GNOME bug #530852.
1984
1985 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * backend/djvu/djvu-document-private.h:
1988         * backend/djvu/djvu-links.c:
1989         * backend/djvu/djvu-text.c:
1990         * backend/djvu/djvu-document.c: (djvu_handle_events),
1991         (djvu_wait_for_message), (djvu_document_load),
1992         (document_get_page_size), (djvu_document_render),
1993         (djvu_document_thumbnails_get_thumbnail),
1994         (djvu_document_file_exporter_end):
1995
1996         Make sure load job doesn't finish successfully when the document
1997         is not successfully decoded by libdjvu. Fixes bug #530202.
1998         
1999 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * configure.ac:
2002         * libdocument/Makefile.am:
2003         * libdocument/ev-debug.[ch]:
2004         * libdocument/ev-document.c:
2005         * shell/ev-jobs.c: (ev_job_links_dispose),
2006         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2007         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2008         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2009         (ev_job_render_page_ready), (ev_job_render_run),
2010         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2011         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2012         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2013         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2014         (ev_job_print_new), (ev_job_print_run):
2015         * shell/main.c: (main):
2016
2017         Add debug mode based on gedit code. Add debug messages in
2018         ev-jobs.
2019         
2020 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * libdocument/ev-document-factory.c: (get_document_from_uri):
2023
2024         Fix memory leak.
2025         
2026 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2027
2028         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2029         (get_mime_type_from_data), (get_document_from_uri),
2030         (ev_document_factory_get_document):
2031         
2032         Improved error message about file opening failture.
2033         Bug #529129.
2034
2035 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2036
2037         * data/evince-toolbar.xml:
2038         
2039         Allow to add SaveAs to toolbar.
2040
2041 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-view-private.h:
2044         * shell/ev-view.[ch]: (ev_view_button_release_event),
2045         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2046         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2047         (ev_view_update_primary_selection), (clear_link_selected),
2048         (ev_view_copy_link_address):
2049         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2050
2051         Update also the primary selection when copying a link
2052         address. Fixes bug #520855.
2053         
2054 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * libdocument/ev-document-factory.c: (get_document_from_uri):
2057
2058         Use the pixbuf backend only when the mime type is not supported by
2059         any of the other backend so that tiff documents, for instance, are
2060         handled by the tiff backend instead of the pixbuf backend. fixes
2061         bug #520290.
2062         
2063 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * cut-n-paste/Makefile.am:
2066
2067         Add evmountoperation to subdirs list.
2068         
2069 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * configure.ac:
2072
2073         Fix libspectre check in configure script. Fixes bug #528549.
2074         
2075 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * configure.ac:
2078         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2079         * shell/Makefile.am:
2080         * shell/ev-window.c: (ev_window_load_remote_failed),
2081         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2082
2083         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2084         open documents in remote locations that are not mounted.
2085         
2086 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2089         (bitmap_convert_msb8):
2090         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2091         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2092
2093         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2094         
2095 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2098         (ev_job_render_new), (ev_job_render_set_selection_info),
2099         (ev_job_render_run):
2100         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2101         (check_job_size_and_unref),
2102         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2103         (add_job), (ev_pixbuf_cache_get_selection_surface):
2104
2105         Create the render context needed for rendering a page in the render
2106         thread so that we don't block the main thread. Simplify
2107         EvJobRender API.
2108         
2109 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * libdocument/Makefile.am:
2112         * libdocument/ev-page.[ch]:
2113         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2114         (ev_render_context_new), (ev_render_context_set_page):
2115         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2116         (ev_form_field_finalize), (ev_form_field_class_init):
2117         * libdocument/ev-document-forms.[ch]:
2118         (ev_document_forms_get_form_fields):
2119         * libdocument/ev-document.[ch]: (ev_document_get_page),
2120         (ev_document_get_page_size), (ev_document_get_page_label):
2121         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2122         (ev_job_render_run), (ev_job_thumbnail_new),
2123         (ev_job_thumbnail_run), (ev_job_print_run):
2124         * shell/ev-page-cache.c: (ev_page_cache_new):
2125         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2126         (check_job_size_and_unref), (add_job):
2127         * shell/ev-sidebar-thumbnails.c: (add_range):
2128         * shell/ev-view.c: (ev_view_form_field_get_region),
2129         (ev_view_form_field_button_create_widget),
2130         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2131         (ev_view_handle_form_field), (ev_view_size_allocate),
2132         (get_selected_text):
2133         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2134         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2135         (pdf_document_get_page), (pdf_document_get_page_label),
2136         (pdf_document_render), (pdf_document_get_info),
2137         (pdf_document_document_iface_init),
2138         (pdf_document_thumbnails_get_thumbnail),
2139         (pdf_document_thumbnails_get_dimensions),
2140         (pdf_document_file_exporter_do_page),
2141         (pdf_selection_render_selection),
2142         (pdf_selection_get_selected_text),
2143         (pdf_selection_get_selection_region),
2144         (pdf_selection_get_selection_map),
2145         (pdf_document_forms_get_form_fields),
2146         (pdf_document_forms_form_field_text_get_text),
2147         (pdf_document_forms_form_field_text_set_text),
2148         (pdf_document_forms_form_field_button_set_state),
2149         (pdf_document_forms_form_field_button_get_state),
2150         (pdf_document_forms_form_field_choice_get_item),
2151         (pdf_document_forms_form_field_choice_get_n_items),
2152         (pdf_document_forms_form_field_choice_is_item_selected),
2153         (pdf_document_forms_form_field_choice_select_item),
2154         (pdf_document_forms_form_field_choice_toggle_item),
2155         (pdf_document_forms_form_field_choice_unselect_all),
2156         (pdf_document_forms_form_field_choice_set_text),
2157         (pdf_document_forms_form_field_choice_get_text):
2158         * backend/ps/ev-spectre.c: (ps_document_get_page),
2159         (ps_document_get_page_size), (ps_document_get_page_label),
2160         (ps_document_render), (ps_document_document_iface_init),
2161         (ps_document_file_exporter_do_page):
2162         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2163         (tiff_document_render), (tiff_document_render_pixbuf),
2164         (tiff_document_file_exporter_do_page):
2165         * backend/pixbuf/pixbuf-document.c:
2166         (pixbuf_document_get_page_size):
2167         * backend/comics/comics-document.c:
2168         (comics_document_get_page_size), (comics_document_render_pixbuf):
2169         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2170         (djvu_document_render), (djvu_selection_get_selected_text),
2171         (djvu_document_thumbnails_get_thumbnail),
2172         (djvu_document_file_exporter_do_page),
2173         (djvu_document_find_get_result):
2174         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2175         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2176         (dvi_document_thumbnails_get_thumbnail),
2177         (dvi_document_file_exporter_do_page):
2178         * backend/impress/impress-document.c:
2179         (impress_document_get_page_size),
2180         (impress_document_render_pixbuf):
2181         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2182
2183         Add EvPage so that we can hold a reference to the backend
2184         page. Form fields keep now a reference to the poppler page
2185         improving performance since we don't have to create/destroy the
2186         poppler field for every form operation. This will be needed for
2187         annotations too.
2188         
2189 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * data/evince-ui.xml:
2192         * shell/ev-window.c:
2193
2194         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2195         
2196 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * configure.ac:
2199         * backend/ps/Makefile.am:
2200
2201         Remove gs stuff from ps backend.
2202         
2203 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * configure.ac:
2206         * backend/pdf/ev-poppler.cc:
2207
2208         Bump poppler requirement to 0.8.0.
2209         
2210 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2211
2212         * NEWS:
2213         * configure.ac:
2214
2215         Update for release 2.22.1.1
2216
2217 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * configure.ac:
2220
2221         Fix build (again) when poppler version is 0.6
2222         
2223 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * backend/djvu/djvu-links.c: (build_tree):
2226
2227         Make sure link title is a valid utf8 string. Fixes bug #526517.
2228         
2229 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * configure.ac:
2232
2233         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2234         #526799.
2235         
2236 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2237
2238         * configure.ac:
2239         
2240         Update for release 2.22.1.
2241
2242 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * NEWS:
2245
2246         Update for upcoming release.
2247
2248 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * configure.ac:
2251         * backend/dvi/dvidocument.evince-backend.in:
2252
2253         Add compressed dvi to the list of supported mime types. Patch by
2254         Ed Catmur. Fixes bug #307087.
2255
2256 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2259
2260         Fix a crash when printing a range that doesn't specify the start or
2261         end page. Fixes bug #524288.
2262
2263 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * shell/ev-window.c: (ev_window_cmd_continuous),
2266         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2267         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2268         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2269         (ev_window_run_presentation), (ev_window_stop_presentation),
2270         (ev_window_cmd_view_presentation),
2271         (ev_window_cmd_leave_fullscreen),
2272         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2273
2274         Do not unfullscreen and fullscreen again the window when changing
2275         from fullscreen to presentation mode and vice versa. Fixes bug
2276         #524112.
2277         
2278 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2281
2282         Do not crash when thumbnail failed to render in PS backend. Fixes
2283         bug #525015.
2284         
2285 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2288         (ev_window_load_file_remote), (ev_window_open_uri):
2289
2290         Handle errors when opening remote files.
2291         
2292 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2295
2296         Only grab the focus for the current visible proxy widget. Fixes
2297         bug #521224.
2298         
2299 2008-03-30  Emil Soleyman  <emil@nishra.com>
2300
2301         * shell/ev-window.c: (launch_external_uri):
2302         
2303         Reuse g_app_info_launch_default_for_uri to
2304         save some code and fix bug #525009.
2305
2306 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2307
2308         * shell/ev-window.c (image_save_dialog_response_cb):
2309
2310         Use g_str_has_suffix. See bug #523069.
2311
2312 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * configure.ac:
2315
2316         Add a configure option to enable/diable DBus. Patch by Rémi
2317         Cardona. Fixes bug 521797.
2318
2319 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2322
2323         Fix printing in documents with rotated pages. Patch by Eugen
2324         Dedu. Fixes bug #512648.
2325         
2326 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2329         (ev_link_from_action):
2330
2331         Fix warning messages.
2332         
2333 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-window.c: (image_save_dialog_response_cb):
2336
2337         Do not append the extension to filename when saving an image
2338         if the filename alredy contains the extension. Fixes bug #523069.
2339         
2340 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-view.[ch]: (ev_view_find_cancel):
2343         * shell/ev-window.c: (find_bar_close_cb):
2344
2345         Cancel the find operation when the find bar is closed. Fixes bug
2346         #508845.
2347         
2348 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * backend/ps/psdocument.evince-backend.in:
2351
2352         Make ps backend module resident. Fixes bug #520607.
2353         
2354 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-jobs.c: (ev_job_print_run):
2357
2358         Invert collate action in order to work as expected, fix reverse
2359         printing so that it doesn't start with a blank page and fix number
2360         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2361         
2362 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2365
2366         Fix build with poppler <= 0.7.2
2367         
2368 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * libdocument/ev-document-misc.c:
2371         (ev_document_misc_surface_from_pixbuf):
2372
2373         Fix selections with poppler-splash.
2374         
2375 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * configure.ac:
2378         * backend/pdf/ev-poppler.cc:
2379
2380         Fix build with poppler >= 0.7.2
2381         
2382 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2383
2384         * configure.ac:
2385         
2386         Update for release 2.22.0
2387
2388 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * NEWS:
2391
2392         Update for upcoming release.
2393
2394 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2395
2396         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2397
2398         Bug 495107 – Handle print dialog responses correctly
2399
2400         Correctly handle print dialog response. Properly fixes
2401         the above mentioned bug.
2402
2403 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2406
2407         Make sure print job is only run when the print button is
2408         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2409         
2410 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * backend/pdf/pdfdocument.evince-backend.in:
2413         * libdocument/ev-backends-manager.c:
2414         (ev_backends_manager_load_backend),
2415         (ev_backends_manager_get_document):
2416         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2417
2418         Allow making backend modules resident. This is needed only for
2419         some backends like pdf to avoid registering glib types more than
2420         once.
2421         
2422 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * backend/comics/comics-document.c:
2425         * backend/djvu/djvu-document.c:
2426         * backend/impress/impress-document.c:
2427         * backend/pdf/ev-poppler.cc:
2428         * backend/pixbuf/pixbuf-document.c:
2429         * backend/ps/ev-spectre.c:
2430         * backend/ps/ps-document.c:
2431         * backend/tiff/tiff-document.c:
2432         * libdocument/ev-document.h:
2433         * properties/ev-properties-main.c:
2434
2435         Use g_type_module_add_interface instead of
2436         g_type_add_interface_static. Fixes bug #519679.
2437         
2438 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2439
2440         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2441         Added. Returns whether the animation has everything necessary to run.
2442         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2443         is ready just because it's been created. Fixes #519106.
2444         (draw_one_page): Do not show the "Loading..." text in presentation
2445         mode, there was a slim probability that this could happen.
2446
2447 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2450
2451         Duplicate mime_type string before freeing it so that it doesn't
2452         always fail when getting mime type from uri. Fixes bug #518874.
2453         
2454 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2457
2458         Fix a crash when a choice form field doesn't have any item
2459         selected. Fixes bug #518831
2460         
2461 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2462
2463         * shell/ev-window.c (ev_window_clear_temp_file):
2464         Use g_file_has_prefix instead of renamed
2465         g_file_contains_file.
2466
2467         * configure.ac:
2468         Require new glib for above change.
2469         
2470 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * libdocument/ev-image.c: (ev_image_finalize),
2473         (ev_image_save_tmp):
2474
2475         Return a real uri instead of a filename when saving an
2476         image. Fixes images drag an drop from evince to nautilus. 
2477         
2478 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * backend/pdf/ev-poppler.cc:
2481         (pdf_document_images_get_image_mapping):
2482
2483         Return the image list in the right order. Fixes bug #516237.
2484         
2485 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2486
2487         * backend/impress/impress-document.c:
2488         (impress_document_thumbnails_get_thumbnail):
2489
2490         Remove unused variable to avoid a compiler warning.
2491
2492 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2493
2494         * configure.ac:
2495         
2496         Update for release 2.21.91.
2497
2498 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * configure.ac:
2501         * shell/Makefile.am:
2502         * shell/ev-application.[ch]:
2503         * shell/ev-sidebar-links.c:
2504         * shell/ev-utils.[ch]:
2505         * shell/ev-window.[ch]:
2506
2507         Remove libgnomeprint support. Fixes bug #512370.
2508         
2509 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2510
2511         * thumbnailer/evince-thumbnailer.c: (main):
2512
2513         Initialize glib type system before using it. Fixes bug #513934.
2514         
2515 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * properties/ev-properties-main.c:
2518
2519         Add missing #include.
2520         
2521 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * configure.ac:
2524         * backend/djvu/djvu-document.c: (djvu_document_render):
2525         * backend/tiff/tiff-document.c: (tiff_document_render):
2526
2527         Use the new cairo function cairo_format_stride_for_width when
2528         available. Fixes bug #482720.
2529
2530 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2533         (get_mime_type_from_data), (get_document_from_uri):
2534
2535         Use g_content_type_guess() only when slow is true in
2536         get_document_from_uri(). Fix several memory leaks.
2537         
2538 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2539
2540         * libdocument/ev-document-factory.c:
2541         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2542         (get_document_from_uri):
2543
2544         Use g_content_type_guess () to get mimetype for files.
2545         Bug #510401.
2546
2547 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * thumbnailer/Makefile.am:
2550
2551         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2552         
2553 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * configure.ac:
2556
2557         Fix build with --without-libgnome. Fixes bug #512771.
2558         
2559 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2560
2561         * backend/dvi/Makefile.am: Install only dvi
2562         module. Fixes bug #512718.
2563
2564 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2565
2566         * properties/ev-properties-main.c: (nautilus_module_initialize):
2567         
2568         Initialize backends in properties tab. Fixes bug
2569         #512720.
2570
2571 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2572
2573         * properties/Makefile.am: No need to link with 
2574         libraries. Fixes bug #512719.
2575
2576 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * NEWS:
2579         * configure.ac:
2580         
2581         Update for release 2.21.90.
2582
2583 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * shell/ev-window.c: (ev_window_cmd_escape):
2586
2587         Fix compile warning.
2588         
2589 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2592
2593         Fix printing in dvi backend when filename contains white
2594         espaces. Fixes bug #502839.
2595         
2596 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2599         (screensaver_disable_x11):
2600         * shell/Makefile.am:
2601         * shell/xdg-user-dir-lookup.c: Removed
2602         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2603         * shell/ev-view.c: (ev_view_presentation_transition_start):
2604         * shell/ev-window.c: (ev_window_cmd_file_open),
2605         (ev_window_cmd_save_as), (presentation_set_timeout):
2606
2607         Remove #ifdefs that are no longer needed.
2608         
2609 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * shell/ev-view.[ch]: (ev_view_button_release_event),
2612         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2613         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2614         (ev_window_cmd_escape):
2615
2616         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2617         
2618 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * configure.ac:
2621         * backend/comics/comics-document.c: (comics_document_load):
2622         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2623         (ev_attachment_set_property), (ev_attachment_init),
2624         (ev_attachment_save), (ev_attachment_launch_app),
2625         (ev_attachment_open):
2626         * libdocument/ev-document-factory.c: (get_document_from_uri):
2627         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2628         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2629         * shell/ev-jobs.c:
2630         * shell/ev-password.c: (ev_password_dialog_set_property),
2631         (ev_password_dialog_save_password):
2632         * shell/ev-sidebar-attachments.c:
2633         (ev_sidebar_attachments_drag_data_get):
2634         * shell/ev-window-title.c: (get_filename_from_uri):
2635         * shell/ev-window.c: (ev_window_clear_temp_file),
2636         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2637         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2638         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2639         (launch_external_uri), (image_save_dialog_response_cb),
2640         (attachment_save_dialog_response_cb):
2641         * shell/main.c: (load_files), (load_files_remote), (main):
2642         * thumbnailer/evince-thumbnailer.c: (main):
2643
2644         Port to gio and drop gnome-vfs dependency. Fixes bug
2645         #510401. Based on patch by Cosimo Cecchi.
2646         
2647 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2648
2649         * NEWS:
2650
2651         Fixed formatting inconsistencies (spaces vs. tabs)
2652
2653 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2654
2655         * shell/ev-window.c:
2656
2657         Use top/up/bottom/down arrows instead of
2658         first/left/last/right in the toolbar and menu actions.
2659         This fixes issues with RTL languages and is visually
2660         consistent with the page view. Fixes bug #170081.
2661
2662 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2663
2664         * NEWS:
2665
2666         Fixed some inaccuracies pointed out by Carlos Garcia
2667         Campos.
2668
2669 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2670
2671         * NEWS:
2672         * data/evince.schemas.in:
2673         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2674
2675         Override PDF restrictions by default. Fixes bug #382700.
2676
2677 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2678
2679         * NEWS: Updated for upcoming release
2680
2681 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2684
2685         Fix memory leak.
2686         
2687 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2688
2689         * shell/ev-window.c: (register_custom_actions):
2690         
2691         Added comment for translators
2692
2693 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * shell/ev-view.c: (ev_view_button_release_event):
2696
2697         Do not create the idle function for kinetic scrolling if we are
2698         not in a drag operation.
2699
2700 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2703         (ev_view_button_press_event), (ev_view_motion_notify_event),
2704         (ev_view_button_release_event):
2705
2706         Restore cursor after autoscrolling. Fixes bug #509958.
2707
2708 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * configure.ac:
2711         * backend/pdf/ev-poppler.cc:
2712         (pdf_document_images_get_image_mapping),
2713         (pdf_document_images_get_image),
2714         (pdf_document_document_images_iface_init):
2715         * libdocument/ev-document-images.[ch]:
2716         (ev_document_images_get_image_mapping),
2717         (ev_document_images_get_image):
2718         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2719         (ev_image_get_id), (ev_image_save_tmp):
2720         * shell/ev-jobs.c: (ev_job_render_run):
2721         * shell/ev-view.c: (ev_view_drag_data_get):
2722         * shell/ev-window.c: (image_save_dialog_response_cb),
2723         (ev_view_popup_cmd_copy_image):
2724
2725         Do not render images when rendering the page but on demand. It
2726         reduces the memory comsumption.
2727         
2728 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2729
2730         * configure.a:
2731         * shell/ev-password.c:
2732
2733         Make gnome-keyring optional. Fixes bug #509676.
2734         
2735 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-pixbuf-cache.c: (add_job):
2738
2739         Initialize include_images variable as FALSE instead of TRUE.
2740         
2741 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * configure.ac:
2744         * cut-n-paste/Makefile.am:
2745         * cut-n-paste/fileformatchooser/Makefile.am:
2746         * cut-n-paste/fileformatchooser/egg-macros.h:
2747         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2748         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2749         * shell/Makefile.am:
2750         * shell/ev-utils.c:
2751         (file_chooser_dialog_add_writable_pixbuf_formats),
2752         (get_gdk_pixbuf_format_by_extension):
2753         * shell/ev-utils.h:
2754         * shell/ev-window.c: (ev_window_error_message),
2755         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2756         
2757         Simplify image format selection on save.
2758
2759 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2760
2761         * shell/ev-view.c: (ev_view_scroll_event):
2762         
2763         Repair gorizontal scrolling with shift. Fixes
2764         bug #483412.
2765
2766 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2767         
2768         * MAINTAINERS:
2769
2770         Fix formatting issues.
2771         
2772 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2773
2774         * backend/comics/comics-document.c: (comics_regex_quote):
2775         
2776         Don't overquote special chars except of '. See bug 
2777         502500. Thanks to Tom Parker.
2778
2779 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2780
2781         * MAINTAINERS:
2782         
2783         Added Nickolay and Carlos, since they're doing most of
2784         the releases nowadays.
2785
2786 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2787
2788         * properties/Makefile.am:
2789
2790         Get the nautilus extension dir properly instead of using
2791         a hack. Fixes bug #505359.
2792
2793 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2794
2795         * properties/Makefile.am:
2796         
2797         Install nautilus extension into new place. See bug
2798         #505359. Thanks to Matthias Clasen, Brian Pepple and
2799         Damien Carbery.
2800
2801 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2802
2803         * shell/ev-window.c: (ev_window_get_recent_file_label):
2804         
2805         RTL marker in recent file list. See bug #509076.
2806
2807 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2810         * shell/ev-window.c: (image_save_dialog_response_cb):
2811
2812         Fix compile warnings due to unused variables.
2813         
2814 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * configure.ac:
2817         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2818         * backend/ps/ev-spectre.c: (ps_document_render):
2819
2820         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2821
2822 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2823
2824         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2825         (ev_transition_animation_paint): Implement "fade" effect.
2826
2827 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2828
2829         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2830         (ev_transition_animation_paint): Implement "uncover" effect.
2831
2832 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2833
2834         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2835         (ev_transition_animation_paint): Implement "cover" effect.
2836
2837 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2838
2839         * shell/ev-transition-animation.c (ev_transition_animation_push)
2840         (ev_transition_animation_paint): Implement "push" effect.
2841
2842 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2843
2844         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2845         (ev_transition_animation_paint): Implement "dissolve" effect.
2846
2847 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2848
2849         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2850         (ev_transition_animation_paint): Implement "wipe" effect.
2851
2852 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2853
2854         * shell/ev-transition-animation.c (ev_transition_animation_box)
2855         (ev_transition_animation_paint): Implement "box" effect.
2856
2857 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2858
2859         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2860         (ev_transition_animation_paint): Implement "blinds" effect.
2861
2862 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2863
2864         * shell/ev-transition-animation.c (ev_transition_animation_split)
2865         (ev_transition_animation_paint): Implement "split" effect.
2866
2867 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2868
2869         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2870         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2871         (ev_view_transition_animation_start) 
2872         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2873         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2874         (ev_view_next_page) (ev_view_previous_page):
2875         
2876         Use EvTransitionAnimation to drive page changes in the presentation
2877         mode, the animation will wait to start until both the origin and 
2878         destination page surfaces are available. Fixes #458460.
2879
2880         (draw_loading_text):
2881
2882         Remove workaround for bug #320352, it's now fixed properly.
2883
2884
2885 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2886
2887         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2888         will contain the implementations for page transition animations, at
2889         the moment it just has the "replace" effect.
2890         * shell/Makefile.am: Added these files to build.
2891
2892 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2893
2894         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2895         animations.
2896         * shell/Makefile.am: Added these files to build.
2897
2898 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2899
2900         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2901         implementation to get_effect() in EvDocumentTransitionIface.
2902
2903 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2904
2905         * libdocument/ev-transition-effect.[ch]: New files, define a page
2906         transition effect, at the moment it maps PopplerPageTransition to a
2907         GObject.
2908         * libdocument/Makefile.am: Added these files to build.
2909         * libdocument/ev-document-transition.[ch]
2910         (ev_document_transition_get_effect): New method, gets the
2911         EvTransitionEffect returned by the interface implementation, with
2912         fallback to the "replace" effect.
2913
2914 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2915
2916         * configure.ac:
2917         * cut-n-paste/Makefile.am:
2918         * cut-n-paste/fileformatchooser/Makefile.am:
2919         * cut-n-paste/fileformatchooser/egg-macros.h:
2920         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2921         * shell/Makefile.am:
2922         * shell/ev-window.c: (image_save_dialog_response_cb),
2923         (ev_view_popup_cmd_save_image_as):
2924
2925         Allow exporting images in any format supported by
2926         GdkPixbuf. Fixes bug #500209.
2927         
2928 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * backend/pixbuf/pixbuf-document.c:
2931
2932         More warnings fixed.
2933         
2934 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2937         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2938         * backend/djvu/djvu-text.h:
2939         * backend/tiff/tiff-document.c: (tiff_document_render):
2940
2941         Fix compile warnings.
2942         
2943 2007-12-28  Christian Persch  <chpe@gnome.org>
2944
2945         * **/*.c: Include config.h. Bug #504721.
2946
2947 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * configure.ac:
2950         * Makefile.am:
2951         * po/POTFILES.in:
2952         * backend/comics/Makefile.am:
2953         * backend/comics/comics-document.[ch]:
2954         * backend/comics/comicsdocument.evince-backend.in:
2955         * backend/djvu/Makefile.am:
2956         * backend/djvu/djvu-document.[ch]:
2957         * backend/djvu/djvudocument.evince-backend.in:
2958         * backend/dvi/Makefile.am:
2959         * backend/dvi/dvi-document.[c]:
2960         * backend/dvi/dvidocument.evince-backend.in:
2961         * backend/impress/Makefile.am:
2962         * backend/impress/impress-document.[ch]:
2963         * backend/impress/impressdocument.evince-backend.in:
2964         * backend/pdf/Makefile.am:
2965         * backend/pdf/ev-poppler.cc:
2966         * backend/pdf/ev-poppler.h:
2967         * backend/pdf/pdfdocument.evince-backend.in:
2968         * backend/pixbuf/Makefile.am:
2969         * backend/pixbuf/pixbuf-document.[ch]:
2970         * backend/pixbuf/pixbufdocument.evince-backend.in:
2971         * backend/ps/Makefile.am:
2972         * backend/ps/ev-spectre.[ch]:
2973         * backend/ps/ps-document.[ch]:
2974         * backend/ps/psdocument.evince-backend.in:
2975         * backend/tiff/Makefile.am:
2976         * backend/tiff/tiff-document.[ch]:
2977         * backend/tiff/tiffdocument.evince-backend.in:
2978         * libdocument/Makefile.am:
2979         * libdocument/ev-backends-manager.[ch]:
2980         * libdocument/ev-module.[ch]:
2981         * libdocument/ev-document.h:
2982         * libdocument/ev-document-factory.[ch]:
2983         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2984         (get_compression_from_mime_type), (get_document_from_uri),
2985         (ev_document_factory_get_document), (file_filter_add_mime_types),
2986         (ev_document_factory_add_filters):
2987         * shell/Makefile.am:
2988         * shell/ev-window-title.c: (get_filename_from_uri):
2989         * shell/main.c: (main):
2990         * thumbnailer/Makefile.am:
2991         * thumbnailer/evince-thumbnailer.c: (main):
2992
2993         Plugin system for backends. Fixes bug #351348.
2994         
2995 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2996
2997         * shell/ev-view-private.h:
2998         * shell/ev-view.c: (ev_view_drag_update_momentum),
2999         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3000         (ev_view_button_release_event), (ev_view_destroy):
3001         
3002         Kinetic scrolling implemented as requested in
3003         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3004
3005 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3006
3007         * data/evince-toolbar.xml:
3008         * data/evince-ui.xml:
3009         * shell/ev-view-private.h:
3010         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3011         (ev_view_button_press_event), (ev_view_motion_notify_event),
3012         (ev_view_button_release_event), (ev_view_init),
3013         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3014         (ev_view_set_cursor):
3015         * shell/ev-view.h:
3016         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3017         (ev_window_cmd_view_autoscroll):
3018         
3019         Autoscroll feature with the context menu. Fixes bug 
3020         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3021
3022 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3025
3026         Disconnect also page-ready signal when removing a job because the
3027         page size has changed. Thanks to kripken
3028         <kripkensteiner@gmail.com>.
3029
3030 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3031
3032         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3033         
3034         Scroll pages in page entry with mouse wheel. Fixes bug
3035         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3036
3037 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * backend/dvi/Makefile.am:
3040         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3041         (mdvi_cairo_device_init):
3042         * backend/dvi/mdvi-lib/common.h:
3043         * backend/dvi/mdvi-lib/mdvi.h:
3044         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3045         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3046         (mdvi_build_path_from_cwd):
3047
3048         Add ps specials support in dvi backend when libspectre is
3049         present. Fixes bug #386005.
3050         
3051 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * configure.ac:
3054         * backend/ps/Makefile.am:
3055         * backend/ps/ev-spectre.[ch]:
3056         
3057         Use libspectre, if available, for the ps backend. Fixes bugs
3058         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3059
3060 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3061         
3062         * backend/comics/comics-document.c: (comics_document_load):
3063         
3064         Cygwin build issue fix.
3065
3066 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3067
3068         * shell/ev-view.c: (ev_view_set_zoom):
3069
3070         Do not limit the minimum zoom factor when sizing mode is best bit
3071         or fit width. Fixes bug #503805.
3072         
3073 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3076         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3077         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3078         (ev_link_dest_get_property), (ev_link_dest_set_property),
3079         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3080         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3081         (ev_link_dest_new_fitr):
3082         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3083         (goto_fith_dest), (goto_xyz_dest):
3084
3085         Do not change left, top and zoom values when they are null in PDF
3086         destinations. Fixes bug #460658.
3087         
3088 2007-12-10  Christian Persch  <chpe@gnome.org>
3089
3090         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3091         (ev_view_accessible_class_init),
3092         (ev_view_accessible_idle_do_action),
3093         (ev_view_accessible_action_do_action),
3094         (ev_view_accessible_action_get_description),
3095         (ev_view_accessible_action_set_description),
3096         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3097         (ev_view_accessible_factory_init),
3098         (ev_view_accessible_factory_get_accessible_type):
3099         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3100         private data, and G_DEFINE_TYPE. Bug #502843.
3101
3102 2007-12-08  Christian Persch  <chpe@gnome.org>
3103
3104         * shell/ev-metadata-manager.c: (item_free),
3105         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3106         (value_free), (parse_value), (parseItem),
3107         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3108         (save_values): Use GSlice to allocate small amounts of memory. Bug
3109         #475972.
3110
3111 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3114
3115         Restore cursor to normal after a drag operation. Fixes bug
3116         #501603.
3117         
3118 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3119
3120         * NEWS:
3121         * configure.ac:
3122         
3123         Update for release 2.21.1
3124
3125 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3126
3127         * configure.ac:
3128         * cut-n-paste/gedit-message-area/Makefile.am:
3129         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3130         * shell/Makefile.am:
3131         * shell/ev-message-area.[ch]:
3132         * shell/ev-window.c: (ev_window_set_message_area),
3133         (ev_window_error_message_response_cb), (ev_window_error_message),
3134         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3135         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3136         (ev_attachment_popup_cmd_open_attachment),
3137         (attachment_save_dialog_response_cb), (ev_window_set_document),
3138         (ev_window_init):
3139
3140         Use a message area instead of a popup dialog for error
3141         notifications. Fixes bug #337495.
3142         
3143 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3146         (ev_window_run_fullscreen):
3147
3148         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3149         
3150 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * ev-sidebar-thumbnails.c: (update_visible_range),
3153         (ev_sidebar_thumbnails_refresh),
3154         (ev_sidebar_thumbnails_set_document),
3155         (ev_sidebar_thumbnails_support_document):
3156
3157         Show thumbnails for documents with one page. Fixes bug #358751.
3158         
3159 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-window.c:
3162         (ev_window_load_print_settings_from_metadata),
3163         (ev_window_save_print_settings), (ev_window_print_finished),
3164         (ev_window_print_range):
3165
3166         Print settings that are specific to the document are now saved per
3167         document in the metadata file. Fixes bug #488806.
3168         
3169 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3170
3171         * backend/tiff/tiff-document.c: (tiff_document_render):
3172
3173         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3174         
3175 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * shell/ev-application.[ch]: (get_find_string_from_args),
3178         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3179         (ev_application_open_uri_list):
3180         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3181         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3182         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3183         (ev_window_cmd_recent_file_activate),
3184         (ev_window_open_recent_action_item_activated),
3185         (ev_window_print_send), (open_remote_link):
3186         * shell/main.c: (arguments_parse):
3187
3188         Add a command line option for search. Fixes bug #497710.
3189         
3190 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3191
3192         * shell/ev-jobs.c: (ev_job_print_new):
3193
3194         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3195         
3196 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * data/evince-toolbar.xml:
3199         * shell/Makefile.am:
3200         * shell/ev-application.c: (ev_application_init):
3201         * shell/ev-open-recent-action.[ch]:
3202         * shell/ev-window.c:
3203         (ev_window_open_recent_action_item_activated),
3204         (register_custom_actions):
3205
3206         Add an expander to the open toolbar item which pops up a dropdown
3207         menu with the recently used documents. Fixes bug #487215.
3208         
3209 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-window.c: (ev_window_open_uri),
3212         (ev_window_cmd_view_reload):
3213
3214         Do not jump to the first page when reloading by running evince
3215         from the command line. Fixes bug #490847.
3216         
3217 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3218
3219         * shell/ev-window.c: (ev_window_cmd_help_contents):
3220
3221         Plugged memory leak when help file is not found. Fixes bug
3222         #490762.
3223         
3224 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * configure.ac:
3227
3228         Enable djvu, dvi and comics backends by default. Fixes bug
3229         #437121.
3230         
3231 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * configure.ac:
3234         * cut-n-paste/Makefile.am:
3235         * cut-n-paste/recent-files/*: Removed
3236         * help/reference/Makefile.am:
3237         * shell/Makefile.am:
3238         * shell/ev-application.[ch]: (ev_application_shutdown),
3239         (ev_application_init):
3240         * shell/ev-window.c: (ev_window_add_recent),
3241         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3242
3243         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3244         
3245 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3246
3247         * shell/ev-window.c: (launch_external_uri):
3248
3249         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3250         and report error if the URL is not supported (#489910).
3251
3252 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3253
3254         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3255         (pdf_document_file_exporter_begin_page),
3256         (pdf_document_file_exporter_end_page):
3257
3258         Fix printing with poppler splash backend. Fixes bug #489774.
3259         
3260 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3263         * shell/ev-print-job.c: (ev_print_job_class_init):
3264
3265         Fix a crash when printing with the gnome-print dialog. Fixes bug
3266         #488939.
3267         
3268 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3269
3270         * backend/pixbuf/pixbuf-document.c:
3271
3272         Fix an implicit function definition warning (#487655)
3273
3274 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-window.c:
3277
3278         Fix conflicting shortcut for view sade pane and presentation.
3279         
3280 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * backend/pdf/ev-poppler.cc:
3283         (pdf_document_file_exporter_begin_page),
3284         (pdf_document_file_exporter_do_page),
3285         (pdf_document_file_exporter_end_page),
3286         (pdf_document_file_exporter_iface_init):
3287         * libdocument/ev-file-exporter.[ch]:
3288         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3289         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3290         (ev_job_print_run):
3291
3292         When printing multiple pages per sheet in reverse option, do not
3293         invert the order of the pages in every sheet, but the order of the
3294         sheets. Do not print blank pages when page range is invalid. Fixes
3295         bugs #484857 and #485521.
3296         
3297 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3300         (ev_job_print_run):
3301         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3302
3303         Respect ranges order when printing more than one range in random
3304         order.
3305         
3306 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3307
3308         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3309         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3310
3311         Rotate also the window icon when document is rotated. Fixes bug
3312         #474681.
3313         
3314 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3317         (pdf_document_forms_get_form_fields):
3318
3319         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3320         Matthias Drochner.
3321         
3322 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * configure.ac:
3325         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3326
3327         Use poppler_page_render_for_printing() instead of
3328         poppler_page_render() if available when exporting to a ps or pdf
3329         file. Fixes bug #476627.
3330         
3331 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * shell/ev-window.c: (ev_window_run_fullscreen):
3334
3335         Do not show the toolbar in fullscreen mode if the main toolbar is
3336         not visible. Fixes bug #483048.
3337         
3338 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-view.c: (ev_view_button_press_event):
3341
3342         Give priority to form fields over images when deciding whether a
3343         button press event is over an image or form field. It allows edit
3344         form fields when they are over a background image. Fixes bug
3345         #477841.
3346         
3347 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3348
3349         * NEWS:
3350         * configure.ac:
3351         
3352         Update for release 2.20.0
3353
3354 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * backend/pdf/ev-poppler.cc:
3357
3358         Remove #ifdef HAVE_FORMS, so that forms support works again.
3359
3360 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3361
3362         * configure.ac:
3363         * data/evince.desktop.in.in:
3364         
3365         Fixes desktop file issues. See bug #473471.
3366
3367 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3370         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3371         (ev_job_queue_remove_job):
3372         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3373         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3374         * shell/ev-window.c: (ev_window_clear_save_job),
3375         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3376         (ev_window_dispose):
3377
3378         Move save a copy task to its own job so that it's carried out in a
3379         thread avoiding another lock in the main thread. Use
3380         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3381         can be saved to a pathin another file system. Fixes bug #456891.
3382         
3383 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3384
3385         * NEWS:
3386         * configure.ac:
3387         
3388         Update for release 2.19.92
3389
3390 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * configure.ac:
3393         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3394         (pdf_selection_get_selection_region),
3395         (pdf_selection_get_selection_map),
3396         (ev_form_field_from_poppler_field):
3397
3398         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3399         and triple click selections are enabled again now.
3400
3401 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * shell/ev-window.c: (ev_window_add_history):
3404
3405         Make sure not to use the history with documents not supporting
3406         links. Fixes bug #468954.
3407
3408 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-window.c: (ev_window_load_job_cb):
3411
3412         Restart the search when reloading a document with the find bar
3413         visible. Fixes bug #461962.
3414
3415 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * shell/ev-window.c: (setup_document_from_metadata),
3418         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3419
3420         Do not jump to the first page when reloading a document from the
3421         last page.
3422
3423 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-window.c: (update_chrome_flag),
3426         (setup_sidebar_from_metadata),
3427         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3428         (ev_window_cmd_edit_find_next),
3429         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3430         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3431         (find_bar_close_cb), (view_actions_focus_in_cb):
3432
3433         Do not update visibility when changing a chrome flag so that it's
3434         possible to update several flags and update visibility only once
3435         for all of them.
3436
3437 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3440
3441         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3442         supported by gtk+. Fixes bug #460907.
3443
3444 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-view.c: (view_update_range_and_current_page):
3447
3448         Make sure current-page <= end-page in continuous mode. Fixes bug
3449         #454950.
3450
3451 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * backend/pdf/ev-poppler.cc: (build_tree):
3454
3455         Ignore outline items without a title. Fixes bug #453913.
3456
3457 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3460         (ev_view_button_release_event), (ev_view_leave_notify_event):
3461
3462         Use always drag mouse cursor during a drag operation. Fixes bug
3463         #470564.
3464
3465 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3468         (pdf_selection_get_selection_region),
3469         (pdf_selection_get_selection_map):
3470
3471         Temporarily disable double and triple selections since it depends on
3472         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3473         released and the update of the external dependency minimal version
3474         approved.
3475
3476 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3479         (pdf_document_file_exporter_do_page):
3480         * libdocument/ev-file-exporter.h:
3481         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3482         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3483
3484         Actually fix printing regressions. Remove orientation from
3485         EvPrintContext since it's redundant.
3486
3487 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3490         * backend/impress/impress-document.c:
3491         (impress_document_document_iface_init):
3492         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3493         * backend/djvu/djvu-document.c:
3494         (djvu_document_document_iface_init),
3495         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3496         * backend/tiff/tiff-document.c:
3497         (tiff_document_document_iface_init):
3498         * backend/pixbuf/pixbuf-document.c:
3499         (pixbuf_document_document_iface_init):
3500         * backend/comics/comics-document.c:
3501         (comics_document_document_iface_init):
3502         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3503         (pdf_selection_render_selection),
3504         (pdf_selection_get_selected_text),
3505         (pdf_selection_get_selection_region),
3506         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3507         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3508         (ev_selection_get_selection_region),
3509         (ev_selection_get_selection_map):
3510         * libdocument/ev-document.[ch]:
3511         * shell/ev-pixbuf-cache.[ch]: (add_job),
3512         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3513         * shell/ev-view-private.h:
3514         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3515         (ev_job_render_run):
3516         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3517         * shell/ev-view.c: (start_selection_for_event),
3518         (ev_view_button_press_event), (ev_view_drag_data_get),
3519         (ev_view_drag_data_received), (ev_view_button_release_event),
3520         (compute_new_selection_text), (compute_selections),
3521         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3522         (ev_view_primary_get_cb):
3523
3524         Add support for double and triple click selections.
3525
3526 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * NEWS:
3529         * configure.ac:
3530
3531         Update for release 2.19.4
3532
3533 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3534
3535         * shell/ev-view-private.h:
3536         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3537         (ev_view_set_highlight_search):
3538         * shell/ev-view.h:
3539         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3540         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3541         (find_bar_visibility_changed_cb):
3542         
3543         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3544
3545 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3548         (pdf_document_file_exporter_begin),
3549         (pdf_document_file_exporter_do_page):
3550         * shell/ev-jobs.c: (ev_job_print_run):
3551         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3552
3553         Create always a portrait cairo surface and rotate when needed for
3554         landscape. It fixes printing problems in real printers.
3555
3556 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3559         * libdocument/ev-file-exporter.[ch]:
3560         (ev_file_exporter_get_capabilities):
3561         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3562         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3563
3564         Adjust number of pages per row according to page orientation when
3565         printing 2 or 6 pages per sheet.
3566
3567 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * shell/ev-window.c: (ev_window_print_send):
3570
3571         Reset also cups setting to 1 when printing multiple pages per
3572         sheet. Fixes bug #468853.
3573
3574 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * libdocument/ev-document-misc.c:
3577         (ev_document_misc_surface_rotate_and_scale):
3578
3579         Use directly cairo_surface_get_content() when creating a similar
3580         surface as suggested by Jeff Muizelaar. Thanks again.
3581
3582 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * backend/djvu/djvu-document.c: (djvu_document_render):
3585         * backend/tiff/tiff-document.c: (tiff_document_render):
3586         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3587         * libdocument/ev-document-misc.c:
3588         (ev_document_misc_surface_from_pixbuf),
3589         (ev_document_misc_surface_rotate_and_scale):
3590
3591         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3592         creating page surfaces. Fixes bug #453123. Thank you very much to
3593         Jeff Muizelaar <jeff@infidigm.net>.
3594
3595 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/ev-page-cache.c: (ev_page_cache_new),
3598         (ev_page_cache_get_thumbnail_size):
3599         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3600         (ev_sidebar_thumbnails_set_loading_icon):
3601
3602         Also store in page-cache the dimensions of the thumbnails so that
3603         they can be used to create the correct loading icon in the side
3604         pane. Fixes bug #466857.
3605
3606 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * backend/pdf/ev-poppler.cc:
3609         (pdf_document_thumbnails_get_thumbnail):
3610
3611         Fix thumbnails rotation in pdf documents that include embedded 
3612         thumbnails.
3613
3614 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3615
3616         * backend/pdf/ev-poppler.cc:
3617
3618         Don't use #ifdef in macro expansion. Some compilers don't
3619         like that. Closes bug #467042.
3620
3621 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3622
3623         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3624         
3625         Fixes memory leak in djvu backend.
3626
3627 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3628
3629         * data/icons/32x32/Makefile.am:
3630         * data/icons/32x32/actions/Makefile.am:
3631         * data/icons/32x32/actions/view-page-cont.svg:
3632         * data/icons/32x32/actions/view-page-facing.svg:
3633         * data/icons/48x48/Makefile.am:
3634         * data/icons/48x48/actions/Makefile.am:
3635         * data/icons/48x48/actions/view-page-cont.svg:
3636         * data/icons/48x48/actions/view-page-facing.svg:
3637         
3638         Icons for a new sizes.
3639
3640 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3641
3642         * shell/ev-page-cache.c: (build_height_to_page),
3643         (ev_page_cache_get_height_to_page):
3644         
3645         Fixes invalid read, see bug #466401.
3646
3647 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3650         (set_drag_cursor):
3651         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3652         (configure_item_cursor), (new_pixbuf_from_widget):
3653
3654         Fix multihead problems in toolbar editor. Fixes bug #382055.
3655
3656 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * shell/ev-window.c: (ev_window_cmd_file_open),
3659         (ev_window_cmd_save_as):
3660
3661         Use g_get_user_special_dir when available instead of
3662         xdg_user_dir_lookup.
3663
3664 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * MAINTAINERS:
3667         
3668         Updated according to request on desktop-devel.
3669
3670 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3673
3674         Do not use cairo_rectangle and cairo_clip since we are
3675         not using cairo_fill but cairo_paint. Use the same cairo context
3676         for every page in the same expose event.
3677
3678 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3679
3680         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3681         leak.
3682
3683 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * configure.ac:
3686         * NEWS:
3687
3688         Release 0.9.3
3689
3690 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * libdocument/ev-document-info.h:
3693         * libdocument/ev-document.h:
3694         * shell/ev-page-action.h:
3695         * shell/ev-sidebar-links.h:
3696
3697         Fix a headers problem with ev-link
3698         
3699         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3700         * shell/ev-view-private.h:
3701         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3702         (get_link_area), (ev_view_query_tooltip),
3703         (ev_view_leave_notify_event), (ev_view_destroy),
3704         (ev_view_class_init):
3705
3706         Use new gtk tooltips when available instead of ev-tooltip.
3707         
3708 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * shell/ev-window.c: (update_chrome_visibility),
3711         (ev_window_sidebar_visibility_changed_cb):
3712
3713         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3714         
3715 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * shell/ev-navigation-action.c:
3718         (ev_navigation_action_history_changed),
3719         (ev_navigation_action_set_history):
3720         * shell/ev-navigation-action-widget.c:
3721         (ev_navigation_action_widget_init):
3722         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3723
3724         Fix compile warnings.
3725         
3726 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3729         (egg_editable_toolbar_dispose):
3730
3731         Fix memory leak.
3732         
3733 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3736         (screensaver_disable_x11):
3737         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3738         * shell/ev-window.c: (presentation_set_timeout):
3739         * shell/ev-view.c: (ev_view_presentation_transition_start):
3740
3741         Use g_timeout_add_seconds instead of g_timeout_add when
3742         available.
3743         
3744 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3747
3748         Set horizontal scrollbar policy to AUTOMATIC instead of
3749         NEVER. Workaround for bug #449462.
3750         
3751 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * shell/ev-jobs.c: (ev_job_render_page_ready):
3754
3755         Add page_ready callback to main loop with high priority and hold
3756         a reference to job during idle.
3757         
3758 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * configure.ac:
3761         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3762         (pdf_document_file_exporter_begin),
3763         (pdf_document_file_exporter_do_page),
3764         (pdf_document_file_exporter_get_capabilities):
3765         * libdocument/ev-file-exporter.h:
3766         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3767         * shell/ev-window.c: (ev_window_print_send),
3768         (ev_window_print_dialog_response_cb):
3769
3770         Allow printing multiple pages per sheet. Fixes bug #395573.
3771         
3772 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3773
3774         * shell/ev-view.c: (tip_from_link):
3775         
3776         Check for NULL, fixes bug #460862.
3777
3778 2007-07-29  Christian Persch  <chpe@gnome.org>
3779
3780         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3781         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3782         (ev_window_cmd_preview_print):
3783         
3784         Fixes bug #437681 - blocks while enumerating printers.
3785
3786 2007-07-29  Christian Persch  <chpe@gnome.org>
3787
3788         * shell/ev-window.c: (ev_window_screen_changed):
3789         
3790         Don't use deprecated gtk+ function. See bug #460909.
3791
3792 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * shell/ev-utils.c: (get_num_monitors):
3795         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3796
3797         Do not use display before initializing it. Remove compile
3798         warnings.
3799
3800 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3801
3802         * shell/ev-view.c: (ev_view_class_init):
3803         
3804         Unix-like hjkl bindings added. See bug #458111.
3805
3806 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3807
3808         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3809         * shell/ev-utils.h:
3810         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3811         (ev_view_update_view_size):
3812         * shell/ev-view.h:
3813         * shell/ev-window.c: (ev_window_update_actions),
3814         (setup_view_from_metadata), (ev_window_screen_changed),
3815         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3816         (zoom_control_changed_cb):
3817         * shell/ev-window.h:
3818         
3819         Reorganizes utility functions.
3820
3821 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3824         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3825         (add_job), (ev_pixbuf_cache_get_surface),
3826         (ev_pixbuf_cache_get_link_mapping),
3827         (ev_pixbuf_cache_get_image_mapping),
3828         (ev_pixbuf_cache_get_form_field_mapping),
3829         (ev_pixbuf_cache_get_text_mapping):
3830         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3831         (notify_page_ready), (ev_job_render_page_ready),
3832         (ev_job_render_run):
3833
3834         Add page_ready signal to notify that page is ready as soon as
3835         possible even if other page elements like links, forms, images or
3836         text mapping are not ready yet.
3837
3838 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3841         (dvi_document_file_exporter_do_page),
3842         (dvi_document_file_exporter_get_capabilities),
3843         (dvi_document_file_exporter_iface_init):
3844         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3845         (ps_document_file_exporter_do_page),
3846         (ps_document_file_exporter_get_capabilities),
3847         (ps_document_file_exporter_iface_init):
3848         * backend/djvu/djvu-document.c:
3849         (djvu_document_file_exporter_begin),
3850         (djvu_document_file_exporter_end),
3851         (djvu_document_file_exporter_get_capabilities),
3852         (djvu_document_file_exporter_iface_init):
3853         * backend/tiff/tiff-document.c:
3854         (tiff_document_file_exporter_begin),
3855         (tiff_document_file_exporter_get_capabilities),
3856         (tiff_document_document_file_exporter_iface_init):
3857         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3858         (pdf_document_file_exporter_do_page),
3859         (pdf_document_file_exporter_get_capabilities),
3860         (pdf_document_file_exporter_iface_init):
3861         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3862         (ev_file_exporter_get_capabilities):
3863         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3864         (idle_print_handler), (ev_print_job_print):
3865         * shell/ev-jobs.c: (ev_job_print_run):
3866         * shell/ev-window.c: (ev_window_print_send),
3867         (ev_window_print_range):
3868
3869         Use capabilities to know which options should be offered by the
3870         print dialog depending on the document backend.
3871
3872 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3875
3876         Give priority to forms over text to set the cursor.
3877
3878 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-view-private.h:
3881         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3882         (ev_view_leave_notify_event), (ev_view_finalize),
3883         (ev_view_get_property), (ev_view_class_init):
3884
3885         Use IBEAM cursor for text form fields and NORMAL cursor for read
3886         only fields. Remove unused status attribute.
3887
3888 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3891
3892         Update region for current selected items also for checkbox
3893         buttons, since they can behave as radio buttons when they are in a
3894         set.
3895
3896 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * configure.ac:
3899         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3900
3901         Get max length of text form fields.
3902
3903 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3906         * libdocument/ev-form-field.h:
3907         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3908
3909         Fix build with current poppler cvs head.
3910
3911 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3914         * shell/eggfindbar.c: (egg_find_bar_init):
3915
3916         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3917         deprecation. Fixes bug #455667
3918
3919 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * NEWS:
3922         * configure.ac:
3923         
3924         Update for release 0.9.2
3925
3926 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * shell/ev-view.c: (ev_view_form_field_text_save),
3929         (ev_view_form_field_choice_save):
3930
3931         Fix a crash when closing whith a form widget visible.
3932
3933 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3936
3937         Update also the region of the current selected button when
3938         clicking on another button if they are radio buttons.
3939
3940 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3943         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3944         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3945         (ev_pixbuf_cache_get_link_mapping),
3946         (ev_pixbuf_cache_get_image_mapping),
3947         (ev_pixbuf_cache_get_form_field_mapping),
3948         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3949         * shell/ev-view.c: (ev_view_form_field_get_region),
3950         (ev_view_form_field_button_create_widget),
3951         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3952         (job_finished_cb):
3953
3954         Redraw only form field region instead of the whole page when
3955         reloading a page to show changes on the form field.
3956
3957 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * shell/ev-view.c: (ev_view_form_field_choice_save):
3960
3961         Fix selection of first item in list form fields.
3962
3963 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3966         (ev_pixbuf_cache_reload_page),
3967         (ev_pixbuf_cache_get_form_field_mapping):
3968
3969         Some refactoring to avoid duplicated code.
3970
3971 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * configure.ac:
3974         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3975         (ev_form_field_from_poppler_field),
3976         (pdf_document_forms_get_form_fields),
3977         (pdf_document_forms_form_field_text_get_text),
3978         (pdf_document_forms_form_field_text_set_text),
3979         (pdf_document_forms_form_field_button_set_state),
3980         (pdf_document_forms_form_field_button_get_state),
3981         (pdf_document_forms_form_field_choice_get_item),
3982         (pdf_document_forms_form_field_choice_get_n_items),
3983         (pdf_document_forms_form_field_choice_is_item_selected),
3984         (pdf_document_forms_form_field_choice_select_item),
3985         (pdf_document_forms_form_field_choice_toggle_item),
3986         (pdf_document_forms_form_field_choice_unselect_all),
3987         (pdf_document_forms_form_field_choice_set_text),
3988         (pdf_document_forms_form_field_choice_get_text),
3989         (pdf_document_document_forms_iface_init):
3990         * libdocument/Makefile.am:
3991         * libdocument/ev-form-field.[ch]:
3992         * libdocument/ev-document-forms.[ch]:
3993         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3994         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3995         (add_job), (ev_pixbuf_cache_reload_page),
3996         (ev_pixbuf_cache_get_form_field_mapping):
3997         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3998         * shell/ev-view-private.h:
3999         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4000         (ev_view_handle_cursor_over_xy),
4001         (ev_view_get_form_field_at_location),
4002         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4003         (ev_view_form_field_button_create_widget),
4004         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4005         (ev_view_form_field_text_create_widget),
4006         (ev_view_form_field_choice_save),
4007         (ev_view_form_field_choice_changed),
4008         (ev_view_form_field_choice_create_widget),
4009         (ev_view_handle_form_field), (ev_view_size_allocate),
4010         (ev_view_realize), (draw_end_presentation_page),
4011         (ev_view_button_press_event), (ev_view_remove_all),
4012         (ev_view_motion_notify_event), (ev_view_key_press_event),
4013         (ev_view_enter_notify_event), (highlight_find_results),
4014         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4015         (ev_view_class_init), (page_changed_cb),
4016         (on_adjustment_value_changed), (ev_view_set_presentation),
4017         (merge_selection_region), (ev_view_set_cursor),
4018         (ev_view_reset_presentation_state):
4019         
4020         Merge evince-forms branch.
4021
4022 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4023
4024         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4025
4026         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4027         This script also updates itself from libegg
4028
4029         * cut-n-paste/toolbar-editor/egg*:
4030         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4031         libegg
4032
4033 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4034
4035         * shell/ev-window.c:
4036         
4037         Adds a nice icon to page action during toolbar editing.
4038         See bug #452872.
4039
4040 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4041
4042         * data/evince-toolbar.xml:
4043         * shell/ev-window.c:
4044         
4045         Let user add a presentation and fullscreen icons on toolbar.
4046         See bug #449734.
4047
4048 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4049
4050         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4051
4052         new script to keep in sync with toolbareditor in libegg
4053
4054         * cut-n-paste/toolbar-editor/*: 
4055
4056         Run update-toolbareditor-from-libegg so we are in sync again. 
4057         Fixes bug #452850.
4058         
4059
4060 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4061
4062         * shell/ev-sidebar-links.c: (job_finished_callback):
4063
4064         Do not connect selection changed signal more than once. Fixes bug
4065         #349433.
4066
4067 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4070
4071         Do not change sidebar chrome flag when pressing F9 key in
4072         presentation mode.
4073
4074 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4075
4076         * backend/pdf/ev-poppler.cc:
4077         (pdf_document_thumbnails_get_dimensions):
4078
4079         Make sure thumbnails width and height is not <= 0. Fixes a crash
4080         with some pdf documents which have really small pages.
4081
4082 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4083
4084         * shell/main.c: (main):
4085
4086         Fixes program description translation issue.
4087         Bug #450148.
4088
4089 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4090
4091         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4092
4093         Do not change current page when returning from black/white mode
4094         in presentation. Fixes bug #415032.
4095
4096 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4097
4098         * NEWS:
4099         * configure.ac:
4100         
4101         Update for release 0.9.1
4102
4103 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4104
4105         * backend/dvi/dvi-document.c:
4106         (dvi_document_finalize),
4107         (dvi_document_file_exporter_format_supported),
4108         (dvi_document_file_exporter_begin),
4109         (dvi_document_file_exporter_do_page),
4110         (dvi_document_file_exporter_end),
4111         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4112         
4113         PDF exporter for dvi documents. Fixes bug #441319.
4114
4115 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * shell/ev-window.c: (ev_window_clear_print_job):
4118
4119         Clear gtk print job when job has finished. Fixes bug #447612.
4120
4121 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-window.c: (ev_window_print_send),
4124         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4125
4126         Add preview button to print dialog. Fixes bug #445419.
4127
4128 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * backend/dvi/Makefile.am:
4131         * backend/dvi/pixbuf-device.[ch]: Removed
4132         * backend/dvi/cairo-device.[ch]: Added
4133         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4134         * backend/dvi/dvi-document.c: (dvi_document_load),
4135         (dvi_document_render), (dvi_document_finalize),
4136         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4137         (dvi_document_do_color_special):
4138         * libdocument/ev-document-misc.[ch]:
4139         (ev_document_misc_pixbuf_from_surface):
4140
4141         Port dvi backend to cairo and fix a problem with colors. 
4142
4143 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/ev-view.c: (draw_one_page):
4146
4147         Draw only visible region.
4148
4149 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * backend/djvu/djvu-document.c: (djvu_document_render):
4152
4153         Fix rotation in djvu backend.
4154
4155 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4158         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4159         (ev_pixbuf_cache_get_image_mapping),
4160         (ev_pixbuf_cache_get_text_mapping):
4161
4162         Redraw view every time we have a new surface. Fixes bug #443587.
4163
4164 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * libdocument/ev-document.c: (ev_document_info_free):
4167
4168         Fix memory leaks.
4169
4170 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * backend/dvi/dvi-document.c: (dvi_document_render),
4173         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4174         * backend/impress/impress-document.c:
4175         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4176         (impress_document_render), (impress_document_document_iface_init),
4177         (impress_document_thumbnails_get_thumbnail):
4178         * backend/djvu/djvu-document-private.h:
4179         * backend/djvu/djvu-document.c: (djvu_document_render),
4180         (djvu_document_finalize), (djvu_document_document_iface_init),
4181         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4182         * backend/tiff/tiff-document.c: (tiff_document_render),
4183         (tiff_document_render_pixbuf),
4184         (tiff_document_document_iface_init):
4185         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4186         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4187         (pdf_selection_render_selection):
4188         * backend/comics/comics-document.c:
4189         (comics_document_render_pixbuf), (comics_document_render),
4190         (comics_document_document_iface_init):
4191         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4192         (pixbuf_document_document_iface_init):
4193         * libdocument/ev-document-misc.[ch]:
4194         (ev_document_misc_surface_from_pixbuf),
4195         (ev_document_misc_surface_rotate_and_scale):
4196         * libdocument/ev-document.[ch]: (ev_document_render):
4197         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4198         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4199         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4200         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4201         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4202         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4203         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4204         (render_finished_cb), (ev_job_render_run):
4205         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4206         (merge_selection_region):
4207
4208         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4209         and selections.
4210
4211 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-window-title.c: (ev_window_title_update):
4214
4215         Fix memory leak.
4216
4217 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * shell/ev-view.c: (draw_loading_text):
4220
4221         Show loading text centered. Fixes bug #433061
4222
4223 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4224
4225         * shell/ev-sidebar-thumbnails.c:
4226         (ev_sidebar_thumbnails_set_loading_icon):
4227
4228         Remove a mutex in the main thread that blocks the UI in heavy
4229         documents.
4230
4231 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4232
4233         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4234
4235         Set points_set to TRUE so that selections don't disappear after a
4236         zoom change.
4237
4238 2007-06-07  Michael Monreal  <infernux@web.de>
4239
4240         * data/icons/16x16/actions/Makefile.am:
4241         * data/icons/16x16/actions/zoom.svg:
4242         * data/icons/22x22/actions/Makefile.am:
4243         * data/icons/22x22/actions/zoom.svg:
4244         * data/icons/24x24/actions/Makefile.am:
4245         * shell/ev-stock-icons.c:
4246         * shell/ev-stock-icons.h:
4247         * shell/ev-window.c:
4248         
4249         Zoom icon artwork. See bug #444795.
4250
4251 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4252
4253         * shell/ev-metadata-manager.c: Remove extraneous function
4254         (Closes: #444386)
4255
4256 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4257
4258         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4259         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4260         (ev_metadata_manager_set), (ev_metadata_manager_save):
4261         Simplify the timeout, no need for modified anymore
4262
4263 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4264
4265         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4266         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4267         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4268         (ev_metadata_manager_save): Adapted patch from Arjan van de
4269         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4270         time, saves on power (Closes: #443851)
4271
4272 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * configure.ac:
4275         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4276         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4277
4278         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4279
4280 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4281
4282         * shell/ev-window.c: (ev_window_add_history):
4283
4284         Check if history is NULL
4285
4286 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4287
4288         * libdocument/ev-image.c: (ev_image_finalize):
4289         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4290         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4291         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4292         (ev_tmp_uri_unlink):
4293
4294         Add functions to delete temporary files created by evince in a safe
4295         way.
4296
4297         * shell/ev-window.c: (ev_window_clear_local_uri),
4298         (open_xfer_update_progress_callback),
4299         (save_xfer_update_progress_callback), (ev_window_save_remote),
4300         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4301         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4302         (attachment_save_dialog_response_cb),
4303         (ev_attachment_popup_cmd_save_attachment_as):
4304
4305         Allow saving a copy of a document, image or attachment to a remote
4306         location. Fixes bug #440754. 
4307
4308 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4309
4310         * configure.ac:
4311         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4312
4313         Fix build with current poppler from cvs head. 
4314
4315 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4316
4317         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4318
4319         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4320         directory exists.
4321
4322 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4323
4324         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4325         * shell/ev-window.c:
4326
4327         Change sidebar ordering. Fixes bug #439939.
4328
4329 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4330
4331         * backend/comics/Makefile.am:
4332         
4333         Fixes build with --without-libgnome.
4334
4335 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4336         
4337         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4338
4339         Update cursor and tooltip on page change and view scroll. Fixes bug
4340         #439217.
4341
4342 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * NEWS:
4345         * configure.ac:
4346         
4347         Update for release 0.9.0
4348
4349 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4350
4351         * backend/djvu/djvu-document-private.h:
4352         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4353         (djvu_document_finalize),
4354         (djvu_document_file_exporter_format_supported),
4355         (djvu_document_file_exporter_begin),
4356         (djvu_document_file_exporter_do_page),
4357         (djvu_document_file_exporter_end),
4358         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4359         
4360         Implemented printing with djvu. Bug #437998.
4361
4362 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * backend/impress/zip.c:
4365         Add missing ulong definition.
4366
4367         * backend/ps/ps-interpreter.c:
4368         Add missing headers.
4369
4370         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4371
4372 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4373
4374         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4375
4376         Add missing call to parent class dispose method. 
4377
4378 2007-05-12  Ross Burton  <ross@openedhand.com>
4379
4380         * shell/main.c:
4381         Sync keybindings manually when building without libgnome
4382         (#437925).
4383
4384 2007-05-12  Ross Burton  <ross@openedhand.com>
4385
4386         * shell/ev-window.c:
4387         Respect the screen when opening help (#437866).
4388
4389 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * data/evince-ui.xml:
4392         * shell/ev-application.[ch]: (get_print_settings_from_args),
4393         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4394         (ev_application_open_uri_list):
4395         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4396         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4397         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4398         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4399         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4400         (ev_window_dispose):
4401         * shell/main.c: (arguments_parse):
4402
4403         Add print button in preview mode. Fixes bug #396475. 
4404
4405 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4406
4407         * cut-n-paste/zoom-control/ephy-zoom.h:
4408         
4409         Fixes zoom level factors. See bug #408119 for details.
4410
4411 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * backend/comics/comics-document.c: (comics_regex_quote),
4414         (extract_argv):
4415         
4416         Correctly quote symbols. Fixes crash in the bug
4417         #415370.
4418
4419 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-navigation-action-widget.c:
4422         (ev_navigation_action_widget_init),
4423         (ev_navigation_action_widget_class_init),
4424         (ev_navigation_action_widget_button_press_event):
4425         
4426         Connect to button-press event on correct widget. Fixes
4427         bug #431988
4428
4429 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * shell/ev-application.c: (ev_application_open_window),
4432         (ev_application_add_icon_path_for_screen),
4433         (ev_application_open_uri_at_dest):
4434         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4435         * shell/ev-navigation-action.c: (build_menu):
4436         
4437         Add app-specific icons to our icon theme. Fixes bug
4438         #425508.
4439
4440 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4441
4442         * shell/ev-history.c: (ev_history_class_init),
4443         (ev_history_add_link):
4444         * shell/ev-history.h:
4445         * shell/ev-navigation-action.c:
4446         (ev_navigation_action_history_changed),
4447         (ev_navigation_action_set_history), (build_menu),
4448         (ev_navigation_action_finalize):
4449         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4450         
4451         Make navigation action unsensitive instead of showing
4452         menu with unsensitive word. Fixes bug #417392.
4453
4454 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-application.[ch]: (ev_application_shutdown),
4457         (ev_application_get_print_settings),
4458         (ev_application_set_print_settings):
4459         * shell/ev-window.c:
4460
4461         Remember print settings. Fixes bug #349102. 
4462
4463 2007-05-08  Christian Persch  <chpe@gnome.org>
4464
4465         * configure.ac:
4466         * properties/ev-properties-view.c:
4467
4468         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4469         Bug #382438.
4470
4471 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4472
4473         * configure.ac:
4474         * properties/ev-properties-view.c: (ev_regular_paper_size):
4475
4476         Use gtk+ builtin paper list to identify the document's paper size.
4477         Fixes bug #382438. 
4478
4479 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * configure.ac:
4482
4483         Fix build when compiling with thumbnailer and libgnome support. 
4484
4485 2007-05-04  Ross Burton  <ross@openedhand.com>
4486
4487         * configure.ac:
4488         Add --without-libgnome, check for libgnome and libgnomeui
4489         separately, and add them to the symbols as required.
4490
4491         * libdocument/ev-file-helpers.c:
4492         When building without libgnome, use g_get_user_config_dir instead
4493         of gnome_user_dir_get.
4494
4495         * shell/ev-application.c:
4496         When building without libgnome, don't use session management.
4497
4498         * shell/main.c:
4499         When building without libgnome, don't use GnomeProgram or
4500         initialise the authentication manager.
4501
4502         This fixes #328842.
4503
4504 2007-05-04  Ross Burton  <ross@openedhand.com>
4505
4506         * shell/ev-window.c:
4507         Don't use libgnome to open help, instead call Yelp directly.
4508
4509 2007-05-04  Ross Burton  <ross@openedhand.com>
4510
4511         * shell/ev-sidebar-attachments.c:
4512         Don't use libgnome to lookup icons for MIME types, instead copy
4513         code from GTK+ to do it manually.
4514
4515 2007-05-04  Ross Burton  <ross@openedhand.com>
4516
4517         * configure.ac:
4518         Add libxml to the dependencies for SHELL_CORE (#435818).
4519
4520 2007-05-02  Ross Burton  <ross@openedhand.com>
4521
4522         * configure.ac:
4523         * Makefile.am:
4524         Add --disable-thumbnailer (#434825)
4525
4526 2007-05-02  Ross Burton  <ross@openedhand.com>
4527
4528         * shell/ev-window.c:
4529         Add missing includes, fix indentation.
4530
4531         * shell/main.c:
4532         Fix indentation.
4533
4534 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4535
4536         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4537         ev_application_open_uri_at_dest instead of ev_application_open_uri
4538         preventing new document always being opened in a new window even if there
4539         is an empty window.
4540
4541 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4544         (egg_recent_view_uimanager_finalize):
4545         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4546         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4547         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4548         (ev_pixbuf_cache_dispose):
4549         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4550         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4551         
4552         Add missing chain to parent class methods. Fixes
4553         bug #433128.
4554
4555 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4556
4557         * data/Makefile.am (update-icon-cache): Updates
4558         gtk-update-icon-cache in uninstall-hook.
4559
4560 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * shell/ev-window.c: (ev_window_setup_document),
4563         (ev_window_set_document), (ev_window_load_job_cb):
4564         * shell/ev-view.c: (setup_caches):
4565         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4566
4567         Start rendering pages before any other jobs. 
4568
4569 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * shell/ev-window.c: (ev_window_stop_fullscreen),
4572         (ev_window_stop_presentation):
4573
4574         Update chrome visibility before window unfullscreen. 
4575
4576 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * data/Makefile.am:
4579         * data/evince-ui.xml:
4580         * shell/ev-stock-icons.[ch]:
4581         * shell/ev-application.[ch]: (ev_application_shutdown),
4582         (ev_application_init), (ev_application_get_toolbars_model):
4583         * shell/ev-window.c: (update_chrome_visibility),
4584         (fullscreen_toolbar_setup_item_properties),
4585         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4586         (ev_window_run_presentation), (ev_window_stop_presentation),
4587         (ev_window_run_preview), (ev_window_screen_changed),
4588         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4589         (ev_window_dispose), (ev_window_init):
4590
4591         Make fullscreen toolbar always visible. Do not use egg toolbars for
4592         fullscreen and preview modes since such toolbars are not editables.
4593         Fixes bugs #300278, #338910 and #316188.  
4594
4595 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4596
4597         * shell/ev-application.c:
4598         * shell/ev-job-queue.c:
4599         * shell/ev-metadata-manager.c:
4600         * shell/ev-stock-icons.c:
4601         * shell/ev-window.c:
4602         * shell/main.c:
4603         
4604         Developers documentation updated.
4605
4606 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4609
4610         Check whether uri is valid before launching it. Fixes bug #427664.
4611
4612 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * shell/ev-window.c:
4615
4616         Change key accelerator for Open a Copy menu entry which is in conflict
4617         with Close. Fixes bug #427321.
4618
4619 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * NEWS:
4622         * configure.ac:
4623         
4624         Update for release 0.8.1
4625
4626 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * shell/ev-window.c: (setup_size_from_metadata):
4629         
4630         Do not make window bigger than screen. Fixes bug 
4631         #388985.
4632
4633 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4636         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4637
4638         Use default resolution when it's not provided by document. Fixes bug
4639         #408762.
4640
4641 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4642
4643         * configure.ac:
4644         * thumbnailer/Makefile.am:
4645         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4646         * thumbnailer/evince-thumbnailer.schemas.in:
4647         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4648
4649         Add support for ps, eps and compressed documents thumbnails. Do not
4650         ignore size parameter. 
4651
4652 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4653
4654         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4655         (dvi_document_do_color_special):
4656         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4657
4658         Implement font color specials in the DVI backend. Fixes bug #303651.
4659
4660 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4661
4662         Fixup the previous commit:
4663
4664         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4665         * shell/xdg-user-dir-lookup.c: Make the function non-static
4666         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4667
4668 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4669
4670         * shell/ev-window.c (file_open_dialog_response_cb): Use
4671         the xdg-user-dirs DOCUMENTS folder as default folder when
4672         opening a file chooser.  (#424858)
4673
4674         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4675         xdg-user-dirs.
4676
4677 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * shell/ev-window.c: (ev_window_load_job_cb):
4680
4681         Do not setup view from metadata on preview mode. 
4682
4683 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4684
4685         * shell/main.c:
4686
4687         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4688
4689 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4690
4691         * shell/ev-view.c: (ev_view_primary_get_cb):
4692
4693         Check pointer != NULL before using it. Fixes bug #416841. 
4694
4695 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4696
4697         * NEWS:
4698         * configure.ac:
4699         
4700         Release 0.8.0
4701
4702 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4705
4706         Do not render thumbnails when sidebar thumbnail page is not visible
4707         at startup. Fixes bug #416447. 
4708
4709 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4710
4711         * data/evince.desktop.in.in:
4712
4713         "Application" is not a valid category in the freedesktop specification.
4714
4715 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * libdocument/ev-file-helpers.[ch]: (compression_run),
4718         (ev_file_uncompress), (ev_file_compress):
4719         * shell/ev-window.c: (file_save_dialog_response_cb):
4720
4721         Save document compressed when saving a copy of a compressed document.
4722         Fixes bug #334542.
4723
4724 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4727
4728         Allow deleting in goto window entry in presentation mode. 
4729
4730 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4731
4732         * Makefile.am: Dist MAINTAINERS.
4733
4734 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (ev_window_update_actions):
4737
4738         Fix zoom shortcut keys when searching. Fixes bug #409828.
4739
4740 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * shell/ev-window.c: (ev_window_setup_document):
4743
4744         Fix crash when loading documents with only one page. 
4745
4746 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4747
4748         * backend/dvi/dvi-document.c:
4749         (dvi_document_thumbnails_get_dimensions),
4750         (dvi_document_thumbnails_get_thumbnail):
4751         * backend/impress/impress-document.c:
4752         (impress_document_thumbnails_get_thumbnail),
4753         (impress_document_thumbnails_get_dimensions):
4754         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4755         (ps_document_thumbnails_get_dimensions):
4756         * backend/djvu/djvu-document.c:
4757         (djvu_document_thumbnails_get_dimensions),
4758         (djvu_document_thumbnails_get_thumbnail):
4759         * backend/tiff/tiff-document.c:
4760         (tiff_document_thumbnails_get_thumbnail),
4761         (tiff_document_thumbnails_get_dimensions):
4762         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4763         (pdf_document_thumbnails_get_thumbnail),
4764         (pdf_document_thumbnails_get_dimensions):
4765         * backend/comics/comics-document.c:
4766         (comics_document_thumbnails_get_thumbnail),
4767         (comics_document_thumbnails_get_dimensions):
4768         * backend/pixbuf/pixbuf-document.c:
4769         (pixbuf_document_thumbnails_get_thumbnail),
4770         (pixbuf_document_thumbnails_get_dimensions):
4771         * libdocument/ev-document-thumbnails.[ch]:
4772         (ev_document_thumbnails_get_thumbnail),
4773         (ev_document_thumbnails_get_dimensions):
4774         * libdocument/ev-document-misc.[ch]:
4775         (ev_document_misc_get_thumbnail_frame):
4776         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4777         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4778         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4779         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4780         (ev_sidebar_thumbnails_refresh):
4781         * shell/ev-window.c: (ev_window_setup_document):
4782         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4783
4784         Use an EvRenderContext for rendering thumbnails instead of a suggested
4785         width, so that different sized pages get sized proportionally.
4786
4787 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * shell/ev-view.c: (ev_view_button_press_event),
4790         (ev_view_key_press_event):
4791
4792         Fix critical warnings when there is no document loaded. 
4793
4794 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-page-action-widget.c:
4797         * shell/ev-navigation-action.c:
4798         * shell/ev-window.c:
4799
4800         Fix compile warnings. 
4801
4802 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * backend/djvu/djvu-text.h:
4805         * backend/djvu/djvu-document.c:
4806         * backend/djvu/djvu-text-page.c:
4807         * backend/djvu/djvu-links.c:
4808         * backend/djvu/djvu-text-page.h:
4809         * backend/djvu/djvu-text.c:
4810         
4811         Fix build on Mac. Fixes bug #392186. Patch by
4812         <ephraim_owns@hotmail.com>
4813
4814 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4815
4816         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4817
4818         Restore cairo context before rendering every page when printing a PDF
4819         document into a PDF file. 
4820
4821 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4822
4823         * backend/ps/gstypes.h:
4824         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4825         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4826         (ps_document_thumbnails_get_thumbnail):
4827
4828         Handle PostScript page orientation. Fixes bug #318568.
4829
4830 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * backend/ps/Makefile.am:
4833         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4834         (document_load), (ps_document_load), (save_document),
4835         (save_page_list), (ps_document_get_n_pages),
4836         (ps_document_get_page_size), (ps_document_get_info),
4837         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4838         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4839         (ps_document_thumbnails_get_thumbnail),
4840         (ps_document_thumbnails_get_dimensions),
4841         (ps_document_document_thumbnails_iface_init):
4842         * backend/ps/ps.[ch]: (psgetpagebox):
4843         * backend/ps/ps-interpreter.[ch]:
4844
4845         Add support for thumbnails in ps backend. Fixes bug #164755. 
4846
4847 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4848
4849         * NEWS:
4850         * configure.ac:
4851         
4852         Release 0.7.2
4853
4854 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4855
4856         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4857         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4858         (ev_window_dispose):
4859
4860         Use document thumbnail as window icon. Fixes bug #384442.
4861
4862 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4863
4864         * configure.ac:
4865
4866         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4867         duplicated adding application/x-bzpostscript instead. 
4868
4869 2007-02-11  Tom Parker  <palfrey@tevp.net>
4870
4871         * backend/ps/ps-document.c: (document_load):
4872
4873         Check return value of psscan before trying
4874         to use it. Fixes bug #372414.
4875
4876 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4879
4880         Fix invalid free in ev-page-cache. Fixes bug #404745.
4881
4882 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * test/Makefile.am:
4885         * test/test3.py:
4886         
4887         Added reload test case.
4888
4889 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * po/POTFILES.in:
4892         * backend/djvu/djvu-document.c: (djvu_document_load):
4893
4894         Check whether there are missing files in indirect multipage djvu
4895         documents. Fixes bug #361683. 
4896
4897 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * test/Makefile.am:
4900         * test/test-mime.bin:
4901         * test/test3.py:
4902         
4903         Added test for slow mime type
4904
4905 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4908
4909         Add some checks and call parent_class->finalize. Fixes bug #404745.
4910
4911 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * shell/ev-navigation-action.c: (connect_proxy):
4914         
4915         Fixes dropdown history menu. Thanks a lot Carlos!
4916
4917 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4920
4921         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4922         bug #373715.
4923
4924 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4925
4926         * backend/ps/ps.c: (psscan):
4927
4928         Fix memory leak. 
4929
4930 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4931
4932         * configure.ac:
4933         * libdocument/ev-file-helpers.c: 
4934
4935         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4936
4937 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4938
4939         * configure.ac:
4940         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4941         (ps_interpreter_start), (document_load), (save_document),
4942         (save_page_list):
4943         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4944         * libdocument/ev-document-factory.c:
4945         (ev_document_factory_get_from_mime), (get_document_from_uri),
4946         (free_uncompressed_uri), (ev_document_factory_get_document):
4947         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4948
4949         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4950
4951 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * libdocument/ev-document.h:
4954
4955         Fix typo in function name. 
4956
4957 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * backend/ps/ps-document.c: (ps_interpreter_finished),
4960         (ps_interpreter_start), (ps_interpreter_failed):
4961
4962         Handle ghostscript interpreter crashes. 
4963
4964 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/ev-window.c: (ev_window_open_uri),
4967         (window_configure_event_cb):
4968
4969         Setup window size and position before showing it. Fixes bug #401711.
4970
4971 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4972
4973         * backend/ps/Makefile.am:
4974         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4975         (ps_document_dispose), (ps_document_class_init),
4976         (ps_interpreter_input), (ps_interpreter_output),
4977         (ps_interpreter_error), (setup_interpreter_env),
4978         (ps_interpreter_start), (ps_interpreter_stop),
4979         (ps_interpreter_failed), (ps_interpreter_is_ready),
4980         (check_filecompressed), (document_load), (ps_document_load),
4981         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4982         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4983         (render_page):
4984
4985         Rework ps-document. Code cleanups, remove deprecated code. 
4986
4987 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * shell/ev-view.c: (ev_view_button_press_event):
4990
4991         Do not start an image drag and drop operation when pointer is on 
4992         text, so that we can select text when the whole background is an
4993         image. 
4994
4995 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * shell/ev-window.c: (ev_window_update_actions): 
4998
4999         Disable all zoom related actions during presentation mode. 
5000
5001 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5002
5003         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5004
5005         Do not zoom in or out on presentation mode. Fixes bug #401305.
5006
5007 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * shell/ev-navigation-action.c: (connect_proxy),
5010         (create_menu_item), (ev_navigation_action_class_init):
5011         
5012         Correctly show menu and fix crash when navigaton 
5013         action is out of toolbar visible area.
5014
5015 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * data/Makefile.am:
5018         * data/evince.1:
5019         
5020         Added man file
5021
5022 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * help/reference/* :
5025         * configure.ac:
5026         
5027         Added gtk-doc based documentation for Evince.
5028         Still in initial state but I hope it will
5029         grow.
5030         
5031         * configure.ac:
5032         
5033         Lower dbus requirement to 0.70
5034
5035 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * shell/ev-window.c: (ev_window_add_history):
5038
5039         Fix memory leak. 
5040
5041 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5044         * shell/ev-view.h:
5045         * shell/ev-window.c: (ev_window_add_history):
5046         
5047         Correctly handle named destination links
5048
5049 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * NOTES:
5052         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5053         * backend/pdf/ev-poppler.cc:
5054         * libdocument/ev-document-links.h:
5055         * libdocument/ev-link.c: (ev_link_get_page):
5056         * libdocument/ev-link.h:
5057         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5058         (ev_history_add_link):
5059         * shell/ev-history.h:
5060         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5061         (new_history_menu_item), (build_menu):
5062         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5063         * shell/ev-sidebar-links.c: (create_loading_model),
5064         (print_section_cb), (ev_sidebar_links_construct),
5065         (fill_page_labels), (update_page_callback_foreach),
5066         (update_page_callback), (job_finished_callback):
5067         * shell/ev-view.c: (ev_view_handle_link):
5068         * shell/ev-window.c: (ev_window_find_chapter),
5069         (ev_window_add_history), (view_handle_link_cb),
5070         (history_changed_cb):
5071         
5072         Implements another history variant
5073
5074 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * shell/ev-window.c: (view_external_link_cb):
5077         * shell/ev-view.c: (ev_view_button_release_event):
5078
5079         Open links in new window when clicking with middle button. 
5080
5081 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-navigation-action.c: (new_history_menu_item):
5084         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5085         * shell/ev-view.c: (ev_view_handle_link):
5086         * shell/ev-window.c:
5087         
5088         Store link before jump, not the destination. For me it 
5089         seems like more natural history behavior.
5090
5091 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5092
5093         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5094         (ev_navigation_action_class_init):
5095         * shell/ev-navigation-action.h:
5096         * shell/ev-page-action.c: (activate_cb):
5097         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5098         (ev_page_cache_set_current_page_history):
5099         * shell/ev-page-cache.h:
5100         * shell/ev-sidebar-thumbnails.c:
5101         (ev_sidebar_tree_selection_changed),
5102         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5103         * shell/ev-view-private.h:
5104         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5105         * shell/ev-view.h:
5106         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5107         (ev_window_setup_document), (ev_window_load_job_cb):
5108         * shell/ev-window.h:
5109         
5110         History finally works as expected.
5111
5112 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5115
5116         Do not update links treeview if it doesn't have a model assigned yet. 
5117
5118 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5121         (ev_sidebar_links_class_init), (update_page_callback):
5122
5123         Do not update links treeview when sidepane is not visible. 
5124
5125 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * shell/ev-marshal.list:
5128         * shell/ev-page-action.c: (activate_cb),
5129         (ev_page_action_class_init):
5130         * shell/ev-page-action.h:
5131         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5132         * shell/ev-window.c:
5133         
5134         Remove activate_link signal, not required.
5135
5136 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * shell/ev-navigation-action.c: (build_menu):
5139         
5140         Reorder menu items and build menu with fixed length.
5141
5142 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5143
5144         * shell/ev-view.c: (get_selected_text):
5145         
5146         Normalize text to fix ligatures problem. See bug
5147         #341947 for details.
5148
5149 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5152
5153         Fix memory leak in ev-page-cache. 
5154
5155 2007-01-25  Tom Parker <palfrey@tevp.net>
5156
5157         * backend/impress/impress-document.c: (impress_document_load),
5158         (impress_document_finalize), (impress_document_init):
5159         * properties/ev-properties-main.c: (ev_properties_get_pages):
5160         
5161         Correctly handle impress document errors. Fixes nautilus
5162         crash in property page #370491.
5163
5164 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5165
5166         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5167         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5168         (ev_job_queue_remove_job):
5169         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5170         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5171         (ev_job_load_run):
5172         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5173         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5174         (ev_window_load_job_cb), (xfer_update_progress_callback),
5175         (ev_window_open_uri), (ev_window_dispose):
5176         * shell/main.c: (main):
5177
5178         Do file transfer asynchronously in the main thread instead of
5179         synchronously in the load thread. Fixes bugs #399694, #398307 and
5180         #343542.
5181
5182 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5183
5184         * shell/ev-jobs.c: (ev_job_xfer_run):
5185
5186         Load the document with the font-config lock held. 
5187
5188 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5189
5190         * backend/ps/ps-document.c: (start_interpreter):
5191
5192         Fix memory leaks in ps backend. 
5193
5194 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5195
5196         * backend/impress/impress-document.c:
5197         (impress_document_render_pixbuf):
5198
5199         Do not acquire fontconfig lock in impress backend, since it is using
5200         the main loop for rendering. 
5201
5202 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5203
5204         * po/POTFILES.in: 
5205
5206         Remove mdvi files that shouldn't be translated. 
5207
5208 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5209
5210         * shell/ev-view-private.h:
5211         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5212         (ev_view_set_zoom):
5213
5214         Render "loading..." text into a cairo surface instead of directly into
5215         the window so that fontconfig lock is only needed once and UI is not
5216         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5217
5218 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5221         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5222
5223         Use icon theme associated with the window screen rather than default. 
5224
5225 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5226
5227         * configure.ac:
5228
5229         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5230
5231 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5232
5233         * data/icons/*/apps/evince.*:
5234
5235         Move Evince icons under new apps directory.
5236
5237         * data/icons/*/actions/*:
5238
5239         Add new custom themeable Evince icons: view-page-continuous, 
5240         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5241         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5242
5243         * configure.ac:
5244
5245         Add new directories to AC_CONFIG_FILES.
5246
5247         * shell/ev-stock-icons.c:
5248         * shell/ev-stock-icons.h:
5249
5250         Use new custom themeable icons.
5251
5252 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5253
5254         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5255
5256         Do not draw white background page in presentation mode. 
5257
5258 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5259
5260         * shell/ev-view.c: Remove unused gnome-vfs include.
5261
5262 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5263
5264         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5265         
5266         Format string is corrected, fixes bug #397129.
5267
5268 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5269
5270         * shell/ev-window.c: (ev_window_setup_recent):
5271
5272         Do not include in recent menu inexistent documents. Fixes
5273         bug #339171.
5274
5275 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5276
5277         * po/POTFILES.skip: 
5278
5279         Update POTFILES.skip file according to current source tree. 
5280
5281 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5282
5283         * shell/ev-window.c: (file_save_dialog_response_cb):
5284
5285         Do Save a copy in atomic way. Fixes bug #328266. 
5286
5287 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5290
5291         Keep selected cell always visible in index treeview.
5292
5293 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5294         
5295         * shell/ev-view.c: (ev_view_size_allocate):
5296
5297         Restore horizontal scrollbar after switching to/from fullscreen
5298         or presentation mode. Fixes bug #331728.
5299
5300 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * shell/ev-view-private.h:
5303         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5304         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5305         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5306         (ev_view_can_zoom_out):
5307
5308         Use max and min scale values in the view iby taking dpi into account. 
5309
5310 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5311
5312         * configure.ac:
5313         * NEWS:
5314
5315         Release 0.7.1
5316
5317 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5318
5319         * shell/ev-window.c: (ev_window_print_send):
5320
5321         Send print job to printer with some settings set to default values,
5322         since we have already exported to a file according to such settings
5323         and they could be taken twice by some printers. 
5324
5325 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5326
5327         * shell/ev-jobs.c: (ev_job_xfer_run):
5328         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5329
5330         Show main window and load document with the font-config lock held. 
5331
5332 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5333
5334         * configure.ac:
5335         * shell/ev-application.c: (ev_application_register_service):
5336         * shell/main.c: (load_files_remote):
5337
5338         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5339
5340 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * doc/debugging.txt:
5343         
5344         Remove obsolete documentation.
5345
5346 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5347
5348         * Makefile.am:
5349         * backend/Makefile.am:
5350         * backend/comics/Makefile.am:
5351         * backend/djvu/Makefile.am:
5352         * backend/dvi/Makefile.am:
5353         * backend/ev-async-renderer.c:
5354         * backend/ev-async-renderer.h:
5355         * backend/ev-attachment.c:
5356         * backend/ev-attachment.h:
5357         * backend/ev-backend-marshal.c:
5358         * backend/ev-document-factory.c:
5359         * backend/ev-document-factory.h:
5360         * backend/ev-document-find.c:
5361         * backend/ev-document-find.h:
5362         * backend/ev-document-fonts.c:
5363         * backend/ev-document-fonts.h:
5364         * backend/ev-document-images.c:
5365         * backend/ev-document-images.h:
5366         * backend/ev-document-info.h:
5367         * backend/ev-document-links.c:
5368         * backend/ev-document-links.h:
5369         * backend/ev-document-misc.c:
5370         * backend/ev-document-misc.h:
5371         * backend/ev-document-security.c:
5372         * backend/ev-document-security.h:
5373         * backend/ev-document-thumbnails.c:
5374         * backend/ev-document-thumbnails.h:
5375         * backend/ev-document-transition.c:
5376         * backend/ev-document-transition.h:
5377         * backend/ev-document.c:
5378         * backend/ev-document.h:
5379         * backend/ev-file-exporter.c:
5380         * backend/ev-file-exporter.h:
5381         * backend/ev-image.c:
5382         * backend/ev-image.h:
5383         * backend/ev-link-action.c:
5384         * backend/ev-link-action.h:
5385         * backend/ev-link-dest.c:
5386         * backend/ev-link-dest.h:
5387         * backend/ev-link.c:
5388         * backend/ev-link.h:
5389         * backend/ev-render-context.c:
5390         * backend/ev-render-context.h:
5391         * backend/ev-selection.c:
5392         * backend/ev-selection.h:
5393         * backend/impress/Makefile.am:
5394         * backend/pdf/Makefile.am:
5395         * backend/pixbuf/Makefile.am:
5396         * backend/ps/Makefile.am:
5397         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5398         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5399         (start_interpreter), (stop_interpreter), (document_load),
5400         (ps_document_next_page), (render_page):
5401         * backend/tiff/Makefile.am:
5402         * comics/Makefile.am:
5403         * comics/comics-document.c:
5404         * comics/comics-document.h:
5405         * configure.ac:
5406         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5407         * djvu/Makefile.am:
5408         * djvu/djvu-document-private.h:
5409         * djvu/djvu-document.c:
5410         * djvu/djvu-document.h:
5411         * djvu/djvu-links.c:
5412         * djvu/djvu-links.h:
5413         * djvu/djvu-text-page.c:
5414         * djvu/djvu-text-page.h:
5415         * djvu/djvu-text.c:
5416         * djvu/djvu-text.h:
5417         * dvi/Makefile.am:
5418         * dvi/dvi-document.c:
5419         * dvi/dvi-document.h:
5420         * dvi/fonts.c:
5421         * dvi/fonts.h:
5422         * dvi/mdvi-lib/Makefile.am:
5423         * dvi/mdvi-lib/afmparse.c:
5424         * dvi/mdvi-lib/afmparse.h:
5425         * dvi/mdvi-lib/bitmap.c:
5426         * dvi/mdvi-lib/bitmap.h:
5427         * dvi/mdvi-lib/color.c:
5428         * dvi/mdvi-lib/color.h:
5429         * dvi/mdvi-lib/common.c:
5430         * dvi/mdvi-lib/common.h:
5431         * dvi/mdvi-lib/defaults.h:
5432         * dvi/mdvi-lib/dvimisc.c:
5433         * dvi/mdvi-lib/dviopcodes.h:
5434         * dvi/mdvi-lib/dviread.c:
5435         * dvi/mdvi-lib/files.c:
5436         * dvi/mdvi-lib/font.c:
5437         * dvi/mdvi-lib/fontmap.c:
5438         * dvi/mdvi-lib/fontmap.h:
5439         * dvi/mdvi-lib/fontsrch.c:
5440         * dvi/mdvi-lib/gf.c:
5441         * dvi/mdvi-lib/hash.c:
5442         * dvi/mdvi-lib/hash.h:
5443         * dvi/mdvi-lib/list.c:
5444         * dvi/mdvi-lib/mdvi.h:
5445         * dvi/mdvi-lib/pagesel.c:
5446         * dvi/mdvi-lib/paper.c:
5447         * dvi/mdvi-lib/paper.h:
5448         * dvi/mdvi-lib/pk.c:
5449         * dvi/mdvi-lib/private.h:
5450         * dvi/mdvi-lib/setup.c:
5451         * dvi/mdvi-lib/sp-epsf.c:
5452         * dvi/mdvi-lib/special.c:
5453         * dvi/mdvi-lib/sysdeps.h:
5454         * dvi/mdvi-lib/t1.c:
5455         * dvi/mdvi-lib/tfm.c:
5456         * dvi/mdvi-lib/tfmfile.c:
5457         * dvi/mdvi-lib/tt.c:
5458         * dvi/mdvi-lib/util.c:
5459         * dvi/mdvi-lib/vf.c:
5460         * dvi/pixbuf-device.c:
5461         * dvi/pixbuf-device.h:
5462         * impress/Makefile.am:
5463         * impress/common.h:
5464         * impress/document.c:
5465         * impress/f_oasis.c:
5466         * impress/f_oo13.c:
5467         * impress/iksemel.c:
5468         * impress/iksemel.h:
5469         * impress/imposter.h:
5470         * impress/impress-document.c:
5471         * impress/impress-document.h:
5472         * impress/internal.h:
5473         * impress/r_back.c:
5474         * impress/r_draw.c:
5475         * impress/r_geometry.c:
5476         * impress/r_gradient.c:
5477         * impress/r_style.c:
5478         * impress/r_text.c:
5479         * impress/render.c:
5480         * impress/render.h:
5481         * impress/zip.c:
5482         * impress/zip.h:
5483         * lib/Makefile.am:
5484         * lib/ev-debug.c:
5485         * lib/ev-debug.h:
5486         * lib/ev-file-helpers.c:
5487         * lib/ev-file-helpers.h:
5488         * lib/ev-gui.c:
5489         * lib/ev-gui.h:
5490         * lib/ev-tooltip.c:
5491         * lib/ev-tooltip.h:
5492         * libdocument/Makefile.am:
5493         * libdocument/ev-file-helpers.c:
5494         * pdf/Makefile.am:
5495         * pdf/ev-poppler.cc:
5496         * pdf/ev-poppler.h:
5497         * pixbuf/Makefile.am:
5498         * pixbuf/pixbuf-document.c:
5499         * pixbuf/pixbuf-document.h:
5500         * properties/Makefile.am:
5501         * ps/Makefile.am:
5502         * ps/gsdefaults.c:
5503         * ps/gsdefaults.h:
5504         * ps/gsio.c:
5505         * ps/gsio.h:
5506         * ps/gstypes.h:
5507         * ps/ps-document.c:
5508         * ps/ps-document.h:
5509         * ps/ps.c:
5510         * ps/ps.h:
5511         * shell/Makefile.am:
5512         * shell/ev-application.h:
5513         * shell/ev-sidebar-links.c:
5514         * shell/ev-sidebar-links.h:
5515         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5516         (ev_gui_menu_position_tree_selection):
5517         * shell/ev-utils.h:
5518         * shell/ev-view.c: (ev_view_finalize):
5519         * shell/ev-window.c:
5520         * shell/main.c: (main):
5521         * thumbnailer/Makefile.am:
5522         * tiff/Makefile.am:
5523         * tiff/tiff-document.c:
5524         * tiff/tiff-document.h:
5525         * tiff/tiff2ps.c:
5526         * tiff/tiff2ps.h:
5527         
5528         Reorganize source tree.
5529
5530 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5531
5532         * backend/ev-document-factory.c:
5533
5534         Do not include ev-poppler.h when pdf is disabled. 
5535
5536 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5537
5538         * configure.ac:
5539         * data/evince-ui.xml:
5540         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5541         (pdf_document_document_images_iface_init):
5542         * backend/Makefile.am:
5543         * backend/ev-document-images.[ch]:
5544         * backend/ev-image.[ch]:
5545         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5546         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5547         (ev_job_xfer_run):
5548         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5549         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5550         (ev_pixbuf_cache_get_image_mapping):
5551         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5552         (view_menu_popup_cb), (ev_window_dispose),
5553         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5554         (ev_view_popup_cmd_copy_image):
5555         * shell/ev-view-private.h:
5556         * shell/ev-view.c: (ev_view_get_image_at_location),
5557         (ev_view_do_popup_menu), (ev_view_popup_menu),
5558         (ev_view_button_press_event), (ev_view_drag_data_get),
5559         (ev_view_drag_motion), (ev_view_drag_data_received),
5560         (ev_view_motion_notify_event), (ev_view_button_release_event),
5561         (ev_view_finalize), (ev_view_class_init):
5562
5563         Add image handling support. Fixes bugs #310008 and #325047. Images
5564         selection is not supported yet. 
5565
5566 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5567
5568         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5569         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5570         (ev_view_init):
5571
5572         Move view drag and drop stuff to ev-view.
5573
5574 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5577         * shell/ev-view.c: (clear_selection): 
5578
5579         Clear selection also in pixbuf cache.
5580
5581 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5582
5583         * data/evince.desktop.in.in:
5584         
5585         Change icon name in desktop file. See bug #390734
5586         for details.
5587
5588 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5589
5590         * thumbnailer/Makefile.am:
5591
5592         Use top_builddir instead top_srcdir for generated schema
5593         file installation. Fixes bug #390161.
5594
5595 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5596
5597         * configure.ac:
5598         * backend/Makefile.am:
5599         * backend/ev-document-transition.[ch]:
5600         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5601         (pdf_document_page_transition_iface_init):
5602         * shell/ev-view-private.h:
5603         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5604         (ev_view_set_presentation), (transition_next_page),
5605         (ev_view_presentation_transition_stop),
5606         (ev_view_presentation_transition_start), (ev_view_next_page):
5607
5608         Add page transition support in presentation mode. At the moment only
5609         page duration is supported, but not transition effects. Fixes bug
5610         #309815.
5611
5612 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5613
5614         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5615
5616         Run find_link_dest with document lock held, since it's called by links
5617         thread and main thread at the same time. 
5618
5619 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5620
5621         * shell/ev-view.c: (goto_dest):
5622
5623         Update page-cache when page is changed by the view, so that
5624         page-changed signal is emitted. 
5625
5626 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5627
5628         * test/test1.py:
5629         * test/test2.py:
5630
5631         Use C locale in tests. 
5632
5633 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5634
5635         * shell/ev-window.c: (ev_window_run_presentation):
5636         * shell/ev-view-private.h:
5637         * shell/ev-view.c: (ev_view_set_presentation):
5638
5639         Restore zoom settings when back from presentation mode. 
5640
5641 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5642
5643         * shell/ev-window.c: (ev_window_run_presentation):
5644
5645         Always use "best fit" zoom in presentation mode.
5646         Fixes bug #389195.
5647
5648 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5649
5650         * shell/ev-view.c: (ev_view_goto_window_create):
5651
5652         Show "Jump to page" label in the page jumping popup in
5653         presentation mode instead of just a GtkEntry.
5654
5655 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5656
5657         * shell/ev-window.c: (launch_external_uri):
5658
5659         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5660         #378085.
5661
5662 2006-12-22  Elijah Newren  <newren gmail com>
5663
5664         * configure.ac: explicitly check for libxml2.  Fixes #388795
5665
5666 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * shell/ev-view-private.h:
5669         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5670         (ev_view_goto_window_delete_event), (key_is_numeric),
5671         (ev_view_goto_window_key_press_event),
5672         (ev_view_goto_window_button_press_event),
5673         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5674         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5675         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5676
5677         Allow jumping to another page by typing a page number in presentation
5678         mode. It uses a popup window with an entry. Fixes bug #353625.
5679
5680 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5681
5682         * configure.ac:
5683         * properties/ev-properties-view.c: (ev_get_default_user_units),
5684         (ev_regular_paper_size):
5685         
5686         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5687         to Damien Carbery <damien.carbery@sun.com> and
5688         Yevgen Muntyan <muntyan@tamu.edu>.
5689
5690 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5691
5692         * shell/ev-window.c: (setup_document_from_metadata):
5693
5694         Make sure Evince doesn't restore the view on the last
5695         page when a document is reopened. Fixes bug #383381.
5696
5697 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5698
5699         * shell/ev-view.c: (draw_loading_text):
5700
5701         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5702
5703 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5704
5705         * configure.ac:
5706         * NEWS:
5707
5708         Release 0.7.0
5709
5710 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5711
5712         * configure.ac:
5713         * pdf/ev-poppler.cc: (pdf_print_context_free),
5714         (pdf_document_file_exporter_begin),
5715         (pdf_document_file_exporter_do_page):
5716
5717         Make cairo-pdf depedency optional. 
5718
5719 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5720
5721         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5722
5723         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5724
5725 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5726
5727         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5728         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5729         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5730         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5731         * shell/ev-view.c: (draw_loading_text):
5732         * shell/ev-window.c: (ev_window_cmd_file_properties):
5733
5734         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5735         related to using FontConfig from different threads.
5736         
5737 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5738
5739         * shell/ev-view.c: (draw_loading_text):
5740
5741         Acquire lock document when drawing "Loading..." text so that only one
5742         thread will use FontConfig at the same time. Fixes bug #374750.
5743
5744 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5745
5746         * shell/ev-page-action.[ch]: (activate_cb):
5747         * shell/ev-window.c: (activate_label_cb):
5748
5749         Check if text inserted in page entry is a valid page number when it
5750         doesn't match to any document page label. Fixes bug #383165.
5751
5752 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5753         * shell/ev-window.c:
5754
5755         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5756         available with GTK < 2.10. Added an ifdef to avoid compilation
5757         error.
5758
5759 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5760
5761         * configure.ac:
5762         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5763
5764         Fix ps backend in multihead systems.
5765
5766 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5767
5768         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5769         * shell/ev-window.c: (ev_window_get_screen_dpi),
5770         (ev_window_update_actions), (setup_view_from_metadata),
5771         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5772
5773         Take screen DPI into account when zooming. Fixes bug #318285.
5774
5775 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5776
5777         * data/Makefile.am:
5778
5779         Cleaned up/slightly refactored Makefile.am. Added GConf
5780         schemas uninstallation as well.
5781
5782 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5783
5784         * Makefile.am:
5785         * test/Makefile.am:
5786
5787         Fight with autotools to fix make check. Make distcheck
5788         works fine as well now!
5789
5790 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5791
5792         * shell/ev-view.c: (draw_end_presentation_page):
5793
5794         Corrected "end of presentation" string.
5795
5796 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5797
5798         * shell/ev-view.c: (ev_view_key_press_event):
5799
5800         Correctly propagate key press event so that up/down keys
5801         work as expected (correct behaviour was broken by
5802         black/white screen key bindings for presentations).
5803
5804 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5807         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5808         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5809         (pdf_selection_get_selection_region),
5810         (pdf_selection_get_selection_map):
5811
5812         Add "static" to some private functions. 
5813
5814 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5815
5816         * lib/ev-tooltip.h:
5817         * properties/ev-properties-view.h:
5818         * shell/ev-jobs.h:
5819         * shell/ev-properties-dialog.h:
5820         * shell/ev-properties-fonts.h:
5821         * shell/ev-sidebar-links.h:
5822         * shell/ev-sidebar-thumbnails.h:
5823         * shell/ev-sidebar.h:
5824         * shell/ev-window.h:
5825         
5826         Fixes CHACK type in class casts. See bug #385343
5827         for details.
5828
5829 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5830
5831         * shell/ev-view-private.h:
5832         * shell/ev-view.c: (draw_end_presentation_page),
5833         (ev_view_expose_event), (ev_view_key_press_event),
5834         (ev_view_class_init), (ev_view_init):
5835
5836         Blank screen in presentation mode when pressing 'b' (filling with
5837         black) or 'w' (filling with white) keys. Fixes bug #358132.
5838
5839 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5840
5841         * data/evince-toolbar.xml:
5842         * shell/ev-window.c:
5843         
5844         Use stock icon for Select All action. Fixes
5845         bug #382652.
5846
5847 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5848
5849         * shell/ev-view.c: (get_doc_point_from_offset),
5850         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5851
5852         Add links support in rotated documents. Fixes bug #343733.
5853
5854 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5855
5856         * shell/ev-view-private.h:
5857         * shell/ev-view.c: (draw_end_presentation_page),
5858         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5859
5860         Show a blank page after the last page in presentation mode with a
5861         message indicating that presentation has finished and how to exit. 
5862
5863 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5864
5865         * shell/ev-window.c: (fullscreen_timeout_cb):
5866
5867         Hide cursor after a while in presentation mode. 
5868
5869 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5870
5871         * backend/ev-document-info.h:
5872         * data/evince-properties.glade:
5873         * pdf/ev-poppler.cc:
5874         * properties/ev-properties-view.c: (ev_regular_paper_size),
5875         (ev_properties_view_set_info):
5876         * ps/ps-document.c: (ps_document_get_info):
5877
5878         Adds a paper size field to the properties dialog. Fixes
5879         bug #307315. Patch by Kasper Svendsen (with some i18n
5880         changes done by me).
5881
5882 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5885         (screensaver_init_dbus), (totem_scrsaver_new),
5886         (totem_scrsaver_init):
5887         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5888         * shell/ev-application.c: (ev_application_register_service),
5889         (ev_application_screensaver_enable),
5890         (ev_application_screensaver_disable):
5891         * shell/ev-application.h:
5892         * shell/ev-window.c: (ev_window_run_presentation),
5893         (ev_window_stop_presentation), (build_comments_string),
5894         (ev_window_init):
5895         
5896         Move screensaver handling to application. No more
5897         message on startup.
5898
5899 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5900
5901         * configure.ac:
5902         * backend/Makefile.am:
5903         * backend/ev-file-exporter.[ch]:
5904         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5905         * ps/ps-document.c: (ps_document_file_exporter_*):
5906         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5907         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5908         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5909         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5910
5911         Allow printing to PDF when suppoted by the backend.
5912         
5913 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5914
5915         * shell/ev-window.c: (build_comments_string):
5916
5917         Use always "Document Viewer" in about dialog. 
5918
5919 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5920
5921         * djvu/djvu-document.c: (djvu_document_get_page_size):
5922
5923         Display a warning message when get_pageinfo fails. 
5924
5925 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5926
5927         * Makefile.am:
5928         * backend/Makefile.am:
5929         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5930         * configure.ac:
5931         * shell/ev-window.c: (build_comments_string):
5932         
5933         Make pdf compilation optional. See bug #38007.
5934
5935 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5936
5937         * ps/ps.c: (get_next_text):
5938
5939         Fix CVE-2006-5864.
5940
5941 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5942
5943         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5944         * shell/ev-navigation-action.c: (connect_proxy),
5945         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5946         
5947         Do not call g_type_class_peek_parent twice.
5948
5949 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * configure.ac:
5952         * data/icons/24x24/.cvsignore:
5953         * data/icons/24x24/Makefile.am:
5954         * data/icons/24x24/evince.png:
5955         * data/icons/Makefile.am:
5956         
5957         Add 24x24 icon. Thanks to 
5958         Michael Monreal <infernux@web.de>.
5959
5960 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * configure.ac: Fix typo in configure.ac. Thanks
5963         to dmacks@netspace.org for notification.
5964
5965 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5968         
5969         Drop dbus include, fixes compilation with older dbus.
5970
5971 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5972
5973         * configure.ac:
5974         * cut-n-paste/Makefile.am:
5975         * cut-n-paste/totem-screensaver/.cvsignore
5976         * cut-n-paste/totem-screensaver/Makefile.am:
5977         * cut-n-paste/totem-screensaver/README:
5978         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5979         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5980         * shell/Makefile.am:
5981         * shell/ev-window.c: (ev_window_run_presentation),
5982         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5983         (ev_window_init):
5984
5985         Implemented screensaver enabling/disabling for
5986         presentation mode (not fullscreen mode). Code stolen
5987         from Totem (with some minor tweaks). Fixes bug #338889.
5988
5989 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5990
5991         * configure.ac:
5992
5993         Bump gnome-icon-theme requirements. We use the rotation
5994         icons that appeared recently.
5995
5996 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-history.c: (ev_history_add_page):
5999         * shell/ev-history.h:
6000         * shell/ev-window.c: (page_changed_cb):
6001         
6002         Use page labels instead of numbers.
6003
6004 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6005
6006         * data/evince-toolbar.xml:
6007         * po/POTFILES.in:
6008         * shell/Makefile.am:
6009         * shell/ev-navigation-action-widget.c:
6010         (ev_navigation_action_widget_init),
6011         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6012         (menu_detacher), (ev_navigation_action_widget_set_menu),
6013         (menu_position_func), (popup_menu_under_arrow),
6014         (ev_navigation_action_widget_toggled),
6015         (ev_navigation_action_widget_button_press_event):
6016         * shell/ev-navigation-action-widget.h:
6017         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6018         (ev_navigation_action_set_window), (activate_menu_item_cb),
6019         (new_history_menu_item), (new_empty_history_menu_item),
6020         (build_menu), (menu_activated_cb), (connect_proxy),
6021         (create_tool_item), (ev_navigation_action_init),
6022         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6023         * shell/ev-navigation-action.h:
6024         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6025         (ev_page_action_widget_set_page_cache),
6026         (ev_page_action_widget_finalize),
6027         (ev_page_action_widget_class_init), (match_selected_cb),
6028         (display_completion_text), (match_completion), (build_new_tree_cb),
6029         (get_filter_model_from_model),
6030         (ev_page_action_widget_update_model):
6031         * shell/ev-page-action-widget.h:
6032         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6033         (connect_proxy):
6034         * shell/ev-page-action.h:
6035         * shell/ev-stock-icons.c:
6036         * shell/ev-stock-icons.h:
6037         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6038         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6039         (register_custom_actions):
6040         * shell/main.c:
6041         
6042         Preliminary history implementation
6043
6044 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6047         (dvi_document_class_init), (dvi_document_init_params):
6048         * dvi/mdvi-lib/font.c: (font_reference):
6049         
6050         Add reference to subfont. Fixes bug #374277.
6051
6052 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6053
6054         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6055         (ev_window_cmd_file_open_copy_at_dest):
6056
6057         Fix a race condition when creating symlink. Increase the counter
6058         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6059         Mathias Hasselmann).
6060
6061 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6062
6063         * backend/Makefile.am:
6064         * backend/ev-attachment.c: (ev_attachment_open):
6065         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6066         (ev_tmp_dir), (ev_tmp_filename):
6067         * shell/ev-sidebar-attachments.c:
6068         (ev_sidebar_attachments_drag_data_get):
6069         * shell/ev-window.c: (ev_window_clear_temp_file):
6070
6071         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6072         in ensure_dir_exists. Abort without crashing when we can't create
6073         user's directory.
6074
6075 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6076
6077         * data/evince-ui.xml:
6078         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6079         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6080         (ev_window_cmd_file_open_copy_at_dest),
6081         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6082         (ev_view_popup_cmd_open_link_new_window):
6083
6084         Allow opening a copy of the current document in a new window. Fixes bug
6085         #357472
6086
6087 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6088
6089         * data/evince-toolbar.xml:
6090         
6091         Add rotate right and rotate left to available items for toolbar.
6092         
6093         * data/evince-ui.xml:
6094         * shell/ev-window.c: (ev_window_init):
6095         
6096         Customize toolbar with right click. Fixes bug #372451.
6097
6098 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6099
6100         * shell/ev-window.c: 
6101         
6102         Use "object-rotate-{left,right}" stock icons. Fixes 
6103         bug #373863.
6104
6105 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6106
6107         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6108         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6109         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6110         (ev_window_open_uri):
6111         * shell/main.c: (arguments_parse):
6112
6113         Remove temp file created when evince is used by GTK+ in
6114         preview mode. Fixes bug #365282. 
6115
6116 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6117
6118         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6119         
6120         Fixes bug #372474 - Side pane disabled when entering 
6121         and leaving fullscreen mode.
6122
6123 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6126         * data/Makefile.am:
6127         * data/evince-preview-toolbar.xml:
6128         * data/evince-toolbar.xml:
6129         * shell/ev-application.c: (ev_application_shutdown),
6130         (ev_application_init), (ev_application_get_toolbars_model):
6131         * shell/ev-application.h:
6132         * shell/ev-window.c: (update_chrome_visibility),
6133         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6134         (ev_window_cmd_edit_toolbar), (ev_window_init):
6135         
6136         Fixes bug #364364 - toolbar editor shows zoom actions again.
6137
6138 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6139
6140         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6141
6142         Do not take margins into consideration for paper size when printing.
6143         Really fixes bug #350491.
6144
6145 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6146
6147         * data/evince-ui.xml:
6148         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6149         (ev_window_cmd_file_print_setup),
6150         (ev_window_print_dialog_response_cb),
6151         (ev_window_setup_action_sensitivity):
6152
6153         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6154
6155 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6156
6157         * shell/ev-window.c: (ev_window_print_range):
6158
6159         Revert my previuos commit, since printing to PDF is not supported by
6160         evince yet. 
6161
6162 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6163
6164         * shell/ev-window.c: (ev_window_print_range):
6165
6166         Enable print to a PDF. Fixes bug #332121.
6167
6168 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6169
6170         * shell/ev-application-service.xml:
6171         * shell/ev-application.[ch]: (ev_application_open_window),
6172         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6173         (ev_application_open_uri), (ev_application_open_uri_list):
6174         * shell/ev-window.c: (file_open_dialog_response_cb),
6175         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6176         (drag_data_received_cb), (open_remote_link):
6177         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6178
6179         Add support for multiscreen systems. Fixes bug #316206.
6180
6181 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6182
6183         * shell/ev-jobs.[ch]: (ev_job_print_new),
6184         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6185         (ev_job_print_do_page):
6186         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6187
6188         Allow printing only odd/even pages. Fixes bug #367289.
6189
6190 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6191
6192         * test/test1.py:
6193         * test/test2.py:
6194
6195         Re-add locale settings to test files.
6196
6197 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6198
6199         * data/evince-ui.xml:
6200         * shell/ev-window.c: (set_action_properties):
6201         
6202         Removed garbage from code and ui.
6203
6204 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6205
6206         * shell/ev-window.c: (ev_window_cmd_help_about):
6207
6208         Shamelessly add my name to the list of contributors.
6209
6210 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6211
6212         * test/test1.py:
6213         * test/test2.py:
6214
6215         Cleaned up the dogtail scripts.
6216
6217 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6218
6219         * shell/ev-view.c: (draw_loading_text): Don't render
6220         "loading..." text in presentation mode. Temporary
6221         workaround for bug #320352.
6222
6223 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6224
6225         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6226         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6227
6228         Use print settings scale, copies, collate and reverse which were
6229         ignored. Fixes bug #359032.
6230
6231 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * configure.ac:
6234         * data/evince-password.glade:
6235         * test/Makefile.am:
6236         * test/test-encrypt.pdf:
6237         * test/test-links.pdf:
6238         * test/test1.py:
6239         * test/test2.py:
6240
6241         Add automated UI tests for evince with dogtail. See
6242         bug #300948.    
6243
6244 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6245
6246         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6247
6248         Hide fullscreen toolbar when switching to another desktop workspace.
6249         Fixes bug #338871
6250
6251 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * shell/ev-window-title.c: 
6254         
6255         Test for .dvi in title of pdf documents.
6256
6257 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6258
6259         * shell/ev-view.c: (ev_view_scroll):
6260
6261         Page Up/Down should do page jumps in "Best fit" mode.
6262         If a user has explicitly chosen to view exactly one page
6263         at a time, scrolling just a part of the page when
6264         pressing Page Up/Down is not right. Fixes bug #323107.
6265
6266 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6267
6268         * NEWS:
6269         * configure.ac:
6270         
6271         Update for 0.6.1
6272
6273 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6276         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6277         
6278         Correctly disconnect from job signals on destroy.
6279
6280 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * shell/ev-view-private.h:
6283         * shell/ev-view.c: (view_set_adjustment_values),
6284         (view_update_range_and_current_page),
6285         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6286         
6287         Fixes bug #343199, current page now follows find page.
6288
6289 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6290
6291         * backend/ev-document-factory.c:
6292         * configure.ac:
6293         Assigned OpenDocument presenation MIME type to the
6294         Impress backend. Added some missing (but harmless)
6295         #ifdefs in the document factory as well to make things
6296         consistent again. Fixes bug #360658.
6297
6298 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6299
6300         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6301         * backend/ev-document-find.c: (ev_document_find_get_type):
6302         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6303         * backend/ev-document-links.c: (ev_document_links_get_type):
6304         * backend/ev-document-security.c: (ev_document_security_get_type):
6305         * backend/ev-document-thumbnails.c:
6306         (ev_document_thumbnails_get_type):
6307         * backend/ev-document.c: (ev_document_get_type):
6308         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6309         * backend/ev-selection.c: (ev_selection_get_type):
6310         * cut-n-paste/recent-files/egg-recent-model.c:
6311         (egg_recent_model_get_type):
6312         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6313         (egg_recent_view_uimanager_get_type):
6314         * cut-n-paste/recent-files/egg-recent-view.c:
6315         (egg_recent_view_get_type):
6316         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6317         (egg_editable_toolbar_get_type):
6318         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6319         (egg_toolbar_editor_get_type):
6320         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6321         (egg_toolbars_model_get_type):
6322         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6323         (egg_tree_multi_drag_source_get_type):
6324         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6325         (ephy_zoom_action_get_type):
6326         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6327         (ephy_zoom_control_get_type):
6328         * impress/r_back.c: (_imp_fill_back):
6329         * properties/ev-properties-main.c:
6330         (ev_properties_plugin_register_type):
6331         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6332         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6333         (ev_view_accessible_factory_get_type):
6334
6335         Reduce relocations. Bug #360616.
6336
6337 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * backend/ev-document-factory.c:
6340         (ev_document_factory_get_document):
6341         
6342         Load document even if extension is wrong.
6343
6344 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-metadata-manager.c: (save_values):
6347         * shell/ev-window.c: (setup_size_from_metadata),
6348         (setup_view_from_metadata), (ev_window_setup_document),
6349         (ev_window_xfer_job_cb), (window_configure_event_cb):
6350         
6351         Set size according to the document size/page size ratio.
6352         That should correct rather wierd behaviour of the previous
6353         commit.
6354
6355 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-window.c: (setup_view_from_metadata):
6358         
6359         Set size for new windows from previous window size.
6360         See bugs #354968 and #168450 for details. Thanks
6361         to Meik Hellmund.
6362
6363 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6364
6365         * djvu/djvu-links.c: (build_tree):
6366
6367         Fix memory leak.
6368
6369 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6370
6371         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6372         
6373         Don't make sidebar close button insensitive. Fixes
6374         bug #357871.
6375
6376 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6377
6378         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6379         (ev_window_set_view_accels_sensitivity):
6380         
6381         Don't enable Slash on documents which don't support
6382         find. Fixes bug #358648.
6383
6384 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6385
6386         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6387         open dialog fall back to the current document uri if the
6388         filechooser hasn't been used before. Fixes bug #356980.
6389
6390 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6391
6392         * shell/ev-window.c: (ev_window_setup_recent), 
6393         (ev_window_get_recent_file_label):
6394
6395         Escape underscores in filenames of recent file items.
6396
6397 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * configure.ac:
6400         
6401         Bumped poppler requirements, really 0.5.3 is very 
6402         buggy, now we require 0.5.4.
6403
6404 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6405
6406         * djvu/Makefile.am:
6407         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6408         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6409         (djvu_document_document_links_iface_init):
6410         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6411         (number_from_string_10), (get_djvu_link_dest),
6412         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6413         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6414         (djvu_links_get_links), (djvu_links_find_link_dest),
6415         (djvu_links_get_links_model):
6416         * djvu/djvu-links.h:
6417         
6418         Add support for links and bookmarks in djvu documents. Thanks
6419         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6420         patch.
6421
6422 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6425         
6426         Reopen should reload document. Fixes 
6427         bug 327951.
6428
6429 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * configure.ac:
6432         * data/Makefile.am:
6433         * data/evince-16.png:
6434         * data/evince-22.png:
6435         * data/evince.png:
6436         * data/evince.svg:
6437         * data/icons/16x16/Makefile.am:
6438         * data/icons/16x16/evince.png:
6439         * data/icons/22x22/Makefile.am:
6440         * data/icons/22x22/evince.png:
6441         * data/icons/48x48/Makefile.am:
6442         * data/icons/48x48/evince.png:
6443         * data/icons/Makefile.am:
6444         * data/icons/scalable/Makefile.am:
6445         * data/icons/scalable/evince.svg:
6446         
6447         Install icons with correct names. Fixes
6448         bug #354429.
6449
6450 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * shell/ev-view.c: (ev_view_button_release_event):
6453
6454         Don't open links with middle mouse button. Fixes bug #353649
6455
6456 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * NEWS:
6459         * configure.ac:
6460         
6461         Update for release 0.6.0
6462
6463 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6466         Implement Close named action. Patch by Carlos Garcia Campos.
6467
6468 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6469
6470         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6471         
6472         Don't clear link mapping on copy_job_to_job_info. Fixes
6473         bug 346168.
6474
6475 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6476
6477         * shell/main.c: (main):
6478
6479         Revert my previous commit, gnome_program_init owns the option context.
6480         Fix another memory leak in main. Both caught by Christian Persch. 
6481
6482 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6483
6484         * shell/main.c: (main):
6485
6486         Fix memory leak.
6487
6488 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6489
6490         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6491
6492         Fix crash when opening a pdf with password protection. 
6493
6494 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6495
6496         * pdf/ev-poppler.cc: (pdf_document_search_free):
6497
6498         Fix memory leak. 
6499
6500 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6501
6502         * backend/ev-document-factory.c:
6503         (ev_document_factory_get_document):
6504         * tiff/tiff-document.c: (tiff_document_finalize):
6505         
6506         More correct handling of document loading. Fixes
6507         bug #349043.
6508
6509 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6510
6511         * backend/ev-attachment.c: (ev_attachment_save):
6512
6513         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6514         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6515
6516 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6517         
6518         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6519         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6520
6521 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * shell/ev-sidebar-thumbnails.c:
6524
6525         Do not render thumbnails unless thumbnails page is active in the
6526         sidebar.
6527
6528 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6529
6530         * shell/ev-properties-dialog.c:
6531
6532         Fix dialogue spacing. Bug #351370.
6533
6534 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6535
6536         * configure.ac:
6537
6538         Use lowercase gettext catalog file names (evince.mo
6539         instead of Evince.mo)
6540
6541 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6542
6543         * shell/ev-sidebar-attachments.c:
6544
6545         GtkIconTheme is now screen safe too. Fixes bug #350878
6546
6547 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6548
6549         * shell/ev-window.c:
6550
6551         GtkRecent manager is now screen safe. Fixes bug #350145
6552
6553 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-sidebar.c: (ev_sidebar_init):
6556         
6557         Make sidebar close icon smaller. Fix for bug 350177.
6558         See also bugs 350176 and 165770.
6559
6560 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6561
6562         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6563
6564         Ignore zoom for xyz destinations when it's <= 1, keeping user
6565         preferences instead. Set correct sizing-mode for fith and fitv
6566         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6567
6568 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * NEWS:
6571         * configure.ac:
6572         
6573         Update for release 0.5.5
6574
6575 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6576         
6577         * shell/ev-window.c: (ev_window_cmd_escape)
6578
6579         Escape unfocus page entry. Fixes bug #345809.
6580
6581 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6582
6583         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6584         (build_tree), (pdf_document_links_get_links),
6585         (pdf_document_links_find_link_dest):
6586         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6587         (goto_xyz_dest):
6588
6589         Convert from PDF style coordinates to X style coordinates in the
6590         backend rather than in the view. Fixes bug #338440
6591
6592 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * shell/ev-window.c:
6595         
6596         Remove Ctrl+Shift+T shortcut for toolbars. See
6597         the bug #350098.
6598
6599 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6600
6601         * configure.ac:
6602
6603         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6604         of this. 
6605
6606 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6607
6608         * configure.ac:
6609         * cut-n-paste/Makefile.am:
6610         * data/evince-ui.xml:
6611         * shell/Makefile.am:
6612         * shell/ev-application.[ch]:
6613         * shell/ev-window.c:
6614
6615         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6616         #349273
6617
6618 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6619
6620         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6621         findbar code: s/help/search/
6622
6623 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6624
6625         * shell/ev-window.c: (setup_document_from_metadata),
6626         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6627         (setup_view_from_metadata):
6628         
6629         Fix memory leaks.
6630
6631 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6632
6633         * autogen.sh, configure.ac: 
6634         
6635         Update automake usage. See bug 349292.
6636
6637 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * shell/eggfindbar.c: (egg_find_bar_class_init),
6640         (entry_activate_callback), (egg_find_bar_init),
6641         (egg_find_bar_set_status_text):
6642         * shell/eggfindbar.h:
6643         
6644         Unify Evince findbar with Epiphany. Nice patch
6645         from Fabricio Silva <silva@crans.org> and
6646         Frederic Peters <fpeters@entrouvert.com>. See
6647         bug #339966 for details.
6648
6649 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6650
6651         * data/evince.desktop.in.in:
6652         
6653         Correct information for bugzilla. Thanks to
6654         Olaf Vitters, see bug #348855.
6655
6656 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6657
6658         * shell/ev-jobs.[ch]:
6659         * shell/ev-sidebar-links.c:
6660         * shell/ev-window.[ch]:
6661
6662         GtkPrintJob doesn't support print ranges or current page, so we export
6663         to a ps file now when printing ranges or current page.
6664
6665 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * pdf/ev-poppler.cc:
6668         * shell/ev-window.c: (do_action_named):
6669
6670         We should be more clear about bugzilla. See the
6671         poppler bug #7623.
6672
6673 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6674
6675         * configure.ac:
6676         * shell/Makefile.am:
6677         * shell/ev-job-queue.c:
6678         * shell/ev-jobs.[ch]:
6679         * shell/ev-sidebar-links.c:
6680         * shell/ev-window.[ch]:
6681         
6682         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6683         #348422
6684
6685 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6686
6687         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6688         * shell/ev-application-service.xml:
6689         * shell/ev-application.[ch]:
6690         * shell/ev-jobs.[ch]:
6691         * shell/ev-window.[ch]: (ev_window_run_preview):
6692         * shell/main.c: 
6693
6694         Add preview mode to use evince as a printing previewer. It also adds
6695         other command line options for fullscreen and presentation modes.
6696         Fixes bugs #347822, #317031
6697
6698 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * NEWS:
6701         * configure.ac:
6702         
6703         Update for release 0.5.4
6704
6705 2006-07-11  Bastien Nocera <hadess@hadess.net>
6706
6707         * Makefile.am:
6708         * backend/Makefile.am:
6709         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6710         * backend/ev-document-factory.h:
6711         * configure.ac:
6712         * impress/.cvsignore:
6713         * impress/Makefile.am:
6714         * impress/common.h:
6715         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6716         (imp_get_page), (imp_next_page), (imp_prev_page),
6717         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6718         * impress/f_oasis.c: (render_object), (render_page),
6719         (get_geometry), (_imp_oasis_load):
6720         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6721         (_imp_oo13_load):
6722         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6723         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6724         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6725         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6726         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6727         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6728         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6729         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6730         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6731         (iks_new_within), (iks_insert), (iks_insert_cdata),
6732         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6733         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6734         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6735         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6736         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6737         (iks_cdata), (iks_cdata_size), (iks_has_children),
6738         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6739         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6740         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6741         (iks_tree), (iks_load), (iks_save):
6742         * impress/iksemel.h:
6743         * impress/imposter.h:
6744         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6745         (imp_render_draw_bezier_real), (imp_render_get_size),
6746         (imp_render_set_fg_color), (imp_render_draw_line),
6747         (imp_render_draw_rect), (imp_render_draw_polygon),
6748         (imp_render_draw_arc), (imp_render_draw_bezier),
6749         (imp_render_open_image), (imp_render_get_image_size),
6750         (imp_render_scale_image), (imp_render_draw_image),
6751         (imp_render_close_image), (imp_render_markup),
6752         (imp_render_get_text_size), (imp_render_draw_text),
6753         (impress_document_load), (impress_document_save),
6754         (impress_document_get_n_pages), (impress_document_get_page_size),
6755         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6756         (impress_document_finalize), (impress_document_class_init),
6757         (impress_document_can_get_text), (impress_document_get_info),
6758         (impress_document_document_iface_init),
6759         (impress_document_thumbnails_get_thumbnail),
6760         (impress_document_thumbnails_get_dimensions),
6761         (impress_document_document_thumbnails_iface_init),
6762         (impress_document_init):
6763         * impress/impress-document.h:
6764         * impress/internal.h:
6765         * impress/r_back.c: (_imp_fill_back):
6766         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6767         (_imp_draw_image), (_imp_tile_image):
6768         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6769         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6770         (r_polyline):
6771         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6772         (r_draw_gradient_complex), (r_draw_gradient):
6773         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6774         (r_get_bullet):
6775         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6776         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6777         (r_text):
6778         * impress/render.c: (imp_create_context), (imp_context_set_page),
6779         (imp_context_set_step), (imp_render), (imp_delete_context):
6780         * impress/render.h:
6781         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6782         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6783         (zip_load_xml), (zip_get_size), (zip_load):
6784         * impress/zip.h:
6785         * shell/ev-utils.c:
6786         
6787         New backend to support impress slides. Fixes bug #30867.
6788
6789 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6790
6791         * shell/ev-utils.c: (using_postscript_printer):
6792         
6793         Fixes crash when print using PAPI backend,
6794         bug #345012.
6795
6796 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6797
6798         * shell/ev-jobs.c: (ev_job_xfer_run):
6799         * shell/ev-window.c: (password_dialog_response),
6800         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6801         (ev_window_dispose):
6802         Fixes bug #344160: if the xfer job doesn't complete
6803         because a password is required, reload the existing
6804         instance instead of creating a new one.
6805
6806 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * shell/main.c: (main): Call gdk_threads_init. Thus
6809         we'll avoid errors in auth dialog. Fix for the bug
6810         #343347.
6811
6812 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6813
6814         * configure.ac: Advertise pixbuf support, fix
6815         for the bug 343317.
6816
6817 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6820         (ev_sidebar_thumbnails_set_document):
6821         
6822         Update sidebar thumbnails after reloading.
6823
6824 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6827         * shell/ev-jobs.h:
6828         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6829         (ev_window_cmd_view_reload), (ev_window_init):
6830         
6831         Don't crash on reload. Fix for the bug #343167.
6832
6833 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6834
6835         * shell/ev-jobs.c: (ev_job_render_run):
6836         
6837         Check for document links.
6838
6839 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * backend/ev-attachment.c: (ev_attachment_save),
6842         (ev_attachment_launch_app), (ev_attachment_open):
6843         * backend/ev-document-factory.c: (get_document_from_uri):
6844         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6845         (egg_recent_view_uimanager_set_list):
6846         * ps/ps-document.c: (check_filecompressed), (document_load),
6847         (ps_document_load):
6848         * shell/ev-metadata-manager.c: (load_values):
6849         * shell/ev-password.c: (ev_password_dialog_set_property):
6850         * shell/ev-view.c: (tip_from_link):
6851         * shell/ev-window.c: (file_save_dialog_response_cb),
6852         (ev_window_print_dialog_response_cb):
6853         
6854         Use consistent quoting style. Fix for the bug #320285.
6855
6856 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6857
6858         * shell/ev-jobs.c: (ev_job_xfer_run):
6859         * shell/main.c: (load_files):
6860                 
6861         Open links with anchors. Fix for the bug #339836.
6862
6863 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6864
6865         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6866         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6867         (ev_link_dest_set_property), (ev_link_dest_finalize),
6868         (ev_link_dest_class_init), (ev_link_dest_new_named),
6869         (ev_link_dest_new_page_label):
6870         * backend/ev-link-dest.h:
6871         * shell/ev-application.c: (ev_application_open_uri):
6872         * shell/ev-view.c: (goto_dest):
6873         * shell/ev-window.c:
6874         * shell/ev-window.h:
6875         
6876         Fix page-label command line option. Bug #342070.
6877
6878 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6879
6880         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6881         
6882         Don't show highlight rects if page can't be showed. Fix for 
6883         the bug #342076
6884
6885 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6886
6887         * shell/ev-window.c: (setup_sidebar_from_metadata),
6888         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6889         
6890         Setup sidebar from metadata even if there is no document
6891         loaded. Fix for the bug #342807.
6892
6893 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * cut-n-paste/toolbar-editor/Makefile.am:
6896         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6897         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6898         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6899         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6900         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6901         (popup_context_menu_cb), (button_press_event_cb),
6902         (configure_item_sensitivity), (configure_item_cursor),
6903         (configure_item_tooltip), (connect_widget_signals),
6904         (action_sensitive_cb), (create_item_from_action),
6905         (create_item_from_position), (toolbar_drag_data_received_cb),
6906         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6907         (toolbar_drag_leave_cb), (configure_drag_dest),
6908         (toggled_visibility_cb), (toolbar_visibility_refresh),
6909         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6910         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6911         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6912         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6913         (egg_editable_toolbar_dispose),
6914         (egg_editable_toolbar_set_ui_manager),
6915         (egg_editable_toolbar_get_selected),
6916         (egg_editable_toolbar_set_selected), (set_edit_mode),
6917         (egg_editable_toolbar_set_property),
6918         (egg_editable_toolbar_get_property),
6919         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6920         (egg_editable_toolbar_new_with_model),
6921         (egg_editable_toolbar_get_edit_mode),
6922         (egg_editable_toolbar_set_edit_mode),
6923         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6924         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6925         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6926         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6927         (item_added_or_removed_cb), (toolbar_removed_cb),
6928         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6929         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6930         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6931         (editor_create_item_from_name), (append_table),
6932         (update_editor_sheet), (egg_toolbar_editor_init):
6933         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6934         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6935         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6936         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6937         (toolbar_node_free), (egg_toolbars_model_get_flags),
6938         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6939         (egg_toolbars_model_get_name), (impl_add_item),
6940         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6941         (parse_data_list), (parse_item_list), (parse_toolbars),
6942         (egg_toolbars_model_load_toolbars), (parse_available_list),
6943         (parse_names), (egg_toolbars_model_load_names),
6944         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6945         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6946         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6947         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6948         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6949         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6950         (egg_toolbars_model_set_types), (fill_avail_array),
6951         (egg_toolbars_model_get_name_avail),
6952         (egg_toolbars_model_get_name_flags),
6953         (egg_toolbars_model_set_name_flags):
6954         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6955         * cut-n-paste/toolbar-editor/eggintl.h:
6956         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6957         (egg_tree_multi_drag_source_get_type),
6958         (egg_tree_multi_drag_source_row_draggable),
6959         (egg_tree_multi_drag_source_drag_data_delete),
6960         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6961         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6962         (path_list_free), (set_context_data), (get_context_data),
6963         (get_info), (egg_tree_multi_drag_drag_data_get),
6964         (egg_tree_multi_drag_motion_event),
6965         (egg_tree_multi_drag_button_press_event),
6966         (egg_tree_multi_drag_add_drag_support):
6967         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6968         * shell/ev-application.c: (ev_application_init),
6969         (ev_application_save_toolbars_model):
6970         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6971         (ev_window_cmd_edit_toolbar), (ev_window_init):
6972         
6973         Sync toolbareditor with epiphany and libegg
6974
6975 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6976
6977         * configure.ac: 
6978
6979         Depend on poppler 0.5.2
6980
6981 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * shell/ev-jobs.c: (ev_job_render_run):
6984         
6985         Check if document supports links iterface.
6986
6987 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * NEWS:
6990         * configure.ac:
6991         
6992         Update for release 0.5.3
6993
6994 2006-05-13  Michael Plump  <plumpy@skylab.org>
6995
6996         * configure.ac:
6997         * shell/Makefile.am:
6998         * shell/main.c: (main):
6999         
7000         Port to GOption command line parsing. Fix for the 
7001         bug #327518
7002
7003 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7004
7005         * shell/ev-window.c: (ev_window_cmd_help_about):
7006         
7007         Do not wrap license. Fix for the bug #309460.
7008
7009 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7010
7011         * configure.ac:
7012         * properties/ev-properties-main.c: (ev_properties_get_pages):
7013         * shell/ev-application.c: (ev_application_open_window),
7014         (ev_application_open_uri_at_dest):
7015         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7016         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7017         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7018         * shell/ev-utils.c: (save_print_config_to_file):
7019         * shell/ev-window.c: (ev_window_cmd_save_as),
7020         (ev_attachment_popup_cmd_save_attachment_as):
7021         * shell/main.c: (load_files_remote):
7022         
7023         Bump requirements to gtk 2.8 and drop all ifdefs used.
7024
7025 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7028         * shell/ev-window.c: (ev_window_init):
7029         
7030         Show attachments page.
7031
7032 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * po/POTFILES.in:
7035         * shell/ev-attachment-bar.c:
7036         * shell/ev-attachment-bar.h:
7037         * shell/ev-sidebar-attachments.c:
7038         (ev_sidebar_attachments_icon_cache_add),
7039         (icon_theme_get_pixbuf_from_mime_type),
7040         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7041         (ev_sidebar_attachments_icon_cache_refresh),
7042         (ev_sidebar_attachments_get_attachment_at_pos),
7043         (ev_sidebar_attachments_popup_menu_show),
7044         (ev_sidebar_attachments_popup_menu),
7045         (ev_sidebar_attachments_button_press),
7046         (ev_sidebar_attachments_update_icons),
7047         (ev_sidebar_attachments_drag_data_get),
7048         (ev_sidebar_attachments_get_property),
7049         (ev_sidebar_attachments_destroy),
7050         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7051         (ev_sidebar_attachments_new),
7052         (ev_sidebar_attachments_set_document),
7053         (ev_sidebar_attachments_support_document),
7054         (ev_sidebar_attachments_get_label),
7055         (ev_sidebar_attachments_page_iface_init):
7056         * shell/ev-sidebar-attachments.h:
7057         * shell/ev-window.c: (update_chrome_visibility),
7058         (setup_sidebar_from_metadata), (ev_window_setup_document),
7059         (ev_window_sidebar_current_page_changed_cb),
7060         (attachment_bar_menu_popup_cb), (ev_window_init):
7061         
7062         Move attachments bar to sidebar.
7063
7064 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7065
7066         * pdf/ev-poppler.cc:
7067         * shell/ev-application.[ch]:
7068         * shell/main.c:
7069
7070         Fix some memory leaks.
7071
7072 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7073
7074         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7075
7076         Change the properties dialog response to
7077         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7078         will make the dialog go away when the user presses
7079         enter. With gtk+ >= 2.9 this will happen anyway, but for
7080         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7081         escape by default. Fixes bug #340539. See also bug
7082         #101293 for the gtk+ part.
7083
7084 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7085
7086         * shell/ev-view.c (tip_from_action_named): Replace some strings
7087         that were wrong. Closes #340970.
7088
7089 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7090
7091         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7092
7093         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7094         #341049
7095
7096 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * djvu/Makefile.am:
7099         * dvi/Makefile.am:
7100         * dvi/mdvi-lib/Makefile.am:
7101         * properties/Makefile.am:
7102         * ps/Makefile.am:
7103         * shell/Makefile.am:
7104         * thumbnailer/Makefile.am:
7105         
7106         Due to broken libtool that is unable to track dependencies
7107         of noinst libraries we are forced to explicitely point
7108         libraries for binary. Fix for the bug #333334.
7109
7110 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * data/evince.desktop.in.in:
7113         * shell/ev-view.c: (view_update_range_and_current_page),
7114         (ev_view_next_page), (ev_view_previous_page):
7115         * shell/ev-window.c: (update_chrome_visibility),
7116         (setup_sidebar_from_metadata), (ev_window_setup_document),
7117         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7118         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7119         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7120         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7121         (ev_window_stop_presentation), (ev_window_focus_in_event),
7122         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7123         (ev_window_init):
7124         * thumbnailer/Makefile.am:
7125         
7126         Update fullscreen and presentation timeout handling. Hide
7127         cursor in presentation after timeout. Fix for the bugs
7128         #136359 and #336981.
7129
7130 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7131
7132         * backend/ev-link-action.[ch]:
7133         * pdf/ev-poppler.cc: (ev_link_from_action):
7134         * shell/ev-view-private.h:
7135         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7136         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7137
7138         Add support for Named Action links
7139
7140 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7141
7142         * backend/Makefile.am:
7143         * backend/ev-document-links.[ch]:
7144         * backend/ev-document.[ch]:
7145         * backend/ev-link-action.[ch]:
7146         * backend/ev-link-dest.[ch]:
7147         * backend/ev-link.[ch]:
7148         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7149         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7150         * shell/ev-page-action.c: (build_new_tree_cb):
7151         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7152         (links_page_num_func), (update_page_callback):
7153         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7154         (tip_from_link):
7155         * shell/ev-jobs.c:
7156         * shell/ev-window.[ch]: (ev_window_open_uri),
7157         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7158         * shell/ev-application.[ch]: (ev_application_open_window),
7159         (ev_application_open_uri):
7160
7161         Rework links system, it adds support for remote links now and it makes
7162         easier to add new kinds of actions and destinations. Fixes bug #317292
7163
7164 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * data/Makefile.am:
7167         * data/evince.png:
7168         * data/evince-16.png:
7169         * data/evince-22.png:
7170         * data/evince.svg:
7171         * shell/main.c: (main):
7172         
7173         Evince use it's own icon. Fix for the bug #313392.
7174
7175         * shell/ev-window.c: (fullscreen_timeout_cb),
7176         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7177         (ev_window_cmd_help_about), (ev_window_dispose):
7178         
7179         Simplify fullscreen timeout code.
7180
7181 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7182
7183         * backend/ev-attachment.c: 
7184         * shell/ev-attachment-bar.c:
7185         * shell/ev-window.c:
7186
7187         Allow multiple selection of attachments
7188
7189 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7190
7191         * shell/ev-view.c: (view_update_range_and_current_page),
7192         (ev_view_scroll):
7193         
7194         Fix for the bug #312573 – Optimal selection of current 
7195         page among visible pages.
7196
7197 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7198
7199         * configure.ac:
7200         * djvu/Makefile.am:
7201         * djvu/djvu-text.h:
7202         
7203         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7204         for the bug 339868.
7205
7206 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7207
7208         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7209
7210 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7211
7212         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7213         dictated by the GNOME HIG. Fixes bug #339235.
7214
7215 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7216
7217         * data/evince-ui.xml:
7218         * shell/ev-view.c: (ev_view_can_find_previous):
7219         * shell/ev-view.h:
7220         * shell/ev-window.c: (ev_window_update_actions),
7221         (ev_window_cmd_edit_find_previous):
7222
7223         Add support for "Find Previous" as dictated by the GNOME HIG. A
7224         menu item is added and some glue code to make it all work is added
7225         to various files.
7226
7227 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7228
7229         * configure.ac: Award myself the "useless use of cat" award.
7230
7231 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7232
7233         * po/LINGUAS: New file listing all supported languages.
7234
7235         * configure.in: Use po/LINGUAS instead of including all languages
7236         directly in this file. See the wiki for more information:
7237         http://live.gnome.org/GnomeGoals/PoLinguas
7238
7239 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7240
7241         * backend/ev-document-factory.c:
7242
7243         Do not load the document twice when there isn't errors
7244
7245 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7246
7247         * backend/ev-attachment.c: 
7248
7249         Fix a crash when there isn't a default application to open an
7250         attachment
7251
7252 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7253
7254         * backend/ev-attachment.[ch]:
7255         * shell/ev-attachment-bar.[ch]:
7256
7257         Added missing files. 
7258
7259 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7260
7261         * backend/Makefile.am:
7262         * data/evince-ui.xml:
7263         * backend/ev-attachment.[ch]:
7264         * backend/ev-document.[ch]: (ev_document_has_attachments),
7265         (ev_document_get_attachments):
7266         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7267         (attachment_save_to_buffer), (pdf_document_get_attachments),
7268         (pdf_document_document_iface_init):
7269         * shell/Makefile.am:
7270         * shell/ev-attachment-bar.[ch]:
7271         * shell/ev-window.c:
7272
7273         Add support for PDF attachments. Fixes bug #325143
7274
7275 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * backend/ev-document-factory.c: (get_document_from_uri),
7278         (ev_document_factory_get_document):
7279         * backend/ev-document-factory.h:
7280         * properties/ev-properties-main.c: (ev_properties_get_pages):
7281         * shell/Makefile.am:
7282         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7283         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7284         (ev_job_queue_remove_job):
7285         * shell/ev-job-queue.h:
7286         * shell/ev-job-xfer.c:
7287         * shell/ev-job-xfer.h:
7288         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7289         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7290         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7291         (ev_job_xfer_run):
7292         * shell/ev-jobs.h:
7293         * shell/ev-window.c: (ev_window_is_empty),
7294         (password_dialog_response), (ev_window_clear_xfer_job),
7295         (ev_window_xfer_job_cb), (ev_window_open_uri),
7296         (ev_window_cmd_focus_page_selector),
7297         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7298         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7299         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7300         (ev_window_dispose):
7301         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7302         
7303         * Cleanup mime type detection on document load. Fix for the
7304         bug #336448.
7305
7306 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7309         
7310         Fix crash on exit, described in the bug #336825.
7311
7312 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7313
7314         * backend/ev-document-factory.c:
7315         (ev_document_factory_get_from_mime),
7316         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7317         (ev_document_factory_get_document),
7318         (file_filter_add_mime_list_and_free),
7319         (ev_document_factory_add_filters):
7320         * backend/ev-document-factory.h:
7321         * properties/ev-properties-main.c: (ev_properties_get_pages):
7322         * shell/Makefile.am:
7323         * shell/ev-application.c:
7324         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7325         * shell/ev-window.c: (ev_window_cmd_file_open),
7326         (ev_window_cmd_save_as):
7327         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7328         
7329         Rework factory functions so they are placed now in a single 
7330         file ev-document-factory.c
7331
7332 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7333
7334         * shell/ev-window.c: (update_chrome_visibility):
7335         
7336         Fix for the bug 166566 - don't show menubar in fullscreen
7337         mode.
7338
7339 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7340
7341         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7342
7343 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * shell/ev-view.c: (ev_view_expose_event):
7346         
7347         More correctly draw loading text when document
7348         is empty.
7349
7350 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7351
7352         * shell/ev-view.c: (ev_view_scroll):
7353         
7354         Fix for the bug #334854, page down and page up switch
7355         pages in presentation mode.
7356
7357 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * shell/ev-window.c: (ev_window_set_action_sensitive),
7360         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7361         (ev_window_set_view_accels_sensitivity),
7362         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7363         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7364         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7365         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7366         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7367         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7368         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7369         (view_actions_focus_in_cb), (ev_window_init):
7370         
7371         Fix for the bug #333902, now it's possible to search
7372         words with slash.
7373
7374 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7375
7376         * configure.ac: Added Breton translation.
7377         * po/br.po: Added Breton translation.
7378
7379 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7380
7381         * shell/ev-window-title (ev_window_title_update):
7382
7383         Fix memory leak in window title. Fixes bug #333944
7384
7385 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7386
7387         * shell/ev-metadata-manager.c (parseItem):
7388
7389         Fix memory leaks. Fixes bug #333945
7390
7391 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7392         
7393         * NEWS, configure.ac, TODO:
7394         
7395         Update for release 0.5.2.
7396
7397 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-view.c: (view_update_range_and_current_page),
7400         (page_changed_cb):
7401         
7402         Don't jump on scrolling, fix for the bug #333127.
7403
7404 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7407         
7408         Scroll by one page in presentation mode. Fix for the bug
7409         #332993.
7410
7411 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7412
7413         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7414
7415 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7416
7417         * configure.ac  Added lv in ALL_LINGUAS line.
7418
7419 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7420         
7421         * NEWS, configure.ac:
7422         
7423         Update for release 0.5.1
7424
7425 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7426
7427         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7428         * backend/ev-document-misc.h:
7429         * shell/ev-view.c: (draw_one_page):
7430         
7431          Clairfy what page the toolbar page number applies to. Fix
7432          for the bug #328102.
7433
7434 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7435
7436         * shell/ev-view-private.h:
7437         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7438         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7439         (ev_view_search_changed):
7440         * shell/ev-view.h:
7441         * shell/ev-window.c: (find_bar_search_changed_cb):
7442         
7443         Dont't jump to find result if window was scrolled during search.
7444         Fix for the bug #313266.
7445
7446 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7447
7448         * shell/eggfindbar.c: (egg_find_bar_class_init):
7449         * shell/eggfindbar.h:
7450         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7451         * shell/ev-view-private.h:
7452         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7453         (ev_view_class_init), (ev_sizing_mode_get_type),
7454         (ev_scroll_type_get_type):
7455         * shell/ev-view.h:
7456         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7457         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7458         (ev_window_init):
7459         
7460         Fix for the bug 319133 - Find entry should allow text scroll.
7461
7462 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7463
7464         * shell/ev-view-private.h:
7465         * shell/ev-view.c: (view_update_range_and_current_page),
7466         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7467         (ev_view_set_document), (update_find_status_message),
7468         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7469         (ev_view_find_previous):
7470         
7471         Fix for the bug #319137. Search now takes account for scrolling.
7472
7473 2006-02-19  Michael Hofmann <mh21@piware.de>
7474
7475         * configure.ac:
7476         * djvu/Makefile.am:
7477         * djvu/djvu-document-private.h:
7478         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7479         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7480         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7481         (djvu_document_can_get_text), (djvu_document_get_text),
7482         (djvu_document_document_iface_init),
7483         (djvu_document_thumbnails_get_thumbnail),
7484         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7485         (djvu_document_find_get_result),
7486         (djvu_document_find_page_has_results),
7487         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7488         (djvu_document_find_iface_init):
7489         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7490         (djvu_text_page_selection), (djvu_text_page_limits_process),
7491         (djvu_text_page_limits), (djvu_text_page_copy),
7492         (djvu_text_page_position), (djvu_text_page_union),
7493         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7494         (djvu_text_page_box), (djvu_text_page_append_text),
7495         (djvu_text_page_search), (djvu_text_page_prepare_search),
7496         (djvu_text_page_new), (djvu_text_page_free):
7497         * djvu/djvu-text-page.h:
7498         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7499         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7500         (djvu_text_n_results), (djvu_text_has_results),
7501         (djvu_text_get_result), (djvu_text_get_progress):
7502         * djvu/djvu-text.h:
7503         
7504         Text search in djvu. Fix for the bug #303415.
7505
7506 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7507
7508         * configure.ac:
7509         * shell/ev-window.c: (ev_window_cmd_save_as):
7510         
7511         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7512         Thanks to Gary Coady <gary@lyranthe.org>
7513
7514 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7515
7516         * shell/ev-print-job.c: (idle_print_handler):
7517         
7518         Inverse order printing, bug #320919.
7519
7520 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * data/evince-toolbar.xml:
7523         * shell/ev-window.c:
7524         
7525         Allow to add sidebar checkbutton on toolbar. Fix
7526         for the bug #144577.
7527
7528 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7529
7530         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7531         
7532         Add checks that have sense for empty ps document.
7533
7534 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7535
7536         * configure.ac: Include PS in mime types list. 
7537
7538 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * configure.ac:
7541         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7542         * ps/gsdefaults.h:
7543         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7544         
7545         Runtime check for gs interpreter. Fix for the bug #320868.
7546         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7547
7548 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7549
7550         * shell/ev-application.c: 
7551
7552         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7553         dbus>=0.60, so that the request is not queued. 
7554
7555 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * configure.ac:
7558         * shell/Makefile.am:
7559         * shell/ev-sidebar-links.c: (print_section_cb):
7560         * shell/ev-utils.c:
7561         * shell/ev-utils.h:
7562         * shell/ev-window.c: (update_action_sensitivity),
7563         (ev_window_close_dialogs), (ev_window_print):
7564         * shell/ev-window.h:
7565         
7566         Make printing support optional. Patch from Eduardo de Barros Lima
7567         <eduardo.lima@indt.org.br> for the bug #330546.
7568
7569 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * shell/ev-view-private.h:
7572         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7573         (ev_view_set_document):
7574         * shell/ev-view.h:
7575         * shell/ev-window.c: (ev_window_load_job_cb),
7576         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7577         (ev_window_init):
7578
7579         Draw Loading message during xfer job. Fix for the bug #329495.
7580
7581 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7582
7583         * comics/comics-document.c: (comics_regex_quote),
7584         (comics_document_load), (extract_argv):
7585         
7586         Correcly quote regexp before passing it to unzip.
7587
7588 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7589
7590         * shell/ev-page-cache.c: (build_height_to_page),
7591         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7592         (ev_page_cache_get_dual_even_left):
7593         * shell/ev-page-cache.h:
7594         * shell/ev-view.c: (view_update_range_and_current_page),
7595         (get_page_y_offset), (get_page_extents):
7596         
7597         Place even pages to the left if document has less then
7598         two pages. Fix for the bug #328856.
7599
7600 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7603         
7604         Correct comics scheme. This make evince create thumbnails
7605         for comic books. Fix for the bug 329088.
7606
7607 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7608
7609         * data/evince-password.glade: Don't explicitly set
7610         invisible_char to the current default value in case
7611         the default changes; let GTK+ do its magic.
7612
7613 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7614
7615         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7616         real filename to tmp filename since often document
7617         type is determined by extension.
7618
7619 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7620
7621         * shell/ev-view.c: (add_scroll_binding_keypad),
7622         (ev_view_binding_activated), (ev_view_class_init):
7623         
7624         Add keybindings for percision-scrolling of display area. 
7625         Fix for the bug #314072.
7626
7627 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7628
7629         * data/evince.desktop.in.in:
7630         
7631         Add GTK to the list of categories. Fix for the bug #328034.
7632
7633 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * shell/ev-application.c: (ev_application_shutdown),
7636         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7637         * shell/ev-application.h:
7638         * shell/ev-window.c: (file_open_dialog_response_cb),
7639         (ev_window_cmd_file_open):
7640         
7641         Save last uri in file chooser dialog. Fix for the bug #327950.
7642
7643 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * NEWS:
7646         * README:
7647         
7648         Final update for release 0.5.0
7649         
7650         * shell/Makefile.am:
7651         
7652         Remove disable deprecated until we'll require libgnome-2.13.7
7653         and port to GOption argument parsing. See bug 327518.
7654
7655 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7656
7657         * comics/comics-document.c: (comics_document_save):
7658         * djvu/djvu-document.c: (djvu_document_save):
7659         * dvi/dvi-document.c: (dvi_document_save):
7660         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7661         * lib/ev-file-helpers.h:
7662         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7663         * tiff/tiff-document.c: (tiff_document_save):
7664         
7665         Use common save function for backends.
7666
7667 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7668
7669         * backend/ev-document-types.c:
7670         
7671         Fix crash on saving pixbuf.
7672
7673 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7674
7675         * cut-n-paste/recent-files/egg-recent-item.c:
7676         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7677         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7678         (parse_info_free), (valid_element), (start_element_handler),
7679         (end_element_handler), (text_handler), (egg_recent_model_filter),
7680         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7681         (egg_recent_model_monitor), (egg_recent_model_read),
7682         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7683         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7684         (egg_recent_model_set_property), (egg_recent_model_class_init),
7685         (egg_recent_model_init), (egg_recent_model_add_full),
7686         (egg_recent_model_delete), (egg_recent_model_get_list),
7687         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7688         (egg_recent_model_set_filter_mime_types),
7689         (egg_recent_model_clear_group_filter),
7690         (egg_recent_model_set_filter_groups),
7691         (egg_recent_model_clear_scheme_filter),
7692         (egg_recent_model_set_filter_uri_schemes),
7693         (egg_recent_model_remove_expired):
7694         * cut-n-paste/recent-files/egg-recent-util.c:
7695         (egg_recent_util_get_icon):
7696         * cut-n-paste/recent-files/egg-recent-util.h:
7697         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7698         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7699         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7700         (egg_recent_view_uimanager_set_property),
7701         (egg_recent_view_uimanager_get_property),
7702         (egg_recent_view_uimanager_class_init),
7703         (egg_recent_view_uimanager_init),
7704         (egg_recent_view_uimanager_set_label_width),
7705         (egg_recent_view_uimanager_get_label_width):
7706         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7707         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7708         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7709         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7710         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7711         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7712         
7713         Update from libegg.
7714
7715 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7716
7717         * shell/ev-page-cache.c: (build_height_to_page),
7718         (ev_page_cache_get_height_to_page):
7719         * shell/ev-page-cache.h:
7720         * shell/ev-view.c: (view_update_range_and_current_page),
7721         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7722         (ev_view_previous_page):
7723         
7724         Dual mode places even pages to the left. Fix for the bug #309393.
7725
7726         * shell/ev-view.h:
7727         * shell/ev-window.c: (update_action_sensitivity),
7728         (setup_view_from_metadata), (view_menu_popup_cb):
7729         
7730         Don't restore presentation in empty windows, more intelligent
7731         next page behaviour in dual mode.
7732
7733         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7734         (ev_pixbuf_cache_clear_job_sizes):
7735         
7736         Cleanup job callback on removal. Fix for the bug #325886.
7737
7738 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * ps/ps.c: (psscan):
7741         
7742         Commit workaround Mozilla problem. Fix for the bug #325919
7743         
7744         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7745         (save_item):
7746         
7747         Fix for year 2038 problem.
7748
7749 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7750
7751         * shell/ev-window.c: (setup_document_from_metadata),
7752         (ev_window_cmd_view_reload):
7753
7754         Clamp page recieved from metadata in valid values. Fix
7755         for the bug #325986.
7756
7757 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7758
7759         * MAINTAINERS: 
7760         Add MAINTAINERS as requested on desktop-devel-list.
7761
7762 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7763
7764         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7765         (mime_type_supported_by_gdk_pixbuf),
7766         (ev_document_factory_get_mime_types),
7767         (ev_document_factory_get_all_mime_types):
7768         
7769         Don't add pixbuf mime types if pixbuf backend is disabled.
7770         
7771         * shell/ev-application.c: (ev_application_get_uri_window):
7772         
7773         Fix for the bug 325815 - unhandled MIME type message doesn't 
7774         appear a second time. 
7775         
7776         * shell/ev-document-types.c: (ev_document_types_add_filters):
7777         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7778         (password_dialog_response), (ev_window_popup_password_dialog),
7779         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7780         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7781         (ev_window_run_presentation), (ev_window_stop_presentation),
7782         (save_sizing_mode), (ev_window_zoom_changed_cb),
7783         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7784         (ev_window_dual_mode_changed_cb),
7785         (ev_window_sidebar_current_page_changed_cb),
7786         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7787         (window_state_event_cb), (window_configure_event_cb):
7788         
7789         Cleanup additional uris holded by EvWindow.
7790
7791 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7792
7793         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7794         (ev_view_can_previous_page), (ev_view_can_next_page):
7795         * shell/ev-view.h:
7796         * shell/ev-window.c: (update_action_sensitivity):
7797         
7798         Two page scrolling with Space and PageUp in dual mode. Second fix 
7799         for the bug #316608.
7800
7801 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7802
7803         * shell/ev-view.c: (scroll_to_current_page):
7804         
7805         Correctly clamp adjustment value. Fix for the bug
7806         #325808.
7807
7808 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * shell/ev-sidebar-links.c: (print_section_cb):
7811         * shell/ev-window.c: (ev_window_get_uri),
7812         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7813         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7814         (ev_window_dispose):
7815         
7816         Make print dialog non-modal. Fix for the bug #325622.
7817
7818 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7819
7820         * shell/ev-metadata-manager.c:
7821         * shell/ev-utils.c: (using_pdf_printer),
7822         (using_postscript_printer), (load_print_config_from_file),
7823         (save_print_config_to_file):
7824         * shell/ev-utils.h:
7825         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7826         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7827         (setup_view_from_metadata), (ev_window_setup_document),
7828         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7829         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7830         (ev_window_run_presentation), (ev_window_stop_presentation),
7831         (save_sizing_mode), (ev_window_zoom_changed_cb),
7832         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7833         (ev_window_dual_mode_changed_cb),
7834         (ev_window_sidebar_current_page_changed_cb),
7835         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7836         (window_state_event_cb), (window_configure_event_cb),
7837         (ev_window_init):
7838         
7839         Setting saving behaviour fixes.
7840
7841 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7842
7843         * configure.ac:
7844         
7845         Make antialiasing gs options better and allow
7846         to change them during configure. Fix for the 
7847         bug #319049.
7848
7849 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * shell/ev-window.c: (setup_view_from_metadata):
7852         
7853         Remember if last window was maximized. Fix for the
7854         bug #323797.
7855
7856 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7857
7858         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7859
7860 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7861
7862         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7863         * shell/ev-page-action.c: (build_new_tree_cb):
7864         * shell/ev-sidebar-links.c: (links_page_num_func),
7865         (update_page_callback_foreach), (update_page_callback):
7866         * shell/ev-view.c: (scroll_to_current_page):
7867         
7868         Fix for the bug #325067 with more intelligent selection
7869         of current link in sidebar. Make sidebar handle links
7870         of FITR-like type more correctly.
7871
7872         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7873         (dvi_pixbuf_put_pixel):
7874         
7875         Fix memory consumtion with disabled alpha channel.
7876
7877 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7878
7879         * data/evince-ui.xml:
7880         * shell/ev-window.c: (view_menu_popup_cb),
7881         (ev_popup_cmd_open_link), (ev_window_init):
7882         
7883         Update context menu for internal links. Fix for the bug
7884         #325066.
7885
7886 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7887
7888         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7889         
7890         Bind context menu to keyboard also. Fix for the bug
7891         #325065.
7892
7893 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7894
7895         * shell/ev-view.c: (selection_scroll_timeout_cb):
7896         
7897         Horizontal scroll on selection also.
7898
7899 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7900
7901         * shell/ev-metadata-manager.c: (parse_value):
7902         * shell/ev-view.c: (goto_xyz_link):
7903         
7904         Correct zoom setup and metadata save broken in 
7905         some locales.
7906
7907 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * shell/ev-view-private.h:
7910         * shell/ev-view.c: (scroll_to_current_page),
7911         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7912         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7913         (page_changed_cb), (ev_view_set_continuous),
7914         (ev_view_set_dual_page), (ev_view_set_presentation):
7915         
7916         Delay scroll until allocation to correctly position page. Fix
7917         for the bug #317334.
7918
7919 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7920
7921         * NEWS:
7922         * configure.ac:
7923         
7924         Update NEWS and require poppler 0.5.0.
7925
7926 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7927         
7928         * data/evince-ui.xml:
7929         * shell/ev-view-private.h:
7930         * shell/ev-view.c: (ev_view_get_link_at_location),
7931         (handle_link_over_xy), (ev_view_button_press_event),
7932         (ev_view_button_release_event), (ev_view_class_init):
7933         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7934         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7935         (ev_window_init):
7936         
7937         Implement right-click context menu.
7938
7939 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7942         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7943         (mdvi_pixbuf_device_render):
7944         * pdf/ev-poppler.cc:
7945
7946         Don't generate thumbnails with alpha. See bug #324077.
7947         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7948
7949 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * shell/ev-window.c: (setup_chrome_from_metadata):
7952         
7953         Fix typo that was hiding toolbar.
7954
7955 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/ev-view-private.h:
7958         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7959         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7960         (ev_view_button_release_event), (ev_view_destroy):
7961         
7962         Small cleanup and autoscrolling during selection. Thanks to 
7963         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7964
7965 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7966
7967         * configure.ac:
7968         
7969         Correctly check for comics option.
7970
7971 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7972         * Makefile.am:
7973         * configure.ac:
7974         * backend/Makefile.am:
7975         * backend/ev-document-factory.c:
7976         * shell/ev-document-types.c:
7977
7978         Included option in configure to make ps backend 
7979         compilation optional with --disable-ps.
7980
7981 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * backend/ev-document-factory.c:
7984         * comics/Makefile.am:
7985         * comics/comics-document.c: (comics_document_load):
7986         * comics/ev-cbr-mime.xml:
7987         * configure.ac:
7988         
7989         Comics mime types are added to shared-mime-info CVS. Now
7990         we don't need to install our own mime types.
7991
7992 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7993
7994         * shell/ev-window.c:
7995         
7996         Add shortcut for "save a copy" menu entry. Fix for
7997         the bug #324582.
7998
7999 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8002         (job_finished_cb), (new_selection_pixbuf_needed),
8003         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8004         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8005         
8006         Rework selection job info logic and fix critical warning.
8007
8008 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8009
8010         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8011
8012 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8013
8014         * data/evince-ui.xml:
8015         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8016         
8017         Enter as shortcut key for next page. Fix for the bug
8018         #321394.
8019
8020 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8021
8022         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8023
8024 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8025
8026         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8027         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8028         (new_selection_pixbuf_needed),
8029         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8030         (clear_job_selection):
8031         
8032         Too early for 0.5. Pixbuf cache code cleaned a bit.
8033
8034 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8035
8036         * NEWS:
8037         * configure.ac:
8038         
8039         Release 0.5.0 preparation
8040
8041 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8042
8043         * comics/Makefile.am:
8044         * configure.ac:
8045         * shell/ev-document-types.c: (ev_document_types_add_filters):
8046         
8047         More advanced handling of custom mime type installation.
8048
8049 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8050
8051         * data/evince.schemas.in:
8052         * shell/ev-metadata-manager.c: (value_free),
8053         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8054         (ev_metadata_manager_get), (ev_metadata_manager_set):
8055         * shell/ev-metadata-manager.h:
8056         * shell/ev-window.c: (update_chrome_flag),
8057         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8058         (setup_document_from_metadata), (setup_chrome_from_metadata),
8059         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8060         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8061         (ev_window_view_toolbar_cb),
8062         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8063         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8064         
8065         Save last document settings and reuse them for new documents.
8066
8067 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8068
8069         * Makefile.am:
8070         * backend/Makefile.am:
8071         * backend/ev-document-factory.c:
8072         * backend/ev-document-factory.h:
8073         * comics/Makefile.am:
8074         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8075         (comics_document_load), (comics_document_save),
8076         (comics_document_get_n_pages), (comics_document_get_page_size),
8077         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8078         (comics_document_class_init), (comics_document_can_get_text),
8079         (comics_document_get_info), (comics_document_document_iface_init),
8080         (comics_document_init), (get_supported_image_extensions),
8081         (comics_document_thumbnails_get_geometry),
8082         (comics_document_thumbnails_get_thumbnail),
8083         (comics_document_thumbnails_get_dimensions),
8084         (comics_document_document_thumbnails_iface_init), (extract_argv):
8085         * comics/comics-document.h:
8086         * comics/ev-cbr-mime.xml:
8087         * configure.ac:
8088         * po/POTFILES.in:
8089         * shell/ev-application.c: (ev_application_register_service):
8090         * shell/ev-document-types.c: (ev_document_types_add_filters):
8091         * thumbnailer/Makefile.am:
8092         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8093         
8094         New CBR/CBZ backend for comic books.
8095
8096 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8097
8098         * shell/main.c: (load_files_remote):
8099
8100         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8101         warning on startup of second instance is fixed. It
8102         is bug #320353.
8103
8104 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * shell/ev-window.c: (ev_window_finalize):
8107         
8108         Fix double free that cause crash.
8109
8110 2005-10-29  Bastien Nocera <hadess@hadess.net>
8111
8112         * tiff/tiff-document.c: (tiff_document_load):
8113         
8114         Fix memory leak.
8115
8116 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8117
8118         * po/POTFILES.in:
8119         * shell/Makefile.am:
8120         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8121         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8122         (ev_view_accessible_get_text),
8123         (ev_view_accessible_get_character_at_offset),
8124         (ev_view_accessible_get_text_before_offset),
8125         (ev_view_accessible_get_text_at_offset),
8126         (ev_view_accessible_get_text_after_offset),
8127         (ev_view_accessible_get_character_count),
8128         (ev_view_accessible_get_caret_offset),
8129         (ev_view_accessible_set_caret_offset),
8130         (ev_view_accessible_get_run_attributes),
8131         (ev_view_accessible_get_default_attributes),
8132         (ev_view_accessible_get_character_extents),
8133         (ev_view_accessible_get_offset_at_point),
8134         (ev_view_accessible_get_n_selections),
8135         (ev_view_accessible_get_selection),
8136         (ev_view_accessible_add_selection),
8137         (ev_view_accessible_remove_selection),
8138         (ev_view_accessible_set_selection),
8139         (ev_view_accessible_text_iface_init),
8140         (ev_view_accessible_idle_do_action),
8141         (ev_view_accessible_action_do_action),
8142         (ev_view_accessible_action_get_n_actions),
8143         (ev_view_accessible_action_get_description),
8144         (ev_view_accessible_action_get_name),
8145         (ev_view_accessible_action_set_description),
8146         (ev_view_accessible_action_iface_init),
8147         (ev_view_accessible_get_type), (ev_view_accessible_new),
8148         (ev_view_accessible_factory_get_accessible_type),
8149         (ev_view_accessible_factory_create_accessible),
8150         (ev_view_accessible_factory_class_init),
8151         (ev_view_accessible_factory_get_type):
8152         * shell/ev-view-accessible.h:
8153         * shell/ev-view-private.h:
8154         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8155         * shell/ev-view.h:
8156         
8157         Initial accessibility support.
8158
8159 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8160
8161         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8162
8163 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8164
8165         * shell/ev-print-job.c: (idle_print_handler):
8166         
8167         Fix for bug Bug 318916: Printing multiple pages.
8168
8169 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8170
8171         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8172
8173 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * pdf/ev-poppler.cc:
8176         
8177         Thumnail dimensions unified with other backends.
8178         
8179         * shell/ev-window-title.c: (ev_window_title_update):
8180         
8181         Fix warning.
8182
8183 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * data/ev-stock-zoom-fit-width.png:
8186         
8187         Remove unused file.
8188
8189 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191         * configure.ac:
8192         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8193         (djvu_document_finalize):
8194         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8195         (dvi_document_finalize):
8196         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8197         (pixbuf_document_save), (pixbuf_document_finalize):
8198         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8199         (tiff_document_finalize):
8200         
8201         Save a copy implemented for various backends.
8202
8203 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8204
8205         * configure.ac:
8206         
8207         Don't link with ltiff if tiff is disabled.
8208
8209 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8210
8211         * pdf/GDKSplashOutputDev.cc:
8212         * pdf/GDKSplashOutputDev.h:
8213         * pdf/Thumb.cc:
8214         * pdf/Thumb.h:
8215         * pdf/pdf-document.cc:
8216         * pdf/pdf-document.h:
8217         * pdf/test-gdk-output-dev.cc:
8218         
8219         Remove old unused files.
8220
8221 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * shell/ev-window.c: (ev_window_setup_document):
8224         
8225         Fixed warnings on reload and probably crash reason.
8226
8227 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8228
8229         * properties/ev-properties-view.c:
8230         (ev_properties_view_format_date):
8231         
8232         Check if date is invalid. Fix for bug 318134.
8233
8234 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8235
8236         * shell/ev-window-title.c:
8237         
8238         Add .indd files (Adobe Indesign) to the list of "bad
8239         extensions".
8240
8241 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8242
8243         * data/evince-ui.xml:
8244         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8245         
8246         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8247
8248 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8249
8250         * shell/ev-window.c: (launch_link), (launch_external_uri),
8251         (view_external_link_cb):
8252
8253         URL-escape link before passing it to gnome_vfs_url_show.
8254
8255 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8256
8257         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8258         there isn't text selected.
8259
8260 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8261
8262         * shell/ev-view.c: (handle_link_over_xy):
8263
8264         Check tooltip is valid utf8 before showing it
8265
8266 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8267
8268         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8269
8270 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8271
8272         * shell/ev-window-title.c: (ev_window_title_update):
8273
8274         Guard against using g_strstrip on NULL. Fixes bug #317291.
8275
8276 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * pdf/ev-poppler.cc:
8279
8280         Show title even for unknown links
8281
8282 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8283
8284         * shell/ev-window-title.c: (ev_window_title_update):
8285
8286         Strip the title string
8287
8288 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * shell/ev-window-title.c:
8291
8292         Add .rtf to the bad extensions list
8293
8294 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8297         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8298
8299         Ignore link coordinates if they are outside page bounds
8300
8301 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8302
8303         * backend/ev-link.c: (ev_link_type_get_type),
8304         (ev_link_get_filename), (ev_link_get_params),
8305         (ev_link_get_property), (ev_link_set_property),
8306         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8307         * backend/ev-link.h:
8308         * pdf/ev-poppler.cc:
8309         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8310         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8311         (ev_window_init):
8312
8313         Implement launch links. Delegate external link opening to
8314         the window.
8315
8316 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8319         (ev_link_get_right), (ev_link_get_property),
8320         (ev_link_set_property), (ev_link_class_init),
8321         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8322         * backend/ev-link.h:
8323         * pdf/ev-poppler.cc:
8324         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8325
8326         Implement fitr links
8327
8328 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8331         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8332         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8333         (ev_view_size_request_continuous),
8334         (ev_view_size_request_dual_page),
8335         (ev_view_size_request_single_page), (ev_view_size_allocate),
8336         (ev_view_zoom_for_size_continuous_and_dual_page),
8337         (ev_view_zoom_for_size_continuous),
8338         (ev_view_zoom_for_size_dual_page),
8339         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8340         (ev_sizing_mode_get_type):
8341         * shell/ev-view.h:
8342         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8343
8344         Do not use modes for link, we need to calculate size ad hoc.
8345         Still not perfect because of the usual scrollbar issues grrr.
8346
8347 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8348
8349         * backend/ev-link.c: (ev_link_type_get_type),
8350         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8351         * backend/ev-link.h:
8352         * pdf/ev-poppler.cc:
8353         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8354         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8355         (ev_view_size_request_continuous),
8356         (ev_view_size_request_dual_page),
8357         (ev_view_size_request_single_page), (ev_view_size_allocate),
8358         (zoom_for_size_fit_height),
8359         (ev_view_zoom_for_size_continuous_and_dual_page),
8360         (ev_view_zoom_for_size_continuous),
8361         (ev_view_zoom_for_size_dual_page),
8362         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8363         (ev_sizing_mode_get_type):
8364         * shell/ev-view.h:
8365         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8366
8367         Implement FIT_HEIGHT mode (only for links).
8368         Implement FITH links
8369
8370 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8371
8372         * shell/ev-window-title.c: (get_filename_from_uri),
8373         (ev_window_title_sanitize_extension), (ev_window_title_update),
8374         (ev_window_title_set_document), (ev_window_title_set_uri),
8375         (ev_window_title_free):
8376         * shell/ev-window-title.h:
8377         * shell/ev-window.c: (ev_window_setup_document),
8378         (ev_window_popup_password_dialog):
8379
8380         Refactor window title building while fixing it for
8381         password documents.
8382
8383 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * pdf/ev-poppler.cc:
8386
8387         Escape link title before setting it in the model
8388
8389 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * shell/ev-application.c: (removed_from_session), (save_session),
8392         (init_session), (ev_application_get_empty_window),
8393         (ev_application_init), (ev_application_get_windows):
8394         * shell/ev-application.h:
8395         * shell/ev-window.c: (ev_window_finalize):
8396
8397         Add a function to retrieve window list and share it where
8398         necessary.
8399         Implement session handling, works pretty well thanks to the
8400         metadata system.
8401
8402 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8403
8404         * shell/ev-password.c: (ev_password_item_created_callback),
8405         (ev_password_dialog_save_password):
8406         
8407         Fix for bug 316972. Use async gnome-keyring API.
8408
8409 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8410
8411         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8412         Remove unused unrealize handler. Add scroll handling to
8413         ev_view_scroll_event for presentation mode (bug #316708),
8414         and fix the event state checks there.
8415
8416 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * shell/ev-page-action.c: (page_changed_cb):
8419
8420         "marco, maybe we should be crazy and jump right to 6! :)"
8421
8422         Bryan Clark, Sep 2005
8423
8424 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * ps/ps-document.c: (save_document), (ps_document_save),
8427         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8428         (ps_document_ps_export_end):
8429
8430         Fix unstructured documents save and print
8431
8432 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * shell/ev-application.c: (ev_application_open_uri):
8435
8436         Fix window size persistance
8437
8438 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8439
8440         * shell/ev-view.c: (ev_view_button_release_event):
8441
8442         Based on a patch from carlosgc@gnome.org. Mouse buttons
8443         switch pages in presentation mode.
8444
8445 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8446
8447         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8448
8449         Dont cast to int before scaling
8450
8451 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * backend/ev-link.c: (ev_link_type_get_type),
8454         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8455         (ev_link_new_page_fith):
8456         * backend/ev-link.h:
8457         * pdf/ev-poppler.cc:
8458         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8459
8460         Implement FIT and FITH links
8461
8462 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * pdf/ev-poppler.cc:
8465
8466         Return 0 results when search is not in progress.
8467
8468         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8469         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8470
8471         Update menu sensitivity when cancelling search
8472
8473 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8474
8475         * shell/ev-view.c: (ev_view_can_find_next):
8476
8477         Take all pages in consideration, not just current one
8478
8479 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * shell/ev-page-cache.c:
8482         * shell/ev-page-cache.h:
8483         * shell/ev-view.c: (ev_view_binding_activated),
8484         (ev_view_next_page), (ev_view_previous_page),
8485         (ev_sizing_mode_get_type):
8486         * shell/ev-view.h:
8487         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8488         (ev_window_cmd_go_next_page):
8489
8490         Move page next/previous functions from page chace to
8491         view and change it to move by 2 page steps in dual mode.
8492
8493 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8494
8495         * shell/ev-window.c: (update_sidebar_visibility),
8496         (setup_sidebar_from_metadata), (ev_window_setup_document),
8497         (setup_view_from_metadata):
8498
8499         Show the index by default when there is one     
8500
8501 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * shell/ev-window-title.c: (ev_window_title_set_document):
8504
8505         Missing null check
8506
8507 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * shell/ev-view.c: (view_update_range_and_current_page):
8510         
8511         Allow display of last odd page in dual view. Fix for 316347.
8512
8513 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8514
8515         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8516         
8517         Make close button default. Fix for 316383.
8518
8519 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8520
8521         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8522         
8523         Mark close button as default. Fix for 316381.
8524
8525 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8526
8527         * backend/ev-link.c: (ev_link_class_init):
8528
8529         Allow negative doubles in left/top properties
8530
8531 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8532
8533         * shell/ev-window.c:
8534
8535         Remove a bunch of strings that was used only
8536         by the statusbar.
8537
8538 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8539
8540         * shell/ev-window-title.c: (get_filename_from_uri),
8541         (ev_window_title_set_document):
8542
8543         When title has a confusing extension, show also
8544         the document filename inside ()
8545
8546 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * shell/Makefile.am:
8549         * shell/ev-window-title.c: (ev_window_title_new),
8550         (ev_window_title_update), (ev_window_title_set_type),
8551         (ev_window_title_set_document), (ev_window_title_free):
8552         * shell/ev-window-title.h:
8553         * shell/ev-window.c: (ev_window_setup_document),
8554         (password_dialog_response), (ev_window_popup_password_dialog),
8555         (ev_window_dispose), (ev_window_init):
8556
8557         Factor out and cleanup window title code
8558
8559 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8560
8561         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8562         (unable_to_load):
8563
8564         Make dialog transient so it doesnt block other windows
8565
8566 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8567
8568         * pdf/ev-poppler.cc:
8569         
8570         Fix pdf thumbnails rendering.
8571
8572 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8573
8574         * shell/ev-window.c: (fullscreen_set_timeout):
8575         
8576         Increase timeout to hide full screen popup. Bug 
8577         316123. 
8578
8579 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8580
8581         * data/evince.schemas.in:
8582         * shell/ev-window.c: (update_action_sensitivity):
8583
8584         Allow the user to override document restrictions. Fix for bug
8585         305818.
8586
8587 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8588
8589         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8590         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8591         (ev_window_class_init): Fix multihead behaviour of fullscreen
8592         toolbar popup. Fixes bug #315451.
8593
8594 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8595
8596         * configure.ac:
8597         * data/evince-password.glade:
8598         * shell/ev-password.c: (ev_password_dialog_set_property),
8599         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8600         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8601         (ev_password_dialog_entry_changed_cb),
8602         (ev_password_dialog_entry_activated_cb),
8603         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8604         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8605         (ev_password_dialog_set_bad_pass):
8606         * shell/ev-password.h:
8607         * shell/ev-window.c: (password_dialog_response),
8608         (ev_window_popup_password_dialog):
8609         
8610         Support for gnome-keyring for encrypted PDF's.
8611
8612 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8613
8614         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8615         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8616         (ev_view_enter_notify_event), (ev_view_class_init):
8617         
8618         More precise handling of enter_notify/leave_notify events
8619         in EvView. Fix for bug 315470.
8620
8621 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8622
8623         * shell/ev-window.c: (fullscreen_timeout_cb),
8624         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8625         (ev_window_dispose):
8626
8627         leak fix: unref fullscreen_timeout_source before clearing it
8628
8629 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8630
8631         * configure.ac, dvi/mdvi/Makefile.am: 
8632         
8633         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8634
8635 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * backend/ev-link.c: (ev_link_new_page_xyz):
8638         * pdf/ev-poppler.cc:
8639         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8640
8641         Fix some bugs with xyz links, respect zoom
8642
8643 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/ev-window.c: (page_changed_cb),
8646         (setup_document_from_metadata), (update_sidebar_visibility),
8647         (setup_view_from_metadata), (ev_window_run_fullscreen),
8648         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8649         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8650         (ev_window_dual_mode_changed_cb),
8651         (ev_window_sidebar_current_page_changed_cb):
8652
8653         null check uri before setting and getting metadata
8654
8655 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * dvi/Makefile.am:
8658         * properties/Makefile.am:
8659         * shell/Makefile.am:
8660         * thumbnailer/Makefile.am:
8661
8662         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8663
8664 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8667         (selection_changed_callback):
8668         * shell/ev-sidebar-links.h:
8669
8670         Add a signal for link activation.
8671
8672         * shell/ev-view.c: (ev_view_goto_link),
8673         (ev_view_button_release_event):
8674         * shell/ev-view.h:
8675         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8676         (ev_window_init):
8677
8678         Implement the signal so that we can handle all link types.
8679
8680         * shell/ev-page-cache.c:
8681
8682         Remove unused set_link function
8683
8684 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8687
8688         Add some space from the cursor, hardcoded but I couldnt
8689         find a better way.
8690
8691 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * lib/ev-tooltip.c:
8694
8695         Use mozilla style vs gtk style, way better for links.
8696
8697         * shell/ev-view.c: (ev_view_motion_notify_event),
8698         (ev_view_destroy), (ev_view_init):
8699
8700         Deactive tooltip when the link hovered is changed.
8701
8702 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8703
8704         * backend/ev-document.h:
8705         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8706         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8707         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8708         (ev_link_new_page), (ev_link_new_page_xyz):
8709         * backend/ev-link.h:
8710         * pdf/ev-poppler.cc:
8711         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8712         (go_to_link), (tip_from_link):
8713
8714         Implement xyz links, still not functional. Links are a total
8715         mess, will need to refactor and bugfix a lot :(
8716
8717 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8718
8719         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8720
8721 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8722
8723         * data/evince-ui.xml:
8724         * data/evince.schemas.in:
8725         * shell/Makefile.am:
8726         * shell/ev-window.c: (update_chrome_visibility),
8727         (password_dialog_response), (ev_window_load_job_cb),
8728         (ev_window_xfer_job_cb), (ev_window_open_uri),
8729         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8730         (ev_window_init):
8731
8732         Remove the statusbar. This regress loading feedback, need to
8733         check with Bryan what we want to do there...
8734
8735 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * lib/ev-tooltip.c: (ev_tooltip_init):
8738
8739         Fix tooltip border and size handling
8740
8741 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8744         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8745         (ev_tooltip_timeout), (ev_tooltip_activate),
8746         (ev_tooltip_deactivate):
8747         * lib/ev-tooltip.h:
8748         * shell/ev-view.c: (ev_view_motion_notify_event):
8749
8750         Delay popup showing. Mirror gtk logic/times.
8751
8752 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8753
8754         * lib/Makefile.am:
8755         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8756         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8757         (ev_tooltip_set_text), (ev_tooltip_set_position):
8758         * lib/ev-tooltip.h:
8759
8760         Simple widget to show tooltips at a custom position
8761
8762         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8763         (ev_view_destroy):
8764
8765         Use it for links. First go, needs work
8766
8767 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8768
8769         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8770         HIG fixes.  Use title capitalization for window title. Use 12 
8771         pixels of space between the dialog's vbox and action area.
8772
8773 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * shell/ev-window.c: (file_open_dialog_response_cb),
8776         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8777         (ev_window_cmd_save_as):
8778
8779         Make file pickers not modal and refactor code some
8780
8781 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * shell/ev-sidebar.h:
8784         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8785         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8786         (ev_sidebar_class_init), (ev_sidebar_select_page),
8787         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8788         (ev_sidebar_set_page):
8789
8790         Add a current page property and allow to get/set it
8791
8792         * shell/ev-window.c: (setup_view_from_metadata),
8793         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8794
8795         Persist current sidebar page per document
8796
8797 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * data/evince.schemas.in:
8800         * shell/ev-window.c: (update_chrome_visibility),
8801         (setup_document_from_metadata), (update_sidebar_visibility),
8802         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8803         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8804         (ev_window_run_presentation), (ev_window_stop_presentation),
8805         (ev_window_view_sidebar_cb),
8806         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8807         (load_chrome), (ev_window_init):
8808
8809         Persist size/visibility of sidebar per document
8810
8811 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8812
8813         * shell/ev-view.c (draw_loading_text): Draw loading text.
8814
8815 2005-09-02  Dan Damian  <dand@gnome.ro>
8816
8817         * configure.in: Added "ro" to ALL_LINGUAS.
8818
8819 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * shell/ev-view.c: (clear_caches):
8822
8823         ev_page_cache_get doesnt return a reference,
8824         dont try to unref it.
8825
8826 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8827
8828         * shell/main.c: (load_files_remote):
8829
8830         Fix timestamp parameter with dbus <= 0.33
8831
8832 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8833
8834         * data/evince.schemas.in:
8835
8836         Add missing full stop
8837
8838 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8839
8840         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8841         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8842
8843         Plug some memory leaks
8844
8845 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8846
8847         * configure.ac:
8848         * lib/ev-debug.c: (trap_handler):
8849
8850         Check for execinfo.h and use it only if it exists.
8851         Ported from Epiphany (bug #314776).
8852
8853 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8854
8855         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8856
8857 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8858
8859         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8860         * po/id.po      : Added Indonesian translation
8861
8862 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8863
8864         * shell/main.c:
8865         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8866         * NEWS: Release 0.4.0
8867
8868 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8869
8870         * configure.ac: catch another gtk+-2.8ism
8871         * shell/main.c: Make work with gtk+-2.6
8872
8873 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8874
8875         * shell/ev-application-service.xml: Add 'timestamp' argument to
8876           ev_application_open_window and ev_application_open_uri methods.
8877
8878         * shell/ev-application.h: Add 'timestamp' argument to
8879           ev_application_open_window, ev_application_open_uri,
8880           and ev_application_open_uri_list functions.
8881
8882         * shell/ev-application.c (ev_application_open_window,
8883           ev_application_open_uri, ev_application_open_uri_list): Change
8884           functions that show/present windows to use a timestamp if one
8885           is passed in.
8886
8887         * shell/ev-window.c (ev_window_cmd_file_open,
8888           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8889         * shell/main.c (load_files): Modify calls to ev_application to
8890           include GDK_CURRENT_TIME as timestamp.
8891
8892         * shell/main.c (load_files_remote): Obtain timestamp for client
8893           instance from GDK and pass to server instance so new windows are
8894           focused properly.  Fix dbus_g_proxy_call() calls by including second
8895           G_TYPE_INVALID.
8896           
8897         Closes bug #314475.
8898
8899 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8900
8901         * shell/ev-window.c (ev_window_finalize): Check for
8902         avail. EvWindows when quiting to handle the finalize better,
8903         #314497
8904
8905 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906         
8907         * properties/ev-properties-view.c: 
8908         
8909         Set textdomain to libglade. Fixes translation problem in property page.
8910
8911 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8912
8913         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8914         * dvi/Makefile.am:
8915         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8916         * dvi/mdvi-lib/Makefile.am:
8917         
8918         Fix rotation of thumbnails, ported to new API. Moved library
8919         dependencies earlier, probably it will fix linkage problem.
8920
8921 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8922
8923         * backend/ev-document-misc.c:
8924         (ev_document_misc_get_thumbnail_frame):
8925         * backend/ev-document-misc.h:
8926         * configure.ac:
8927         * pdf/ev-poppler.cc:
8928         * shell/Makefile.am:
8929         * shell/ev-sidebar-thumbnails.c: (add_range),
8930         (ev_sidebar_thumbnails_set_loading_icon),
8931         (ev_sidebar_thumbnails_refresh),
8932         (ev_sidebar_thumbnails_set_document):
8933         * shell/ev-sidebar-thumbnails.h:
8934         * shell/ev-view.c: (ev_view_motion_notify_event),
8935         (ev_view_set_property), (ev_view_get_property),
8936         (ev_view_class_init), (ev_view_set_rotation):
8937         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8938         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8939         (ev_window_init):
8940         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8941         Redo rotation (again).  prepare for 0.4.0
8942
8943 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8944
8945         * configure.ac: Bump poppler requirement to 0.4.1.
8946
8947         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8948         argument to poppler_page_render_selection() call.
8949
8950 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8951
8952         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8953         (djvu_document_thumbnails_get_thumbnail):
8954         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8955         (dvi_document_thumbnails_get_thumbnail):
8956         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8957         (pixbuf_document_thumbnails_get_thumbnail):
8958         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8959         
8960         Update rotation direction of backends to fit with pdf and ps.
8961
8962 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8963
8964         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8965         * backend/ev-async-renderer.h:
8966         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8967         (setup_page), (ps_document_get_page_size),
8968         (ps_async_renderer_render_pixbuf):
8969         * ps/ps-document.h:
8970         * shell/ev-jobs.c: (ev_job_render_run):
8971
8972         Fix orientation in the postscript document
8973
8974 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8975
8976         * pdf/ev-poppler.cc:
8977         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8978         * shell/ev-view.c: (highlight_find_results):
8979
8980         Adapt to the new poppler rotation API. Fix text maps on landscape
8981         documents.
8982
8983 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8984
8985         * shell/ev-view.c (compute_new_selection_text): get the correct
8986         region when selecting in modes other than continuous.
8987
8988 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8989
8990         * shell/main.c (main): remove redundant g_warnings.
8991
8992 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8993
8994         * shell/Makefile.am: Don't include autogenerated
8995         file ev-application-service.h into distribution, since
8996         it causes dbus crash. Fix for bugs 313724 and 313443. 
8997
8998 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8999
9000         * configure.ac: Fix sed expression for FreeBSD. Thanks
9001         to Joe Marcus Clark <marcus@freebsd.org>
9002         
9003         * shell/eggfindbar.c: (entry_activate_callback),
9004         (entry_changed_callback), (egg_find_bar_init),
9005         (egg_find_bar_set_search_string):
9006         
9007         Made findbar buttons unsensitive if there is no text in
9008         entry. Fix for the bug 313285.
9009
9010 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9011
9012         * ps/ps-document.c: Use g_filename_display_name for displaying
9013         filenames and revert string freeze breackage
9014
9015 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9016
9017         * NEWS:
9018         * configure.ac:
9019
9020         Update for 0.3.4
9021
9022         * shell/Makefile.am:
9023
9024         Add ev-application-service.xml to extra dist
9025
9026         * shell/ev-view.c: (find_page_at_location):
9027
9028         Remove unused function (fix warning)
9029
9030 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9031
9032         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9033         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9034         
9035         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9036         bug 313623.
9037
9038 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9039
9040         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9041         * shell/ev-window.c:
9042         Fix build warnings
9043
9044 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9045
9046         * configure.ac: Update script to get dbus version.
9047         Fix for the bug #313443.
9048
9049 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9050
9051         * shell/ev-window.c: (ev_window_cmd_escape):
9052         
9053         Return focus back to view on escape. Fix for bug 313295.
9054
9055 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9056
9057         * shell/ev-window.c: (update_window_title),
9058         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9059         (ev_window_cmd_save_as):
9060         
9061         Correct conversion from uri to displayable string. Fix for
9062         bug 313296.
9063
9064 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9065
9066         * ps/ps-document.c: convert filename to utf8 when there is an error
9067         loading document. Fixes #309915
9068
9069 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * configure.ac:
9072
9073         We depend on poppler 0.4.0
9074
9075 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9076
9077         * configure.ac:
9078         * NEWS: Release 0.3.3.
9079         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9080
9081 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9082
9083         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9084         add a couple missing mnemonics to menu items, use title 
9085         capitalization for menu items and window titles, and add 
9086         ellipsis to open menu item.     
9087
9088 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9089
9090         * pdf/ev-poppler.cc:
9091         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9092         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9093         (ev_view_get_rotation):
9094         * shell/ev-view.h:
9095         * shell/ev-window.c: (setup_view_from_metadata),
9096         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9097         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9098         disk.
9099
9100 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9101
9102         * configure.ac: Added tr to ALL_LINGUAS
9103
9104 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9105
9106         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9107         requires several clicks to find word. Thanks to 
9108         Colin Slater <kiltedtaco@gmail.com>.
9109
9110 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9111
9112         * data/evince.desktop.in.in: Hide menu entry and
9113         rename it to "Document Viewer". Fix for bug 
9114         #312399.
9115
9116 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9117
9118         * shell/ev-page-action.c (ev_page_action_class_init): 
9119
9120         Point to the correct function in constructor of the
9121         activate_label signal
9122
9123 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9124
9125         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9126         * shell/ev-jobs.h: Make thread safe.
9127
9128 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9129
9130         * shell/ev-view.c: (view_update_range_and_current_page):
9131         Don't update page range if we are scrolling to some document
9132         point.
9133
9134 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9135
9136         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9137         when getting max_page_width, fix drawing in dual mode.
9138
9139 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9140
9141         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9142         getting the area for select_all.
9143
9144 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9145
9146         * backend/ev-selection.c: (ev_selection_render_selection):
9147         * backend/ev-selection.h:
9148         * pdf/ev-poppler.cc:
9149         * shell/ev-jobs.c: (ev_job_render_new):
9150         * shell/ev-jobs.h:
9151         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9152         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9153         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9154         (ev_view_class_init):
9155
9156         Change selection color on focus in and focus out events.  Also,
9157         poppler now uses GdkColor for specifying the selection colors, so
9158         drop some awkward conversion code.
9159
9160 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9161
9162         * configure.ac: Added Hebrew translation
9163
9164 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9165
9166         * NOTES:
9167         * backend/ev-selection.c: (ev_selection_render_selection):
9168         * backend/ev-selection.h:
9169         * pdf/ev-poppler.cc:
9170         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9171         (ev_job_render_run):
9172         * shell/ev-jobs.h:
9173         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9174         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9175         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9176         (ev_pixbuf_cache_style_changed),
9177         (ev_pixbuf_cache_get_selection_pixbuf),
9178         (ev_pixbuf_cache_set_selection_list),
9179         (ev_pixbuf_cache_get_selection_list):
9180         * shell/ev-pixbuf-cache.h:
9181         * shell/ev-utils.c: (ev_print_region_contents):
9182         * shell/ev-utils.h:
9183         * shell/ev-view.c: (ev_view_queue_draw_page),
9184         (selection_update_idle_cb), (ev_view_motion_notify_event),
9185         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9186         (setup_caches), (ev_view_find_next), (merge_selection_region),
9187         (selection_free):
9188         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9189
9190         Clean up selection to be much smoother!
9191
9192 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9193
9194         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9195         to poppler_page_render_selection().
9196
9197 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * ps/ps-document.c: (save_page_list): Use
9200         unzipped document when printing. Thanks to 
9201         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9202         311016.
9203
9204 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9205
9206         * shell/ev-window.c: (update_action_sensitivity):
9207         
9208         Disable print and save respect to lockdown gconf keys. Fix
9209         for 312342.
9210
9211 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212
9213         * configure.ac:
9214         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9215         (write_to_temp_file), (ev_file_set_contents):
9216         * shell/ev-utils.h:
9217         * shell/ev-window.c: (save_print_config_to_file):
9218         
9219         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9220         Fix for bug 312238
9221
9222 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9223
9224         * shell/ev-window.c: (load_print_config_from_file),
9225         (save_print_config_to_file), (ev_window_print_range):
9226
9227         Persist the print settings. Fixes bug #311578.
9228
9229 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9230
9231         * djvu/djvu-document.c: (djvu_document_get_page_size),
9232         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9233         (djvu_document_thumbnails_get_thumbnail):
9234         * dvi/dvi-document.c: (dvi_document_get_page_size),
9235         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9236         (dvi_document_thumbnails_get_dimensions),
9237         (dvi_document_thumbnails_get_thumbnail):
9238         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9239         (pixbuf_document_render_pixbuf),
9240         (pixbuf_document_document_iface_init),
9241         (pixbuf_document_thumbnails_get_thumbnail):
9242         
9243         Update backends to make them build with new rotation system.
9244
9245 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9246
9247         * help/C/figures/evince_start_window.png:
9248         
9249         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9250
9251 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9252
9253         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9254         * shell/ev-pixbuf-cache.h:
9255         * shell/ev-sidebar-thumbnails.c:
9256         (ev_sidebar_thumbnails_get_property), (add_range),
9257         (adjustment_changed_cb):
9258         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9259         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9260         we were thumbnailing the entire docment on startup, slowing us
9261         down hugely. 
9262
9263 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9264
9265         * shell/ev-page-cache.c: (ev_page_cache_new):
9266         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9267         == 0, fixes #310306.
9268
9269 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9272         (ev_view_rotate_left):
9273
9274         Account rotation in doc_rect_to_view_rect.
9275         Ensure rotation doesnt go out of bounds.
9276
9277 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9278
9279         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9280
9281         Correct and cleanup w/h swapping
9282
9283 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9284
9285         * backend/ev-document-thumbnails.c:
9286         (ev_document_thumbnails_get_thumbnail):
9287         * backend/ev-document-thumbnails.h:
9288         * backend/ev-document.c:
9289         * backend/ev-document.h:
9290         * backend/ev-render-context.c: (ev_render_context_new),
9291         (ev_render_context_set_rotation):
9292         * backend/ev-render-context.h:
9293         * pdf/ev-poppler.cc:
9294         * ps/ps-document.c: (ps_document_document_iface_init):
9295         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9296         * shell/ev-jobs.h:
9297         * shell/ev-page-cache.c: (build_height_to_page),
9298         (ev_page_cache_new), (ev_page_cache_get_size),
9299         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9300         (ev_page_cache_get_height_to_page):
9301         * shell/ev-page-cache.h:
9302         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9303         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9304         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9305         (ev_pixbuf_cache_get_selection_pixbuf):
9306         * shell/ev-pixbuf-cache.h:
9307         * shell/ev-print-job.c: (idle_print_handler):
9308         * shell/ev-sidebar-thumbnails.c: (add_range):
9309         * shell/ev-view.c: (view_update_range_and_current_page),
9310         (get_page_y_offset), (get_page_extents),
9311         (ev_view_size_request_continuous_dual_page),
9312         (ev_view_size_request_continuous),
9313         (ev_view_size_request_dual_page),
9314         (ev_view_size_request_single_page), (draw_one_page),
9315         (ev_view_set_rotation), (ev_view_rotate_right),
9316         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9317         (ev_view_zoom_for_size_continuous_and_dual_page),
9318         (ev_view_zoom_for_size_continuous),
9319         (ev_view_zoom_for_size_dual_page),
9320         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9321         (ev_view_select_all):
9322         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9323         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9324         (tiff_document_document_iface_init),
9325         (tiff_document_thumbnails_get_thumbnail):
9326
9327         Use rotation rather than orientation. It's easier and enough
9328         for our needs.
9329
9330 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * shell/ev-page-cache.c: (build_height_to_page),
9333         (ev_page_cache_new), (ev_page_cache_get_size),
9334         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9335         (ev_page_cache_get_height_to_page):
9336         * shell/ev-page-cache.h:
9337         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9338         (ev_view_size_request_continuous_dual_page),
9339         (ev_view_size_request_continuous),
9340         (ev_view_zoom_for_size_continuous_and_dual_page),
9341         (ev_view_zoom_for_size_continuous):
9342
9343         Make the page cache aware of page orientation.
9344
9345 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9346
9347         * backend/ev-document-thumbnails.c:
9348         (ev_document_thumbnails_get_thumbnail):
9349         * backend/ev-document-thumbnails.h:
9350         * backend/ev-document.c:
9351         * backend/ev-document.h:
9352         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9353         * backend/ev-ps-exporter.h:
9354         * pdf/ev-poppler.cc:
9355         * ps/ps-document.c: (ps_document_document_iface_init),
9356         (ps_document_ps_export_do_page):
9357         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9358         * shell/ev-jobs.h:
9359         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9360         (ev_page_cache_get):
9361         * shell/ev-page-cache.h:
9362         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9363         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9364         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9365         * shell/ev-pixbuf-cache.h:
9366         * shell/ev-print-job.c: (idle_print_handler):
9367         * shell/ev-sidebar-thumbnails.c: (add_range):
9368         * shell/ev-view.c: (view_update_range_and_current_page),
9369         (get_page_extents), (ev_view_size_request_dual_page),
9370         (ev_view_size_request_single_page), (draw_one_page),
9371         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9372         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9373         (ev_view_zoom_for_size_dual_page),
9374         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9375         (ev_view_select_all):
9376         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9377         * tiff/tiff-document.c: (tiff_document_get_page_size),
9378         (tiff_document_get_orientation), (rotate_pixbuf),
9379         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9380         (tiff_document_thumbnails_get_thumbnail),
9381         (tiff_document_ps_export_do_page), (tiff_document_init):
9382
9383         Really make use of the orientation bit of the render context.
9384         Use the render context in a few more places in the backend API.
9385         This regress orientation, but now it's done right. Will try to
9386         fix it up asap...
9387
9388 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9389
9390         * shell/ev-view.c: (ensure_rectangle_is_visible):
9391
9392         Patch by Nickolay V. Shmyrev to fix find flickering
9393
9394 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9395
9396         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9397         duplex parameters to ::begin.
9398
9399         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9400         * shell/ev-print-job.c (idle_print_handler): 
9401         * ps/ps-document.c (ps_document_ps_export_begin): 
9402         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9403         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9404         implementations. Poppler backend needs poppler cvs. Rest has
9405         unchanged behavior.
9406
9407 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9408
9409         * shell/ev-window.c (using_pdf_printer): new function.
9410         (ev_window_print_range): print a less techy message if someone
9411         tries to print to PDF.
9412
9413 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9414
9415         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9416         from "unknown font" string. Bug #311431
9417
9418 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9419
9420         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9421
9422 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9423
9424         Bug #311280
9425         
9426         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9427         name for PopplerFontTypes
9428         (pdf_document_fonts_fill_model): add font type to the detail column
9429
9430         * backend/ev-document-fonts.h: added
9431         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9432
9433         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9434         font name and font details, add a little markup.
9435         (ev_properties_fonts_init): use the new cell data func, specify ypad
9436         property for the cell renderer.
9437         (ev_properties_fonts_set_document): add the details column.
9438
9439 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9440
9441         * configure.ac: Added "pl" to ALL_LINGUAS.
9442
9443 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9444
9445         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9446
9447 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9448
9449         * help/ChangeLog: Started this for translations of manual.
9450         * configure.ac, autogen.sh, .cvsignore: Migrated to
9451         gnome-doc-utils. Patch in bug #311222.
9452
9453 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9454
9455         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9456         #ifdef this away to fix an unused-function warning.
9457
9458 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9459
9460         * configure.ac: Added 'gl' to ALL_LINGUAS.
9461
9462 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9463
9464         * configure.ac: Added ne in ALL_LINGUAS
9465         
9466 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9467
9468         * shell/ev-view.c: (ev_view_leave_notify_event):
9469         
9470         Clear status message when pointer leaves view. Fix for bug
9471         #310818 
9472
9473 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9474
9475         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9476
9477 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9478
9479         * shell/ev-view.c: (ev_view_leave_notify_event),
9480         (ev_view_class_init):
9481         
9482         Set cursor to normal then leaving view.
9483
9484 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9485
9486         * configure.ac:
9487         
9488         Fix required djvulibre version.
9489
9490 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9491
9492         *configure.ac: Hindi (hi) language added
9493
9494 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9495
9496         *configure.ac: Punjabi (pa) Language added
9497
9498 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9499
9500         * data/evince-ui.xml, shell/ev-window.c:
9501         
9502         Add keypad accelerators for zooming. Fix for bug 308128.
9503
9504 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9505
9506         * Makefile.am:
9507         * backend/Makefile.am:
9508         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9509         * configure.ac:
9510         * shell/ev-document-types.c: (ev_document_types_add_filters):
9511
9512         Allow to enable/disable the pixbuf backend.
9513         Default to off for now. If we want it enabled we should
9514         really put mime types in the desktop, implement properties etc.
9515
9516         * properties/evince-properties.c:
9517
9518         Initialize error to NULL.
9519         Check error is not NULL before freeing.
9520
9521 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9522
9523         * shell/ev-window.c:
9524
9525         Use F5 as presentation accell
9526
9527 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9528
9529         * shell/ev-window.c: (update_chrome_visibility),
9530         (ev_window_create_fullscreen_popup), (ev_window_init):
9531
9532         Do not leak the fullscreen toolbar
9533
9534 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9535
9536         * shell/ev-window.c: (view_actions_focus_in_cb),
9537         (view_actions_focus_out_cb):
9538
9539         These has a return value! Fix totally random focus
9540         issues we was seeing.
9541
9542 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9543
9544         * shell/main.c: (load_files_remote):
9545
9546         Allow open more than one file
9547
9548 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9549
9550         * shell/main.c: (load_files_remote):
9551
9552         Fix for dbus 0.33. bug #309975
9553
9554 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9555
9556         * properties/ev-properties-main.c: (ev_properties_get_pages):
9557
9558         Actually return NULL for types we dont support
9559
9560 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9561
9562         * po/POTFILES.in:
9563
9564         Remove empty lines.
9565
9566 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9567
9568         * backend/ev-document-factory.c:
9569         (ev_document_factory_get_document):
9570
9571         Do not try to create the object if type
9572         is invalid.
9573
9574 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * ps/ps-document.c: (ps_document_dispose),
9577         (ps_async_renderer_render_pixbuf):
9578         * ps/ps-document.h:
9579
9580         Do not leak the target window
9581
9582 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9583
9584         * shell/ev-application.c: (ev_application_init):
9585
9586         Let tbe check file existence for us.
9587         Add a comment about eggrecent mime filter.
9588
9589 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9590
9591         * data/evince-ui.xml:
9592         * shell/ev-application.c: (ev_application_shutdown),
9593         (ev_application_init), (ev_application_get_toolbars_model),
9594         (ev_application_get_recent_model),
9595         (ev_application_save_toolbars_model):
9596         * shell/ev-application.h:
9597         * shell/ev-window.c: (ev_window_add_recent),
9598         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9599         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9600         (ev_window_init):
9601
9602         Use common toolbar and recent models for all windows.
9603         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9604
9605 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9606
9607         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9608         successfully check for gtk_icon_view_get_visible_range.
9609
9610 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9611
9612         * djvu/Makefile.am:
9613         * dvi/Makefile.am:
9614         
9615         Fix djvu and dvi backend build.
9616
9617 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9618
9619         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9620         (new_separator_pixbuf):
9621
9622         Don't leak windows.
9623
9624 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9625
9626         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9627
9628         HIGification of toolbar editor dialogue.
9629
9630 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9631
9632         * configure.ac:
9633         * shell/Makefile.am:
9634
9635         Ever build metadata manager since it's just
9636         disabled at runtime now.
9637
9638 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9639
9640         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9641         (ev_metadata_manager_get), (ev_metadata_manager_set):
9642         * shell/ev-metadata-manager.h:
9643
9644         Add an _init functions that enabled metadata management
9645         at runtime.
9646
9647         * shell/ev-window.c: (page_changed_cb),
9648         (setup_document_from_metadata), (ev_window_setup_document),
9649         (setup_view_from_metadata), (ev_window_open_uri),
9650         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9651         (ev_window_run_presentation), (ev_window_stop_presentation),
9652         (save_sizing_mode), (ev_window_zoom_changed_cb),
9653         (ev_window_continuous_changed_cb),
9654         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9655         (window_configure_event_cb):
9656
9657         Remove all ugly metadata define since we deal with it
9658         at runtime now.
9659
9660         * shell/main.c: (load_files_remote), (main):
9661
9662         Add support for dbus cvs head. Hopefully didnt break one
9663         of the other versions now!
9664
9665         If we dont get a response from the dbus server just
9666         give up with it and not enable metadata.
9667
9668 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9669
9670         * Makefile.am:
9671         * backend/Makefile.am:
9672         * configure.ac:
9673         * cut-n-paste/recent-files/Makefile.am:
9674         * cut-n-paste/toolbar-editor/Makefile.am:
9675         * cut-n-paste/zoom-control/Makefile.am:
9676         * lib/Makefile.am:
9677         * pdf/Makefile.am:
9678         * pixbuf/Makefile.am:
9679         * properties/Makefile.am:
9680         * ps/Makefile.am:
9681         * shell/Makefile.am:
9682         * thumbnailer/Makefile.am:
9683         * tiff/Makefile.am:
9684
9685         Make frontends depend on just libev.
9686         Rework and group CFLAGS/LIBS definitions.
9687         Cleanups.
9688
9689 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9690
9691         * shell/ev-window:
9692
9693         do not unnecessarily save zoom
9694
9695         * configure.ac:
9696         * lib/ev-file-helpers.c: (ev_dot_dir):
9697         * shell/Makefile.am:
9698         * shell/dummy.cc:
9699
9700         Some cleanups
9701
9702 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9703
9704         * configure.ac:
9705         
9706         Remove unnecessary dependencies
9707
9708 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * properties/Makefile.am:
9711         * thumbnailer/Makefile.am:
9712         * tiff/Makefile.am:
9713
9714         Some more cleanups. Was really necessary
9715         but I probably introduced bugs, feel free
9716         to flame :)
9717
9718 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9719
9720         * backend/Makefile.am:
9721         * configure.ac:
9722         * cut-n-paste/recent-files/Makefile.am:
9723         * cut-n-paste/toolbar-editor/Makefile.am:
9724         * cut-n-paste/zoom-control/Makefile.am:
9725         * lib/Makefile.am:
9726         * pdf/Makefile.am:
9727         * pixbuf/Makefile.am:
9728         * properties/Makefile.am:
9729         * ps/Makefile.am:
9730         * shell/Makefile.am:
9731         * thumbnailer/Makefile.am:
9732         * tiff/Makefile.am:
9733
9734         Use gnome-common macros when possible.
9735         Cleanup dependencies.
9736         Actually disable deprecated where possible.
9737
9738 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9739
9740         * Makefile.am:
9741         * backend/Makefile.am:
9742         * properties/Makefile.am:
9743         * shell/Makefile.am:
9744         * thumbnailer/Makefile.am:
9745
9746         This should solve the circular dep without
9747         requiring dir reorg!
9748
9749         * shell/ev-window.c: (setup_view_from_metadata):
9750
9751         Never restore window size/position when the
9752         window is already visible.
9753
9754 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9755
9756         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9757
9758         Return a boolean from timeout func. Fix ported from gedit.
9759
9760 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9761
9762         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9763
9764 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9765
9766         * shell/ev-document-types.c: set "All Documents" as default filter in
9767         open dialog
9768
9769 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9770
9771         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9772         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9773         (ev_metadata_manager_set_boolean): fix value/val thinko.
9774
9775 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9776
9777         * shell/ev-window.c: (setup_view_from_metadata),
9778         (window_state_event_cb), (window_configure_event_cb),
9779         (ev_window_init):
9780
9781         Remember window position and maximized state
9782
9783 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9784
9785         * configure.ac:
9786
9787         Fix DBUS configure checks.
9788
9789         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9790         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9791         (ev_metadata_manager_set_boolean):
9792
9793         Plug mem leaks.
9794
9795         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9796         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9797         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9798         (ev_window_continuous_changed_cb),
9799         (ev_window_dual_mode_changed_cb), (ev_window_new):
9800
9801         Fix the build without DBUS.
9802
9803 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9806         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9807         (ev_metadata_manager_set_string),
9808         (ev_metadata_manager_set_boolean):
9809         * shell/ev-metadata-manager.h:
9810
9811         Add support for some more types
9812
9813         * shell/ev-view.c: (scroll_to_current_page),
9814         (ev_view_get_continuous), (ev_view_set_continuous),
9815         (ev_view_get_dual_page):
9816         * shell/ev-view.h:
9817         * shell/ev-window.c: (page_changed_cb),
9818         (setup_document_from_metadata), (ev_window_setup_document),
9819         (setup_view_from_metadata), (ev_window_open_uri),
9820         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9821         (ev_window_run_presentation), (ev_window_stop_presentation),
9822         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9823         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9824         (ev_window_update_dual_page_action),
9825         (ev_window_continuous_changed_cb),
9826         (ev_window_dual_mode_changed_cb), (ev_window_init):
9827
9828         Remember a bunch of view/document properties. Prolly some
9829         are still missing but it's getting interesting.
9830
9831 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9832
9833         * configure.ac: check if dbus-binding-tool is installed. Not the
9834         case on current Ubuntu breezy, it seems.
9835
9836 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9837
9838         * data/evince.desktop.in.in:
9839         
9840         Allow open uri lists and add TryExec field.
9841
9842 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9843
9844         * configure.ac:
9845
9846         Enable dbus when available, do not require a configure
9847         option.
9848
9849 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9850
9851         * configure.ac:
9852
9853         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9854         disabled.
9855
9856 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9857         Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9860         
9861         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9862         functions to the format required by dbus
9863
9864         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9865         errors. Use the RPC parameters in the expected way
9866
9867 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9868
9869         * Makefile.am:
9870         * properties/Makefile.am:
9871         * properties/ev-properties-main.c: (ev_properties_get_pages):
9872
9873         Support all mime types
9874
9875         * shell/Makefile.am:
9876         * thumbnailer/Makefile.am:
9877         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9878         (evince_thumbnail_pngenc_get):
9879
9880         Use the document factory
9881
9882 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9883
9884         * backend/Makefile.am:
9885         * backend/ev-document-factory.c:
9886         (mime_type_supported_by_gdk_pixbuf),
9887         (ev_document_type_get_from_mime),
9888         (ev_document_factory_get_document),
9889         (ev_document_factory_get_backend),
9890         (ev_document_factory_get_mime_types),
9891         (ev_document_factory_get_all_mime_types):
9892         * backend/ev-document-factory.h:
9893         * shell/Makefile.am:
9894         * shell/ev-document-types.c: (get_document_from_uri),
9895         (ev_document_types_get_document),
9896         (file_filter_add_mime_list_and_free),
9897         (ev_document_types_add_filters):
9898         * shell/ev-document-types.h:
9899         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9900         * shell/ev-properties-dialog.c:
9901         (ev_properties_dialog_set_document):
9902         * shell/ev-window.c: (ev_window_cmd_file_open),
9903         (ev_window_cmd_save_as):
9904         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9905
9906         Rework document types managing to avoid code duplication
9907         and actually abstract from backend implementations.
9908         Also provide a minimal factory api that can be used by
9909         thumbnailer/properties.
9910
9911 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9912
9913         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9914         Plug a mem leak.
9915         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9916         HIG spacings.
9917
9918 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9919
9920         * shell/ev-properties-dialog.c
9921         (ev_properties_dialog_set_document): only call
9922         ev_properties_fonts_set_document() if the document implements the
9923         fonts interface
9924
9925 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9926
9927         * configure.ac:
9928         * properties/Makefile.am:
9929         * properties/ev-properties-view.c:
9930         (ev_properties_view_register_type):
9931         * properties/ev-properties-view.h:
9932         * properties/ev-properties-main.h:
9933
9934         Implement nautilus plugin for properties.
9935         Works only for pdf atm, I need to rework the
9936         document types stuff to get this to work
9937         for all backends...
9938
9939 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9940
9941         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9942         (ev_properties_fonts_set_document): use
9943         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9944
9945 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9946
9947         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9948         them
9949         (PlaceImage, tiff2ps_process_page): use
9950         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9951
9952
9953 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9954
9955         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9956         (main): to call gnome_authentication_manager_init. Should fix
9957         Bug #308510
9958
9959         * configure.ac: that requires libgnomeui 2.6.0.
9960
9961 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9962
9963         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9964         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9965         use the new tiff2ps interfaces
9966
9967         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9968         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9969
9970         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9971         structure instead of global variables.  Remove use of static
9972         variables in functions.
9973
9974 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9975
9976         * shell/ev-page-action.c: unref the completion after setting it to the
9977         entry
9978
9979 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9980
9981         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9982         postscript files
9983
9984 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9985
9986         * shell/ev-window.c (update_action_sensitivity): disable
9987         File->Print if the document does not implement the ps exporter
9988         interface
9989
9990 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9991
9992         * Makefile.am:
9993         * configure.ac:
9994         * data/evince-properties.glade:
9995         * properties/.cvsignore:
9996         * properties/Makefile.am:
9997         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9998         (ev_properties_view_class_init), (ev_properties_view_format_date),
9999         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10000         (ev_properties_view_init), (ev_properties_view_new):
10001         * properties/ev-properties-view.h:
10002         * shell/Makefile.am:
10003         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10004         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10005         (ev_properties_dialog_new):
10006         * shell/ev-properties-dialog.h:
10007         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10008         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10009         (update_progress_label), (job_fonts_finished_cb),
10010         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10011         * shell/ev-properties-fonts.h:
10012         * shell/ev-properties.c:
10013         * shell/ev-properties.h:
10014         * shell/ev-window.c: (ev_window_setup_document),
10015         (ev_window_cmd_file_properties):
10016
10017         Split the properties pages in two different objects, depend
10018         only on the backend where possible, use widgets instead
10019         of gobject for the glade part, reimplement the dialog
10020         itself with gtk.
10021         I need this to implement nautilus properties page.
10022
10023 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10024
10025         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10026         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10027         (tiff_document_document_ps_exporter_iface_init): implement the ps
10028         exporter interface for tiff documents
10029
10030         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10031         libtiff to implement TIFF postscript export
10032
10033         * tiff/tiff2ps.h: added a header file for external tiff2ps
10034         functions.
10035
10036         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10037         tiff2ps.h
10038
10039 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10040
10041         * shell/ev-view.c: (scroll_to_current_page),
10042         (ev_view_set_fullscreen), (ev_view_set_presentation):
10043         
10044         Scroll to current page when exit from presentation
10045
10046 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10047
10048         * shell/ev-window.c: (update_document_mode),
10049         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10050         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10051         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10052         
10053         Exit from fullscreen mode when switch to presentation. Fix for
10054         bug 309365
10055
10056 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10057
10058         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10059         return NULL if the document does not implement the selection
10060         interface.
10061
10062 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10063
10064         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10065         reported height by using the resolution aspect ratio
10066         (tiff_document_render_pixbuf): scale the pixbuf using the
10067         resolution aspect ratio
10068
10069 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10070
10071         * configure.ac:
10072         
10073         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10074         <kiltedaco@gmail.com>
10075         
10076         * djvu/djvu-document.c: (djvu_document_get_orientation),
10077         (djvu_document_set_orientation), (djvu_document_get_page_size),
10078         (rotate_pixbuf), (djvu_document_render_pixbuf),
10079         (djvu_document_document_iface_init):
10080         * dvi/dvi-document.c: (dvi_document_get_orientation),
10081         (dvi_document_set_orientation), (dvi_document_get_page_size),
10082         (rotate_pixbuf), (dvi_document_render_pixbuf),
10083         (dvi_document_document_iface_init):
10084         
10085         Dvi and djvu backends are ported to new API
10086
10087 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10088
10089         * backend/ev-selection.c: (ev_selection_get_selection_region),
10090         (ev_selection_get_selection_map):
10091         * backend/ev-selection.h:
10092         * pdf/ev-poppler.cc:
10093         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10094         * shell/ev-jobs.h:
10095         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10096         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10097         (ev_pixbuf_cache_get_text_mapping):
10098         * shell/ev-pixbuf-cache.h:
10099         * shell/ev-view.c: (location_in_text),
10100         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10101         support to EvView.  Now we can see where we can select!  Sweet!
10102
10103 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10104
10105         * shell/ev-view.c (ev_view_button_press_event): Fix
10106         event->y + view->scroll_x typo.
10107
10108 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10109
10110         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10111         sub-GdkPixbuf instead of passing dest_x and dest_y.
10112         
10113         * shell/ev-view.c: (view_point_to_doc_point),
10114         (view_rect_to_doc_rect), (ev_view_button_press_event),
10115         (ev_view_motion_notify_event), (compute_new_selection_rect),
10116         (gdk_rectangle_point_in), (compute_new_selection_text),
10117         (compute_selections): Update selection code to keep the selection
10118         around as two points and not as a normalized rectangle, and fix
10119         page level selection in two-column mode.
10120
10121 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10122
10123         * shell/ev-window.c: (window_configure_event_cb): 
10124         
10125         Fix compilation
10126         
10127 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10128
10129         * pdf/ev-poppler.cc:
10130
10131         Fix compilation
10132
10133 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10134
10135         * shell/Makefile.am:
10136         * shell/ev-metadata-manager.c: (item_free),
10137         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10138         (parse_value), (parseItem), (load_values),
10139         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10140         (save_values), (save_item), (get_oldest), (resize_items),
10141         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10142         * shell/ev-metadata-manager.h:
10143
10144         Metadata manager from gedit but modified to use GValue, so that
10145         we dont need to keep converting from strings.
10146
10147         * configure.ac:
10148
10149         ENABLE_METADATA conditional, on when dbus is on
10150
10151         * shell/ev-application.c: (ev_application_open_uri):
10152
10153         Show the window after load so that we can initialize
10154         window size before it's showed.
10155
10156         * shell/ev-window.c: (ev_window_setup_from_metadata),
10157         (ev_window_open_uri), (window_configure_event_cb),
10158         (ev_window_init):
10159
10160         Save and load metadata information about window size.
10161         Not yet keeping states in account.
10162
10163         * shell/main.c: (main):
10164
10165         Shutdown metadata manager.
10166
10167 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10168
10169         * shell/ev-application-service.xml:
10170         * configure.ac:
10171         * shell/Makefile.am:
10172         * shell/ev-application.c:
10173         * shell/ev-application.h:
10174         * shell/ev-window.c:
10175         * shell/ev-window.h:
10176         * shell/main.c:
10177
10178         Add an optional dbus interface (--enable-dbus).
10179         Rework application code, mainly to be easier to
10180         use "remotely".
10181         Do not open multiple windows with the same document,
10182         spatial evince!
10183
10184 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10185
10186         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10187         pixbuf iff it exists.
10188
10189 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10190
10191         * shell/*:
10192         * backend/ev-render-context.[ch]:
10193         * backend/ev-selection.[ch]:
10194
10195         Massive changes.  We now support text selection of pdfs, and not
10196         just rectangular selection.  This is pretty broken still, but I
10197         want to get something into CVS.
10198
10199 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10200
10201         * pdf/ev-poppler.cc:
10202         
10203         Fix for Bug 309080: crash on window close.
10204         
10205         * shell/ev-page-action.c: (page_changed_cb):
10206         
10207         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10208         jensgr@gmx.net (Jens Granseuer).
10209
10210 2005-06-25  Marcel Telka  <marcel@telka.sk>
10211
10212         * configure.in (ALL_LINGUAS): Added sk.
10213
10214 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10215
10216         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10217         not a document open
10218
10219 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10220
10221         * NEWS:
10222         * configure.ac:
10223
10224         Release 0.3.2
10225
10226         * cut-n-paste/recent-files/Makefile.am:
10227
10228         Fix make distcheck
10229
10230 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10231
10232         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10233         (pixbuf_document_set_orientation), (rotate_pixbuf),
10234         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10235         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10236
10237         Implement rotation and cleanup the code a bit.
10238
10239         * tiff/tiff-document.c: (tiff_document_get_page_size),
10240         (tiff_document_get_orientation), (tiff_document_set_orientation),
10241         (rotate_pixbuf), (tiff_document_render_pixbuf),
10242         (tiff_document_document_iface_init), (tiff_document_init):
10243
10244         Implement rotation. Was the quicker solution for the release
10245         but we really need to share this code in the shell.
10246
10247 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10248
10249         * pdf/ev-poppler.cc:
10250
10251         Enable rotation, require poppler cvs. Fix a leak.
10252
10253 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10254
10255         * shell/ev-window.c: (update_action_sensitivity):
10256         
10257         Make properties unsensitive if document backend doesn't provide
10258         any info
10259
10260 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10261
10262         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10263         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10264         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10265         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10266         (bitmap_flip_rotate_counter_clockwise):
10267         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10268         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10269         (buff_gets):
10270         * dvi/mdvi-lib/common.h:
10271         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10272         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10273         (opendvi), (mdvi_reload), (mdvi_init_context),
10274         (mdvi_destroy_context), (mdvi_dopage), (special):
10275         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10276         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10277         (file_hash_free), (register_encoding), (parse_spec),
10278         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10279         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10280         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10281         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10282         (mdvi_register_font_type), (mdvi_unregister_font_type),
10283         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10284         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10285         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10286         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10287         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10288         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10289         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10290         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10291         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10292         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10293         (mdvi_unregister_special), (mdvi_flush_specials):
10294         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10295         (t1_font_remove):
10296         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10297         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10298         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10299         (free_font_metrics), (flush_font_metrics):
10300         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10301         (tt_font_remove):
10302         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10303         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10304         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10305         (dstring_insert), (dstring_new), (dstring_reset):
10306         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10307         
10308         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10309         avoid conflict with libtool on FC4
10310         
10311         * shell/ev-window.c: (ev_window_cmd_help_about):
10312         
10313         Update copyright year. Fix for bug 308828.
10314
10315 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10316
10317         * shell/ev-view.c: (add_scroll_binding_keypad),
10318         (ev_view_binding_activated), (ev_view_class_init),
10319         (on_adjustment_value_changed):
10320         
10321         Bug 170874: Arrow keys switch pages in presentation mode
10322
10323 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10324
10325         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10326         
10327         Fix for Bug 308265: Sidebar dissappears coming out of 
10328         Presentation mode
10329
10330 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10331
10332         * shell/ev-application.c: (ev_application_open):
10333         * shell/ev-document-types.c: (ev_document_types_add_filters),
10334         (ev_document_types_add_filters_for_type):
10335         * shell/ev-document-types.h:
10336         * shell/ev-window.c: (ev_window_cmd_save_as):
10337         
10338         Suggest basename as template when saving, provide filters
10339         for save dialog. It's bug 308402
10340
10341 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10342
10343         * pdf/ev-poppler.cc:
10344         * shell/ev-sidebar-links.c: (job_finished_callback):
10345         * shell/ev-view.c: (update_find_status_message):
10346         
10347         Some leaks fixed
10348
10349 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10350
10351         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10352         (egg_recent_view_uimanager_set_list):
10353
10354         Fix buglet in !show_numbers case.
10355
10356 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10357
10358         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10359         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10360
10361         Use pango ellipsisation.
10362
10363         * pdf/ev-poppler.cc:
10364
10365         Fix refcount leak, from nsh.
10366
10367 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10368
10369         * cut-n-paste/recent-files/Makefile.am:
10370         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10371         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10372         
10373         Removed EggRecentViewGtk
10374         
10375         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10376         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10377         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10378         (ev_window_setup_recent):
10379         
10380         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10381         with other projects
10382
10383 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10384
10385         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10386         (egg_recent_view_gtk_finalize):
10387
10388         Fix memory leak
10389
10390         * cut-n-paste/toolbar-editor/Makefile.am:
10391         
10392         Fix location of cursor icon.
10393         
10394         * pdf/ev-poppler.cc:
10395         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10396         (display_completion_text), (match_completion):
10397         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10398         (selection_changed_callback), (create_loading_model),
10399         (print_section_cb), (links_page_num_func),
10400         (update_page_callback_foreach):
10401         * shell/ev-window.c: (ev_window_dispose):
10402         
10403         Small memory fixes. Links model now store objects instead
10404         of pointers to improve memory management. 
10405
10406 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10407
10408         * shell/ev-window.c: (zoom_control_changed_cb):
10409         
10410         Fix update of zoom control (bug 308268).
10411
10412 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10413
10414         * shell/ev-properties.c (set_property): escape the text correctly.
10415         Handles non-UTF-8 properties and escaped properties.  Also, sets
10416         the text to "<i>None</i>" if the property isn't set.
10417
10418         * data/evince-properties.glade: Change the label to be ellipsized,
10419         and give it a minimum size.
10420
10421 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10422
10423         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10424         * shell/ev-sidebar-links.c: (create_loading_model):
10425         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10426         * shell/ev-view.c: (ev_view_set_document):
10427         * shell/ev-window.c: (ev_window_dispose):
10428         
10429         Various small fixes, mostly memory leaks. Thanks to valgrind.
10430
10431 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10432
10433         * ps/ps-document.c: remove the locale.h include again ;-). And
10434         kill the (bogus) setlocale/savelocale business.
10435
10436 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10437
10438         * ps/ps-document.c:
10439         
10440         Include locale.h to fix build
10441         
10442         * shell/ev-sidebar.c:
10443         
10444         Remove unnecessary includes
10445
10446 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10447
10448         * dvi/dvi-document.c: (dvi_document_load):
10449         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10450         * po/POTFILES.in:
10451         
10452         Check for incorrect dvi files. Fix parsing dvi on AMD64
10453         platform. Thanks to tester@tester.ca (Olivier Crete).
10454
10455 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10456
10457         * shell/ev-page-action.c: (match_selected_cb),
10458         (display_completion_text), (match_completion), (update_model):
10459         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10460         (expand_open_links):
10461         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10462         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10463         (ev_sidebar_set_document):
10464         * shell/ev-window.c: (ev_window_xfer_job_cb),
10465         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10466         
10467         Fixed lot's of memory leaks, for example, memory leak on reload, 
10468         described in bug 307793.
10469
10470 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10471
10472         * pdf/ev-poppler.cc:
10473         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10474         (update_visible_range), (adjustment_changed_cb),
10475         (ev_sidebar_thumbnails_fill_model),
10476         (ev_sidebar_thumbnails_refresh),
10477         (ev_sidebar_tree_selection_changed),
10478         (ev_sidebar_icon_selection_changed),
10479         (ev_sidebar_thumbnails_use_icon_view),
10480         (ev_sidebar_thumbnails_set_document):
10481         * shell/ev-sidebar-thumbnails.h:
10482         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10483         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10484
10485         Refresh thumbnails when changing orientation. Not fully
10486         working yet becuase of a sidebar bug.
10487
10488         Set page orientation to poppler page everywhere. This sucks
10489         really need to fix poppler.
10490
10491 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10492
10493         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10494         (egg_recent_view_gtk_new_menu_item),
10495         (egg_recent_view_gtk_set_property),
10496         (egg_recent_view_gtk_get_property),
10497         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10498         (egg_recent_view_gtk_set_tooltip_func),
10499         (egg_recent_view_gtk_set_label_width),
10500         (egg_recent_view_gtk_get_label_width):
10501         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10502
10503         Sync with libegg (ellipsize labels)
10504
10505 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10506
10507         * data/evince-ui.xml:
10508         * shell/ev-window.c: (ev_window_cmd_go_forward),
10509         (ev_window_cmd_go_backward):
10510         
10511         Shift + PageUp moves 10 Pages. Fix for 306125
10512
10513 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10514
10515         * pdf/ev-poppler.cc:
10516
10517         Add a flag to check if orientation has been overriden
10518
10519 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10520
10521         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10522         field if necessary.
10523
10524         * ps/ps.h: add creator field to document.
10525
10526         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10527         set creator field.
10528
10529 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10530
10531         * data/evince-properties.glade:
10532         * shell/ev-properties.c: (ev_properties_set_document):
10533
10534         s/PDF Version/Format
10535
10536 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10537
10538         * shell/ev-properties.c: (ev_properties_set_document):
10539
10540         Remove unnecessary translations
10541
10542 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10543
10544         * cut-n-paste/toolbar-editor/Makefile.am:
10545
10546         Correct library name    
10547
10548 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10549
10550         * configure.ac:
10551         * cut-n-paste/recent-files/egg-recent-model.c:
10552         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10553         (egg_recent_model_unlock_file):
10554         * cut-n-paste/recent-files/egg-recent-util.c:
10555         (egg_recent_util_get_unique_id):
10556         * cut-n-paste/recent-files/update-from-egg.sh:
10557         * cut-n-paste/toolbar-editor/Makefile.am:
10558         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10559         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10560         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10561         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10562         (egg_toolbars_model_get_type):
10563         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10564
10565         Better makefile for toolbar editor and update everything
10566         to latest libegg.
10567
10568 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10569
10570         * shell/ev-window.c: (update_document_mode):
10571
10572         Prefer presentation mode when the document
10573         require fullscreen.
10574
10575 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * data/evince-ui.xml:
10578         * shell/ev-window.c:
10579
10580         Add control-equal for zooming
10581
10582 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10583
10584         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10585
10586 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10587
10588         * backend/ev-document.c: (ev_document_get_orientation):
10589         * backend/ev-document.h:
10590         * pdf/ev-poppler.cc:
10591         * ps/ps-document.c: (ps_document_get_orientation),
10592         (ps_document_set_orientation), (ps_document_document_iface_init):
10593
10594         Add a get_orientation api. Improve set_orientation.
10595
10596         * data/evince-ui.xml:
10597         * shell/ev-view.c: (ev_view_set_orientation),
10598         (ev_view_rotate_right), (ev_view_rotate_left):
10599         * shell/ev-view.h:
10600         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10601         (ev_window_cmd_edit_rotate_right):
10602
10603         Better ui for changing document orientation
10604
10605 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10606
10607         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10608         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10609         * shell/ev-sidebar-links.h:
10610         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10611         (ev_sidebar_page_iface_init):
10612         * shell/ev-sidebar-page.h:
10613         * shell/ev-sidebar-thumbnails.c:
10614         (ev_sidebar_thumbnails_get_property),
10615         (ev_sidebar_thumbnails_class_init),
10616         (ev_sidebar_thumbnails_set_document):
10617         * shell/ev-sidebar-thumbnails.h:
10618         * shell/ev-view.c: (ev_view_motion_notify_event):
10619         * shell/ev-window.c: (update_chrome_visibility),
10620         (ev_window_cmd_focus_page_selector),
10621         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10622         (sidebar_page_main_widget_update_cb), (ev_window_init):
10623         
10624         Autoraise toolbar on GoToPage binding and fix bindings in
10625         EvSidebarThumbnails page.
10626
10627 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10628
10629         * shell/ev-properties.c: (update_progress_label):
10630
10631         Hide the progress label when finished; bug #307697.
10632
10633 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10634
10635         * pdf/ev-poppler.cc:
10636
10637         Enable is_open for links, you will need poppler cvs
10638
10639         * shell/ev-properties.c: (job_fonts_finished_cb):
10640
10641         Get a lock on the document when filling the tree view
10642
10643 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10644
10645         * backend/ev-document-links.h:
10646         * pdf/ev-poppler.cc:
10647         * shell/ev-sidebar-links.c: (create_loading_model),
10648         (expand_open_links), (job_finished_callback):
10649
10650         Expand links when specified by the document.
10651         Depend on a poppler api (defined out for now)
10652
10653 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10654
10655         * shell/ev-properties.c: (ev_properties_dispose),
10656         (ev_properties_class_init), (dialog_destroy_cb),
10657         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10658         (ev_properties_set_document), (ev_properties_new),
10659         (ev_properties_show):
10660         * shell/ev-properties.h:
10661
10662         Make it an object, cleanup the code, api to show it as transient
10663         and to set the document.
10664
10665         * shell/ev-window.c: (ev_window_setup_document),
10666         (ev_window_cmd_file_properties):
10667
10668         Adapt to EvProperties changes, do not show multiple
10669         times, update it when document changes.
10670
10671 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * ps/gstypes.h:
10674         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10675         (ps_document_set_orientation), (ps_document_document_iface_init):
10676         * ps/ps-document.h:
10677
10678         Implement orientation here too
10679
10680         * shell/ev-properties.c: (ev_properties_new):
10681         * data/evince-properties.glade:
10682
10683         Hide the fonts page for backends that doesnt
10684         support it.     
10685
10686 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10687
10688         * backend/ev-document.c: (ev_document_set_orientation):
10689         * backend/ev-document.h:
10690         * pdf/ev-poppler.cc:
10691
10692         Add orientation api. Currently poppler api is not optimal,
10693         we need to set orientation every time we _get a page.
10694         I will try to fix that at some point.
10695
10696         * data/evince-ui.xml:
10697         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10698         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10699
10700         Add orientation menu items
10701
10702         * shell/ev-page-cache.c: (ev_page_cache_clear):
10703         * shell/ev-page-cache.h:
10704
10705         Add api to clear the cache
10706
10707         * shell/ev-view.c: (setup_caches), (clear_caches),
10708         (ev_view_set_document), (ev_view_zoom_out),
10709         (ev_view_set_orientation):
10710         * shell/ev-view.h:
10711
10712         Implement orientation changing
10713
10714 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10715
10716         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10717         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10718         * backend/ev-document-fonts.h:
10719
10720         Separate scan and fill so that we can incrementally fill from
10721         the main thread. Add a progress api.
10722
10723         * data/evince-properties.glade:
10724         * pdf/ev-poppler.cc:
10725         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10726         * shell/ev-jobs.h:
10727         * shell/ev-properties.c: (update_progress_label),
10728         (job_fonts_finished_cb), (setup_fonts_view):
10729
10730         Incrementally feel the list and show the progress
10731         percentage in a label like acrobat does.
10732
10733         You are going to need poppler cvs
10734
10735 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10736
10737         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10738         * backend/ev-document-fonts.h:
10739         * pdf/ev-poppler.cc:
10740
10741         Make fonts model fill incrementally.
10742
10743         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10744         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10745         (ev_job_queue_remove_job):
10746         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10747         (ev_job_fonts_new), (ev_job_fonts_run):
10748         * shell/ev-jobs.h:
10749
10750         New job for fonts scanning
10751
10752         * shell/ev-properties.c: (job_fonts_finished_cb),
10753         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10754         * shell/ev-properties.h:
10755         * shell/ev-window.c: (ev_window_cmd_file_properties):
10756
10757         Incrementally feel the treeview using the new job. Show Loading...
10758         message until scanning is completed.
10759
10760         Hopefully I didnt break the build without the poppler patch.
10761
10762 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10763
10764         * shell/ev-application.c: (ev_application_open):
10765         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10766         (ev_document_type_get_type), (ev_document_type_lookup):
10767         * shell/ev-document-types.h:
10768         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10769         * shell/ev-job-xfer.h:
10770         * shell/ev-window.c: (ev_window_clear_local_uri),
10771         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10772         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10773         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10774         
10775         Transfer remote documents to tmp directory to display them later.
10776
10777 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10778
10779         * backend/ev-document-info.h:
10780         * shell/ev-properties.c: (ev_properties_new):
10781
10782         s/GTime*/GTime. Not sure why we was using a pointer
10783         at all there!
10784
10785 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10786
10787         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10788         situations.  That situation is that you're using GTK+-HEAD with
10789         the patch at #306726 is applied, and you have a document with <
10790         1500 pages in it.  It's not quite as uniformly nice as the
10791         TreeView, but should be better in the long run.
10792
10793         I'm pretty sure I guarded against breaking compilation with
10794         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10795         I missed some.
10796
10797         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10798         widget yet, so I commented that code out
10799         enable_view_actions_for_widget() for now.  Need to figure this
10800         out.
10801
10802         * shell/ev-page-action.c (match_selected_cb): emit the right
10803         signals.  Our cool C-l completion now works.
10804
10805 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10806
10807         * backend/Makefile.am:
10808         * backend/ev-document-fonts.c:
10809         * backend/ev-document-links.c:
10810         * backend/ev-document.c: (ev_document_load):
10811         * backend/ev-document.h:
10812         * backend/ev-job-queue.c:
10813         * backend/ev-job-queue.h:
10814         * backend/ev-jobs.c:
10815         * backend/ev-jobs.h:
10816         * backend/ev-page-cache.c:
10817         * backend/ev-page-cache.h:
10818
10819         EvPageCache and EvJobs are moved to shell.
10820
10821         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10822         (ev_tmp_filename):
10823         * lib/ev-file-helpers.h:
10824         
10825         New helper to work with temporary files
10826         
10827         * shell/Makefile.am:
10828         * shell/ev-application.c: (ev_application_open):
10829         * shell/ev-application.h:
10830         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10831         (remove_job_from_async_queue), (add_job_to_async_queue),
10832         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10833         (handle_job), (search_for_jobs_unlocked),
10834         (no_jobs_available_unlocked), (ev_render_thread),
10835         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10836         (ev_job_queue_add_job), (move_job_async), (move_job),
10837         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10838         * shell/ev-job-queue.h:
10839         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10840         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10841         * shell/ev-job-xfer.h:
10842         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10843         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10844         (ev_job_links_class_init), (ev_job_render_init),
10845         (ev_job_render_dispose), (ev_job_render_class_init),
10846         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10847         (ev_job_thumbnail_class_init), (ev_job_load_init),
10848         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10849         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10850         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10851         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10852         * shell/ev-jobs.h:
10853         * shell/ev-page-action.c: (ev_page_action_set_document):
10854         * shell/ev-page-cache.c: (ev_page_cache_init),
10855         (ev_page_cache_class_init), (ev_page_cache_finalize),
10856         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10857         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10858         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10859         (ev_page_cache_get_title), (ev_page_cache_get_size),
10860         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10861         (ev_page_cache_get_height_to_page),
10862         (ev_page_cache_get_max_label_chars),
10863         (ev_page_cache_get_page_label),
10864         (ev_page_cache_has_nonnumeric_page_labels),
10865         (ev_page_cache_get_info), (ev_page_cache_next_page),
10866         (ev_page_cache_prev_page), (ev_page_cache_get):
10867         * shell/ev-page-cache.h:
10868         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10869         (ev_pixbuf_cache_clear_job_sizes),
10870         (ev_pixbuf_cache_add_jobs_if_needed),
10871         (ev_pixbuf_cache_set_page_range):
10872         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10873         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10874         * shell/ev-sidebar-thumbnails.c:
10875         (ev_sidebar_tree_selection_changed),
10876         (ev_sidebar_thumbnails_set_document):
10877         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10878         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10879         (ev_statusbar_get_context_id), (ev_statusbar_push),
10880         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10881         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10882         (ev_statusbar_set_progress):
10883         * shell/ev-statusbar.h:
10884         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10885         (ev_view_find_previous):
10886         * shell/ev-window.c: (ev_window_is_empty),
10887         (ev_window_setup_document), (password_dialog_response),
10888         (ev_window_clear_jobs), (ev_window_load_job_cb),
10889         (ev_window_xfer_job_cb), (ev_window_open_uri),
10890         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10891         (ev_window_print), (ev_window_print_range),
10892         (ev_window_state_event), (ev_window_cmd_view_reload),
10893         (menu_item_select_cb), (menu_item_deselect_cb),
10894         (view_status_changed_cb), (ev_window_dispose),
10895         (drag_data_received_cb), (ev_window_init):
10896         * shell/ev-window.h:
10897         * shell/main.c: (load_files):
10898         
10899         New statusbar to show progress on idle. Two new jobs - 
10900         xfer job and load job to load document in background. And update
10901         of page_cache clients to new location of code.
10902
10903 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10904
10905         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10906         selection in open dialog. It also remembers the last visited directory 
10907         in the current session.
10908
10909 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10910
10911         * shell/ev-properties.c: (ev_properties_new):
10912         * shell/ev-properties.h:
10913         * shell/ev-window.c: (ev_window_cmd_file_properties):
10914         
10915         Get document info from page cache instead of document itself.
10916         This should fix crash related to race conditions described in
10917         bug 306545.
10918
10919 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10920
10921         * ps/ps-document.c: (ps_document_init),
10922         (send_ps), (get_page_box), (output), (catchPipe), (input),
10923         (stop_interpreter), (file_length), (file_readable),
10924         (check_filecompressedb), (ps_document_enable_interpreter),
10925         (document_load), (ps_async_renderer_render_pixbuf):
10926         * ps/ps-document.h:
10927
10928         Big cleanup of the ps code
10929
10930 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10931
10932         * backend/Makefile.am:
10933         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10934         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10935         * backend/ev-async-renderer.h:
10936
10937         Add an async renderer interface (method + callback) which
10938         is useful for backends like ps.
10939
10940         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10941         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10942         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10943         (ev_job_queue_add_job), (move_job_async), (move_job),
10944         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10945
10946         Add queues for async renderer, these are executed on the
10947         main thread.
10948
10949         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10950         (ev_job_render_run):
10951         * backend/ev-jobs.h:
10952
10953         If the backend support async renderer interface use it.
10954
10955         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10956         (setup_pixmap), (ps_document_get_type),
10957         (ps_async_renderer_render_pixbuf),
10958         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10959
10960         Implement async renderer interface.
10961
10962 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10963
10964         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10965
10966         Cleanup links job on exit.
10967
10968 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10969
10970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10971         (drag_data_get_cb), (drag_data_received_cb):
10972         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10973         (drag_data_get_cb), (parse_item_list),
10974         (egg_toolbar_editor_load_actions):
10975         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10976         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10977         (parse_item_list), (parse_toolbars):
10978         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10979         (dvi_pixbuf_put_pixel):
10980         
10981         Fix gcc 4.0 warnings
10982
10983 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10984
10985         * ps/ps-document.c: (start_interpreter):
10986
10987         Fix warning when loading ps
10988
10989 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10990
10991         * ps/ps-document.c: (output):
10992
10993         Fix crash when priting gs error messages.
10994
10995 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10996
10997         * backend/ev-page-cache.c: (_ev_page_cache_new):
10998         * backend/ev-page-cache.h:
10999
11000         Use a const to return title so that we dont double
11001         free it. Small cleanup and fix a leak.
11002
11003         * shell/ev-window.c: (update_window_title):
11004
11005         strdup value from get_title.
11006
11007 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * shell/ev-sidebar-links.c: (job_finished_callback),
11010         (ev_sidebar_links_set_document):
11011
11012         Cleanup the old job when changing document
11013
11014 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11015
11016         * shell/ev-stock-icons.c:
11017         * shell/ev-stock-icons.h:
11018         * shell/ev-window.c:
11019         
11020         Add stock icons for actions that can appear in toolbar. Fix for
11021         bug 306566.
11022
11023 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11024
11025         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11026         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11027         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11028         * backend/ev-page-cache.h:
11029         * shell/ev-view.c: (scroll_to_current_page),
11030         (view_update_range_and_current_page), (get_page_y_offset),
11031         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11032         (ev_view_size_request_continuous),
11033         (ev_view_zoom_for_size_continuous_and_dual_page),
11034         (ev_view_zoom_for_size_continuous):
11035         
11036         More compact EvView layout in document with pages of different size.
11037
11038 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11039
11040         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11041         compilation.
11042
11043 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11044
11045         * shell/ev-view.c: (view_set_adjustment_values):
11046         * shell/ev-window.c: (ev_window_cmd_file_properties):
11047         
11048         A bit different fix for rounding problem but it has no
11049         problems on startup. Make properties window transient to parent.
11050
11051 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11052
11053         * pdf/ev-poppler.cc:
11054         
11055         More commenting of font stuff.
11056
11057 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11058
11059         * pdf/ev-poppler.cc:
11060
11061         Comment out some more fonts stuff. Should really
11062         work without the poppler patch now.
11063
11064 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11065
11066         * pdf/ev-poppler.cc:
11067
11068         Adapt to api change
11069
11070 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11071
11072         * data/evince-properties.glade:
11073         * pdf/ev-poppler.cc:
11074         * shell/ev-properties.c: (setup_fonts_view):
11075
11076         Set the column title. Show the dialog only
11077         once everything is setup.
11078         Getting font info can be very slow... will
11079         prolly need to make this threaded too.
11080
11081 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11082
11083         * backend/Makefile.am:
11084         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11085         (ev_document_fonts_get_fonts_model):
11086         * backend/ev-document-fonts.h:
11087         * data/evince-properties.glade:
11088         * pdf/ev-poppler.cc:
11089         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11090         * shell/ev-properties.h:
11091         * shell/ev-window.c: (ev_window_cmd_file_properties):
11092
11093         Implement fonts list. Defined out for now, since it depends
11094         on a not yet committed poppler patch.
11095
11096 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11097
11098         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11099         page + 1.
11100
11101         * shell/ev-window.c: Make sure we add the timeout when we get a
11102         focus-in event.
11103
11104         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11105         adjustment->value before calculating the zoom factor to average
11106         out all of our rounding errors.  The page no longer 'drifts' when
11107         resizing.
11108
11109 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11110
11111         * data/evince-properties.glade:
11112         * shell/ev-properties.c: (ev_properties_format_date),
11113         (set_property):
11114         
11115         Labels don't expand when the dialogue is resized.
11116         strftime result needs to be converted to UTF-8. Thanks
11117         to Christian Persch <chpe@gnome.org>.
11118
11119 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11120
11121         * data/evince-properties.glade:
11122
11123         Hide the fonts tab
11124
11125 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11126
11127         * backend/ev-document-info.h:
11128         * backend/ev-document.c: (ev_document_info_free):
11129         * data/evince-properties.glade:
11130         * pdf/ev-poppler.cc:
11131         * ps/ps-document.c: (ps_document_get_info):
11132         * shell/ev-properties.c: (ev_properties_format_date),
11133         (set_property), (ev_properties_new):
11134         * shell/ev-properties.h:
11135         * shell/ev-window.c: (ev_window_cmd_file_properties):
11136
11137         Rework properties code to take only EvPropertyInfo
11138         in the constructor so that it can be useful for
11139         nautilus plugin too.
11140
11141         Deal with backends that doesnt support some properties.
11142         Make set property code generic.
11143
11144 2005-06-04  Christian Persch <chpe@gnome.org>
11145
11146         * data/evince-properties.glade:
11147
11148         fix spacings, make resizeable, and make data labels
11149         selectable + ellipsised
11150
11151 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11152
11153         * backend/ev-document-info.h:
11154         * data/Makefile.am:
11155         * data/evince-ui.xml:
11156         * pdf/ev-poppler.cc:
11157         * shell/Makefile.am:
11158         * shell/ev-window.c: (update_action_sensitivity),
11159         (ev_window_cmd_file_properties):
11160
11161         Initial go at file properties. Patch by
11162         Emil Soleyman-Zomalan <emil@soleyman.com>.
11163         Needs love see #169583
11164
11165 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11166
11167         * ps/ps-document.c: (output):
11168         * ps/ps.c: (psscan):
11169
11170         Try to render even if psscan fails.
11171
11172 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11173
11174         * ps/ps.c: (psscan), (pscopydoc):
11175
11176         Port buffered reading code from gv
11177
11178 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11179
11180         * ps/ps-document.c: (interpreter_message), (output):
11181
11182         Do not fail on interpreter messages
11183
11184 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11185
11186         * backend/ev-document-misc.c:
11187         (ev_document_misc_get_thumbnail_frame):
11188
11189         Pages can be 0 x 0, dont assert on this case
11190
11191 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11192
11193         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11194         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11195
11196         Correctly manage our reference on document. Finally the reload
11197         huge leak is gone...
11198
11199 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11200
11201         * ps/ps-document.c: (ps_document_dispose):
11202
11203         Forgot to chain it to the parent. Thanks chpe.
11204
11205 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11206
11207         * ps/ps-document.c: (ps_document_dispose),
11208         (ps_document_class_init), (stop_interpreter), (document_load):
11209
11210         Cleanup dispose a bit. Dont leak the whole pixmap.
11211
11212 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11213
11214         * pdf/ev-poppler.cc:
11215
11216         Release the poppler document on dispose
11217
11218 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11219
11220         * shell/ev-view.c: (ev_view_set_document):
11221
11222         Release ref on the pixbuf cache when changing
11223         document.
11224
11225 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * ps/ps-document.c: (ps_document_get_info):
11228
11229         Fix a double free
11230
11231 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11232
11233         * backend/ev-page-cache.c: (ev_page_cache_init),
11234         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11235         * backend/ev-page-cache.h:
11236         * shell/ev-page-action.c: (page_changed_cb):
11237         
11238         Set page action entry width depending on labels width. Fix
11239         for bug 305202.
11240
11241 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11242
11243         * backend/ev-link.c: (ev_link_class_init):
11244
11245         Allow -1 as page value (error)
11246
11247 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * shell/ev-sidebar-thumbnails.c:
11250         (ev_sidebar_thumbnails_set_document):
11251         * shell/ev-view.c: (scroll_to_current_page),
11252         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11253         (page_changed_cb), (on_adjustment_value_changed),
11254         (ev_view_set_document):
11255
11256         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11257         Fix bug 305377
11258
11259 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11260
11261         * configure.ac:
11262         * djvu/djvu-document.c: (djvu_document_get_page_size):
11263
11264         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11265         bug 301993.
11266
11267 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11268
11269         * shell/ev-view.c (draw_one_page): modify the expose handling to
11270         get the shadows.
11271
11272         * shell/ev-window.c (update_action_sensitivity): Respect
11273         permissions field.  Kowtow to the man.
11274
11275         * pdf/ev-poppler.cc: Get the permissions field.
11276
11277         * tiff/*c: Make a tiny bit more robust.
11278
11279 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11280
11281         * djvu/djvu-document.c:
11282         
11283         Pop messages from djvu context message queue.
11284
11285 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11286
11287         * configure.ac, Makefile.am, shell/Makefile.am:
11288         * tiff/Makefile.am, shell/ev-document-types.c:
11289         
11290         Cleanup tiff configure checks. Fix for bug 305218.
11291
11292 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11293
11294         * configure.ac: Added "uk" to ALL_LINGUAS.
11295
11296 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11297
11298         * cut-n-paste/zoom-control/ephy-zoom.c:
11299         (ephy_zoom_get_changed_zoom_level):
11300         * cut-n-paste/zoom-control/ephy-zoom.h:
11301         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11302         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11303         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11304         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11305         (zoom_control_changed_cb), (ev_window_init):
11306         
11307         Fix minor points related to moving best fit up. Introduce
11308         "zoom" property and make zoom control change it's value on
11309         notify::zoom signals. Fix for 305080.
11310
11311 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11312
11313         * data/evince-ui.xml:
11314         * shell/ev-window.c: (set_view_actions_sensitivity):
11315         
11316         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11317
11318 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11319
11320         * configure.ac:
11321
11322         Depends on poppler 0.3.2
11323
11324 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11325
11326         * cut-n-paste/recent-files/egg-recent-item.c:
11327         (egg_recent_item_get_short_name):
11328         * cut-n-paste/toolbar-editor/Makefile.am:
11329         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11330         (new_pixbuf_from_widget):
11331         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11332         * cut-n-paste/toolbar-editor/egg-marshal.c:
11333         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11334         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11335
11336         Sync
11337
11338 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11339
11340         * tiff/tiff-document.c: Rough TIFF backend.
11341
11342 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11343
11344         * NEWS:
11345         * configure.ac:
11346         * cut-n-paste/toolbar-editor/Makefile.am:
11347
11348         Release 0.3.1
11349
11350 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11351
11352         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11353         (ev_view_find_next), (ev_view_find_previous):
11354
11355         Remove the locks around get_n_results   
11356
11357 2005-05-21  Juerg Billeter  <j@bitron.ch>
11358
11359         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11360
11361         Pass correct number of pages to poppler.
11362
11363 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11364
11365         * configure.ac:
11366         * data/Makefile.am:
11367         * data/evince.desktop.in: 
11368         * data/evince.desktop.in.in:
11369         * po/POTFILES.in:
11370         
11371         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11372
11373 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11374
11375         * shell/ev-view.c: (view_update_adjustments),
11376         (view_set_adjustment_values): cast adjustmen->value to (int)
11377         before using it.  Otherwise, we get off by a pixel in some
11378         situations.
11379
11380         (draw_one_page): Draw the border on expose.
11381
11382 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11383
11384         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11385         adjustment when the mode changes, #304923
11386
11387 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11388
11389         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11390         flickering on resize but still use gdk_window_scroll on
11391         scrolling
11392
11393 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11394
11395         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11396         option, #170458
11397
11398 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11401         second page on page_changed if possible, #304669
11402
11403 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11406         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11407
11408 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11409
11410         * .cvsignore:
11411         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11412         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11413         (ev_view_zoom_for_size_presentation),
11414         (ev_view_zoom_for_size_continuous_and_dual_page),
11415         (ev_view_zoom_for_size_continuous),
11416         (ev_view_zoom_for_size_dual_page),
11417         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11418         * shell/ev-view.h:
11419         * shell/ev-window.c: (update_view_size),
11420         (ev_window_sizing_mode_changed_cb):
11421
11422         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11423         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11424         an infinite loop, #304769
11425
11426
11427 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11428
11429         * data/evince-ui.xml:
11430         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11431         * shell/ev-window.c: (set_view_actions_sensitivity):
11432
11433         Make PgUp/Down behave like Space
11434
11435 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11436
11437         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11438         * backend/ev-ps-exporter.h:
11439         * pdf/ev-poppler.cc:
11440         * ps/ps-document.c: (ps_document_ps_export_begin):
11441         * shell/ev-print-job.c: (idle_print_handler):
11442
11443         Adapt to new poppler api
11444
11445 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11446
11447         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11448         (ephy_zoom_control_init):
11449
11450         Translate zoom levels
11451
11452 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11453
11454         * cut-n-paste/zoom-control/ephy-zoom.c:
11455         (ephy_zoom_get_zoom_level_index):
11456
11457         Fix current zoom -> zoom control match
11458
11459 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11460
11461         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11462         rather than the scrolled_window that it's in. Fixes bug #304655.
11463
11464 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11465
11466         * shell/ev-view.c: (view_update_adjustments),
11467         (view_set_adjustment_values), (view_update_range_and_current_page),
11468         (view_scroll_to_page), (set_scroll_adjustment),
11469         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11470         (ev_view_scroll), (ev_view_scroll_view),
11471         (ensure_rectangle_is_visible), (find_page_at_location),
11472         (get_link_at_location), (go_to_link), (status_message_from_link),
11473         (ev_view_size_request_continuous_dual_page),
11474         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11475         (ev_view_unrealize), (ev_view_expose_event),
11476         (ev_view_button_press_event), (ev_view_motion_notify_event),
11477         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11478         (draw_rubberband), (highlight_find_results), (draw_one_page),
11479         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11480         (ev_view_init), (find_changed_cb), (page_changed_cb),
11481         (on_adjustment_value_changed), (ev_view_new),
11482         (ev_view_set_document), (ev_view_set_zoom),
11483         (ev_view_set_continuous), (ev_view_set_dual_page),
11484         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11485         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11486         (ev_view_zoom_for_size_presentation),
11487         (ev_view_zoom_for_size_continuous_dual_page),
11488         (ev_view_zoom_for_size_continuous),
11489         (ev_view_zoom_for_size_dual_page),
11490         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11491         (ev_view_get_status), (ev_view_set_status),
11492         (update_find_status_message), (ev_view_get_find_status),
11493         (ev_view_set_find_status), (jump_to_find_result),
11494         (jump_to_find_page), (compute_selections), (clear_selection),
11495         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11496         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11497         (ev_view_update_primary_selection),
11498         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11499         * shell/ev-view.h:
11500         * shell/ev-window.c: (ev_window_open_page_label),
11501         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11502         (ev_window_init):
11503         * shell/ev-window.h:
11504         * shell/main.c: (load_files):
11505
11506         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11507         when resizing.  Remove the bin_window().  Also, patch from James
11508         Bowes to fix command line page, #300641
11509         
11510 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11511
11512         * data/evince-ui.xml:
11513         * shell/ev-view.c:
11514         * shell/ev-view.h:
11515         * shell/ev-window.c: (update_action_sensitivity):
11516
11517         Get rid of View->Normal Size, it's just confusing
11518
11519 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11520
11521         * backend/ev-document-info.h:
11522         * backend/ev-document.c: (ev_document_info_free): Free the
11523         EvDocumentInfo.
11524
11525         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11526         (clear_range), (add_range), (update_visible_range),
11527         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11528         (ev_sidebar_thumbnails_set_document):
11529         * shell/ev-window.c: (ev_window_setup_document): Only render the
11530         visible thumbnails.  It takes an instant to render, but it uses
11531         much less memory.
11532
11533 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11534
11535         * shell/ev-sidebar-links.c: (popup_menu_cb):
11536
11537         Select first item
11538
11539 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11540
11541         * lib/Makefile.am:
11542         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11543         (button_press_cb), (ev_sidebar_links_construct):
11544
11545         Show the popup menu also on keybindings
11546
11547 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11548
11549         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11550         * shell/ev-window.h:
11551
11552         Expose api to print a range (with dialog). Make private _print use
11553         it.
11554
11555         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11556         (ev_sidebar_links_construct):
11557
11558         Show a print context menu on linkx, it prints the selected
11559         section.
11560
11561 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11562
11563         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11564         button.
11565
11566 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11567
11568         * AUTHORS:
11569
11570         Update
11571
11572         * shell/ev-window.c: (build_comments_string),
11573         (ev_window_cmd_help_about):
11574
11575         Show poppler version/backend and authors
11576
11577 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11578
11579         * cut-n-paste/zoom-control/ephy-zoom.c:
11580         (ephy_zoom_get_zoom_level_index):
11581         * cut-n-paste/zoom-control/ephy-zoom.h:
11582
11583         Move the best fit items at the top of the list
11584
11585 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11586
11587         * shell/ev-marshal.list:
11588         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11589         (activate_cb), (match_selected_cb), (activate_link_cb),
11590         (connect_proxy), (ev_page_action_class_init):
11591         * shell/ev-page-action.h:
11592
11593         Use signals to notify action activation. Hopefully
11594         I did not break completion since I cant test...
11595
11596         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11597         (register_custom_actions):
11598
11599         Connect to page selector actions and also grab focus on
11600         the view when activated.
11601
11602 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11603
11604         * pdf/ev-poppler.cc:
11605         * backend/ev-page-cache.c: make page size calculation consistent
11606         and set it to (int)( width * scale + 0.5).  This makes the weird
11607         line going through the middle of the page go away.
11608
11609         * shell/ev-view.c: move painting the background page after
11610         checking the expose area covers us.
11611
11612 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11613
11614         * data/evince-password.glade:
11615         
11616         Mark labels as not translatable. Fix for bug 302842.
11617
11618 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11619
11620         * configure.ac: Added "es" to ALL_LINGUAS.
11621
11622 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11623
11624         * data/evince-toolbar.xml:
11625         * shell/ev-window.c: (update_action_sensitivity),
11626         (ev_window_setup_document), (ev_window_set_page_mode),
11627         (ev_window_init):
11628
11629         Remove some leftover code from jrb first continous
11630         attempt. Use the new actions, we still need good icons
11631         though...
11632
11633 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11634
11635         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11636
11637         Update label when connecting proxy. Fix a warning with NULL
11638         page_cache.
11639
11640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11641
11642         * data/evince-ui.xml:
11643         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11644         * shell/ev-page-action.h:
11645         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11646
11647         Add mnemonic for edit toolbar.
11648         ctrl+l focus the page entry.
11649
11650 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11651
11652         * lib/Makefile.am:
11653         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11654         (ev_window_init):
11655         * shell/main.c: (main):
11656
11657         Put the toolbar xml in evince own dot dir
11658
11659 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11660
11661         * shell/ev-window.c: (ev_window_init):
11662
11663         Make the toolbar not removable
11664
11665 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11666
11667         * data/evince-ui.xml:
11668         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11669         * shell/ev-sidebar-links.h:
11670         * shell/ev-sidebar-thumbnails.c:
11671         (ev_sidebar_thumbnails_get_treeview):
11672         * shell/ev-sidebar-thumbnails.h:
11673         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11674         (ev_view_class_init):
11675         * shell/ev-view.h:
11676         * shell/ev-window.c: (update_action_sensitivity),
11677         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11678         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11679         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11680         (ev_window_init):
11681
11682         This is evil... Make space/backspace global accelerators but
11683         enable them only for some widgets (sidebars and view).
11684         I dont like it, but I dont know a better way... :/
11685
11686 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11687
11688         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11689         (ev_page_action_widget_finalize),
11690         (ev_page_action_widget_class_init), (update_page_cache):
11691
11692         Keep a weak reference on proxy->page_cache so that we
11693         dont try to disconnect the signal if the object is already
11694         gone. Maybe there is a better way to cleanup reference handling
11695         in page action though...
11696
11697 2005-05-10  Juerg Billeter  <j@bitron.ch>
11698
11699         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11700         * backend/ev-ps-exporter.h:
11701         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11702         * ps/ps-document.c: (ps_document_ps_export_begin):
11703         
11704         Change api to pass print range to ps_exporter_begin. The pdf backend
11705         requires this information.
11706         
11707         * shell/ev-print-job.c: (idle_print_handler):
11708         
11709         Adapt to api change
11710
11711 2005-05-10  Juerg Billeter  <j@bitron.ch>
11712
11713         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11714         (idle_print_handler)
11715         * shell/ev-window.c: (ev_window_print):
11716
11717         Support printing page range, based on patch by Amaury Jacquot
11718
11719 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11720
11721         * data/evince-toolbar.xml:
11722
11723         Add zoom control to available items
11724
11725 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11726
11727         * shell/ev-window.c: (update_action_sensitivity):
11728
11729         Set slash action insensitive when appropriate
11730
11731 2005-05-10  Christian Persch <chpe@gnome.org>
11732
11733         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11734
11735         Fix warning on the overflow menu
11736
11737 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11738
11739         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11740
11741         Check for uri correctness/existence
11742
11743 2005-05-09  Juerg Billeter  <j@bitron.ch>
11744
11745         * shell/ev-window.c: (using_postscript_printer):
11746
11747         LPD printers use postscript, too
11748
11749 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11750
11751         * shell/ev-window.c: (register_custom_actions):
11752
11753         The zoom one is actually sort of useful,
11754         put it back
11755
11756 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11757
11758         * shell/ev-window.c: (register_custom_actions):
11759
11760         Hide page/zoom controls from overflow, they
11761         are useless.
11762
11763 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11764
11765         * cut-n-paste/update-from-egg.sh:
11766         
11767         Share it between all cut-n-paste subdirs
11768
11769         * cut-n-paste/recent-files/Makefile.am:
11770
11771         Fix to use "global" update-from-egg.sh
11772
11773         * cut-n-paste/recent-files/egg-recent-model.c:
11774         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11775         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11776         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11777         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11778
11779         Update from libegg
11780
11781         * cut-n-paste/toolbar-editor/Makefile.am:
11782
11783         Fix to use "global" update-from-egg.sh
11784
11785         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11786
11787         Update from libegg
11788
11789 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11790
11791         * configure.ac:
11792         * cut-n-paste/Makefile.am:
11793         * cut-n-paste/recent-files/Makefile.am:
11794         * cut-n-paste/toolbar-editor/.cvsignore:
11795         * cut-n-paste/toolbar-editor/Makefile.am:
11796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11797         (egg_editable_toolbar_get_type), (get_toolbar_position),
11798         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11799         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11800         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11801         (set_item_drag_source), (create_item_from_action), (create_item),
11802         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11803         (popup_toolbar_context_menu_cb), (free_dragged_item),
11804         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11805         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11806         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11807         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11808         (item_added_cb), (item_removed_cb),
11809         (egg_editable_toolbar_construct),
11810         (egg_editable_toolbar_disconnect_model),
11811         (egg_editable_toolbar_deconstruct),
11812         (egg_editable_toolbar_set_model),
11813         (egg_editable_toolbar_set_ui_manager),
11814         (egg_editable_toolbar_set_property),
11815         (egg_editable_toolbar_get_property),
11816         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11817         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11818         (egg_editable_toolbar_new_with_model),
11819         (egg_editable_toolbar_get_edit_mode),
11820         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11821         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11822         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11823         (new_pixbuf_from_widget), (new_separator_pixbuf),
11824         (update_separator_image), (style_set_cb),
11825         (_egg_editable_toolbar_new_separator_image),
11826         (egg_editable_toolbar_get_model):
11827         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11828         * cut-n-paste/toolbar-editor/egg-marshal.c:
11829         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11830         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11831         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11832         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11833         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11834         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11835         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11836         (editor_drag_data_delete_cb), (drag_data_get_cb),
11837         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11838         (editor_create_item), (update_editor_sheet), (setup_editor),
11839         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11840         (parse_item_list), (model_has_action), (update_actions_list),
11841         (egg_toolbar_editor_load_actions):
11842         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11843         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11844         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11845         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11846         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11847         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11848         (egg_toolbars_model_add_separator), (impl_add_item),
11849         (parse_item_list), (egg_toolbars_model_add_toolbar),
11850         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11851         (impl_get_item_data), (impl_get_item_type),
11852         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11853         (egg_toolbars_model_init), (free_toolbar),
11854         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11855         (egg_toolbars_model_remove_toolbar),
11856         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11857         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11858         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11859         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11860         (egg_toolbars_model_get_item_data),
11861         (egg_toolbars_model_get_item_type):
11862         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11863         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11864         * data/Makefile.am:
11865         * data/evince-toolbar.xml:
11866         * data/evince-ui.xml:
11867         * data/hand-open.png:
11868         * po/POTFILES.in:
11869         * shell/Makefile.am:
11870         * shell/ev-window.c: (update_chrome_visibility),
11871         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11872         (ev_window_dispose), (ev_window_init):
11873
11874         Implement epiphany like toolbar editor. Based on patch by
11875         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11876
11877 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11878
11879         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11880
11881         Use set_cursor instead of set_selection, so that
11882         the keyboard focus moves too.
11883
11884 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11885
11886         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11887
11888         Fix infinite loop when loading Type1 fonts
11889
11890 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11891
11892         * data/evince-ui.xml:
11893         * shell/ev-window.c:
11894
11895         Slash -> Find
11896
11897 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11898
11899         * configure.ac:
11900
11901         Make --disable really disable
11902
11903 2005-05-07  Juerg Billeter  <j@bitron.ch>
11904
11905         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11906
11907         Compare page labels even without has_labels set, fixes setting page
11908         with entry
11909
11910 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11911
11912         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11913         (ev_view_set_cursor), (ev_view_button_press_event),
11914         (ev_view_motion_notify_event), (ev_view_button_release_event),
11915         (ev_view_init):
11916
11917         Implement middle button scrolling. Based on a patch
11918         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11919
11920 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11921
11922         * shell/ev-document-types.c: (get_slow_mime_type),
11923         (get_document_type_from_mime), (ev_document_type_lookup):
11924         * shell/ev-document-types.h:
11925
11926         Change api to lookup from uri. Do fast lookup first, if the
11927         type is unknown try with data sniffing.
11928
11929         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11930         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11931
11932         Adapt to api change
11933
11934 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11935
11936         * thumbnailer/Makefile.am:
11937
11938         Fix distcheck
11939
11940 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11941
11942         * NEWS:
11943         * configure.ac:
11944
11945         Release 0.3.0
11946
11947         * data/evince-ui.xml:
11948
11949         Hide presentation mode for now
11950
11951         * shell/ev-view.c: (highlight_find_results):
11952
11953         Show current find selection only on current page
11954
11955 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11956
11957         * shell/ev-view.c: (ev_view_select_all):
11958
11959         Compute size of the actual page, not of
11960         the current one.
11961
11962 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11963
11964         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11965         (view_rect_to_doc_rect), (compute_selections),
11966         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11967         (ev_view_copy), (ev_view_primary_get_cb),
11968         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11969         (ev_view_button_press_event), (ev_view_motion_notify_event),
11970         (ev_view_button_release_event), (page_changed_cb):
11971
11972         Fix text selection
11973
11974 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11975
11976         * shell/ev-view.c: (compute_border), (get_page_extents),
11977         (doc_rect_to_view_rect), (highlight_find_results),
11978         (ev_view_bin_expose), (ev_view_select_all),
11979         (ev_view_motion_notify_event), (update_find_status_message),
11980         (jump_to_find_result), (jump_to_find_page):
11981
11982         First go at fixing search, still buggy
11983
11984 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11985
11986         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11987         dropdown box and button at the top of the sidebar.
11988
11989 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11990
11991         * configure.ac: Output zoom-control Makefile.
11992         * cut-n-paste/Makefile.am: build zoom-control subdir.
11993         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11994         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11995         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11996         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11997         * cut-n-paste/zoom-control/ephy-zoom.c:
11998         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11999         from epiphany, and modified to add a separator into the menu.
12000         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12001         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12002         zoom-control action.
12003         * shell/Makefile.am: Include zoom-control flags.
12004         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12005         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12006         (ev_view_zoom_for_size_presentation),
12007         (ev_view_zoom_for_size_continuous_and_dual_page),
12008         (ev_view_zoom_for_size_continuous),
12009         (ev_view_zoom_for_size_dual_page),
12010         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12011         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12012         ev_view_get_zoom and ev_view_get_sizing_mode.
12013         * shell/ev-view.h:
12014         * shell/ev-window.c: (update_action_sensitivity),
12015         (update_sizing_buttons), (zoom_control_changed_cb),
12016         (register_custom_actions): Initialize and use the zoom-control 
12017         widget.
12018
12019 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12020
12021         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12022         preview cache back to 1.  Don't know when it got set to 0.
12023         
12024         * shell/ev-view.c: (compute_border), (ev_view_realize),
12025         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12026         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12027         (ev_view_get_fullscreen), (ev_view_set_presentation),
12028         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12029         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12030         * shell/ev-view.h:
12031         * shell/ev-window.c:
12032         (update_chrome_visibility),
12033         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12034         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12035         (update_document_mode), (ev_window_update_fullscreen_action),
12036         (ev_window_fullscreen), (ev_window_unfullscreen),
12037         (ev_window_cmd_view_fullscreen),
12038         (ev_window_update_presentation_action),
12039         (ev_window_run_presentation), (ev_window_stop_presentation),
12040         (ev_window_cmd_view_presentation), (ev_window_state_event),
12041         (ev_window_focus_in_event), (ev_window_focus_out_event),
12042         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12043         * data/evince-ui.xml: Initial presentation mode.  We should
12044         probably hide this until it's done, as it's quite rough.  Also,
12045         change full-screen to fullscreen and add two getters to EvView.
12046
12047 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12048
12049         * shell/ev-page-action.c: (update_page_cache),
12050         (ev_page_action_dispose):
12051         * shell/ev-window.c: (destroy_fullscreen_popup),
12052         (ev_window_create_fullscreen_popup):
12053
12054         Use connect_object rather than explicitly
12055         disconnect on dispose.
12056
12057 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12058
12059         * shell/ev-page-action.c: (update_page_cache),
12060         (ev_page_action_dispose):
12061
12062 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12063
12064         * backend/ev-page-cache.c: (_ev_page_cache_new),
12065         (ev_page_cache_set_page_label),
12066         (ev_page_cache_has_nonnumeric_page_labels):
12067         * backend/ev-page-cache.h:
12068         * shell/ev-page-action.c: (update_pages_label):
12069         
12070         If all page labels are numeric, fallback to default
12071         way to display number of pages. See bug 173185.
12072
12073 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12074
12075         * shell/ev-page-action.c: (ev_page_action_dispose):
12076         * shell/ev-view.c: (view_update_range_and_current_page):
12077         * shell/ev-window.c: (ev_window_dispose):
12078         
12079         Set page on scroll in continuous mode. Fixes bug 301986.
12080         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12081
12082 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12083
12084         * configure.ac:
12085
12086         Require poppler 0.3.0
12087
12088 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12089         
12090         * shell/Makefile.am, configure.ac: Fix build problems
12091         with t1lib. Bug 301996.
12092
12093 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12094
12095         * shell/ev-view.c: (ev_view_scroll_event):
12096         
12097         Scroll up increase zoom
12098
12099 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12100
12101         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12102         (ev_view_set_sizing_mode),
12103         (ev_view_zoom_for_size_continuous_and_dual_page),
12104         (ev_view_zoom_for_size_continuous):
12105         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12106         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12107         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12108         (ev_window_init):
12109
12110         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12111         Fix for 165473 and 165472.
12112
12113 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12114
12115         * po/POTFILES.in:
12116         * thumbnailer/Makefile.am:
12117         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12118         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12119         * thumbnailer/evince-thumbnailer.schemas.in:
12120         
12121         Make thumbnailer schemas translatable. Fix for bug 301773
12122         
12123         * thumbnailer/evince-thumbnailer-djvu.schemas:
12124         * thumbnailer/evince-thumbnailer-dvi.schemas:
12125         * thumbnailer/evince-thumbnailer.schemas:
12126
12127         Removed files
12128
12129 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12130
12131         * shell/ev-view.c (ev_view_init): forgot to set this.
12132
12133 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12134
12135         * shell/ev-view.c: (find_page_at_location),
12136         (get_link_at_location),
12137         (ev_view_set_show_border), (ev_view_set_spacing),
12138         (ev_view_zoom_for_size_continuous_and_dual_page),
12139         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12140         Also, add a quick fix measuring of widths.  Also, removed
12141         ev_view_set_spacing and ev_view_set_show_border.
12142         
12143         * shell/ev-window.c: (ev_window_unfullscreen),
12144         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12145
12146 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12147
12148         * shell/ev-view.c: (view_update_range_and_current_page),
12149         (page_changed_cb):
12150         
12151         Fix crash on exit and scrolling to page in continuous view.
12152
12153 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12154
12155         * TODO:
12156         * backend/ev-page-cache.c: (_ev_page_cache_new),
12157         (ev_page_cache_get_max_width_size),
12158         (ev_page_cache_get_max_height_size):
12159         * backend/ev-page-cache.h:
12160         * data/evince-ui.xml:
12161         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12162         * shell/ev-view.c: (view_update_adjustments),
12163         (view_update_range_and_current_page), (get_bounding_box_size),
12164         (ev_view_size_request_continuous_and_dual_page),
12165         (ev_view_size_request_continuous),
12166         (ev_view_size_request_dual_page),
12167         (ev_view_size_request_single_page), (ev_view_size_request),
12168         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12169         (ev_view_bin_expose), (ev_view_expose_event),
12170         (ev_view_set_property), (ev_view_get_property),
12171         (ev_view_class_init), (ev_view_init), (ev_view_new),
12172         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12173         (ev_view_set_dual_page), (ev_view_set_full_screen),
12174         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12175         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12176         (ev_view_zoom_out), (zoom_for_size_fit_width),
12177         (zoom_for_size_best_fit),
12178         (ev_view_zoom_for_size_continuous_and_dual_page),
12179         (ev_view_zoom_for_size_continuous),
12180         (ev_view_zoom_for_size_dual_page),
12181         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12182         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12183         * shell/ev-view.h:
12184         * shell/ev-window.c: (update_action_sensitivity),
12185         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12186         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12187         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12188         (ev_window_cmd_view_zoom_out), (update_view_size),
12189         (ev_window_set_sizing_mode), (ev_window_init):
12190
12191         Add Continuous and Dual page modes.
12192
12193 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12194
12195         * dvi/dvi-document.c: (dvi_document_load),
12196         (dvi_document_thumbnails_get_thumbnail),
12197         (dvi_document_init_params): Fix up some mixups between
12198         width and height to correct thumbnail rendering.
12199
12200 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12201
12202         * dvi/mdvi-lib/private.h:
12203         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12204         
12205         Suppess output for kpathsea during font generation. Thanks to
12206         James Bowes
12207
12208 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12209
12210         * NEWS:
12211         * configure.ac:
12212
12213         Release 0.2.1
12214
12215         * Makefile.am: fix distcheck.
12216
12217 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12218
12219         * shell/ev-sidebar-links.c: (selection_changed_callback),
12220         (update_page_callback), (row_activated_callback),
12221         (job_finished_callback), (ev_sidebar_links_set_document):
12222         
12223         Fix for bug #169901. Double click on links expands tree.
12224
12225 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12226
12227         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12228         hard-coded style. Fix for bug 170111
12229
12230 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12231
12232         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12233         locking.
12234
12235 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12236
12237         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12238
12239 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12240
12241         * pdf/ev-poppler.cc:
12242         * shell/ev-view.c: (highlight_find_results):
12243
12244         Fix find on single page documents
12245
12246 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12247
12248         * data/evince.schemas.in: fix for bug 301390
12249
12250 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12251
12252         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12253         (ev_view_zoom_out), (ev_view_zoom_normal):
12254         * shell/ev-view.h:
12255         * shell/ev-window.c: (update_action_sensitivity),
12256         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12257         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12258         (ev_window_cmd_view_normal_size):
12259
12260         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12261         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12262         better than oom. 
12263
12264 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12265
12266         * configure.ac:
12267
12268         Depend on 2.57, 2.59 doesnt seem to be necessary
12269
12270 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12271
12272         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12273         (create_tool_item):
12274
12275         Put back total number of pages as (1 of 1234)
12276
12277 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12278
12279         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12280         remove the job.
12281
12282         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12283         function.  This helps debugging.
12284
12285 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12286
12287         * djvu/djvu-document.c: (djvu_document_class_init),
12288         (djvu_document_get_info), (djvu_document_document_iface_init):
12289         * dvi/dvi-document.c: (dvi_document_class_init),
12290         (dvi_document_get_info), (dvi_document_document_iface_init):
12291
12292         Dummy implementation of get_info method for dvi and
12293         djvu. Fix crashes with those backends
12294
12295 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12296
12297         * data/evince.desktop.in:
12298
12299         Add application/x-gzpostscript
12300
12301 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12302
12303         * data/evince.schemas.in: Added real long descriptions, 
12304         closes bug 172496 
12305
12306         * README: Added actual text, closes bug 171869
12307
12308 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12309
12310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12311
12312         Thumbnail page 0
12313
12314 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12315
12316         * backend/ev-document-info.h:
12317
12318         s/GDate */GDate so we can just use g_free
12319
12320 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12321
12322         * shell/ev-window.c: (update_document_mode),
12323         (ev_window_setup_document):
12324
12325         Show the window in fullscreen when specified by
12326         the document
12327
12328 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12329
12330         * backend/ev-document.c: (ev_document_class_init),
12331         (ev_document_get_info), (ev_document_render_pixbuf):
12332         * backend/ev-document.h:
12333         * backend/ev-page-cache.c: (_ev_page_cache_new):
12334         * pdf/ev-poppler.cc:
12335         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12336         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12337         * ps/ps-document.c: (ps_document_class_init), (document_load),
12338         (ps_document_get_info), (ps_document_document_iface_init):
12339
12340         Remove get_title from the interface, we can just use document info
12341
12342 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12343
12344         * backend/Makefile.am:
12345         * backend/ev-document.c: (ev_document_render_get_info):
12346         * backend/ev-document.h:
12347         * pdf/ev-poppler.cc:
12348
12349         Initial support for document info. Based on jrb patch.
12350
12351 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12352
12353         * shell/ev-window.c: (ev_window_state_event),
12354         (ev_window_class_init), (ev_window_init):
12355         
12356         Doesn't show resize grip when maximized. See bug #301053
12357
12358 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12359
12360         * po/POTFILES.in:
12361         
12362         ev-sidebar-thumbnails now has translatable labels
12363         
12364         * shell/Makefile.am:
12365         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12366         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12367         (ev_sidebar_links_page_iface_init):
12368         * shell/ev-sidebar-links.h:
12369         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12370         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12371         (ev_sidebar_page_get_label):
12372         * shell/ev-sidebar-page.h:
12373         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12374         (ev_sidebar_thumbnails_set_document),
12375         (ev_sidebar_thumbnails_support_document),
12376         (ev_sidebar_thumbnails_get_label),
12377         (ev_sidebar_thumbnails_page_iface_init):
12378         * shell/ev-sidebar-thumbnails.h:
12379         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12380         (ev_sidebar_set_document):
12381         * shell/ev-sidebar.h:
12382         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12383         
12384         Small rework of sidebar code. Now sidebar pages should implement
12385         EvSidebarPage interface. That makes page management in EvSidebar
12386         easier. See bug #164811 for details
12387
12388 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12389
12390         * shell/ev-application.c: (ev_application_open):
12391         * shell/ev-document-types.c:
12392         
12393         Fix build error and small problem with application exit
12394
12395 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12396
12397         * thumbnailer/Makefile.am:
12398         * thumbnailer/evince-thumbnailer-djvu.schemas:
12399         * thumbnailer/evince-thumbnailer-dvi.schemas:
12400         
12401         Conditionally install schemas for djvu/dvi thumbnailer
12402
12403 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12404
12405         * shell/ev-document-types.h: 
12406         * shell/ev-document-types.c: 
12407         New files, handling the mapping from mimetypes to backends
12408         
12409         * shell/ev-window.c: 
12410         * thumbnailer/evince-thumbnailer.c:     
12411         Use the ev-document-types code
12412         
12413         * shell/Makefile.am: 
12414         Added new convenience library libevbackendfactory_la, containing
12415         the new mimetype->backend logic; moved the backends into it.
12416
12417         * thumbnailer/Makefile.am:
12418         Make the thumbnailer link with the libevbackend.la convenience
12419         library, rather than having a duplicate of the backend logic here.
12420
12421 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12422
12423         * shell/ev-stock-icons.c: constify some vars.
12424         * shell/ev-window.c: ditto.
12425
12426 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12427
12428         * ps/ps-document.c (get_page_orientation):
12429
12430         Respect document orientation 
12431
12432 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12433
12434         * djvu/Makefile.am:
12435         * dvi/Makefile.am:
12436         * shell/Makefile.am:
12437         
12438         Move library dependencies to components.
12439         
12440         * shell/ev-window.c: (update_window_title),
12441         (start_loading_document):
12442         
12443         Fix display of uris with spaces. Bug 168358.
12444
12445 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12446
12447         * shell/ev-sidebar-links.c: (selection_changed_cb):
12448         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12449         (ev_view_button_release_event), (ev_view_set_document):
12450         * shell/ev-view.h:
12451         * shell/ev-window.c: (find_bar_search_changed_cb):
12452         * shell/ev-window.h: Minor cleanups removing some dead code.
12453
12454 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12455
12456         * backend/ev-page-cache.c: (_ev_page_cache_new):
12457         
12458         Set current page to 0 if document has pages.
12459
12460 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12461
12462         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12463
12464         Initialize GError to NULL, fix a crash when loading fails.
12465
12466 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12467
12468         * shell/ev-window.c: (update_view_size):
12469
12470         Calculate shadow size only when there is actually
12471         a shadow.
12472
12473 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12474
12475         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12476         * shell/ev-view.h:
12477
12478         Allow setting view spacing, default to 0
12479
12480         * shell/ev-window.c: (ev_window_unfullscreen),
12481         (ev_window_cmd_view_fullscreen), (ev_window_init):
12482
12483         Remove spacing in fullscreen mode
12484
12485 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12486
12487         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12488         (ev_view_size_request), (expose_bin_window),
12489         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12490         * shell/ev-view.h:
12491         * shell/ev-window.c: (ev_window_unfullscreen),
12492         (ev_window_cmd_view_fullscreen):
12493
12494         Do not draw the border in fulscreen
12495
12496 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12497
12498         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12499         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12500         (find_page_at_location), (page_changed_cb):
12501
12502         Rework border calculation, so that I can more easily disable it.
12503         Code somewhat cleaner too.
12504
12505 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12506
12507         * backend/ev-page-cache.c: (ev_page_cache_init),
12508         (_ev_page_cache_new):
12509
12510         Remove some assertions, documents can have 0 pages.
12511         Make initial current page -1.
12512
12513         * shell/ev-page-action.c: (page_changed_cb):
12514
12515         Show "" if current page is -1
12516
12517         * shell/ev-window.c: (update_action_sensitivity),
12518         (ev_window_setup_document):
12519
12520         When document has 0 pages do not set the view
12521         and make nearly everything insensitive.
12522
12523 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12524
12525         * shell/ev-page-view.c:
12526         * shell/ev-page-view.h:
12527
12528         Remove unused files.
12529         
12530         * shell/ev-sidebar-thumbnails.c:
12531         (ev_sidebar_thumbnails_set_document):
12532         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12533         (ev_sidebar_supports_document):
12534         * shell/ev-sidebar.h:
12535         * shell/ev-window.c: (ev_window_setup_document):
12536         
12537         Doesn't show thumbnails if document has 1 page. Make
12538         sidebar menu entries sensitive only if if they have 
12539         sense. Fix bug 164811. 
12540
12541 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12542
12543         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12544         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12545         (ev_view_zoom_out), (ev_view_set_size):
12546
12547         Rework sizing to deal with documents with not uniform page
12548         size.
12549
12550 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12551
12552         * backend/ev-page-cache.c: (_ev_page_cache_new):
12553
12554         Fix several page size caching bugs
12555
12556 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12557
12558         * shell/ev-window.c: (set_action_properties):
12559
12560         Make all toolbar items translatable
12561
12562 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12563
12564         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12565         (save_page_list), (ps_document_save),
12566         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12567         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12568         (ps_document_ps_exporter_iface_init):
12569         * ps/ps-document.h:
12570
12571         Based on a patch by J�rg Billeter <j@bitron.ch>
12572         
12573         Implement print and save a copy for the ps backend.
12574
12575 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12576
12577         * backend/ev-document.h:
12578         * djvu/djvu-document.c: (djvu_document_can_get_text),
12579         (djvu_document_document_iface_init):
12580         * dvi/dvi-document.c: (dvi_document_can_get_text),
12581         (dvi_document_document_iface_init):
12582         * pdf/ev-poppler.cc:
12583         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12584         (pixbuf_document_document_iface_init):
12585         * ps/ps-document.c: (ps_document_can_get_text),
12586         (ps_document_document_iface_init):
12587         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12588         * shell/ev-window.c: (update_action_sensitivity):
12589
12590         Fix the crash when trying to copy in backends that doesnt
12591         support it. We can implement a better solution once we
12592         do real text selection.
12593
12594 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12595
12596         * data/evince-ui.xml:
12597         * shell/ev-window.c: (ev_window_cmd_escape):
12598         
12599         Work around the Escape conflict (find bar and unfullscreen)
12600
12601 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12602
12603         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12604         
12605         Fix for #300233. Next page correctly handles document end.
12606         
12607         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12608         (ev_sidebar_thumbnails_class_init),
12609         (ev_sidebar_thumbnails_set_document),
12610         (ev_sidebar_thumbnails_clear_job),
12611         (ev_sidebar_thumbnails_clear_model):
12612         
12613         Cleanup thumbnail jobs on document changes.
12614         
12615         * shell/ev-view.c: (add_scroll_binding_keypad),
12616         (add_scroll_binding_shifted), (ev_view_class_init):
12617         
12618         Shift + Space scrolls up. Fix for #173184
12619         
12620         * shell/ev-window.c: (ev_window_open_page),
12621         (ev_window_cmd_view_reload):
12622         
12623         Fix reload (Bug #300094)
12624
12625 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12626
12627         
12628         * dvi/mdvi-lib/assoc.c:
12629         * dvi/mdvi-lib/assoc.h: Removed garbage files
12630         
12631         * dvi/mdvi-lib/bitmap.c:
12632         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12633         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12634         * dvi/mdvi-lib/color.h: Antialias of rules
12635         
12636         * dvi/mdvi-lib/common.h:
12637         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12638         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12639         * dvi/mdvi-lib/files.c:
12640         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12641         * dvi/mdvi-lib/mdvi.h:
12642         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12643         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12644         * dvi/mdvi-lib/util.c: Fix compile warnings
12645         
12646         * dvi/dvi-document.c:
12647         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12648         (dvi_document_thumbnails_get_thumbnail),
12649         (dvi_document_document_thumbnails_iface_init):
12650         * dvi/mdvi-lib/Makefile.am:
12651         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12652         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12653         
12654         Dvi backend now renders thumbnails
12655
12656 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12657
12658         * shell/main.c: (main): 
12659         
12660         Save accelerators on exit. Fixes bug #172095.
12661
12662 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12663
12664         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12665         update priority" comment.
12666
12667         * backend/ev-job-queue.c: Give a way to change priority.
12668
12669 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12670
12671         * shell/ev-page-action.c: Fix logic.
12672
12673 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12674
12675         * shell/ev-view.c: (ev_view_can_find_next):
12676         * shell/ev-window.c: (ev_window_setup_document):
12677
12678         Check that the document supports find
12679
12680 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12681
12682         * data/evince-ui.xml:
12683         * shell/ev-view.c: (ev_view_can_find_next):
12684         * shell/ev-view.h:
12685         * shell/ev-window.c: (update_action_sensitivity),
12686         (find_changed_cb), (ev_window_setup_document),
12687         (ev_window_cmd_edit_find_next):
12688
12689         Add Edit->Find Next
12690
12691 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12692
12693         * pdf/ev-poppler.cc:
12694         * shell/ev-print-job.c: (idle_print_handler):
12695
12696         Make printing work again
12697
12698 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12699
12700         * shell/ev-page-action.h:
12701         * shell/ev-page-action.c: (ev_page_action_widget_init),
12702         (ev_page_action_widget_class_init), (page_changed_cb),
12703         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12704         (get_filter_model_from_model), (match_selected_cb),
12705         (display_completion_text), (match_completion), (update_model),
12706         (connect_proxy), (ev_page_action_set_property),
12707         (ev_page_action_get_property), (ev_page_action_set_document),
12708         (ev_page_action_set_model), (ev_page_action_class_init): Big
12709         reworking to make completions work iff we have >= GTK-2.7.0
12710                 
12711         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12712         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12713         (job_finished_cb): We now have a 'model' property that is set when
12714         the links are loaded.  This can be caught with "notify::model"
12715
12716         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12717         listen for the model to be set, and propagate it to the action.
12718
12719 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12720
12721         * cut-n-paste/recent-files/egg-recent-item.c:
12722         (egg_recent_item_set_uri), (make_valid_utf8),
12723         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12724         * cut-n-paste/recent-files/egg-recent-item.h:
12725         
12726         Update egg-recent from libegg. This should fix long
12727         startup problem. For details see
12728         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12729
12730 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12731
12732         * cut-n-paste/recent-files/Makefile.am:
12733         * data/evince-ui.xml, shell/Makefile.am:
12734         * shell/ev-application.c, shell/ev-application.h:
12735         * shell/ev-window.c: Recent files support.
12736         
12737         * configure.ac: Added "ru" to ALL_LINGUAS.
12738         
12739         * dvju: new backend to support DJVU files.
12740         * dvi: new backend to support DVI.
12741
12742         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12743         * ev-application.c: Support for new backends.
12744         
12745         * help, ev-window.c, main.c shell/Makefile.am: 
12746         Evince user documentation.
12747
12748 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12749
12750         * po/POTFILES.in:
12751         * shell/ev-window.c:
12752         * thumbnailer/evince-thumbnailer.c:
12753
12754         s/pdf-document/ev-poppler
12755
12756 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12757
12758         * NEWS:
12759         * configure.ac:
12760
12761         Release 0.2.0
12762
12763         * ps/ps-document.c: (setup_pixmap):
12764
12765         Remove debug code
12766
12767 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12768
12769         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12770         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12771         (ev_window_cmd_go_first_page): Fix of by one errors.
12772
12773 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12774
12775         * ps/ps-document.c: (get_page_box):
12776
12777         Fix page size calculation
12778
12779 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12780
12781         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12782         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12783         (get_page_orientation), (setup_page), (document_load),
12784         (ps_document_get_page_size), (render_pixbuf_idle):
12785         * ps/ps-document.h:
12786
12787         More refactoring to adapt to EvDocument changes
12788
12789 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12790
12791         * ps/ps-document.c: (start_interpreter):
12792
12793         Actually add alpha args
12794
12795 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12796
12797         * pdf/ev-poppler.cc:
12798
12799         Make clipboard work again
12800
12801 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12802
12803         Make searching work again.
12804         
12805         * backend/ev-document.c:
12806         * backend/ev-document.h:
12807         * backend/ev-document-find.c:
12808         * backend/ev-document-find.h: Change EvDocumentIface so we no
12809         longer store the current page or zoom level in the document.  The
12810         consequence is that all calls that operate on the current page now
12811         instead take the page number as an extra argument, and all
12812         coordinates are now doubles in document coordinate system.
12813
12814         * pdf/ev-poppler.cc:
12815         * pixbuf/pixbuf-document.c:
12816         * ps/ps-document.c: Update backends accordingly.
12817
12818 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12819
12820         * autogen.sh:
12821
12822         Add required gettext version
12823
12824 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12825
12826         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12827         make F1 bring up non-existent help.
12828
12829         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12830         epiphany's find bar, #167477
12831
12832         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12833         <emil@nishra.com> to add space-bar scrolling, 
12834
12835         * shell/ev-window.c (static GtkActionEntry entries): add default
12836         keybinding for Help (F1)
12837         Fixes #171068
12838
12839         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12840         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12841         170110
12842
12843 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12844
12845         * Makefile.am: 
12846         * pixbuf/pixbuf-document.c: 
12847
12848         Got pixbuf backend working again
12849
12850 2005-04-01  Steve Murphy  <murf@e-tools.com>
12851
12852         * configure.in: Added "rw" to ALL_LINGUAS.
12853
12854 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12855
12856         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12857         model types, noticed by Martin Kretzschmar.
12858
12859 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12860
12861         * pdf/ev-poppler.cc: Implement search based on
12862         poppler_page_find_text().  Currently a bit crude since we remember
12863         all matches from all pages.  Also, we grab the big document lock
12864         when we search since searching changes the underlying stream and
12865         thus conflicts with the rendering thread.
12866         
12867         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12868         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12869         (ev_view_find_previous): Fix some page indexes to be 0 based,
12870         offset rubber band by view offset,
12871
12872 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12873
12874         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12875
12876 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12877
12878         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12879         completely because I didn't understand GtkActions.  I should
12880         read Marco's code more carefully in the future.
12881
12882         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12883         function
12884
12885 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12886
12887         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12888         PopplerRectangle change from poppler CVS.
12889
12890 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12891
12892         * backend/ev-document.c: (ev_document_get_page_label):
12893         * backend/ev-document.h:
12894         * backend/ev-page-cache.c: (_ev_page_cache_new),
12895         (ev_page_cache_get_page_label):
12896         * backend/ev-page-cache.h:
12897         * pdf/ev-poppler.cc:
12898         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12899         (links_page_num_func):
12900         * shell/ev-sidebar-thumbnails.c:
12901         (ev_sidebar_thumbnails_set_document):
12902         * shell/ev-view.c: (status_message_from_link),
12903         (ev_view_motion_notify_event):
12904         * shell/ev-window.c: (document_supports_sidebar): Add in page
12905         label support.  It's not perfect yet, but it's the first 'feature'
12906         in a while.
12907         Also, fix a bogus comment noticed by crispin. 
12908
12909 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12910
12911         * Makefile.am: Remove pixbuf backend for now
12912
12913         * configure.ac: Require poppler-glib instead of just poppler.
12914
12915         * backend/ev-document-thumbnails.h: Add a comment
12916
12917         * backend/ev-document.h:
12918         * backend/ev-document.c: (ev_document_class_init),
12919         (ev_document_load), (ev_document_get_link),
12920         (ev_document_get_links): Remove 3 methods and add get_links.
12921         Also, made 0 based.
12922
12923         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12924         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12925
12926         * backend/ev-link.c: (ev_link_set_title),
12927         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12928         (ev_link_mapping_find):
12929         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12930         
12931         * backend/ev-page-cache.c: (ev_page_cache_init),
12932         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12933         (ev_page_cache_get_size), (ev_page_cache_next_page),
12934         (ev_page_cache_prev_page): Fix to be 0 based.
12935
12936         * pdf/Makefile.am: 
12937         * pdf/ev-poppler.h:
12938         * pdf/ev-poppler.cc: New backend.
12939         
12940         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12941         (ps_document_get_page), (ps_document_document_iface_init):
12942
12943         * shell/ev-pixbuf-cache.h:
12944         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12945         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12946         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12947         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12948         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12949         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12950         based.
12951         
12952         * shell/ev-sidebar-thumbnails.c:
12953         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12954         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12955
12956         * shell/ev-view.c: (status_message_from_link),
12957         (find_page_at_location), (get_link_at_location),
12958         (ev_view_motion_notify_event), (ev_view_button_release_event),
12959         (ev_view_init): Use the new link code.  Fix to be 0 based.
12960
12961         * shell/ev-window.c: (update_action_sensitivity),
12962         (document_supports_sidebar): 0 based.
12963
12964 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12965
12966         * pdf/pdf-document.cc: Patch from Fernando Herrera
12967         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12968         *blush*
12969
12970 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12971
12972         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12973         1 to the page, as this seems to be 1 based.  I thought we has this
12974         fixed.  grump.
12975
12976 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12977
12978         * TODO:
12979         * backend/Makefile.am:
12980         * backend/ev-document-links.c:
12981         (ev_document_links_has_document_links),
12982         (ev_document_links_get_links_model):
12983         * backend/ev-document-links.h:
12984         * backend/ev-document.c: (ev_document_get_page_cache),
12985         (ev_document_get_doc_mutex), (ev_document_load),
12986         (ev_document_save), (ev_document_get_title),
12987         (ev_document_get_n_pages), (ev_document_set_page),
12988         (ev_document_get_page), (ev_document_set_target),
12989         (ev_document_set_scale), (ev_document_set_page_offset),
12990         (ev_document_get_page_size), (ev_document_get_text),
12991         (ev_document_get_link), (ev_document_render),
12992         (ev_document_render_pixbuf), (ev_document_scale_changed):
12993         * backend/ev-document.h:
12994         * backend/ev-job-queue.c: (remove_object_from_queue),
12995         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12996         (no_jobs_available_unlocked), (ev_render_thread),
12997         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12998         (ev_job_queue_remove_job):
12999         * backend/ev-job-queue.h:
13000         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13001         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13002         (ev_job_links_class_init), (ev_job_render_init),
13003         (ev_job_render_dispose), (ev_job_render_class_init),
13004         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13005         (ev_job_thumbnail_class_init), (ev_job_finished),
13006         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13007         (ev_job_render_run), (ev_job_thumbnail_new),
13008         (ev_job_thumbnail_run):
13009         * backend/ev-jobs.h:
13010         * backend/ev-link.c:
13011         * backend/ev-link.h:
13012         * backend/ev-page-cache.c: (ev_page_cache_init),
13013         (ev_page_cache_class_init), (ev_page_cache_finalize),
13014         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13015         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13016         (ev_page_cache_set_link), (ev_page_cache_get_title),
13017         (ev_page_cache_get_size), (ev_page_cache_next_page),
13018         (ev_page_cache_prev_page):
13019         * backend/ev-page-cache.h:
13020         * pdf/pdf-document.cc:
13021         * ps/gsdefaults.c:
13022         * ps/gsdefaults.h:
13023         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13024         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13025         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13026         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13027         (is_interpreter_ready), (output), (catchPipe), (input),
13028         (start_interpreter), (check_filecompressed), (compute_dimensions),
13029         (ps_document_enable_interpreter), (document_load),
13030         (ps_document_next_page), (render_page), (ps_document_set_page),
13031         (ps_document_set_scale), (render_pixbuf_idle),
13032         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13033         * ps/ps-document.h:
13034         * shell/Makefile.am:
13035         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13036         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13037         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13038         (ev_pixbuf_cache_new), (job_finished_cb),
13039         (check_job_size_and_unref), (move_one_job),
13040         (ev_pixbuf_cache_update_range), (find_job_cache),
13041         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13042         (ev_pixbuf_cache_add_jobs_if_needed),
13043         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13044         * shell/ev-pixbuf-cache.h:
13045         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13046         (idle_print_handler):
13047         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13048         (selection_changed_cb), (create_loading_model),
13049         (ev_sidebar_links_construct), (links_page_num_func),
13050         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13051         (update_page_callback), (job_finished_cb),
13052         (ev_sidebar_links_set_document):
13053         * shell/ev-sidebar-thumbnails.c:
13054         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13055         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13056         (page_changed_cb), (thumbnail_job_completed_callback),
13057         (ev_sidebar_thumbnails_set_document):
13058         * shell/ev-sidebar-thumbnails.h:
13059         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13060         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13061         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13062         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13063         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13064         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13065         (ev_view_button_release_event), (ev_view_scroll_view),
13066         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13067         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13068         (ev_view_new), (job_finished_cb), (page_changed_cb),
13069         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13070         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13071         (ev_view_find_previous):
13072         * shell/ev-view.h:
13073         * shell/ev-window.c: (update_action_sensitivity),
13074         (ev_window_open_page), (update_window_title), (update_total_pages),
13075         (page_changed_cb), (ev_window_setup_document),
13076         (password_dialog_response), (ev_window_cmd_save_as),
13077         (ev_window_print), (ev_window_cmd_go_previous_page),
13078         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13079         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13080         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13081         * shell/main.c: (main):
13082
13083         Merge evince-threads branch
13084
13085 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13086
13087         * configure.ac: Added "lt" to ALL_LINGUAS.
13088
13089 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * NEWS:
13092         * configure.ac:
13093
13094         Release 0.1.9
13095
13096 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13097
13098         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13099
13100         Fix here also the thumbnails 1-basedness :)
13101
13102 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * NEWS:
13105         * configure.ac:
13106
13107         Release 0.1.8
13108
13109 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * pdf/pdf-document.cc:
13112         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13113         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13114
13115         Fix the mess we did with thumbnails and 1-basedness
13116
13117 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13118
13119         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13120
13121 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * NEWS:
13124         * configure.ac:
13125
13126         Release 0.1.7
13127
13128 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13129
13130         * ps/Makefile.am:
13131         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13132         (gtk_gs_defaults_get_alpha_parameters),
13133         (gtk_gs_defaults_get_ungzip_cmd),
13134         (gtk_gs_defaults_get_unbzip2_cmd):
13135         * ps/gsdefaults.h:
13136         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13137         (ps_document_get_orientation), (document_load),
13138         (ps_document_goto_page), (ps_document_set_page_size):
13139         * ps/ps-document.h:
13140
13141         Some more sanitization of the ps backend. Remove a lot
13142         of unused code and do not base our defaults on ggv
13143         preferences (ugh!)
13144
13145 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13146
13147         * thumbnailer/evince-thumbnailer.schemas:
13148         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13149         (main): add -s option for thumbnail size.
13150
13151 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13152
13153         * configure.ac:
13154
13155         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13156         remove it.
13157
13158 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * pdf/pdf-document.cc:
13161
13162         Remove 4 pixels of useless border from the
13163         thumbnail.
13164
13165 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13166
13167         * backend/ev-document-thumbnails.c:
13168         (ev_document_thumbnails_get_thumbnail):
13169         * backend/ev-document-thumbnails.h:
13170
13171         Rework API a bit. Add a border flag and
13172         change sizing logic (now the size we specify
13173         applies to the bigger dimension).
13174
13175         * pdf/pdf-document.cc:
13176         * pixbuf/pixbuf-document.c:
13177         (pixbuf_document_thumbnails_get_thumbnail):
13178         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13179         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13180
13181         Adapt to the new API and do not draw a border for nautilus
13182         thumbnailer.
13183
13184 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13185
13186         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13187         take thumbnails from page "0" instead of "1". Added a copyright header.
13188
13189 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13190
13191         * ps/ps-document.c: (set_up_page), (start_interpreter):
13192
13193         Make it C89 compliant
13194
13195 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13196
13197         * Makefile.am:
13198         * configure.ac:
13199         * pdf/.cvsignore:
13200         * pdf/pdf-document.cc:
13201         * thumbnailer/Makefile.am:
13202         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13203         (main):
13204         * thumbnailer/evince-thumbnailer.schemas:
13205         * thumbnailer/pdf-icon.png:
13206
13207         Add a nautilus thumbnailer.
13208         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13209
13210 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * NEWS:
13213         * configure.ac:
13214         * po/POTFILES.in:
13215
13216         Release 0.1.6
13217
13218 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13219
13220         Use poppler instead of including xpdf source code.  Poppler is a
13221         fork of xpdf to build it as a shared library. See
13222         http://freedesktop.org/wiki/Software/poppler.
13223
13224         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13225         xpdf fork.
13226         
13227         * pdf/Makefile.am: Build libpdfdocument.a here.
13228         
13229         * pdf/GDKSplashOutputDev.cc:
13230         * pdf/GDKSplashOutputDev.h:
13231         * pdf/GnomeVFSStream.cc:
13232         * pdf/GnomeVFSStream.h:
13233         * pdf-document.cc:
13234         * pdf-document.h:
13235         * test-gdk-output-dev.cc
13236         * Thumb.cc:
13237         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13238         against poppler.
13239
13240 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13243
13244         Clear idle stack before unsetting the document
13245
13246 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13247
13248         * ps/ps-document.c: (ps_document_widget_event),
13249         (ps_document_set_target), (ps_document_finalize),
13250         (ps_document_get_page):
13251
13252         Disconnect the widget event signal on finalize.
13253         Some code cleanups.
13254
13255 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13256
13257         * ps/ps-document.c: (set_up_page):
13258
13259         If there is no bpixmap create one, even if size
13260         is not changed.
13261
13262 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13263
13264         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13265         (set_up_page), (document_load), (ps_document_set_zoom):
13266
13267         Default page is 0. Calculate size even when we have no
13268         target yet.
13269
13270 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13271
13272         * shell/ev-sidebar.c: expand the selection widget to be always as
13273         wide as the sidebar
13274
13275 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * shell/ev-sidebar-thumbnails.c:
13278         (ev_sidebar_thumbnails_set_document):
13279
13280         Clear the list store when setting document
13281
13282 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * shell/ev-page-action.c: (update_entry), (sync_entry),
13285         (activate_cb), (entry_size_request_cb), (create_tool_item),
13286         (connect_proxy):
13287
13288         Use an entry for the page control instead of spinbuttons
13289
13290 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * data/evince.schemas.in:
13293
13294         Correct confusing string
13295
13296 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13297
13298         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13299         for real.  Gosh, how long has this been broken.
13300
13301         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13302         check for a NULL link.  We crash otherwise.
13303
13304 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * NEWS:
13307         * configure.ac:
13308
13309         Release 0.1.5
13310
13311 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13312
13313         * configure.ac: add the french translation.
13314
13315 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * shell/ev-window.c:
13318
13319         Remove unused header -> fix distcheck
13320
13321 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13322
13323         * shell/ev-window.c: (update_window_title),
13324         (ev_window_popup_password_dialog):
13325
13326         Unescape filename for display
13327
13328 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13329
13330         * pdf/xpdf/pdf-document.cc:
13331
13332         In get_page_size deal with rotation. Also
13333         cleanup the function a bit.
13334
13335 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13336
13337         * pdf/xpdf/pdf-document.cc:
13338
13339         Fix crash when opening in new window
13340
13341 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13342
13343         * configure.ac:
13344
13345         Check ghostscript >= 7
13346
13347 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13348
13349         * shell/ev-window.c:
13350
13351         Make page width the default sizing mode
13352
13353 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13354         Marco Pesenti Gritti <marco@gnome.org>
13355
13356         * shell/ev-window.c: Remember the sidebar size
13357
13358         * data/evince.schemas.in: Add a new gconf key to store the size of
13359         the sidebar
13360
13361 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13362
13363         * data/evince-ui.xml:
13364         * shell/ev-window.c: (update_action_sensitivity),
13365         (ev_window_cmd_view_reload):
13366         
13367         Add a "Reload" action and menu entry
13368
13369 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13370
13371         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13372         iff the type doesn't support thumbnailing and indexing.
13373
13374 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13375
13376         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13377
13378 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * pdf/splash/Splash.cc:
13381
13382         Port fix for a crasher from kde bug
13383         http://bugs.kde.org/show_bug.cgi?id=97131
13384
13385 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * pdf/xpdf/pdf-document.cc:
13388
13389         Return a link even if it's of an unrecognized
13390         type. Otherwise we go in an infinte cycle.
13391
13392 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13395         (size_allocate_cb), (ev_window_set_sizing_mode):
13396
13397         Update size when switching mode
13398
13399 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13400
13401         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13402         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13403         (ev_window_cmd_view_normal_size):
13404
13405         Fix size toggle buttons behavior
13406
13407 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13410         (doc_rect_to_view_rect), (ev_view_size_allocate),
13411         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13412         (scale_changed_callback):
13413
13414         Do not cache offsets in size_allocate.
13415
13416 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13417
13418         * shell/ev-view.c: (ev_view_size_allocate):
13419
13420         Calculate offsets before calling the parent
13421         class (which does a redraw)
13422
13423 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * pdf/xpdf/pdf-document.cc:
13426
13427         Fix a crasher on exit. Unused code, put a TODO
13428
13429 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * backend/ev-document.c: (ev_document_class_init),
13432         (ev_document_page_changed), (ev_document_scale_changed):
13433         * backend/ev-document.h:
13434
13435         Separate page/scale notifications
13436
13437         * pdf/xpdf/pdf-document.cc:
13438
13439         Emit the new signals.
13440         Do not display the pdf page in _render, do it
13441         when scale/page are requested.
13442
13443         * ps/ps-document.c: (ps_document_set_zoom),
13444         (ps_document_widget_event):
13445         * ps/ps-document.h:
13446
13447         Emit the new signals.
13448
13449         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13450         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13451         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13452         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13453         * shell/ev-view.h:
13454         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13455         (ev_window_cmd_view_page_width), (size_allocate_cb),
13456         (ev_window_set_sizing_mode):
13457
13458         Rework sizing to be pixel based.
13459         There are bugs but should be already way better.
13460
13461 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * shell/ev-window.c: (ev_window_init):
13464
13465         Do not allow to shrink sidebar smaller then
13466         child requisition
13467
13468 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13469
13470         * shell/ev-sidebar.[ch]
13471         * shell/ev-window.c:
13472
13473         Improved sidebar widget. Fixes #166683
13474
13475 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13476
13477         * shell/ev-view.c (update_find_status_message): Give translators
13478         more flexibility with ngettext plural handling.
13479
13480 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13481
13482         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13483         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13484         page when we get the page size.
13485
13486 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13489
13490         ps pages are 0 based, convert 
13491
13492 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13493
13494         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13495
13496         Initialize correct parent class. Set GError on document load
13497
13498 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13499
13500         * pdf/xpdf/pdf-document.cc:
13501
13502         Fixup selection offset calculation
13503
13504         * shell/ev-view.c: (view_rect_to_doc_rect),
13505         (doc_rect_to_view_rect), (ev_view_size_allocate),
13506         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13507         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13508
13509         Store selection as document relative, so that zooming
13510         and offset changing doesnt break it.
13511
13512 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13513
13514         * shell/ev-view.c: (ev_view_best_fit):
13515
13516         Do not try to best fit if the view is not realized
13517
13518 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13519           
13520         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13521
13522 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13523
13524         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13525
13526 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13527
13528         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13529         the popup window.  That prevents it resizing when in full screen
13530         mode.
13531
13532         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13533         multiple rerenders.  This pretty much sucks.
13534
13535         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13536         rest of the toolbar.
13537
13538 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13539
13540         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13541
13542 2005-02-17  Alexander Shopov  <ash@contact.bg>
13543
13544         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13545
13546 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13547
13548         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13549
13550 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13553         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13554         (set_document_page), (document_changed_callback),
13555         (ev_view_set_document), (ev_view_find_previous),
13556         (ev_view_hide_cursor), (ev_view_show_cursor):
13557         * shell/ev-view.h:
13558         * shell/ev-window.c: (update_chrome_visibility),
13559         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13560         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13561         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13562         (ev_window_unfullscreen):
13563         * shell/main.c: (main):
13564
13565         Automatically hide the fullscreen button.
13566         Patch by Kristian Høgsberg <krh@redhat.com>
13567
13568 2005-02-16  Vincent Noel  <vnoel@cox.net>
13569
13570         * shell/main.c (main): Specify an icon for the window. Patch by
13571         Jaap A. Haitsma. Fixes #166177.
13572
13573 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13574
13575         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13576
13577 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13578
13579         * backend/ev-document-misc.h:
13580         * backend/ev-document-misc.c:
13581         (ev_document_misc_get_page_border_size),
13582         (ev_document_misc_paint_one_page): New function to canonicalize
13583         sizing/painting a border.
13584
13585         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13586         used.
13587
13588         * pdf/xpdf/pdf-document.cc: use new function
13589
13590         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13591         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13592         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13593         shell/ev-window.c: (update_sizing_buttons),
13594         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13595         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13596         (ev_window_cmd_view_page_width), (size_allocate_cb),
13597         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13598         and "fit width" values act as toggle buttons so they stay
13599         toggled.  It's not 100% perfect, and it's a little slow, but it's
13600         good enough to commit I think.
13601
13602 2005-02-15  David Lodge  <dave@cirt.net>
13603
13604         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13605
13606 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13607
13608         * shell/ev-window.c (update_window_title): replace newlines in
13609         the title by spaces. Bug #166107.
13610
13611 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13612
13613         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13614         parameters providing allocation width and height without
13615         scrollbars and width of a possible vertical scrollbar. With this
13616         additional information the functions can work as
13617         intended. Unfortunately they're not idempotent. We should
13618         transform these commands to toggles. Fixes Bug #164976
13619         Initial patch by Stephane Loeuillet, then heavily modified.
13620
13621         * shell/ev-view.h: update prototypes.
13622
13623         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13624         (ev_window_cmd_view_page_width): provide EvView fit functions with
13625         all the information they need. Formulas to calculate this
13626         information taken from GtkScrolledWindow.
13627
13628 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13629
13630         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13631         created a thumbnail, the list store is updated to know
13632         that the thumbnail is set. Fixes bug #166792
13633
13634 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13635
13636         * shell/ev-window.c: fixed typo, closes bug 166897
13637
13638         * TODO: updated TODO with bug numbers that are relevant
13639
13640 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13641
13642         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13643
13644 2005-02-09  Vincent Noel  <vnoel@cox.net>
13645
13646         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13647         and "Next" toolbar buttons as important to make them stand out.
13648
13649 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13650
13651         * lib/ev-debug.c:
13652         * lib/ev-debug.h:
13653         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13654         (start_interpreter), (stop_interpreter), (document_load),
13655         (ps_document_next_page), (ps_document_goto_page),
13656         (ps_document_set_page_size), (ps_document_widget_event),
13657         (ps_document_render):
13658         * shell/ev-page-view.c: (ev_page_view_dispose):
13659         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13660
13661         Fix compilation on non-gcc platforms
13662
13663 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * NEWS:
13666         * configure.ac:
13667
13668         Release 0.1.4
13669
13670         * pdf/xpdf/Catalog.cc:
13671         * pdf/xpdf/XRef.cc:
13672
13673         Fix the fix for CAN-2004-0888
13674
13675 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13676
13677         * data/Makefile.am:
13678         * data/evince-ui.xml:
13679         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13680         * shell/ev-stock-icons.h:
13681         * shell/ev-window.c: (update_action_sensitivity),
13682         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13683         (set_action_properties):
13684
13685         Improve toolbar layout/icons
13686
13687 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13688
13689         * pdf/xpdf/pdf-document.cc:
13690
13691         Add warnings about unimplemented/unknown link
13692         types.
13693
13694 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13695
13696         * ps/ps-document.c: (set_up_page):
13697
13698         Log gs property
13699
13700 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13701
13702         * ps/ps-document.c: (start_interpreter):
13703
13704         Log gs env var
13705
13706 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13707
13708         * shell/ev-page-view.c: (ev_page_view_dispose):
13709         * shell/ev-view.c: (ev_view_finalize):
13710         * shell/ev-window.c: (ev_window_setup_document),
13711         (ev_window_dispose), (ev_window_init):
13712
13713         Solve more refs issues.
13714
13715         I commented out the page_view initialization for now:
13716         it was never destroyed (because it's never added
13717         to a container). Because of that we was leaking
13718         gs processes. Couldnt think to a clean fix.
13719         We need to figure this out, password view has the
13720         same issue probably.
13721
13722 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13723
13724         * ps/ps-document.c: (ps_document_finalize),
13725         (ps_document_get_n_pages), (ps_document_get_page):
13726
13727         Some cleanups, stop the interpreter on finalize
13728
13729         * shell/ev-page-view.c: (ev_page_view_dispose),
13730         (ev_page_view_class_init):
13731
13732         Release our reference on the document
13733
13734 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13735
13736         * Makefile.am:
13737         * configure.ac:
13738         * doc/debugging.txt:
13739         * lib/.cvsignore:
13740         * lib/Makefile.am:
13741         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13742         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13743         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13744         * lib/ev-debug.h:
13745
13746         Add debugging helpers
13747
13748         * ps/Makefile.am:
13749         * ps/ps-document.c: (set_up_page), (start_interpreter),
13750         (stop_interpreter), (document_load), (ps_document_next_page),
13751         (ps_document_goto_page), (ps_document_set_page_size),
13752         (ps_document_widget_event), (ps_document_render):
13753         * shell/Makefile.am:
13754         * shell/ev-view.c: (expose_bin_window):
13755         * shell/main.c: (main):
13756
13757         Add some logs
13758         
13759 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13760
13761         * ps/ps-document.c: (ps_document_widget_event):
13762
13763         Initialize message_window, this should make ps
13764         rendering really work! (Never noticed because I was
13765         testing with a ps that is causing gs to exit every time!)
13766
13767 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13768
13769         * data/evince.schemas.in: updated simple error in applyto closing tag
13770
13771 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13772
13773         * Makefile.am:
13774         * configure.ac:
13775         * data/.cvsignore:
13776         * data/Makefile.am:
13777         * data/evince-ui.xml:
13778         A data/evince.schemas.in:
13779         * po/POTFILES.in:
13780         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13781         * shell/ev-stock-icons.h:
13782         * shell/ev-window.c: (update_chrome_visibility),
13783         (update_chrome_flag), (ev_window_cmd_edit_find),
13784         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13785         (ev_window_unfullscreen), (ev_window_focus_in_event),
13786         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13787         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13788         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13789         (ev_window_dispose), (ev_window_class_init),
13790         (set_action_properties), (set_chrome_actions), (load_chrome),
13791         (ev_window_init):
13792
13793         Implement fullscreen mode changes from bug #164776.
13794         Also implement persistent chrome toggles.
13795
13796 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13797
13798         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13799
13800 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * NEWS:
13803         * configure.ac:
13804         * shell/ev-view.c:
13805
13806         Add another check for find interface
13807
13808         Release 0.1.3
13809
13810 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13811
13812         * shell/ev-application.c: (ev_application_open):
13813         * shell/ev-window.c: (ev_window_open):
13814
13815         Open gzipped ps documents
13816
13817 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13818
13819         * TODO:
13820         * shell/ev-view.c: (set_document_page):
13821
13822         Clamp page number, dont try to move to
13823         not existant pages.
13824
13825 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13826
13827         * backend/ev-document-find.c: (ev_document_find_changed):
13828         * backend/ev-document-find.h:
13829         * pdf/xpdf/pdf-document.cc:
13830         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13831         * shell/ev-window.c: (find_bar_search_changed_cb):
13832
13833         Fix several bugs with find
13834
13835 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13836
13837         * shell/ev-sidebar-thumbnails.c
13838         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13839         document. Prevents warning from scroll_to_cell.
13840
13841 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13842
13843         * configure.ac: Add «nb» to ALL_LINGUAS too.
13844
13845 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13846
13847         * NOTES: New file with some random thoughts.
13848
13849         * TODO: Update.
13850
13851         * backend/ev-document-misc.c:
13852         (ev_document_misc_get_page_border_size): New function to
13853         canonicalize shadow drawing sizes.  Possibly goofy.
13854
13855         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13856         (ev_view_best_fit), (ev_view_fit_width):
13857         * pdf/xpdf/pdf-document.cc:
13858         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13859         * ps/ps-document.c: (ps_document_get_page_size):
13860         * backend/ev-document-misc.h:
13861         * backend/ev-document.c: (ev_document_get_page_size):
13862         * backend/ev-document.h: get_page_size now takes a page number
13863         parameter.  Made all the backends/frontends honor it.
13864
13865         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13866         see.  Doesn't work yet.
13867
13868         * shell/Makefile.am:
13869         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13870         Doesn't do anything yet.
13871
13872         * shell/ev-sidebar-thumbnails.c:
13873         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13874         [0..n_pages-1]
13875
13876         * shell/ev-window.c: (update_action_sensitivity),
13877         (ev_window_setup_document), (ev_window_set_page_mode),
13878         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13879         view-swapping code a bit so we can have multiple views on a
13880         document.  Add the multi-page view, though it can't be turned on
13881         yet.
13882
13883 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13884
13885         * shell/ev-application.c: (ev_application_open):
13886         * shell/ev-view.c: (expose_bin_window):
13887         * shell/ev-window.c: (ev_window_open):
13888
13889         Support eps and check document supports find
13890         before drawing highlightings in expose.
13891
13892 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13893
13894         * pixbuf/pixbuf-document.c:
13895         (pixbuf_document_thumbnails_get_dimensions),
13896         (pixbuf_document_document_thumbnails_iface_init):
13897
13898         implement get_dimensions
13899
13900 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13901
13902         * NEWS:
13903         * configure.ac:
13904
13905         Release 0.1.2
13906
13907 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * shell/ev-view.c: (set_document_page):
13910
13911         Scroll at the top of the page when changing page
13912
13913 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13914
13915         * shell/ev-view.c: (ev_view_motion_notify_event):
13916
13917         Do not redraw unnecessarily
13918
13919 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13920
13921         * pdf/xpdf/pdf-document.cc:
13922         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13923         (expose_bin_window), (find_changed_cb):
13924
13925         Yay! find works now... Now to find bugs...
13926
13927 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13928
13929         * backend/ev-document-find.c: (ev_document_find_base_init),
13930         (ev_document_find_changed):
13931         * backend/ev-document-find.h:
13932         * pdf/xpdf/pdf-document.cc:
13933         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13934         (expose_bin_window), (ev_view_init), (set_document_page),
13935         (ensure_rectangle_is_visible), (jump_to_find_result),
13936         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13937         (ev_view_find_next), (ev_view_find_previous):
13938         * shell/ev-view.h:
13939         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13940
13941         More work on find implementation, mostly there now
13942
13943 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13944
13945         * backend/ev-backend-marshalers.list:
13946         * backend/ev-document-find.c: (ev_document_find_base_init),
13947         (ev_document_find_cancel), (ev_document_find_page_has_results),
13948         (ev_document_find_get_n_results), (ev_document_find_get_result),
13949         (ev_document_find_get_progress), (ev_document_find_changed):
13950         * backend/ev-document-find.h:
13951
13952         Enanche the find interface to be really able to do
13953         multi page find.
13954
13955         * pdf/xpdf/pdf-document.cc:
13956
13957         Implement
13958
13959         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13960         (expose_bin_window), (ev_view_init),
13961         (ev_view_get_find_status_message), (find_changed_cb),
13962         (ev_view_set_document), (set_document_page):
13963
13964         Adapt to the new interface. A few things are regressed sorry,
13965         I will finish it soon.
13966
13967 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13968
13969         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13970         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13971         ev_sidebar_thumbnails_parent_class variable, don't define another
13972         parent_class variable.
13973
13974         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13975         (ev_page_action_class_init): ditto.
13976
13977         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13978         (pixbuf_document_class_init): ditto.
13979
13980         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13981         ditto.
13982
13983         * .cvsignore: ignore various valgrind output files.
13984
13985 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13986
13987         * data/evince-ui.xml:
13988         * shell/Makefile.am:
13989         * shell/ev-history.c:
13990         * shell/ev-history.h:
13991         * shell/ev-navigation-action.c:
13992         * shell/ev-navigation-action.h:
13993         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13994         (ev_view_set_page), (ev_view_fit_width):
13995         * shell/ev-view.h:
13996         * shell/ev-window.c: (update_action_sensitivity),
13997         (ev_window_setup_document), (register_custom_actions):
13998
13999         Kill session history
14000
14001 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14002
14003         * shell/ev-window.c: (update_action_sensitivity):
14004
14005         Fix inverted up/down buttons
14006
14007 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14008
14009         * shell/ev-sidebar-thumbnails.c
14010         (ev_sidebar_thumbnails_select_page): make sure the selected
14011         thumbnail stays visible.
14012
14013 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14014
14015         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14016         scrolled window for Federico.
14017
14018 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14019
14020         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14021
14022 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14023
14024         * configure.ac:
14025         * pdf/splash/SplashFTFontEngine.cc:
14026
14027         Fix CID fonts with freetype 2.1.9
14028
14029 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14030
14031         * TODO: added item for desktop icon thumbnailer
14032
14033 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14034
14035         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14036         unloaded docs when the title is accessed.
14037
14038         * shell/ev-password-view.[hc]: New widget for displaying password
14039         state.
14040
14041         * shell/ev-window.[ch]: Refactor password handling code to handle
14042         the new view.
14043
14044 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14045
14046         * NEWS:
14047         * configure.ac:
14048         * data/Makefile.am:
14049
14050         Release 0.1.1
14051
14052 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14053
14054         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14055         ignore page offset here, to make search results independent of it,
14056
14057         * shell/ev-view.c (expose_bin_window): but take offsets into
14058         account here. Bug #164932
14059
14060         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14061         scale at the right time. Bug #164996
14062
14063 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14064
14065         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14066         fix the problem. Now I just removed the Adobe font names and hope
14067         that the URW fonts are always in outline format. Bug #164934
14068
14069         * shell/ev-window.c (update_window_title): empty titles are
14070         useless, use filename in that case too.
14071
14072         * NEWS: Add some content.
14073
14074 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14075
14076         * TODO: added one more TODO item and a TODONE section :)
14077
14078 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14079
14080         * ps/ps-document.h: add page_[xy]_offset fields.
14081
14082         * ps/ps-document.c (ps_document_set_page_offset)
14083         (ps_document_render): Keep offset in consideration in a few
14084         places. Bug #164752 "postscript documents are not centered in
14085         window"
14086
14087         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14088         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14089
14090         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14091         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14092         stub out missing methods for complete EvDocument implementation.
14093         Fixes segfaults with Save A Copy and Copy actions.
14094
14095         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14096         (ps_document_document_iface_init): ditto.
14097         
14098 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * data/.cvsignore:
14101         * data/Makefile.am:
14102         * data/evince.desktop.in:
14103
14104         Add desktop file
14105
14106 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * shell/ev-view.c: (ev_view_button_press_event),
14109         (ev_view_motion_notify_event):
14110
14111         Make selection work in any direction
14112
14113 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14114
14115         * TODO:
14116         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14117
14118         Use shorter labels for some of the toolbars items
14119
14120 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * pdf/xpdf/pdf-document.cc:
14123
14124         Check the links info is initialized before
14125         using it. Should fix a crash on startup.
14126
14127 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14128
14129         * pixbuf/pixbuf-document.c
14130         (pixbuf_document_thumbnails_get_dimensions): force floating point
14131         division to calculate page_ratio. Fixes crash with landscape
14132         format pixbufs.
14133
14134 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14135
14136         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14137
14138 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14139
14140         * shell/ev-view.c (set_document_page): unset has_selection when
14141         the page changes.
14142         (set_document_page): handle paper size changes when the page
14143         changes (test with Free Culture, page 2).
14144
14145 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14148         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14149
14150         Use normal style color for the widget background and
14151         draw a black box around the page.
14152
14153 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14154
14155         * pdf/xpdf/pdf-document.cc:
14156
14157         Keep offset in consideration in a few places
14158
14159         * shell/ev-view.c: (expose_bin_window):
14160
14161         Set the offsets so that the document is ever centered
14162
14163 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14164
14165         * TODO: Added TODO items and finished off the first todo item
14166
14167         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14168         reflect current authors
14169
14170 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14171
14172         * pdf/xpdf/pdf-document.cc:
14173         * shell/ev-view.c: (ev_view_set_cursor),
14174         (ev_view_motion_notify_event), (document_changed_callback),
14175         (set_document_page):
14176
14177         Show a wait cursor while the page is rendering
14178
14179 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14180
14181         * shell/ev-sidebar-thumbnails.c:
14182         (ev_sidebar_tree_selection_changed),
14183         (ev_sidebar_thumbnails_select_page):
14184         * shell/ev-sidebar-thumbnails.h:
14185         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14186         (ev_view_can_go_forward):
14187         * shell/ev-window.c: (ev_window_open_page),
14188         (ev_window_setup_document), (update_current_page),
14189         (view_page_changed_cb), (ev_window_init):
14190         * shell/ev-window.h:
14191
14192         Ensure thumbnails selection, toolbar page control and
14193         current page are in sync.
14194
14195 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14196
14197         * pdf/xpdf/XRef.cc:
14198
14199         Fix CAN-2005-0064
14200
14201 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14202
14203         * backend/Makefile.am:
14204         * backend/ev-document-links.h:
14205         * backend/ev-document-security.c: (ev_document_security_get_type),
14206         (ev_document_security_has_document_security),
14207         (ev_document_security_set_password):
14208         * backend/ev-document-security.h:
14209         * backend/ev-document.c: (ev_document_error_quark):
14210         * backend/ev-document.h:
14211         * data/Makefile.am:
14212         * data/evince-password.glade:
14213         * pdf/xpdf/pdf-document.cc:
14214         * shell/Makefile.am:
14215         * shell/ev-password.c: (ev_password_set_bad_password_label),
14216         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14217         (ev_password_dialog_get_password),
14218         (ev_password_dialog_set_bad_pass):
14219         * shell/ev-password.h:
14220         * shell/ev-window.c: (ev_window_get_attribute),
14221         (ev_window_set_property), (update_action_sensitivity),
14222         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14223         (ev_window_setup_document), (ev_window_get_password),
14224         (ev_window_open), (ev_window_cmd_save_as),
14225         (using_postscript_printer), (ev_window_print),
14226         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14227         (update_fullscreen_popup), (ev_window_fullscreen),
14228         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14229         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14230         (menu_item_select_cb), (find_bar_search_changed_cb),
14231         (ev_window_dispose), (ev_window_init):
14232
14233         Add initial support for password-supported dialogs.  This could be
14234         a lot cooler, but it'll do for now.
14235
14236 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14237
14238         * pdf/xpdf/pdf-document.cc:
14239         * shell/ev-view.c: (status_message_from_link),
14240         (ev_view_set_status), (ev_view_set_cursor),
14241         (ev_view_motion_notify_event), (ev_view_init):
14242         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14243
14244         Fix bugs in the links implementation and change cursor
14245         when hovering a link.
14246
14247 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14248
14249         * viewer/.cvsignore: added cvsignore file for viewer directory
14250
14251         * TODO: created TODO document
14252
14253 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14254
14255         * shell/ev-view.h:
14256         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14257         new functions to help with implementation of sensitivity code
14258         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14259         of all actions that might require it.  Fixes a crash when you
14260         click on the Zoom actions in a window lacking a document.
14261
14262 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14263
14264         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14265         of the Find action
14266
14267 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14268
14269         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14270         (pixbuf_document_document_iface_init):
14271         * ps/ps-document.c: (ps_document_get_link),
14272         (ps_document_document_iface_init):
14273         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14274         (status_message_from_link), (ev_view_set_status),
14275         (ev_view_set_find_status), (ev_view_motion_notify_event),
14276         (ev_view_button_release_event), (ev_view_set_property),
14277         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14278         (ev_view_get_find_status_message), (update_find_results),
14279         (ev_view_get_status), (ev_view_get_find_status):
14280         * shell/ev-view.h:
14281         * shell/ev-window.c: (view_status_changed_cb),
14282         (view_find_status_changed_cb), (ev_window_init):
14283
14284         View status message support, use it to show the links.
14285         Needs work...
14286
14287 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14288
14289         * backend/ev-document.c: (ev_document_get_link):
14290         * backend/ev-document.h:
14291         * pdf/xpdf/pdf-document.cc:
14292         * shell/ev-application.c: (ev_application_open):
14293         * shell/ev-application.h:
14294         * shell/ev-sidebar-links.c: (selection_changed_cb):
14295         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14296         (ev_view_go_to_link):
14297
14298         Add support for document links
14299
14300 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14301
14302         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14303         (create_tool_item):
14304         Set the spin button limits correctly.
14305         
14306         * shell/ev-sidebar-thumbnails.c:
14307         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14308         Support changing pages by clicking on the thumbnails.
14309         
14310 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14311
14312         * pixbuf/pixbuf-document.c:
14313         (pixbuf_document_thumbnails_get_dimensions),
14314         (pixbuf_document_document_thumbnails_iface_init):
14315
14316         implement get_dimensions
14317
14318 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * ps/ps-document.c: (ps_document_goto_page):
14321
14322         Fix page switching on multipage documents
14323
14324 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14325
14326         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14327         
14328         check for NULL before assigning to width and height parameters
14329
14330 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14331
14332         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14333         (pixbuf_document_set_property), (pixbuf_document_get_property):
14334
14335         implement get/set properties
14336
14337 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14338
14339         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14340         
14341         return NULL instead of "Unknown", letting the title get set to
14342         the filename when the pdf has no title.
14343
14344 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14345
14346         * ps/ps-document.c: (ps_document_get_page_count),
14347         (ps_document_goto_page):
14348
14349 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14350
14351         * shell/ev-history.c: (ev_history_get_property),
14352         (ev_history_set_property), (ev_history_class_init),
14353         (ev_history_add_page), (ev_history_set_current_index):
14354         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14355         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14356         (ev_navigation_action_finalize):
14357         * shell/ev-navigation-action.h:
14358         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14359         (ev_view_go_forward), (ev_view_get_find_status_message),
14360         (history_index_changed_cb), (ev_view_set_history):
14361         * shell/ev-view.h:
14362         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14363         (update_current_page), (register_custom_actions):
14364
14365         Implement history dropdowns
14366
14367 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14368
14369         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14370         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14371         (ev_view_go_forward):
14372         * shell/ev-window.c: (register_custom_actions):
14373
14374         Fix several history bugs
14375
14376 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14377
14378         * configure.ac: Add «nb» to ALL_LINGUAS.
14379
14380 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14381
14382         * backend/Makefile.am:
14383         * backend/ev-bookmark.c:
14384         * backend/ev-bookmark.h:
14385         * backend/ev-document-bookmarks.c:
14386         * backend/ev-document-bookmarks.h:
14387         * backend/ev-document-links.c: (ev_document_links_get_type),
14388         (ev_document_links_has_document_links),
14389         (ev_document_links_begin_read), (ev_document_links_get_link),
14390         (ev_document_links_get_child), (ev_document_links_next),
14391         (ev_document_links_free_iter):
14392         * backend/ev-document-links.h:
14393         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14394         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14395         (ev_link_get_link_type), (ev_link_set_link_type),
14396         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14397         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14398         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14399         (ev_link_new_external):
14400         * backend/ev-link.h:
14401         * pdf/xpdf/pdf-document.cc:
14402         * shell/Makefile.am:
14403         * shell/ev-application.c: (ev_application_open_link):
14404         * shell/ev-application.h:
14405         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14406         (ev_history_get_link_nth):
14407         * shell/ev-history.h:
14408         * shell/ev-sidebar-bookmarks.c:
14409         * shell/ev-sidebar-bookmarks.h:
14410         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14411         (ev_sidebar_links_class_init), (selection_changed_cb),
14412         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14413         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14414         (do_one_iteration), (populate_links_idle),
14415         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14416         * shell/ev-sidebar-links.h:
14417         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14418         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14419         (go_to_index):
14420         * shell/ev-view.h:
14421         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14422         * shell/ev-window.h:
14423
14424         Rename bookmark to link, and use "Index" for the sidebar panel.
14425
14426 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14427
14428         * shell/Makefile.am:
14429         * shell/ev-application.c: (ev_application_open_bookmark):
14430         * shell/ev-application.h:
14431         * shell/ev-history.c: (ev_history_init), (free_links_list),
14432         (ev_history_finalize), (ev_history_class_init),
14433         (ev_history_add_link), (ev_history_add_page),
14434         (ev_history_get_link_nth), (ev_history_get_n_links),
14435         (ev_history_get_current_index), (ev_history_set_current_index),
14436         (ev_history_new):
14437         * shell/ev-history.h:
14438         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14439         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14440         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14441         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14442         (ev_view_set_page):
14443         * shell/ev-view.h:
14444         * shell/ev-window.c: (ev_window_open_bookmark),
14445         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14446         (goto_page_cb), (register_custom_actions):
14447         * shell/ev-window.h:
14448
14449         Initial history implementation. Needs work.
14450
14451 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14452
14453         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14454
14455 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14456
14457         * cut-n-paste/recent-files/egg-recent-item.c:
14458         * cut-n-paste/recent-files/egg-recent-item.h:
14459         * cut-n-paste/recent-files/egg-recent-model.c:
14460         * cut-n-paste/recent-files/egg-recent-util.c:
14461         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14462         * cut-n-paste/recent-files/egg-recent-view.c:
14463
14464         Update
14465
14466 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14467
14468         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14469         (fillGlyph, fillImageMask, drawImage):
14470         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14471         pdf/splash/SplashTypes.h:
14472         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14473         packed mode for Splash.
14474
14475         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14476         RGB8 packed mode, eliminates the pixbuf data creation loop.
14477
14478         * shell/ev-print-job.c (ev_print_job_finalize)
14479         (ev_print_job_set_property, ev_print_job_get_property)
14480         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14481         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14482         (print_closure_finalize, ev_print_job_print): implement
14483         printing (for backends with EvPsExporter)
14484
14485         * shell/ev_print_job.h: update prototypes.
14486
14487         * shell/ev-window.c (ev_window_print): unref print job after
14488         printing.
14489
14490         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14491         unless the document implements the EvDocumentFind interface.
14492
14493 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14494
14495         * configure.ac: Added ja to ALL_LINGUAS.
14496
14497 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14498
14499         * pdf/xpdf/pdf-document.cc:
14500
14501         add a FIXME. We should probably not allocate
14502         a bookmark object every time
14503
14504 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14505
14506         * shell/ev-application.c: (ev_application_open),
14507         (ev_application_open_bookmark):
14508         * shell/ev-application.h:
14509         
14510         Add a way to open bookmarks
14511
14512         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14513         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14514         (ev_bookmark_set_property), (ev_bookmark_class_init),
14515         (ev_bookmark_new_title), (ev_bookmark_new_link),
14516         (ev_bookmark_new_external):
14517
14518         Support for external uris, better constructors.
14519
14520         * backend/ev-bookmark.h:
14521         * pdf/xpdf/pdf-document.cc:
14522         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14523
14524         Handle external uris
14525
14526 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14527
14528         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14529         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14530
14531         Hook up bookmarks navigation
14532
14533 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14534
14535         * backend/Makefile.am:
14536         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14537         (ev_bookmark_get_title), (ev_bookmark_set_title),
14538         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14539         (ev_bookmark_get_page), (ev_bookmark_set_page),
14540         (ev_bookmark_get_property), (ev_bookmark_set_property),
14541         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14542         (ev_bookmark_new):
14543         * backend/ev-bookmark.h:
14544         * backend/ev-document-bookmarks.c:
14545         (ev_document_bookmarks_get_bookmark):
14546         * backend/ev-document-bookmarks.h:
14547         * pdf/xpdf/pdf-document.cc:
14548         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14549
14550         Add a bookmark object to the backend and use it instead of get_values
14551
14552 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14553
14554         * data/evince-ui.xml:
14555
14556         Cleanup and add select all.
14557
14558         * shell/ev-view.c: (ev_view_select_all),
14559         (ev_view_button_press_event):
14560         * shell/ev-view.h:
14561         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14562
14563         Add select all.
14564         Clear selection on click.
14565
14566 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14567
14568         * shell/ev-sidebar-thumbnails.c
14569         (ev_sidebar_thumbnails_set_document): forgot to unref the
14570         loading_icon.
14571
14572 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14573
14574         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14575         at the visible page, not just linearly.  This makes it look fast.
14576
14577 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14578
14579         * backend/ev-document-misc.c
14580         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14581         white.
14582         * backend/ev-document-thumbnails.h: New interface to get the size
14583         of a page.
14584
14585 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14586
14587         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14588         make dist works
14589
14590 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14591
14592         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14593         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14594         things up a bit.
14595
14596         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14597
14598 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14599
14600         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14601         fonts. Should fix font problems on systems that have the base
14602         fonts in bitmap format. Reported by James Henstridge
14603         <james@jamesh.id.au>.
14604
14605 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14606
14607         * pdf/xpdf/Gfx.cc:
14608         * pdf/xpdf/GfxState.cc:
14609
14610         Fix for CAN-2004-1125
14611
14612 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14613
14614         * shell/ev-view.c: (ev_view_copy):
14615         * shell/ev-view.h:
14616         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14617
14618         Implement Edit->Copy
14619
14620 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14621
14622         * backend/ev-document.c: (ev_document_get_text):
14623         * backend/ev-document.h:
14624         * pdf/xpdf/pdf-document.cc:
14625         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14626         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14627         (ev_view_update_primary_selection), (ev_view_button_press_event),
14628         (ev_view_motion_notify_event), (ev_view_button_release_event):
14629
14630         Beginnings of clipboard support. Incomplete but primary sort
14631         of work.
14632
14633 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14634
14635         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14636         (expose_bin_window):
14637
14638         Nicer rubberband drawing, from GtkIconView.
14639
14640 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14641
14642         * backend/ev-document.c: (ev_document_save):
14643         * backend/ev-document.h:
14644         * data/evince-ui.xml:
14645         * pdf/xpdf/pdf-document.cc:
14646         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14647
14648         Implement "Save a copy..." menu item
14649
14650 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14651
14652         * shell/ev-view.c: (ev_view_zoom):
14653
14654         Queue a resize when zoom changes
14655
14656 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14657
14658         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14659         shadows.
14660
14661         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14662         thumbnails..
14663
14664 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14665
14666         * pdf/xpdf/pdf-document.cc
14667         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14668
14669 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14670
14671         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14672         It's slow, but I'll speed it up next!
14673
14674 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14675
14676         * shell/main.c (load_files):
14677
14678         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14679         from the command line and because it seems more appropriate.
14680
14681 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14682
14683         * data/evince-ui.xml:
14684         * shell/ev-window.c: (update_action_sensitivity),
14685         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14686
14687         s/next page/page down
14688         s/previous page/page up
14689
14690 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14691
14692         * data/evince-ui.xml:
14693
14694         Change the layout to match clarkbw design.
14695
14696         * shell/Makefile.am:
14697         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14698         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14699         (ev_navigation_action_finalize),
14700         (ev_navigation_action_set_property),
14701         (ev_navigation_action_get_property),
14702         (ev_navigation_action_class_init):
14703         * shell/ev-navigation-action.h:
14704
14705         Implement clarkbw toolbar navigation controls (incomplete)
14706
14707         * shell/ev-page-action.c: (update_label), (update_spin),
14708         (value_changed_cb), (create_tool_item), (connect_proxy),
14709         (ev_page_action_init), (ev_page_action_finalize),
14710         (ev_page_action_set_property), (ev_page_action_get_property),
14711         (ev_page_action_set_current_page),
14712         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14713         * shell/ev-page-action.h:
14714
14715         Implement a page switcher in the toolbar
14716
14717         * shell/ev-view.c: (ev_view_scroll_view):
14718         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14719         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14720         (register_custom_actions), (ev_window_init):
14721
14722         Change page on PageUp/Down.
14723
14724 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14725
14726         * pdf/xpdf/pdf-document.cc
14727         (pdf_document_thumbnails_get_thumbnail): initial stab at
14728         implementing thumbnail support for pdfs.  It only does documents
14729         with precached pdfs now.
14730
14731 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14732
14733         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14734         thumbnail code into a time-based idle as well.  Also, turn off the
14735         shadow temporarily as it's really slow.
14736
14737 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14738
14739         * backend/ev-document.c: (ev_document_class_init):
14740         * pdf/xpdf/pdf-document.cc:
14741         * shell/ev-window.c: (ev_window_open):
14742
14743         Fix document title bugs and fallback to
14744         filename when not available.
14745
14746 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14747
14748         * backend/ev-document.c: (ev_document_get_type),
14749         (ev_document_class_init), (ev_document_load),
14750         (ev_document_get_title):
14751         * backend/ev-document.h:
14752         * pdf/xpdf/pdf-document.cc:
14753         * ps/ps-document.c: (ps_document_set_property),
14754         (ps_document_get_property), (ps_document_class_init),
14755         (document_load):
14756         * ps/ps-document.h:
14757         * ps/ps.h:
14758         * shell/ev-window.c: (update_window_title), (ev_window_open),
14759         (ev_window_init):
14760
14761         Initial support for document title. Not working yet.
14762
14763 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14764
14765         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14766
14767         Grab focus on the view when clicking it
14768
14769 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14770
14771         * shell/ev-marshal.list:
14772         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14773         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14774
14775         Add key bindings to the view. Now if the focus would work
14776         right...
14777
14778 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14779
14780         * Makefile.am:
14781         * backend/Makefile.am:
14782         * data/Makefile.am:
14783         * dvi/Makefile.am:
14784         * dvi/dvilib/Makefile.am:
14785         * pdf/xpdf/Makefile.am:
14786         * po/POTFILES.in:
14787         * ps/Makefile.am:
14788
14789         Fix distcheck
14790
14791 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14792
14793         * shell/ev-view.c: (ev_view_realize):
14794
14795         Fix mouse wheel scrolling
14796
14797 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14798
14799         * ps/Makefile.am:
14800         * ps/gstypes.h:
14801         * ps/gtkgs.c:
14802         * ps/gtkgs.h:
14803         * ps/ps-document.c: (catchPipe), (ps_document_init),
14804         (ps_document_class_init), (ps_document_cleanup),
14805         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14806         (set_up_page), (close_pipe), (is_interpreter_ready),
14807         (interpreter_failed), (output), (input), (start_interpreter),
14808         (stop_interpreter), (file_length), (file_readable),
14809         (check_filecompressed), (check_pdf), (compute_xdpi),
14810         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14811         (ps_document_get_type), (ps_document_emit_error_msg),
14812         (document_load), (ps_document_next_page),
14813         (ps_document_get_current_page), (ps_document_get_page_count),
14814         (ps_document_goto_page), (ps_document_set_page_size),
14815         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14816         (ps_document_load), (ps_document_get_n_pages),
14817         (ps_document_set_page), (ps_document_get_page),
14818         (ps_document_widget_event), (ps_document_set_target),
14819         (ps_document_set_scale), (ps_document_set_page_offset),
14820         (ps_document_get_page_size), (ps_document_render),
14821         (ps_document_document_iface_init):
14822         * ps/ps-document.h:
14823         * ps/ps.c:
14824         * shell/ev-window.c: (ev_window_open):
14825
14826         Rename GtkGS to PSDocument
14827
14828 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14829
14830         * ps/gtkgs.c: (gtk_gs_class_init):
14831         * ps/gtkgs.h:
14832
14833         Some more leftover...
14834
14835 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14836
14837         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14838         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14839         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14840         * ps/gtkgs.h:
14841
14842         Remove unused code and make a lot of stuff private
14843
14844 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14845
14846         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14847         (gtk_gs_defaults_changed):
14848         * ps/gsdefaults.h:
14849         * ps/gtkgs.c:
14850         * ps/gtkgs.h:
14851         * ps/ps.h:
14852
14853         Cleanup headers dependencies
14854
14855 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14856
14857         * ps/Makefile.am:
14858         * ps/ggvutils.c:
14859         * ps/ggvutils.h:
14860         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14861         * ps/gsdefaults.h:
14862         * ps/gtkgs.c: (file_length), (file_readable),
14863         (check_filecompressed), (check_pdf), (gtk_gs_load),
14864         (gtk_gs_get_postscript):
14865
14866         Get rid of ggvutils
14867
14868 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14869
14870         * ps/ggvutils.c:
14871         * ps/ggvutils.h:
14872         * ps/gsio.h:
14873         * ps/gtkgs.c: (gtk_gs_set_zoom):
14874
14875         Cleanups
14876
14877 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14878
14879         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14880
14881         Ensure the page is rerendered when changing zoom
14882
14883 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14884
14885         * backend/ev-document.c: (ev_document_base_init),
14886         (ev_document_changed):
14887         * backend/ev-document.h:
14888
14889         Add a changed event that is emitted when the page content
14890         changes. This is necessary to deal with the fact that
14891         in ps backend rendering happen asycrounously.
14892         This makes the ps backend mostly work.
14893
14894         * pdf/xpdf/pdf-document.cc:
14895
14896         Emit changed event
14897
14898         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14899         (ps_document_set_target):
14900
14901         Emit changed event
14902
14903         * shell/ev-view.c: (document_changed_callback),
14904         (ev_view_set_document), (ev_view_set_page):
14905
14906         Redraw on the changed signal
14907
14908 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14909
14910         * configure.ac: Added pt_BR to ALL_LINGUAS.
14911
14912 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14913
14914         * backend/ev-document-bookmarks.c:
14915         (ev_document_bookmarks_get_child): *
14916         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14917         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14918         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14919         (ev_sidebar_bookmarks_destroy),
14920         (ev_sidebar_bookmarks_class_init),
14921         (ev_sidebar_bookmarks_construct), (stack_data_free),
14922         (do_one_iteration), (populate_bookmarks_idle),
14923         (ev_sidebar_bookmarks_clear_document),
14924         (ev_sidebar_bookmarks_set_document): *
14925         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14926         (ev_sidebar_add_page),
14927         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14928         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14929         it displays both the topics and the page numbers.
14930
14931 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14932
14933         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14934         toggle.
14935         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14936         visible.
14937
14938 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14939
14940         * configure.ac: Added en_CA to ALL_LINGUAS.
14941
14942 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14943
14944         * ChangeLog: replace bottom of this ChangeLog (merged history of
14945         ggv and gpdf; where all paths were wrong and most of the files are
14946         not even in this tree) with ChangeLog (from arch) of the shell
14947         code.
14948
14949 2004-12-23  Havoc Pennington  <hp@redhat.com>
14950
14951         * shell/ev-window.c: hook up potentially-questionable "find
14952         results status text" feature - something involving the sidebar or
14953         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14954         might be better in the end.
14955
14956         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14957         with corresponding signal when it should be updated
14958
14959         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14960
14961 2004-12-22  Havoc Pennington  <hp@redhat.com>
14962
14963         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14964         find stuff on other pages, sort of (only returns one result on
14965         invisible pages, to show they have results; updates full results
14966         for a page when you view it). Currently repaints the current page
14967         every time a new result is found on any page, which isn't so nice.
14968
14969 2004-12-22  Havoc Pennington  <hp@redhat.com>
14970
14971         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14972         the document doesn't support find (better ideas?)
14973         (find_bar_search_changed_cb): handle missing document or document
14974         that doesn't support find
14975
14976         * pdf/xpdf/pdf-document.cc: port to implement the new
14977         EvDocumentFindIface
14978
14979         * backend/ev-document-find.c: create a new interface for searching
14980
14981         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14982
14983 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14984
14985         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14986         libevbackend.la.
14987
14988         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14989         EvPrintJob constructor arguments.
14990
14991         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14992         for documents that can export PostScript (page by page).
14993
14994         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14995         
14996         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14997         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14998         (pdf_document_ps_exporter_iface_init:
14999         Implement EvPSExporter.
15000
15001         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15002
15003 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15004
15005         * backend/Makefile.am:
15006         * backend/ev-document-thumbnails.c:
15007         (ev_document_thumbnails_get_type),
15008         (ev_document_thumbnails_get_thumbnail):
15009         * backend/ev-document-thumbnails.h:
15010         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15011         (pixbuf_document_thumbnails_get_thumbnail),
15012         (pixbuf_document_document_thumbnails_iface_init):
15013         * shell/Makefile.am:
15014         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15015         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15016         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15017         * shell/ev-sidebar-thumbnails.h:
15018         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15019         (ev_sidebar_set_document):
15020         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15021         (create_shadow), (ev_pixbuf_add_shadow):
15022         * shell/ev-utils.h:
15023         Add thumbnail support.
15024         
15025 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15026
15027         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15028         (using_postscript_printer): Set up a print dialog for "PostScript
15029         injection" method.
15030
15031         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15032         EvPrintJob.
15033
15034         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15035
15036 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15037
15038         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15039         (ps_document_set_target), (ps_document_get_page_size),
15040         (ps_document_render):
15041         * ps/gtkgs.h:
15042
15043         Fix a few bugs
15044
15045 2004-12-22  Christian Rose  <menthos@menthos.com>
15046
15047         * configure.ac: Added "sv" to ALL_LINGUAS.
15048
15049 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15050
15051         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15052         document supports bookmarks.
15053
15054 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15055
15056         * ps/ggvutils.c: (ggv_file_readable):
15057         * ps/ggvutils.h:
15058         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15059         (gtk_gs_get_postscript):
15060
15061         Remove unused utils
15062
15063 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15064
15065         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15066         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15067         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15068         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15069         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15070         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15071         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15072         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15073         (gtk_gs_set_antialiasing), (ps_document_load),
15074         (ps_document_render):
15075         * ps/gtkgs.h:
15076
15077         Another check point for the ps backend. Now I can get it to show
15078         pages!
15079
15080 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15081
15082         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15083         document setting code.
15084
15085 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15086
15087         * shell/eggfindbar.c: (entry_activate_callback):
15088         Animate the next button when activate is pressed.
15089         
15090 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15091
15092         * shell/ev-window.c: (ev_window_cmd_edit_find),
15093         (update_fullscreen_popup), (ev_window_fullscreen),
15094         (ev_window_unfullscreen), (ev_window_state_event_cb),
15095         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15096         Fix bugs in fullscreen code.
15097         
15098 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15099
15100         * Makefile.am:
15101         * configure.ac:
15102         * pixbuf/Makefile.am:
15103         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15104         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15105         (pixbuf_document_set_page), (pixbuf_document_get_page),
15106         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15107         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15108         (pixbuf_document_render), (pixbuf_document_begin_find),
15109         (pixbuf_document_end_find), (pixbuf_document_finalize),
15110         (pixbuf_document_class_init),
15111         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15112         * pixbuf/pixbuf-document.h:
15113         * shell/Makefile.am:
15114         * shell/ev-application.c: (ev_application_open):
15115         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15116         (ev_window_open):
15117         Add pixbuf backend.
15118         
15119 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15120
15121         * Makefile.am: 
15122         * dvi/dvilib/Makefile.am:
15123         * dvi/Makefile.am:
15124         * configure.ac: Auto*ify dvi and dvi/dvilib
15125
15126         * dvi/Makefile: Remove from CVS
15127         
15128         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15129         confusion.
15130
15131         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15132         
15133         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15134         
15135 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15136
15137         * ps/Makefile.am:
15138         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15139         (gtk_gs_value_adjustment_changed), (compute_size),
15140         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15141         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15142         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15143         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15144         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15145         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15146         (ps_document_load), (ps_document_get_n_pages),
15147         (ps_document_set_page), (ps_document_get_page),
15148         (ps_document_set_target), (ps_document_set_scale),
15149         (ps_document_set_page_offset), (ps_document_get_page_size),
15150         (ps_document_render), (ps_document_begin_find),
15151         (ps_document_end_find), (ps_document_document_iface_init):
15152         * ps/gtkgs.h:
15153         * shell/Makefile.am:
15154         * shell/ev-window.c: (ev_window_open):
15155
15156         Some work to integrate gtkgs with EvDocument
15157
15158 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15159
15160         * shell/ev-window.c: (update_fullscreen_popup),
15161         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15162         (exit_fullscreen_button_clicked_cb),
15163         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15164         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15165         (ev_window_state_event_cb), (ev_window_init):
15166         Add fullscreen support from Epiphany.
15167         
15168 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15169
15170         * data/ev-stock-zoom-fit-width.png: fit-width
15171         stock icon from gpdf.
15172         
15173         * shell/ev-stock-icons.[ch]: copied from gpdf.
15174         
15175         * shell/main.c: (main): init stock icons.
15176         
15177         * shell/ev-window.c: use the fit-width icon.
15178         
15179         * data/evince-ui.xml: add zooming toolbar items.
15180
15181 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15182
15183         * shell/ev-view.c: 
15184         (ev_view_best_fit), (ev_view_fit_width): because
15185         get_page_size() returns the scaled page size, we
15186         need to calculate the scale factor relative to
15187         the previous scale factor. Should really just
15188         add get_real_page_size().
15189
15190 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15191
15192         * shell/ev-view.[ch]:
15193         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15194         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15195         add zooming.
15196         
15197         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15198         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15199         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15200         hook it up.
15201         
15202         * pdf/xpdf/pdf-document.cc:
15203         (pdf_document_begin_find),
15204         (pdf_document_end_find): make static.
15205
15206 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15207
15208         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15209
15210         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15211         names to fontconfig patterns.
15212         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15213
15214         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15215         setupBaseFontsFc.
15216
15217 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15218
15219         * Makefile.am:
15220         * configure.ac:
15221         * ps/Makefile.am:
15222         * ps/ggvutils.c:
15223         * ps/ggvutils.h:
15224         * ps/gsdefaults.c:
15225         * ps/gsdefaults.h:
15226         * ps/gsio.c:
15227         * ps/gsio.h:
15228         * ps/gtkgs.c:
15229         * ps/gtkgs.h:
15230         * ps/ps.c:
15231         * ps/ps.h:
15232
15233         Import ggv backend. Not hooked up yet.
15234
15235 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15236
15237         * shell/main.c: (load_files), (main): load files
15238         from the command line.
15239
15240 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15241
15242         * configure.ac: don't require bonobo.
15243         
15244         * cut-n-paste/recent-files/*: kill bonobo recent
15245         view.
15246
15247         * shell/ev-window.c:
15248         (ev_window_is_empty): upd.
15249         (unable_to_load), (ev_window_open): load backend
15250         based on the mime type.
15251
15252 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15253
15254         * backend/.cvsignore: ignore generated marshalers source.
15255
15256         * shell/main.c (main): this is not epiphany.
15257
15258 2004-12-22  Havoc Pennington  <hp@redhat.com>
15259
15260         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15261         (expose_bin_window): draw find highlights
15262
15263         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15264         
15265         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15266         (pdf_document_end_find): implement this interface
15267
15268         * backend/ev-document.c (ev_document_found): add this to emit
15269         signal
15270
15271 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15272
15273         * data/evince-ui.xml: Add a few more toolbar items.
15274
15275         * shell/ev-window.c: Hook up page navigation toolbar 
15276         items.
15277
15278         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15279         a page-changed signal.
15280
15281         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15282         Add ev_document_get_page().
15283
15284         * shell/ev-window.c: Sensitize/desensitize navigation
15285         actions.
15286
15287 2004-12-21  Havoc Pennington  <hp@redhat.com>
15288
15289         * backend/ev-backend-marshal.c,
15290         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15291         marshaler-generator thingy. I'm sure there's a better way to do
15292         this in the modern world.
15293
15294         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15295         end_find methods and "found" signal.
15296
15297         * configure.ac: find glib-genmarshal
15298
15299 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15300
15301         * shell/ev-sidebar.c: Construct an actual sidebar.
15302         * shell/ev-sidebar-bookmarks.[ch]:
15303         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15304
15305 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15306
15307         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15308         Redo size handling.
15309         
15310         * shell/ev-view.c: Track the size from the document.
15311
15312 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15313
15314         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15315         constructor assumes ownership of the string passed in.
15316         
15317         * shell/ev-window.c (ev_window_open): Destroy the error
15318         dialog once we've displayed it.
15319
15320 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15321
15322         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15323         a bit, it works! (sort of)
15324
15325         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15326         Move to .cc since we need to use C++ in the implementation.
15327
15328         * shell/dummy.cc: Add a CC file to force evince
15329         to be linked as a C++ program.
15330
15331 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15332
15333         * shell/ev-view.[ch]: Start of content-area widget.
15334
15335         * shell/ev-window.c: Create a EvView, update it
15336         as we change documents.
15337
15338         * shell/Makefile.am shell/ev-marshal.list: Add
15339         generated marshalers.
15340
15341 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15342
15343         * Makefile.am (SUBDIRS): move shell.
15344
15345 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15346
15347         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15348         .a to libtool convenience libraries.
15349
15350         * shell/ev-window.c (ev_window_open): Hard code loading
15351         a PDF document.
15352         
15353         * backend/ev-document.h: Add a boolean return to load(),
15354         fix GError * to GError **.
15355
15356         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15357         object for a PDF backend EvDocument.
15358
15359 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15360
15361         * dvi/*: New directory with the beginning of a .dvi backend.
15362
15363 2004-12-21  Havoc Pennington  <hp@redhat.com>
15364
15365         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15366         previous/next instead of back/forward
15367
15368 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15369
15370         * backend/ev-document.[ch]: Fix a couple of problems so
15371         it compile.
15372
15373 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15374
15375         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15376         to backend/ directory, rename EvViewer to EvDocument.
15377
15378 2004-12-21  Havoc Pennington  <hp@redhat.com>
15379
15380         * shell/ev-window.c: hook up the find bar widget; now we just need
15381         a document to find things in
15382
15383         * shell/eggfindbar.c: a find bar widget
15384
15385 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15386
15387         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15388
15389 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15390
15391         * pdf/**: Import of xpdf code from gpdf. 
15392
15393         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15394
15395         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15396         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15397         Fix FreeType includes.
15398
15399         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15400         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15401         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15402         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15403         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15404         Include xpdfconfig.h
15405         
15406 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15407
15408         * shell/ev-window.c (ev_window_dispose): dispose can be called
15409         multiple times.
15410
15411 2004-12-21  Havoc Pennington  <hp@redhat.com>
15412
15413         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15414         rather than Evince
15415
15416         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15417         items; really they should be synced with the strings, etc. from
15418         current gpdf, but just getting the boring typing out of the way 
15419
15420 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15421
15422         * po/POTFILES.in:
15423         * shell/ev-application.c: (window_destroy_cb):
15424         * shell/ev-window.c:
15425         * shell/main.c: (main):
15426
15427         Actually show the window...
15428
15429 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15430
15431         * Makefile.am:
15432         * shell/Makefile.am:
15433         * shell/ev-application.c: (ev_application_class_init):
15434         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15435
15436         Make it build again
15437
15438 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15439
15440         Import to gnome cvs.
15441         
15442         * Remove copies of gpdf and ggv trees.
15443         * Rip out all the recursive configure code.
15444         * Remove bonobo machinery.
15445         * viewer/*: GInterfaces that backends should/can implement.
15446
15447 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15448
15449         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15450         typo
15451
15452 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15453
15454         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15455         (ev_application_finalize, ev_application_class_init)
15456         (ev_application_init): use GType instance private data for priv.
15457
15458         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15459         (ev_window_finalize, ev_window_class_init)
15460         (ev_window_init): ditto.
15461
15462 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15463
15464         * shell/ev-application.c (ev_application_new_window): make public
15465         (ev_application_show_initial_window): kill.
15466
15467         * shell/ev-application.h: update prototypes.
15468
15469         * shell/main.cc (main): inline ev_application_show_initial_window.
15470
15471 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15472
15473         * shell/ev-application.c (ev_application_new_window): impl.
15474         (ev_application_show_initial_window): use it.
15475         (is_window_empty, ev_application_get_empty_window): returns an
15476         existing empty window or a new one.
15477         (ev_application_open): from ev_window_cmd_file_open.
15478
15479         * shell/ev-application.h: update prototypes
15480
15481         * shell/ev-window.c (ev_window_is_empty): impl.
15482         (ev_window_open): make public.
15483         (ev_window_cmd_file_open): use ev_application_open
15484
15485         * shell/ev-window.h: update prototypes, remove unused.
15486
15487 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15488
15489         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15490         move destroy handler out of here...
15491
15492         * shell/ev-application.c, shell/ev-application.h: ...into this new
15493         class. Also handles initial window creation.
15494
15495         * shell/main.cc (main): use EvApplication to create initial
15496         window.
15497
15498 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15499
15500         * Makefile.am (SUBDIRS): add cut-n-paste
15501
15502         * cut-n-paste/Makefile.am: add
15503
15504         * configure.ac: generate Makefiles in cut-n-paste
15505
15506 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15507
15508         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15509         (ev_window_class_init): install ev_window_dispose.
15510
15511 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15512
15513         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15514         char (gchar looks stupid).
15515
15516 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15517
15518         * po/de.po: updated German translation.
15519
15520 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15521
15522         * configure.ac: add more pkg-config library checks for gnome-vfs,
15523         bonobo etc.
15524
15525         * gpdf/configure.in: temporarily disable libpaper
15526         checks. Otherwise I'd have to add the checks for the shell, too.
15527
15528 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15529
15530         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15531         and * file filters to the file choose.
15532
15533 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15534
15535         * po/de.po: Updated German translation.
15536
15537 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15538
15539         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15540
15541 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15542
15543         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15544
15545         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15546         (ev_window_init): implement those menuitems.
15547
15548 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15549
15550         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15551
15552         * shell/ev-window.c (ev_window_init): use the toolbar.
15553
15554 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15555
15556         * shell/ev-window.c (ev_window_init): use menu translations
15557
15558 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * configure.ac: add "de" to ALL_LINGUAS.
15561
15562         * po/de.po: add German translation.
15563
15564 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15565
15566         * Makefile.am (SUBDIRS): add po
15567
15568         * configure.ac: check intltool, glib-gettext etc, generate
15569         po/Makefile.in
15570
15571         * po, po/POTFILES.in, po/POTFILES.skip: new.
15572
15573 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15574
15575         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15576         already use (#ifdef ENABLE_NLS)
15577
15578         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15579         pointer indirection thinko.
15580
15581         * shell/main.c: include gi18n.h for bindtextdomain etc.
15582
15583 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15584
15585         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15586         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15587         tooltips for menu items in the statusbar.
15588
15589 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15590
15591         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15592         pkgdatadir drop UIDIR
15593
15594 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15595
15596         * data/evince-ui.xml: Add File->Open menu item
15597
15598         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15599         chooser), hook it up in the ui manager.
15600
15601 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15602
15603         * shell/ev-window.c: fix Help->About tooltip.
15604
15605 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15606
15607         * configure.ac: set CFLAGS for libevprivate.
15608
15609         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15610         definitions, factory etc.
15611
15612         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15613
15614         * shell/Makefile.am: link against libevprivate.a.
15615
15616         * shell/ev-window.c (entries): add stock icon to Help->About.
15617
15618         * shell/main.c (main): init stock icon code.
15619
15620 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15621
15622         * lib/recent-files: egg recent files code
15623
15624         * lib/Makefile.am: add.
15625
15626         * Makefile.am: add lib subdir.
15627
15628         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15629         set CFLAGS for recent-files.
15630
15631 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15632
15633         * configure.ac: disable -ansi and -pedantic gcc flags. They
15634         disable POSIX stuff in stdio.h, but egg-recent uses them.
15635
15636 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15637
15638         * configure.ac: add --disable-deprecated flag (defaults to on in
15639         "cvs" builds).
15640
15641         * shell/Makefile.am (INCLUDES): use it.
15642
15643 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15644
15645         * shell/main.c: add missing #include.
15646
15647         * shell/ev-window.c: fix for pedantic gcc.
15648         (ev_window_cmd_help_about): split license into paragraphs for
15649         translators and pedantic compilers.
15650
15651 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15652
15653         * configure.ac: add more warning flags if compiling with gcc from
15654         cvs (or explicitly requested with --enable-more-warnings).
15655
15656 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15657
15658         * data/evince-ui.xml: add File and File->Close menu.
15659
15660         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15661         (ev_window_destroy): quit after destroy.
15662         (ev_window_class_init): override GtkObject::destroy.
15663         (entries): install close_window callback.
15664
15665 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15666
15667         * Makefile.am (SUBDIRS): add data subdir.
15668
15669         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15670         gtk+ 2.5.0 for GtkAboutDialog.
15671
15672         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15673         main window.
15674
15675         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15676
15677         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15678         manager.
15679         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15680
15681 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15682
15683         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15684
15685 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15686
15687         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15688
15689 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15690
15691         * shell/*: Added shell directory boilerplate, build it.
15692
15693 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15694
15695         * configure.ac, Makefile.am: Added top-level configure.ac and
15696         Makefile.am