]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.25.92.
[evince.git] / ChangeLog
1 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update for release 2.25.92.
6         
7 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * libview/ev-view.c: (ev_view_goto_window_create):
10
11         Show the 'jump to page' window in the right GdkScreen. Fixes bug
12         #560541.
13         
14 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-window.c: (ev_window_set_document),
17         (ev_window_reload_job_cb):
18
19         Do not lose page position when reloading. Fixes bug #573091.
20         
21 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
24         (pdf_document_thumbnails_get_thumbnail),
25         (pdf_document_thumbnails_get_dimensions):
26
27         Make our own thumbnail when the provided one doesn't have the size
28         we need. Based on patch and feedback by Christian Spurk. Fixes
29         bugs #323198 and #307357.
30         
31 2009-02-27   Christian Spurk  <mail@code.chriki.de>
32
33         * thumbnailer/evince-thumbnailer.c: (main):
34
35         Reduce the restriction on the minimum size of thumbnails from 40
36         to 1. See bug #323198.
37         
38 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
41
42         Use GOption in thumbnailer.
43         
44 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * backend/pdf/ev-poppler.cc: (pdf_document_save),
47         (pdf_document_forms_form_field_text_set_text),
48         (pdf_document_forms_form_field_button_set_state),
49         (pdf_document_forms_form_field_choice_select_item),
50         (pdf_document_forms_form_field_choice_toggle_item),
51         (pdf_document_forms_form_field_choice_unselect_all),
52         (pdf_document_forms_form_field_choice_set_text):
53
54         Use poppler_document_save_a_copy(), which never saves the document
55         modifications, when saving an unmodified document. It makes saving
56         a copy of encrypted PDFs work again. Fixes bug #566791.
57         
58 2009-02-18  Christian Persch  <chpe@gnome.org>
59
60         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
61         Don't use g_quark_from_static_string in a loadable module!
62
63 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * configure.ac:
66
67         Update for release 2.25.91
68         
69 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
70
71         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
72         GTK symbol in commented out code. Bug #571707
73
74 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * NEWS:
77
78         Update for release 2.25.91.
79         
80 2009-02-16  Christian Persch  <chpe@gnome.org>
81
82         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
83         memory read.
84
85 2009-02-15  Christian Persch  <chpe@gnome.org>
86
87         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
88         warnings.
89
90 2009-02-15  Christian Persch  <chpe@gnome.org>
91
92         * libdocument/Makefile.am:
93         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
94
95 2009-02-15  Christian Persch  <chpe@gnome.org>
96
97         * libdocument/ev-document-type-builtins.c.template:
98         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
99
100 2009-02-14  Christian Persch  <chpe@gnome.org>
101
102         * backend/impress/impress-document.c: (impress_document_save):
103         Fill in the error.
104
105 2009-02-14  Christian Persch  <chpe@gnome.org>
106
107         * libdocument/ev-document.c: (ev_document_load): Add code to catch
108         backends incorrectly implementing the load vfunc.
109
110 2009-02-14  Christian Persch  <chpe@gnome.org>
111
112         * libdocument/ev-document-factory.c:
113         (ev_document_factory_get_document): Use a local GError, and propagate
114         as appropriate, making sure always to fill in @error if returning NULL.
115
116 2009-02-14  Christian Persch  <chpe@gnome.org>
117
118         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
119
120 2009-02-14  Christian Persch  <chpe@gnome.org>
121
122         * backend/pdf/ev-poppler.cc: Plug a mem leak.
123
124 2009-02-14  Christian Persch  <chpe@gnome.org>
125
126         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
127         an error.
128
129 2009-02-14  Christian Persch  <chpe@gnome.org>
130
131         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
132         to always set @error when returning FALSE. Fix a typo.
133
134 2009-02-14  Christian Persch  <chpe@gnome.org>
135
136         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
137         to always set @error when returning FALSE.
138
139 2009-02-14  Christian Persch  <chpe@gnome.org>
140
141         * backend/comics/comics-document.c: (comics_document_load): Make sure
142         to always set @error when returning FALSE.
143
144 2009-02-14  Christian Persch  <chpe@gnome.org>
145
146         * backend/impress/impress-document.c: (impress_document_load): Plug a
147         mem leak.
148
149 2009-02-14  Christian Persch  <chpe@gnome.org>
150
151         * backend/impress/impress-document.c: (impress_document_load): Don't
152         overwrite an error.
153
154 2009-02-14  Christian Persch  <chpe@gnome.org>
155
156         * libdocument/ev-document.c: (ev_document_info_copy): Remove
157         unnecessary NULL check; g_strdup() is NULL-safe.
158
159 2009-02-14  Christian Persch  <chpe@gnome.org>
160
161         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
162         that this returns either NULL and fills in error, or non-NULL. Use a
163         local GError so we can reliably check it.
164
165 2009-02-14  Christian Persch  <chpe@gnome.org>
166
167         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
168         content type to get the description, not the MIME type.
169
170 2009-02-14  Christian Persch  <chpe@gnome.org>
171
172         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
173         in @error on failure. Also, since this is exported in public APIs,
174         cope with the passed-in GError** being NULL.
175
176 2009-02-13  Christian Persch  <chpe@gnome.org>
177
178         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
179         safety.
180         (get_mime_type_from_data): Return the MIME type, not the content type.
181
182 2009-02-13  Christian Persch  <chpe@gnome.org>
183
184         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
185         the input stream.
186
187 2009-02-13  Christian Persch  <chpe@gnome.org>
188
189         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
190         all errors upwards.
191
192 2009-02-13  Christian Persch  <chpe@gnome.org>
193
194         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
195         more bytes from buffer than were read from the file.
196
197 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
198
199         * properties/ev-properties-view.c (set_property):
200         
201         Fixes bug #571787.
202
203 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/eggfindbar.c: (egg_find_bar_init):
206
207         Use gtk_tool_button_set_use_underline() for next/previous buttons
208         so that the underline is used for the mnemonic. Fixes bug #571547.
209         
210 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * shell/ev-window.c: (setup_document_from_metadata),
213         (setup_sidebar_from_metadata), (setup_document_from_metadata),
214         (setup_view_from_metadata), (ev_window_set_document),
215         (ev_window_load_job_cb), (ev_window_reload_job_cb),
216         (ev_window_reload_remote), (ev_window_init):
217
218         Do not use metadata when reloading the document, so that the
219         window is not resized when reloading. See bugs #571051 and
220         #304249.
221         
222 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * configure.ac:
225         * cut-n-paste/smclient/Makefile.am:
226
227         Fix smclient libs on cycgwin. See bug #339172.
228         
229 2009-02-08  Christian Persch  <chpe@gnome.org>
230
231         * configure.ac:
232         * libdocument/Makefile.am:
233         * libview/Makefile.am: Add experimental introspection support.
234         Disabled by default; use --enable-introspection to enable it.
235         Bug #569083.
236
237 2009-02-08  Christian Persch  <chpe@gnome.org>
238
239         * libview/Makefile.am: Link libevdocument.la to libevview.la.
240
241 2009-02-05  Christian Persch  <chpe@gnome.org>
242
243         * backend/comics/comics-document.c: (comics_document_load):
244         * backend/djvu/djvu-document.c: (djvu_document_load):
245         * backend/dvi/dvi-document.c: (dvi_document_load):
246         * backend/impress/impress-document.c: (impress_document_load):
247         * backend/pdf/ev-poppler.cc:
248         * libdocument/ev-document-factory.c: (get_document_from_uri),
249         (ev_document_factory_get_document):
250         * shell/ev-print-operation.c:
251         (ev_print_operation_export_print_dialog_response_cb): Use
252         g_set_error_literal now that we depend on glib 2.18.
253
254 2009-02-05  Hib Eris  <hib@hiberis.nl>
255
256         * shell/ev-application.c:
257
258         Include gdkx.h only with X11. See bug #339172.
259         
260 2009-02-05  Hib Eris  <hib@hiberis.nl>
261
262         * backend/pdf/pdfdocument.evince-backend.in:
263
264         Add application/x-ext-pdf mime type for pdf backend. See bug
265         #339172.
266         
267 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * configure.ac:
270         * cut-n-paste/smclient/Makefile.am:
271         * cut-n-paste/smclient/eggdesktopfile.c:
272         * cut-n-paste/smclient/eggsmclient-win32.c:
273         * shell/main.c:
274
275         Make session manager code compile for w32. These changes have been
276         taken from upstream libegg. Based on patch by Hib Eris. See bug
277         #339172.
278         
279 2009-02-05  Hib Eris  <hib@hiberis.nl>
280
281         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
282
283         Make screensaver code compile for w32. These changes have been
284         copied from upstream totem. See bug #339172.
285         
286 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * configure.ac:
289         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
290
291         Make use of GConf optional. Based on patch by Hib Eris. See bug
292         #339172.
293         
294 2009-02-04  Christian Persch  <chpe@gnome.org>
295
296         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
297         evince gettext domain, so i18n works in the library.
298
299         * properties/ev-properties-main.c: (nautilus_module_initialize):
300         Remove extra bindtextdomain call.
301
302 2009-02-04  Christian Persch  <chpe@gnome.org>
303
304         * backend/comics/comics-document.c:
305         * backend/djvu/djvu-document.c:
306         * backend/dvi/dvi-document.c:
307         * backend/impress/impress-document.c:
308         * backend/pdf/ev-poppler.cc:
309         * backend/pixbuf/pixbuf-document.c:
310         * backend/ps/ev-spectre.c:
311         * backend/tiff/tiff-document.c:
312         * libdocument/ev-attachment.c:
313         * libdocument/ev-document-factory.c:
314         * libview/ev-jobs.c:
315         * libview/ev-view-accessible.c:
316         * libview/ev-view.c:
317         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
318         gi18n.h.
319
320 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * NEWS:
323         * configure.ac:
324
325         Update for release 2.25.90
326         
327 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * cut-n-paste/zoom-control/ephy-zoom-control.c:
330         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
331
332         Remove the old tooltips code and use G_DEFINE_TYPE().
333         
334 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * configure.ac:
337         * help/reference/Makefile.am:
338         * help/reference/libdocument/Makefile.am:
339         * help/reference/libdocument/libevdocument-docs.sgml:
340         * help/reference/libdocument/libevdocument.types:
341         * help/reference/libdocument/version.xml.in:
342         * help/reference/libview/Makefile.am:
343         * help/reference/libview/libevview-docs.sgml:
344         * help/reference/libview/libevview.types:
345         * help/reference/libview/version.xml.in:
346         * help/reference/shell/Makefile.am:
347         * help/reference/shell/evince-docs.sgml:
348         * help/reference/shell/evince.types:
349         * help/reference/shell/tmpl/dummy.sgml:
350         * help/reference/shell/version.xml.in:
351
352         Split API documentation into libdocument, libview and
353         shell. Required gtk-doc files has been added, but API docs still
354         need to be completed and improved. Fixes bug #568465.
355         
356 2009-02-01  Christian Persch  <chpe@gnome.org>
357
358         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
359
360 2009-02-01  Christian Persch  <chpe@gnome.org>
361
362         * backend/Makefile.am:
363         A backend/backend.symbols:
364         * configure.ac: Only export the backend module entry point. Bug
365         #569998.
366
367 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/eggfindbar.c: (egg_find_bar_init):
370
371         Add mnemonics to buttons in search bar. Fixes bug #569212.
372         
373 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
374         
375         * shell/ev-print-operation.c:
376         (ev_print_operation_export_print_dialog_response_cb):
377
378         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
379         
380 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
383
384         Clamp top/bottom values of destinations to make sure they are not
385         bigger than the page height. Fixes bug #569327.
386         
387 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * libdocument/ev-debug.h:
390
391         Fix build when debug mode is disabled.
392         
393 2009-01-30  Christian Persch  <chpe@gnome.org>
394
395         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
396         this return TRUE only if any backends were loaded, so the ev_init()
397         function works as documented.
398
399 2009-01-30  Christian Persch  <chpe@gnome.org>
400
401         * evince-document.h:
402         * libdocument/Makefile.am:
403         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
404         #569117.
405
406         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
407         * libdocument/ev-backends-manager.h:
408         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
409         * libdocument/ev-debug.h:
410         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
411         (_ev_file_helpers_shutdown):
412         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
413         private.
414
415         * properties/ev-properties-main.c: (nautilus_module_initialize),
416         (nautilus_module_shutdown):
417         * shell/main.c: (main):
418         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
419         init/shutdown method.
420
421 2009-01-29  Christian Persch  <chpe@gnome.org>
422
423         * shell/main.c: (option_version_cb): Add --version which was lost in
424         the libgnome removal. Bug #562869.
425
426 2009-01-26  Christian Persch  <chpe@gnome.org>
427
428         * shell/ev-application.c: (ev_application_register_service),
429         (ev_application_shutdown):
430         * shell/main.c: (main): Move metadata manager initialisation and
431         shutdown into EvApplication. Follow-up from bug #569120.
432
433 2009-01-26  Christian Persch  <chpe@gnome.org>
434
435         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
436         copy the string twice. Bug #569231.
437
438 2009-01-26  Christian Persch  <chpe@gnome.org>
439
440         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
441         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
442         * libdocument/ev-file-helpers.h:
443         * shell/ev-application.c: (ev_application_shutdown),
444         (ev_application_init), (ev_application_screensaver_disable),
445         (ev_application_save_print_settings),
446         (ev_application_set_page_setup):
447         * shell/ev-application.h:
448         * shell/ev-metadata-manager.c: (load_values),
449         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
450         shell, since it shouldn't be public API. Bug #569120.
451
452         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
453         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
454
455 2009-01-25  Christian Persch  <chpe@gnome.org>
456
457         Bug 569082 – use versioned directory for backends
458
459         * configure.ac: Define ev_binary_version and backenddir.
460         * evince-document.pc.in: Add backenddir variable.
461         * libdocument/Makefile.am:
462         * backend/*/Makefile.am: Remove backenddir definition, so it picks
463         up the one from configure.
464
465 2009-01-25  Christian Persch  <chpe@gnome.org>
466
467         * configure.ac:
468         * evince-document.pc.in: Renamed from evince-backend.pc.in.
469         * libdocument/Makefile.am: Renamed library to libevdocument.la.
470         * libview/Makefile.am:
471         * shell/Makefile.am:
472         * backend/*/Makefile.am: Adapt to changed library name.
473
474         * libdocument/Makefile.am:
475         * libview/Makefile.am: Change the installed headers path to match
476         the directory names in SVN.
477
478         * evince-document.h:
479         * evince-view.h: Add single headers. Bug #568227.
480
481         * libdocument/*.h:
482         * libview/*.h: Add single headers guards.
483
484         * libview/Makefile.am:
485         * libdocument/Makefile.am:
486         * backend/*/Makefile.am:
487         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
488         still include individual headers.
489
490         * properties/Makefile.am:
491         * properties/ev-properties-main.c:
492         * properties/ev-properties-view.h:
493         * thumbnailer/Makefile.am:
494         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
495
496         * libdocument/Makefile.am:
497         * libview/Makefile.am: Generate type builtins from all installed headers.
498         * libdocument/ev-link-action.[ch]:
499         * libdocument/ev-link-dest.[ch]:
500         * libdocument/ev-transition-effect.[ch]:
501         * libview/ev-view.[ch]: Remove handcoded type builtins.
502
503         * libdocument/Makefile.am:
504         * evince-document.h: Add ev-document-factory.h to the public headers.
505
506 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * shell/ev-sidebar-page.c:
509
510         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
511         #568228.
512         
513 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * libdocument/ev-document.h:
516
517         Add EV_DEFINE_INTERFACE macro.
518         
519         * libdocument/ev-async-renderer.c:
520         * libdocument/ev-document-find.c:
521         * libdocument/ev-document-fonts.c:
522         * libdocument/ev-document-forms.c:
523         * libdocument/ev-document-images.c:
524         * libdocument/ev-document-layers.c:
525         * libdocument/ev-document-links.c:
526         * libdocument/ev-document-security.c:
527         * libdocument/ev-document-thumbnails.c:
528         * libdocument/ev-document-transition.c:
529         * libdocument/ev-document.c:
530         * libdocument/ev-file-exporter.c:
531         * libdocument/ev-selection.c:
532
533         Use EV_DEFINE_INTERFACE macro to define interfaces in
534         libdocument. See bug #568228.
535         
536 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * libdocument/ev-document.[ch]:
539
540         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
541         #568228.
542         
543 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
544
545         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
546         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
547         (new_separator_pixbuf):
548         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
549         (egg_toolbar_editor_disconnect_model),
550         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
551         (egg_toolbar_editor_finalize):
552         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
553         * cut-n-paste/toolbar-editor/eggmarshalers.list:
554         
555         Sync EggToolbarEditor with libegg.
556
557 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
558
559         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
560         When saving a file, using the default permissions for the user/system,
561         respecting umask and any setgid bit on the directory. Uses the new
562         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
563         Bug #568593.
564         
565 2009-01-21  Christian Persch  <chpe@gnome.org>
566
567         * configure.ac:
568         * libdocument/Makefile.am:
569         * libview/Makefile.am: Add libtool versioning to libevbackend and
570         libevview. Bug #568229.
571
572 2009-01-21  Christian Persch  <chpe@gnome.org>
573
574         * Makefile.am:
575         * configure.ac:
576         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
577
578 2009-01-21  Christian Persch  <chpe@gnome.org>
579
580         * configure.ac:
581         * libdocument/Makefile.am:
582         A libdocument/ev-version.h.in: Add version defines and version check
583         macro. Bug #568224.
584
585 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
586
587         * shell/ev-sidebar-links.c
588         * shell/ev-print-operation.c:
589         * shell/ev-history.c:
590         * shell/ev-file-monitor.c:
591         * shell/ev-window.c:
592         * shell/ev-password-view.c:
593         * shell/ev-sidebar-thumbnails.c:
594         * shell/ev-sidebar-attachments.c:
595         * libview/ev-pixbuf-cache.c:
596         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
597         Bug #568386.
598
599 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
600
601         * libdocument/ev-document-info.h:
602
603         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
604         
605 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
606
607         * libview/Makefile.am:
608
609         Install ev-job-scheduler.h. See bug #567790.
610         
611 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
612
613         * libdocument/Makefile.am:
614
615         Install ev-backends-manager.h and
616         ev-document-type-builtins.h. Fixes bug #567787.
617         
618 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * NEWS:
621         * configure.ac:
622
623         Update for release 2.25.5
624         
625 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * libview/ev-view.c: (ev_view_drag_data_get):
628
629         Fix second parameter passed to gtk_selection_data_set_uris(), 
630         it expects a gchar **.
631         
632 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
633
634         * libdocument/Makefile.am:
635         * libdocument/ev-document-info.h:
636         * libdocument/ev-document-type-builtins.c.template:
637         * libdocument/ev-document-type-builtins.h.template:
638         * libdocument/ev-document.c: (ev_document_info_get_type),
639         (ev_document_info_copy):
640
641         Make EvDocumentInfo and enums definded in ev-document-info.h
642         GTypes. Fixes bug #567789.
643         
644 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
645
646         * shell/main.c (arguments_parse): Fix for a minor code typo.
647
648 2009-01-18  Christian Persch  <chpe@gnome.org>
649
650         * help/reference/Makefile.am:
651         * help/reference/evince.types: Fix the API docs build. Bug #568171.
652
653 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
654
655         * libview/Makefile.am:
656         * libview/ev-view-type-builtins.c.template:
657         * libview/ev-view-type-builtins.h.template:
658
659         Make EvJobPriority a proper GType. Fixes bug #567788.
660         
661 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * configure.ac:
664         * cut-n-paste/*/Makefile.am:
665         * libdocument/Makefile.am:
666
667         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
668         code.
669         
670 2009-01-18  Christian Persch  <chpe@gnome.org>
671
672         * libview/ev-view.c: (ev_view_drag_data_get),
673         (ev_view_drag_motion), (ev_view_update_primary_selection),
674         (clear_link_selected):
675         * shell/ev-sidebar-attachments.c:
676         (ev_sidebar_attachments_drag_data_get),
677         (ev_sidebar_attachments_get_property),
678         (ev_sidebar_attachments_init):
679         * shell/ev-window.c: Update drag handling code to use the
680         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
681         hardcoding the targets lists. Bug #558084.
682         
683 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * libdocument/Makefile.am:
686         * libdocument/ev-backend-marshal.c:
687         * libdocument/ev-backend-marshalers.list:
688         * libdocument/ev-document.c:
689
690         Remove unused marshalers stuff from libdocument.
691         
692 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * po/POTFILES.in:
695
696         Update for the current source tree.
697         
698 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * configure.ac:
701         * Makefile.am:
702         * libdocument/Makefile.am:
703         * libview/Makefile.am:
704         * libview/ev-job-scheduler.[ch]:
705         * libview/ev-jobs.[ch]:
706         * libview/ev-page-cache.[ch]:
707         * libview/ev-pixbuf-cache.[ch]:
708         * libview/ev-timeline.[ch]:
709         * libview/ev-transition-animation.[ch]:
710         * libview/ev-view-accessible.[ch]:
711         * libview/ev-view-marshal.list:
712         * libview/ev-view.[ch]:
713         * shell/Makefile.am:
714
715         Move EvView specific code to a libeviview library so that it can
716         be embbeded in other applications. Based on patches by Tomeu
717         Vizoso. Fixes bug #567751.
718         
719 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
722         * shell/ev-window.c: (ev_window_load_job_cb),
723         (ev_window_load_job_cb), (ev_window_open_uri),
724         (ev_window_reload_local), (ev_window_dispose):
725
726         Remove dest, mode and search_string from EvJobLoad since they are
727         not really needed by the job, but for the window.
728         
729 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-view.c: (ev_view_drag_data_received),
732         (ev_view_class_init), (ev_view_init):
733         * shell/ev-window.c: (ev_window_drag_data_received),
734         (ev_window_class_init), (ev_window_init):
735
736         Make the whole EvWindow the destination of a drag and drop
737         operation.
738         
739 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-window.c: (window_open_file_copy_progress_cb):
742
743         Add missing brakets around the percentage in progress
744         messages. See bug #567910.
745         
746 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-application.c: (ev_application_open_window),
749         (ev_application_open_uri_at_dest):
750
751         Do no use gdk_x11_* when not available. Based on patch by Hib
752         Eris, see bug #339172.
753         
754 2009-01-16  Hib Eris  <hib@hiberis.nl>
755
756         * configure.ac:
757         * properties/ev-properties-view.c:
758         (ev_properties_view_format_date):
759
760         Check for localtime_r. See bug #339172.
761         
762 2009-01-16  Hib Eris  <hib@hiberis.nl>
763
764         * shell/main.c:
765
766         Include gdkx only for dbus support. See bug #339172.
767         
768 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
769
770         * shell/ev-view.c: (ev_view_set_zoom_for_size):
771
772         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
773         #567785.
774         
775 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (reload_remote_copy_progress_cb),
778         (window_save_file_copy_progress_cb):
779
780         Use brakets around the percentage in progress messages. See bug
781         #567910.
782         
783 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-window.c: (reload_remote_copy_ready_cb):
786
787         Fix typo in error message. See bug #567910.
788         
789 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-window.c: (ev_window_cmd_file_close_window):
792
793         Fix mnemonic conflict. Fixes bug #567937.
794         
795 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
796
797         * NEWS:
798         * configure.ac:
799
800         Update for release 2.25.4
801         
802 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
803
804         * configure.ac:
805         
806         GLib version requirement bumped to 2.18 due to g_set_error_literal.
807         Thanks to Christian Spurk.
808
809 2008-12-31  Hib Eris  <hib@hiberis.nl>
810         
811         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
812
813         Fix mime type handling.
814         
815 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * po/POTFILES.in:
818
819         Add ev-print-operation.c.
820         
821 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-window.c: (ev_window_clear_progress_idle),
824         (reset_progress_idle), (ev_window_show_progress_message),
825         (ev_window_reset_progress_cancellable),
826         (ev_window_progress_response_cb), (show_loading_progress),
827         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
828         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
829         (show_reloading_progress), (reload_remote_copy_ready_cb),
830         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
831         (show_saving_progress), (window_save_file_copy_ready_cb),
832         (window_save_file_copy_progress_cb), (ev_window_save_remote),
833         (ev_window_dispose):
834
835         Show progress information when loading/saving remote files. Fixes
836         bug #370958.
837         
838 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
841
842         Show better warning message when temp file cannot be deleted.
843         
844 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * shell/ev-window.c: (image_save_dialog_response_cb):
847
848         Fix saving images to remote locations.
849         
850 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * shell/ev-application.[ch]: (ev_application_shutdown),
853         (ev_application_get_print_settings_file),
854         (ev_application_save_print_settings),
855         (ev_application_get_print_settings),
856         (ev_application_set_print_settings),
857         (ev_application_get_page_setup), (ev_application_set_page_setup):
858         * shell/ev-window.c: (ev_window_save_print_page_setup),
859         (ev_window_load_print_page_setup_from_metadata),
860         (ev_window_print_page_setup_done_cb),
861         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
862         (ev_window_cmd_preview_print):
863
864         Remember page setup options too. Paper size is globally remembered
865         while page margins are stored per document in metadata file. Fixes
866         bugs #525185 and #349102.
867         
868 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * shell/ev-print-operation.c:
871         (ev_print_operation_export_print_dialog_response_cb):
872
873         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
874         
875 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-print-operation.c: (export_cancel),
878         (export_job_cancelled), (ev_print_operation_export_begin),
879         (ev_print_operation_export_cancel):
880         * shell/ev-window.c: (ev_window_print_cancel),
881         (ev_window_print_update_pending_jobs_message),
882         (ev_window_print_operation_done),
883         (ev_window_print_operation_status_changed),
884         (print_jobs_confirmation_dialog_response),
885         (ev_window_cmd_file_close_window):
886
887         Show a confirmation dialog when there are pending print jobs while
888         closing the main window. Fixes bug #480964.
889         
890 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
893         (ev_print_operation_get_job_name),
894         (ev_print_operation_get_status),
895         (ev_print_operation_get_progress),
896         (ev_print_operation_update_status),
897         (ev_print_operation_export_get_job_name), (clamp_ranges),
898         (get_first_and_last_page), (ev_print_operation_export_run_next),
899         (print_job_finished), (export_print_done), (export_job_cancelled),
900         (update_progress), (export_print_page),
901         (ev_print_operation_export_begin),
902         (ev_print_operation_export_print_dialog_response_cb),
903         (ev_print_operation_export_run),
904         (ev_print_operation_export_cancel),
905         (ev_print_operation_export_class_init):
906         * shell/ev-window.c:
907         (ev_window_print_update_pending_jobs_message),
908         (ev_window_print_operation_done),
909         (ev_window_print_progress_response_cb),
910         (ev_window_print_operation_status_changed),
911         (ev_window_print_operation_begin_print), (ev_window_print_range),
912         (ev_window_dispose):
913
914         Show progress information when printing. Fixes bug #482770.
915         
916 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * shell/Makefile.am:
919         * shell/ev-progress-message-area.[ch]:
920         * shell/ev-message-area.[ch]: (ev_message_area_init),
921         (ev_message_area_set_image_from_stock):
922
923         Add EvProgressMessageArea derived from EvMessageArea to show
924         progress information in the message area. 
925         
926 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
929
930         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
931         close button. Add a function to get the contents of the message
932         area.
933         
934 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * shell/Makefile.am:
937         * shell/ev-print-operation.[ch]:
938         * shell/ev-jobs.[ch]: (ev_job_export_init),
939         (ev_job_export_dispose), (ev_job_export_run),
940         (ev_job_export_class_init), (ev_job_export_new),
941         (ev_job_export_set_page):
942         * shell/ev-window.c: (ev_window_print_operation_done),
943         (ev_window_print_range), (ev_window_dispose):
944
945         First step of the printing system rework. EvJobPrint has been
946         replaced by EvJobExport so that every page is scheduled to be
947         exported in a thread instead of scheduling the whole printing
948         process. This way the gui is responsive during printing.
949         
950 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (setup_size_from_metadata),
953         (ev_window_load_print_settings_from_metadata):
954
955         Fix memory leaks.
956         
957 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * libdocument/ev-document.c: (ev_document_get_type):
960
961         Add GObject type as prerequisite to EvDocument interface so that
962         document instances can be used as GObjects.
963         
964 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-view.c: (jump_to_find_result):
967
968         Only jump the the location of the find result for the first match
969         when searching. It drastically improves the performance when
970         searching. Bug catched and fixed by Michael Hunold. Fixes bug
971         #564774.
972         
973 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * properties/ev-properties-main.c: (ev_properties_get_pages):
976         * properties/ev-properties-view.[ch]:
977         (ev_properties_view_dispose), (ev_properties_view_class_init),
978         (ev_properties_view_set_info), (ev_properties_view_new):
979         * shell/ev-properties-dialog.[ch]:
980         (ev_properties_dialog_set_document):
981         * shell/ev-window.c: (ev_window_setup_document),
982         (ev_window_cmd_file_properties):
983
984         Add document URI to properties page. Fixes bug #555376.
985         
986 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * configure.ac:
989         * data/Makefile.am:
990         * data/evince-password.glade: Removed
991         * data/evince-properties.glade: Removed
992         * properties/ev-properties-view.c:
993         (ev_properties_view_class_init), (set_property),
994         (ev_properties_view_set_info), (ev_properties_view_init):
995         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
996         (font_cell_data_func), (ev_properties_fonts_init):
997
998         Remove Glade dependency.
999         
1000 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * backend/comics/comics-document.c: (comics_document_load):
1003
1004         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1005         
1006 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * NEWS:
1009         * configure.ac:
1010
1011         Update for release 2.25.2
1012         
1013 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * configure.ac:
1016         * shell/Makefile.am:
1017         * shell/ev-keyring.[ch]:
1018         * shell/ev-password.[ch]: Removed
1019         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1020         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1021         (ev_password_view_init), (ev_password_view_set_uri),
1022         (ev_password_dialog_got_response),
1023         (ev_password_dialog_remember_button_toggled),
1024         (ev_password_dialog_entry_changed_cb),
1025         (ev_password_dialog_entry_activated_cb),
1026         (ev_password_view_ask_password), (ev_password_view_get_password),
1027         (ev_password_view_get_password_save_flags),
1028         (ev_password_view_new):
1029         * shell/ev-window.c: (ev_window_password_view_unlock),
1030         (ev_window_load_job_cb), (ev_window_close_dialogs),
1031         (ev_window_init):
1032
1033         Rework the password view. When the password is in the keyring it's
1034         used automatically without showing the password dialog and it's  
1035         only stored in the keyring when we are sure it's correct. The
1036         password dialog has been reworked too, in order to make it
1037         more hig compliant and consistent with the GTK+ dialog used in
1038         gtkmountoperation. Fixes bug #562496. 
1039         
1040 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * backend/comics/comics-document.c: (comics_document_load):
1043
1044         Do not trust file extensions when getting the command needed to
1045         uncompress comic documents. Fixes bug #562143.
1046         
1047 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * libdocument/ev-document-factory.c: (get_document_from_uri),
1050         (ev_document_factory_get_document):
1051         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1052         (get_mime_type_from_data), (ev_file_get_mime_type):
1053
1054         Move mime-type functions from document-facrory to file-helpers so
1055         that it can be reused.
1056         
1057 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1060         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1061         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1062         (ev_window_reload_remote), (ev_window_reload_document):
1063
1064         Add support for reloading remote documents. Fixes bug #555399.
1065         
1066 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * shell/ev-view.c: (ev_view_find_previous):
1069
1070         Make sure find_result is never < 0 which causes a crash while
1071         searching. Fixes bug #558377.
1072         
1073 2008-11-19  Marek Kašík <mkasik@redhat.com>
1074
1075         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1076         (ev_pixbuf_cache_get_selection_surface):
1077         
1078         Fixes crash on fast scrolling with simultaneous text selection.
1079
1080 2008-11-19  Marek Kašík <mkasik@redhat.com>
1081
1082         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1083         * shell/ev-window.c (launch_external_uri):
1084         
1085         Fixes assertion fail on selecting text. See bug #561393.
1086
1087 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * shell/Makefile.am:
1090         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1091         (ev_job_layers_dispose), (ev_job_layers_run),
1092         (ev_job_layers_class_init), (ev_job_layers_new):
1093         * shell/ev-sidebar-layers.[ch]:
1094         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1095         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1096         (ev_view_reload_page), (ev_view_reload):
1097         * shell/ev-window.c: (setup_sidebar_from_metadata),
1098         (ev_window_sidebar_current_page_changed_cb),
1099         (sidebar_layers_visibility_changed), (ev_window_init):
1100
1101         Add layers support.
1102         
1103 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * data/icons/22x22/actions/Makefile.am:
1106         * data/icons/22x22/actions/eye.png:
1107         * shell/ev-stock-icons.[ch]:
1108         
1109         Add eye icon from gimp to hide/show layers.
1110         
1111 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * configure.ac:
1114         * cut-n-paste/Makefile.am:
1115         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1116         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1117         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1118
1119         Add GimpCellRendererToggle from gimp slightly modified to fit our
1120         needs. 
1121         
1122 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * configure.ac:
1125         * backend/pdf/ev-poppler.cc:
1126
1127         Implement layers interface in PDF backend.
1128         
1129 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * libdocument/Makefile.am:
1132         * libdocument/ev-document-layers.[ch]:
1133         * libdocument/ev-layer.[ch]:
1134
1135         Add optional content (layers) interface.
1136         
1137 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1138
1139         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1140         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1141
1142         Removes unused code.
1143
1144 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * NEWS:
1147         * configure.ac:
1148
1149         Update for 2.25.1 release
1150
1151 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * shell/ev-window.c:
1154
1155         Fix build with GTK+ < 2.14
1156
1157 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1158
1159         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1160         
1161         Makes menu label translatable. Fixes bug #559129.
1162
1163 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1164
1165         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1166         (t1_transform_font):
1167         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1168         
1169         More renames of warning to mdvi_warning in follow up to the
1170         fix of the bug #553369. Fix for the bug #559257 by
1171         Tuxce <tuxce.net@gmail.com>.
1172         
1173 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * shell/ev-application.c: (ev_application_init_session):
1176         * shell/main.c: (main):
1177
1178         Move the egg_set_desktop_file() call to main and remove
1179         gtk_window_set_default_icon_name() since it's already called by
1180         egg_set_desktop_file()
1181         
1182 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1185
1186         Initialize GError to NULL.
1187         
1188 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1191         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1192         (ev_window_preview_print_finished), (launch_action):
1193
1194         Do not use popup dialogs to show error messages anymore, use the
1195         message area instead.
1196         
1197 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * shell/ev-window.c: (ev_window_error_message),
1200         (ev_window_warning_message), (ev_window_set_document),
1201         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1202         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1203         (ev_window_cmd_help_contents), (launch_external_uri),
1204         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1205         (ev_attachment_popup_cmd_open_attachment),
1206         (attachment_save_dialog_response_cb):
1207
1208         Use a message format (with printf()-style) in
1209         ev_window_error_message and ev_window_warning_message.
1210
1211 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1212
1213         * shell/ev-window.c: (ev_window_error_message),
1214         (ev_window_warning_message), (ev_window_set_document),
1215         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1216         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1217         (ev_window_cmd_help_contents), (launch_external_uri),
1218         (image_save_dialog_response_cb),
1219         (ev_attachment_popup_cmd_open_attachment),
1220         (attachment_save_dialog_response_cb):
1221
1222         Change ev_window_error_message and ev_window_warning_message to
1223         receive a EvWindow instead of a GtkWindow. It's more consistent
1224         and avoids unneeded casts.
1225         
1226 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * shell/ev-window.c: (ev_window_cmd_help_contents):
1229
1230         Use gtk_show_uri() when availale to display help contents.
1231         
1232 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * configure.ac:
1235         * backend/pdf/ev-poppler.cc:
1236         * properties/ev-properties-view.c:
1237         * shell/Makefile.am:
1238         * shell/ev-tooltip.[ch]: Removed
1239         * shell/ev-view-private.h
1240         * shell/eggfindbar.c:
1241         * shell/ev-application.c:
1242         * shell/ev-open-recent-action.c:
1243         * shell/ev-sidebar-thumbnails.c:
1244         * shell/ev-view.c:
1245         * shell/ev-window.c:
1246
1247         Bump GTK+ requirement to 2.12.
1248         
1249 2008-10-27 Christian Persch <chpe@gnome.org>
1250
1251         * backend/djvu/djvu-document.c
1252         * backend/dvi/cairo-device.c
1253         * cut-n-paste/evmountoperation/ev-mount-operation.h
1254         * cut-n-paste/gedit-message-area/gedit-message-area.h
1255         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1256         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1257         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1258         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1259         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1260         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1261         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1262         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1263         * cut-n-paste/zoom-control/ephy-zoom-action.c
1264         * cut-n-paste/zoom-control/ephy-zoom-action.h
1265         * cut-n-paste/zoom-control/ephy-zoom-control.c
1266         * cut-n-paste/zoom-control/ephy-zoom-control.h
1267         * libdocument/ev-async-renderer.h
1268         * libdocument/ev-document-factory.c
1269         * libdocument/ev-document-misc.h
1270         * libdocument/ev-image.h
1271         * libdocument/ev-selection.h
1272         * shell/ev-properties-fonts.h
1273         * shell/ev-stock-icons.h
1274         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1275         directly. Bug #558064.
1276
1277 2008-10-27 Christian Persch <chpe@gnome.org>
1278
1279         * cut-and-paste/smclient/*: Update from libegg.
1280
1281 2008-10-27 Christian Persch <chpe@gnome.org>
1282
1283         * backend/djvu/djvu-document.c
1284         * backend/ps/ev-spectre.c
1285         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1286
1287 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1288
1289         * shell/ev-view.c (ev_view_change_page),
1290         (ev_view_transition_animation_finish),
1291         (ev_view_transition_animation_cancel), (page_changed_cb),
1292         (ev_view_set_presentation), (ev_view_next_page),
1293         (ev_view_previous_page):
1294         
1295         Cancel the animation without scheduling transition start
1296         and proceed to the next page to fix bug #516749.
1297
1298 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * NEWS:
1301         * configure.ac:
1302
1303         Update for release 2.24.1
1304         
1305 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1308
1309         Disable toggle function of F5 when in presentation mode. Patch by
1310         Dave Neary. Fixes bug #556162.
1311         
1312 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1315         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1316         (ev_sidebar_thumbnails_fill_model),
1317         (ev_sidebar_thumbnails_refresh),
1318         (ev_sidebar_thumbnails_set_document):
1319
1320         Instead of using only one loading icon for thumbnails based on the
1321         size of the first page, create an icon for every different page
1322         size. Fixes bug #556264.
1323         
1324 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1327
1328         Fix memory leak.
1329         
1330 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1331
1332         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1333
1334         Removes bad prefixes from window title. Patch by 
1335         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1336         
1337 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-window.c: (launch_external_uri):
1340
1341         Do not consider mailto links as http uris. Fixes bug #555801.
1342         
1343 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1346
1347         Fix memory leak. Fixes bug #555134.
1348         
1349 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1352
1353         Emit the job finished signal when the job is handled before the
1354         page_ready callback.
1355         
1356 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * shell/ev-window.c: (launch_action):
1359
1360         Use GdkAppLaunchContext when available to launch external
1361         applications.
1362         
1363 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * shell/ev-window.c: (launch_action):
1366
1367         Fix launching external applications for launch actions which seems
1368         to be broken since the gio port. Fixes bug #554500.
1369         
1370 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * backend/dvi/Makefile.am:
1373         * backend/dvi/cairo-device.c:
1374         * backend/dvi/dvi-document.c:
1375         * backend/dvi/mdvi-lib/Makefile.am:
1376
1377         Fix several compile warnings in the dvi backend.
1378         
1379 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * backend/dvi/mdvi-lib/common.h:
1382         * backend/dvi/mdvi-lib/dviread.c:
1383         * backend/dvi/mdvi-lib/font.c:
1384         * backend/dvi/mdvi-lib/fontmap.c:
1385         * backend/dvi/mdvi-lib/fontsrch.c:
1386         * backend/dvi/mdvi-lib/gf.c:
1387         * backend/dvi/mdvi-lib/pagesel.c:
1388         * backend/dvi/mdvi-lib/pk.c:
1389         * backend/dvi/mdvi-lib/sp-epsf.c:
1390         * backend/dvi/mdvi-lib/special.c:
1391         * backend/dvi/mdvi-lib/tfm.c:
1392         * backend/dvi/mdvi-lib/tfmfile.c:
1393         * backend/dvi/mdvi-lib/util.c:
1394         * backend/dvi/mdvi-lib/vf.c:
1395
1396         Rename error as mdvi_error to avoid symbol conflicts with the libc
1397         error. Rename also message, crash, fatal and warning for
1398         consistency. Fixes bug #553369.
1399         
1400 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * backend/dvi/dvi-document.c: (dvi_document_load):
1403
1404         Fix memory leak.
1405         
1406 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * backend/dvi/dvi-document.c:
1409
1410         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1411         G_IMPLEMENT_INTERFACE.
1412         
1413 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1416
1417         Make sure copy_job_page_and_selection_to_job_info is always called
1418         before copy_job_to_job_info. Fixes bug #552382.
1419         
1420 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * NEWS:
1423         * configure.ac:
1424
1425         Update for release 2.24.0
1426         
1427 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-window.c: (launch_external_uri):
1430
1431         Use GdkAppLaunchContext when available to launch external uris.
1432         
1433 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * shell/ev-window.c: (launch_external_uri):
1436
1437         Use the message area to show errors when lauching external uris
1438         instead of a popup window.
1439         
1440 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * shell/ev-window.c: (launch_external_uri):
1443
1444         Assume invalid uris are http uris. Fixes bug #552071.
1445         
1446 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * NEWS:
1449         * configure.ac:
1450
1451         Update for release 2.23.92.
1452         
1453 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * shell/eggfindbar.c: (egg_find_bar_class_init):
1456
1457         Allow page scrolling with PageUp/PageDown keys when find bar is
1458         active. Fixes bug #529833.
1459         
1460 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-view-private.h:
1463         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1464         (ev_view_scroll), (ev_view_class_init):
1465         * shell/ev-view-accessible.c:
1466         (ev_view_accessible_action_do_action):
1467         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1468         (ev_window_cmd_scroll_backward):
1469
1470         Use GtkScrollType instead of EvScrollType.
1471         
1472 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1473
1474         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1475         
1476         Patch for case unsensitive page label match by Michael Lee.
1477         See bug #550136.
1478         
1479         * shell/ev-page-action.c (create_tool_item):    
1480         * test/Makefile.am:
1481         * test/test1.py:
1482         * test/test4.py:
1483         * test/test5.py:
1484         
1485         Added test for the above and updated other tests.
1486
1487 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-window.c: (image_save_dialog_response_cb):
1490
1491         Do not append the file extension twice when saving an image.
1492         
1493 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1496
1497         Remove an invalid ifdef.
1498         
1499 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * shell/ev-view.c: (ev_view_motion_notify_event):
1502
1503         Make sure the cursor is correctly restored after showing the right
1504         click menu.
1505         
1506 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1509         (ev_attachment_open):
1510         * shell/ev-sidebar-attachments.c:
1511         (ev_sidebar_attachments_button_press):
1512         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1513
1514         Use GdkAppLaunchContext when available to open attachments.
1515         
1516 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1519
1520         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1521         by Eric Piel.
1522         
1523 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-application.c: (ev_application_get_media_keys):
1526         * shell/ev-media-player-keys.[ch]:
1527         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1528         (ev_media_player_keys_grab_keys),
1529         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1530         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1531         * shell/ev-window.[ch]: (ev_window_dispose),
1532         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1533         (ev_window_init):
1534
1535         Clean up the media player keys stuff.
1536         
1537 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * NEWS:
1540         * configure.ac:
1541
1542         Update for release 2.23.91.
1543         
1544 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1547         (sm_client_xsmp_set_initial_properties):
1548
1549         Fix memory leak.
1550         
1551 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * shell/ev-application.c: (ev_application_open_window),
1554         (ev_application_open_uri_at_dest):
1555
1556         Make sure evince starts up in the right workspace when resuming a
1557         previous session.
1558         
1559 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-application.[ch]: (ev_application_open_window),
1562         (ev_application_add_icon_path_for_screen),
1563         (ev_application_open_uri_at_dest):
1564
1565         Fix window manager warnings shown in ~/.xsession-errors
1566         
1567 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * configure.ac:
1570         * cut-n-paste/Makefile.am:
1571         * cut-n-paste/smclient/Makefile.am:
1572         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1573         * cut-n-paste/smclient/eggsmclient-private.h:
1574         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1575         * cut-n-paste/smclient/eggsmclient.[ch]:
1576
1577         EggSMClient copied from libegg
1578
1579         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1580         * shell/Makefile.am:
1581         * shell/ev-application.[ch]: (ev_application_load_session),
1582         (smclient_save_state_cb), (smclient_quit_cb),
1583         (ev_application_init_session), (ev_application_shutdown),
1584         (ev_application_init):
1585         * shell/main.c: (main):
1586
1587         Use EggSMClient instead of gnome-client and remove libgnome and
1588         libgnomeui dependencies.
1589         
1590 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * shell/main.c: (main):
1593
1594         Remove gnome_authentication_manager_init.
1595         
1596 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-view.c: (ev_view_goto_window_create):
1599
1600         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1601         since it's now deprecated.
1602         
1603 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * backend/djvu/Makefile.am:
1606         * backend/djvu/djvu-document-private.h:
1607         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1608         (djvu_document_find_iface_init):
1609         * backend/djvu/djvu-text-page.[ch]:
1610         * backend/djvu/djvu-text.[ch]: Removed
1611         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1612         (pdf_document_find_iface_init):
1613         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1614         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1615         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1616         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1617         (ev_job_find_has_results), (ev_job_find_get_results):
1618         * shell/ev-view-private.h:
1619         * shell/ev-view.[ch]: (ev_view_expose_event),
1620         (highlight_find_results), (ev_view_finalize),
1621         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1622         (ev_view_set_document), (ev_view_find_get_n_results),
1623         (ev_view_find_get_result), (jump_to_find_result),
1624         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1625         (ev_view_find_previous), (ev_view_find_search_changed),
1626         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1627         * shell/ev-window.c: (ev_window_update_actions),
1628         (page_changed_cb), (ev_window_setup_document),
1629         (ev_window_update_find_status_message),
1630         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1631         (ev_window_clear_find_job), (find_bar_close_cb),
1632         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1633         (ev_window_dispose), (ev_window_init):
1634
1635         Rework find interface. The find logic has been moved from backends
1636         to the shell avoiding a lot of duplicated code in the backends and
1637         making easier to implement the find interface in the backends.
1638         
1639 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * backend/pdf/ev-poppler.cc:
1642         (pdf_document_thumbnails_get_dimensions):
1643
1644         Make sure thumbnail size returned by the PDF is actually
1645         valid. Fixes bug #548462.
1646         
1647 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-window.c: (ev_window_setup_document),
1650         (ev_window_set_document), (ev_window_dispose):
1651
1652         Remove the idle function for setting the document up when the
1653         window is destroyed. Fixes bug #549163.
1654         
1655 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1658         (ev_job_attachments_dispose), (ev_job_attachments_run),
1659         (ev_job_attachments_class_init), (ev_job_attachments_new):
1660         * shell/ev-sidebar-attachments.c:
1661         (ev_sidebar_attachments_set_document):
1662
1663         Add a new job to get the attachments in a thread with the document
1664         lock held. Fixes bug #548653.
1665         
1666 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1669         (tiff_document_document_iface_init):
1670
1671         Implement document_get_page_label in tiff backend.
1672         
1673 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * backend/tiff/tiff-document.c: (tiff_document_render):
1676
1677         Handle document orientation in tiff backend. Fixes bug #548444.
1678         
1679 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1682
1683         Do not crash when adjustment page size is 0. Fixes bug #547440.
1684         
1685 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1688
1689         Sync with current GTK+.
1690         
1691 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1692
1693         * configure.ac:
1694         
1695         Update for release 2.23.6.
1696
1697 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1700         (ev_job_load_set_password):
1701         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1702         * shell/ev-window.c: (password_dialog_response),
1703         (ev_window_load_job_cb):
1704
1705         Fix loading encrypted documents since I broke it with the jobs
1706         rework.
1707         
1708 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * NEWS:
1711
1712         Update NEWS for 2.23.6 release.
1713         
1714 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1715
1716         * backend/impress/impress-document.c:
1717         * backend/impress/render.h:
1718         * libdocument/ev-document-factory.c:
1719         * libdocument/ev-document-factory.h:
1720         * libdocument/ev-document-links.h:
1721         * libdocument/ev-document-misc.c:
1722         * libdocument/ev-document-misc.h:
1723         * properties/ev-properties-main.c:
1724         * properties/ev-properties-view.c:
1725         * properties/ev-properties-view.h:
1726         * shell/eggfindbar.c:
1727         * shell/eggfindbar.h:
1728         * shell/ev-application.c:
1729         * shell/ev-application.h:
1730         * shell/ev-jobs.h:
1731         * shell/ev-message-area.h:
1732         * shell/ev-navigation-action.c:
1733         * shell/ev-navigation-action.h:
1734         * shell/ev-open-recent-action.c:
1735         * shell/ev-open-recent-action.h:
1736         * shell/ev-page-action-widget.c:
1737         * shell/ev-page-action.c:
1738         * shell/ev-page-action.h:
1739         * shell/ev-page-cache.h:
1740         * shell/ev-password-view.h:
1741         * shell/ev-password.h:
1742         * shell/ev-pixbuf-cache.h:
1743         * shell/ev-properties-fonts.c:
1744         * shell/ev-sidebar-attachments.c:
1745         * shell/ev-sidebar-links.c:
1746         * shell/ev-sidebar-links.h:
1747         * shell/ev-sidebar-thumbnails.c:
1748         * shell/ev-sidebar-thumbnails.h:
1749         * shell/ev-sidebar.c:
1750         * shell/ev-sidebar.h:
1751         * shell/ev-stock-icons.c:
1752         * shell/ev-tooltip.h:
1753         * shell/ev-view.c:
1754         * shell/ev-view.h:
1755         * shell/ev-window.c:
1756         * shell/ev-window.h:
1757         * shell/main.c:
1758
1759         More #include cleanups. Again: reordering, single gtk.h
1760         includes and other stuff.
1761
1762 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1763
1764         * shell/eggfindbar.c:
1765         * shell/ev-application.c:
1766         * shell/ev-message-area.c:
1767         * shell/ev-navigation-action.c:
1768         * shell/ev-open-recent-action.c:
1769         * shell/ev-page-action-widget.c:
1770         * shell/ev-page-action.c:
1771         * shell/ev-password-view.c:
1772         * shell/ev-properties-dialog.c:
1773         * shell/ev-properties-fonts.c:
1774         * shell/ev-sidebar-attachments.c:
1775         * shell/ev-sidebar-page.c:
1776         * shell/ev-sidebar-thumbnails.c:
1777         * shell/ev-stock-icons.c:
1778         * shell/ev-tooltip.c:
1779         * shell/ev-view.c:
1780         * shell/ev-window.c:
1781         * shell/main.c:
1782
1783         Cleanup many #include statements: reorder so that a
1784         generic-to-specific order is used, use single gtk.h
1785         includes, and some other cleanups.
1786
1787 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * shell/ev-jobs.h:
1790
1791         Add gio header.
1792         
1793 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1796         (ev_document_fc_mutex_trylock):
1797         * shell/Makefile.am:
1798         * shell/ev-job-queue.[ch]:
1799         * shell/ev-job-scheduler.[ch]:
1800         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1801         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1802         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1803         (ev_job_failed_from_error), (ev_job_succeeded),
1804         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1805         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1806         (ev_job_links_class_init), (ev_job_render_init),
1807         (notify_page_ready), (ev_job_render_page_ready),
1808         (ev_job_render_run), (ev_job_render_class_init),
1809         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1810         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1811         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1812         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1813         (ev_job_save_dispose), (ev_job_save_run),
1814         (ev_job_save_class_init), (ev_job_print_init),
1815         (ev_job_print_dispose), (ev_job_print_run),
1816         (ev_job_print_class_init):
1817         * shell/ev-page-cache.c:
1818         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1819         (check_job_size_and_unref), (move_one_job),
1820         (copy_job_to_job_info), (add_job),
1821         (ev_pixbuf_cache_add_jobs_if_needed):
1822         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1823         (job_fonts_finished_cb), (job_fonts_updated_cb),
1824         (ev_properties_fonts_set_document):
1825         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1826         (ev_sidebar_links_set_document):
1827         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1828         (ev_sidebar_thumbnails_set_document),
1829         (ev_sidebar_thumbnails_clear_job):
1830         * shell/ev-view-private.h:
1831         * shell/ev-view.c:
1832         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1833         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1834         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1835         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1836         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1837         (ev_window_reload_document), (ev_window_clear_save_job),
1838         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1839         (ev_window_clear_print_job), (ev_window_print_job_cb),
1840         (ev_window_print_dialog_response_cb):
1841         * shell/main.c: (main):
1842
1843         Rework the jobs system in order to make it simpler and more
1844         extensible. It allows to run jobs in the main loop instead of
1845         using a thread when it's appropriate like the fonts job. Now it's
1846         also possible to cancel jobs that are currently running. 
1847         
1848 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * libdocument/ev-debug.c: (profile_init):
1851
1852         Create the hash table also when profiling service is enabled for
1853         all sections.
1854         
1855 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1858         (ev_profiler_stop):
1859         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1860         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1861         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1862         (ev_job_print_run):
1863         * shell/main.c: (main):
1864
1865         Add a profile mode available when debug is enabled. Add profilers
1866         in ev-jobs.
1867         
1868 2008-07-23  Götz Waschk <waschk@mandriva.org>
1869
1870         * configure.ac: Correctly build desktop file. Fixes
1871         bug #544237.
1872
1873 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1874
1875         * configure.ac:
1876         
1877         Update for release 2.23.5.
1878
1879 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * NEWS:
1882
1883         Update NEWS for 2.23.5 release.
1884         
1885 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-window.c: (ev_window_state_event),
1888         (ev_window_class_init):
1889
1890         Intercept window manager's fullscreen request in order to run/stop
1891         fullscreen mode. Fixes bug #493541.
1892         
1893 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1896
1897         Restart the job search when the find bar is opened for the second
1898         time. Fixes bug #531956.
1899         
1900 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1903         (get_document_from_uri):
1904
1905         Make sure we always return a valid error struct when
1906         get_document_from_uri fails. Fixes nautilus crash, see bug
1907         #542548.
1908         
1909 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1910
1911         * libdocument/ev-transition-effect.c
1912         (ev_transition_effect_type_get_type),
1913         (ev_transition_effect_alignment_get_type),
1914         (ev_transition_effect_direction_get_type):
1915         
1916         Fixes bug #542924. Makes enums static to fix Solaris build.
1917
1918 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-view.c: (ev_view_key_press_event):
1921
1922         Add '.' keybinding for blanking the screen in presentation
1923         mode. Fixes bug #542001.
1924         
1925 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * libdocument/ev-document-misc.c:
1928         (ev_document_misc_pixbuf_from_surface):
1929
1930         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1931         #540950.
1932         
1933 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1934
1935         * backend/comics/comics-document.c (comics_document_load):
1936         * backend/comics/comicsdocument.evince-backend.in:
1937         * configure.ac:
1938         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1939         
1940         Added support for 7-zip based cb7 comic book. Patch by
1941         Kartik Rustagi. Fixes bug #532312.
1942
1943 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1944
1945         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1946         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1947         Fixes bug #539972.
1948
1949 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1950
1951         * shell/Makefile.am:
1952         * shell/ev-application.c (ev_application_init),
1953         (ev_application_get_media_keys):
1954         * shell/ev-application.h:
1955         * shell/ev-marshal.list:
1956         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1957         (proxy_destroy), (on_media_player_key_pressed),
1958         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1959         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1960         * shell/ev-media-player-keys.h:
1961         * shell/ev-window.c (ev_window_go_previous_page),
1962         (ev_window_go_next_page), (ev_window_go_first_page),
1963         (ev_window_go_last_page), (ev_window_start_presentation),
1964         (ev_window_dispose), (view_actions_focus_in_cb):
1965         * shell/ev-window.h: When building with D-Bus support, listen
1966         for multimedia key events from gnome-settings-daemon. This allows
1967         to go to the next/previous/first/last pages using, respectively,
1968         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1969         a presentation. Fixes bug #539971.
1970
1971 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1972
1973         * configure.ac:
1974         
1975         Update for release 2.23.4.
1976
1977 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * NEWS:
1980
1981         Update news for 2.23.4 release.
1982         
1983 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1986         * shell/ev-sidebar-thumbnails.c:
1987         (ev_sidebar_thumbnails_set_loading_icon),
1988         (ev_sidebar_thumbnails_refresh):
1989         * shell/ev-window.c: (ev_window_error_message),
1990         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1991         (ev_window_set_document):
1992
1993         Do not crash opening documents with no pages and show a warning
1994         message in the message area. Fixes bugs #537574 and #171588.
1995         
1996 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/Makefile.am:
1999         * shell/ev-file-monitor.[ch]:
2000         * shell/ev-window.c: (ev_window_document_changed),
2001         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2002         (ev_window_reload_job_cb), (ev_window_open_uri),
2003         (ev_window_reload_document), (ev_window_cmd_view_reload),
2004         (ev_window_dispose):
2005
2006         Automaticly reload the document when the file has changed on
2007         disk. Bug #304249.
2008         
2009 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2010
2011         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2012         * libdocument/ev-image.c: (ev_image_save_tmp):
2013         * libdocument/ev-module.c: (ev_module_load):
2014         * shell/ev-application.c: (ev_application_shutdown),
2015         (ev_application_get_print_settings):
2016         * shell/ev-sidebar-attachments.c:
2017         (ev_sidebar_attachments_button_press),
2018         (ev_sidebar_attachments_drag_data_get):
2019         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2020         (ev_window_print_finished), (ev_window_print_send),
2021         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2022         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2023         (ev_window_cmd_preview_print):
2024         * shell/main.c: (load_files_remote):
2025         Fix some build warnings under GCC 4.3.0. (#537535).
2026
2027 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * shell/ev-jobs.c: (ev_job_render_dispose):
2030
2031         Fix a crash in debug mode. Patch by Daniel M German.
2032         
2033 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c:
2036
2037         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2038         
2039 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-window.c: (ev_window_print_send),
2042         (ev_window_do_preview_print):
2043
2044         Use the window title as print job name instead of just
2045         "evince-print". Fixes bug #534493.
2046         
2047 2008-05-19  Frederic Peters  <fpeters@0d.be>
2048
2049         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2050         Bug #533897.
2051
2052 2008-05-19  Frederic Peters  <fpeters@0d.be>
2053
2054         * help/reference/Makefile.am: added missing libevmountoperation to
2055         gtkdoc-scanobj libraries.  Bug #533896.
2056
2057 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2058
2059         * properties/ev-properties-view.c (get_default_user_units):
2060         Fixes check for default units string translation. Bug #533323.
2061
2062 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2063
2064         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2065         be an iks_free(). Fix an array overflow in the XML parser that
2066         would occur whenever the number of attributes in a tag was greater
2067         than 0 and divisible by 6. Fixes GNOME bug #530852.
2068
2069 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * backend/djvu/djvu-document-private.h:
2072         * backend/djvu/djvu-links.c:
2073         * backend/djvu/djvu-text.c:
2074         * backend/djvu/djvu-document.c: (djvu_handle_events),
2075         (djvu_wait_for_message), (djvu_document_load),
2076         (document_get_page_size), (djvu_document_render),
2077         (djvu_document_thumbnails_get_thumbnail),
2078         (djvu_document_file_exporter_end):
2079
2080         Make sure load job doesn't finish successfully when the document
2081         is not successfully decoded by libdjvu. Fixes bug #530202.
2082         
2083 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * configure.ac:
2086         * libdocument/Makefile.am:
2087         * libdocument/ev-debug.[ch]:
2088         * libdocument/ev-document.c:
2089         * shell/ev-jobs.c: (ev_job_links_dispose),
2090         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2091         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2092         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2093         (ev_job_render_page_ready), (ev_job_render_run),
2094         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2095         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2096         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2097         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2098         (ev_job_print_new), (ev_job_print_run):
2099         * shell/main.c: (main):
2100
2101         Add debug mode based on gedit code. Add debug messages in
2102         ev-jobs.
2103         
2104 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * libdocument/ev-document-factory.c: (get_document_from_uri):
2107
2108         Fix memory leak.
2109         
2110 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2111
2112         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2113         (get_mime_type_from_data), (get_document_from_uri),
2114         (ev_document_factory_get_document):
2115         
2116         Improved error message about file opening failture.
2117         Bug #529129.
2118
2119 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2120
2121         * data/evince-toolbar.xml:
2122         
2123         Allow to add SaveAs to toolbar.
2124
2125 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * shell/ev-view-private.h:
2128         * shell/ev-view.[ch]: (ev_view_button_release_event),
2129         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2130         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2131         (ev_view_update_primary_selection), (clear_link_selected),
2132         (ev_view_copy_link_address):
2133         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2134
2135         Update also the primary selection when copying a link
2136         address. Fixes bug #520855.
2137         
2138 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * libdocument/ev-document-factory.c: (get_document_from_uri):
2141
2142         Use the pixbuf backend only when the mime type is not supported by
2143         any of the other backend so that tiff documents, for instance, are
2144         handled by the tiff backend instead of the pixbuf backend. fixes
2145         bug #520290.
2146         
2147 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * cut-n-paste/Makefile.am:
2150
2151         Add evmountoperation to subdirs list.
2152         
2153 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * configure.ac:
2156
2157         Fix libspectre check in configure script. Fixes bug #528549.
2158         
2159 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * configure.ac:
2162         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2163         * shell/Makefile.am:
2164         * shell/ev-window.c: (ev_window_load_remote_failed),
2165         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2166
2167         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2168         open documents in remote locations that are not mounted.
2169         
2170 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2173         (bitmap_convert_msb8):
2174         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2175         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2176
2177         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2178         
2179 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2182         (ev_job_render_new), (ev_job_render_set_selection_info),
2183         (ev_job_render_run):
2184         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2185         (check_job_size_and_unref),
2186         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2187         (add_job), (ev_pixbuf_cache_get_selection_surface):
2188
2189         Create the render context needed for rendering a page in the render
2190         thread so that we don't block the main thread. Simplify
2191         EvJobRender API.
2192         
2193 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * libdocument/Makefile.am:
2196         * libdocument/ev-page.[ch]:
2197         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2198         (ev_render_context_new), (ev_render_context_set_page):
2199         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2200         (ev_form_field_finalize), (ev_form_field_class_init):
2201         * libdocument/ev-document-forms.[ch]:
2202         (ev_document_forms_get_form_fields):
2203         * libdocument/ev-document.[ch]: (ev_document_get_page),
2204         (ev_document_get_page_size), (ev_document_get_page_label):
2205         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2206         (ev_job_render_run), (ev_job_thumbnail_new),
2207         (ev_job_thumbnail_run), (ev_job_print_run):
2208         * shell/ev-page-cache.c: (ev_page_cache_new):
2209         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2210         (check_job_size_and_unref), (add_job):
2211         * shell/ev-sidebar-thumbnails.c: (add_range):
2212         * shell/ev-view.c: (ev_view_form_field_get_region),
2213         (ev_view_form_field_button_create_widget),
2214         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2215         (ev_view_handle_form_field), (ev_view_size_allocate),
2216         (get_selected_text):
2217         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2218         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2219         (pdf_document_get_page), (pdf_document_get_page_label),
2220         (pdf_document_render), (pdf_document_get_info),
2221         (pdf_document_document_iface_init),
2222         (pdf_document_thumbnails_get_thumbnail),
2223         (pdf_document_thumbnails_get_dimensions),
2224         (pdf_document_file_exporter_do_page),
2225         (pdf_selection_render_selection),
2226         (pdf_selection_get_selected_text),
2227         (pdf_selection_get_selection_region),
2228         (pdf_selection_get_selection_map),
2229         (pdf_document_forms_get_form_fields),
2230         (pdf_document_forms_form_field_text_get_text),
2231         (pdf_document_forms_form_field_text_set_text),
2232         (pdf_document_forms_form_field_button_set_state),
2233         (pdf_document_forms_form_field_button_get_state),
2234         (pdf_document_forms_form_field_choice_get_item),
2235         (pdf_document_forms_form_field_choice_get_n_items),
2236         (pdf_document_forms_form_field_choice_is_item_selected),
2237         (pdf_document_forms_form_field_choice_select_item),
2238         (pdf_document_forms_form_field_choice_toggle_item),
2239         (pdf_document_forms_form_field_choice_unselect_all),
2240         (pdf_document_forms_form_field_choice_set_text),
2241         (pdf_document_forms_form_field_choice_get_text):
2242         * backend/ps/ev-spectre.c: (ps_document_get_page),
2243         (ps_document_get_page_size), (ps_document_get_page_label),
2244         (ps_document_render), (ps_document_document_iface_init),
2245         (ps_document_file_exporter_do_page):
2246         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2247         (tiff_document_render), (tiff_document_render_pixbuf),
2248         (tiff_document_file_exporter_do_page):
2249         * backend/pixbuf/pixbuf-document.c:
2250         (pixbuf_document_get_page_size):
2251         * backend/comics/comics-document.c:
2252         (comics_document_get_page_size), (comics_document_render_pixbuf):
2253         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2254         (djvu_document_render), (djvu_selection_get_selected_text),
2255         (djvu_document_thumbnails_get_thumbnail),
2256         (djvu_document_file_exporter_do_page),
2257         (djvu_document_find_get_result):
2258         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2259         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2260         (dvi_document_thumbnails_get_thumbnail),
2261         (dvi_document_file_exporter_do_page):
2262         * backend/impress/impress-document.c:
2263         (impress_document_get_page_size),
2264         (impress_document_render_pixbuf):
2265         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2266
2267         Add EvPage so that we can hold a reference to the backend
2268         page. Form fields keep now a reference to the poppler page
2269         improving performance since we don't have to create/destroy the
2270         poppler field for every form operation. This will be needed for
2271         annotations too.
2272         
2273 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * data/evince-ui.xml:
2276         * shell/ev-window.c:
2277
2278         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2279         
2280 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * configure.ac:
2283         * backend/ps/Makefile.am:
2284
2285         Remove gs stuff from ps backend.
2286         
2287 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * configure.ac:
2290         * backend/pdf/ev-poppler.cc:
2291
2292         Bump poppler requirement to 0.8.0.
2293         
2294 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2295
2296         * NEWS:
2297         * configure.ac:
2298
2299         Update for release 2.22.1.1
2300
2301 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * configure.ac:
2304
2305         Fix build (again) when poppler version is 0.6
2306         
2307 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * backend/djvu/djvu-links.c: (build_tree):
2310
2311         Make sure link title is a valid utf8 string. Fixes bug #526517.
2312         
2313 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * configure.ac:
2316
2317         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2318         #526799.
2319         
2320 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2321
2322         * configure.ac:
2323         
2324         Update for release 2.22.1.
2325
2326 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * NEWS:
2329
2330         Update for upcoming release.
2331
2332 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * configure.ac:
2335         * backend/dvi/dvidocument.evince-backend.in:
2336
2337         Add compressed dvi to the list of supported mime types. Patch by
2338         Ed Catmur. Fixes bug #307087.
2339
2340 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2343
2344         Fix a crash when printing a range that doesn't specify the start or
2345         end page. Fixes bug #524288.
2346
2347 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-window.c: (ev_window_cmd_continuous),
2350         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2351         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2352         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2353         (ev_window_run_presentation), (ev_window_stop_presentation),
2354         (ev_window_cmd_view_presentation),
2355         (ev_window_cmd_leave_fullscreen),
2356         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2357
2358         Do not unfullscreen and fullscreen again the window when changing
2359         from fullscreen to presentation mode and vice versa. Fixes bug
2360         #524112.
2361         
2362 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2365
2366         Do not crash when thumbnail failed to render in PS backend. Fixes
2367         bug #525015.
2368         
2369 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2372         (ev_window_load_file_remote), (ev_window_open_uri):
2373
2374         Handle errors when opening remote files.
2375         
2376 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2379
2380         Only grab the focus for the current visible proxy widget. Fixes
2381         bug #521224.
2382         
2383 2008-03-30  Emil Soleyman  <emil@nishra.com>
2384
2385         * shell/ev-window.c: (launch_external_uri):
2386         
2387         Reuse g_app_info_launch_default_for_uri to
2388         save some code and fix bug #525009.
2389
2390 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2391
2392         * shell/ev-window.c (image_save_dialog_response_cb):
2393
2394         Use g_str_has_suffix. See bug #523069.
2395
2396 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * configure.ac:
2399
2400         Add a configure option to enable/diable DBus. Patch by Rémi
2401         Cardona. Fixes bug 521797.
2402
2403 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2406
2407         Fix printing in documents with rotated pages. Patch by Eugen
2408         Dedu. Fixes bug #512648.
2409         
2410 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2413         (ev_link_from_action):
2414
2415         Fix warning messages.
2416         
2417 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * shell/ev-window.c: (image_save_dialog_response_cb):
2420
2421         Do not append the extension to filename when saving an image
2422         if the filename alredy contains the extension. Fixes bug #523069.
2423         
2424 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * shell/ev-view.[ch]: (ev_view_find_cancel):
2427         * shell/ev-window.c: (find_bar_close_cb):
2428
2429         Cancel the find operation when the find bar is closed. Fixes bug
2430         #508845.
2431         
2432 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * backend/ps/psdocument.evince-backend.in:
2435
2436         Make ps backend module resident. Fixes bug #520607.
2437         
2438 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * shell/ev-jobs.c: (ev_job_print_run):
2441
2442         Invert collate action in order to work as expected, fix reverse
2443         printing so that it doesn't start with a blank page and fix number
2444         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2445         
2446 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2449
2450         Fix build with poppler <= 0.7.2
2451         
2452 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * libdocument/ev-document-misc.c:
2455         (ev_document_misc_surface_from_pixbuf):
2456
2457         Fix selections with poppler-splash.
2458         
2459 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * configure.ac:
2462         * backend/pdf/ev-poppler.cc:
2463
2464         Fix build with poppler >= 0.7.2
2465         
2466 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2467
2468         * configure.ac:
2469         
2470         Update for release 2.22.0
2471
2472 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2473
2474         * NEWS:
2475
2476         Update for upcoming release.
2477
2478 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2479
2480         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2481
2482         Bug 495107 – Handle print dialog responses correctly
2483
2484         Correctly handle print dialog response. Properly fixes
2485         the above mentioned bug.
2486
2487 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2490
2491         Make sure print job is only run when the print button is
2492         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2493         
2494 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * backend/pdf/pdfdocument.evince-backend.in:
2497         * libdocument/ev-backends-manager.c:
2498         (ev_backends_manager_load_backend),
2499         (ev_backends_manager_get_document):
2500         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2501
2502         Allow making backend modules resident. This is needed only for
2503         some backends like pdf to avoid registering glib types more than
2504         once.
2505         
2506 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * backend/comics/comics-document.c:
2509         * backend/djvu/djvu-document.c:
2510         * backend/impress/impress-document.c:
2511         * backend/pdf/ev-poppler.cc:
2512         * backend/pixbuf/pixbuf-document.c:
2513         * backend/ps/ev-spectre.c:
2514         * backend/ps/ps-document.c:
2515         * backend/tiff/tiff-document.c:
2516         * libdocument/ev-document.h:
2517         * properties/ev-properties-main.c:
2518
2519         Use g_type_module_add_interface instead of
2520         g_type_add_interface_static. Fixes bug #519679.
2521         
2522 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2523
2524         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2525         Added. Returns whether the animation has everything necessary to run.
2526         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2527         is ready just because it's been created. Fixes #519106.
2528         (draw_one_page): Do not show the "Loading..." text in presentation
2529         mode, there was a slim probability that this could happen.
2530
2531 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2534
2535         Duplicate mime_type string before freeing it so that it doesn't
2536         always fail when getting mime type from uri. Fixes bug #518874.
2537         
2538 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2541
2542         Fix a crash when a choice form field doesn't have any item
2543         selected. Fixes bug #518831
2544         
2545 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2546
2547         * shell/ev-window.c (ev_window_clear_temp_file):
2548         Use g_file_has_prefix instead of renamed
2549         g_file_contains_file.
2550
2551         * configure.ac:
2552         Require new glib for above change.
2553         
2554 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * libdocument/ev-image.c: (ev_image_finalize),
2557         (ev_image_save_tmp):
2558
2559         Return a real uri instead of a filename when saving an
2560         image. Fixes images drag an drop from evince to nautilus. 
2561         
2562 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * backend/pdf/ev-poppler.cc:
2565         (pdf_document_images_get_image_mapping):
2566
2567         Return the image list in the right order. Fixes bug #516237.
2568         
2569 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2570
2571         * backend/impress/impress-document.c:
2572         (impress_document_thumbnails_get_thumbnail):
2573
2574         Remove unused variable to avoid a compiler warning.
2575
2576 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * configure.ac:
2579         
2580         Update for release 2.21.91.
2581
2582 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * configure.ac:
2585         * shell/Makefile.am:
2586         * shell/ev-application.[ch]:
2587         * shell/ev-sidebar-links.c:
2588         * shell/ev-utils.[ch]:
2589         * shell/ev-window.[ch]:
2590
2591         Remove libgnomeprint support. Fixes bug #512370.
2592         
2593 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2594
2595         * thumbnailer/evince-thumbnailer.c: (main):
2596
2597         Initialize glib type system before using it. Fixes bug #513934.
2598         
2599 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * properties/ev-properties-main.c:
2602
2603         Add missing #include.
2604         
2605 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * configure.ac:
2608         * backend/djvu/djvu-document.c: (djvu_document_render):
2609         * backend/tiff/tiff-document.c: (tiff_document_render):
2610
2611         Use the new cairo function cairo_format_stride_for_width when
2612         available. Fixes bug #482720.
2613
2614 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2617         (get_mime_type_from_data), (get_document_from_uri):
2618
2619         Use g_content_type_guess() only when slow is true in
2620         get_document_from_uri(). Fix several memory leaks.
2621         
2622 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2623
2624         * libdocument/ev-document-factory.c:
2625         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2626         (get_document_from_uri):
2627
2628         Use g_content_type_guess () to get mimetype for files.
2629         Bug #510401.
2630
2631 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2632
2633         * thumbnailer/Makefile.am:
2634
2635         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2636         
2637 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * configure.ac:
2640
2641         Fix build with --without-libgnome. Fixes bug #512771.
2642         
2643 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2644
2645         * backend/dvi/Makefile.am: Install only dvi
2646         module. Fixes bug #512718.
2647
2648 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2649
2650         * properties/ev-properties-main.c: (nautilus_module_initialize):
2651         
2652         Initialize backends in properties tab. Fixes bug
2653         #512720.
2654
2655 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2656
2657         * properties/Makefile.am: No need to link with 
2658         libraries. Fixes bug #512719.
2659
2660 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2661
2662         * NEWS:
2663         * configure.ac:
2664         
2665         Update for release 2.21.90.
2666
2667 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * shell/ev-window.c: (ev_window_cmd_escape):
2670
2671         Fix compile warning.
2672         
2673 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2676
2677         Fix printing in dvi backend when filename contains white
2678         espaces. Fixes bug #502839.
2679         
2680 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2683         (screensaver_disable_x11):
2684         * shell/Makefile.am:
2685         * shell/xdg-user-dir-lookup.c: Removed
2686         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2687         * shell/ev-view.c: (ev_view_presentation_transition_start):
2688         * shell/ev-window.c: (ev_window_cmd_file_open),
2689         (ev_window_cmd_save_as), (presentation_set_timeout):
2690
2691         Remove #ifdefs that are no longer needed.
2692         
2693 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * shell/ev-view.[ch]: (ev_view_button_release_event),
2696         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2697         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2698         (ev_window_cmd_escape):
2699
2700         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2701         
2702 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * configure.ac:
2705         * backend/comics/comics-document.c: (comics_document_load):
2706         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2707         (ev_attachment_set_property), (ev_attachment_init),
2708         (ev_attachment_save), (ev_attachment_launch_app),
2709         (ev_attachment_open):
2710         * libdocument/ev-document-factory.c: (get_document_from_uri):
2711         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2712         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2713         * shell/ev-jobs.c:
2714         * shell/ev-password.c: (ev_password_dialog_set_property),
2715         (ev_password_dialog_save_password):
2716         * shell/ev-sidebar-attachments.c:
2717         (ev_sidebar_attachments_drag_data_get):
2718         * shell/ev-window-title.c: (get_filename_from_uri):
2719         * shell/ev-window.c: (ev_window_clear_temp_file),
2720         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2721         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2722         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2723         (launch_external_uri), (image_save_dialog_response_cb),
2724         (attachment_save_dialog_response_cb):
2725         * shell/main.c: (load_files), (load_files_remote), (main):
2726         * thumbnailer/evince-thumbnailer.c: (main):
2727
2728         Port to gio and drop gnome-vfs dependency. Fixes bug
2729         #510401. Based on patch by Cosimo Cecchi.
2730         
2731 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2732
2733         * NEWS:
2734
2735         Fixed formatting inconsistencies (spaces vs. tabs)
2736
2737 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2738
2739         * shell/ev-window.c:
2740
2741         Use top/up/bottom/down arrows instead of
2742         first/left/last/right in the toolbar and menu actions.
2743         This fixes issues with RTL languages and is visually
2744         consistent with the page view. Fixes bug #170081.
2745
2746 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2747
2748         * NEWS:
2749
2750         Fixed some inaccuracies pointed out by Carlos Garcia
2751         Campos.
2752
2753 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2754
2755         * NEWS:
2756         * data/evince.schemas.in:
2757         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2758
2759         Override PDF restrictions by default. Fixes bug #382700.
2760
2761 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2762
2763         * NEWS: Updated for upcoming release
2764
2765 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2768
2769         Fix memory leak.
2770         
2771 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2772
2773         * shell/ev-window.c: (register_custom_actions):
2774         
2775         Added comment for translators
2776
2777 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * shell/ev-view.c: (ev_view_button_release_event):
2780
2781         Do not create the idle function for kinetic scrolling if we are
2782         not in a drag operation.
2783
2784 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2787         (ev_view_button_press_event), (ev_view_motion_notify_event),
2788         (ev_view_button_release_event):
2789
2790         Restore cursor after autoscrolling. Fixes bug #509958.
2791
2792 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * configure.ac:
2795         * backend/pdf/ev-poppler.cc:
2796         (pdf_document_images_get_image_mapping),
2797         (pdf_document_images_get_image),
2798         (pdf_document_document_images_iface_init):
2799         * libdocument/ev-document-images.[ch]:
2800         (ev_document_images_get_image_mapping),
2801         (ev_document_images_get_image):
2802         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2803         (ev_image_get_id), (ev_image_save_tmp):
2804         * shell/ev-jobs.c: (ev_job_render_run):
2805         * shell/ev-view.c: (ev_view_drag_data_get):
2806         * shell/ev-window.c: (image_save_dialog_response_cb),
2807         (ev_view_popup_cmd_copy_image):
2808
2809         Do not render images when rendering the page but on demand. It
2810         reduces the memory comsumption.
2811         
2812 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2813
2814         * configure.a:
2815         * shell/ev-password.c:
2816
2817         Make gnome-keyring optional. Fixes bug #509676.
2818         
2819 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * shell/ev-pixbuf-cache.c: (add_job):
2822
2823         Initialize include_images variable as FALSE instead of TRUE.
2824         
2825 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2826
2827         * configure.ac:
2828         * cut-n-paste/Makefile.am:
2829         * cut-n-paste/fileformatchooser/Makefile.am:
2830         * cut-n-paste/fileformatchooser/egg-macros.h:
2831         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2832         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2833         * shell/Makefile.am:
2834         * shell/ev-utils.c:
2835         (file_chooser_dialog_add_writable_pixbuf_formats),
2836         (get_gdk_pixbuf_format_by_extension):
2837         * shell/ev-utils.h:
2838         * shell/ev-window.c: (ev_window_error_message),
2839         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2840         
2841         Simplify image format selection on save.
2842
2843 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * shell/ev-view.c: (ev_view_scroll_event):
2846         
2847         Repair gorizontal scrolling with shift. Fixes
2848         bug #483412.
2849
2850 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2851         
2852         * MAINTAINERS:
2853
2854         Fix formatting issues.
2855         
2856 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2857
2858         * backend/comics/comics-document.c: (comics_regex_quote):
2859         
2860         Don't overquote special chars except of '. See bug 
2861         502500. Thanks to Tom Parker.
2862
2863 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2864
2865         * MAINTAINERS:
2866         
2867         Added Nickolay and Carlos, since they're doing most of
2868         the releases nowadays.
2869
2870 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2871
2872         * properties/Makefile.am:
2873
2874         Get the nautilus extension dir properly instead of using
2875         a hack. Fixes bug #505359.
2876
2877 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2878
2879         * properties/Makefile.am:
2880         
2881         Install nautilus extension into new place. See bug
2882         #505359. Thanks to Matthias Clasen, Brian Pepple and
2883         Damien Carbery.
2884
2885 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2886
2887         * shell/ev-window.c: (ev_window_get_recent_file_label):
2888         
2889         RTL marker in recent file list. See bug #509076.
2890
2891 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2894         * shell/ev-window.c: (image_save_dialog_response_cb):
2895
2896         Fix compile warnings due to unused variables.
2897         
2898 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * configure.ac:
2901         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2902         * backend/ps/ev-spectre.c: (ps_document_render):
2903
2904         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2905
2906 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2907
2908         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2909         (ev_transition_animation_paint): Implement "fade" effect.
2910
2911 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2912
2913         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2914         (ev_transition_animation_paint): Implement "uncover" effect.
2915
2916 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2917
2918         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2919         (ev_transition_animation_paint): Implement "cover" effect.
2920
2921 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2922
2923         * shell/ev-transition-animation.c (ev_transition_animation_push)
2924         (ev_transition_animation_paint): Implement "push" effect.
2925
2926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2927
2928         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2929         (ev_transition_animation_paint): Implement "dissolve" effect.
2930
2931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2932
2933         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2934         (ev_transition_animation_paint): Implement "wipe" effect.
2935
2936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2937
2938         * shell/ev-transition-animation.c (ev_transition_animation_box)
2939         (ev_transition_animation_paint): Implement "box" effect.
2940
2941 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2942
2943         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2944         (ev_transition_animation_paint): Implement "blinds" effect.
2945
2946 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2947
2948         * shell/ev-transition-animation.c (ev_transition_animation_split)
2949         (ev_transition_animation_paint): Implement "split" effect.
2950
2951 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2952
2953         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2954         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2955         (ev_view_transition_animation_start) 
2956         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2957         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2958         (ev_view_next_page) (ev_view_previous_page):
2959         
2960         Use EvTransitionAnimation to drive page changes in the presentation
2961         mode, the animation will wait to start until both the origin and 
2962         destination page surfaces are available. Fixes #458460.
2963
2964         (draw_loading_text):
2965
2966         Remove workaround for bug #320352, it's now fixed properly.
2967
2968
2969 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2970
2971         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2972         will contain the implementations for page transition animations, at
2973         the moment it just has the "replace" effect.
2974         * shell/Makefile.am: Added these files to build.
2975
2976 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2977
2978         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2979         animations.
2980         * shell/Makefile.am: Added these files to build.
2981
2982 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2983
2984         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2985         implementation to get_effect() in EvDocumentTransitionIface.
2986
2987 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2988
2989         * libdocument/ev-transition-effect.[ch]: New files, define a page
2990         transition effect, at the moment it maps PopplerPageTransition to a
2991         GObject.
2992         * libdocument/Makefile.am: Added these files to build.
2993         * libdocument/ev-document-transition.[ch]
2994         (ev_document_transition_get_effect): New method, gets the
2995         EvTransitionEffect returned by the interface implementation, with
2996         fallback to the "replace" effect.
2997
2998 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2999
3000         * configure.ac:
3001         * cut-n-paste/Makefile.am:
3002         * cut-n-paste/fileformatchooser/Makefile.am:
3003         * cut-n-paste/fileformatchooser/egg-macros.h:
3004         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3005         * shell/Makefile.am:
3006         * shell/ev-window.c: (image_save_dialog_response_cb),
3007         (ev_view_popup_cmd_save_image_as):
3008
3009         Allow exporting images in any format supported by
3010         GdkPixbuf. Fixes bug #500209.
3011         
3012 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * backend/pixbuf/pixbuf-document.c:
3015
3016         More warnings fixed.
3017         
3018 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3021         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3022         * backend/djvu/djvu-text.h:
3023         * backend/tiff/tiff-document.c: (tiff_document_render):
3024
3025         Fix compile warnings.
3026         
3027 2007-12-28  Christian Persch  <chpe@gnome.org>
3028
3029         * **/*.c: Include config.h. Bug #504721.
3030
3031 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3032
3033         * configure.ac:
3034         * Makefile.am:
3035         * po/POTFILES.in:
3036         * backend/comics/Makefile.am:
3037         * backend/comics/comics-document.[ch]:
3038         * backend/comics/comicsdocument.evince-backend.in:
3039         * backend/djvu/Makefile.am:
3040         * backend/djvu/djvu-document.[ch]:
3041         * backend/djvu/djvudocument.evince-backend.in:
3042         * backend/dvi/Makefile.am:
3043         * backend/dvi/dvi-document.[c]:
3044         * backend/dvi/dvidocument.evince-backend.in:
3045         * backend/impress/Makefile.am:
3046         * backend/impress/impress-document.[ch]:
3047         * backend/impress/impressdocument.evince-backend.in:
3048         * backend/pdf/Makefile.am:
3049         * backend/pdf/ev-poppler.cc:
3050         * backend/pdf/ev-poppler.h:
3051         * backend/pdf/pdfdocument.evince-backend.in:
3052         * backend/pixbuf/Makefile.am:
3053         * backend/pixbuf/pixbuf-document.[ch]:
3054         * backend/pixbuf/pixbufdocument.evince-backend.in:
3055         * backend/ps/Makefile.am:
3056         * backend/ps/ev-spectre.[ch]:
3057         * backend/ps/ps-document.[ch]:
3058         * backend/ps/psdocument.evince-backend.in:
3059         * backend/tiff/Makefile.am:
3060         * backend/tiff/tiff-document.[ch]:
3061         * backend/tiff/tiffdocument.evince-backend.in:
3062         * libdocument/Makefile.am:
3063         * libdocument/ev-backends-manager.[ch]:
3064         * libdocument/ev-module.[ch]:
3065         * libdocument/ev-document.h:
3066         * libdocument/ev-document-factory.[ch]:
3067         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3068         (get_compression_from_mime_type), (get_document_from_uri),
3069         (ev_document_factory_get_document), (file_filter_add_mime_types),
3070         (ev_document_factory_add_filters):
3071         * shell/Makefile.am:
3072         * shell/ev-window-title.c: (get_filename_from_uri):
3073         * shell/main.c: (main):
3074         * thumbnailer/Makefile.am:
3075         * thumbnailer/evince-thumbnailer.c: (main):
3076
3077         Plugin system for backends. Fixes bug #351348.
3078         
3079 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3080
3081         * shell/ev-view-private.h:
3082         * shell/ev-view.c: (ev_view_drag_update_momentum),
3083         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3084         (ev_view_button_release_event), (ev_view_destroy):
3085         
3086         Kinetic scrolling implemented as requested in
3087         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3088
3089 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3090
3091         * data/evince-toolbar.xml:
3092         * data/evince-ui.xml:
3093         * shell/ev-view-private.h:
3094         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3095         (ev_view_button_press_event), (ev_view_motion_notify_event),
3096         (ev_view_button_release_event), (ev_view_init),
3097         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3098         (ev_view_set_cursor):
3099         * shell/ev-view.h:
3100         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3101         (ev_window_cmd_view_autoscroll):
3102         
3103         Autoscroll feature with the context menu. Fixes bug 
3104         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3105
3106 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3109
3110         Disconnect also page-ready signal when removing a job because the
3111         page size has changed. Thanks to kripken
3112         <kripkensteiner@gmail.com>.
3113
3114 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3115
3116         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3117         
3118         Scroll pages in page entry with mouse wheel. Fixes bug
3119         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3120
3121 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * backend/dvi/Makefile.am:
3124         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3125         (mdvi_cairo_device_init):
3126         * backend/dvi/mdvi-lib/common.h:
3127         * backend/dvi/mdvi-lib/mdvi.h:
3128         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3129         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3130         (mdvi_build_path_from_cwd):
3131
3132         Add ps specials support in dvi backend when libspectre is
3133         present. Fixes bug #386005.
3134         
3135 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * configure.ac:
3138         * backend/ps/Makefile.am:
3139         * backend/ps/ev-spectre.[ch]:
3140         
3141         Use libspectre, if available, for the ps backend. Fixes bugs
3142         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3143
3144 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3145         
3146         * backend/comics/comics-document.c: (comics_document_load):
3147         
3148         Cygwin build issue fix.
3149
3150 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * shell/ev-view.c: (ev_view_set_zoom):
3153
3154         Do not limit the minimum zoom factor when sizing mode is best bit
3155         or fit width. Fixes bug #503805.
3156         
3157 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3160         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3161         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3162         (ev_link_dest_get_property), (ev_link_dest_set_property),
3163         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3164         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3165         (ev_link_dest_new_fitr):
3166         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3167         (goto_fith_dest), (goto_xyz_dest):
3168
3169         Do not change left, top and zoom values when they are null in PDF
3170         destinations. Fixes bug #460658.
3171         
3172 2007-12-10  Christian Persch  <chpe@gnome.org>
3173
3174         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3175         (ev_view_accessible_class_init),
3176         (ev_view_accessible_idle_do_action),
3177         (ev_view_accessible_action_do_action),
3178         (ev_view_accessible_action_get_description),
3179         (ev_view_accessible_action_set_description),
3180         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3181         (ev_view_accessible_factory_init),
3182         (ev_view_accessible_factory_get_accessible_type):
3183         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3184         private data, and G_DEFINE_TYPE. Bug #502843.
3185
3186 2007-12-08  Christian Persch  <chpe@gnome.org>
3187
3188         * shell/ev-metadata-manager.c: (item_free),
3189         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3190         (value_free), (parse_value), (parseItem),
3191         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3192         (save_values): Use GSlice to allocate small amounts of memory. Bug
3193         #475972.
3194
3195 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3198
3199         Restore cursor to normal after a drag operation. Fixes bug
3200         #501603.
3201         
3202 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3203
3204         * NEWS:
3205         * configure.ac:
3206         
3207         Update for release 2.21.1
3208
3209 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * configure.ac:
3212         * cut-n-paste/gedit-message-area/Makefile.am:
3213         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3214         * shell/Makefile.am:
3215         * shell/ev-message-area.[ch]:
3216         * shell/ev-window.c: (ev_window_set_message_area),
3217         (ev_window_error_message_response_cb), (ev_window_error_message),
3218         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3219         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3220         (ev_attachment_popup_cmd_open_attachment),
3221         (attachment_save_dialog_response_cb), (ev_window_set_document),
3222         (ev_window_init):
3223
3224         Use a message area instead of a popup dialog for error
3225         notifications. Fixes bug #337495.
3226         
3227 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3230         (ev_window_run_fullscreen):
3231
3232         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3233         
3234 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * ev-sidebar-thumbnails.c: (update_visible_range),
3237         (ev_sidebar_thumbnails_refresh),
3238         (ev_sidebar_thumbnails_set_document),
3239         (ev_sidebar_thumbnails_support_document):
3240
3241         Show thumbnails for documents with one page. Fixes bug #358751.
3242         
3243 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-window.c:
3246         (ev_window_load_print_settings_from_metadata),
3247         (ev_window_save_print_settings), (ev_window_print_finished),
3248         (ev_window_print_range):
3249
3250         Print settings that are specific to the document are now saved per
3251         document in the metadata file. Fixes bug #488806.
3252         
3253 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3254
3255         * backend/tiff/tiff-document.c: (tiff_document_render):
3256
3257         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3258         
3259 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-application.[ch]: (get_find_string_from_args),
3262         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3263         (ev_application_open_uri_list):
3264         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3265         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3266         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3267         (ev_window_cmd_recent_file_activate),
3268         (ev_window_open_recent_action_item_activated),
3269         (ev_window_print_send), (open_remote_link):
3270         * shell/main.c: (arguments_parse):
3271
3272         Add a command line option for search. Fixes bug #497710.
3273         
3274 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3275
3276         * shell/ev-jobs.c: (ev_job_print_new):
3277
3278         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3279         
3280 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * data/evince-toolbar.xml:
3283         * shell/Makefile.am:
3284         * shell/ev-application.c: (ev_application_init):
3285         * shell/ev-open-recent-action.[ch]:
3286         * shell/ev-window.c:
3287         (ev_window_open_recent_action_item_activated),
3288         (register_custom_actions):
3289
3290         Add an expander to the open toolbar item which pops up a dropdown
3291         menu with the recently used documents. Fixes bug #487215.
3292         
3293 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * shell/ev-window.c: (ev_window_open_uri),
3296         (ev_window_cmd_view_reload):
3297
3298         Do not jump to the first page when reloading by running evince
3299         from the command line. Fixes bug #490847.
3300         
3301 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3302
3303         * shell/ev-window.c: (ev_window_cmd_help_contents):
3304
3305         Plugged memory leak when help file is not found. Fixes bug
3306         #490762.
3307         
3308 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * configure.ac:
3311
3312         Enable djvu, dvi and comics backends by default. Fixes bug
3313         #437121.
3314         
3315 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * configure.ac:
3318         * cut-n-paste/Makefile.am:
3319         * cut-n-paste/recent-files/*: Removed
3320         * help/reference/Makefile.am:
3321         * shell/Makefile.am:
3322         * shell/ev-application.[ch]: (ev_application_shutdown),
3323         (ev_application_init):
3324         * shell/ev-window.c: (ev_window_add_recent),
3325         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3326
3327         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3328         
3329 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3330
3331         * shell/ev-window.c: (launch_external_uri):
3332
3333         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3334         and report error if the URL is not supported (#489910).
3335
3336 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3339         (pdf_document_file_exporter_begin_page),
3340         (pdf_document_file_exporter_end_page):
3341
3342         Fix printing with poppler splash backend. Fixes bug #489774.
3343         
3344 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3347         * shell/ev-print-job.c: (ev_print_job_class_init):
3348
3349         Fix a crash when printing with the gnome-print dialog. Fixes bug
3350         #488939.
3351         
3352 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3353
3354         * backend/pixbuf/pixbuf-document.c:
3355
3356         Fix an implicit function definition warning (#487655)
3357
3358 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-window.c:
3361
3362         Fix conflicting shortcut for view sade pane and presentation.
3363         
3364 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * backend/pdf/ev-poppler.cc:
3367         (pdf_document_file_exporter_begin_page),
3368         (pdf_document_file_exporter_do_page),
3369         (pdf_document_file_exporter_end_page),
3370         (pdf_document_file_exporter_iface_init):
3371         * libdocument/ev-file-exporter.[ch]:
3372         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3373         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3374         (ev_job_print_run):
3375
3376         When printing multiple pages per sheet in reverse option, do not
3377         invert the order of the pages in every sheet, but the order of the
3378         sheets. Do not print blank pages when page range is invalid. Fixes
3379         bugs #484857 and #485521.
3380         
3381 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3384         (ev_job_print_run):
3385         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3386
3387         Respect ranges order when printing more than one range in random
3388         order.
3389         
3390 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3391
3392         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3393         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3394
3395         Rotate also the window icon when document is rotated. Fixes bug
3396         #474681.
3397         
3398 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3401         (pdf_document_forms_get_form_fields):
3402
3403         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3404         Matthias Drochner.
3405         
3406 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * configure.ac:
3409         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3410
3411         Use poppler_page_render_for_printing() instead of
3412         poppler_page_render() if available when exporting to a ps or pdf
3413         file. Fixes bug #476627.
3414         
3415 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * shell/ev-window.c: (ev_window_run_fullscreen):
3418
3419         Do not show the toolbar in fullscreen mode if the main toolbar is
3420         not visible. Fixes bug #483048.
3421         
3422 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * shell/ev-view.c: (ev_view_button_press_event):
3425
3426         Give priority to form fields over images when deciding whether a
3427         button press event is over an image or form field. It allows edit
3428         form fields when they are over a background image. Fixes bug
3429         #477841.
3430         
3431 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * NEWS:
3434         * configure.ac:
3435         
3436         Update for release 2.20.0
3437
3438 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * backend/pdf/ev-poppler.cc:
3441
3442         Remove #ifdef HAVE_FORMS, so that forms support works again.
3443
3444 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3445
3446         * configure.ac:
3447         * data/evince.desktop.in.in:
3448         
3449         Fixes desktop file issues. See bug #473471.
3450
3451 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3454         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3455         (ev_job_queue_remove_job):
3456         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3457         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3458         * shell/ev-window.c: (ev_window_clear_save_job),
3459         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3460         (ev_window_dispose):
3461
3462         Move save a copy task to its own job so that it's carried out in a
3463         thread avoiding another lock in the main thread. Use
3464         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3465         can be saved to a pathin another file system. Fixes bug #456891.
3466         
3467 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3468
3469         * NEWS:
3470         * configure.ac:
3471         
3472         Update for release 2.19.92
3473
3474 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * configure.ac:
3477         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3478         (pdf_selection_get_selection_region),
3479         (pdf_selection_get_selection_map),
3480         (ev_form_field_from_poppler_field):
3481
3482         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3483         and triple click selections are enabled again now.
3484
3485 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * shell/ev-window.c: (ev_window_add_history):
3488
3489         Make sure not to use the history with documents not supporting
3490         links. Fixes bug #468954.
3491
3492 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * shell/ev-window.c: (ev_window_load_job_cb):
3495
3496         Restart the search when reloading a document with the find bar
3497         visible. Fixes bug #461962.
3498
3499 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-window.c: (setup_document_from_metadata),
3502         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3503
3504         Do not jump to the first page when reloading a document from the
3505         last page.
3506
3507 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-window.c: (update_chrome_flag),
3510         (setup_sidebar_from_metadata),
3511         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3512         (ev_window_cmd_edit_find_next),
3513         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3514         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3515         (find_bar_close_cb), (view_actions_focus_in_cb):
3516
3517         Do not update visibility when changing a chrome flag so that it's
3518         possible to update several flags and update visibility only once
3519         for all of them.
3520
3521 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3524
3525         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3526         supported by gtk+. Fixes bug #460907.
3527
3528 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * shell/ev-view.c: (view_update_range_and_current_page):
3531
3532         Make sure current-page <= end-page in continuous mode. Fixes bug
3533         #454950.
3534
3535 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * backend/pdf/ev-poppler.cc: (build_tree):
3538
3539         Ignore outline items without a title. Fixes bug #453913.
3540
3541 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3544         (ev_view_button_release_event), (ev_view_leave_notify_event):
3545
3546         Use always drag mouse cursor during a drag operation. Fixes bug
3547         #470564.
3548
3549 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3552         (pdf_selection_get_selection_region),
3553         (pdf_selection_get_selection_map):
3554
3555         Temporarily disable double and triple selections since it depends on
3556         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3557         released and the update of the external dependency minimal version
3558         approved.
3559
3560 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3563         (pdf_document_file_exporter_do_page):
3564         * libdocument/ev-file-exporter.h:
3565         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3566         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3567
3568         Actually fix printing regressions. Remove orientation from
3569         EvPrintContext since it's redundant.
3570
3571 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3574         * backend/impress/impress-document.c:
3575         (impress_document_document_iface_init):
3576         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3577         * backend/djvu/djvu-document.c:
3578         (djvu_document_document_iface_init),
3579         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3580         * backend/tiff/tiff-document.c:
3581         (tiff_document_document_iface_init):
3582         * backend/pixbuf/pixbuf-document.c:
3583         (pixbuf_document_document_iface_init):
3584         * backend/comics/comics-document.c:
3585         (comics_document_document_iface_init):
3586         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3587         (pdf_selection_render_selection),
3588         (pdf_selection_get_selected_text),
3589         (pdf_selection_get_selection_region),
3590         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3591         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3592         (ev_selection_get_selection_region),
3593         (ev_selection_get_selection_map):
3594         * libdocument/ev-document.[ch]:
3595         * shell/ev-pixbuf-cache.[ch]: (add_job),
3596         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3597         * shell/ev-view-private.h:
3598         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3599         (ev_job_render_run):
3600         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3601         * shell/ev-view.c: (start_selection_for_event),
3602         (ev_view_button_press_event), (ev_view_drag_data_get),
3603         (ev_view_drag_data_received), (ev_view_button_release_event),
3604         (compute_new_selection_text), (compute_selections),
3605         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3606         (ev_view_primary_get_cb):
3607
3608         Add support for double and triple click selections.
3609
3610 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3611
3612         * NEWS:
3613         * configure.ac:
3614
3615         Update for release 2.19.4
3616
3617 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3618
3619         * shell/ev-view-private.h:
3620         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3621         (ev_view_set_highlight_search):
3622         * shell/ev-view.h:
3623         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3624         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3625         (find_bar_visibility_changed_cb):
3626         
3627         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3628
3629 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3632         (pdf_document_file_exporter_begin),
3633         (pdf_document_file_exporter_do_page):
3634         * shell/ev-jobs.c: (ev_job_print_run):
3635         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3636
3637         Create always a portrait cairo surface and rotate when needed for
3638         landscape. It fixes printing problems in real printers.
3639
3640 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3643         * libdocument/ev-file-exporter.[ch]:
3644         (ev_file_exporter_get_capabilities):
3645         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3646         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3647
3648         Adjust number of pages per row according to page orientation when
3649         printing 2 or 6 pages per sheet.
3650
3651 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/ev-window.c: (ev_window_print_send):
3654
3655         Reset also cups setting to 1 when printing multiple pages per
3656         sheet. Fixes bug #468853.
3657
3658 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * libdocument/ev-document-misc.c:
3661         (ev_document_misc_surface_rotate_and_scale):
3662
3663         Use directly cairo_surface_get_content() when creating a similar
3664         surface as suggested by Jeff Muizelaar. Thanks again.
3665
3666 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * backend/djvu/djvu-document.c: (djvu_document_render):
3669         * backend/tiff/tiff-document.c: (tiff_document_render):
3670         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3671         * libdocument/ev-document-misc.c:
3672         (ev_document_misc_surface_from_pixbuf),
3673         (ev_document_misc_surface_rotate_and_scale):
3674
3675         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3676         creating page surfaces. Fixes bug #453123. Thank you very much to
3677         Jeff Muizelaar <jeff@infidigm.net>.
3678
3679 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * shell/ev-page-cache.c: (ev_page_cache_new),
3682         (ev_page_cache_get_thumbnail_size):
3683         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3684         (ev_sidebar_thumbnails_set_loading_icon):
3685
3686         Also store in page-cache the dimensions of the thumbnails so that
3687         they can be used to create the correct loading icon in the side
3688         pane. Fixes bug #466857.
3689
3690 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * backend/pdf/ev-poppler.cc:
3693         (pdf_document_thumbnails_get_thumbnail):
3694
3695         Fix thumbnails rotation in pdf documents that include embedded 
3696         thumbnails.
3697
3698 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3699
3700         * backend/pdf/ev-poppler.cc:
3701
3702         Don't use #ifdef in macro expansion. Some compilers don't
3703         like that. Closes bug #467042.
3704
3705 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3706
3707         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3708         
3709         Fixes memory leak in djvu backend.
3710
3711 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3712
3713         * data/icons/32x32/Makefile.am:
3714         * data/icons/32x32/actions/Makefile.am:
3715         * data/icons/32x32/actions/view-page-cont.svg:
3716         * data/icons/32x32/actions/view-page-facing.svg:
3717         * data/icons/48x48/Makefile.am:
3718         * data/icons/48x48/actions/Makefile.am:
3719         * data/icons/48x48/actions/view-page-cont.svg:
3720         * data/icons/48x48/actions/view-page-facing.svg:
3721         
3722         Icons for a new sizes.
3723
3724 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3725
3726         * shell/ev-page-cache.c: (build_height_to_page),
3727         (ev_page_cache_get_height_to_page):
3728         
3729         Fixes invalid read, see bug #466401.
3730
3731 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3734         (set_drag_cursor):
3735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3736         (configure_item_cursor), (new_pixbuf_from_widget):
3737
3738         Fix multihead problems in toolbar editor. Fixes bug #382055.
3739
3740 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * shell/ev-window.c: (ev_window_cmd_file_open),
3743         (ev_window_cmd_save_as):
3744
3745         Use g_get_user_special_dir when available instead of
3746         xdg_user_dir_lookup.
3747
3748 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3749
3750         * MAINTAINERS:
3751         
3752         Updated according to request on desktop-devel.
3753
3754 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3755
3756         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3757
3758         Do not use cairo_rectangle and cairo_clip since we are
3759         not using cairo_fill but cairo_paint. Use the same cairo context
3760         for every page in the same expose event.
3761
3762 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3763
3764         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3765         leak.
3766
3767 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * configure.ac:
3770         * NEWS:
3771
3772         Release 0.9.3
3773
3774 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * libdocument/ev-document-info.h:
3777         * libdocument/ev-document.h:
3778         * shell/ev-page-action.h:
3779         * shell/ev-sidebar-links.h:
3780
3781         Fix a headers problem with ev-link
3782         
3783         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3784         * shell/ev-view-private.h:
3785         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3786         (get_link_area), (ev_view_query_tooltip),
3787         (ev_view_leave_notify_event), (ev_view_destroy),
3788         (ev_view_class_init):
3789
3790         Use new gtk tooltips when available instead of ev-tooltip.
3791         
3792 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * shell/ev-window.c: (update_chrome_visibility),
3795         (ev_window_sidebar_visibility_changed_cb):
3796
3797         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3798         
3799 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * shell/ev-navigation-action.c:
3802         (ev_navigation_action_history_changed),
3803         (ev_navigation_action_set_history):
3804         * shell/ev-navigation-action-widget.c:
3805         (ev_navigation_action_widget_init):
3806         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3807
3808         Fix compile warnings.
3809         
3810 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3813         (egg_editable_toolbar_dispose):
3814
3815         Fix memory leak.
3816         
3817 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3820         (screensaver_disable_x11):
3821         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3822         * shell/ev-window.c: (presentation_set_timeout):
3823         * shell/ev-view.c: (ev_view_presentation_transition_start):
3824
3825         Use g_timeout_add_seconds instead of g_timeout_add when
3826         available.
3827         
3828 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3831
3832         Set horizontal scrollbar policy to AUTOMATIC instead of
3833         NEVER. Workaround for bug #449462.
3834         
3835 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-jobs.c: (ev_job_render_page_ready):
3838
3839         Add page_ready callback to main loop with high priority and hold
3840         a reference to job during idle.
3841         
3842 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * configure.ac:
3845         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3846         (pdf_document_file_exporter_begin),
3847         (pdf_document_file_exporter_do_page),
3848         (pdf_document_file_exporter_get_capabilities):
3849         * libdocument/ev-file-exporter.h:
3850         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3851         * shell/ev-window.c: (ev_window_print_send),
3852         (ev_window_print_dialog_response_cb):
3853
3854         Allow printing multiple pages per sheet. Fixes bug #395573.
3855         
3856 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3857
3858         * shell/ev-view.c: (tip_from_link):
3859         
3860         Check for NULL, fixes bug #460862.
3861
3862 2007-07-29  Christian Persch  <chpe@gnome.org>
3863
3864         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3865         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3866         (ev_window_cmd_preview_print):
3867         
3868         Fixes bug #437681 - blocks while enumerating printers.
3869
3870 2007-07-29  Christian Persch  <chpe@gnome.org>
3871
3872         * shell/ev-window.c: (ev_window_screen_changed):
3873         
3874         Don't use deprecated gtk+ function. See bug #460909.
3875
3876 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-utils.c: (get_num_monitors):
3879         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3880
3881         Do not use display before initializing it. Remove compile
3882         warnings.
3883
3884 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3885
3886         * shell/ev-view.c: (ev_view_class_init):
3887         
3888         Unix-like hjkl bindings added. See bug #458111.
3889
3890 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3891
3892         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3893         * shell/ev-utils.h:
3894         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3895         (ev_view_update_view_size):
3896         * shell/ev-view.h:
3897         * shell/ev-window.c: (ev_window_update_actions),
3898         (setup_view_from_metadata), (ev_window_screen_changed),
3899         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3900         (zoom_control_changed_cb):
3901         * shell/ev-window.h:
3902         
3903         Reorganizes utility functions.
3904
3905 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3906
3907         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3908         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3909         (add_job), (ev_pixbuf_cache_get_surface),
3910         (ev_pixbuf_cache_get_link_mapping),
3911         (ev_pixbuf_cache_get_image_mapping),
3912         (ev_pixbuf_cache_get_form_field_mapping),
3913         (ev_pixbuf_cache_get_text_mapping):
3914         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3915         (notify_page_ready), (ev_job_render_page_ready),
3916         (ev_job_render_run):
3917
3918         Add page_ready signal to notify that page is ready as soon as
3919         possible even if other page elements like links, forms, images or
3920         text mapping are not ready yet.
3921
3922 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3925         (dvi_document_file_exporter_do_page),
3926         (dvi_document_file_exporter_get_capabilities),
3927         (dvi_document_file_exporter_iface_init):
3928         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3929         (ps_document_file_exporter_do_page),
3930         (ps_document_file_exporter_get_capabilities),
3931         (ps_document_file_exporter_iface_init):
3932         * backend/djvu/djvu-document.c:
3933         (djvu_document_file_exporter_begin),
3934         (djvu_document_file_exporter_end),
3935         (djvu_document_file_exporter_get_capabilities),
3936         (djvu_document_file_exporter_iface_init):
3937         * backend/tiff/tiff-document.c:
3938         (tiff_document_file_exporter_begin),
3939         (tiff_document_file_exporter_get_capabilities),
3940         (tiff_document_document_file_exporter_iface_init):
3941         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3942         (pdf_document_file_exporter_do_page),
3943         (pdf_document_file_exporter_get_capabilities),
3944         (pdf_document_file_exporter_iface_init):
3945         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3946         (ev_file_exporter_get_capabilities):
3947         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3948         (idle_print_handler), (ev_print_job_print):
3949         * shell/ev-jobs.c: (ev_job_print_run):
3950         * shell/ev-window.c: (ev_window_print_send),
3951         (ev_window_print_range):
3952
3953         Use capabilities to know which options should be offered by the
3954         print dialog depending on the document backend.
3955
3956 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3959
3960         Give priority to forms over text to set the cursor.
3961
3962 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/ev-view-private.h:
3965         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3966         (ev_view_leave_notify_event), (ev_view_finalize),
3967         (ev_view_get_property), (ev_view_class_init):
3968
3969         Use IBEAM cursor for text form fields and NORMAL cursor for read
3970         only fields. Remove unused status attribute.
3971
3972 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3975
3976         Update region for current selected items also for checkbox
3977         buttons, since they can behave as radio buttons when they are in a
3978         set.
3979
3980 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * configure.ac:
3983         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3984
3985         Get max length of text form fields.
3986
3987 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3990         * libdocument/ev-form-field.h:
3991         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3992
3993         Fix build with current poppler cvs head.
3994
3995 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3996
3997         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3998         * shell/eggfindbar.c: (egg_find_bar_init):
3999
4000         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4001         deprecation. Fixes bug #455667
4002
4003 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * NEWS:
4006         * configure.ac:
4007         
4008         Update for release 0.9.2
4009
4010 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-view.c: (ev_view_form_field_text_save),
4013         (ev_view_form_field_choice_save):
4014
4015         Fix a crash when closing whith a form widget visible.
4016
4017 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4020
4021         Update also the region of the current selected button when
4022         clicking on another button if they are radio buttons.
4023
4024 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4027         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4028         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4029         (ev_pixbuf_cache_get_link_mapping),
4030         (ev_pixbuf_cache_get_image_mapping),
4031         (ev_pixbuf_cache_get_form_field_mapping),
4032         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4033         * shell/ev-view.c: (ev_view_form_field_get_region),
4034         (ev_view_form_field_button_create_widget),
4035         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4036         (job_finished_cb):
4037
4038         Redraw only form field region instead of the whole page when
4039         reloading a page to show changes on the form field.
4040
4041 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-view.c: (ev_view_form_field_choice_save):
4044
4045         Fix selection of first item in list form fields.
4046
4047 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4050         (ev_pixbuf_cache_reload_page),
4051         (ev_pixbuf_cache_get_form_field_mapping):
4052
4053         Some refactoring to avoid duplicated code.
4054
4055 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * configure.ac:
4058         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4059         (ev_form_field_from_poppler_field),
4060         (pdf_document_forms_get_form_fields),
4061         (pdf_document_forms_form_field_text_get_text),
4062         (pdf_document_forms_form_field_text_set_text),
4063         (pdf_document_forms_form_field_button_set_state),
4064         (pdf_document_forms_form_field_button_get_state),
4065         (pdf_document_forms_form_field_choice_get_item),
4066         (pdf_document_forms_form_field_choice_get_n_items),
4067         (pdf_document_forms_form_field_choice_is_item_selected),
4068         (pdf_document_forms_form_field_choice_select_item),
4069         (pdf_document_forms_form_field_choice_toggle_item),
4070         (pdf_document_forms_form_field_choice_unselect_all),
4071         (pdf_document_forms_form_field_choice_set_text),
4072         (pdf_document_forms_form_field_choice_get_text),
4073         (pdf_document_document_forms_iface_init):
4074         * libdocument/Makefile.am:
4075         * libdocument/ev-form-field.[ch]:
4076         * libdocument/ev-document-forms.[ch]:
4077         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4078         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4079         (add_job), (ev_pixbuf_cache_reload_page),
4080         (ev_pixbuf_cache_get_form_field_mapping):
4081         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4082         * shell/ev-view-private.h:
4083         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4084         (ev_view_handle_cursor_over_xy),
4085         (ev_view_get_form_field_at_location),
4086         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4087         (ev_view_form_field_button_create_widget),
4088         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4089         (ev_view_form_field_text_create_widget),
4090         (ev_view_form_field_choice_save),
4091         (ev_view_form_field_choice_changed),
4092         (ev_view_form_field_choice_create_widget),
4093         (ev_view_handle_form_field), (ev_view_size_allocate),
4094         (ev_view_realize), (draw_end_presentation_page),
4095         (ev_view_button_press_event), (ev_view_remove_all),
4096         (ev_view_motion_notify_event), (ev_view_key_press_event),
4097         (ev_view_enter_notify_event), (highlight_find_results),
4098         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4099         (ev_view_class_init), (page_changed_cb),
4100         (on_adjustment_value_changed), (ev_view_set_presentation),
4101         (merge_selection_region), (ev_view_set_cursor),
4102         (ev_view_reset_presentation_state):
4103         
4104         Merge evince-forms branch.
4105
4106 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4107
4108         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4109
4110         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4111         This script also updates itself from libegg
4112
4113         * cut-n-paste/toolbar-editor/egg*:
4114         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4115         libegg
4116
4117 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4118
4119         * shell/ev-window.c:
4120         
4121         Adds a nice icon to page action during toolbar editing.
4122         See bug #452872.
4123
4124 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * data/evince-toolbar.xml:
4127         * shell/ev-window.c:
4128         
4129         Let user add a presentation and fullscreen icons on toolbar.
4130         See bug #449734.
4131
4132 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4133
4134         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4135
4136         new script to keep in sync with toolbareditor in libegg
4137
4138         * cut-n-paste/toolbar-editor/*: 
4139
4140         Run update-toolbareditor-from-libegg so we are in sync again. 
4141         Fixes bug #452850.
4142         
4143
4144 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * shell/ev-sidebar-links.c: (job_finished_callback):
4147
4148         Do not connect selection changed signal more than once. Fixes bug
4149         #349433.
4150
4151 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4152
4153         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4154
4155         Do not change sidebar chrome flag when pressing F9 key in
4156         presentation mode.
4157
4158 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * backend/pdf/ev-poppler.cc:
4161         (pdf_document_thumbnails_get_dimensions):
4162
4163         Make sure thumbnails width and height is not <= 0. Fixes a crash
4164         with some pdf documents which have really small pages.
4165
4166 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4167
4168         * shell/main.c: (main):
4169
4170         Fixes program description translation issue.
4171         Bug #450148.
4172
4173 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4174
4175         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4176
4177         Do not change current page when returning from black/white mode
4178         in presentation. Fixes bug #415032.
4179
4180 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4181
4182         * NEWS:
4183         * configure.ac:
4184         
4185         Update for release 0.9.1
4186
4187 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4188
4189         * backend/dvi/dvi-document.c:
4190         (dvi_document_finalize),
4191         (dvi_document_file_exporter_format_supported),
4192         (dvi_document_file_exporter_begin),
4193         (dvi_document_file_exporter_do_page),
4194         (dvi_document_file_exporter_end),
4195         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4196         
4197         PDF exporter for dvi documents. Fixes bug #441319.
4198
4199 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-window.c: (ev_window_clear_print_job):
4202
4203         Clear gtk print job when job has finished. Fixes bug #447612.
4204
4205 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-window.c: (ev_window_print_send),
4208         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4209
4210         Add preview button to print dialog. Fixes bug #445419.
4211
4212 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * backend/dvi/Makefile.am:
4215         * backend/dvi/pixbuf-device.[ch]: Removed
4216         * backend/dvi/cairo-device.[ch]: Added
4217         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4218         * backend/dvi/dvi-document.c: (dvi_document_load),
4219         (dvi_document_render), (dvi_document_finalize),
4220         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4221         (dvi_document_do_color_special):
4222         * libdocument/ev-document-misc.[ch]:
4223         (ev_document_misc_pixbuf_from_surface):
4224
4225         Port dvi backend to cairo and fix a problem with colors. 
4226
4227 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * shell/ev-view.c: (draw_one_page):
4230
4231         Draw only visible region.
4232
4233 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * backend/djvu/djvu-document.c: (djvu_document_render):
4236
4237         Fix rotation in djvu backend.
4238
4239 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4242         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4243         (ev_pixbuf_cache_get_image_mapping),
4244         (ev_pixbuf_cache_get_text_mapping):
4245
4246         Redraw view every time we have a new surface. Fixes bug #443587.
4247
4248 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * libdocument/ev-document.c: (ev_document_info_free):
4251
4252         Fix memory leaks.
4253
4254 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * backend/dvi/dvi-document.c: (dvi_document_render),
4257         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4258         * backend/impress/impress-document.c:
4259         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4260         (impress_document_render), (impress_document_document_iface_init),
4261         (impress_document_thumbnails_get_thumbnail):
4262         * backend/djvu/djvu-document-private.h:
4263         * backend/djvu/djvu-document.c: (djvu_document_render),
4264         (djvu_document_finalize), (djvu_document_document_iface_init),
4265         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4266         * backend/tiff/tiff-document.c: (tiff_document_render),
4267         (tiff_document_render_pixbuf),
4268         (tiff_document_document_iface_init):
4269         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4270         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4271         (pdf_selection_render_selection):
4272         * backend/comics/comics-document.c:
4273         (comics_document_render_pixbuf), (comics_document_render),
4274         (comics_document_document_iface_init):
4275         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4276         (pixbuf_document_document_iface_init):
4277         * libdocument/ev-document-misc.[ch]:
4278         (ev_document_misc_surface_from_pixbuf),
4279         (ev_document_misc_surface_rotate_and_scale):
4280         * libdocument/ev-document.[ch]: (ev_document_render):
4281         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4282         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4283         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4284         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4285         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4286         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4287         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4288         (render_finished_cb), (ev_job_render_run):
4289         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4290         (merge_selection_region):
4291
4292         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4293         and selections.
4294
4295 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4296
4297         * shell/ev-window-title.c: (ev_window_title_update):
4298
4299         Fix memory leak.
4300
4301 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * shell/ev-view.c: (draw_loading_text):
4304
4305         Show loading text centered. Fixes bug #433061
4306
4307 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * shell/ev-sidebar-thumbnails.c:
4310         (ev_sidebar_thumbnails_set_loading_icon):
4311
4312         Remove a mutex in the main thread that blocks the UI in heavy
4313         documents.
4314
4315 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4316
4317         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4318
4319         Set points_set to TRUE so that selections don't disappear after a
4320         zoom change.
4321
4322 2007-06-07  Michael Monreal  <infernux@web.de>
4323
4324         * data/icons/16x16/actions/Makefile.am:
4325         * data/icons/16x16/actions/zoom.svg:
4326         * data/icons/22x22/actions/Makefile.am:
4327         * data/icons/22x22/actions/zoom.svg:
4328         * data/icons/24x24/actions/Makefile.am:
4329         * shell/ev-stock-icons.c:
4330         * shell/ev-stock-icons.h:
4331         * shell/ev-window.c:
4332         
4333         Zoom icon artwork. See bug #444795.
4334
4335 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4336
4337         * shell/ev-metadata-manager.c: Remove extraneous function
4338         (Closes: #444386)
4339
4340 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4341
4342         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4343         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4344         (ev_metadata_manager_set), (ev_metadata_manager_save):
4345         Simplify the timeout, no need for modified anymore
4346
4347 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4348
4349         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4350         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4351         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4352         (ev_metadata_manager_save): Adapted patch from Arjan van de
4353         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4354         time, saves on power (Closes: #443851)
4355
4356 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4357
4358         * configure.ac:
4359         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4360         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4361
4362         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4363
4364 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * shell/ev-window.c: (ev_window_add_history):
4367
4368         Check if history is NULL
4369
4370 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * libdocument/ev-image.c: (ev_image_finalize):
4373         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4374         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4375         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4376         (ev_tmp_uri_unlink):
4377
4378         Add functions to delete temporary files created by evince in a safe
4379         way.
4380
4381         * shell/ev-window.c: (ev_window_clear_local_uri),
4382         (open_xfer_update_progress_callback),
4383         (save_xfer_update_progress_callback), (ev_window_save_remote),
4384         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4385         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4386         (attachment_save_dialog_response_cb),
4387         (ev_attachment_popup_cmd_save_attachment_as):
4388
4389         Allow saving a copy of a document, image or attachment to a remote
4390         location. Fixes bug #440754. 
4391
4392 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4393
4394         * configure.ac:
4395         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4396
4397         Fix build with current poppler from cvs head. 
4398
4399 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4400
4401         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4402
4403         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4404         directory exists.
4405
4406 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4407
4408         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4409         * shell/ev-window.c:
4410
4411         Change sidebar ordering. Fixes bug #439939.
4412
4413 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4414
4415         * backend/comics/Makefile.am:
4416         
4417         Fixes build with --without-libgnome.
4418
4419 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4420         
4421         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4422
4423         Update cursor and tooltip on page change and view scroll. Fixes bug
4424         #439217.
4425
4426 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4427
4428         * NEWS:
4429         * configure.ac:
4430         
4431         Update for release 0.9.0
4432
4433 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4434
4435         * backend/djvu/djvu-document-private.h:
4436         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4437         (djvu_document_finalize),
4438         (djvu_document_file_exporter_format_supported),
4439         (djvu_document_file_exporter_begin),
4440         (djvu_document_file_exporter_do_page),
4441         (djvu_document_file_exporter_end),
4442         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4443         
4444         Implemented printing with djvu. Bug #437998.
4445
4446 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * backend/impress/zip.c:
4449         Add missing ulong definition.
4450
4451         * backend/ps/ps-interpreter.c:
4452         Add missing headers.
4453
4454         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4455
4456 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4457
4458         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4459
4460         Add missing call to parent class dispose method. 
4461
4462 2007-05-12  Ross Burton  <ross@openedhand.com>
4463
4464         * shell/main.c:
4465         Sync keybindings manually when building without libgnome
4466         (#437925).
4467
4468 2007-05-12  Ross Burton  <ross@openedhand.com>
4469
4470         * shell/ev-window.c:
4471         Respect the screen when opening help (#437866).
4472
4473 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * data/evince-ui.xml:
4476         * shell/ev-application.[ch]: (get_print_settings_from_args),
4477         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4478         (ev_application_open_uri_list):
4479         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4480         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4481         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4482         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4483         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4484         (ev_window_dispose):
4485         * shell/main.c: (arguments_parse):
4486
4487         Add print button in preview mode. Fixes bug #396475. 
4488
4489 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * cut-n-paste/zoom-control/ephy-zoom.h:
4492         
4493         Fixes zoom level factors. See bug #408119 for details.
4494
4495 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * backend/comics/comics-document.c: (comics_regex_quote),
4498         (extract_argv):
4499         
4500         Correctly quote symbols. Fixes crash in the bug
4501         #415370.
4502
4503 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * shell/ev-navigation-action-widget.c:
4506         (ev_navigation_action_widget_init),
4507         (ev_navigation_action_widget_class_init),
4508         (ev_navigation_action_widget_button_press_event):
4509         
4510         Connect to button-press event on correct widget. Fixes
4511         bug #431988
4512
4513 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4514
4515         * shell/ev-application.c: (ev_application_open_window),
4516         (ev_application_add_icon_path_for_screen),
4517         (ev_application_open_uri_at_dest):
4518         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4519         * shell/ev-navigation-action.c: (build_menu):
4520         
4521         Add app-specific icons to our icon theme. Fixes bug
4522         #425508.
4523
4524 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * shell/ev-history.c: (ev_history_class_init),
4527         (ev_history_add_link):
4528         * shell/ev-history.h:
4529         * shell/ev-navigation-action.c:
4530         (ev_navigation_action_history_changed),
4531         (ev_navigation_action_set_history), (build_menu),
4532         (ev_navigation_action_finalize):
4533         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4534         
4535         Make navigation action unsensitive instead of showing
4536         menu with unsensitive word. Fixes bug #417392.
4537
4538 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * shell/ev-application.[ch]: (ev_application_shutdown),
4541         (ev_application_get_print_settings),
4542         (ev_application_set_print_settings):
4543         * shell/ev-window.c:
4544
4545         Remember print settings. Fixes bug #349102. 
4546
4547 2007-05-08  Christian Persch  <chpe@gnome.org>
4548
4549         * configure.ac:
4550         * properties/ev-properties-view.c:
4551
4552         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4553         Bug #382438.
4554
4555 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * configure.ac:
4558         * properties/ev-properties-view.c: (ev_regular_paper_size):
4559
4560         Use gtk+ builtin paper list to identify the document's paper size.
4561         Fixes bug #382438. 
4562
4563 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4564
4565         * configure.ac:
4566
4567         Fix build when compiling with thumbnailer and libgnome support. 
4568
4569 2007-05-04  Ross Burton  <ross@openedhand.com>
4570
4571         * configure.ac:
4572         Add --without-libgnome, check for libgnome and libgnomeui
4573         separately, and add them to the symbols as required.
4574
4575         * libdocument/ev-file-helpers.c:
4576         When building without libgnome, use g_get_user_config_dir instead
4577         of gnome_user_dir_get.
4578
4579         * shell/ev-application.c:
4580         When building without libgnome, don't use session management.
4581
4582         * shell/main.c:
4583         When building without libgnome, don't use GnomeProgram or
4584         initialise the authentication manager.
4585
4586         This fixes #328842.
4587
4588 2007-05-04  Ross Burton  <ross@openedhand.com>
4589
4590         * shell/ev-window.c:
4591         Don't use libgnome to open help, instead call Yelp directly.
4592
4593 2007-05-04  Ross Burton  <ross@openedhand.com>
4594
4595         * shell/ev-sidebar-attachments.c:
4596         Don't use libgnome to lookup icons for MIME types, instead copy
4597         code from GTK+ to do it manually.
4598
4599 2007-05-04  Ross Burton  <ross@openedhand.com>
4600
4601         * configure.ac:
4602         Add libxml to the dependencies for SHELL_CORE (#435818).
4603
4604 2007-05-02  Ross Burton  <ross@openedhand.com>
4605
4606         * configure.ac:
4607         * Makefile.am:
4608         Add --disable-thumbnailer (#434825)
4609
4610 2007-05-02  Ross Burton  <ross@openedhand.com>
4611
4612         * shell/ev-window.c:
4613         Add missing includes, fix indentation.
4614
4615         * shell/main.c:
4616         Fix indentation.
4617
4618 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4619
4620         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4621         ev_application_open_uri_at_dest instead of ev_application_open_uri
4622         preventing new document always being opened in a new window even if there
4623         is an empty window.
4624
4625 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4628         (egg_recent_view_uimanager_finalize):
4629         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4630         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4631         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4632         (ev_pixbuf_cache_dispose):
4633         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4634         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4635         
4636         Add missing chain to parent class methods. Fixes
4637         bug #433128.
4638
4639 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4640
4641         * data/Makefile.am (update-icon-cache): Updates
4642         gtk-update-icon-cache in uninstall-hook.
4643
4644 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * shell/ev-window.c: (ev_window_setup_document),
4647         (ev_window_set_document), (ev_window_load_job_cb):
4648         * shell/ev-view.c: (setup_caches):
4649         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4650
4651         Start rendering pages before any other jobs. 
4652
4653 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-window.c: (ev_window_stop_fullscreen),
4656         (ev_window_stop_presentation):
4657
4658         Update chrome visibility before window unfullscreen. 
4659
4660 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4661
4662         * data/Makefile.am:
4663         * data/evince-ui.xml:
4664         * shell/ev-stock-icons.[ch]:
4665         * shell/ev-application.[ch]: (ev_application_shutdown),
4666         (ev_application_init), (ev_application_get_toolbars_model):
4667         * shell/ev-window.c: (update_chrome_visibility),
4668         (fullscreen_toolbar_setup_item_properties),
4669         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4670         (ev_window_run_presentation), (ev_window_stop_presentation),
4671         (ev_window_run_preview), (ev_window_screen_changed),
4672         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4673         (ev_window_dispose), (ev_window_init):
4674
4675         Make fullscreen toolbar always visible. Do not use egg toolbars for
4676         fullscreen and preview modes since such toolbars are not editables.
4677         Fixes bugs #300278, #338910 and #316188.  
4678
4679 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4680
4681         * shell/ev-application.c:
4682         * shell/ev-job-queue.c:
4683         * shell/ev-metadata-manager.c:
4684         * shell/ev-stock-icons.c:
4685         * shell/ev-window.c:
4686         * shell/main.c:
4687         
4688         Developers documentation updated.
4689
4690 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4693
4694         Check whether uri is valid before launching it. Fixes bug #427664.
4695
4696 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-window.c:
4699
4700         Change key accelerator for Open a Copy menu entry which is in conflict
4701         with Close. Fixes bug #427321.
4702
4703 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4704
4705         * NEWS:
4706         * configure.ac:
4707         
4708         Update for release 0.8.1
4709
4710 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4711
4712         * shell/ev-window.c: (setup_size_from_metadata):
4713         
4714         Do not make window bigger than screen. Fixes bug 
4715         #388985.
4716
4717 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4720         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4721
4722         Use default resolution when it's not provided by document. Fixes bug
4723         #408762.
4724
4725 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * configure.ac:
4728         * thumbnailer/Makefile.am:
4729         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4730         * thumbnailer/evince-thumbnailer.schemas.in:
4731         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4732
4733         Add support for ps, eps and compressed documents thumbnails. Do not
4734         ignore size parameter. 
4735
4736 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4737
4738         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4739         (dvi_document_do_color_special):
4740         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4741
4742         Implement font color specials in the DVI backend. Fixes bug #303651.
4743
4744 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4745
4746         Fixup the previous commit:
4747
4748         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4749         * shell/xdg-user-dir-lookup.c: Make the function non-static
4750         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4751
4752 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4753
4754         * shell/ev-window.c (file_open_dialog_response_cb): Use
4755         the xdg-user-dirs DOCUMENTS folder as default folder when
4756         opening a file chooser.  (#424858)
4757
4758         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4759         xdg-user-dirs.
4760
4761 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * shell/ev-window.c: (ev_window_load_job_cb):
4764
4765         Do not setup view from metadata on preview mode. 
4766
4767 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/main.c:
4770
4771         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4772
4773 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * shell/ev-view.c: (ev_view_primary_get_cb):
4776
4777         Check pointer != NULL before using it. Fixes bug #416841. 
4778
4779 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4780
4781         * NEWS:
4782         * configure.ac:
4783         
4784         Release 0.8.0
4785
4786 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4789
4790         Do not render thumbnails when sidebar thumbnail page is not visible
4791         at startup. Fixes bug #416447. 
4792
4793 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4794
4795         * data/evince.desktop.in.in:
4796
4797         "Application" is not a valid category in the freedesktop specification.
4798
4799 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * libdocument/ev-file-helpers.[ch]: (compression_run),
4802         (ev_file_uncompress), (ev_file_compress):
4803         * shell/ev-window.c: (file_save_dialog_response_cb):
4804
4805         Save document compressed when saving a copy of a compressed document.
4806         Fixes bug #334542.
4807
4808 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4809
4810         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4811
4812         Allow deleting in goto window entry in presentation mode. 
4813
4814 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4815
4816         * Makefile.am: Dist MAINTAINERS.
4817
4818 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * shell/ev-window.c: (ev_window_update_actions):
4821
4822         Fix zoom shortcut keys when searching. Fixes bug #409828.
4823
4824 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4825
4826         * shell/ev-window.c: (ev_window_setup_document):
4827
4828         Fix crash when loading documents with only one page. 
4829
4830 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * backend/dvi/dvi-document.c:
4833         (dvi_document_thumbnails_get_dimensions),
4834         (dvi_document_thumbnails_get_thumbnail):
4835         * backend/impress/impress-document.c:
4836         (impress_document_thumbnails_get_thumbnail),
4837         (impress_document_thumbnails_get_dimensions):
4838         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4839         (ps_document_thumbnails_get_dimensions):
4840         * backend/djvu/djvu-document.c:
4841         (djvu_document_thumbnails_get_dimensions),
4842         (djvu_document_thumbnails_get_thumbnail):
4843         * backend/tiff/tiff-document.c:
4844         (tiff_document_thumbnails_get_thumbnail),
4845         (tiff_document_thumbnails_get_dimensions):
4846         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4847         (pdf_document_thumbnails_get_thumbnail),
4848         (pdf_document_thumbnails_get_dimensions):
4849         * backend/comics/comics-document.c:
4850         (comics_document_thumbnails_get_thumbnail),
4851         (comics_document_thumbnails_get_dimensions):
4852         * backend/pixbuf/pixbuf-document.c:
4853         (pixbuf_document_thumbnails_get_thumbnail),
4854         (pixbuf_document_thumbnails_get_dimensions):
4855         * libdocument/ev-document-thumbnails.[ch]:
4856         (ev_document_thumbnails_get_thumbnail),
4857         (ev_document_thumbnails_get_dimensions):
4858         * libdocument/ev-document-misc.[ch]:
4859         (ev_document_misc_get_thumbnail_frame):
4860         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4861         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4862         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4863         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4864         (ev_sidebar_thumbnails_refresh):
4865         * shell/ev-window.c: (ev_window_setup_document):
4866         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4867
4868         Use an EvRenderContext for rendering thumbnails instead of a suggested
4869         width, so that different sized pages get sized proportionally.
4870
4871 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * shell/ev-view.c: (ev_view_button_press_event),
4874         (ev_view_key_press_event):
4875
4876         Fix critical warnings when there is no document loaded. 
4877
4878 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4879
4880         * shell/ev-page-action-widget.c:
4881         * shell/ev-navigation-action.c:
4882         * shell/ev-window.c:
4883
4884         Fix compile warnings. 
4885
4886 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4887
4888         * backend/djvu/djvu-text.h:
4889         * backend/djvu/djvu-document.c:
4890         * backend/djvu/djvu-text-page.c:
4891         * backend/djvu/djvu-links.c:
4892         * backend/djvu/djvu-text-page.h:
4893         * backend/djvu/djvu-text.c:
4894         
4895         Fix build on Mac. Fixes bug #392186. Patch by
4896         <ephraim_owns@hotmail.com>
4897
4898 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4901
4902         Restore cairo context before rendering every page when printing a PDF
4903         document into a PDF file. 
4904
4905 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * backend/ps/gstypes.h:
4908         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4909         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4910         (ps_document_thumbnails_get_thumbnail):
4911
4912         Handle PostScript page orientation. Fixes bug #318568.
4913
4914 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4915
4916         * backend/ps/Makefile.am:
4917         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4918         (document_load), (ps_document_load), (save_document),
4919         (save_page_list), (ps_document_get_n_pages),
4920         (ps_document_get_page_size), (ps_document_get_info),
4921         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4922         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4923         (ps_document_thumbnails_get_thumbnail),
4924         (ps_document_thumbnails_get_dimensions),
4925         (ps_document_document_thumbnails_iface_init):
4926         * backend/ps/ps.[ch]: (psgetpagebox):
4927         * backend/ps/ps-interpreter.[ch]:
4928
4929         Add support for thumbnails in ps backend. Fixes bug #164755. 
4930
4931 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * NEWS:
4934         * configure.ac:
4935         
4936         Release 0.7.2
4937
4938 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4939
4940         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4941         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4942         (ev_window_dispose):
4943
4944         Use document thumbnail as window icon. Fixes bug #384442.
4945
4946 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4947
4948         * configure.ac:
4949
4950         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4951         duplicated adding application/x-bzpostscript instead. 
4952
4953 2007-02-11  Tom Parker  <palfrey@tevp.net>
4954
4955         * backend/ps/ps-document.c: (document_load):
4956
4957         Check return value of psscan before trying
4958         to use it. Fixes bug #372414.
4959
4960 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4961
4962         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4963
4964         Fix invalid free in ev-page-cache. Fixes bug #404745.
4965
4966 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4967
4968         * test/Makefile.am:
4969         * test/test3.py:
4970         
4971         Added reload test case.
4972
4973 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4974
4975         * po/POTFILES.in:
4976         * backend/djvu/djvu-document.c: (djvu_document_load):
4977
4978         Check whether there are missing files in indirect multipage djvu
4979         documents. Fixes bug #361683. 
4980
4981 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4982
4983         * test/Makefile.am:
4984         * test/test-mime.bin:
4985         * test/test3.py:
4986         
4987         Added test for slow mime type
4988
4989 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4992
4993         Add some checks and call parent_class->finalize. Fixes bug #404745.
4994
4995 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * shell/ev-navigation-action.c: (connect_proxy):
4998         
4999         Fixes dropdown history menu. Thanks a lot Carlos!
5000
5001 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5002
5003         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5004
5005         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5006         bug #373715.
5007
5008 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * backend/ps/ps.c: (psscan):
5011
5012         Fix memory leak. 
5013
5014 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * configure.ac:
5017         * libdocument/ev-file-helpers.c: 
5018
5019         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5020
5021 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * configure.ac:
5024         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5025         (ps_interpreter_start), (document_load), (save_document),
5026         (save_page_list):
5027         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5028         * libdocument/ev-document-factory.c:
5029         (ev_document_factory_get_from_mime), (get_document_from_uri),
5030         (free_uncompressed_uri), (ev_document_factory_get_document):
5031         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5032
5033         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5034
5035 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * libdocument/ev-document.h:
5038
5039         Fix typo in function name. 
5040
5041 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * backend/ps/ps-document.c: (ps_interpreter_finished),
5044         (ps_interpreter_start), (ps_interpreter_failed):
5045
5046         Handle ghostscript interpreter crashes. 
5047
5048 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * shell/ev-window.c: (ev_window_open_uri),
5051         (window_configure_event_cb):
5052
5053         Setup window size and position before showing it. Fixes bug #401711.
5054
5055 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * backend/ps/Makefile.am:
5058         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5059         (ps_document_dispose), (ps_document_class_init),
5060         (ps_interpreter_input), (ps_interpreter_output),
5061         (ps_interpreter_error), (setup_interpreter_env),
5062         (ps_interpreter_start), (ps_interpreter_stop),
5063         (ps_interpreter_failed), (ps_interpreter_is_ready),
5064         (check_filecompressed), (document_load), (ps_document_load),
5065         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5066         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5067         (render_page):
5068
5069         Rework ps-document. Code cleanups, remove deprecated code. 
5070
5071 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5072
5073         * shell/ev-view.c: (ev_view_button_press_event):
5074
5075         Do not start an image drag and drop operation when pointer is on 
5076         text, so that we can select text when the whole background is an
5077         image. 
5078
5079 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * shell/ev-window.c: (ev_window_update_actions): 
5082
5083         Disable all zoom related actions during presentation mode. 
5084
5085 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5086
5087         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5088
5089         Do not zoom in or out on presentation mode. Fixes bug #401305.
5090
5091 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5092
5093         * shell/ev-navigation-action.c: (connect_proxy),
5094         (create_menu_item), (ev_navigation_action_class_init):
5095         
5096         Correctly show menu and fix crash when navigaton 
5097         action is out of toolbar visible area.
5098
5099 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * data/Makefile.am:
5102         * data/evince.1:
5103         
5104         Added man file
5105
5106 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5107
5108         * help/reference/* :
5109         * configure.ac:
5110         
5111         Added gtk-doc based documentation for Evince.
5112         Still in initial state but I hope it will
5113         grow.
5114         
5115         * configure.ac:
5116         
5117         Lower dbus requirement to 0.70
5118
5119 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * shell/ev-window.c: (ev_window_add_history):
5122
5123         Fix memory leak. 
5124
5125 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5128         * shell/ev-view.h:
5129         * shell/ev-window.c: (ev_window_add_history):
5130         
5131         Correctly handle named destination links
5132
5133 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * NOTES:
5136         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5137         * backend/pdf/ev-poppler.cc:
5138         * libdocument/ev-document-links.h:
5139         * libdocument/ev-link.c: (ev_link_get_page):
5140         * libdocument/ev-link.h:
5141         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5142         (ev_history_add_link):
5143         * shell/ev-history.h:
5144         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5145         (new_history_menu_item), (build_menu):
5146         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5147         * shell/ev-sidebar-links.c: (create_loading_model),
5148         (print_section_cb), (ev_sidebar_links_construct),
5149         (fill_page_labels), (update_page_callback_foreach),
5150         (update_page_callback), (job_finished_callback):
5151         * shell/ev-view.c: (ev_view_handle_link):
5152         * shell/ev-window.c: (ev_window_find_chapter),
5153         (ev_window_add_history), (view_handle_link_cb),
5154         (history_changed_cb):
5155         
5156         Implements another history variant
5157
5158 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * shell/ev-window.c: (view_external_link_cb):
5161         * shell/ev-view.c: (ev_view_button_release_event):
5162
5163         Open links in new window when clicking with middle button. 
5164
5165 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5166
5167         * shell/ev-navigation-action.c: (new_history_menu_item):
5168         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5169         * shell/ev-view.c: (ev_view_handle_link):
5170         * shell/ev-window.c:
5171         
5172         Store link before jump, not the destination. For me it 
5173         seems like more natural history behavior.
5174
5175 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5178         (ev_navigation_action_class_init):
5179         * shell/ev-navigation-action.h:
5180         * shell/ev-page-action.c: (activate_cb):
5181         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5182         (ev_page_cache_set_current_page_history):
5183         * shell/ev-page-cache.h:
5184         * shell/ev-sidebar-thumbnails.c:
5185         (ev_sidebar_tree_selection_changed),
5186         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5187         * shell/ev-view-private.h:
5188         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5189         * shell/ev-view.h:
5190         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5191         (ev_window_setup_document), (ev_window_load_job_cb):
5192         * shell/ev-window.h:
5193         
5194         History finally works as expected.
5195
5196 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5199
5200         Do not update links treeview if it doesn't have a model assigned yet. 
5201
5202 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5203
5204         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5205         (ev_sidebar_links_class_init), (update_page_callback):
5206
5207         Do not update links treeview when sidepane is not visible. 
5208
5209 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5210
5211         * shell/ev-marshal.list:
5212         * shell/ev-page-action.c: (activate_cb),
5213         (ev_page_action_class_init):
5214         * shell/ev-page-action.h:
5215         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5216         * shell/ev-window.c:
5217         
5218         Remove activate_link signal, not required.
5219
5220 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5221
5222         * shell/ev-navigation-action.c: (build_menu):
5223         
5224         Reorder menu items and build menu with fixed length.
5225
5226 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5227
5228         * shell/ev-view.c: (get_selected_text):
5229         
5230         Normalize text to fix ligatures problem. See bug
5231         #341947 for details.
5232
5233 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5234
5235         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5236
5237         Fix memory leak in ev-page-cache. 
5238
5239 2007-01-25  Tom Parker <palfrey@tevp.net>
5240
5241         * backend/impress/impress-document.c: (impress_document_load),
5242         (impress_document_finalize), (impress_document_init):
5243         * properties/ev-properties-main.c: (ev_properties_get_pages):
5244         
5245         Correctly handle impress document errors. Fixes nautilus
5246         crash in property page #370491.
5247
5248 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5249
5250         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5251         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5252         (ev_job_queue_remove_job):
5253         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5254         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5255         (ev_job_load_run):
5256         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5257         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5258         (ev_window_load_job_cb), (xfer_update_progress_callback),
5259         (ev_window_open_uri), (ev_window_dispose):
5260         * shell/main.c: (main):
5261
5262         Do file transfer asynchronously in the main thread instead of
5263         synchronously in the load thread. Fixes bugs #399694, #398307 and
5264         #343542.
5265
5266 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * shell/ev-jobs.c: (ev_job_xfer_run):
5269
5270         Load the document with the font-config lock held. 
5271
5272 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * backend/ps/ps-document.c: (start_interpreter):
5275
5276         Fix memory leaks in ps backend. 
5277
5278 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * backend/impress/impress-document.c:
5281         (impress_document_render_pixbuf):
5282
5283         Do not acquire fontconfig lock in impress backend, since it is using
5284         the main loop for rendering. 
5285
5286 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * po/POTFILES.in: 
5289
5290         Remove mdvi files that shouldn't be translated. 
5291
5292 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * shell/ev-view-private.h:
5295         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5296         (ev_view_set_zoom):
5297
5298         Render "loading..." text into a cairo surface instead of directly into
5299         the window so that fontconfig lock is only needed once and UI is not
5300         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5301
5302 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5303
5304         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5305         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5306
5307         Use icon theme associated with the window screen rather than default. 
5308
5309 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5310
5311         * configure.ac:
5312
5313         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5314
5315 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5316
5317         * data/icons/*/apps/evince.*:
5318
5319         Move Evince icons under new apps directory.
5320
5321         * data/icons/*/actions/*:
5322
5323         Add new custom themeable Evince icons: view-page-continuous, 
5324         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5325         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5326
5327         * configure.ac:
5328
5329         Add new directories to AC_CONFIG_FILES.
5330
5331         * shell/ev-stock-icons.c:
5332         * shell/ev-stock-icons.h:
5333
5334         Use new custom themeable icons.
5335
5336 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5337
5338         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5339
5340         Do not draw white background page in presentation mode. 
5341
5342 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5343
5344         * shell/ev-view.c: Remove unused gnome-vfs include.
5345
5346 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5347
5348         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5349         
5350         Format string is corrected, fixes bug #397129.
5351
5352 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5353
5354         * shell/ev-window.c: (ev_window_setup_recent):
5355
5356         Do not include in recent menu inexistent documents. Fixes
5357         bug #339171.
5358
5359 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * po/POTFILES.skip: 
5362
5363         Update POTFILES.skip file according to current source tree. 
5364
5365 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-window.c: (file_save_dialog_response_cb):
5368
5369         Do Save a copy in atomic way. Fixes bug #328266. 
5370
5371 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5372
5373         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5374
5375         Keep selected cell always visible in index treeview.
5376
5377 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5378         
5379         * shell/ev-view.c: (ev_view_size_allocate):
5380
5381         Restore horizontal scrollbar after switching to/from fullscreen
5382         or presentation mode. Fixes bug #331728.
5383
5384 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5385
5386         * shell/ev-view-private.h:
5387         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5388         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5389         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5390         (ev_view_can_zoom_out):
5391
5392         Use max and min scale values in the view iby taking dpi into account. 
5393
5394 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5395
5396         * configure.ac:
5397         * NEWS:
5398
5399         Release 0.7.1
5400
5401 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * shell/ev-window.c: (ev_window_print_send):
5404
5405         Send print job to printer with some settings set to default values,
5406         since we have already exported to a file according to such settings
5407         and they could be taken twice by some printers. 
5408
5409 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5410
5411         * shell/ev-jobs.c: (ev_job_xfer_run):
5412         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5413
5414         Show main window and load document with the font-config lock held. 
5415
5416 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5417
5418         * configure.ac:
5419         * shell/ev-application.c: (ev_application_register_service):
5420         * shell/main.c: (load_files_remote):
5421
5422         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5423
5424 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5425
5426         * doc/debugging.txt:
5427         
5428         Remove obsolete documentation.
5429
5430 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5431
5432         * Makefile.am:
5433         * backend/Makefile.am:
5434         * backend/comics/Makefile.am:
5435         * backend/djvu/Makefile.am:
5436         * backend/dvi/Makefile.am:
5437         * backend/ev-async-renderer.c:
5438         * backend/ev-async-renderer.h:
5439         * backend/ev-attachment.c:
5440         * backend/ev-attachment.h:
5441         * backend/ev-backend-marshal.c:
5442         * backend/ev-document-factory.c:
5443         * backend/ev-document-factory.h:
5444         * backend/ev-document-find.c:
5445         * backend/ev-document-find.h:
5446         * backend/ev-document-fonts.c:
5447         * backend/ev-document-fonts.h:
5448         * backend/ev-document-images.c:
5449         * backend/ev-document-images.h:
5450         * backend/ev-document-info.h:
5451         * backend/ev-document-links.c:
5452         * backend/ev-document-links.h:
5453         * backend/ev-document-misc.c:
5454         * backend/ev-document-misc.h:
5455         * backend/ev-document-security.c:
5456         * backend/ev-document-security.h:
5457         * backend/ev-document-thumbnails.c:
5458         * backend/ev-document-thumbnails.h:
5459         * backend/ev-document-transition.c:
5460         * backend/ev-document-transition.h:
5461         * backend/ev-document.c:
5462         * backend/ev-document.h:
5463         * backend/ev-file-exporter.c:
5464         * backend/ev-file-exporter.h:
5465         * backend/ev-image.c:
5466         * backend/ev-image.h:
5467         * backend/ev-link-action.c:
5468         * backend/ev-link-action.h:
5469         * backend/ev-link-dest.c:
5470         * backend/ev-link-dest.h:
5471         * backend/ev-link.c:
5472         * backend/ev-link.h:
5473         * backend/ev-render-context.c:
5474         * backend/ev-render-context.h:
5475         * backend/ev-selection.c:
5476         * backend/ev-selection.h:
5477         * backend/impress/Makefile.am:
5478         * backend/pdf/Makefile.am:
5479         * backend/pixbuf/Makefile.am:
5480         * backend/ps/Makefile.am:
5481         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5482         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5483         (start_interpreter), (stop_interpreter), (document_load),
5484         (ps_document_next_page), (render_page):
5485         * backend/tiff/Makefile.am:
5486         * comics/Makefile.am:
5487         * comics/comics-document.c:
5488         * comics/comics-document.h:
5489         * configure.ac:
5490         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5491         * djvu/Makefile.am:
5492         * djvu/djvu-document-private.h:
5493         * djvu/djvu-document.c:
5494         * djvu/djvu-document.h:
5495         * djvu/djvu-links.c:
5496         * djvu/djvu-links.h:
5497         * djvu/djvu-text-page.c:
5498         * djvu/djvu-text-page.h:
5499         * djvu/djvu-text.c:
5500         * djvu/djvu-text.h:
5501         * dvi/Makefile.am:
5502         * dvi/dvi-document.c:
5503         * dvi/dvi-document.h:
5504         * dvi/fonts.c:
5505         * dvi/fonts.h:
5506         * dvi/mdvi-lib/Makefile.am:
5507         * dvi/mdvi-lib/afmparse.c:
5508         * dvi/mdvi-lib/afmparse.h:
5509         * dvi/mdvi-lib/bitmap.c:
5510         * dvi/mdvi-lib/bitmap.h:
5511         * dvi/mdvi-lib/color.c:
5512         * dvi/mdvi-lib/color.h:
5513         * dvi/mdvi-lib/common.c:
5514         * dvi/mdvi-lib/common.h:
5515         * dvi/mdvi-lib/defaults.h:
5516         * dvi/mdvi-lib/dvimisc.c:
5517         * dvi/mdvi-lib/dviopcodes.h:
5518         * dvi/mdvi-lib/dviread.c:
5519         * dvi/mdvi-lib/files.c:
5520         * dvi/mdvi-lib/font.c:
5521         * dvi/mdvi-lib/fontmap.c:
5522         * dvi/mdvi-lib/fontmap.h:
5523         * dvi/mdvi-lib/fontsrch.c:
5524         * dvi/mdvi-lib/gf.c:
5525         * dvi/mdvi-lib/hash.c:
5526         * dvi/mdvi-lib/hash.h:
5527         * dvi/mdvi-lib/list.c:
5528         * dvi/mdvi-lib/mdvi.h:
5529         * dvi/mdvi-lib/pagesel.c:
5530         * dvi/mdvi-lib/paper.c:
5531         * dvi/mdvi-lib/paper.h:
5532         * dvi/mdvi-lib/pk.c:
5533         * dvi/mdvi-lib/private.h:
5534         * dvi/mdvi-lib/setup.c:
5535         * dvi/mdvi-lib/sp-epsf.c:
5536         * dvi/mdvi-lib/special.c:
5537         * dvi/mdvi-lib/sysdeps.h:
5538         * dvi/mdvi-lib/t1.c:
5539         * dvi/mdvi-lib/tfm.c:
5540         * dvi/mdvi-lib/tfmfile.c:
5541         * dvi/mdvi-lib/tt.c:
5542         * dvi/mdvi-lib/util.c:
5543         * dvi/mdvi-lib/vf.c:
5544         * dvi/pixbuf-device.c:
5545         * dvi/pixbuf-device.h:
5546         * impress/Makefile.am:
5547         * impress/common.h:
5548         * impress/document.c:
5549         * impress/f_oasis.c:
5550         * impress/f_oo13.c:
5551         * impress/iksemel.c:
5552         * impress/iksemel.h:
5553         * impress/imposter.h:
5554         * impress/impress-document.c:
5555         * impress/impress-document.h:
5556         * impress/internal.h:
5557         * impress/r_back.c:
5558         * impress/r_draw.c:
5559         * impress/r_geometry.c:
5560         * impress/r_gradient.c:
5561         * impress/r_style.c:
5562         * impress/r_text.c:
5563         * impress/render.c:
5564         * impress/render.h:
5565         * impress/zip.c:
5566         * impress/zip.h:
5567         * lib/Makefile.am:
5568         * lib/ev-debug.c:
5569         * lib/ev-debug.h:
5570         * lib/ev-file-helpers.c:
5571         * lib/ev-file-helpers.h:
5572         * lib/ev-gui.c:
5573         * lib/ev-gui.h:
5574         * lib/ev-tooltip.c:
5575         * lib/ev-tooltip.h:
5576         * libdocument/Makefile.am:
5577         * libdocument/ev-file-helpers.c:
5578         * pdf/Makefile.am:
5579         * pdf/ev-poppler.cc:
5580         * pdf/ev-poppler.h:
5581         * pixbuf/Makefile.am:
5582         * pixbuf/pixbuf-document.c:
5583         * pixbuf/pixbuf-document.h:
5584         * properties/Makefile.am:
5585         * ps/Makefile.am:
5586         * ps/gsdefaults.c:
5587         * ps/gsdefaults.h:
5588         * ps/gsio.c:
5589         * ps/gsio.h:
5590         * ps/gstypes.h:
5591         * ps/ps-document.c:
5592         * ps/ps-document.h:
5593         * ps/ps.c:
5594         * ps/ps.h:
5595         * shell/Makefile.am:
5596         * shell/ev-application.h:
5597         * shell/ev-sidebar-links.c:
5598         * shell/ev-sidebar-links.h:
5599         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5600         (ev_gui_menu_position_tree_selection):
5601         * shell/ev-utils.h:
5602         * shell/ev-view.c: (ev_view_finalize):
5603         * shell/ev-window.c:
5604         * shell/main.c: (main):
5605         * thumbnailer/Makefile.am:
5606         * tiff/Makefile.am:
5607         * tiff/tiff-document.c:
5608         * tiff/tiff-document.h:
5609         * tiff/tiff2ps.c:
5610         * tiff/tiff2ps.h:
5611         
5612         Reorganize source tree.
5613
5614 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5615
5616         * backend/ev-document-factory.c:
5617
5618         Do not include ev-poppler.h when pdf is disabled. 
5619
5620 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * configure.ac:
5623         * data/evince-ui.xml:
5624         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5625         (pdf_document_document_images_iface_init):
5626         * backend/Makefile.am:
5627         * backend/ev-document-images.[ch]:
5628         * backend/ev-image.[ch]:
5629         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5630         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5631         (ev_job_xfer_run):
5632         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5633         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5634         (ev_pixbuf_cache_get_image_mapping):
5635         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5636         (view_menu_popup_cb), (ev_window_dispose),
5637         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5638         (ev_view_popup_cmd_copy_image):
5639         * shell/ev-view-private.h:
5640         * shell/ev-view.c: (ev_view_get_image_at_location),
5641         (ev_view_do_popup_menu), (ev_view_popup_menu),
5642         (ev_view_button_press_event), (ev_view_drag_data_get),
5643         (ev_view_drag_motion), (ev_view_drag_data_received),
5644         (ev_view_motion_notify_event), (ev_view_button_release_event),
5645         (ev_view_finalize), (ev_view_class_init):
5646
5647         Add image handling support. Fixes bugs #310008 and #325047. Images
5648         selection is not supported yet. 
5649
5650 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5651
5652         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5653         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5654         (ev_view_init):
5655
5656         Move view drag and drop stuff to ev-view.
5657
5658 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5659
5660         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5661         * shell/ev-view.c: (clear_selection): 
5662
5663         Clear selection also in pixbuf cache.
5664
5665 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5666
5667         * data/evince.desktop.in.in:
5668         
5669         Change icon name in desktop file. See bug #390734
5670         for details.
5671
5672 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5673
5674         * thumbnailer/Makefile.am:
5675
5676         Use top_builddir instead top_srcdir for generated schema
5677         file installation. Fixes bug #390161.
5678
5679 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5680
5681         * configure.ac:
5682         * backend/Makefile.am:
5683         * backend/ev-document-transition.[ch]:
5684         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5685         (pdf_document_page_transition_iface_init):
5686         * shell/ev-view-private.h:
5687         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5688         (ev_view_set_presentation), (transition_next_page),
5689         (ev_view_presentation_transition_stop),
5690         (ev_view_presentation_transition_start), (ev_view_next_page):
5691
5692         Add page transition support in presentation mode. At the moment only
5693         page duration is supported, but not transition effects. Fixes bug
5694         #309815.
5695
5696 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5697
5698         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5699
5700         Run find_link_dest with document lock held, since it's called by links
5701         thread and main thread at the same time. 
5702
5703 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5704
5705         * shell/ev-view.c: (goto_dest):
5706
5707         Update page-cache when page is changed by the view, so that
5708         page-changed signal is emitted. 
5709
5710 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5711
5712         * test/test1.py:
5713         * test/test2.py:
5714
5715         Use C locale in tests. 
5716
5717 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5718
5719         * shell/ev-window.c: (ev_window_run_presentation):
5720         * shell/ev-view-private.h:
5721         * shell/ev-view.c: (ev_view_set_presentation):
5722
5723         Restore zoom settings when back from presentation mode. 
5724
5725 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5726
5727         * shell/ev-window.c: (ev_window_run_presentation):
5728
5729         Always use "best fit" zoom in presentation mode.
5730         Fixes bug #389195.
5731
5732 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5733
5734         * shell/ev-view.c: (ev_view_goto_window_create):
5735
5736         Show "Jump to page" label in the page jumping popup in
5737         presentation mode instead of just a GtkEntry.
5738
5739 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * shell/ev-window.c: (launch_external_uri):
5742
5743         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5744         #378085.
5745
5746 2006-12-22  Elijah Newren  <newren gmail com>
5747
5748         * configure.ac: explicitly check for libxml2.  Fixes #388795
5749
5750 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5751
5752         * shell/ev-view-private.h:
5753         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5754         (ev_view_goto_window_delete_event), (key_is_numeric),
5755         (ev_view_goto_window_key_press_event),
5756         (ev_view_goto_window_button_press_event),
5757         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5758         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5759         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5760
5761         Allow jumping to another page by typing a page number in presentation
5762         mode. It uses a popup window with an entry. Fixes bug #353625.
5763
5764 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * configure.ac:
5767         * properties/ev-properties-view.c: (ev_get_default_user_units),
5768         (ev_regular_paper_size):
5769         
5770         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5771         to Damien Carbery <damien.carbery@sun.com> and
5772         Yevgen Muntyan <muntyan@tamu.edu>.
5773
5774 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5775
5776         * shell/ev-window.c: (setup_document_from_metadata):
5777
5778         Make sure Evince doesn't restore the view on the last
5779         page when a document is reopened. Fixes bug #383381.
5780
5781 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5782
5783         * shell/ev-view.c: (draw_loading_text):
5784
5785         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5786
5787 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5788
5789         * configure.ac:
5790         * NEWS:
5791
5792         Release 0.7.0
5793
5794 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * configure.ac:
5797         * pdf/ev-poppler.cc: (pdf_print_context_free),
5798         (pdf_document_file_exporter_begin),
5799         (pdf_document_file_exporter_do_page):
5800
5801         Make cairo-pdf depedency optional. 
5802
5803 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5804
5805         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5806
5807         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5808
5809 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5810
5811         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5812         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5813         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5814         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5815         * shell/ev-view.c: (draw_loading_text):
5816         * shell/ev-window.c: (ev_window_cmd_file_properties):
5817
5818         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5819         related to using FontConfig from different threads.
5820         
5821 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5822
5823         * shell/ev-view.c: (draw_loading_text):
5824
5825         Acquire lock document when drawing "Loading..." text so that only one
5826         thread will use FontConfig at the same time. Fixes bug #374750.
5827
5828 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * shell/ev-page-action.[ch]: (activate_cb):
5831         * shell/ev-window.c: (activate_label_cb):
5832
5833         Check if text inserted in page entry is a valid page number when it
5834         doesn't match to any document page label. Fixes bug #383165.
5835
5836 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5837         * shell/ev-window.c:
5838
5839         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5840         available with GTK < 2.10. Added an ifdef to avoid compilation
5841         error.
5842
5843 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5844
5845         * configure.ac:
5846         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5847
5848         Fix ps backend in multihead systems.
5849
5850 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5851
5852         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5853         * shell/ev-window.c: (ev_window_get_screen_dpi),
5854         (ev_window_update_actions), (setup_view_from_metadata),
5855         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5856
5857         Take screen DPI into account when zooming. Fixes bug #318285.
5858
5859 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5860
5861         * data/Makefile.am:
5862
5863         Cleaned up/slightly refactored Makefile.am. Added GConf
5864         schemas uninstallation as well.
5865
5866 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5867
5868         * Makefile.am:
5869         * test/Makefile.am:
5870
5871         Fight with autotools to fix make check. Make distcheck
5872         works fine as well now!
5873
5874 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5875
5876         * shell/ev-view.c: (draw_end_presentation_page):
5877
5878         Corrected "end of presentation" string.
5879
5880 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5881
5882         * shell/ev-view.c: (ev_view_key_press_event):
5883
5884         Correctly propagate key press event so that up/down keys
5885         work as expected (correct behaviour was broken by
5886         black/white screen key bindings for presentations).
5887
5888 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5889
5890         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5891         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5892         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5893         (pdf_selection_get_selection_region),
5894         (pdf_selection_get_selection_map):
5895
5896         Add "static" to some private functions. 
5897
5898 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5899
5900         * lib/ev-tooltip.h:
5901         * properties/ev-properties-view.h:
5902         * shell/ev-jobs.h:
5903         * shell/ev-properties-dialog.h:
5904         * shell/ev-properties-fonts.h:
5905         * shell/ev-sidebar-links.h:
5906         * shell/ev-sidebar-thumbnails.h:
5907         * shell/ev-sidebar.h:
5908         * shell/ev-window.h:
5909         
5910         Fixes CHACK type in class casts. See bug #385343
5911         for details.
5912
5913 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5914
5915         * shell/ev-view-private.h:
5916         * shell/ev-view.c: (draw_end_presentation_page),
5917         (ev_view_expose_event), (ev_view_key_press_event),
5918         (ev_view_class_init), (ev_view_init):
5919
5920         Blank screen in presentation mode when pressing 'b' (filling with
5921         black) or 'w' (filling with white) keys. Fixes bug #358132.
5922
5923 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5924
5925         * data/evince-toolbar.xml:
5926         * shell/ev-window.c:
5927         
5928         Use stock icon for Select All action. Fixes
5929         bug #382652.
5930
5931 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5932
5933         * shell/ev-view.c: (get_doc_point_from_offset),
5934         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5935
5936         Add links support in rotated documents. Fixes bug #343733.
5937
5938 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5939
5940         * shell/ev-view-private.h:
5941         * shell/ev-view.c: (draw_end_presentation_page),
5942         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5943
5944         Show a blank page after the last page in presentation mode with a
5945         message indicating that presentation has finished and how to exit. 
5946
5947 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5948
5949         * shell/ev-window.c: (fullscreen_timeout_cb):
5950
5951         Hide cursor after a while in presentation mode. 
5952
5953 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5954
5955         * backend/ev-document-info.h:
5956         * data/evince-properties.glade:
5957         * pdf/ev-poppler.cc:
5958         * properties/ev-properties-view.c: (ev_regular_paper_size),
5959         (ev_properties_view_set_info):
5960         * ps/ps-document.c: (ps_document_get_info):
5961
5962         Adds a paper size field to the properties dialog. Fixes
5963         bug #307315. Patch by Kasper Svendsen (with some i18n
5964         changes done by me).
5965
5966 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5969         (screensaver_init_dbus), (totem_scrsaver_new),
5970         (totem_scrsaver_init):
5971         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5972         * shell/ev-application.c: (ev_application_register_service),
5973         (ev_application_screensaver_enable),
5974         (ev_application_screensaver_disable):
5975         * shell/ev-application.h:
5976         * shell/ev-window.c: (ev_window_run_presentation),
5977         (ev_window_stop_presentation), (build_comments_string),
5978         (ev_window_init):
5979         
5980         Move screensaver handling to application. No more
5981         message on startup.
5982
5983 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5984
5985         * configure.ac:
5986         * backend/Makefile.am:
5987         * backend/ev-file-exporter.[ch]:
5988         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5989         * ps/ps-document.c: (ps_document_file_exporter_*):
5990         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5991         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5992         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5993         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5994
5995         Allow printing to PDF when suppoted by the backend.
5996         
5997 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5998
5999         * shell/ev-window.c: (build_comments_string):
6000
6001         Use always "Document Viewer" in about dialog. 
6002
6003 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6004
6005         * djvu/djvu-document.c: (djvu_document_get_page_size):
6006
6007         Display a warning message when get_pageinfo fails. 
6008
6009 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6010
6011         * Makefile.am:
6012         * backend/Makefile.am:
6013         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6014         * configure.ac:
6015         * shell/ev-window.c: (build_comments_string):
6016         
6017         Make pdf compilation optional. See bug #38007.
6018
6019 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6020
6021         * ps/ps.c: (get_next_text):
6022
6023         Fix CVE-2006-5864.
6024
6025 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6026
6027         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6028         * shell/ev-navigation-action.c: (connect_proxy),
6029         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6030         
6031         Do not call g_type_class_peek_parent twice.
6032
6033 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6034
6035         * configure.ac:
6036         * data/icons/24x24/.cvsignore:
6037         * data/icons/24x24/Makefile.am:
6038         * data/icons/24x24/evince.png:
6039         * data/icons/Makefile.am:
6040         
6041         Add 24x24 icon. Thanks to 
6042         Michael Monreal <infernux@web.de>.
6043
6044 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * configure.ac: Fix typo in configure.ac. Thanks
6047         to dmacks@netspace.org for notification.
6048
6049 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6052         
6053         Drop dbus include, fixes compilation with older dbus.
6054
6055 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6056
6057         * configure.ac:
6058         * cut-n-paste/Makefile.am:
6059         * cut-n-paste/totem-screensaver/.cvsignore
6060         * cut-n-paste/totem-screensaver/Makefile.am:
6061         * cut-n-paste/totem-screensaver/README:
6062         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6063         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6064         * shell/Makefile.am:
6065         * shell/ev-window.c: (ev_window_run_presentation),
6066         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6067         (ev_window_init):
6068
6069         Implemented screensaver enabling/disabling for
6070         presentation mode (not fullscreen mode). Code stolen
6071         from Totem (with some minor tweaks). Fixes bug #338889.
6072
6073 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6074
6075         * configure.ac:
6076
6077         Bump gnome-icon-theme requirements. We use the rotation
6078         icons that appeared recently.
6079
6080 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * shell/ev-history.c: (ev_history_add_page):
6083         * shell/ev-history.h:
6084         * shell/ev-window.c: (page_changed_cb):
6085         
6086         Use page labels instead of numbers.
6087
6088 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * data/evince-toolbar.xml:
6091         * po/POTFILES.in:
6092         * shell/Makefile.am:
6093         * shell/ev-navigation-action-widget.c:
6094         (ev_navigation_action_widget_init),
6095         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6096         (menu_detacher), (ev_navigation_action_widget_set_menu),
6097         (menu_position_func), (popup_menu_under_arrow),
6098         (ev_navigation_action_widget_toggled),
6099         (ev_navigation_action_widget_button_press_event):
6100         * shell/ev-navigation-action-widget.h:
6101         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6102         (ev_navigation_action_set_window), (activate_menu_item_cb),
6103         (new_history_menu_item), (new_empty_history_menu_item),
6104         (build_menu), (menu_activated_cb), (connect_proxy),
6105         (create_tool_item), (ev_navigation_action_init),
6106         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6107         * shell/ev-navigation-action.h:
6108         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6109         (ev_page_action_widget_set_page_cache),
6110         (ev_page_action_widget_finalize),
6111         (ev_page_action_widget_class_init), (match_selected_cb),
6112         (display_completion_text), (match_completion), (build_new_tree_cb),
6113         (get_filter_model_from_model),
6114         (ev_page_action_widget_update_model):
6115         * shell/ev-page-action-widget.h:
6116         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6117         (connect_proxy):
6118         * shell/ev-page-action.h:
6119         * shell/ev-stock-icons.c:
6120         * shell/ev-stock-icons.h:
6121         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6122         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6123         (register_custom_actions):
6124         * shell/main.c:
6125         
6126         Preliminary history implementation
6127
6128 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6131         (dvi_document_class_init), (dvi_document_init_params):
6132         * dvi/mdvi-lib/font.c: (font_reference):
6133         
6134         Add reference to subfont. Fixes bug #374277.
6135
6136 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6137
6138         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6139         (ev_window_cmd_file_open_copy_at_dest):
6140
6141         Fix a race condition when creating symlink. Increase the counter
6142         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6143         Mathias Hasselmann).
6144
6145 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6146
6147         * backend/Makefile.am:
6148         * backend/ev-attachment.c: (ev_attachment_open):
6149         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6150         (ev_tmp_dir), (ev_tmp_filename):
6151         * shell/ev-sidebar-attachments.c:
6152         (ev_sidebar_attachments_drag_data_get):
6153         * shell/ev-window.c: (ev_window_clear_temp_file):
6154
6155         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6156         in ensure_dir_exists. Abort without crashing when we can't create
6157         user's directory.
6158
6159 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6160
6161         * data/evince-ui.xml:
6162         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6163         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6164         (ev_window_cmd_file_open_copy_at_dest),
6165         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6166         (ev_view_popup_cmd_open_link_new_window):
6167
6168         Allow opening a copy of the current document in a new window. Fixes bug
6169         #357472
6170
6171 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * data/evince-toolbar.xml:
6174         
6175         Add rotate right and rotate left to available items for toolbar.
6176         
6177         * data/evince-ui.xml:
6178         * shell/ev-window.c: (ev_window_init):
6179         
6180         Customize toolbar with right click. Fixes bug #372451.
6181
6182 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6183
6184         * shell/ev-window.c: 
6185         
6186         Use "object-rotate-{left,right}" stock icons. Fixes 
6187         bug #373863.
6188
6189 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6190
6191         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6192         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6193         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6194         (ev_window_open_uri):
6195         * shell/main.c: (arguments_parse):
6196
6197         Remove temp file created when evince is used by GTK+ in
6198         preview mode. Fixes bug #365282. 
6199
6200 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6203         
6204         Fixes bug #372474 - Side pane disabled when entering 
6205         and leaving fullscreen mode.
6206
6207 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6210         * data/Makefile.am:
6211         * data/evince-preview-toolbar.xml:
6212         * data/evince-toolbar.xml:
6213         * shell/ev-application.c: (ev_application_shutdown),
6214         (ev_application_init), (ev_application_get_toolbars_model):
6215         * shell/ev-application.h:
6216         * shell/ev-window.c: (update_chrome_visibility),
6217         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6218         (ev_window_cmd_edit_toolbar), (ev_window_init):
6219         
6220         Fixes bug #364364 - toolbar editor shows zoom actions again.
6221
6222 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6223
6224         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6225
6226         Do not take margins into consideration for paper size when printing.
6227         Really fixes bug #350491.
6228
6229 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6230
6231         * data/evince-ui.xml:
6232         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6233         (ev_window_cmd_file_print_setup),
6234         (ev_window_print_dialog_response_cb),
6235         (ev_window_setup_action_sensitivity):
6236
6237         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6238
6239 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6240
6241         * shell/ev-window.c: (ev_window_print_range):
6242
6243         Revert my previuos commit, since printing to PDF is not supported by
6244         evince yet. 
6245
6246 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6247
6248         * shell/ev-window.c: (ev_window_print_range):
6249
6250         Enable print to a PDF. Fixes bug #332121.
6251
6252 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6253
6254         * shell/ev-application-service.xml:
6255         * shell/ev-application.[ch]: (ev_application_open_window),
6256         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6257         (ev_application_open_uri), (ev_application_open_uri_list):
6258         * shell/ev-window.c: (file_open_dialog_response_cb),
6259         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6260         (drag_data_received_cb), (open_remote_link):
6261         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6262
6263         Add support for multiscreen systems. Fixes bug #316206.
6264
6265 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6266
6267         * shell/ev-jobs.[ch]: (ev_job_print_new),
6268         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6269         (ev_job_print_do_page):
6270         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6271
6272         Allow printing only odd/even pages. Fixes bug #367289.
6273
6274 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6275
6276         * test/test1.py:
6277         * test/test2.py:
6278
6279         Re-add locale settings to test files.
6280
6281 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6282
6283         * data/evince-ui.xml:
6284         * shell/ev-window.c: (set_action_properties):
6285         
6286         Removed garbage from code and ui.
6287
6288 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6289
6290         * shell/ev-window.c: (ev_window_cmd_help_about):
6291
6292         Shamelessly add my name to the list of contributors.
6293
6294 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6295
6296         * test/test1.py:
6297         * test/test2.py:
6298
6299         Cleaned up the dogtail scripts.
6300
6301 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6302
6303         * shell/ev-view.c: (draw_loading_text): Don't render
6304         "loading..." text in presentation mode. Temporary
6305         workaround for bug #320352.
6306
6307 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6308
6309         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6310         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6311
6312         Use print settings scale, copies, collate and reverse which were
6313         ignored. Fixes bug #359032.
6314
6315 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6316
6317         * configure.ac:
6318         * data/evince-password.glade:
6319         * test/Makefile.am:
6320         * test/test-encrypt.pdf:
6321         * test/test-links.pdf:
6322         * test/test1.py:
6323         * test/test2.py:
6324
6325         Add automated UI tests for evince with dogtail. See
6326         bug #300948.    
6327
6328 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6329
6330         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6331
6332         Hide fullscreen toolbar when switching to another desktop workspace.
6333         Fixes bug #338871
6334
6335 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-window-title.c: 
6338         
6339         Test for .dvi in title of pdf documents.
6340
6341 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6342
6343         * shell/ev-view.c: (ev_view_scroll):
6344
6345         Page Up/Down should do page jumps in "Best fit" mode.
6346         If a user has explicitly chosen to view exactly one page
6347         at a time, scrolling just a part of the page when
6348         pressing Page Up/Down is not right. Fixes bug #323107.
6349
6350 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * NEWS:
6353         * configure.ac:
6354         
6355         Update for 0.6.1
6356
6357 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6360         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6361         
6362         Correctly disconnect from job signals on destroy.
6363
6364 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6365
6366         * shell/ev-view-private.h:
6367         * shell/ev-view.c: (view_set_adjustment_values),
6368         (view_update_range_and_current_page),
6369         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6370         
6371         Fixes bug #343199, current page now follows find page.
6372
6373 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6374
6375         * backend/ev-document-factory.c:
6376         * configure.ac:
6377         Assigned OpenDocument presenation MIME type to the
6378         Impress backend. Added some missing (but harmless)
6379         #ifdefs in the document factory as well to make things
6380         consistent again. Fixes bug #360658.
6381
6382 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6383
6384         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6385         * backend/ev-document-find.c: (ev_document_find_get_type):
6386         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6387         * backend/ev-document-links.c: (ev_document_links_get_type):
6388         * backend/ev-document-security.c: (ev_document_security_get_type):
6389         * backend/ev-document-thumbnails.c:
6390         (ev_document_thumbnails_get_type):
6391         * backend/ev-document.c: (ev_document_get_type):
6392         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6393         * backend/ev-selection.c: (ev_selection_get_type):
6394         * cut-n-paste/recent-files/egg-recent-model.c:
6395         (egg_recent_model_get_type):
6396         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6397         (egg_recent_view_uimanager_get_type):
6398         * cut-n-paste/recent-files/egg-recent-view.c:
6399         (egg_recent_view_get_type):
6400         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6401         (egg_editable_toolbar_get_type):
6402         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6403         (egg_toolbar_editor_get_type):
6404         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6405         (egg_toolbars_model_get_type):
6406         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6407         (egg_tree_multi_drag_source_get_type):
6408         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6409         (ephy_zoom_action_get_type):
6410         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6411         (ephy_zoom_control_get_type):
6412         * impress/r_back.c: (_imp_fill_back):
6413         * properties/ev-properties-main.c:
6414         (ev_properties_plugin_register_type):
6415         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6416         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6417         (ev_view_accessible_factory_get_type):
6418
6419         Reduce relocations. Bug #360616.
6420
6421 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * backend/ev-document-factory.c:
6424         (ev_document_factory_get_document):
6425         
6426         Load document even if extension is wrong.
6427
6428 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-metadata-manager.c: (save_values):
6431         * shell/ev-window.c: (setup_size_from_metadata),
6432         (setup_view_from_metadata), (ev_window_setup_document),
6433         (ev_window_xfer_job_cb), (window_configure_event_cb):
6434         
6435         Set size according to the document size/page size ratio.
6436         That should correct rather wierd behaviour of the previous
6437         commit.
6438
6439 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6440
6441         * shell/ev-window.c: (setup_view_from_metadata):
6442         
6443         Set size for new windows from previous window size.
6444         See bugs #354968 and #168450 for details. Thanks
6445         to Meik Hellmund.
6446
6447 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * djvu/djvu-links.c: (build_tree):
6450
6451         Fix memory leak.
6452
6453 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6456         
6457         Don't make sidebar close button insensitive. Fixes
6458         bug #357871.
6459
6460 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6461
6462         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6463         (ev_window_set_view_accels_sensitivity):
6464         
6465         Don't enable Slash on documents which don't support
6466         find. Fixes bug #358648.
6467
6468 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6469
6470         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6471         open dialog fall back to the current document uri if the
6472         filechooser hasn't been used before. Fixes bug #356980.
6473
6474 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6475
6476         * shell/ev-window.c: (ev_window_setup_recent), 
6477         (ev_window_get_recent_file_label):
6478
6479         Escape underscores in filenames of recent file items.
6480
6481 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * configure.ac:
6484         
6485         Bumped poppler requirements, really 0.5.3 is very 
6486         buggy, now we require 0.5.4.
6487
6488 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6489
6490         * djvu/Makefile.am:
6491         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6492         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6493         (djvu_document_document_links_iface_init):
6494         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6495         (number_from_string_10), (get_djvu_link_dest),
6496         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6497         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6498         (djvu_links_get_links), (djvu_links_find_link_dest),
6499         (djvu_links_get_links_model):
6500         * djvu/djvu-links.h:
6501         
6502         Add support for links and bookmarks in djvu documents. Thanks
6503         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6504         patch.
6505
6506 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6507
6508         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6509         
6510         Reopen should reload document. Fixes 
6511         bug 327951.
6512
6513 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * configure.ac:
6516         * data/Makefile.am:
6517         * data/evince-16.png:
6518         * data/evince-22.png:
6519         * data/evince.png:
6520         * data/evince.svg:
6521         * data/icons/16x16/Makefile.am:
6522         * data/icons/16x16/evince.png:
6523         * data/icons/22x22/Makefile.am:
6524         * data/icons/22x22/evince.png:
6525         * data/icons/48x48/Makefile.am:
6526         * data/icons/48x48/evince.png:
6527         * data/icons/Makefile.am:
6528         * data/icons/scalable/Makefile.am:
6529         * data/icons/scalable/evince.svg:
6530         
6531         Install icons with correct names. Fixes
6532         bug #354429.
6533
6534 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6535
6536         * shell/ev-view.c: (ev_view_button_release_event):
6537
6538         Don't open links with middle mouse button. Fixes bug #353649
6539
6540 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6541
6542         * NEWS:
6543         * configure.ac:
6544         
6545         Update for release 0.6.0
6546
6547 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6548
6549         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6550         Implement Close named action. Patch by Carlos Garcia Campos.
6551
6552 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6555         
6556         Don't clear link mapping on copy_job_to_job_info. Fixes
6557         bug 346168.
6558
6559 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6560
6561         * shell/main.c: (main):
6562
6563         Revert my previous commit, gnome_program_init owns the option context.
6564         Fix another memory leak in main. Both caught by Christian Persch. 
6565
6566 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6567
6568         * shell/main.c: (main):
6569
6570         Fix memory leak.
6571
6572 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6573
6574         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6575
6576         Fix crash when opening a pdf with password protection. 
6577
6578 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6579
6580         * pdf/ev-poppler.cc: (pdf_document_search_free):
6581
6582         Fix memory leak. 
6583
6584 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * backend/ev-document-factory.c:
6587         (ev_document_factory_get_document):
6588         * tiff/tiff-document.c: (tiff_document_finalize):
6589         
6590         More correct handling of document loading. Fixes
6591         bug #349043.
6592
6593 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6594
6595         * backend/ev-attachment.c: (ev_attachment_save):
6596
6597         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6598         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6599
6600 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6601         
6602         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6603         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6604
6605 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6606
6607         * shell/ev-sidebar-thumbnails.c:
6608
6609         Do not render thumbnails unless thumbnails page is active in the
6610         sidebar.
6611
6612 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6613
6614         * shell/ev-properties-dialog.c:
6615
6616         Fix dialogue spacing. Bug #351370.
6617
6618 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6619
6620         * configure.ac:
6621
6622         Use lowercase gettext catalog file names (evince.mo
6623         instead of Evince.mo)
6624
6625 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6626
6627         * shell/ev-sidebar-attachments.c:
6628
6629         GtkIconTheme is now screen safe too. Fixes bug #350878
6630
6631 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6632
6633         * shell/ev-window.c:
6634
6635         GtkRecent manager is now screen safe. Fixes bug #350145
6636
6637 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * shell/ev-sidebar.c: (ev_sidebar_init):
6640         
6641         Make sidebar close icon smaller. Fix for bug 350177.
6642         See also bugs 350176 and 165770.
6643
6644 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6645
6646         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6647
6648         Ignore zoom for xyz destinations when it's <= 1, keeping user
6649         preferences instead. Set correct sizing-mode for fith and fitv
6650         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6651
6652 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6653
6654         * NEWS:
6655         * configure.ac:
6656         
6657         Update for release 0.5.5
6658
6659 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6660         
6661         * shell/ev-window.c: (ev_window_cmd_escape)
6662
6663         Escape unfocus page entry. Fixes bug #345809.
6664
6665 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6666
6667         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6668         (build_tree), (pdf_document_links_get_links),
6669         (pdf_document_links_find_link_dest):
6670         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6671         (goto_xyz_dest):
6672
6673         Convert from PDF style coordinates to X style coordinates in the
6674         backend rather than in the view. Fixes bug #338440
6675
6676 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6677
6678         * shell/ev-window.c:
6679         
6680         Remove Ctrl+Shift+T shortcut for toolbars. See
6681         the bug #350098.
6682
6683 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6684
6685         * configure.ac:
6686
6687         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6688         of this. 
6689
6690 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6691
6692         * configure.ac:
6693         * cut-n-paste/Makefile.am:
6694         * data/evince-ui.xml:
6695         * shell/Makefile.am:
6696         * shell/ev-application.[ch]:
6697         * shell/ev-window.c:
6698
6699         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6700         #349273
6701
6702 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6703
6704         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6705         findbar code: s/help/search/
6706
6707 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6708
6709         * shell/ev-window.c: (setup_document_from_metadata),
6710         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6711         (setup_view_from_metadata):
6712         
6713         Fix memory leaks.
6714
6715 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6716
6717         * autogen.sh, configure.ac: 
6718         
6719         Update automake usage. See bug 349292.
6720
6721 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * shell/eggfindbar.c: (egg_find_bar_class_init),
6724         (entry_activate_callback), (egg_find_bar_init),
6725         (egg_find_bar_set_status_text):
6726         * shell/eggfindbar.h:
6727         
6728         Unify Evince findbar with Epiphany. Nice patch
6729         from Fabricio Silva <silva@crans.org> and
6730         Frederic Peters <fpeters@entrouvert.com>. See
6731         bug #339966 for details.
6732
6733 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6734
6735         * data/evince.desktop.in.in:
6736         
6737         Correct information for bugzilla. Thanks to
6738         Olaf Vitters, see bug #348855.
6739
6740 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6741
6742         * shell/ev-jobs.[ch]:
6743         * shell/ev-sidebar-links.c:
6744         * shell/ev-window.[ch]:
6745
6746         GtkPrintJob doesn't support print ranges or current page, so we export
6747         to a ps file now when printing ranges or current page.
6748
6749 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6750
6751         * pdf/ev-poppler.cc:
6752         * shell/ev-window.c: (do_action_named):
6753
6754         We should be more clear about bugzilla. See the
6755         poppler bug #7623.
6756
6757 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6758
6759         * configure.ac:
6760         * shell/Makefile.am:
6761         * shell/ev-job-queue.c:
6762         * shell/ev-jobs.[ch]:
6763         * shell/ev-sidebar-links.c:
6764         * shell/ev-window.[ch]:
6765         
6766         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6767         #348422
6768
6769 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6770
6771         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6772         * shell/ev-application-service.xml:
6773         * shell/ev-application.[ch]:
6774         * shell/ev-jobs.[ch]:
6775         * shell/ev-window.[ch]: (ev_window_run_preview):
6776         * shell/main.c: 
6777
6778         Add preview mode to use evince as a printing previewer. It also adds
6779         other command line options for fullscreen and presentation modes.
6780         Fixes bugs #347822, #317031
6781
6782 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * NEWS:
6785         * configure.ac:
6786         
6787         Update for release 0.5.4
6788
6789 2006-07-11  Bastien Nocera <hadess@hadess.net>
6790
6791         * Makefile.am:
6792         * backend/Makefile.am:
6793         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6794         * backend/ev-document-factory.h:
6795         * configure.ac:
6796         * impress/.cvsignore:
6797         * impress/Makefile.am:
6798         * impress/common.h:
6799         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6800         (imp_get_page), (imp_next_page), (imp_prev_page),
6801         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6802         * impress/f_oasis.c: (render_object), (render_page),
6803         (get_geometry), (_imp_oasis_load):
6804         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6805         (_imp_oo13_load):
6806         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6807         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6808         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6809         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6810         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6811         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6812         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6813         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6814         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6815         (iks_new_within), (iks_insert), (iks_insert_cdata),
6816         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6817         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6818         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6819         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6820         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6821         (iks_cdata), (iks_cdata_size), (iks_has_children),
6822         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6823         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6824         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6825         (iks_tree), (iks_load), (iks_save):
6826         * impress/iksemel.h:
6827         * impress/imposter.h:
6828         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6829         (imp_render_draw_bezier_real), (imp_render_get_size),
6830         (imp_render_set_fg_color), (imp_render_draw_line),
6831         (imp_render_draw_rect), (imp_render_draw_polygon),
6832         (imp_render_draw_arc), (imp_render_draw_bezier),
6833         (imp_render_open_image), (imp_render_get_image_size),
6834         (imp_render_scale_image), (imp_render_draw_image),
6835         (imp_render_close_image), (imp_render_markup),
6836         (imp_render_get_text_size), (imp_render_draw_text),
6837         (impress_document_load), (impress_document_save),
6838         (impress_document_get_n_pages), (impress_document_get_page_size),
6839         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6840         (impress_document_finalize), (impress_document_class_init),
6841         (impress_document_can_get_text), (impress_document_get_info),
6842         (impress_document_document_iface_init),
6843         (impress_document_thumbnails_get_thumbnail),
6844         (impress_document_thumbnails_get_dimensions),
6845         (impress_document_document_thumbnails_iface_init),
6846         (impress_document_init):
6847         * impress/impress-document.h:
6848         * impress/internal.h:
6849         * impress/r_back.c: (_imp_fill_back):
6850         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6851         (_imp_draw_image), (_imp_tile_image):
6852         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6853         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6854         (r_polyline):
6855         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6856         (r_draw_gradient_complex), (r_draw_gradient):
6857         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6858         (r_get_bullet):
6859         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6860         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6861         (r_text):
6862         * impress/render.c: (imp_create_context), (imp_context_set_page),
6863         (imp_context_set_step), (imp_render), (imp_delete_context):
6864         * impress/render.h:
6865         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6866         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6867         (zip_load_xml), (zip_get_size), (zip_load):
6868         * impress/zip.h:
6869         * shell/ev-utils.c:
6870         
6871         New backend to support impress slides. Fixes bug #30867.
6872
6873 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6874
6875         * shell/ev-utils.c: (using_postscript_printer):
6876         
6877         Fixes crash when print using PAPI backend,
6878         bug #345012.
6879
6880 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6881
6882         * shell/ev-jobs.c: (ev_job_xfer_run):
6883         * shell/ev-window.c: (password_dialog_response),
6884         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6885         (ev_window_dispose):
6886         Fixes bug #344160: if the xfer job doesn't complete
6887         because a password is required, reload the existing
6888         instance instead of creating a new one.
6889
6890 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/main.c: (main): Call gdk_threads_init. Thus
6893         we'll avoid errors in auth dialog. Fix for the bug
6894         #343347.
6895
6896 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6897
6898         * configure.ac: Advertise pixbuf support, fix
6899         for the bug 343317.
6900
6901 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6902
6903         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6904         (ev_sidebar_thumbnails_set_document):
6905         
6906         Update sidebar thumbnails after reloading.
6907
6908 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6909
6910         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6911         * shell/ev-jobs.h:
6912         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6913         (ev_window_cmd_view_reload), (ev_window_init):
6914         
6915         Don't crash on reload. Fix for the bug #343167.
6916
6917 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * shell/ev-jobs.c: (ev_job_render_run):
6920         
6921         Check for document links.
6922
6923 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * backend/ev-attachment.c: (ev_attachment_save),
6926         (ev_attachment_launch_app), (ev_attachment_open):
6927         * backend/ev-document-factory.c: (get_document_from_uri):
6928         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6929         (egg_recent_view_uimanager_set_list):
6930         * ps/ps-document.c: (check_filecompressed), (document_load),
6931         (ps_document_load):
6932         * shell/ev-metadata-manager.c: (load_values):
6933         * shell/ev-password.c: (ev_password_dialog_set_property):
6934         * shell/ev-view.c: (tip_from_link):
6935         * shell/ev-window.c: (file_save_dialog_response_cb),
6936         (ev_window_print_dialog_response_cb):
6937         
6938         Use consistent quoting style. Fix for the bug #320285.
6939
6940 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * shell/ev-jobs.c: (ev_job_xfer_run):
6943         * shell/main.c: (load_files):
6944                 
6945         Open links with anchors. Fix for the bug #339836.
6946
6947 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6950         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6951         (ev_link_dest_set_property), (ev_link_dest_finalize),
6952         (ev_link_dest_class_init), (ev_link_dest_new_named),
6953         (ev_link_dest_new_page_label):
6954         * backend/ev-link-dest.h:
6955         * shell/ev-application.c: (ev_application_open_uri):
6956         * shell/ev-view.c: (goto_dest):
6957         * shell/ev-window.c:
6958         * shell/ev-window.h:
6959         
6960         Fix page-label command line option. Bug #342070.
6961
6962 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6963
6964         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6965         
6966         Don't show highlight rects if page can't be showed. Fix for 
6967         the bug #342076
6968
6969 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * shell/ev-window.c: (setup_sidebar_from_metadata),
6972         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6973         
6974         Setup sidebar from metadata even if there is no document
6975         loaded. Fix for the bug #342807.
6976
6977 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * cut-n-paste/toolbar-editor/Makefile.am:
6980         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6981         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6982         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6983         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6984         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6985         (popup_context_menu_cb), (button_press_event_cb),
6986         (configure_item_sensitivity), (configure_item_cursor),
6987         (configure_item_tooltip), (connect_widget_signals),
6988         (action_sensitive_cb), (create_item_from_action),
6989         (create_item_from_position), (toolbar_drag_data_received_cb),
6990         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6991         (toolbar_drag_leave_cb), (configure_drag_dest),
6992         (toggled_visibility_cb), (toolbar_visibility_refresh),
6993         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6994         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6995         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6996         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6997         (egg_editable_toolbar_dispose),
6998         (egg_editable_toolbar_set_ui_manager),
6999         (egg_editable_toolbar_get_selected),
7000         (egg_editable_toolbar_set_selected), (set_edit_mode),
7001         (egg_editable_toolbar_set_property),
7002         (egg_editable_toolbar_get_property),
7003         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7004         (egg_editable_toolbar_new_with_model),
7005         (egg_editable_toolbar_get_edit_mode),
7006         (egg_editable_toolbar_set_edit_mode),
7007         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7008         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7009         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7010         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7011         (item_added_or_removed_cb), (toolbar_removed_cb),
7012         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7013         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7014         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7015         (editor_create_item_from_name), (append_table),
7016         (update_editor_sheet), (egg_toolbar_editor_init):
7017         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7018         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7019         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7020         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7021         (toolbar_node_free), (egg_toolbars_model_get_flags),
7022         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7023         (egg_toolbars_model_get_name), (impl_add_item),
7024         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7025         (parse_data_list), (parse_item_list), (parse_toolbars),
7026         (egg_toolbars_model_load_toolbars), (parse_available_list),
7027         (parse_names), (egg_toolbars_model_load_names),
7028         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7029         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7030         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7031         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7032         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7033         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7034         (egg_toolbars_model_set_types), (fill_avail_array),
7035         (egg_toolbars_model_get_name_avail),
7036         (egg_toolbars_model_get_name_flags),
7037         (egg_toolbars_model_set_name_flags):
7038         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7039         * cut-n-paste/toolbar-editor/eggintl.h:
7040         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7041         (egg_tree_multi_drag_source_get_type),
7042         (egg_tree_multi_drag_source_row_draggable),
7043         (egg_tree_multi_drag_source_drag_data_delete),
7044         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7045         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7046         (path_list_free), (set_context_data), (get_context_data),
7047         (get_info), (egg_tree_multi_drag_drag_data_get),
7048         (egg_tree_multi_drag_motion_event),
7049         (egg_tree_multi_drag_button_press_event),
7050         (egg_tree_multi_drag_add_drag_support):
7051         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7052         * shell/ev-application.c: (ev_application_init),
7053         (ev_application_save_toolbars_model):
7054         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7055         (ev_window_cmd_edit_toolbar), (ev_window_init):
7056         
7057         Sync toolbareditor with epiphany and libegg
7058
7059 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7060
7061         * configure.ac: 
7062
7063         Depend on poppler 0.5.2
7064
7065 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * shell/ev-jobs.c: (ev_job_render_run):
7068         
7069         Check if document supports links iterface.
7070
7071 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * NEWS:
7074         * configure.ac:
7075         
7076         Update for release 0.5.3
7077
7078 2006-05-13  Michael Plump  <plumpy@skylab.org>
7079
7080         * configure.ac:
7081         * shell/Makefile.am:
7082         * shell/main.c: (main):
7083         
7084         Port to GOption command line parsing. Fix for the 
7085         bug #327518
7086
7087 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * shell/ev-window.c: (ev_window_cmd_help_about):
7090         
7091         Do not wrap license. Fix for the bug #309460.
7092
7093 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * configure.ac:
7096         * properties/ev-properties-main.c: (ev_properties_get_pages):
7097         * shell/ev-application.c: (ev_application_open_window),
7098         (ev_application_open_uri_at_dest):
7099         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7100         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7101         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7102         * shell/ev-utils.c: (save_print_config_to_file):
7103         * shell/ev-window.c: (ev_window_cmd_save_as),
7104         (ev_attachment_popup_cmd_save_attachment_as):
7105         * shell/main.c: (load_files_remote):
7106         
7107         Bump requirements to gtk 2.8 and drop all ifdefs used.
7108
7109 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7112         * shell/ev-window.c: (ev_window_init):
7113         
7114         Show attachments page.
7115
7116 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * po/POTFILES.in:
7119         * shell/ev-attachment-bar.c:
7120         * shell/ev-attachment-bar.h:
7121         * shell/ev-sidebar-attachments.c:
7122         (ev_sidebar_attachments_icon_cache_add),
7123         (icon_theme_get_pixbuf_from_mime_type),
7124         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7125         (ev_sidebar_attachments_icon_cache_refresh),
7126         (ev_sidebar_attachments_get_attachment_at_pos),
7127         (ev_sidebar_attachments_popup_menu_show),
7128         (ev_sidebar_attachments_popup_menu),
7129         (ev_sidebar_attachments_button_press),
7130         (ev_sidebar_attachments_update_icons),
7131         (ev_sidebar_attachments_drag_data_get),
7132         (ev_sidebar_attachments_get_property),
7133         (ev_sidebar_attachments_destroy),
7134         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7135         (ev_sidebar_attachments_new),
7136         (ev_sidebar_attachments_set_document),
7137         (ev_sidebar_attachments_support_document),
7138         (ev_sidebar_attachments_get_label),
7139         (ev_sidebar_attachments_page_iface_init):
7140         * shell/ev-sidebar-attachments.h:
7141         * shell/ev-window.c: (update_chrome_visibility),
7142         (setup_sidebar_from_metadata), (ev_window_setup_document),
7143         (ev_window_sidebar_current_page_changed_cb),
7144         (attachment_bar_menu_popup_cb), (ev_window_init):
7145         
7146         Move attachments bar to sidebar.
7147
7148 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7149
7150         * pdf/ev-poppler.cc:
7151         * shell/ev-application.[ch]:
7152         * shell/main.c:
7153
7154         Fix some memory leaks.
7155
7156 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7157
7158         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7159
7160         Change the properties dialog response to
7161         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7162         will make the dialog go away when the user presses
7163         enter. With gtk+ >= 2.9 this will happen anyway, but for
7164         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7165         escape by default. Fixes bug #340539. See also bug
7166         #101293 for the gtk+ part.
7167
7168 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7169
7170         * shell/ev-view.c (tip_from_action_named): Replace some strings
7171         that were wrong. Closes #340970.
7172
7173 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7174
7175         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7176
7177         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7178         #341049
7179
7180 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7181
7182         * djvu/Makefile.am:
7183         * dvi/Makefile.am:
7184         * dvi/mdvi-lib/Makefile.am:
7185         * properties/Makefile.am:
7186         * ps/Makefile.am:
7187         * shell/Makefile.am:
7188         * thumbnailer/Makefile.am:
7189         
7190         Due to broken libtool that is unable to track dependencies
7191         of noinst libraries we are forced to explicitely point
7192         libraries for binary. Fix for the bug #333334.
7193
7194 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * data/evince.desktop.in.in:
7197         * shell/ev-view.c: (view_update_range_and_current_page),
7198         (ev_view_next_page), (ev_view_previous_page):
7199         * shell/ev-window.c: (update_chrome_visibility),
7200         (setup_sidebar_from_metadata), (ev_window_setup_document),
7201         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7202         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7203         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7204         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7205         (ev_window_stop_presentation), (ev_window_focus_in_event),
7206         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7207         (ev_window_init):
7208         * thumbnailer/Makefile.am:
7209         
7210         Update fullscreen and presentation timeout handling. Hide
7211         cursor in presentation after timeout. Fix for the bugs
7212         #136359 and #336981.
7213
7214 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7215
7216         * backend/ev-link-action.[ch]:
7217         * pdf/ev-poppler.cc: (ev_link_from_action):
7218         * shell/ev-view-private.h:
7219         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7220         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7221
7222         Add support for Named Action links
7223
7224 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7225
7226         * backend/Makefile.am:
7227         * backend/ev-document-links.[ch]:
7228         * backend/ev-document.[ch]:
7229         * backend/ev-link-action.[ch]:
7230         * backend/ev-link-dest.[ch]:
7231         * backend/ev-link.[ch]:
7232         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7233         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7234         * shell/ev-page-action.c: (build_new_tree_cb):
7235         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7236         (links_page_num_func), (update_page_callback):
7237         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7238         (tip_from_link):
7239         * shell/ev-jobs.c:
7240         * shell/ev-window.[ch]: (ev_window_open_uri),
7241         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7242         * shell/ev-application.[ch]: (ev_application_open_window),
7243         (ev_application_open_uri):
7244
7245         Rework links system, it adds support for remote links now and it makes
7246         easier to add new kinds of actions and destinations. Fixes bug #317292
7247
7248 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7249
7250         * data/Makefile.am:
7251         * data/evince.png:
7252         * data/evince-16.png:
7253         * data/evince-22.png:
7254         * data/evince.svg:
7255         * shell/main.c: (main):
7256         
7257         Evince use it's own icon. Fix for the bug #313392.
7258
7259         * shell/ev-window.c: (fullscreen_timeout_cb),
7260         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7261         (ev_window_cmd_help_about), (ev_window_dispose):
7262         
7263         Simplify fullscreen timeout code.
7264
7265 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7266
7267         * backend/ev-attachment.c: 
7268         * shell/ev-attachment-bar.c:
7269         * shell/ev-window.c:
7270
7271         Allow multiple selection of attachments
7272
7273 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * shell/ev-view.c: (view_update_range_and_current_page),
7276         (ev_view_scroll):
7277         
7278         Fix for the bug #312573 – Optimal selection of current 
7279         page among visible pages.
7280
7281 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * configure.ac:
7284         * djvu/Makefile.am:
7285         * djvu/djvu-text.h:
7286         
7287         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7288         for the bug 339868.
7289
7290 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7291
7292         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7293
7294 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7295
7296         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7297         dictated by the GNOME HIG. Fixes bug #339235.
7298
7299 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7300
7301         * data/evince-ui.xml:
7302         * shell/ev-view.c: (ev_view_can_find_previous):
7303         * shell/ev-view.h:
7304         * shell/ev-window.c: (ev_window_update_actions),
7305         (ev_window_cmd_edit_find_previous):
7306
7307         Add support for "Find Previous" as dictated by the GNOME HIG. A
7308         menu item is added and some glue code to make it all work is added
7309         to various files.
7310
7311 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7312
7313         * configure.ac: Award myself the "useless use of cat" award.
7314
7315 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7316
7317         * po/LINGUAS: New file listing all supported languages.
7318
7319         * configure.in: Use po/LINGUAS instead of including all languages
7320         directly in this file. See the wiki for more information:
7321         http://live.gnome.org/GnomeGoals/PoLinguas
7322
7323 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7324
7325         * backend/ev-document-factory.c:
7326
7327         Do not load the document twice when there isn't errors
7328
7329 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7330
7331         * backend/ev-attachment.c: 
7332
7333         Fix a crash when there isn't a default application to open an
7334         attachment
7335
7336 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7337
7338         * backend/ev-attachment.[ch]:
7339         * shell/ev-attachment-bar.[ch]:
7340
7341         Added missing files. 
7342
7343 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7344
7345         * backend/Makefile.am:
7346         * data/evince-ui.xml:
7347         * backend/ev-attachment.[ch]:
7348         * backend/ev-document.[ch]: (ev_document_has_attachments),
7349         (ev_document_get_attachments):
7350         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7351         (attachment_save_to_buffer), (pdf_document_get_attachments),
7352         (pdf_document_document_iface_init):
7353         * shell/Makefile.am:
7354         * shell/ev-attachment-bar.[ch]:
7355         * shell/ev-window.c:
7356
7357         Add support for PDF attachments. Fixes bug #325143
7358
7359 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * backend/ev-document-factory.c: (get_document_from_uri),
7362         (ev_document_factory_get_document):
7363         * backend/ev-document-factory.h:
7364         * properties/ev-properties-main.c: (ev_properties_get_pages):
7365         * shell/Makefile.am:
7366         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7367         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7368         (ev_job_queue_remove_job):
7369         * shell/ev-job-queue.h:
7370         * shell/ev-job-xfer.c:
7371         * shell/ev-job-xfer.h:
7372         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7373         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7374         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7375         (ev_job_xfer_run):
7376         * shell/ev-jobs.h:
7377         * shell/ev-window.c: (ev_window_is_empty),
7378         (password_dialog_response), (ev_window_clear_xfer_job),
7379         (ev_window_xfer_job_cb), (ev_window_open_uri),
7380         (ev_window_cmd_focus_page_selector),
7381         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7382         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7383         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7384         (ev_window_dispose):
7385         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7386         
7387         * Cleanup mime type detection on document load. Fix for the
7388         bug #336448.
7389
7390 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7393         
7394         Fix crash on exit, described in the bug #336825.
7395
7396 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * backend/ev-document-factory.c:
7399         (ev_document_factory_get_from_mime),
7400         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7401         (ev_document_factory_get_document),
7402         (file_filter_add_mime_list_and_free),
7403         (ev_document_factory_add_filters):
7404         * backend/ev-document-factory.h:
7405         * properties/ev-properties-main.c: (ev_properties_get_pages):
7406         * shell/Makefile.am:
7407         * shell/ev-application.c:
7408         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7409         * shell/ev-window.c: (ev_window_cmd_file_open),
7410         (ev_window_cmd_save_as):
7411         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7412         
7413         Rework factory functions so they are placed now in a single 
7414         file ev-document-factory.c
7415
7416 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * shell/ev-window.c: (update_chrome_visibility):
7419         
7420         Fix for the bug 166566 - don't show menubar in fullscreen
7421         mode.
7422
7423 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7424
7425         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7426
7427 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * shell/ev-view.c: (ev_view_expose_event):
7430         
7431         More correctly draw loading text when document
7432         is empty.
7433
7434 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * shell/ev-view.c: (ev_view_scroll):
7437         
7438         Fix for the bug #334854, page down and page up switch
7439         pages in presentation mode.
7440
7441 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * shell/ev-window.c: (ev_window_set_action_sensitive),
7444         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7445         (ev_window_set_view_accels_sensitivity),
7446         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7447         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7448         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7449         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7450         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7451         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7452         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7453         (view_actions_focus_in_cb), (ev_window_init):
7454         
7455         Fix for the bug #333902, now it's possible to search
7456         words with slash.
7457
7458 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7459
7460         * configure.ac: Added Breton translation.
7461         * po/br.po: Added Breton translation.
7462
7463 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7464
7465         * shell/ev-window-title (ev_window_title_update):
7466
7467         Fix memory leak in window title. Fixes bug #333944
7468
7469 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7470
7471         * shell/ev-metadata-manager.c (parseItem):
7472
7473         Fix memory leaks. Fixes bug #333945
7474
7475 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7476         
7477         * NEWS, configure.ac, TODO:
7478         
7479         Update for release 0.5.2.
7480
7481 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * shell/ev-view.c: (view_update_range_and_current_page),
7484         (page_changed_cb):
7485         
7486         Don't jump on scrolling, fix for the bug #333127.
7487
7488 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7489
7490         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7491         
7492         Scroll by one page in presentation mode. Fix for the bug
7493         #332993.
7494
7495 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7496
7497         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7498
7499 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7500
7501         * configure.ac  Added lv in ALL_LINGUAS line.
7502
7503 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7504         
7505         * NEWS, configure.ac:
7506         
7507         Update for release 0.5.1
7508
7509 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7510
7511         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7512         * backend/ev-document-misc.h:
7513         * shell/ev-view.c: (draw_one_page):
7514         
7515          Clairfy what page the toolbar page number applies to. Fix
7516          for the bug #328102.
7517
7518 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7519
7520         * shell/ev-view-private.h:
7521         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7522         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7523         (ev_view_search_changed):
7524         * shell/ev-view.h:
7525         * shell/ev-window.c: (find_bar_search_changed_cb):
7526         
7527         Dont't jump to find result if window was scrolled during search.
7528         Fix for the bug #313266.
7529
7530 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7531
7532         * shell/eggfindbar.c: (egg_find_bar_class_init):
7533         * shell/eggfindbar.h:
7534         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7535         * shell/ev-view-private.h:
7536         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7537         (ev_view_class_init), (ev_sizing_mode_get_type),
7538         (ev_scroll_type_get_type):
7539         * shell/ev-view.h:
7540         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7541         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7542         (ev_window_init):
7543         
7544         Fix for the bug 319133 - Find entry should allow text scroll.
7545
7546 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7547
7548         * shell/ev-view-private.h:
7549         * shell/ev-view.c: (view_update_range_and_current_page),
7550         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7551         (ev_view_set_document), (update_find_status_message),
7552         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7553         (ev_view_find_previous):
7554         
7555         Fix for the bug #319137. Search now takes account for scrolling.
7556
7557 2006-02-19  Michael Hofmann <mh21@piware.de>
7558
7559         * configure.ac:
7560         * djvu/Makefile.am:
7561         * djvu/djvu-document-private.h:
7562         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7563         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7564         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7565         (djvu_document_can_get_text), (djvu_document_get_text),
7566         (djvu_document_document_iface_init),
7567         (djvu_document_thumbnails_get_thumbnail),
7568         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7569         (djvu_document_find_get_result),
7570         (djvu_document_find_page_has_results),
7571         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7572         (djvu_document_find_iface_init):
7573         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7574         (djvu_text_page_selection), (djvu_text_page_limits_process),
7575         (djvu_text_page_limits), (djvu_text_page_copy),
7576         (djvu_text_page_position), (djvu_text_page_union),
7577         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7578         (djvu_text_page_box), (djvu_text_page_append_text),
7579         (djvu_text_page_search), (djvu_text_page_prepare_search),
7580         (djvu_text_page_new), (djvu_text_page_free):
7581         * djvu/djvu-text-page.h:
7582         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7583         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7584         (djvu_text_n_results), (djvu_text_has_results),
7585         (djvu_text_get_result), (djvu_text_get_progress):
7586         * djvu/djvu-text.h:
7587         
7588         Text search in djvu. Fix for the bug #303415.
7589
7590 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * configure.ac:
7593         * shell/ev-window.c: (ev_window_cmd_save_as):
7594         
7595         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7596         Thanks to Gary Coady <gary@lyranthe.org>
7597
7598 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * shell/ev-print-job.c: (idle_print_handler):
7601         
7602         Inverse order printing, bug #320919.
7603
7604 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * data/evince-toolbar.xml:
7607         * shell/ev-window.c:
7608         
7609         Allow to add sidebar checkbutton on toolbar. Fix
7610         for the bug #144577.
7611
7612 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7613
7614         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7615         
7616         Add checks that have sense for empty ps document.
7617
7618 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7619
7620         * configure.ac: Include PS in mime types list. 
7621
7622 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * configure.ac:
7625         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7626         * ps/gsdefaults.h:
7627         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7628         
7629         Runtime check for gs interpreter. Fix for the bug #320868.
7630         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7631
7632 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7633
7634         * shell/ev-application.c: 
7635
7636         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7637         dbus>=0.60, so that the request is not queued. 
7638
7639 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7640
7641         * configure.ac:
7642         * shell/Makefile.am:
7643         * shell/ev-sidebar-links.c: (print_section_cb):
7644         * shell/ev-utils.c:
7645         * shell/ev-utils.h:
7646         * shell/ev-window.c: (update_action_sensitivity),
7647         (ev_window_close_dialogs), (ev_window_print):
7648         * shell/ev-window.h:
7649         
7650         Make printing support optional. Patch from Eduardo de Barros Lima
7651         <eduardo.lima@indt.org.br> for the bug #330546.
7652
7653 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7654
7655         * shell/ev-view-private.h:
7656         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7657         (ev_view_set_document):
7658         * shell/ev-view.h:
7659         * shell/ev-window.c: (ev_window_load_job_cb),
7660         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7661         (ev_window_init):
7662
7663         Draw Loading message during xfer job. Fix for the bug #329495.
7664
7665 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * comics/comics-document.c: (comics_regex_quote),
7668         (comics_document_load), (extract_argv):
7669         
7670         Correcly quote regexp before passing it to unzip.
7671
7672 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7673
7674         * shell/ev-page-cache.c: (build_height_to_page),
7675         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7676         (ev_page_cache_get_dual_even_left):
7677         * shell/ev-page-cache.h:
7678         * shell/ev-view.c: (view_update_range_and_current_page),
7679         (get_page_y_offset), (get_page_extents):
7680         
7681         Place even pages to the left if document has less then
7682         two pages. Fix for the bug #328856.
7683
7684 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7687         
7688         Correct comics scheme. This make evince create thumbnails
7689         for comic books. Fix for the bug 329088.
7690
7691 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7692
7693         * data/evince-password.glade: Don't explicitly set
7694         invisible_char to the current default value in case
7695         the default changes; let GTK+ do its magic.
7696
7697 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7700         real filename to tmp filename since often document
7701         type is determined by extension.
7702
7703 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7704
7705         * shell/ev-view.c: (add_scroll_binding_keypad),
7706         (ev_view_binding_activated), (ev_view_class_init):
7707         
7708         Add keybindings for percision-scrolling of display area. 
7709         Fix for the bug #314072.
7710
7711 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * data/evince.desktop.in.in:
7714         
7715         Add GTK to the list of categories. Fix for the bug #328034.
7716
7717 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * shell/ev-application.c: (ev_application_shutdown),
7720         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7721         * shell/ev-application.h:
7722         * shell/ev-window.c: (file_open_dialog_response_cb),
7723         (ev_window_cmd_file_open):
7724         
7725         Save last uri in file chooser dialog. Fix for the bug #327950.
7726
7727 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * NEWS:
7730         * README:
7731         
7732         Final update for release 0.5.0
7733         
7734         * shell/Makefile.am:
7735         
7736         Remove disable deprecated until we'll require libgnome-2.13.7
7737         and port to GOption argument parsing. See bug 327518.
7738
7739 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7740
7741         * comics/comics-document.c: (comics_document_save):
7742         * djvu/djvu-document.c: (djvu_document_save):
7743         * dvi/dvi-document.c: (dvi_document_save):
7744         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7745         * lib/ev-file-helpers.h:
7746         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7747         * tiff/tiff-document.c: (tiff_document_save):
7748         
7749         Use common save function for backends.
7750
7751 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7752
7753         * backend/ev-document-types.c:
7754         
7755         Fix crash on saving pixbuf.
7756
7757 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7758
7759         * cut-n-paste/recent-files/egg-recent-item.c:
7760         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7761         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7762         (parse_info_free), (valid_element), (start_element_handler),
7763         (end_element_handler), (text_handler), (egg_recent_model_filter),
7764         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7765         (egg_recent_model_monitor), (egg_recent_model_read),
7766         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7767         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7768         (egg_recent_model_set_property), (egg_recent_model_class_init),
7769         (egg_recent_model_init), (egg_recent_model_add_full),
7770         (egg_recent_model_delete), (egg_recent_model_get_list),
7771         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7772         (egg_recent_model_set_filter_mime_types),
7773         (egg_recent_model_clear_group_filter),
7774         (egg_recent_model_set_filter_groups),
7775         (egg_recent_model_clear_scheme_filter),
7776         (egg_recent_model_set_filter_uri_schemes),
7777         (egg_recent_model_remove_expired):
7778         * cut-n-paste/recent-files/egg-recent-util.c:
7779         (egg_recent_util_get_icon):
7780         * cut-n-paste/recent-files/egg-recent-util.h:
7781         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7782         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7783         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7784         (egg_recent_view_uimanager_set_property),
7785         (egg_recent_view_uimanager_get_property),
7786         (egg_recent_view_uimanager_class_init),
7787         (egg_recent_view_uimanager_init),
7788         (egg_recent_view_uimanager_set_label_width),
7789         (egg_recent_view_uimanager_get_label_width):
7790         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7791         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7792         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7793         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7794         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7795         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7796         
7797         Update from libegg.
7798
7799 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7800
7801         * shell/ev-page-cache.c: (build_height_to_page),
7802         (ev_page_cache_get_height_to_page):
7803         * shell/ev-page-cache.h:
7804         * shell/ev-view.c: (view_update_range_and_current_page),
7805         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7806         (ev_view_previous_page):
7807         
7808         Dual mode places even pages to the left. Fix for the bug #309393.
7809
7810         * shell/ev-view.h:
7811         * shell/ev-window.c: (update_action_sensitivity),
7812         (setup_view_from_metadata), (view_menu_popup_cb):
7813         
7814         Don't restore presentation in empty windows, more intelligent
7815         next page behaviour in dual mode.
7816
7817         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7818         (ev_pixbuf_cache_clear_job_sizes):
7819         
7820         Cleanup job callback on removal. Fix for the bug #325886.
7821
7822 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * ps/ps.c: (psscan):
7825         
7826         Commit workaround Mozilla problem. Fix for the bug #325919
7827         
7828         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7829         (save_item):
7830         
7831         Fix for year 2038 problem.
7832
7833 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834
7835         * shell/ev-window.c: (setup_document_from_metadata),
7836         (ev_window_cmd_view_reload):
7837
7838         Clamp page recieved from metadata in valid values. Fix
7839         for the bug #325986.
7840
7841 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7842
7843         * MAINTAINERS: 
7844         Add MAINTAINERS as requested on desktop-devel-list.
7845
7846 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7847
7848         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7849         (mime_type_supported_by_gdk_pixbuf),
7850         (ev_document_factory_get_mime_types),
7851         (ev_document_factory_get_all_mime_types):
7852         
7853         Don't add pixbuf mime types if pixbuf backend is disabled.
7854         
7855         * shell/ev-application.c: (ev_application_get_uri_window):
7856         
7857         Fix for the bug 325815 - unhandled MIME type message doesn't 
7858         appear a second time. 
7859         
7860         * shell/ev-document-types.c: (ev_document_types_add_filters):
7861         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7862         (password_dialog_response), (ev_window_popup_password_dialog),
7863         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7864         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7865         (ev_window_run_presentation), (ev_window_stop_presentation),
7866         (save_sizing_mode), (ev_window_zoom_changed_cb),
7867         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7868         (ev_window_dual_mode_changed_cb),
7869         (ev_window_sidebar_current_page_changed_cb),
7870         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7871         (window_state_event_cb), (window_configure_event_cb):
7872         
7873         Cleanup additional uris holded by EvWindow.
7874
7875 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7876
7877         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7878         (ev_view_can_previous_page), (ev_view_can_next_page):
7879         * shell/ev-view.h:
7880         * shell/ev-window.c: (update_action_sensitivity):
7881         
7882         Two page scrolling with Space and PageUp in dual mode. Second fix 
7883         for the bug #316608.
7884
7885 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7886
7887         * shell/ev-view.c: (scroll_to_current_page):
7888         
7889         Correctly clamp adjustment value. Fix for the bug
7890         #325808.
7891
7892 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7893
7894         * shell/ev-sidebar-links.c: (print_section_cb):
7895         * shell/ev-window.c: (ev_window_get_uri),
7896         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7897         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7898         (ev_window_dispose):
7899         
7900         Make print dialog non-modal. Fix for the bug #325622.
7901
7902 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-metadata-manager.c:
7905         * shell/ev-utils.c: (using_pdf_printer),
7906         (using_postscript_printer), (load_print_config_from_file),
7907         (save_print_config_to_file):
7908         * shell/ev-utils.h:
7909         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7910         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7911         (setup_view_from_metadata), (ev_window_setup_document),
7912         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7913         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7914         (ev_window_run_presentation), (ev_window_stop_presentation),
7915         (save_sizing_mode), (ev_window_zoom_changed_cb),
7916         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7917         (ev_window_dual_mode_changed_cb),
7918         (ev_window_sidebar_current_page_changed_cb),
7919         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7920         (window_state_event_cb), (window_configure_event_cb),
7921         (ev_window_init):
7922         
7923         Setting saving behaviour fixes.
7924
7925 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7926
7927         * configure.ac:
7928         
7929         Make antialiasing gs options better and allow
7930         to change them during configure. Fix for the 
7931         bug #319049.
7932
7933 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7934
7935         * shell/ev-window.c: (setup_view_from_metadata):
7936         
7937         Remember if last window was maximized. Fix for the
7938         bug #323797.
7939
7940 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7941
7942         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7943
7944 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7945
7946         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7947         * shell/ev-page-action.c: (build_new_tree_cb):
7948         * shell/ev-sidebar-links.c: (links_page_num_func),
7949         (update_page_callback_foreach), (update_page_callback):
7950         * shell/ev-view.c: (scroll_to_current_page):
7951         
7952         Fix for the bug #325067 with more intelligent selection
7953         of current link in sidebar. Make sidebar handle links
7954         of FITR-like type more correctly.
7955
7956         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7957         (dvi_pixbuf_put_pixel):
7958         
7959         Fix memory consumtion with disabled alpha channel.
7960
7961 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * data/evince-ui.xml:
7964         * shell/ev-window.c: (view_menu_popup_cb),
7965         (ev_popup_cmd_open_link), (ev_window_init):
7966         
7967         Update context menu for internal links. Fix for the bug
7968         #325066.
7969
7970 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7971
7972         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7973         
7974         Bind context menu to keyboard also. Fix for the bug
7975         #325065.
7976
7977 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * shell/ev-view.c: (selection_scroll_timeout_cb):
7980         
7981         Horizontal scroll on selection also.
7982
7983 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * shell/ev-metadata-manager.c: (parse_value):
7986         * shell/ev-view.c: (goto_xyz_link):
7987         
7988         Correct zoom setup and metadata save broken in 
7989         some locales.
7990
7991 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7992
7993         * shell/ev-view-private.h:
7994         * shell/ev-view.c: (scroll_to_current_page),
7995         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7996         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7997         (page_changed_cb), (ev_view_set_continuous),
7998         (ev_view_set_dual_page), (ev_view_set_presentation):
7999         
8000         Delay scroll until allocation to correctly position page. Fix
8001         for the bug #317334.
8002
8003 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8004
8005         * NEWS:
8006         * configure.ac:
8007         
8008         Update NEWS and require poppler 0.5.0.
8009
8010 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8011         
8012         * data/evince-ui.xml:
8013         * shell/ev-view-private.h:
8014         * shell/ev-view.c: (ev_view_get_link_at_location),
8015         (handle_link_over_xy), (ev_view_button_press_event),
8016         (ev_view_button_release_event), (ev_view_class_init):
8017         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8018         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8019         (ev_window_init):
8020         
8021         Implement right-click context menu.
8022
8023 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8024
8025         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8026         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8027         (mdvi_pixbuf_device_render):
8028         * pdf/ev-poppler.cc:
8029
8030         Don't generate thumbnails with alpha. See bug #324077.
8031         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8032
8033 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8034
8035         * shell/ev-window.c: (setup_chrome_from_metadata):
8036         
8037         Fix typo that was hiding toolbar.
8038
8039 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8040
8041         * shell/ev-view-private.h:
8042         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8043         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8044         (ev_view_button_release_event), (ev_view_destroy):
8045         
8046         Small cleanup and autoscrolling during selection. Thanks to 
8047         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8048
8049 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8050
8051         * configure.ac:
8052         
8053         Correctly check for comics option.
8054
8055 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8056         * Makefile.am:
8057         * configure.ac:
8058         * backend/Makefile.am:
8059         * backend/ev-document-factory.c:
8060         * shell/ev-document-types.c:
8061
8062         Included option in configure to make ps backend 
8063         compilation optional with --disable-ps.
8064
8065 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * backend/ev-document-factory.c:
8068         * comics/Makefile.am:
8069         * comics/comics-document.c: (comics_document_load):
8070         * comics/ev-cbr-mime.xml:
8071         * configure.ac:
8072         
8073         Comics mime types are added to shared-mime-info CVS. Now
8074         we don't need to install our own mime types.
8075
8076 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * shell/ev-window.c:
8079         
8080         Add shortcut for "save a copy" menu entry. Fix for
8081         the bug #324582.
8082
8083 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8086         (job_finished_cb), (new_selection_pixbuf_needed),
8087         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8088         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8089         
8090         Rework selection job info logic and fix critical warning.
8091
8092 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8093
8094         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8095
8096 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8097
8098         * data/evince-ui.xml:
8099         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8100         
8101         Enter as shortcut key for next page. Fix for the bug
8102         #321394.
8103
8104 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8105
8106         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8107
8108 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8109
8110         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8111         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8112         (new_selection_pixbuf_needed),
8113         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8114         (clear_job_selection):
8115         
8116         Too early for 0.5. Pixbuf cache code cleaned a bit.
8117
8118 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8119
8120         * NEWS:
8121         * configure.ac:
8122         
8123         Release 0.5.0 preparation
8124
8125 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8126
8127         * comics/Makefile.am:
8128         * configure.ac:
8129         * shell/ev-document-types.c: (ev_document_types_add_filters):
8130         
8131         More advanced handling of custom mime type installation.
8132
8133 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8134
8135         * data/evince.schemas.in:
8136         * shell/ev-metadata-manager.c: (value_free),
8137         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8138         (ev_metadata_manager_get), (ev_metadata_manager_set):
8139         * shell/ev-metadata-manager.h:
8140         * shell/ev-window.c: (update_chrome_flag),
8141         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8142         (setup_document_from_metadata), (setup_chrome_from_metadata),
8143         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8144         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8145         (ev_window_view_toolbar_cb),
8146         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8147         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8148         
8149         Save last document settings and reuse them for new documents.
8150
8151 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * Makefile.am:
8154         * backend/Makefile.am:
8155         * backend/ev-document-factory.c:
8156         * backend/ev-document-factory.h:
8157         * comics/Makefile.am:
8158         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8159         (comics_document_load), (comics_document_save),
8160         (comics_document_get_n_pages), (comics_document_get_page_size),
8161         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8162         (comics_document_class_init), (comics_document_can_get_text),
8163         (comics_document_get_info), (comics_document_document_iface_init),
8164         (comics_document_init), (get_supported_image_extensions),
8165         (comics_document_thumbnails_get_geometry),
8166         (comics_document_thumbnails_get_thumbnail),
8167         (comics_document_thumbnails_get_dimensions),
8168         (comics_document_document_thumbnails_iface_init), (extract_argv):
8169         * comics/comics-document.h:
8170         * comics/ev-cbr-mime.xml:
8171         * configure.ac:
8172         * po/POTFILES.in:
8173         * shell/ev-application.c: (ev_application_register_service):
8174         * shell/ev-document-types.c: (ev_document_types_add_filters):
8175         * thumbnailer/Makefile.am:
8176         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8177         
8178         New CBR/CBZ backend for comic books.
8179
8180 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8181
8182         * shell/main.c: (load_files_remote):
8183
8184         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8185         warning on startup of second instance is fixed. It
8186         is bug #320353.
8187
8188 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8189
8190         * shell/ev-window.c: (ev_window_finalize):
8191         
8192         Fix double free that cause crash.
8193
8194 2005-10-29  Bastien Nocera <hadess@hadess.net>
8195
8196         * tiff/tiff-document.c: (tiff_document_load):
8197         
8198         Fix memory leak.
8199
8200 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8201
8202         * po/POTFILES.in:
8203         * shell/Makefile.am:
8204         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8205         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8206         (ev_view_accessible_get_text),
8207         (ev_view_accessible_get_character_at_offset),
8208         (ev_view_accessible_get_text_before_offset),
8209         (ev_view_accessible_get_text_at_offset),
8210         (ev_view_accessible_get_text_after_offset),
8211         (ev_view_accessible_get_character_count),
8212         (ev_view_accessible_get_caret_offset),
8213         (ev_view_accessible_set_caret_offset),
8214         (ev_view_accessible_get_run_attributes),
8215         (ev_view_accessible_get_default_attributes),
8216         (ev_view_accessible_get_character_extents),
8217         (ev_view_accessible_get_offset_at_point),
8218         (ev_view_accessible_get_n_selections),
8219         (ev_view_accessible_get_selection),
8220         (ev_view_accessible_add_selection),
8221         (ev_view_accessible_remove_selection),
8222         (ev_view_accessible_set_selection),
8223         (ev_view_accessible_text_iface_init),
8224         (ev_view_accessible_idle_do_action),
8225         (ev_view_accessible_action_do_action),
8226         (ev_view_accessible_action_get_n_actions),
8227         (ev_view_accessible_action_get_description),
8228         (ev_view_accessible_action_get_name),
8229         (ev_view_accessible_action_set_description),
8230         (ev_view_accessible_action_iface_init),
8231         (ev_view_accessible_get_type), (ev_view_accessible_new),
8232         (ev_view_accessible_factory_get_accessible_type),
8233         (ev_view_accessible_factory_create_accessible),
8234         (ev_view_accessible_factory_class_init),
8235         (ev_view_accessible_factory_get_type):
8236         * shell/ev-view-accessible.h:
8237         * shell/ev-view-private.h:
8238         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8239         * shell/ev-view.h:
8240         
8241         Initial accessibility support.
8242
8243 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8244
8245         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8246
8247 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8248
8249         * shell/ev-print-job.c: (idle_print_handler):
8250         
8251         Fix for bug Bug 318916: Printing multiple pages.
8252
8253 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8254
8255         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8256
8257 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8258
8259         * pdf/ev-poppler.cc:
8260         
8261         Thumnail dimensions unified with other backends.
8262         
8263         * shell/ev-window-title.c: (ev_window_title_update):
8264         
8265         Fix warning.
8266
8267 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269         * data/ev-stock-zoom-fit-width.png:
8270         
8271         Remove unused file.
8272
8273 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8274
8275         * configure.ac:
8276         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8277         (djvu_document_finalize):
8278         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8279         (dvi_document_finalize):
8280         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8281         (pixbuf_document_save), (pixbuf_document_finalize):
8282         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8283         (tiff_document_finalize):
8284         
8285         Save a copy implemented for various backends.
8286
8287 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8288
8289         * configure.ac:
8290         
8291         Don't link with ltiff if tiff is disabled.
8292
8293 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8294
8295         * pdf/GDKSplashOutputDev.cc:
8296         * pdf/GDKSplashOutputDev.h:
8297         * pdf/Thumb.cc:
8298         * pdf/Thumb.h:
8299         * pdf/pdf-document.cc:
8300         * pdf/pdf-document.h:
8301         * pdf/test-gdk-output-dev.cc:
8302         
8303         Remove old unused files.
8304
8305 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8306
8307         * shell/ev-window.c: (ev_window_setup_document):
8308         
8309         Fixed warnings on reload and probably crash reason.
8310
8311 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8312
8313         * properties/ev-properties-view.c:
8314         (ev_properties_view_format_date):
8315         
8316         Check if date is invalid. Fix for bug 318134.
8317
8318 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8319
8320         * shell/ev-window-title.c:
8321         
8322         Add .indd files (Adobe Indesign) to the list of "bad
8323         extensions".
8324
8325 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8326
8327         * data/evince-ui.xml:
8328         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8329         
8330         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8331
8332 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8333
8334         * shell/ev-window.c: (launch_link), (launch_external_uri),
8335         (view_external_link_cb):
8336
8337         URL-escape link before passing it to gnome_vfs_url_show.
8338
8339 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8340
8341         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8342         there isn't text selected.
8343
8344 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * shell/ev-view.c: (handle_link_over_xy):
8347
8348         Check tooltip is valid utf8 before showing it
8349
8350 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8351
8352         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8353
8354 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8355
8356         * shell/ev-window-title.c: (ev_window_title_update):
8357
8358         Guard against using g_strstrip on NULL. Fixes bug #317291.
8359
8360 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * pdf/ev-poppler.cc:
8363
8364         Show title even for unknown links
8365
8366 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8367
8368         * shell/ev-window-title.c: (ev_window_title_update):
8369
8370         Strip the title string
8371
8372 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * shell/ev-window-title.c:
8375
8376         Add .rtf to the bad extensions list
8377
8378 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8379
8380         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8381         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8382
8383         Ignore link coordinates if they are outside page bounds
8384
8385 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * backend/ev-link.c: (ev_link_type_get_type),
8388         (ev_link_get_filename), (ev_link_get_params),
8389         (ev_link_get_property), (ev_link_set_property),
8390         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8391         * backend/ev-link.h:
8392         * pdf/ev-poppler.cc:
8393         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8394         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8395         (ev_window_init):
8396
8397         Implement launch links. Delegate external link opening to
8398         the window.
8399
8400 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8403         (ev_link_get_right), (ev_link_get_property),
8404         (ev_link_set_property), (ev_link_class_init),
8405         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8406         * backend/ev-link.h:
8407         * pdf/ev-poppler.cc:
8408         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8409
8410         Implement fitr links
8411
8412 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8413
8414         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8415         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8416         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8417         (ev_view_size_request_continuous),
8418         (ev_view_size_request_dual_page),
8419         (ev_view_size_request_single_page), (ev_view_size_allocate),
8420         (ev_view_zoom_for_size_continuous_and_dual_page),
8421         (ev_view_zoom_for_size_continuous),
8422         (ev_view_zoom_for_size_dual_page),
8423         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8424         (ev_sizing_mode_get_type):
8425         * shell/ev-view.h:
8426         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8427
8428         Do not use modes for link, we need to calculate size ad hoc.
8429         Still not perfect because of the usual scrollbar issues grrr.
8430
8431 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8432
8433         * backend/ev-link.c: (ev_link_type_get_type),
8434         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8435         * backend/ev-link.h:
8436         * pdf/ev-poppler.cc:
8437         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8438         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8439         (ev_view_size_request_continuous),
8440         (ev_view_size_request_dual_page),
8441         (ev_view_size_request_single_page), (ev_view_size_allocate),
8442         (zoom_for_size_fit_height),
8443         (ev_view_zoom_for_size_continuous_and_dual_page),
8444         (ev_view_zoom_for_size_continuous),
8445         (ev_view_zoom_for_size_dual_page),
8446         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8447         (ev_sizing_mode_get_type):
8448         * shell/ev-view.h:
8449         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8450
8451         Implement FIT_HEIGHT mode (only for links).
8452         Implement FITH links
8453
8454 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * shell/ev-window-title.c: (get_filename_from_uri),
8457         (ev_window_title_sanitize_extension), (ev_window_title_update),
8458         (ev_window_title_set_document), (ev_window_title_set_uri),
8459         (ev_window_title_free):
8460         * shell/ev-window-title.h:
8461         * shell/ev-window.c: (ev_window_setup_document),
8462         (ev_window_popup_password_dialog):
8463
8464         Refactor window title building while fixing it for
8465         password documents.
8466
8467 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * pdf/ev-poppler.cc:
8470
8471         Escape link title before setting it in the model
8472
8473 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8474
8475         * shell/ev-application.c: (removed_from_session), (save_session),
8476         (init_session), (ev_application_get_empty_window),
8477         (ev_application_init), (ev_application_get_windows):
8478         * shell/ev-application.h:
8479         * shell/ev-window.c: (ev_window_finalize):
8480
8481         Add a function to retrieve window list and share it where
8482         necessary.
8483         Implement session handling, works pretty well thanks to the
8484         metadata system.
8485
8486 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8487
8488         * shell/ev-password.c: (ev_password_item_created_callback),
8489         (ev_password_dialog_save_password):
8490         
8491         Fix for bug 316972. Use async gnome-keyring API.
8492
8493 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8494
8495         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8496         Remove unused unrealize handler. Add scroll handling to
8497         ev_view_scroll_event for presentation mode (bug #316708),
8498         and fix the event state checks there.
8499
8500 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-page-action.c: (page_changed_cb):
8503
8504         "marco, maybe we should be crazy and jump right to 6! :)"
8505
8506         Bryan Clark, Sep 2005
8507
8508 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8509
8510         * ps/ps-document.c: (save_document), (ps_document_save),
8511         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8512         (ps_document_ps_export_end):
8513
8514         Fix unstructured documents save and print
8515
8516 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * shell/ev-application.c: (ev_application_open_uri):
8519
8520         Fix window size persistance
8521
8522 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * shell/ev-view.c: (ev_view_button_release_event):
8525
8526         Based on a patch from carlosgc@gnome.org. Mouse buttons
8527         switch pages in presentation mode.
8528
8529 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8532
8533         Dont cast to int before scaling
8534
8535 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8536
8537         * backend/ev-link.c: (ev_link_type_get_type),
8538         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8539         (ev_link_new_page_fith):
8540         * backend/ev-link.h:
8541         * pdf/ev-poppler.cc:
8542         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8543
8544         Implement FIT and FITH links
8545
8546 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * pdf/ev-poppler.cc:
8549
8550         Return 0 results when search is not in progress.
8551
8552         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8553         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8554
8555         Update menu sensitivity when cancelling search
8556
8557 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * shell/ev-view.c: (ev_view_can_find_next):
8560
8561         Take all pages in consideration, not just current one
8562
8563 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * shell/ev-page-cache.c:
8566         * shell/ev-page-cache.h:
8567         * shell/ev-view.c: (ev_view_binding_activated),
8568         (ev_view_next_page), (ev_view_previous_page),
8569         (ev_sizing_mode_get_type):
8570         * shell/ev-view.h:
8571         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8572         (ev_window_cmd_go_next_page):
8573
8574         Move page next/previous functions from page chace to
8575         view and change it to move by 2 page steps in dual mode.
8576
8577 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8578
8579         * shell/ev-window.c: (update_sidebar_visibility),
8580         (setup_sidebar_from_metadata), (ev_window_setup_document),
8581         (setup_view_from_metadata):
8582
8583         Show the index by default when there is one     
8584
8585 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * shell/ev-window-title.c: (ev_window_title_set_document):
8588
8589         Missing null check
8590
8591 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8592
8593         * shell/ev-view.c: (view_update_range_and_current_page):
8594         
8595         Allow display of last odd page in dual view. Fix for 316347.
8596
8597 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8598
8599         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8600         
8601         Make close button default. Fix for 316383.
8602
8603 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8604
8605         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8606         
8607         Mark close button as default. Fix for 316381.
8608
8609 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * backend/ev-link.c: (ev_link_class_init):
8612
8613         Allow negative doubles in left/top properties
8614
8615 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * shell/ev-window.c:
8618
8619         Remove a bunch of strings that was used only
8620         by the statusbar.
8621
8622 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8623
8624         * shell/ev-window-title.c: (get_filename_from_uri),
8625         (ev_window_title_set_document):
8626
8627         When title has a confusing extension, show also
8628         the document filename inside ()
8629
8630 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * shell/Makefile.am:
8633         * shell/ev-window-title.c: (ev_window_title_new),
8634         (ev_window_title_update), (ev_window_title_set_type),
8635         (ev_window_title_set_document), (ev_window_title_free):
8636         * shell/ev-window-title.h:
8637         * shell/ev-window.c: (ev_window_setup_document),
8638         (password_dialog_response), (ev_window_popup_password_dialog),
8639         (ev_window_dispose), (ev_window_init):
8640
8641         Factor out and cleanup window title code
8642
8643 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8646         (unable_to_load):
8647
8648         Make dialog transient so it doesnt block other windows
8649
8650 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8651
8652         * pdf/ev-poppler.cc:
8653         
8654         Fix pdf thumbnails rendering.
8655
8656 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8657
8658         * shell/ev-window.c: (fullscreen_set_timeout):
8659         
8660         Increase timeout to hide full screen popup. Bug 
8661         316123. 
8662
8663 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8664
8665         * data/evince.schemas.in:
8666         * shell/ev-window.c: (update_action_sensitivity):
8667
8668         Allow the user to override document restrictions. Fix for bug
8669         305818.
8670
8671 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8672
8673         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8674         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8675         (ev_window_class_init): Fix multihead behaviour of fullscreen
8676         toolbar popup. Fixes bug #315451.
8677
8678 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8679
8680         * configure.ac:
8681         * data/evince-password.glade:
8682         * shell/ev-password.c: (ev_password_dialog_set_property),
8683         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8684         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8685         (ev_password_dialog_entry_changed_cb),
8686         (ev_password_dialog_entry_activated_cb),
8687         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8688         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8689         (ev_password_dialog_set_bad_pass):
8690         * shell/ev-password.h:
8691         * shell/ev-window.c: (password_dialog_response),
8692         (ev_window_popup_password_dialog):
8693         
8694         Support for gnome-keyring for encrypted PDF's.
8695
8696 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8697
8698         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8699         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8700         (ev_view_enter_notify_event), (ev_view_class_init):
8701         
8702         More precise handling of enter_notify/leave_notify events
8703         in EvView. Fix for bug 315470.
8704
8705 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8706
8707         * shell/ev-window.c: (fullscreen_timeout_cb),
8708         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8709         (ev_window_dispose):
8710
8711         leak fix: unref fullscreen_timeout_source before clearing it
8712
8713 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8714
8715         * configure.ac, dvi/mdvi/Makefile.am: 
8716         
8717         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8718
8719 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * backend/ev-link.c: (ev_link_new_page_xyz):
8722         * pdf/ev-poppler.cc:
8723         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8724
8725         Fix some bugs with xyz links, respect zoom
8726
8727 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * shell/ev-window.c: (page_changed_cb),
8730         (setup_document_from_metadata), (update_sidebar_visibility),
8731         (setup_view_from_metadata), (ev_window_run_fullscreen),
8732         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8733         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8734         (ev_window_dual_mode_changed_cb),
8735         (ev_window_sidebar_current_page_changed_cb):
8736
8737         null check uri before setting and getting metadata
8738
8739 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8740
8741         * dvi/Makefile.am:
8742         * properties/Makefile.am:
8743         * shell/Makefile.am:
8744         * thumbnailer/Makefile.am:
8745
8746         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8747
8748 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8751         (selection_changed_callback):
8752         * shell/ev-sidebar-links.h:
8753
8754         Add a signal for link activation.
8755
8756         * shell/ev-view.c: (ev_view_goto_link),
8757         (ev_view_button_release_event):
8758         * shell/ev-view.h:
8759         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8760         (ev_window_init):
8761
8762         Implement the signal so that we can handle all link types.
8763
8764         * shell/ev-page-cache.c:
8765
8766         Remove unused set_link function
8767
8768 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8771
8772         Add some space from the cursor, hardcoded but I couldnt
8773         find a better way.
8774
8775 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * lib/ev-tooltip.c:
8778
8779         Use mozilla style vs gtk style, way better for links.
8780
8781         * shell/ev-view.c: (ev_view_motion_notify_event),
8782         (ev_view_destroy), (ev_view_init):
8783
8784         Deactive tooltip when the link hovered is changed.
8785
8786 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8787
8788         * backend/ev-document.h:
8789         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8790         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8791         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8792         (ev_link_new_page), (ev_link_new_page_xyz):
8793         * backend/ev-link.h:
8794         * pdf/ev-poppler.cc:
8795         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8796         (go_to_link), (tip_from_link):
8797
8798         Implement xyz links, still not functional. Links are a total
8799         mess, will need to refactor and bugfix a lot :(
8800
8801 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8802
8803         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8804
8805 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8806
8807         * data/evince-ui.xml:
8808         * data/evince.schemas.in:
8809         * shell/Makefile.am:
8810         * shell/ev-window.c: (update_chrome_visibility),
8811         (password_dialog_response), (ev_window_load_job_cb),
8812         (ev_window_xfer_job_cb), (ev_window_open_uri),
8813         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8814         (ev_window_init):
8815
8816         Remove the statusbar. This regress loading feedback, need to
8817         check with Bryan what we want to do there...
8818
8819 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * lib/ev-tooltip.c: (ev_tooltip_init):
8822
8823         Fix tooltip border and size handling
8824
8825 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8826
8827         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8828         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8829         (ev_tooltip_timeout), (ev_tooltip_activate),
8830         (ev_tooltip_deactivate):
8831         * lib/ev-tooltip.h:
8832         * shell/ev-view.c: (ev_view_motion_notify_event):
8833
8834         Delay popup showing. Mirror gtk logic/times.
8835
8836 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8837
8838         * lib/Makefile.am:
8839         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8840         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8841         (ev_tooltip_set_text), (ev_tooltip_set_position):
8842         * lib/ev-tooltip.h:
8843
8844         Simple widget to show tooltips at a custom position
8845
8846         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8847         (ev_view_destroy):
8848
8849         Use it for links. First go, needs work
8850
8851 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8852
8853         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8854         HIG fixes.  Use title capitalization for window title. Use 12 
8855         pixels of space between the dialog's vbox and action area.
8856
8857 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8858
8859         * shell/ev-window.c: (file_open_dialog_response_cb),
8860         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8861         (ev_window_cmd_save_as):
8862
8863         Make file pickers not modal and refactor code some
8864
8865 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * shell/ev-sidebar.h:
8868         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8869         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8870         (ev_sidebar_class_init), (ev_sidebar_select_page),
8871         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8872         (ev_sidebar_set_page):
8873
8874         Add a current page property and allow to get/set it
8875
8876         * shell/ev-window.c: (setup_view_from_metadata),
8877         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8878
8879         Persist current sidebar page per document
8880
8881 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8882
8883         * data/evince.schemas.in:
8884         * shell/ev-window.c: (update_chrome_visibility),
8885         (setup_document_from_metadata), (update_sidebar_visibility),
8886         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8887         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8888         (ev_window_run_presentation), (ev_window_stop_presentation),
8889         (ev_window_view_sidebar_cb),
8890         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8891         (load_chrome), (ev_window_init):
8892
8893         Persist size/visibility of sidebar per document
8894
8895 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * shell/ev-view.c (draw_loading_text): Draw loading text.
8898
8899 2005-09-02  Dan Damian  <dand@gnome.ro>
8900
8901         * configure.in: Added "ro" to ALL_LINGUAS.
8902
8903 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * shell/ev-view.c: (clear_caches):
8906
8907         ev_page_cache_get doesnt return a reference,
8908         dont try to unref it.
8909
8910 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8911
8912         * shell/main.c: (load_files_remote):
8913
8914         Fix timestamp parameter with dbus <= 0.33
8915
8916 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8917
8918         * data/evince.schemas.in:
8919
8920         Add missing full stop
8921
8922 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8923
8924         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8925         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8926
8927         Plug some memory leaks
8928
8929 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8930
8931         * configure.ac:
8932         * lib/ev-debug.c: (trap_handler):
8933
8934         Check for execinfo.h and use it only if it exists.
8935         Ported from Epiphany (bug #314776).
8936
8937 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8938
8939         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8940
8941 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8942
8943         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8944         * po/id.po      : Added Indonesian translation
8945
8946 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8947
8948         * shell/main.c:
8949         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8950         * NEWS: Release 0.4.0
8951
8952 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8953
8954         * configure.ac: catch another gtk+-2.8ism
8955         * shell/main.c: Make work with gtk+-2.6
8956
8957 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8958
8959         * shell/ev-application-service.xml: Add 'timestamp' argument to
8960           ev_application_open_window and ev_application_open_uri methods.
8961
8962         * shell/ev-application.h: Add 'timestamp' argument to
8963           ev_application_open_window, ev_application_open_uri,
8964           and ev_application_open_uri_list functions.
8965
8966         * shell/ev-application.c (ev_application_open_window,
8967           ev_application_open_uri, ev_application_open_uri_list): Change
8968           functions that show/present windows to use a timestamp if one
8969           is passed in.
8970
8971         * shell/ev-window.c (ev_window_cmd_file_open,
8972           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8973         * shell/main.c (load_files): Modify calls to ev_application to
8974           include GDK_CURRENT_TIME as timestamp.
8975
8976         * shell/main.c (load_files_remote): Obtain timestamp for client
8977           instance from GDK and pass to server instance so new windows are
8978           focused properly.  Fix dbus_g_proxy_call() calls by including second
8979           G_TYPE_INVALID.
8980           
8981         Closes bug #314475.
8982
8983 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8984
8985         * shell/ev-window.c (ev_window_finalize): Check for
8986         avail. EvWindows when quiting to handle the finalize better,
8987         #314497
8988
8989 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8990         
8991         * properties/ev-properties-view.c: 
8992         
8993         Set textdomain to libglade. Fixes translation problem in property page.
8994
8995 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8998         * dvi/Makefile.am:
8999         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9000         * dvi/mdvi-lib/Makefile.am:
9001         
9002         Fix rotation of thumbnails, ported to new API. Moved library
9003         dependencies earlier, probably it will fix linkage problem.
9004
9005 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9006
9007         * backend/ev-document-misc.c:
9008         (ev_document_misc_get_thumbnail_frame):
9009         * backend/ev-document-misc.h:
9010         * configure.ac:
9011         * pdf/ev-poppler.cc:
9012         * shell/Makefile.am:
9013         * shell/ev-sidebar-thumbnails.c: (add_range),
9014         (ev_sidebar_thumbnails_set_loading_icon),
9015         (ev_sidebar_thumbnails_refresh),
9016         (ev_sidebar_thumbnails_set_document):
9017         * shell/ev-sidebar-thumbnails.h:
9018         * shell/ev-view.c: (ev_view_motion_notify_event),
9019         (ev_view_set_property), (ev_view_get_property),
9020         (ev_view_class_init), (ev_view_set_rotation):
9021         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9022         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9023         (ev_window_init):
9024         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9025         Redo rotation (again).  prepare for 0.4.0
9026
9027 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9028
9029         * configure.ac: Bump poppler requirement to 0.4.1.
9030
9031         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9032         argument to poppler_page_render_selection() call.
9033
9034 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9037         (djvu_document_thumbnails_get_thumbnail):
9038         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9039         (dvi_document_thumbnails_get_thumbnail):
9040         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9041         (pixbuf_document_thumbnails_get_thumbnail):
9042         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9043         
9044         Update rotation direction of backends to fit with pdf and ps.
9045
9046 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9047
9048         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9049         * backend/ev-async-renderer.h:
9050         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9051         (setup_page), (ps_document_get_page_size),
9052         (ps_async_renderer_render_pixbuf):
9053         * ps/ps-document.h:
9054         * shell/ev-jobs.c: (ev_job_render_run):
9055
9056         Fix orientation in the postscript document
9057
9058 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9059
9060         * pdf/ev-poppler.cc:
9061         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9062         * shell/ev-view.c: (highlight_find_results):
9063
9064         Adapt to the new poppler rotation API. Fix text maps on landscape
9065         documents.
9066
9067 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9068
9069         * shell/ev-view.c (compute_new_selection_text): get the correct
9070         region when selecting in modes other than continuous.
9071
9072 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9073
9074         * shell/main.c (main): remove redundant g_warnings.
9075
9076 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * shell/Makefile.am: Don't include autogenerated
9079         file ev-application-service.h into distribution, since
9080         it causes dbus crash. Fix for bugs 313724 and 313443. 
9081
9082 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9083
9084         * configure.ac: Fix sed expression for FreeBSD. Thanks
9085         to Joe Marcus Clark <marcus@freebsd.org>
9086         
9087         * shell/eggfindbar.c: (entry_activate_callback),
9088         (entry_changed_callback), (egg_find_bar_init),
9089         (egg_find_bar_set_search_string):
9090         
9091         Made findbar buttons unsensitive if there is no text in
9092         entry. Fix for the bug 313285.
9093
9094 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9095
9096         * ps/ps-document.c: Use g_filename_display_name for displaying
9097         filenames and revert string freeze breackage
9098
9099 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * NEWS:
9102         * configure.ac:
9103
9104         Update for 0.3.4
9105
9106         * shell/Makefile.am:
9107
9108         Add ev-application-service.xml to extra dist
9109
9110         * shell/ev-view.c: (find_page_at_location):
9111
9112         Remove unused function (fix warning)
9113
9114 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9115
9116         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9117         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9118         
9119         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9120         bug 313623.
9121
9122 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9123
9124         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9125         * shell/ev-window.c:
9126         Fix build warnings
9127
9128 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9129
9130         * configure.ac: Update script to get dbus version.
9131         Fix for the bug #313443.
9132
9133 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9134
9135         * shell/ev-window.c: (ev_window_cmd_escape):
9136         
9137         Return focus back to view on escape. Fix for bug 313295.
9138
9139 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9140
9141         * shell/ev-window.c: (update_window_title),
9142         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9143         (ev_window_cmd_save_as):
9144         
9145         Correct conversion from uri to displayable string. Fix for
9146         bug 313296.
9147
9148 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9149
9150         * ps/ps-document.c: convert filename to utf8 when there is an error
9151         loading document. Fixes #309915
9152
9153 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9154
9155         * configure.ac:
9156
9157         We depend on poppler 0.4.0
9158
9159 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9160
9161         * configure.ac:
9162         * NEWS: Release 0.3.3.
9163         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9164
9165 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9166
9167         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9168         add a couple missing mnemonics to menu items, use title 
9169         capitalization for menu items and window titles, and add 
9170         ellipsis to open menu item.     
9171
9172 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * pdf/ev-poppler.cc:
9175         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9176         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9177         (ev_view_get_rotation):
9178         * shell/ev-view.h:
9179         * shell/ev-window.c: (setup_view_from_metadata),
9180         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9181         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9182         disk.
9183
9184 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9185
9186         * configure.ac: Added tr to ALL_LINGUAS
9187
9188 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9189
9190         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9191         requires several clicks to find word. Thanks to 
9192         Colin Slater <kiltedtaco@gmail.com>.
9193
9194 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9195
9196         * data/evince.desktop.in.in: Hide menu entry and
9197         rename it to "Document Viewer". Fix for bug 
9198         #312399.
9199
9200 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9201
9202         * shell/ev-page-action.c (ev_page_action_class_init): 
9203
9204         Point to the correct function in constructor of the
9205         activate_label signal
9206
9207 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9208
9209         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9210         * shell/ev-jobs.h: Make thread safe.
9211
9212 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9213
9214         * shell/ev-view.c: (view_update_range_and_current_page):
9215         Don't update page range if we are scrolling to some document
9216         point.
9217
9218 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9219
9220         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9221         when getting max_page_width, fix drawing in dual mode.
9222
9223 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9224
9225         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9226         getting the area for select_all.
9227
9228 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9229
9230         * backend/ev-selection.c: (ev_selection_render_selection):
9231         * backend/ev-selection.h:
9232         * pdf/ev-poppler.cc:
9233         * shell/ev-jobs.c: (ev_job_render_new):
9234         * shell/ev-jobs.h:
9235         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9236         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9237         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9238         (ev_view_class_init):
9239
9240         Change selection color on focus in and focus out events.  Also,
9241         poppler now uses GdkColor for specifying the selection colors, so
9242         drop some awkward conversion code.
9243
9244 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9245
9246         * configure.ac: Added Hebrew translation
9247
9248 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9249
9250         * NOTES:
9251         * backend/ev-selection.c: (ev_selection_render_selection):
9252         * backend/ev-selection.h:
9253         * pdf/ev-poppler.cc:
9254         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9255         (ev_job_render_run):
9256         * shell/ev-jobs.h:
9257         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9258         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9259         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9260         (ev_pixbuf_cache_style_changed),
9261         (ev_pixbuf_cache_get_selection_pixbuf),
9262         (ev_pixbuf_cache_set_selection_list),
9263         (ev_pixbuf_cache_get_selection_list):
9264         * shell/ev-pixbuf-cache.h:
9265         * shell/ev-utils.c: (ev_print_region_contents):
9266         * shell/ev-utils.h:
9267         * shell/ev-view.c: (ev_view_queue_draw_page),
9268         (selection_update_idle_cb), (ev_view_motion_notify_event),
9269         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9270         (setup_caches), (ev_view_find_next), (merge_selection_region),
9271         (selection_free):
9272         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9273
9274         Clean up selection to be much smoother!
9275
9276 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9277
9278         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9279         to poppler_page_render_selection().
9280
9281 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9282
9283         * ps/ps-document.c: (save_page_list): Use
9284         unzipped document when printing. Thanks to 
9285         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9286         311016.
9287
9288 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9289
9290         * shell/ev-window.c: (update_action_sensitivity):
9291         
9292         Disable print and save respect to lockdown gconf keys. Fix
9293         for 312342.
9294
9295 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9296
9297         * configure.ac:
9298         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9299         (write_to_temp_file), (ev_file_set_contents):
9300         * shell/ev-utils.h:
9301         * shell/ev-window.c: (save_print_config_to_file):
9302         
9303         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9304         Fix for bug 312238
9305
9306 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9307
9308         * shell/ev-window.c: (load_print_config_from_file),
9309         (save_print_config_to_file), (ev_window_print_range):
9310
9311         Persist the print settings. Fixes bug #311578.
9312
9313 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9314
9315         * djvu/djvu-document.c: (djvu_document_get_page_size),
9316         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9317         (djvu_document_thumbnails_get_thumbnail):
9318         * dvi/dvi-document.c: (dvi_document_get_page_size),
9319         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9320         (dvi_document_thumbnails_get_dimensions),
9321         (dvi_document_thumbnails_get_thumbnail):
9322         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9323         (pixbuf_document_render_pixbuf),
9324         (pixbuf_document_document_iface_init),
9325         (pixbuf_document_thumbnails_get_thumbnail):
9326         
9327         Update backends to make them build with new rotation system.
9328
9329 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9330
9331         * help/C/figures/evince_start_window.png:
9332         
9333         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9334
9335 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9336
9337         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9338         * shell/ev-pixbuf-cache.h:
9339         * shell/ev-sidebar-thumbnails.c:
9340         (ev_sidebar_thumbnails_get_property), (add_range),
9341         (adjustment_changed_cb):
9342         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9343         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9344         we were thumbnailing the entire docment on startup, slowing us
9345         down hugely. 
9346
9347 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9348
9349         * shell/ev-page-cache.c: (ev_page_cache_new):
9350         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9351         == 0, fixes #310306.
9352
9353 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9354
9355         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9356         (ev_view_rotate_left):
9357
9358         Account rotation in doc_rect_to_view_rect.
9359         Ensure rotation doesnt go out of bounds.
9360
9361 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9364
9365         Correct and cleanup w/h swapping
9366
9367 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9368
9369         * backend/ev-document-thumbnails.c:
9370         (ev_document_thumbnails_get_thumbnail):
9371         * backend/ev-document-thumbnails.h:
9372         * backend/ev-document.c:
9373         * backend/ev-document.h:
9374         * backend/ev-render-context.c: (ev_render_context_new),
9375         (ev_render_context_set_rotation):
9376         * backend/ev-render-context.h:
9377         * pdf/ev-poppler.cc:
9378         * ps/ps-document.c: (ps_document_document_iface_init):
9379         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9380         * shell/ev-jobs.h:
9381         * shell/ev-page-cache.c: (build_height_to_page),
9382         (ev_page_cache_new), (ev_page_cache_get_size),
9383         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9384         (ev_page_cache_get_height_to_page):
9385         * shell/ev-page-cache.h:
9386         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9387         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9388         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9389         (ev_pixbuf_cache_get_selection_pixbuf):
9390         * shell/ev-pixbuf-cache.h:
9391         * shell/ev-print-job.c: (idle_print_handler):
9392         * shell/ev-sidebar-thumbnails.c: (add_range):
9393         * shell/ev-view.c: (view_update_range_and_current_page),
9394         (get_page_y_offset), (get_page_extents),
9395         (ev_view_size_request_continuous_dual_page),
9396         (ev_view_size_request_continuous),
9397         (ev_view_size_request_dual_page),
9398         (ev_view_size_request_single_page), (draw_one_page),
9399         (ev_view_set_rotation), (ev_view_rotate_right),
9400         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9401         (ev_view_zoom_for_size_continuous_and_dual_page),
9402         (ev_view_zoom_for_size_continuous),
9403         (ev_view_zoom_for_size_dual_page),
9404         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9405         (ev_view_select_all):
9406         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9407         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9408         (tiff_document_document_iface_init),
9409         (tiff_document_thumbnails_get_thumbnail):
9410
9411         Use rotation rather than orientation. It's easier and enough
9412         for our needs.
9413
9414 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * shell/ev-page-cache.c: (build_height_to_page),
9417         (ev_page_cache_new), (ev_page_cache_get_size),
9418         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9419         (ev_page_cache_get_height_to_page):
9420         * shell/ev-page-cache.h:
9421         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9422         (ev_view_size_request_continuous_dual_page),
9423         (ev_view_size_request_continuous),
9424         (ev_view_zoom_for_size_continuous_and_dual_page),
9425         (ev_view_zoom_for_size_continuous):
9426
9427         Make the page cache aware of page orientation.
9428
9429 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9430
9431         * backend/ev-document-thumbnails.c:
9432         (ev_document_thumbnails_get_thumbnail):
9433         * backend/ev-document-thumbnails.h:
9434         * backend/ev-document.c:
9435         * backend/ev-document.h:
9436         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9437         * backend/ev-ps-exporter.h:
9438         * pdf/ev-poppler.cc:
9439         * ps/ps-document.c: (ps_document_document_iface_init),
9440         (ps_document_ps_export_do_page):
9441         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9442         * shell/ev-jobs.h:
9443         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9444         (ev_page_cache_get):
9445         * shell/ev-page-cache.h:
9446         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9447         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9448         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9449         * shell/ev-pixbuf-cache.h:
9450         * shell/ev-print-job.c: (idle_print_handler):
9451         * shell/ev-sidebar-thumbnails.c: (add_range):
9452         * shell/ev-view.c: (view_update_range_and_current_page),
9453         (get_page_extents), (ev_view_size_request_dual_page),
9454         (ev_view_size_request_single_page), (draw_one_page),
9455         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9456         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9457         (ev_view_zoom_for_size_dual_page),
9458         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9459         (ev_view_select_all):
9460         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9461         * tiff/tiff-document.c: (tiff_document_get_page_size),
9462         (tiff_document_get_orientation), (rotate_pixbuf),
9463         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9464         (tiff_document_thumbnails_get_thumbnail),
9465         (tiff_document_ps_export_do_page), (tiff_document_init):
9466
9467         Really make use of the orientation bit of the render context.
9468         Use the render context in a few more places in the backend API.
9469         This regress orientation, but now it's done right. Will try to
9470         fix it up asap...
9471
9472 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9473
9474         * shell/ev-view.c: (ensure_rectangle_is_visible):
9475
9476         Patch by Nickolay V. Shmyrev to fix find flickering
9477
9478 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9479
9480         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9481         duplex parameters to ::begin.
9482
9483         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9484         * shell/ev-print-job.c (idle_print_handler): 
9485         * ps/ps-document.c (ps_document_ps_export_begin): 
9486         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9487         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9488         implementations. Poppler backend needs poppler cvs. Rest has
9489         unchanged behavior.
9490
9491 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9492
9493         * shell/ev-window.c (using_pdf_printer): new function.
9494         (ev_window_print_range): print a less techy message if someone
9495         tries to print to PDF.
9496
9497 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9498
9499         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9500         from "unknown font" string. Bug #311431
9501
9502 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9503
9504         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9505
9506 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9507
9508         Bug #311280
9509         
9510         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9511         name for PopplerFontTypes
9512         (pdf_document_fonts_fill_model): add font type to the detail column
9513
9514         * backend/ev-document-fonts.h: added
9515         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9516
9517         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9518         font name and font details, add a little markup.
9519         (ev_properties_fonts_init): use the new cell data func, specify ypad
9520         property for the cell renderer.
9521         (ev_properties_fonts_set_document): add the details column.
9522
9523 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9524
9525         * configure.ac: Added "pl" to ALL_LINGUAS.
9526
9527 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9528
9529         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9530
9531 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9532
9533         * help/ChangeLog: Started this for translations of manual.
9534         * configure.ac, autogen.sh, .cvsignore: Migrated to
9535         gnome-doc-utils. Patch in bug #311222.
9536
9537 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9538
9539         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9540         #ifdef this away to fix an unused-function warning.
9541
9542 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9543
9544         * configure.ac: Added 'gl' to ALL_LINGUAS.
9545
9546 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9547
9548         * configure.ac: Added ne in ALL_LINGUAS
9549         
9550 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9551
9552         * shell/ev-view.c: (ev_view_leave_notify_event):
9553         
9554         Clear status message when pointer leaves view. Fix for bug
9555         #310818 
9556
9557 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9558
9559         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9560
9561 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9562
9563         * shell/ev-view.c: (ev_view_leave_notify_event),
9564         (ev_view_class_init):
9565         
9566         Set cursor to normal then leaving view.
9567
9568 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9569
9570         * configure.ac:
9571         
9572         Fix required djvulibre version.
9573
9574 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9575
9576         *configure.ac: Hindi (hi) language added
9577
9578 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9579
9580         *configure.ac: Punjabi (pa) Language added
9581
9582 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9583
9584         * data/evince-ui.xml, shell/ev-window.c:
9585         
9586         Add keypad accelerators for zooming. Fix for bug 308128.
9587
9588 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9589
9590         * Makefile.am:
9591         * backend/Makefile.am:
9592         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9593         * configure.ac:
9594         * shell/ev-document-types.c: (ev_document_types_add_filters):
9595
9596         Allow to enable/disable the pixbuf backend.
9597         Default to off for now. If we want it enabled we should
9598         really put mime types in the desktop, implement properties etc.
9599
9600         * properties/evince-properties.c:
9601
9602         Initialize error to NULL.
9603         Check error is not NULL before freeing.
9604
9605 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * shell/ev-window.c:
9608
9609         Use F5 as presentation accell
9610
9611 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9612
9613         * shell/ev-window.c: (update_chrome_visibility),
9614         (ev_window_create_fullscreen_popup), (ev_window_init):
9615
9616         Do not leak the fullscreen toolbar
9617
9618 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9619
9620         * shell/ev-window.c: (view_actions_focus_in_cb),
9621         (view_actions_focus_out_cb):
9622
9623         These has a return value! Fix totally random focus
9624         issues we was seeing.
9625
9626 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9627
9628         * shell/main.c: (load_files_remote):
9629
9630         Allow open more than one file
9631
9632 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9633
9634         * shell/main.c: (load_files_remote):
9635
9636         Fix for dbus 0.33. bug #309975
9637
9638 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9639
9640         * properties/ev-properties-main.c: (ev_properties_get_pages):
9641
9642         Actually return NULL for types we dont support
9643
9644 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9645
9646         * po/POTFILES.in:
9647
9648         Remove empty lines.
9649
9650 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9651
9652         * backend/ev-document-factory.c:
9653         (ev_document_factory_get_document):
9654
9655         Do not try to create the object if type
9656         is invalid.
9657
9658 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9659
9660         * ps/ps-document.c: (ps_document_dispose),
9661         (ps_async_renderer_render_pixbuf):
9662         * ps/ps-document.h:
9663
9664         Do not leak the target window
9665
9666 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9667
9668         * shell/ev-application.c: (ev_application_init):
9669
9670         Let tbe check file existence for us.
9671         Add a comment about eggrecent mime filter.
9672
9673 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9674
9675         * data/evince-ui.xml:
9676         * shell/ev-application.c: (ev_application_shutdown),
9677         (ev_application_init), (ev_application_get_toolbars_model),
9678         (ev_application_get_recent_model),
9679         (ev_application_save_toolbars_model):
9680         * shell/ev-application.h:
9681         * shell/ev-window.c: (ev_window_add_recent),
9682         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9683         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9684         (ev_window_init):
9685
9686         Use common toolbar and recent models for all windows.
9687         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9688
9689 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9690
9691         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9692         successfully check for gtk_icon_view_get_visible_range.
9693
9694 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9695
9696         * djvu/Makefile.am:
9697         * dvi/Makefile.am:
9698         
9699         Fix djvu and dvi backend build.
9700
9701 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9702
9703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9704         (new_separator_pixbuf):
9705
9706         Don't leak windows.
9707
9708 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9709
9710         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9711
9712         HIGification of toolbar editor dialogue.
9713
9714 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9715
9716         * configure.ac:
9717         * shell/Makefile.am:
9718
9719         Ever build metadata manager since it's just
9720         disabled at runtime now.
9721
9722 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9723
9724         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9725         (ev_metadata_manager_get), (ev_metadata_manager_set):
9726         * shell/ev-metadata-manager.h:
9727
9728         Add an _init functions that enabled metadata management
9729         at runtime.
9730
9731         * shell/ev-window.c: (page_changed_cb),
9732         (setup_document_from_metadata), (ev_window_setup_document),
9733         (setup_view_from_metadata), (ev_window_open_uri),
9734         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9735         (ev_window_run_presentation), (ev_window_stop_presentation),
9736         (save_sizing_mode), (ev_window_zoom_changed_cb),
9737         (ev_window_continuous_changed_cb),
9738         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9739         (window_configure_event_cb):
9740
9741         Remove all ugly metadata define since we deal with it
9742         at runtime now.
9743
9744         * shell/main.c: (load_files_remote), (main):
9745
9746         Add support for dbus cvs head. Hopefully didnt break one
9747         of the other versions now!
9748
9749         If we dont get a response from the dbus server just
9750         give up with it and not enable metadata.
9751
9752 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9753
9754         * Makefile.am:
9755         * backend/Makefile.am:
9756         * configure.ac:
9757         * cut-n-paste/recent-files/Makefile.am:
9758         * cut-n-paste/toolbar-editor/Makefile.am:
9759         * cut-n-paste/zoom-control/Makefile.am:
9760         * lib/Makefile.am:
9761         * pdf/Makefile.am:
9762         * pixbuf/Makefile.am:
9763         * properties/Makefile.am:
9764         * ps/Makefile.am:
9765         * shell/Makefile.am:
9766         * thumbnailer/Makefile.am:
9767         * tiff/Makefile.am:
9768
9769         Make frontends depend on just libev.
9770         Rework and group CFLAGS/LIBS definitions.
9771         Cleanups.
9772
9773 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9774
9775         * shell/ev-window:
9776
9777         do not unnecessarily save zoom
9778
9779         * configure.ac:
9780         * lib/ev-file-helpers.c: (ev_dot_dir):
9781         * shell/Makefile.am:
9782         * shell/dummy.cc:
9783
9784         Some cleanups
9785
9786 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9787
9788         * configure.ac:
9789         
9790         Remove unnecessary dependencies
9791
9792 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9793
9794         * properties/Makefile.am:
9795         * thumbnailer/Makefile.am:
9796         * tiff/Makefile.am:
9797
9798         Some more cleanups. Was really necessary
9799         but I probably introduced bugs, feel free
9800         to flame :)
9801
9802 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * backend/Makefile.am:
9805         * configure.ac:
9806         * cut-n-paste/recent-files/Makefile.am:
9807         * cut-n-paste/toolbar-editor/Makefile.am:
9808         * cut-n-paste/zoom-control/Makefile.am:
9809         * lib/Makefile.am:
9810         * pdf/Makefile.am:
9811         * pixbuf/Makefile.am:
9812         * properties/Makefile.am:
9813         * ps/Makefile.am:
9814         * shell/Makefile.am:
9815         * thumbnailer/Makefile.am:
9816         * tiff/Makefile.am:
9817
9818         Use gnome-common macros when possible.
9819         Cleanup dependencies.
9820         Actually disable deprecated where possible.
9821
9822 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * Makefile.am:
9825         * backend/Makefile.am:
9826         * properties/Makefile.am:
9827         * shell/Makefile.am:
9828         * thumbnailer/Makefile.am:
9829
9830         This should solve the circular dep without
9831         requiring dir reorg!
9832
9833         * shell/ev-window.c: (setup_view_from_metadata):
9834
9835         Never restore window size/position when the
9836         window is already visible.
9837
9838 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9839
9840         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9841
9842         Return a boolean from timeout func. Fix ported from gedit.
9843
9844 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9845
9846         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9847
9848 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9849
9850         * shell/ev-document-types.c: set "All Documents" as default filter in
9851         open dialog
9852
9853 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9854
9855         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9856         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9857         (ev_metadata_manager_set_boolean): fix value/val thinko.
9858
9859 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * shell/ev-window.c: (setup_view_from_metadata),
9862         (window_state_event_cb), (window_configure_event_cb),
9863         (ev_window_init):
9864
9865         Remember window position and maximized state
9866
9867 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9868
9869         * configure.ac:
9870
9871         Fix DBUS configure checks.
9872
9873         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9874         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9875         (ev_metadata_manager_set_boolean):
9876
9877         Plug mem leaks.
9878
9879         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9880         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9881         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9882         (ev_window_continuous_changed_cb),
9883         (ev_window_dual_mode_changed_cb), (ev_window_new):
9884
9885         Fix the build without DBUS.
9886
9887 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9888
9889         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9890         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9891         (ev_metadata_manager_set_string),
9892         (ev_metadata_manager_set_boolean):
9893         * shell/ev-metadata-manager.h:
9894
9895         Add support for some more types
9896
9897         * shell/ev-view.c: (scroll_to_current_page),
9898         (ev_view_get_continuous), (ev_view_set_continuous),
9899         (ev_view_get_dual_page):
9900         * shell/ev-view.h:
9901         * shell/ev-window.c: (page_changed_cb),
9902         (setup_document_from_metadata), (ev_window_setup_document),
9903         (setup_view_from_metadata), (ev_window_open_uri),
9904         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9905         (ev_window_run_presentation), (ev_window_stop_presentation),
9906         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9907         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9908         (ev_window_update_dual_page_action),
9909         (ev_window_continuous_changed_cb),
9910         (ev_window_dual_mode_changed_cb), (ev_window_init):
9911
9912         Remember a bunch of view/document properties. Prolly some
9913         are still missing but it's getting interesting.
9914
9915 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9916
9917         * configure.ac: check if dbus-binding-tool is installed. Not the
9918         case on current Ubuntu breezy, it seems.
9919
9920 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9921
9922         * data/evince.desktop.in.in:
9923         
9924         Allow open uri lists and add TryExec field.
9925
9926 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9927
9928         * configure.ac:
9929
9930         Enable dbus when available, do not require a configure
9931         option.
9932
9933 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9934
9935         * configure.ac:
9936
9937         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9938         disabled.
9939
9940 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9941         Marco Pesenti Gritti  <mpg@redhat.com>
9942
9943         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9944         
9945         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9946         functions to the format required by dbus
9947
9948         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9949         errors. Use the RPC parameters in the expected way
9950
9951 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9952
9953         * Makefile.am:
9954         * properties/Makefile.am:
9955         * properties/ev-properties-main.c: (ev_properties_get_pages):
9956
9957         Support all mime types
9958
9959         * shell/Makefile.am:
9960         * thumbnailer/Makefile.am:
9961         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9962         (evince_thumbnail_pngenc_get):
9963
9964         Use the document factory
9965
9966 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * backend/Makefile.am:
9969         * backend/ev-document-factory.c:
9970         (mime_type_supported_by_gdk_pixbuf),
9971         (ev_document_type_get_from_mime),
9972         (ev_document_factory_get_document),
9973         (ev_document_factory_get_backend),
9974         (ev_document_factory_get_mime_types),
9975         (ev_document_factory_get_all_mime_types):
9976         * backend/ev-document-factory.h:
9977         * shell/Makefile.am:
9978         * shell/ev-document-types.c: (get_document_from_uri),
9979         (ev_document_types_get_document),
9980         (file_filter_add_mime_list_and_free),
9981         (ev_document_types_add_filters):
9982         * shell/ev-document-types.h:
9983         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9984         * shell/ev-properties-dialog.c:
9985         (ev_properties_dialog_set_document):
9986         * shell/ev-window.c: (ev_window_cmd_file_open),
9987         (ev_window_cmd_save_as):
9988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9989
9990         Rework document types managing to avoid code duplication
9991         and actually abstract from backend implementations.
9992         Also provide a minimal factory api that can be used by
9993         thumbnailer/properties.
9994
9995 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9996
9997         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9998         Plug a mem leak.
9999         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10000         HIG spacings.
10001
10002 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10003
10004         * shell/ev-properties-dialog.c
10005         (ev_properties_dialog_set_document): only call
10006         ev_properties_fonts_set_document() if the document implements the
10007         fonts interface
10008
10009 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10010
10011         * configure.ac:
10012         * properties/Makefile.am:
10013         * properties/ev-properties-view.c:
10014         (ev_properties_view_register_type):
10015         * properties/ev-properties-view.h:
10016         * properties/ev-properties-main.h:
10017
10018         Implement nautilus plugin for properties.
10019         Works only for pdf atm, I need to rework the
10020         document types stuff to get this to work
10021         for all backends...
10022
10023 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10024
10025         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10026         (ev_properties_fonts_set_document): use
10027         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10028
10029 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10030
10031         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10032         them
10033         (PlaceImage, tiff2ps_process_page): use
10034         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10035
10036
10037 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10038
10039         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10040         (main): to call gnome_authentication_manager_init. Should fix
10041         Bug #308510
10042
10043         * configure.ac: that requires libgnomeui 2.6.0.
10044
10045 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10046
10047         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10048         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10049         use the new tiff2ps interfaces
10050
10051         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10052         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10053
10054         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10055         structure instead of global variables.  Remove use of static
10056         variables in functions.
10057
10058 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10059
10060         * shell/ev-page-action.c: unref the completion after setting it to the
10061         entry
10062
10063 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10064
10065         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10066         postscript files
10067
10068 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10069
10070         * shell/ev-window.c (update_action_sensitivity): disable
10071         File->Print if the document does not implement the ps exporter
10072         interface
10073
10074 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10075
10076         * Makefile.am:
10077         * configure.ac:
10078         * data/evince-properties.glade:
10079         * properties/.cvsignore:
10080         * properties/Makefile.am:
10081         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10082         (ev_properties_view_class_init), (ev_properties_view_format_date),
10083         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10084         (ev_properties_view_init), (ev_properties_view_new):
10085         * properties/ev-properties-view.h:
10086         * shell/Makefile.am:
10087         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10088         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10089         (ev_properties_dialog_new):
10090         * shell/ev-properties-dialog.h:
10091         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10092         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10093         (update_progress_label), (job_fonts_finished_cb),
10094         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10095         * shell/ev-properties-fonts.h:
10096         * shell/ev-properties.c:
10097         * shell/ev-properties.h:
10098         * shell/ev-window.c: (ev_window_setup_document),
10099         (ev_window_cmd_file_properties):
10100
10101         Split the properties pages in two different objects, depend
10102         only on the backend where possible, use widgets instead
10103         of gobject for the glade part, reimplement the dialog
10104         itself with gtk.
10105         I need this to implement nautilus properties page.
10106
10107 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10108
10109         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10110         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10111         (tiff_document_document_ps_exporter_iface_init): implement the ps
10112         exporter interface for tiff documents
10113
10114         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10115         libtiff to implement TIFF postscript export
10116
10117         * tiff/tiff2ps.h: added a header file for external tiff2ps
10118         functions.
10119
10120         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10121         tiff2ps.h
10122
10123 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10124
10125         * shell/ev-view.c: (scroll_to_current_page),
10126         (ev_view_set_fullscreen), (ev_view_set_presentation):
10127         
10128         Scroll to current page when exit from presentation
10129
10130 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10131
10132         * shell/ev-window.c: (update_document_mode),
10133         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10134         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10135         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10136         
10137         Exit from fullscreen mode when switch to presentation. Fix for
10138         bug 309365
10139
10140 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10141
10142         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10143         return NULL if the document does not implement the selection
10144         interface.
10145
10146 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10147
10148         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10149         reported height by using the resolution aspect ratio
10150         (tiff_document_render_pixbuf): scale the pixbuf using the
10151         resolution aspect ratio
10152
10153 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10154
10155         * configure.ac:
10156         
10157         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10158         <kiltedaco@gmail.com>
10159         
10160         * djvu/djvu-document.c: (djvu_document_get_orientation),
10161         (djvu_document_set_orientation), (djvu_document_get_page_size),
10162         (rotate_pixbuf), (djvu_document_render_pixbuf),
10163         (djvu_document_document_iface_init):
10164         * dvi/dvi-document.c: (dvi_document_get_orientation),
10165         (dvi_document_set_orientation), (dvi_document_get_page_size),
10166         (rotate_pixbuf), (dvi_document_render_pixbuf),
10167         (dvi_document_document_iface_init):
10168         
10169         Dvi and djvu backends are ported to new API
10170
10171 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10172
10173         * backend/ev-selection.c: (ev_selection_get_selection_region),
10174         (ev_selection_get_selection_map):
10175         * backend/ev-selection.h:
10176         * pdf/ev-poppler.cc:
10177         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10178         * shell/ev-jobs.h:
10179         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10180         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10181         (ev_pixbuf_cache_get_text_mapping):
10182         * shell/ev-pixbuf-cache.h:
10183         * shell/ev-view.c: (location_in_text),
10184         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10185         support to EvView.  Now we can see where we can select!  Sweet!
10186
10187 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10188
10189         * shell/ev-view.c (ev_view_button_press_event): Fix
10190         event->y + view->scroll_x typo.
10191
10192 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10193
10194         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10195         sub-GdkPixbuf instead of passing dest_x and dest_y.
10196         
10197         * shell/ev-view.c: (view_point_to_doc_point),
10198         (view_rect_to_doc_rect), (ev_view_button_press_event),
10199         (ev_view_motion_notify_event), (compute_new_selection_rect),
10200         (gdk_rectangle_point_in), (compute_new_selection_text),
10201         (compute_selections): Update selection code to keep the selection
10202         around as two points and not as a normalized rectangle, and fix
10203         page level selection in two-column mode.
10204
10205 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10206
10207         * shell/ev-window.c: (window_configure_event_cb): 
10208         
10209         Fix compilation
10210         
10211 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10212
10213         * pdf/ev-poppler.cc:
10214
10215         Fix compilation
10216
10217 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10218
10219         * shell/Makefile.am:
10220         * shell/ev-metadata-manager.c: (item_free),
10221         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10222         (parse_value), (parseItem), (load_values),
10223         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10224         (save_values), (save_item), (get_oldest), (resize_items),
10225         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10226         * shell/ev-metadata-manager.h:
10227
10228         Metadata manager from gedit but modified to use GValue, so that
10229         we dont need to keep converting from strings.
10230
10231         * configure.ac:
10232
10233         ENABLE_METADATA conditional, on when dbus is on
10234
10235         * shell/ev-application.c: (ev_application_open_uri):
10236
10237         Show the window after load so that we can initialize
10238         window size before it's showed.
10239
10240         * shell/ev-window.c: (ev_window_setup_from_metadata),
10241         (ev_window_open_uri), (window_configure_event_cb),
10242         (ev_window_init):
10243
10244         Save and load metadata information about window size.
10245         Not yet keeping states in account.
10246
10247         * shell/main.c: (main):
10248
10249         Shutdown metadata manager.
10250
10251 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10252
10253         * shell/ev-application-service.xml:
10254         * configure.ac:
10255         * shell/Makefile.am:
10256         * shell/ev-application.c:
10257         * shell/ev-application.h:
10258         * shell/ev-window.c:
10259         * shell/ev-window.h:
10260         * shell/main.c:
10261
10262         Add an optional dbus interface (--enable-dbus).
10263         Rework application code, mainly to be easier to
10264         use "remotely".
10265         Do not open multiple windows with the same document,
10266         spatial evince!
10267
10268 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10269
10270         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10271         pixbuf iff it exists.
10272
10273 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10274
10275         * shell/*:
10276         * backend/ev-render-context.[ch]:
10277         * backend/ev-selection.[ch]:
10278
10279         Massive changes.  We now support text selection of pdfs, and not
10280         just rectangular selection.  This is pretty broken still, but I
10281         want to get something into CVS.
10282
10283 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10284
10285         * pdf/ev-poppler.cc:
10286         
10287         Fix for Bug 309080: crash on window close.
10288         
10289         * shell/ev-page-action.c: (page_changed_cb):
10290         
10291         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10292         jensgr@gmx.net (Jens Granseuer).
10293
10294 2005-06-25  Marcel Telka  <marcel@telka.sk>
10295
10296         * configure.in (ALL_LINGUAS): Added sk.
10297
10298 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10299
10300         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10301         not a document open
10302
10303 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10304
10305         * NEWS:
10306         * configure.ac:
10307
10308         Release 0.3.2
10309
10310         * cut-n-paste/recent-files/Makefile.am:
10311
10312         Fix make distcheck
10313
10314 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10315
10316         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10317         (pixbuf_document_set_orientation), (rotate_pixbuf),
10318         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10319         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10320
10321         Implement rotation and cleanup the code a bit.
10322
10323         * tiff/tiff-document.c: (tiff_document_get_page_size),
10324         (tiff_document_get_orientation), (tiff_document_set_orientation),
10325         (rotate_pixbuf), (tiff_document_render_pixbuf),
10326         (tiff_document_document_iface_init), (tiff_document_init):
10327
10328         Implement rotation. Was the quicker solution for the release
10329         but we really need to share this code in the shell.
10330
10331 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10332
10333         * pdf/ev-poppler.cc:
10334
10335         Enable rotation, require poppler cvs. Fix a leak.
10336
10337 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10338
10339         * shell/ev-window.c: (update_action_sensitivity):
10340         
10341         Make properties unsensitive if document backend doesn't provide
10342         any info
10343
10344 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10345
10346         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10347         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10348         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10349         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10350         (bitmap_flip_rotate_counter_clockwise):
10351         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10352         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10353         (buff_gets):
10354         * dvi/mdvi-lib/common.h:
10355         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10356         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10357         (opendvi), (mdvi_reload), (mdvi_init_context),
10358         (mdvi_destroy_context), (mdvi_dopage), (special):
10359         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10360         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10361         (file_hash_free), (register_encoding), (parse_spec),
10362         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10363         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10364         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10365         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10366         (mdvi_register_font_type), (mdvi_unregister_font_type),
10367         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10368         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10369         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10370         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10371         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10372         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10373         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10374         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10375         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10376         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10377         (mdvi_unregister_special), (mdvi_flush_specials):
10378         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10379         (t1_font_remove):
10380         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10381         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10382         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10383         (free_font_metrics), (flush_font_metrics):
10384         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10385         (tt_font_remove):
10386         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10387         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10388         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10389         (dstring_insert), (dstring_new), (dstring_reset):
10390         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10391         
10392         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10393         avoid conflict with libtool on FC4
10394         
10395         * shell/ev-window.c: (ev_window_cmd_help_about):
10396         
10397         Update copyright year. Fix for bug 308828.
10398
10399 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10400
10401         * shell/ev-view.c: (add_scroll_binding_keypad),
10402         (ev_view_binding_activated), (ev_view_class_init),
10403         (on_adjustment_value_changed):
10404         
10405         Bug 170874: Arrow keys switch pages in presentation mode
10406
10407 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10408
10409         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10410         
10411         Fix for Bug 308265: Sidebar dissappears coming out of 
10412         Presentation mode
10413
10414 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10415
10416         * shell/ev-application.c: (ev_application_open):
10417         * shell/ev-document-types.c: (ev_document_types_add_filters),
10418         (ev_document_types_add_filters_for_type):
10419         * shell/ev-document-types.h:
10420         * shell/ev-window.c: (ev_window_cmd_save_as):
10421         
10422         Suggest basename as template when saving, provide filters
10423         for save dialog. It's bug 308402
10424
10425 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10426
10427         * pdf/ev-poppler.cc:
10428         * shell/ev-sidebar-links.c: (job_finished_callback):
10429         * shell/ev-view.c: (update_find_status_message):
10430         
10431         Some leaks fixed
10432
10433 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10434
10435         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10436         (egg_recent_view_uimanager_set_list):
10437
10438         Fix buglet in !show_numbers case.
10439
10440 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10441
10442         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10443         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10444
10445         Use pango ellipsisation.
10446
10447         * pdf/ev-poppler.cc:
10448
10449         Fix refcount leak, from nsh.
10450
10451 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10452
10453         * cut-n-paste/recent-files/Makefile.am:
10454         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10455         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10456         
10457         Removed EggRecentViewGtk
10458         
10459         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10460         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10461         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10462         (ev_window_setup_recent):
10463         
10464         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10465         with other projects
10466
10467 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10468
10469         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10470         (egg_recent_view_gtk_finalize):
10471
10472         Fix memory leak
10473
10474         * cut-n-paste/toolbar-editor/Makefile.am:
10475         
10476         Fix location of cursor icon.
10477         
10478         * pdf/ev-poppler.cc:
10479         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10480         (display_completion_text), (match_completion):
10481         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10482         (selection_changed_callback), (create_loading_model),
10483         (print_section_cb), (links_page_num_func),
10484         (update_page_callback_foreach):
10485         * shell/ev-window.c: (ev_window_dispose):
10486         
10487         Small memory fixes. Links model now store objects instead
10488         of pointers to improve memory management. 
10489
10490 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10491
10492         * shell/ev-window.c: (zoom_control_changed_cb):
10493         
10494         Fix update of zoom control (bug 308268).
10495
10496 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10497
10498         * shell/ev-properties.c (set_property): escape the text correctly.
10499         Handles non-UTF-8 properties and escaped properties.  Also, sets
10500         the text to "<i>None</i>" if the property isn't set.
10501
10502         * data/evince-properties.glade: Change the label to be ellipsized,
10503         and give it a minimum size.
10504
10505 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10506
10507         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10508         * shell/ev-sidebar-links.c: (create_loading_model):
10509         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10510         * shell/ev-view.c: (ev_view_set_document):
10511         * shell/ev-window.c: (ev_window_dispose):
10512         
10513         Various small fixes, mostly memory leaks. Thanks to valgrind.
10514
10515 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10516
10517         * ps/ps-document.c: remove the locale.h include again ;-). And
10518         kill the (bogus) setlocale/savelocale business.
10519
10520 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10521
10522         * ps/ps-document.c:
10523         
10524         Include locale.h to fix build
10525         
10526         * shell/ev-sidebar.c:
10527         
10528         Remove unnecessary includes
10529
10530 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10531
10532         * dvi/dvi-document.c: (dvi_document_load):
10533         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10534         * po/POTFILES.in:
10535         
10536         Check for incorrect dvi files. Fix parsing dvi on AMD64
10537         platform. Thanks to tester@tester.ca (Olivier Crete).
10538
10539 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10540
10541         * shell/ev-page-action.c: (match_selected_cb),
10542         (display_completion_text), (match_completion), (update_model):
10543         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10544         (expand_open_links):
10545         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10546         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10547         (ev_sidebar_set_document):
10548         * shell/ev-window.c: (ev_window_xfer_job_cb),
10549         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10550         
10551         Fixed lot's of memory leaks, for example, memory leak on reload, 
10552         described in bug 307793.
10553
10554 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10555
10556         * pdf/ev-poppler.cc:
10557         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10558         (update_visible_range), (adjustment_changed_cb),
10559         (ev_sidebar_thumbnails_fill_model),
10560         (ev_sidebar_thumbnails_refresh),
10561         (ev_sidebar_tree_selection_changed),
10562         (ev_sidebar_icon_selection_changed),
10563         (ev_sidebar_thumbnails_use_icon_view),
10564         (ev_sidebar_thumbnails_set_document):
10565         * shell/ev-sidebar-thumbnails.h:
10566         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10567         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10568
10569         Refresh thumbnails when changing orientation. Not fully
10570         working yet becuase of a sidebar bug.
10571
10572         Set page orientation to poppler page everywhere. This sucks
10573         really need to fix poppler.
10574
10575 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10578         (egg_recent_view_gtk_new_menu_item),
10579         (egg_recent_view_gtk_set_property),
10580         (egg_recent_view_gtk_get_property),
10581         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10582         (egg_recent_view_gtk_set_tooltip_func),
10583         (egg_recent_view_gtk_set_label_width),
10584         (egg_recent_view_gtk_get_label_width):
10585         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10586
10587         Sync with libegg (ellipsize labels)
10588
10589 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10590
10591         * data/evince-ui.xml:
10592         * shell/ev-window.c: (ev_window_cmd_go_forward),
10593         (ev_window_cmd_go_backward):
10594         
10595         Shift + PageUp moves 10 Pages. Fix for 306125
10596
10597 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10598
10599         * pdf/ev-poppler.cc:
10600
10601         Add a flag to check if orientation has been overriden
10602
10603 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10604
10605         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10606         field if necessary.
10607
10608         * ps/ps.h: add creator field to document.
10609
10610         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10611         set creator field.
10612
10613 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10614
10615         * data/evince-properties.glade:
10616         * shell/ev-properties.c: (ev_properties_set_document):
10617
10618         s/PDF Version/Format
10619
10620 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10621
10622         * shell/ev-properties.c: (ev_properties_set_document):
10623
10624         Remove unnecessary translations
10625
10626 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * cut-n-paste/toolbar-editor/Makefile.am:
10629
10630         Correct library name    
10631
10632 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10633
10634         * configure.ac:
10635         * cut-n-paste/recent-files/egg-recent-model.c:
10636         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10637         (egg_recent_model_unlock_file):
10638         * cut-n-paste/recent-files/egg-recent-util.c:
10639         (egg_recent_util_get_unique_id):
10640         * cut-n-paste/recent-files/update-from-egg.sh:
10641         * cut-n-paste/toolbar-editor/Makefile.am:
10642         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10643         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10644         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10645         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10646         (egg_toolbars_model_get_type):
10647         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10648
10649         Better makefile for toolbar editor and update everything
10650         to latest libegg.
10651
10652 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10653
10654         * shell/ev-window.c: (update_document_mode):
10655
10656         Prefer presentation mode when the document
10657         require fullscreen.
10658
10659 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10660
10661         * data/evince-ui.xml:
10662         * shell/ev-window.c:
10663
10664         Add control-equal for zooming
10665
10666 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10667
10668         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10669
10670 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10671
10672         * backend/ev-document.c: (ev_document_get_orientation):
10673         * backend/ev-document.h:
10674         * pdf/ev-poppler.cc:
10675         * ps/ps-document.c: (ps_document_get_orientation),
10676         (ps_document_set_orientation), (ps_document_document_iface_init):
10677
10678         Add a get_orientation api. Improve set_orientation.
10679
10680         * data/evince-ui.xml:
10681         * shell/ev-view.c: (ev_view_set_orientation),
10682         (ev_view_rotate_right), (ev_view_rotate_left):
10683         * shell/ev-view.h:
10684         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10685         (ev_window_cmd_edit_rotate_right):
10686
10687         Better ui for changing document orientation
10688
10689 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10690
10691         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10692         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10693         * shell/ev-sidebar-links.h:
10694         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10695         (ev_sidebar_page_iface_init):
10696         * shell/ev-sidebar-page.h:
10697         * shell/ev-sidebar-thumbnails.c:
10698         (ev_sidebar_thumbnails_get_property),
10699         (ev_sidebar_thumbnails_class_init),
10700         (ev_sidebar_thumbnails_set_document):
10701         * shell/ev-sidebar-thumbnails.h:
10702         * shell/ev-view.c: (ev_view_motion_notify_event):
10703         * shell/ev-window.c: (update_chrome_visibility),
10704         (ev_window_cmd_focus_page_selector),
10705         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10706         (sidebar_page_main_widget_update_cb), (ev_window_init):
10707         
10708         Autoraise toolbar on GoToPage binding and fix bindings in
10709         EvSidebarThumbnails page.
10710
10711 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10712
10713         * shell/ev-properties.c: (update_progress_label):
10714
10715         Hide the progress label when finished; bug #307697.
10716
10717 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10718
10719         * pdf/ev-poppler.cc:
10720
10721         Enable is_open for links, you will need poppler cvs
10722
10723         * shell/ev-properties.c: (job_fonts_finished_cb):
10724
10725         Get a lock on the document when filling the tree view
10726
10727 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10728
10729         * backend/ev-document-links.h:
10730         * pdf/ev-poppler.cc:
10731         * shell/ev-sidebar-links.c: (create_loading_model),
10732         (expand_open_links), (job_finished_callback):
10733
10734         Expand links when specified by the document.
10735         Depend on a poppler api (defined out for now)
10736
10737 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10738
10739         * shell/ev-properties.c: (ev_properties_dispose),
10740         (ev_properties_class_init), (dialog_destroy_cb),
10741         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10742         (ev_properties_set_document), (ev_properties_new),
10743         (ev_properties_show):
10744         * shell/ev-properties.h:
10745
10746         Make it an object, cleanup the code, api to show it as transient
10747         and to set the document.
10748
10749         * shell/ev-window.c: (ev_window_setup_document),
10750         (ev_window_cmd_file_properties):
10751
10752         Adapt to EvProperties changes, do not show multiple
10753         times, update it when document changes.
10754
10755 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10756
10757         * ps/gstypes.h:
10758         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10759         (ps_document_set_orientation), (ps_document_document_iface_init):
10760         * ps/ps-document.h:
10761
10762         Implement orientation here too
10763
10764         * shell/ev-properties.c: (ev_properties_new):
10765         * data/evince-properties.glade:
10766
10767         Hide the fonts page for backends that doesnt
10768         support it.     
10769
10770 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10771
10772         * backend/ev-document.c: (ev_document_set_orientation):
10773         * backend/ev-document.h:
10774         * pdf/ev-poppler.cc:
10775
10776         Add orientation api. Currently poppler api is not optimal,
10777         we need to set orientation every time we _get a page.
10778         I will try to fix that at some point.
10779
10780         * data/evince-ui.xml:
10781         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10782         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10783
10784         Add orientation menu items
10785
10786         * shell/ev-page-cache.c: (ev_page_cache_clear):
10787         * shell/ev-page-cache.h:
10788
10789         Add api to clear the cache
10790
10791         * shell/ev-view.c: (setup_caches), (clear_caches),
10792         (ev_view_set_document), (ev_view_zoom_out),
10793         (ev_view_set_orientation):
10794         * shell/ev-view.h:
10795
10796         Implement orientation changing
10797
10798 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10799
10800         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10801         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10802         * backend/ev-document-fonts.h:
10803
10804         Separate scan and fill so that we can incrementally fill from
10805         the main thread. Add a progress api.
10806
10807         * data/evince-properties.glade:
10808         * pdf/ev-poppler.cc:
10809         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10810         * shell/ev-jobs.h:
10811         * shell/ev-properties.c: (update_progress_label),
10812         (job_fonts_finished_cb), (setup_fonts_view):
10813
10814         Incrementally feel the list and show the progress
10815         percentage in a label like acrobat does.
10816
10817         You are going to need poppler cvs
10818
10819 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10820
10821         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10822         * backend/ev-document-fonts.h:
10823         * pdf/ev-poppler.cc:
10824
10825         Make fonts model fill incrementally.
10826
10827         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10828         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10829         (ev_job_queue_remove_job):
10830         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10831         (ev_job_fonts_new), (ev_job_fonts_run):
10832         * shell/ev-jobs.h:
10833
10834         New job for fonts scanning
10835
10836         * shell/ev-properties.c: (job_fonts_finished_cb),
10837         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10838         * shell/ev-properties.h:
10839         * shell/ev-window.c: (ev_window_cmd_file_properties):
10840
10841         Incrementally feel the treeview using the new job. Show Loading...
10842         message until scanning is completed.
10843
10844         Hopefully I didnt break the build without the poppler patch.
10845
10846 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10847
10848         * shell/ev-application.c: (ev_application_open):
10849         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10850         (ev_document_type_get_type), (ev_document_type_lookup):
10851         * shell/ev-document-types.h:
10852         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10853         * shell/ev-job-xfer.h:
10854         * shell/ev-window.c: (ev_window_clear_local_uri),
10855         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10856         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10857         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10858         
10859         Transfer remote documents to tmp directory to display them later.
10860
10861 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10862
10863         * backend/ev-document-info.h:
10864         * shell/ev-properties.c: (ev_properties_new):
10865
10866         s/GTime*/GTime. Not sure why we was using a pointer
10867         at all there!
10868
10869 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10870
10871         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10872         situations.  That situation is that you're using GTK+-HEAD with
10873         the patch at #306726 is applied, and you have a document with <
10874         1500 pages in it.  It's not quite as uniformly nice as the
10875         TreeView, but should be better in the long run.
10876
10877         I'm pretty sure I guarded against breaking compilation with
10878         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10879         I missed some.
10880
10881         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10882         widget yet, so I commented that code out
10883         enable_view_actions_for_widget() for now.  Need to figure this
10884         out.
10885
10886         * shell/ev-page-action.c (match_selected_cb): emit the right
10887         signals.  Our cool C-l completion now works.
10888
10889 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10890
10891         * backend/Makefile.am:
10892         * backend/ev-document-fonts.c:
10893         * backend/ev-document-links.c:
10894         * backend/ev-document.c: (ev_document_load):
10895         * backend/ev-document.h:
10896         * backend/ev-job-queue.c:
10897         * backend/ev-job-queue.h:
10898         * backend/ev-jobs.c:
10899         * backend/ev-jobs.h:
10900         * backend/ev-page-cache.c:
10901         * backend/ev-page-cache.h:
10902
10903         EvPageCache and EvJobs are moved to shell.
10904
10905         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10906         (ev_tmp_filename):
10907         * lib/ev-file-helpers.h:
10908         
10909         New helper to work with temporary files
10910         
10911         * shell/Makefile.am:
10912         * shell/ev-application.c: (ev_application_open):
10913         * shell/ev-application.h:
10914         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10915         (remove_job_from_async_queue), (add_job_to_async_queue),
10916         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10917         (handle_job), (search_for_jobs_unlocked),
10918         (no_jobs_available_unlocked), (ev_render_thread),
10919         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10920         (ev_job_queue_add_job), (move_job_async), (move_job),
10921         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10922         * shell/ev-job-queue.h:
10923         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10924         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10925         * shell/ev-job-xfer.h:
10926         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10927         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10928         (ev_job_links_class_init), (ev_job_render_init),
10929         (ev_job_render_dispose), (ev_job_render_class_init),
10930         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10931         (ev_job_thumbnail_class_init), (ev_job_load_init),
10932         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10933         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10934         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10935         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10936         * shell/ev-jobs.h:
10937         * shell/ev-page-action.c: (ev_page_action_set_document):
10938         * shell/ev-page-cache.c: (ev_page_cache_init),
10939         (ev_page_cache_class_init), (ev_page_cache_finalize),
10940         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10941         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10942         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10943         (ev_page_cache_get_title), (ev_page_cache_get_size),
10944         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10945         (ev_page_cache_get_height_to_page),
10946         (ev_page_cache_get_max_label_chars),
10947         (ev_page_cache_get_page_label),
10948         (ev_page_cache_has_nonnumeric_page_labels),
10949         (ev_page_cache_get_info), (ev_page_cache_next_page),
10950         (ev_page_cache_prev_page), (ev_page_cache_get):
10951         * shell/ev-page-cache.h:
10952         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10953         (ev_pixbuf_cache_clear_job_sizes),
10954         (ev_pixbuf_cache_add_jobs_if_needed),
10955         (ev_pixbuf_cache_set_page_range):
10956         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10957         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10958         * shell/ev-sidebar-thumbnails.c:
10959         (ev_sidebar_tree_selection_changed),
10960         (ev_sidebar_thumbnails_set_document):
10961         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10962         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10963         (ev_statusbar_get_context_id), (ev_statusbar_push),
10964         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10965         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10966         (ev_statusbar_set_progress):
10967         * shell/ev-statusbar.h:
10968         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10969         (ev_view_find_previous):
10970         * shell/ev-window.c: (ev_window_is_empty),
10971         (ev_window_setup_document), (password_dialog_response),
10972         (ev_window_clear_jobs), (ev_window_load_job_cb),
10973         (ev_window_xfer_job_cb), (ev_window_open_uri),
10974         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10975         (ev_window_print), (ev_window_print_range),
10976         (ev_window_state_event), (ev_window_cmd_view_reload),
10977         (menu_item_select_cb), (menu_item_deselect_cb),
10978         (view_status_changed_cb), (ev_window_dispose),
10979         (drag_data_received_cb), (ev_window_init):
10980         * shell/ev-window.h:
10981         * shell/main.c: (load_files):
10982         
10983         New statusbar to show progress on idle. Two new jobs - 
10984         xfer job and load job to load document in background. And update
10985         of page_cache clients to new location of code.
10986
10987 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10988
10989         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10990         selection in open dialog. It also remembers the last visited directory 
10991         in the current session.
10992
10993 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10994
10995         * shell/ev-properties.c: (ev_properties_new):
10996         * shell/ev-properties.h:
10997         * shell/ev-window.c: (ev_window_cmd_file_properties):
10998         
10999         Get document info from page cache instead of document itself.
11000         This should fix crash related to race conditions described in
11001         bug 306545.
11002
11003 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11004
11005         * ps/ps-document.c: (ps_document_init),
11006         (send_ps), (get_page_box), (output), (catchPipe), (input),
11007         (stop_interpreter), (file_length), (file_readable),
11008         (check_filecompressedb), (ps_document_enable_interpreter),
11009         (document_load), (ps_async_renderer_render_pixbuf):
11010         * ps/ps-document.h:
11011
11012         Big cleanup of the ps code
11013
11014 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11015
11016         * backend/Makefile.am:
11017         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11018         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11019         * backend/ev-async-renderer.h:
11020
11021         Add an async renderer interface (method + callback) which
11022         is useful for backends like ps.
11023
11024         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11025         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11026         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11027         (ev_job_queue_add_job), (move_job_async), (move_job),
11028         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11029
11030         Add queues for async renderer, these are executed on the
11031         main thread.
11032
11033         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11034         (ev_job_render_run):
11035         * backend/ev-jobs.h:
11036
11037         If the backend support async renderer interface use it.
11038
11039         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11040         (setup_pixmap), (ps_document_get_type),
11041         (ps_async_renderer_render_pixbuf),
11042         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11043
11044         Implement async renderer interface.
11045
11046 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11047
11048         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11049
11050         Cleanup links job on exit.
11051
11052 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11053
11054         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11055         (drag_data_get_cb), (drag_data_received_cb):
11056         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11057         (drag_data_get_cb), (parse_item_list),
11058         (egg_toolbar_editor_load_actions):
11059         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11060         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11061         (parse_item_list), (parse_toolbars):
11062         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11063         (dvi_pixbuf_put_pixel):
11064         
11065         Fix gcc 4.0 warnings
11066
11067 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11068
11069         * ps/ps-document.c: (start_interpreter):
11070
11071         Fix warning when loading ps
11072
11073 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11074
11075         * ps/ps-document.c: (output):
11076
11077         Fix crash when priting gs error messages.
11078
11079 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11080
11081         * backend/ev-page-cache.c: (_ev_page_cache_new):
11082         * backend/ev-page-cache.h:
11083
11084         Use a const to return title so that we dont double
11085         free it. Small cleanup and fix a leak.
11086
11087         * shell/ev-window.c: (update_window_title):
11088
11089         strdup value from get_title.
11090
11091 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * shell/ev-sidebar-links.c: (job_finished_callback),
11094         (ev_sidebar_links_set_document):
11095
11096         Cleanup the old job when changing document
11097
11098 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11099
11100         * shell/ev-stock-icons.c:
11101         * shell/ev-stock-icons.h:
11102         * shell/ev-window.c:
11103         
11104         Add stock icons for actions that can appear in toolbar. Fix for
11105         bug 306566.
11106
11107 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11108
11109         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11110         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11111         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11112         * backend/ev-page-cache.h:
11113         * shell/ev-view.c: (scroll_to_current_page),
11114         (view_update_range_and_current_page), (get_page_y_offset),
11115         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11116         (ev_view_size_request_continuous),
11117         (ev_view_zoom_for_size_continuous_and_dual_page),
11118         (ev_view_zoom_for_size_continuous):
11119         
11120         More compact EvView layout in document with pages of different size.
11121
11122 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11123
11124         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11125         compilation.
11126
11127 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11128
11129         * shell/ev-view.c: (view_set_adjustment_values):
11130         * shell/ev-window.c: (ev_window_cmd_file_properties):
11131         
11132         A bit different fix for rounding problem but it has no
11133         problems on startup. Make properties window transient to parent.
11134
11135 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11136
11137         * pdf/ev-poppler.cc:
11138         
11139         More commenting of font stuff.
11140
11141 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * pdf/ev-poppler.cc:
11144
11145         Comment out some more fonts stuff. Should really
11146         work without the poppler patch now.
11147
11148 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11149
11150         * pdf/ev-poppler.cc:
11151
11152         Adapt to api change
11153
11154 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11155
11156         * data/evince-properties.glade:
11157         * pdf/ev-poppler.cc:
11158         * shell/ev-properties.c: (setup_fonts_view):
11159
11160         Set the column title. Show the dialog only
11161         once everything is setup.
11162         Getting font info can be very slow... will
11163         prolly need to make this threaded too.
11164
11165 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11166
11167         * backend/Makefile.am:
11168         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11169         (ev_document_fonts_get_fonts_model):
11170         * backend/ev-document-fonts.h:
11171         * data/evince-properties.glade:
11172         * pdf/ev-poppler.cc:
11173         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11174         * shell/ev-properties.h:
11175         * shell/ev-window.c: (ev_window_cmd_file_properties):
11176
11177         Implement fonts list. Defined out for now, since it depends
11178         on a not yet committed poppler patch.
11179
11180 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11181
11182         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11183         page + 1.
11184
11185         * shell/ev-window.c: Make sure we add the timeout when we get a
11186         focus-in event.
11187
11188         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11189         adjustment->value before calculating the zoom factor to average
11190         out all of our rounding errors.  The page no longer 'drifts' when
11191         resizing.
11192
11193 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11194
11195         * data/evince-properties.glade:
11196         * shell/ev-properties.c: (ev_properties_format_date),
11197         (set_property):
11198         
11199         Labels don't expand when the dialogue is resized.
11200         strftime result needs to be converted to UTF-8. Thanks
11201         to Christian Persch <chpe@gnome.org>.
11202
11203 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11204
11205         * data/evince-properties.glade:
11206
11207         Hide the fonts tab
11208
11209 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11210
11211         * backend/ev-document-info.h:
11212         * backend/ev-document.c: (ev_document_info_free):
11213         * data/evince-properties.glade:
11214         * pdf/ev-poppler.cc:
11215         * ps/ps-document.c: (ps_document_get_info):
11216         * shell/ev-properties.c: (ev_properties_format_date),
11217         (set_property), (ev_properties_new):
11218         * shell/ev-properties.h:
11219         * shell/ev-window.c: (ev_window_cmd_file_properties):
11220
11221         Rework properties code to take only EvPropertyInfo
11222         in the constructor so that it can be useful for
11223         nautilus plugin too.
11224
11225         Deal with backends that doesnt support some properties.
11226         Make set property code generic.
11227
11228 2005-06-04  Christian Persch <chpe@gnome.org>
11229
11230         * data/evince-properties.glade:
11231
11232         fix spacings, make resizeable, and make data labels
11233         selectable + ellipsised
11234
11235 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11236
11237         * backend/ev-document-info.h:
11238         * data/Makefile.am:
11239         * data/evince-ui.xml:
11240         * pdf/ev-poppler.cc:
11241         * shell/Makefile.am:
11242         * shell/ev-window.c: (update_action_sensitivity),
11243         (ev_window_cmd_file_properties):
11244
11245         Initial go at file properties. Patch by
11246         Emil Soleyman-Zomalan <emil@soleyman.com>.
11247         Needs love see #169583
11248
11249 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11250
11251         * ps/ps-document.c: (output):
11252         * ps/ps.c: (psscan):
11253
11254         Try to render even if psscan fails.
11255
11256 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11257
11258         * ps/ps.c: (psscan), (pscopydoc):
11259
11260         Port buffered reading code from gv
11261
11262 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11263
11264         * ps/ps-document.c: (interpreter_message), (output):
11265
11266         Do not fail on interpreter messages
11267
11268 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11269
11270         * backend/ev-document-misc.c:
11271         (ev_document_misc_get_thumbnail_frame):
11272
11273         Pages can be 0 x 0, dont assert on this case
11274
11275 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11276
11277         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11278         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11279
11280         Correctly manage our reference on document. Finally the reload
11281         huge leak is gone...
11282
11283 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * ps/ps-document.c: (ps_document_dispose):
11286
11287         Forgot to chain it to the parent. Thanks chpe.
11288
11289 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11290
11291         * ps/ps-document.c: (ps_document_dispose),
11292         (ps_document_class_init), (stop_interpreter), (document_load):
11293
11294         Cleanup dispose a bit. Dont leak the whole pixmap.
11295
11296 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11297
11298         * pdf/ev-poppler.cc:
11299
11300         Release the poppler document on dispose
11301
11302 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11303
11304         * shell/ev-view.c: (ev_view_set_document):
11305
11306         Release ref on the pixbuf cache when changing
11307         document.
11308
11309 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11310
11311         * ps/ps-document.c: (ps_document_get_info):
11312
11313         Fix a double free
11314
11315 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11316
11317         * backend/ev-page-cache.c: (ev_page_cache_init),
11318         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11319         * backend/ev-page-cache.h:
11320         * shell/ev-page-action.c: (page_changed_cb):
11321         
11322         Set page action entry width depending on labels width. Fix
11323         for bug 305202.
11324
11325 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11326
11327         * backend/ev-link.c: (ev_link_class_init):
11328
11329         Allow -1 as page value (error)
11330
11331 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11332
11333         * shell/ev-sidebar-thumbnails.c:
11334         (ev_sidebar_thumbnails_set_document):
11335         * shell/ev-view.c: (scroll_to_current_page),
11336         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11337         (page_changed_cb), (on_adjustment_value_changed),
11338         (ev_view_set_document):
11339
11340         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11341         Fix bug 305377
11342
11343 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11344
11345         * configure.ac:
11346         * djvu/djvu-document.c: (djvu_document_get_page_size):
11347
11348         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11349         bug 301993.
11350
11351 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11352
11353         * shell/ev-view.c (draw_one_page): modify the expose handling to
11354         get the shadows.
11355
11356         * shell/ev-window.c (update_action_sensitivity): Respect
11357         permissions field.  Kowtow to the man.
11358
11359         * pdf/ev-poppler.cc: Get the permissions field.
11360
11361         * tiff/*c: Make a tiny bit more robust.
11362
11363 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11364
11365         * djvu/djvu-document.c:
11366         
11367         Pop messages from djvu context message queue.
11368
11369 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11370
11371         * configure.ac, Makefile.am, shell/Makefile.am:
11372         * tiff/Makefile.am, shell/ev-document-types.c:
11373         
11374         Cleanup tiff configure checks. Fix for bug 305218.
11375
11376 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11377
11378         * configure.ac: Added "uk" to ALL_LINGUAS.
11379
11380 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11381
11382         * cut-n-paste/zoom-control/ephy-zoom.c:
11383         (ephy_zoom_get_changed_zoom_level):
11384         * cut-n-paste/zoom-control/ephy-zoom.h:
11385         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11386         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11387         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11388         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11389         (zoom_control_changed_cb), (ev_window_init):
11390         
11391         Fix minor points related to moving best fit up. Introduce
11392         "zoom" property and make zoom control change it's value on
11393         notify::zoom signals. Fix for 305080.
11394
11395 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11396
11397         * data/evince-ui.xml:
11398         * shell/ev-window.c: (set_view_actions_sensitivity):
11399         
11400         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11401
11402 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11403
11404         * configure.ac:
11405
11406         Depends on poppler 0.3.2
11407
11408 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11409
11410         * cut-n-paste/recent-files/egg-recent-item.c:
11411         (egg_recent_item_get_short_name):
11412         * cut-n-paste/toolbar-editor/Makefile.am:
11413         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11414         (new_pixbuf_from_widget):
11415         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11416         * cut-n-paste/toolbar-editor/egg-marshal.c:
11417         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11418         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11419
11420         Sync
11421
11422 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11423
11424         * tiff/tiff-document.c: Rough TIFF backend.
11425
11426 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11427
11428         * NEWS:
11429         * configure.ac:
11430         * cut-n-paste/toolbar-editor/Makefile.am:
11431
11432         Release 0.3.1
11433
11434 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11435
11436         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11437         (ev_view_find_next), (ev_view_find_previous):
11438
11439         Remove the locks around get_n_results   
11440
11441 2005-05-21  Juerg Billeter  <j@bitron.ch>
11442
11443         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11444
11445         Pass correct number of pages to poppler.
11446
11447 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11448
11449         * configure.ac:
11450         * data/Makefile.am:
11451         * data/evince.desktop.in: 
11452         * data/evince.desktop.in.in:
11453         * po/POTFILES.in:
11454         
11455         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11456
11457 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11458
11459         * shell/ev-view.c: (view_update_adjustments),
11460         (view_set_adjustment_values): cast adjustmen->value to (int)
11461         before using it.  Otherwise, we get off by a pixel in some
11462         situations.
11463
11464         (draw_one_page): Draw the border on expose.
11465
11466 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11467
11468         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11469         adjustment when the mode changes, #304923
11470
11471 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11472
11473         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11474         flickering on resize but still use gdk_window_scroll on
11475         scrolling
11476
11477 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11478
11479         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11480         option, #170458
11481
11482 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11483
11484         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11485         second page on page_changed if possible, #304669
11486
11487 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11488
11489         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11490         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11491
11492 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11493
11494         * .cvsignore:
11495         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11496         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11497         (ev_view_zoom_for_size_presentation),
11498         (ev_view_zoom_for_size_continuous_and_dual_page),
11499         (ev_view_zoom_for_size_continuous),
11500         (ev_view_zoom_for_size_dual_page),
11501         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11502         * shell/ev-view.h:
11503         * shell/ev-window.c: (update_view_size),
11504         (ev_window_sizing_mode_changed_cb):
11505
11506         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11507         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11508         an infinite loop, #304769
11509
11510
11511 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * data/evince-ui.xml:
11514         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11515         * shell/ev-window.c: (set_view_actions_sensitivity):
11516
11517         Make PgUp/Down behave like Space
11518
11519 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11520
11521         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11522         * backend/ev-ps-exporter.h:
11523         * pdf/ev-poppler.cc:
11524         * ps/ps-document.c: (ps_document_ps_export_begin):
11525         * shell/ev-print-job.c: (idle_print_handler):
11526
11527         Adapt to new poppler api
11528
11529 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11530
11531         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11532         (ephy_zoom_control_init):
11533
11534         Translate zoom levels
11535
11536 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11537
11538         * cut-n-paste/zoom-control/ephy-zoom.c:
11539         (ephy_zoom_get_zoom_level_index):
11540
11541         Fix current zoom -> zoom control match
11542
11543 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11544
11545         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11546         rather than the scrolled_window that it's in. Fixes bug #304655.
11547
11548 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11549
11550         * shell/ev-view.c: (view_update_adjustments),
11551         (view_set_adjustment_values), (view_update_range_and_current_page),
11552         (view_scroll_to_page), (set_scroll_adjustment),
11553         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11554         (ev_view_scroll), (ev_view_scroll_view),
11555         (ensure_rectangle_is_visible), (find_page_at_location),
11556         (get_link_at_location), (go_to_link), (status_message_from_link),
11557         (ev_view_size_request_continuous_dual_page),
11558         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11559         (ev_view_unrealize), (ev_view_expose_event),
11560         (ev_view_button_press_event), (ev_view_motion_notify_event),
11561         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11562         (draw_rubberband), (highlight_find_results), (draw_one_page),
11563         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11564         (ev_view_init), (find_changed_cb), (page_changed_cb),
11565         (on_adjustment_value_changed), (ev_view_new),
11566         (ev_view_set_document), (ev_view_set_zoom),
11567         (ev_view_set_continuous), (ev_view_set_dual_page),
11568         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11569         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11570         (ev_view_zoom_for_size_presentation),
11571         (ev_view_zoom_for_size_continuous_dual_page),
11572         (ev_view_zoom_for_size_continuous),
11573         (ev_view_zoom_for_size_dual_page),
11574         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11575         (ev_view_get_status), (ev_view_set_status),
11576         (update_find_status_message), (ev_view_get_find_status),
11577         (ev_view_set_find_status), (jump_to_find_result),
11578         (jump_to_find_page), (compute_selections), (clear_selection),
11579         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11580         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11581         (ev_view_update_primary_selection),
11582         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11583         * shell/ev-view.h:
11584         * shell/ev-window.c: (ev_window_open_page_label),
11585         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11586         (ev_window_init):
11587         * shell/ev-window.h:
11588         * shell/main.c: (load_files):
11589
11590         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11591         when resizing.  Remove the bin_window().  Also, patch from James
11592         Bowes to fix command line page, #300641
11593         
11594 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11595
11596         * data/evince-ui.xml:
11597         * shell/ev-view.c:
11598         * shell/ev-view.h:
11599         * shell/ev-window.c: (update_action_sensitivity):
11600
11601         Get rid of View->Normal Size, it's just confusing
11602
11603 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11604
11605         * backend/ev-document-info.h:
11606         * backend/ev-document.c: (ev_document_info_free): Free the
11607         EvDocumentInfo.
11608
11609         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11610         (clear_range), (add_range), (update_visible_range),
11611         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11612         (ev_sidebar_thumbnails_set_document):
11613         * shell/ev-window.c: (ev_window_setup_document): Only render the
11614         visible thumbnails.  It takes an instant to render, but it uses
11615         much less memory.
11616
11617 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11618
11619         * shell/ev-sidebar-links.c: (popup_menu_cb):
11620
11621         Select first item
11622
11623 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11624
11625         * lib/Makefile.am:
11626         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11627         (button_press_cb), (ev_sidebar_links_construct):
11628
11629         Show the popup menu also on keybindings
11630
11631 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11632
11633         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11634         * shell/ev-window.h:
11635
11636         Expose api to print a range (with dialog). Make private _print use
11637         it.
11638
11639         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11640         (ev_sidebar_links_construct):
11641
11642         Show a print context menu on linkx, it prints the selected
11643         section.
11644
11645 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11646
11647         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11648         button.
11649
11650 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11651
11652         * AUTHORS:
11653
11654         Update
11655
11656         * shell/ev-window.c: (build_comments_string),
11657         (ev_window_cmd_help_about):
11658
11659         Show poppler version/backend and authors
11660
11661 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11662
11663         * cut-n-paste/zoom-control/ephy-zoom.c:
11664         (ephy_zoom_get_zoom_level_index):
11665         * cut-n-paste/zoom-control/ephy-zoom.h:
11666
11667         Move the best fit items at the top of the list
11668
11669 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11670
11671         * shell/ev-marshal.list:
11672         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11673         (activate_cb), (match_selected_cb), (activate_link_cb),
11674         (connect_proxy), (ev_page_action_class_init):
11675         * shell/ev-page-action.h:
11676
11677         Use signals to notify action activation. Hopefully
11678         I did not break completion since I cant test...
11679
11680         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11681         (register_custom_actions):
11682
11683         Connect to page selector actions and also grab focus on
11684         the view when activated.
11685
11686 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11687
11688         * pdf/ev-poppler.cc:
11689         * backend/ev-page-cache.c: make page size calculation consistent
11690         and set it to (int)( width * scale + 0.5).  This makes the weird
11691         line going through the middle of the page go away.
11692
11693         * shell/ev-view.c: move painting the background page after
11694         checking the expose area covers us.
11695
11696 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11697
11698         * data/evince-password.glade:
11699         
11700         Mark labels as not translatable. Fix for bug 302842.
11701
11702 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11703
11704         * configure.ac: Added "es" to ALL_LINGUAS.
11705
11706 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * data/evince-toolbar.xml:
11709         * shell/ev-window.c: (update_action_sensitivity),
11710         (ev_window_setup_document), (ev_window_set_page_mode),
11711         (ev_window_init):
11712
11713         Remove some leftover code from jrb first continous
11714         attempt. Use the new actions, we still need good icons
11715         though...
11716
11717 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11718
11719         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11720
11721         Update label when connecting proxy. Fix a warning with NULL
11722         page_cache.
11723
11724 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11725
11726         * data/evince-ui.xml:
11727         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11728         * shell/ev-page-action.h:
11729         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11730
11731         Add mnemonic for edit toolbar.
11732         ctrl+l focus the page entry.
11733
11734 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11735
11736         * lib/Makefile.am:
11737         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11738         (ev_window_init):
11739         * shell/main.c: (main):
11740
11741         Put the toolbar xml in evince own dot dir
11742
11743 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11744
11745         * shell/ev-window.c: (ev_window_init):
11746
11747         Make the toolbar not removable
11748
11749 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11750
11751         * data/evince-ui.xml:
11752         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11753         * shell/ev-sidebar-links.h:
11754         * shell/ev-sidebar-thumbnails.c:
11755         (ev_sidebar_thumbnails_get_treeview):
11756         * shell/ev-sidebar-thumbnails.h:
11757         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11758         (ev_view_class_init):
11759         * shell/ev-view.h:
11760         * shell/ev-window.c: (update_action_sensitivity),
11761         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11762         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11763         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11764         (ev_window_init):
11765
11766         This is evil... Make space/backspace global accelerators but
11767         enable them only for some widgets (sidebars and view).
11768         I dont like it, but I dont know a better way... :/
11769
11770 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11771
11772         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11773         (ev_page_action_widget_finalize),
11774         (ev_page_action_widget_class_init), (update_page_cache):
11775
11776         Keep a weak reference on proxy->page_cache so that we
11777         dont try to disconnect the signal if the object is already
11778         gone. Maybe there is a better way to cleanup reference handling
11779         in page action though...
11780
11781 2005-05-10  Juerg Billeter  <j@bitron.ch>
11782
11783         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11784         * backend/ev-ps-exporter.h:
11785         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11786         * ps/ps-document.c: (ps_document_ps_export_begin):
11787         
11788         Change api to pass print range to ps_exporter_begin. The pdf backend
11789         requires this information.
11790         
11791         * shell/ev-print-job.c: (idle_print_handler):
11792         
11793         Adapt to api change
11794
11795 2005-05-10  Juerg Billeter  <j@bitron.ch>
11796
11797         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11798         (idle_print_handler)
11799         * shell/ev-window.c: (ev_window_print):
11800
11801         Support printing page range, based on patch by Amaury Jacquot
11802
11803 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * data/evince-toolbar.xml:
11806
11807         Add zoom control to available items
11808
11809 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11810
11811         * shell/ev-window.c: (update_action_sensitivity):
11812
11813         Set slash action insensitive when appropriate
11814
11815 2005-05-10  Christian Persch <chpe@gnome.org>
11816
11817         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11818
11819         Fix warning on the overflow menu
11820
11821 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11822
11823         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11824
11825         Check for uri correctness/existence
11826
11827 2005-05-09  Juerg Billeter  <j@bitron.ch>
11828
11829         * shell/ev-window.c: (using_postscript_printer):
11830
11831         LPD printers use postscript, too
11832
11833 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11834
11835         * shell/ev-window.c: (register_custom_actions):
11836
11837         The zoom one is actually sort of useful,
11838         put it back
11839
11840 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11841
11842         * shell/ev-window.c: (register_custom_actions):
11843
11844         Hide page/zoom controls from overflow, they
11845         are useless.
11846
11847 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11848
11849         * cut-n-paste/update-from-egg.sh:
11850         
11851         Share it between all cut-n-paste subdirs
11852
11853         * cut-n-paste/recent-files/Makefile.am:
11854
11855         Fix to use "global" update-from-egg.sh
11856
11857         * cut-n-paste/recent-files/egg-recent-model.c:
11858         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11859         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11860         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11861         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11862
11863         Update from libegg
11864
11865         * cut-n-paste/toolbar-editor/Makefile.am:
11866
11867         Fix to use "global" update-from-egg.sh
11868
11869         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11870
11871         Update from libegg
11872
11873 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11874
11875         * configure.ac:
11876         * cut-n-paste/Makefile.am:
11877         * cut-n-paste/recent-files/Makefile.am:
11878         * cut-n-paste/toolbar-editor/.cvsignore:
11879         * cut-n-paste/toolbar-editor/Makefile.am:
11880         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11881         (egg_editable_toolbar_get_type), (get_toolbar_position),
11882         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11883         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11884         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11885         (set_item_drag_source), (create_item_from_action), (create_item),
11886         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11887         (popup_toolbar_context_menu_cb), (free_dragged_item),
11888         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11889         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11890         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11891         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11892         (item_added_cb), (item_removed_cb),
11893         (egg_editable_toolbar_construct),
11894         (egg_editable_toolbar_disconnect_model),
11895         (egg_editable_toolbar_deconstruct),
11896         (egg_editable_toolbar_set_model),
11897         (egg_editable_toolbar_set_ui_manager),
11898         (egg_editable_toolbar_set_property),
11899         (egg_editable_toolbar_get_property),
11900         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11901         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11902         (egg_editable_toolbar_new_with_model),
11903         (egg_editable_toolbar_get_edit_mode),
11904         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11905         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11906         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11907         (new_pixbuf_from_widget), (new_separator_pixbuf),
11908         (update_separator_image), (style_set_cb),
11909         (_egg_editable_toolbar_new_separator_image),
11910         (egg_editable_toolbar_get_model):
11911         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11912         * cut-n-paste/toolbar-editor/egg-marshal.c:
11913         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11914         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11915         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11916         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11917         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11918         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11919         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11920         (editor_drag_data_delete_cb), (drag_data_get_cb),
11921         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11922         (editor_create_item), (update_editor_sheet), (setup_editor),
11923         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11924         (parse_item_list), (model_has_action), (update_actions_list),
11925         (egg_toolbar_editor_load_actions):
11926         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11927         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11928         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11929         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11930         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11931         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11932         (egg_toolbars_model_add_separator), (impl_add_item),
11933         (parse_item_list), (egg_toolbars_model_add_toolbar),
11934         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11935         (impl_get_item_data), (impl_get_item_type),
11936         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11937         (egg_toolbars_model_init), (free_toolbar),
11938         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11939         (egg_toolbars_model_remove_toolbar),
11940         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11941         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11942         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11943         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11944         (egg_toolbars_model_get_item_data),
11945         (egg_toolbars_model_get_item_type):
11946         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11947         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11948         * data/Makefile.am:
11949         * data/evince-toolbar.xml:
11950         * data/evince-ui.xml:
11951         * data/hand-open.png:
11952         * po/POTFILES.in:
11953         * shell/Makefile.am:
11954         * shell/ev-window.c: (update_chrome_visibility),
11955         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11956         (ev_window_dispose), (ev_window_init):
11957
11958         Implement epiphany like toolbar editor. Based on patch by
11959         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11960
11961 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11962
11963         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11964
11965         Use set_cursor instead of set_selection, so that
11966         the keyboard focus moves too.
11967
11968 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11969
11970         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11971
11972         Fix infinite loop when loading Type1 fonts
11973
11974 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11975
11976         * data/evince-ui.xml:
11977         * shell/ev-window.c:
11978
11979         Slash -> Find
11980
11981 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11982
11983         * configure.ac:
11984
11985         Make --disable really disable
11986
11987 2005-05-07  Juerg Billeter  <j@bitron.ch>
11988
11989         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11990
11991         Compare page labels even without has_labels set, fixes setting page
11992         with entry
11993
11994 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11995
11996         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11997         (ev_view_set_cursor), (ev_view_button_press_event),
11998         (ev_view_motion_notify_event), (ev_view_button_release_event),
11999         (ev_view_init):
12000
12001         Implement middle button scrolling. Based on a patch
12002         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12003
12004 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12005
12006         * shell/ev-document-types.c: (get_slow_mime_type),
12007         (get_document_type_from_mime), (ev_document_type_lookup):
12008         * shell/ev-document-types.h:
12009
12010         Change api to lookup from uri. Do fast lookup first, if the
12011         type is unknown try with data sniffing.
12012
12013         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12014         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12015
12016         Adapt to api change
12017
12018 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12019
12020         * thumbnailer/Makefile.am:
12021
12022         Fix distcheck
12023
12024 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12025
12026         * NEWS:
12027         * configure.ac:
12028
12029         Release 0.3.0
12030
12031         * data/evince-ui.xml:
12032
12033         Hide presentation mode for now
12034
12035         * shell/ev-view.c: (highlight_find_results):
12036
12037         Show current find selection only on current page
12038
12039 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12040
12041         * shell/ev-view.c: (ev_view_select_all):
12042
12043         Compute size of the actual page, not of
12044         the current one.
12045
12046 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12047
12048         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12049         (view_rect_to_doc_rect), (compute_selections),
12050         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12051         (ev_view_copy), (ev_view_primary_get_cb),
12052         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12053         (ev_view_button_press_event), (ev_view_motion_notify_event),
12054         (ev_view_button_release_event), (page_changed_cb):
12055
12056         Fix text selection
12057
12058 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12059
12060         * shell/ev-view.c: (compute_border), (get_page_extents),
12061         (doc_rect_to_view_rect), (highlight_find_results),
12062         (ev_view_bin_expose), (ev_view_select_all),
12063         (ev_view_motion_notify_event), (update_find_status_message),
12064         (jump_to_find_result), (jump_to_find_page):
12065
12066         First go at fixing search, still buggy
12067
12068 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12069
12070         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12071         dropdown box and button at the top of the sidebar.
12072
12073 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12074
12075         * configure.ac: Output zoom-control Makefile.
12076         * cut-n-paste/Makefile.am: build zoom-control subdir.
12077         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12078         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12079         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12080         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12081         * cut-n-paste/zoom-control/ephy-zoom.c:
12082         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12083         from epiphany, and modified to add a separator into the menu.
12084         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12085         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12086         zoom-control action.
12087         * shell/Makefile.am: Include zoom-control flags.
12088         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12089         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12090         (ev_view_zoom_for_size_presentation),
12091         (ev_view_zoom_for_size_continuous_and_dual_page),
12092         (ev_view_zoom_for_size_continuous),
12093         (ev_view_zoom_for_size_dual_page),
12094         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12095         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12096         ev_view_get_zoom and ev_view_get_sizing_mode.
12097         * shell/ev-view.h:
12098         * shell/ev-window.c: (update_action_sensitivity),
12099         (update_sizing_buttons), (zoom_control_changed_cb),
12100         (register_custom_actions): Initialize and use the zoom-control 
12101         widget.
12102
12103 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12104
12105         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12106         preview cache back to 1.  Don't know when it got set to 0.
12107         
12108         * shell/ev-view.c: (compute_border), (ev_view_realize),
12109         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12110         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12111         (ev_view_get_fullscreen), (ev_view_set_presentation),
12112         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12113         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12114         * shell/ev-view.h:
12115         * shell/ev-window.c:
12116         (update_chrome_visibility),
12117         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12118         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12119         (update_document_mode), (ev_window_update_fullscreen_action),
12120         (ev_window_fullscreen), (ev_window_unfullscreen),
12121         (ev_window_cmd_view_fullscreen),
12122         (ev_window_update_presentation_action),
12123         (ev_window_run_presentation), (ev_window_stop_presentation),
12124         (ev_window_cmd_view_presentation), (ev_window_state_event),
12125         (ev_window_focus_in_event), (ev_window_focus_out_event),
12126         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12127         * data/evince-ui.xml: Initial presentation mode.  We should
12128         probably hide this until it's done, as it's quite rough.  Also,
12129         change full-screen to fullscreen and add two getters to EvView.
12130
12131 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12132
12133         * shell/ev-page-action.c: (update_page_cache),
12134         (ev_page_action_dispose):
12135         * shell/ev-window.c: (destroy_fullscreen_popup),
12136         (ev_window_create_fullscreen_popup):
12137
12138         Use connect_object rather than explicitly
12139         disconnect on dispose.
12140
12141 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12142
12143         * shell/ev-page-action.c: (update_page_cache),
12144         (ev_page_action_dispose):
12145
12146 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12147
12148         * backend/ev-page-cache.c: (_ev_page_cache_new),
12149         (ev_page_cache_set_page_label),
12150         (ev_page_cache_has_nonnumeric_page_labels):
12151         * backend/ev-page-cache.h:
12152         * shell/ev-page-action.c: (update_pages_label):
12153         
12154         If all page labels are numeric, fallback to default
12155         way to display number of pages. See bug 173185.
12156
12157 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12158
12159         * shell/ev-page-action.c: (ev_page_action_dispose):
12160         * shell/ev-view.c: (view_update_range_and_current_page):
12161         * shell/ev-window.c: (ev_window_dispose):
12162         
12163         Set page on scroll in continuous mode. Fixes bug 301986.
12164         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12165
12166 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12167
12168         * configure.ac:
12169
12170         Require poppler 0.3.0
12171
12172 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12173         
12174         * shell/Makefile.am, configure.ac: Fix build problems
12175         with t1lib. Bug 301996.
12176
12177 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12178
12179         * shell/ev-view.c: (ev_view_scroll_event):
12180         
12181         Scroll up increase zoom
12182
12183 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12184
12185         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12186         (ev_view_set_sizing_mode),
12187         (ev_view_zoom_for_size_continuous_and_dual_page),
12188         (ev_view_zoom_for_size_continuous):
12189         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12190         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12191         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12192         (ev_window_init):
12193
12194         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12195         Fix for 165473 and 165472.
12196
12197 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12198
12199         * po/POTFILES.in:
12200         * thumbnailer/Makefile.am:
12201         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12202         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12203         * thumbnailer/evince-thumbnailer.schemas.in:
12204         
12205         Make thumbnailer schemas translatable. Fix for bug 301773
12206         
12207         * thumbnailer/evince-thumbnailer-djvu.schemas:
12208         * thumbnailer/evince-thumbnailer-dvi.schemas:
12209         * thumbnailer/evince-thumbnailer.schemas:
12210
12211         Removed files
12212
12213 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12214
12215         * shell/ev-view.c (ev_view_init): forgot to set this.
12216
12217 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12218
12219         * shell/ev-view.c: (find_page_at_location),
12220         (get_link_at_location),
12221         (ev_view_set_show_border), (ev_view_set_spacing),
12222         (ev_view_zoom_for_size_continuous_and_dual_page),
12223         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12224         Also, add a quick fix measuring of widths.  Also, removed
12225         ev_view_set_spacing and ev_view_set_show_border.
12226         
12227         * shell/ev-window.c: (ev_window_unfullscreen),
12228         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12229
12230 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12231
12232         * shell/ev-view.c: (view_update_range_and_current_page),
12233         (page_changed_cb):
12234         
12235         Fix crash on exit and scrolling to page in continuous view.
12236
12237 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12238
12239         * TODO:
12240         * backend/ev-page-cache.c: (_ev_page_cache_new),
12241         (ev_page_cache_get_max_width_size),
12242         (ev_page_cache_get_max_height_size):
12243         * backend/ev-page-cache.h:
12244         * data/evince-ui.xml:
12245         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12246         * shell/ev-view.c: (view_update_adjustments),
12247         (view_update_range_and_current_page), (get_bounding_box_size),
12248         (ev_view_size_request_continuous_and_dual_page),
12249         (ev_view_size_request_continuous),
12250         (ev_view_size_request_dual_page),
12251         (ev_view_size_request_single_page), (ev_view_size_request),
12252         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12253         (ev_view_bin_expose), (ev_view_expose_event),
12254         (ev_view_set_property), (ev_view_get_property),
12255         (ev_view_class_init), (ev_view_init), (ev_view_new),
12256         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12257         (ev_view_set_dual_page), (ev_view_set_full_screen),
12258         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12259         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12260         (ev_view_zoom_out), (zoom_for_size_fit_width),
12261         (zoom_for_size_best_fit),
12262         (ev_view_zoom_for_size_continuous_and_dual_page),
12263         (ev_view_zoom_for_size_continuous),
12264         (ev_view_zoom_for_size_dual_page),
12265         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12266         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12267         * shell/ev-view.h:
12268         * shell/ev-window.c: (update_action_sensitivity),
12269         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12270         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12271         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12272         (ev_window_cmd_view_zoom_out), (update_view_size),
12273         (ev_window_set_sizing_mode), (ev_window_init):
12274
12275         Add Continuous and Dual page modes.
12276
12277 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12278
12279         * dvi/dvi-document.c: (dvi_document_load),
12280         (dvi_document_thumbnails_get_thumbnail),
12281         (dvi_document_init_params): Fix up some mixups between
12282         width and height to correct thumbnail rendering.
12283
12284 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12285
12286         * dvi/mdvi-lib/private.h:
12287         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12288         
12289         Suppess output for kpathsea during font generation. Thanks to
12290         James Bowes
12291
12292 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12293
12294         * NEWS:
12295         * configure.ac:
12296
12297         Release 0.2.1
12298
12299         * Makefile.am: fix distcheck.
12300
12301 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12302
12303         * shell/ev-sidebar-links.c: (selection_changed_callback),
12304         (update_page_callback), (row_activated_callback),
12305         (job_finished_callback), (ev_sidebar_links_set_document):
12306         
12307         Fix for bug #169901. Double click on links expands tree.
12308
12309 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12310
12311         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12312         hard-coded style. Fix for bug 170111
12313
12314 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12315
12316         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12317         locking.
12318
12319 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12320
12321         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12322
12323 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12324
12325         * pdf/ev-poppler.cc:
12326         * shell/ev-view.c: (highlight_find_results):
12327
12328         Fix find on single page documents
12329
12330 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12331
12332         * data/evince.schemas.in: fix for bug 301390
12333
12334 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12335
12336         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12337         (ev_view_zoom_out), (ev_view_zoom_normal):
12338         * shell/ev-view.h:
12339         * shell/ev-window.c: (update_action_sensitivity),
12340         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12341         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12342         (ev_window_cmd_view_normal_size):
12343
12344         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12345         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12346         better than oom. 
12347
12348 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12349
12350         * configure.ac:
12351
12352         Depend on 2.57, 2.59 doesnt seem to be necessary
12353
12354 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12355
12356         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12357         (create_tool_item):
12358
12359         Put back total number of pages as (1 of 1234)
12360
12361 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12362
12363         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12364         remove the job.
12365
12366         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12367         function.  This helps debugging.
12368
12369 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12370
12371         * djvu/djvu-document.c: (djvu_document_class_init),
12372         (djvu_document_get_info), (djvu_document_document_iface_init):
12373         * dvi/dvi-document.c: (dvi_document_class_init),
12374         (dvi_document_get_info), (dvi_document_document_iface_init):
12375
12376         Dummy implementation of get_info method for dvi and
12377         djvu. Fix crashes with those backends
12378
12379 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12380
12381         * data/evince.desktop.in:
12382
12383         Add application/x-gzpostscript
12384
12385 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12386
12387         * data/evince.schemas.in: Added real long descriptions, 
12388         closes bug 172496 
12389
12390         * README: Added actual text, closes bug 171869
12391
12392 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12393
12394         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12395
12396         Thumbnail page 0
12397
12398 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12399
12400         * backend/ev-document-info.h:
12401
12402         s/GDate */GDate so we can just use g_free
12403
12404 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12405
12406         * shell/ev-window.c: (update_document_mode),
12407         (ev_window_setup_document):
12408
12409         Show the window in fullscreen when specified by
12410         the document
12411
12412 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12413
12414         * backend/ev-document.c: (ev_document_class_init),
12415         (ev_document_get_info), (ev_document_render_pixbuf):
12416         * backend/ev-document.h:
12417         * backend/ev-page-cache.c: (_ev_page_cache_new):
12418         * pdf/ev-poppler.cc:
12419         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12420         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12421         * ps/ps-document.c: (ps_document_class_init), (document_load),
12422         (ps_document_get_info), (ps_document_document_iface_init):
12423
12424         Remove get_title from the interface, we can just use document info
12425
12426 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12427
12428         * backend/Makefile.am:
12429         * backend/ev-document.c: (ev_document_render_get_info):
12430         * backend/ev-document.h:
12431         * pdf/ev-poppler.cc:
12432
12433         Initial support for document info. Based on jrb patch.
12434
12435 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12436
12437         * shell/ev-window.c: (ev_window_state_event),
12438         (ev_window_class_init), (ev_window_init):
12439         
12440         Doesn't show resize grip when maximized. See bug #301053
12441
12442 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12443
12444         * po/POTFILES.in:
12445         
12446         ev-sidebar-thumbnails now has translatable labels
12447         
12448         * shell/Makefile.am:
12449         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12450         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12451         (ev_sidebar_links_page_iface_init):
12452         * shell/ev-sidebar-links.h:
12453         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12454         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12455         (ev_sidebar_page_get_label):
12456         * shell/ev-sidebar-page.h:
12457         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12458         (ev_sidebar_thumbnails_set_document),
12459         (ev_sidebar_thumbnails_support_document),
12460         (ev_sidebar_thumbnails_get_label),
12461         (ev_sidebar_thumbnails_page_iface_init):
12462         * shell/ev-sidebar-thumbnails.h:
12463         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12464         (ev_sidebar_set_document):
12465         * shell/ev-sidebar.h:
12466         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12467         
12468         Small rework of sidebar code. Now sidebar pages should implement
12469         EvSidebarPage interface. That makes page management in EvSidebar
12470         easier. See bug #164811 for details
12471
12472 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12473
12474         * shell/ev-application.c: (ev_application_open):
12475         * shell/ev-document-types.c:
12476         
12477         Fix build error and small problem with application exit
12478
12479 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12480
12481         * thumbnailer/Makefile.am:
12482         * thumbnailer/evince-thumbnailer-djvu.schemas:
12483         * thumbnailer/evince-thumbnailer-dvi.schemas:
12484         
12485         Conditionally install schemas for djvu/dvi thumbnailer
12486
12487 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12488
12489         * shell/ev-document-types.h: 
12490         * shell/ev-document-types.c: 
12491         New files, handling the mapping from mimetypes to backends
12492         
12493         * shell/ev-window.c: 
12494         * thumbnailer/evince-thumbnailer.c:     
12495         Use the ev-document-types code
12496         
12497         * shell/Makefile.am: 
12498         Added new convenience library libevbackendfactory_la, containing
12499         the new mimetype->backend logic; moved the backends into it.
12500
12501         * thumbnailer/Makefile.am:
12502         Make the thumbnailer link with the libevbackend.la convenience
12503         library, rather than having a duplicate of the backend logic here.
12504
12505 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12506
12507         * shell/ev-stock-icons.c: constify some vars.
12508         * shell/ev-window.c: ditto.
12509
12510 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12511
12512         * ps/ps-document.c (get_page_orientation):
12513
12514         Respect document orientation 
12515
12516 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12517
12518         * djvu/Makefile.am:
12519         * dvi/Makefile.am:
12520         * shell/Makefile.am:
12521         
12522         Move library dependencies to components.
12523         
12524         * shell/ev-window.c: (update_window_title),
12525         (start_loading_document):
12526         
12527         Fix display of uris with spaces. Bug 168358.
12528
12529 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12530
12531         * shell/ev-sidebar-links.c: (selection_changed_cb):
12532         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12533         (ev_view_button_release_event), (ev_view_set_document):
12534         * shell/ev-view.h:
12535         * shell/ev-window.c: (find_bar_search_changed_cb):
12536         * shell/ev-window.h: Minor cleanups removing some dead code.
12537
12538 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12539
12540         * backend/ev-page-cache.c: (_ev_page_cache_new):
12541         
12542         Set current page to 0 if document has pages.
12543
12544 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12545
12546         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12547
12548         Initialize GError to NULL, fix a crash when loading fails.
12549
12550 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12551
12552         * shell/ev-window.c: (update_view_size):
12553
12554         Calculate shadow size only when there is actually
12555         a shadow.
12556
12557 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12558
12559         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12560         * shell/ev-view.h:
12561
12562         Allow setting view spacing, default to 0
12563
12564         * shell/ev-window.c: (ev_window_unfullscreen),
12565         (ev_window_cmd_view_fullscreen), (ev_window_init):
12566
12567         Remove spacing in fullscreen mode
12568
12569 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12570
12571         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12572         (ev_view_size_request), (expose_bin_window),
12573         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12574         * shell/ev-view.h:
12575         * shell/ev-window.c: (ev_window_unfullscreen),
12576         (ev_window_cmd_view_fullscreen):
12577
12578         Do not draw the border in fulscreen
12579
12580 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12581
12582         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12583         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12584         (find_page_at_location), (page_changed_cb):
12585
12586         Rework border calculation, so that I can more easily disable it.
12587         Code somewhat cleaner too.
12588
12589 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12590
12591         * backend/ev-page-cache.c: (ev_page_cache_init),
12592         (_ev_page_cache_new):
12593
12594         Remove some assertions, documents can have 0 pages.
12595         Make initial current page -1.
12596
12597         * shell/ev-page-action.c: (page_changed_cb):
12598
12599         Show "" if current page is -1
12600
12601         * shell/ev-window.c: (update_action_sensitivity),
12602         (ev_window_setup_document):
12603
12604         When document has 0 pages do not set the view
12605         and make nearly everything insensitive.
12606
12607 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12608
12609         * shell/ev-page-view.c:
12610         * shell/ev-page-view.h:
12611
12612         Remove unused files.
12613         
12614         * shell/ev-sidebar-thumbnails.c:
12615         (ev_sidebar_thumbnails_set_document):
12616         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12617         (ev_sidebar_supports_document):
12618         * shell/ev-sidebar.h:
12619         * shell/ev-window.c: (ev_window_setup_document):
12620         
12621         Doesn't show thumbnails if document has 1 page. Make
12622         sidebar menu entries sensitive only if if they have 
12623         sense. Fix bug 164811. 
12624
12625 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12626
12627         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12628         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12629         (ev_view_zoom_out), (ev_view_set_size):
12630
12631         Rework sizing to deal with documents with not uniform page
12632         size.
12633
12634 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12635
12636         * backend/ev-page-cache.c: (_ev_page_cache_new):
12637
12638         Fix several page size caching bugs
12639
12640 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12641
12642         * shell/ev-window.c: (set_action_properties):
12643
12644         Make all toolbar items translatable
12645
12646 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12647
12648         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12649         (save_page_list), (ps_document_save),
12650         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12651         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12652         (ps_document_ps_exporter_iface_init):
12653         * ps/ps-document.h:
12654
12655         Based on a patch by J�rg Billeter <j@bitron.ch>
12656         
12657         Implement print and save a copy for the ps backend.
12658
12659 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12660
12661         * backend/ev-document.h:
12662         * djvu/djvu-document.c: (djvu_document_can_get_text),
12663         (djvu_document_document_iface_init):
12664         * dvi/dvi-document.c: (dvi_document_can_get_text),
12665         (dvi_document_document_iface_init):
12666         * pdf/ev-poppler.cc:
12667         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12668         (pixbuf_document_document_iface_init):
12669         * ps/ps-document.c: (ps_document_can_get_text),
12670         (ps_document_document_iface_init):
12671         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12672         * shell/ev-window.c: (update_action_sensitivity):
12673
12674         Fix the crash when trying to copy in backends that doesnt
12675         support it. We can implement a better solution once we
12676         do real text selection.
12677
12678 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12679
12680         * data/evince-ui.xml:
12681         * shell/ev-window.c: (ev_window_cmd_escape):
12682         
12683         Work around the Escape conflict (find bar and unfullscreen)
12684
12685 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12686
12687         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12688         
12689         Fix for #300233. Next page correctly handles document end.
12690         
12691         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12692         (ev_sidebar_thumbnails_class_init),
12693         (ev_sidebar_thumbnails_set_document),
12694         (ev_sidebar_thumbnails_clear_job),
12695         (ev_sidebar_thumbnails_clear_model):
12696         
12697         Cleanup thumbnail jobs on document changes.
12698         
12699         * shell/ev-view.c: (add_scroll_binding_keypad),
12700         (add_scroll_binding_shifted), (ev_view_class_init):
12701         
12702         Shift + Space scrolls up. Fix for #173184
12703         
12704         * shell/ev-window.c: (ev_window_open_page),
12705         (ev_window_cmd_view_reload):
12706         
12707         Fix reload (Bug #300094)
12708
12709 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12710
12711         
12712         * dvi/mdvi-lib/assoc.c:
12713         * dvi/mdvi-lib/assoc.h: Removed garbage files
12714         
12715         * dvi/mdvi-lib/bitmap.c:
12716         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12717         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12718         * dvi/mdvi-lib/color.h: Antialias of rules
12719         
12720         * dvi/mdvi-lib/common.h:
12721         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12722         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12723         * dvi/mdvi-lib/files.c:
12724         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12725         * dvi/mdvi-lib/mdvi.h:
12726         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12727         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12728         * dvi/mdvi-lib/util.c: Fix compile warnings
12729         
12730         * dvi/dvi-document.c:
12731         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12732         (dvi_document_thumbnails_get_thumbnail),
12733         (dvi_document_document_thumbnails_iface_init):
12734         * dvi/mdvi-lib/Makefile.am:
12735         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12736         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12737         
12738         Dvi backend now renders thumbnails
12739
12740 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12741
12742         * shell/main.c: (main): 
12743         
12744         Save accelerators on exit. Fixes bug #172095.
12745
12746 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12747
12748         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12749         update priority" comment.
12750
12751         * backend/ev-job-queue.c: Give a way to change priority.
12752
12753 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12754
12755         * shell/ev-page-action.c: Fix logic.
12756
12757 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12758
12759         * shell/ev-view.c: (ev_view_can_find_next):
12760         * shell/ev-window.c: (ev_window_setup_document):
12761
12762         Check that the document supports find
12763
12764 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12765
12766         * data/evince-ui.xml:
12767         * shell/ev-view.c: (ev_view_can_find_next):
12768         * shell/ev-view.h:
12769         * shell/ev-window.c: (update_action_sensitivity),
12770         (find_changed_cb), (ev_window_setup_document),
12771         (ev_window_cmd_edit_find_next):
12772
12773         Add Edit->Find Next
12774
12775 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12776
12777         * pdf/ev-poppler.cc:
12778         * shell/ev-print-job.c: (idle_print_handler):
12779
12780         Make printing work again
12781
12782 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12783
12784         * shell/ev-page-action.h:
12785         * shell/ev-page-action.c: (ev_page_action_widget_init),
12786         (ev_page_action_widget_class_init), (page_changed_cb),
12787         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12788         (get_filter_model_from_model), (match_selected_cb),
12789         (display_completion_text), (match_completion), (update_model),
12790         (connect_proxy), (ev_page_action_set_property),
12791         (ev_page_action_get_property), (ev_page_action_set_document),
12792         (ev_page_action_set_model), (ev_page_action_class_init): Big
12793         reworking to make completions work iff we have >= GTK-2.7.0
12794                 
12795         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12796         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12797         (job_finished_cb): We now have a 'model' property that is set when
12798         the links are loaded.  This can be caught with "notify::model"
12799
12800         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12801         listen for the model to be set, and propagate it to the action.
12802
12803 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12804
12805         * cut-n-paste/recent-files/egg-recent-item.c:
12806         (egg_recent_item_set_uri), (make_valid_utf8),
12807         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12808         * cut-n-paste/recent-files/egg-recent-item.h:
12809         
12810         Update egg-recent from libegg. This should fix long
12811         startup problem. For details see
12812         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12813
12814 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12815
12816         * cut-n-paste/recent-files/Makefile.am:
12817         * data/evince-ui.xml, shell/Makefile.am:
12818         * shell/ev-application.c, shell/ev-application.h:
12819         * shell/ev-window.c: Recent files support.
12820         
12821         * configure.ac: Added "ru" to ALL_LINGUAS.
12822         
12823         * dvju: new backend to support DJVU files.
12824         * dvi: new backend to support DVI.
12825
12826         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12827         * ev-application.c: Support for new backends.
12828         
12829         * help, ev-window.c, main.c shell/Makefile.am: 
12830         Evince user documentation.
12831
12832 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12833
12834         * po/POTFILES.in:
12835         * shell/ev-window.c:
12836         * thumbnailer/evince-thumbnailer.c:
12837
12838         s/pdf-document/ev-poppler
12839
12840 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12841
12842         * NEWS:
12843         * configure.ac:
12844
12845         Release 0.2.0
12846
12847         * ps/ps-document.c: (setup_pixmap):
12848
12849         Remove debug code
12850
12851 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12852
12853         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12854         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12855         (ev_window_cmd_go_first_page): Fix of by one errors.
12856
12857 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12858
12859         * ps/ps-document.c: (get_page_box):
12860
12861         Fix page size calculation
12862
12863 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12864
12865         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12866         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12867         (get_page_orientation), (setup_page), (document_load),
12868         (ps_document_get_page_size), (render_pixbuf_idle):
12869         * ps/ps-document.h:
12870
12871         More refactoring to adapt to EvDocument changes
12872
12873 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12874
12875         * ps/ps-document.c: (start_interpreter):
12876
12877         Actually add alpha args
12878
12879 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12880
12881         * pdf/ev-poppler.cc:
12882
12883         Make clipboard work again
12884
12885 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12886
12887         Make searching work again.
12888         
12889         * backend/ev-document.c:
12890         * backend/ev-document.h:
12891         * backend/ev-document-find.c:
12892         * backend/ev-document-find.h: Change EvDocumentIface so we no
12893         longer store the current page or zoom level in the document.  The
12894         consequence is that all calls that operate on the current page now
12895         instead take the page number as an extra argument, and all
12896         coordinates are now doubles in document coordinate system.
12897
12898         * pdf/ev-poppler.cc:
12899         * pixbuf/pixbuf-document.c:
12900         * ps/ps-document.c: Update backends accordingly.
12901
12902 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12903
12904         * autogen.sh:
12905
12906         Add required gettext version
12907
12908 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12909
12910         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12911         make F1 bring up non-existent help.
12912
12913         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12914         epiphany's find bar, #167477
12915
12916         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12917         <emil@nishra.com> to add space-bar scrolling, 
12918
12919         * shell/ev-window.c (static GtkActionEntry entries): add default
12920         keybinding for Help (F1)
12921         Fixes #171068
12922
12923         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12924         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12925         170110
12926
12927 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12928
12929         * Makefile.am: 
12930         * pixbuf/pixbuf-document.c: 
12931
12932         Got pixbuf backend working again
12933
12934 2005-04-01  Steve Murphy  <murf@e-tools.com>
12935
12936         * configure.in: Added "rw" to ALL_LINGUAS.
12937
12938 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12939
12940         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12941         model types, noticed by Martin Kretzschmar.
12942
12943 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12944
12945         * pdf/ev-poppler.cc: Implement search based on
12946         poppler_page_find_text().  Currently a bit crude since we remember
12947         all matches from all pages.  Also, we grab the big document lock
12948         when we search since searching changes the underlying stream and
12949         thus conflicts with the rendering thread.
12950         
12951         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12952         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12953         (ev_view_find_previous): Fix some page indexes to be 0 based,
12954         offset rubber band by view offset,
12955
12956 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12957
12958         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12959
12960 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12963         completely because I didn't understand GtkActions.  I should
12964         read Marco's code more carefully in the future.
12965
12966         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12967         function
12968
12969 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12970
12971         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12972         PopplerRectangle change from poppler CVS.
12973
12974 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12975
12976         * backend/ev-document.c: (ev_document_get_page_label):
12977         * backend/ev-document.h:
12978         * backend/ev-page-cache.c: (_ev_page_cache_new),
12979         (ev_page_cache_get_page_label):
12980         * backend/ev-page-cache.h:
12981         * pdf/ev-poppler.cc:
12982         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12983         (links_page_num_func):
12984         * shell/ev-sidebar-thumbnails.c:
12985         (ev_sidebar_thumbnails_set_document):
12986         * shell/ev-view.c: (status_message_from_link),
12987         (ev_view_motion_notify_event):
12988         * shell/ev-window.c: (document_supports_sidebar): Add in page
12989         label support.  It's not perfect yet, but it's the first 'feature'
12990         in a while.
12991         Also, fix a bogus comment noticed by crispin. 
12992
12993 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12994
12995         * Makefile.am: Remove pixbuf backend for now
12996
12997         * configure.ac: Require poppler-glib instead of just poppler.
12998
12999         * backend/ev-document-thumbnails.h: Add a comment
13000
13001         * backend/ev-document.h:
13002         * backend/ev-document.c: (ev_document_class_init),
13003         (ev_document_load), (ev_document_get_link),
13004         (ev_document_get_links): Remove 3 methods and add get_links.
13005         Also, made 0 based.
13006
13007         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13008         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13009
13010         * backend/ev-link.c: (ev_link_set_title),
13011         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13012         (ev_link_mapping_find):
13013         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13014         
13015         * backend/ev-page-cache.c: (ev_page_cache_init),
13016         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13017         (ev_page_cache_get_size), (ev_page_cache_next_page),
13018         (ev_page_cache_prev_page): Fix to be 0 based.
13019
13020         * pdf/Makefile.am: 
13021         * pdf/ev-poppler.h:
13022         * pdf/ev-poppler.cc: New backend.
13023         
13024         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13025         (ps_document_get_page), (ps_document_document_iface_init):
13026
13027         * shell/ev-pixbuf-cache.h:
13028         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13029         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13030         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13031         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13032         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13033         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13034         based.
13035         
13036         * shell/ev-sidebar-thumbnails.c:
13037         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13038         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13039
13040         * shell/ev-view.c: (status_message_from_link),
13041         (find_page_at_location), (get_link_at_location),
13042         (ev_view_motion_notify_event), (ev_view_button_release_event),
13043         (ev_view_init): Use the new link code.  Fix to be 0 based.
13044
13045         * shell/ev-window.c: (update_action_sensitivity),
13046         (document_supports_sidebar): 0 based.
13047
13048 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13049
13050         * pdf/pdf-document.cc: Patch from Fernando Herrera
13051         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13052         *blush*
13053
13054 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13055
13056         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13057         1 to the page, as this seems to be 1 based.  I thought we has this
13058         fixed.  grump.
13059
13060 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13061
13062         * TODO:
13063         * backend/Makefile.am:
13064         * backend/ev-document-links.c:
13065         (ev_document_links_has_document_links),
13066         (ev_document_links_get_links_model):
13067         * backend/ev-document-links.h:
13068         * backend/ev-document.c: (ev_document_get_page_cache),
13069         (ev_document_get_doc_mutex), (ev_document_load),
13070         (ev_document_save), (ev_document_get_title),
13071         (ev_document_get_n_pages), (ev_document_set_page),
13072         (ev_document_get_page), (ev_document_set_target),
13073         (ev_document_set_scale), (ev_document_set_page_offset),
13074         (ev_document_get_page_size), (ev_document_get_text),
13075         (ev_document_get_link), (ev_document_render),
13076         (ev_document_render_pixbuf), (ev_document_scale_changed):
13077         * backend/ev-document.h:
13078         * backend/ev-job-queue.c: (remove_object_from_queue),
13079         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13080         (no_jobs_available_unlocked), (ev_render_thread),
13081         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13082         (ev_job_queue_remove_job):
13083         * backend/ev-job-queue.h:
13084         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13085         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13086         (ev_job_links_class_init), (ev_job_render_init),
13087         (ev_job_render_dispose), (ev_job_render_class_init),
13088         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13089         (ev_job_thumbnail_class_init), (ev_job_finished),
13090         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13091         (ev_job_render_run), (ev_job_thumbnail_new),
13092         (ev_job_thumbnail_run):
13093         * backend/ev-jobs.h:
13094         * backend/ev-link.c:
13095         * backend/ev-link.h:
13096         * backend/ev-page-cache.c: (ev_page_cache_init),
13097         (ev_page_cache_class_init), (ev_page_cache_finalize),
13098         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13099         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13100         (ev_page_cache_set_link), (ev_page_cache_get_title),
13101         (ev_page_cache_get_size), (ev_page_cache_next_page),
13102         (ev_page_cache_prev_page):
13103         * backend/ev-page-cache.h:
13104         * pdf/pdf-document.cc:
13105         * ps/gsdefaults.c:
13106         * ps/gsdefaults.h:
13107         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13108         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13109         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13110         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13111         (is_interpreter_ready), (output), (catchPipe), (input),
13112         (start_interpreter), (check_filecompressed), (compute_dimensions),
13113         (ps_document_enable_interpreter), (document_load),
13114         (ps_document_next_page), (render_page), (ps_document_set_page),
13115         (ps_document_set_scale), (render_pixbuf_idle),
13116         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13117         * ps/ps-document.h:
13118         * shell/Makefile.am:
13119         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13120         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13121         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13122         (ev_pixbuf_cache_new), (job_finished_cb),
13123         (check_job_size_and_unref), (move_one_job),
13124         (ev_pixbuf_cache_update_range), (find_job_cache),
13125         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13126         (ev_pixbuf_cache_add_jobs_if_needed),
13127         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13128         * shell/ev-pixbuf-cache.h:
13129         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13130         (idle_print_handler):
13131         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13132         (selection_changed_cb), (create_loading_model),
13133         (ev_sidebar_links_construct), (links_page_num_func),
13134         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13135         (update_page_callback), (job_finished_cb),
13136         (ev_sidebar_links_set_document):
13137         * shell/ev-sidebar-thumbnails.c:
13138         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13139         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13140         (page_changed_cb), (thumbnail_job_completed_callback),
13141         (ev_sidebar_thumbnails_set_document):
13142         * shell/ev-sidebar-thumbnails.h:
13143         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13144         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13145         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13146         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13147         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13148         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13149         (ev_view_button_release_event), (ev_view_scroll_view),
13150         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13151         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13152         (ev_view_new), (job_finished_cb), (page_changed_cb),
13153         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13154         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13155         (ev_view_find_previous):
13156         * shell/ev-view.h:
13157         * shell/ev-window.c: (update_action_sensitivity),
13158         (ev_window_open_page), (update_window_title), (update_total_pages),
13159         (page_changed_cb), (ev_window_setup_document),
13160         (password_dialog_response), (ev_window_cmd_save_as),
13161         (ev_window_print), (ev_window_cmd_go_previous_page),
13162         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13163         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13164         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13165         * shell/main.c: (main):
13166
13167         Merge evince-threads branch
13168
13169 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13170
13171         * configure.ac: Added "lt" to ALL_LINGUAS.
13172
13173 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13174
13175         * NEWS:
13176         * configure.ac:
13177
13178         Release 0.1.9
13179
13180 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13181
13182         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13183
13184         Fix here also the thumbnails 1-basedness :)
13185
13186 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13187
13188         * NEWS:
13189         * configure.ac:
13190
13191         Release 0.1.8
13192
13193 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13194
13195         * pdf/pdf-document.cc:
13196         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13197         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13198
13199         Fix the mess we did with thumbnails and 1-basedness
13200
13201 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13202
13203         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13204
13205 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * NEWS:
13208         * configure.ac:
13209
13210         Release 0.1.7
13211
13212 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * ps/Makefile.am:
13215         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13216         (gtk_gs_defaults_get_alpha_parameters),
13217         (gtk_gs_defaults_get_ungzip_cmd),
13218         (gtk_gs_defaults_get_unbzip2_cmd):
13219         * ps/gsdefaults.h:
13220         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13221         (ps_document_get_orientation), (document_load),
13222         (ps_document_goto_page), (ps_document_set_page_size):
13223         * ps/ps-document.h:
13224
13225         Some more sanitization of the ps backend. Remove a lot
13226         of unused code and do not base our defaults on ggv
13227         preferences (ugh!)
13228
13229 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13230
13231         * thumbnailer/evince-thumbnailer.schemas:
13232         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13233         (main): add -s option for thumbnail size.
13234
13235 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13236
13237         * configure.ac:
13238
13239         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13240         remove it.
13241
13242 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13243
13244         * pdf/pdf-document.cc:
13245
13246         Remove 4 pixels of useless border from the
13247         thumbnail.
13248
13249 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * backend/ev-document-thumbnails.c:
13252         (ev_document_thumbnails_get_thumbnail):
13253         * backend/ev-document-thumbnails.h:
13254
13255         Rework API a bit. Add a border flag and
13256         change sizing logic (now the size we specify
13257         applies to the bigger dimension).
13258
13259         * pdf/pdf-document.cc:
13260         * pixbuf/pixbuf-document.c:
13261         (pixbuf_document_thumbnails_get_thumbnail):
13262         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13263         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13264
13265         Adapt to the new API and do not draw a border for nautilus
13266         thumbnailer.
13267
13268 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13269
13270         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13271         take thumbnails from page "0" instead of "1". Added a copyright header.
13272
13273 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13274
13275         * ps/ps-document.c: (set_up_page), (start_interpreter):
13276
13277         Make it C89 compliant
13278
13279 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * Makefile.am:
13282         * configure.ac:
13283         * pdf/.cvsignore:
13284         * pdf/pdf-document.cc:
13285         * thumbnailer/Makefile.am:
13286         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13287         (main):
13288         * thumbnailer/evince-thumbnailer.schemas:
13289         * thumbnailer/pdf-icon.png:
13290
13291         Add a nautilus thumbnailer.
13292         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13293
13294 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * NEWS:
13297         * configure.ac:
13298         * po/POTFILES.in:
13299
13300         Release 0.1.6
13301
13302 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13303
13304         Use poppler instead of including xpdf source code.  Poppler is a
13305         fork of xpdf to build it as a shared library. See
13306         http://freedesktop.org/wiki/Software/poppler.
13307
13308         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13309         xpdf fork.
13310         
13311         * pdf/Makefile.am: Build libpdfdocument.a here.
13312         
13313         * pdf/GDKSplashOutputDev.cc:
13314         * pdf/GDKSplashOutputDev.h:
13315         * pdf/GnomeVFSStream.cc:
13316         * pdf/GnomeVFSStream.h:
13317         * pdf-document.cc:
13318         * pdf-document.h:
13319         * test-gdk-output-dev.cc
13320         * Thumb.cc:
13321         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13322         against poppler.
13323
13324 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13325
13326         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13327
13328         Clear idle stack before unsetting the document
13329
13330 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * ps/ps-document.c: (ps_document_widget_event),
13333         (ps_document_set_target), (ps_document_finalize),
13334         (ps_document_get_page):
13335
13336         Disconnect the widget event signal on finalize.
13337         Some code cleanups.
13338
13339 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13340
13341         * ps/ps-document.c: (set_up_page):
13342
13343         If there is no bpixmap create one, even if size
13344         is not changed.
13345
13346 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13349         (set_up_page), (document_load), (ps_document_set_zoom):
13350
13351         Default page is 0. Calculate size even when we have no
13352         target yet.
13353
13354 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13355
13356         * shell/ev-sidebar.c: expand the selection widget to be always as
13357         wide as the sidebar
13358
13359 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13360
13361         * shell/ev-sidebar-thumbnails.c:
13362         (ev_sidebar_thumbnails_set_document):
13363
13364         Clear the list store when setting document
13365
13366 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * shell/ev-page-action.c: (update_entry), (sync_entry),
13369         (activate_cb), (entry_size_request_cb), (create_tool_item),
13370         (connect_proxy):
13371
13372         Use an entry for the page control instead of spinbuttons
13373
13374 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * data/evince.schemas.in:
13377
13378         Correct confusing string
13379
13380 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13381
13382         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13383         for real.  Gosh, how long has this been broken.
13384
13385         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13386         check for a NULL link.  We crash otherwise.
13387
13388 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * NEWS:
13391         * configure.ac:
13392
13393         Release 0.1.5
13394
13395 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13396
13397         * configure.ac: add the french translation.
13398
13399 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13400
13401         * shell/ev-window.c:
13402
13403         Remove unused header -> fix distcheck
13404
13405 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * shell/ev-window.c: (update_window_title),
13408         (ev_window_popup_password_dialog):
13409
13410         Unescape filename for display
13411
13412 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * pdf/xpdf/pdf-document.cc:
13415
13416         In get_page_size deal with rotation. Also
13417         cleanup the function a bit.
13418
13419 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * pdf/xpdf/pdf-document.cc:
13422
13423         Fix crash when opening in new window
13424
13425 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * configure.ac:
13428
13429         Check ghostscript >= 7
13430
13431 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13432
13433         * shell/ev-window.c:
13434
13435         Make page width the default sizing mode
13436
13437 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13438         Marco Pesenti Gritti <marco@gnome.org>
13439
13440         * shell/ev-window.c: Remember the sidebar size
13441
13442         * data/evince.schemas.in: Add a new gconf key to store the size of
13443         the sidebar
13444
13445 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13446
13447         * data/evince-ui.xml:
13448         * shell/ev-window.c: (update_action_sensitivity),
13449         (ev_window_cmd_view_reload):
13450         
13451         Add a "Reload" action and menu entry
13452
13453 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13454
13455         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13456         iff the type doesn't support thumbnailing and indexing.
13457
13458 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13459
13460         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13461
13462 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * pdf/splash/Splash.cc:
13465
13466         Port fix for a crasher from kde bug
13467         http://bugs.kde.org/show_bug.cgi?id=97131
13468
13469 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * pdf/xpdf/pdf-document.cc:
13472
13473         Return a link even if it's of an unrecognized
13474         type. Otherwise we go in an infinte cycle.
13475
13476 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13479         (size_allocate_cb), (ev_window_set_sizing_mode):
13480
13481         Update size when switching mode
13482
13483 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13484
13485         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13486         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13487         (ev_window_cmd_view_normal_size):
13488
13489         Fix size toggle buttons behavior
13490
13491 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13494         (doc_rect_to_view_rect), (ev_view_size_allocate),
13495         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13496         (scale_changed_callback):
13497
13498         Do not cache offsets in size_allocate.
13499
13500 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * shell/ev-view.c: (ev_view_size_allocate):
13503
13504         Calculate offsets before calling the parent
13505         class (which does a redraw)
13506
13507 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * pdf/xpdf/pdf-document.cc:
13510
13511         Fix a crasher on exit. Unused code, put a TODO
13512
13513 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * backend/ev-document.c: (ev_document_class_init),
13516         (ev_document_page_changed), (ev_document_scale_changed):
13517         * backend/ev-document.h:
13518
13519         Separate page/scale notifications
13520
13521         * pdf/xpdf/pdf-document.cc:
13522
13523         Emit the new signals.
13524         Do not display the pdf page in _render, do it
13525         when scale/page are requested.
13526
13527         * ps/ps-document.c: (ps_document_set_zoom),
13528         (ps_document_widget_event):
13529         * ps/ps-document.h:
13530
13531         Emit the new signals.
13532
13533         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13534         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13535         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13536         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13537         * shell/ev-view.h:
13538         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13539         (ev_window_cmd_view_page_width), (size_allocate_cb),
13540         (ev_window_set_sizing_mode):
13541
13542         Rework sizing to be pixel based.
13543         There are bugs but should be already way better.
13544
13545 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * shell/ev-window.c: (ev_window_init):
13548
13549         Do not allow to shrink sidebar smaller then
13550         child requisition
13551
13552 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13553
13554         * shell/ev-sidebar.[ch]
13555         * shell/ev-window.c:
13556
13557         Improved sidebar widget. Fixes #166683
13558
13559 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13560
13561         * shell/ev-view.c (update_find_status_message): Give translators
13562         more flexibility with ngettext plural handling.
13563
13564 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13565
13566         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13567         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13568         page when we get the page size.
13569
13570 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13571
13572         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13573
13574         ps pages are 0 based, convert 
13575
13576 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13577
13578         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13579
13580         Initialize correct parent class. Set GError on document load
13581
13582 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * pdf/xpdf/pdf-document.cc:
13585
13586         Fixup selection offset calculation
13587
13588         * shell/ev-view.c: (view_rect_to_doc_rect),
13589         (doc_rect_to_view_rect), (ev_view_size_allocate),
13590         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13591         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13592
13593         Store selection as document relative, so that zooming
13594         and offset changing doesnt break it.
13595
13596 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * shell/ev-view.c: (ev_view_best_fit):
13599
13600         Do not try to best fit if the view is not realized
13601
13602 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13603           
13604         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13605
13606 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13607
13608         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13609
13610 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13611
13612         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13613         the popup window.  That prevents it resizing when in full screen
13614         mode.
13615
13616         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13617         multiple rerenders.  This pretty much sucks.
13618
13619         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13620         rest of the toolbar.
13621
13622 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13623
13624         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13625
13626 2005-02-17  Alexander Shopov  <ash@contact.bg>
13627
13628         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13629
13630 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13631
13632         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13633
13634 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13635
13636         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13637         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13638         (set_document_page), (document_changed_callback),
13639         (ev_view_set_document), (ev_view_find_previous),
13640         (ev_view_hide_cursor), (ev_view_show_cursor):
13641         * shell/ev-view.h:
13642         * shell/ev-window.c: (update_chrome_visibility),
13643         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13644         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13645         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13646         (ev_window_unfullscreen):
13647         * shell/main.c: (main):
13648
13649         Automatically hide the fullscreen button.
13650         Patch by Kristian Høgsberg <krh@redhat.com>
13651
13652 2005-02-16  Vincent Noel  <vnoel@cox.net>
13653
13654         * shell/main.c (main): Specify an icon for the window. Patch by
13655         Jaap A. Haitsma. Fixes #166177.
13656
13657 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13658
13659         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13660
13661 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13662
13663         * backend/ev-document-misc.h:
13664         * backend/ev-document-misc.c:
13665         (ev_document_misc_get_page_border_size),
13666         (ev_document_misc_paint_one_page): New function to canonicalize
13667         sizing/painting a border.
13668
13669         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13670         used.
13671
13672         * pdf/xpdf/pdf-document.cc: use new function
13673
13674         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13675         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13676         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13677         shell/ev-window.c: (update_sizing_buttons),
13678         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13679         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13680         (ev_window_cmd_view_page_width), (size_allocate_cb),
13681         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13682         and "fit width" values act as toggle buttons so they stay
13683         toggled.  It's not 100% perfect, and it's a little slow, but it's
13684         good enough to commit I think.
13685
13686 2005-02-15  David Lodge  <dave@cirt.net>
13687
13688         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13689
13690 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13691
13692         * shell/ev-window.c (update_window_title): replace newlines in
13693         the title by spaces. Bug #166107.
13694
13695 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13696
13697         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13698         parameters providing allocation width and height without
13699         scrollbars and width of a possible vertical scrollbar. With this
13700         additional information the functions can work as
13701         intended. Unfortunately they're not idempotent. We should
13702         transform these commands to toggles. Fixes Bug #164976
13703         Initial patch by Stephane Loeuillet, then heavily modified.
13704
13705         * shell/ev-view.h: update prototypes.
13706
13707         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13708         (ev_window_cmd_view_page_width): provide EvView fit functions with
13709         all the information they need. Formulas to calculate this
13710         information taken from GtkScrolledWindow.
13711
13712 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13713
13714         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13715         created a thumbnail, the list store is updated to know
13716         that the thumbnail is set. Fixes bug #166792
13717
13718 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13719
13720         * shell/ev-window.c: fixed typo, closes bug 166897
13721
13722         * TODO: updated TODO with bug numbers that are relevant
13723
13724 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13725
13726         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13727
13728 2005-02-09  Vincent Noel  <vnoel@cox.net>
13729
13730         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13731         and "Next" toolbar buttons as important to make them stand out.
13732
13733 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * lib/ev-debug.c:
13736         * lib/ev-debug.h:
13737         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13738         (start_interpreter), (stop_interpreter), (document_load),
13739         (ps_document_next_page), (ps_document_goto_page),
13740         (ps_document_set_page_size), (ps_document_widget_event),
13741         (ps_document_render):
13742         * shell/ev-page-view.c: (ev_page_view_dispose):
13743         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13744
13745         Fix compilation on non-gcc platforms
13746
13747 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * NEWS:
13750         * configure.ac:
13751
13752         Release 0.1.4
13753
13754         * pdf/xpdf/Catalog.cc:
13755         * pdf/xpdf/XRef.cc:
13756
13757         Fix the fix for CAN-2004-0888
13758
13759 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13760
13761         * data/Makefile.am:
13762         * data/evince-ui.xml:
13763         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13764         * shell/ev-stock-icons.h:
13765         * shell/ev-window.c: (update_action_sensitivity),
13766         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13767         (set_action_properties):
13768
13769         Improve toolbar layout/icons
13770
13771 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13772
13773         * pdf/xpdf/pdf-document.cc:
13774
13775         Add warnings about unimplemented/unknown link
13776         types.
13777
13778 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13779
13780         * ps/ps-document.c: (set_up_page):
13781
13782         Log gs property
13783
13784 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13785
13786         * ps/ps-document.c: (start_interpreter):
13787
13788         Log gs env var
13789
13790 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13791
13792         * shell/ev-page-view.c: (ev_page_view_dispose):
13793         * shell/ev-view.c: (ev_view_finalize):
13794         * shell/ev-window.c: (ev_window_setup_document),
13795         (ev_window_dispose), (ev_window_init):
13796
13797         Solve more refs issues.
13798
13799         I commented out the page_view initialization for now:
13800         it was never destroyed (because it's never added
13801         to a container). Because of that we was leaking
13802         gs processes. Couldnt think to a clean fix.
13803         We need to figure this out, password view has the
13804         same issue probably.
13805
13806 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13807
13808         * ps/ps-document.c: (ps_document_finalize),
13809         (ps_document_get_n_pages), (ps_document_get_page):
13810
13811         Some cleanups, stop the interpreter on finalize
13812
13813         * shell/ev-page-view.c: (ev_page_view_dispose),
13814         (ev_page_view_class_init):
13815
13816         Release our reference on the document
13817
13818 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * Makefile.am:
13821         * configure.ac:
13822         * doc/debugging.txt:
13823         * lib/.cvsignore:
13824         * lib/Makefile.am:
13825         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13826         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13827         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13828         * lib/ev-debug.h:
13829
13830         Add debugging helpers
13831
13832         * ps/Makefile.am:
13833         * ps/ps-document.c: (set_up_page), (start_interpreter),
13834         (stop_interpreter), (document_load), (ps_document_next_page),
13835         (ps_document_goto_page), (ps_document_set_page_size),
13836         (ps_document_widget_event), (ps_document_render):
13837         * shell/Makefile.am:
13838         * shell/ev-view.c: (expose_bin_window):
13839         * shell/main.c: (main):
13840
13841         Add some logs
13842         
13843 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * ps/ps-document.c: (ps_document_widget_event):
13846
13847         Initialize message_window, this should make ps
13848         rendering really work! (Never noticed because I was
13849         testing with a ps that is causing gs to exit every time!)
13850
13851 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13852
13853         * data/evince.schemas.in: updated simple error in applyto closing tag
13854
13855 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13856
13857         * Makefile.am:
13858         * configure.ac:
13859         * data/.cvsignore:
13860         * data/Makefile.am:
13861         * data/evince-ui.xml:
13862         A data/evince.schemas.in:
13863         * po/POTFILES.in:
13864         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13865         * shell/ev-stock-icons.h:
13866         * shell/ev-window.c: (update_chrome_visibility),
13867         (update_chrome_flag), (ev_window_cmd_edit_find),
13868         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13869         (ev_window_unfullscreen), (ev_window_focus_in_event),
13870         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13871         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13872         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13873         (ev_window_dispose), (ev_window_class_init),
13874         (set_action_properties), (set_chrome_actions), (load_chrome),
13875         (ev_window_init):
13876
13877         Implement fullscreen mode changes from bug #164776.
13878         Also implement persistent chrome toggles.
13879
13880 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13881
13882         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13883
13884 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13885
13886         * NEWS:
13887         * configure.ac:
13888         * shell/ev-view.c:
13889
13890         Add another check for find interface
13891
13892         Release 0.1.3
13893
13894 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13895
13896         * shell/ev-application.c: (ev_application_open):
13897         * shell/ev-window.c: (ev_window_open):
13898
13899         Open gzipped ps documents
13900
13901 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13902
13903         * TODO:
13904         * shell/ev-view.c: (set_document_page):
13905
13906         Clamp page number, dont try to move to
13907         not existant pages.
13908
13909 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13910
13911         * backend/ev-document-find.c: (ev_document_find_changed):
13912         * backend/ev-document-find.h:
13913         * pdf/xpdf/pdf-document.cc:
13914         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13915         * shell/ev-window.c: (find_bar_search_changed_cb):
13916
13917         Fix several bugs with find
13918
13919 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13920
13921         * shell/ev-sidebar-thumbnails.c
13922         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13923         document. Prevents warning from scroll_to_cell.
13924
13925 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13926
13927         * configure.ac: Add «nb» to ALL_LINGUAS too.
13928
13929 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13930
13931         * NOTES: New file with some random thoughts.
13932
13933         * TODO: Update.
13934
13935         * backend/ev-document-misc.c:
13936         (ev_document_misc_get_page_border_size): New function to
13937         canonicalize shadow drawing sizes.  Possibly goofy.
13938
13939         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13940         (ev_view_best_fit), (ev_view_fit_width):
13941         * pdf/xpdf/pdf-document.cc:
13942         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13943         * ps/ps-document.c: (ps_document_get_page_size):
13944         * backend/ev-document-misc.h:
13945         * backend/ev-document.c: (ev_document_get_page_size):
13946         * backend/ev-document.h: get_page_size now takes a page number
13947         parameter.  Made all the backends/frontends honor it.
13948
13949         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13950         see.  Doesn't work yet.
13951
13952         * shell/Makefile.am:
13953         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13954         Doesn't do anything yet.
13955
13956         * shell/ev-sidebar-thumbnails.c:
13957         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13958         [0..n_pages-1]
13959
13960         * shell/ev-window.c: (update_action_sensitivity),
13961         (ev_window_setup_document), (ev_window_set_page_mode),
13962         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13963         view-swapping code a bit so we can have multiple views on a
13964         document.  Add the multi-page view, though it can't be turned on
13965         yet.
13966
13967 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * shell/ev-application.c: (ev_application_open):
13970         * shell/ev-view.c: (expose_bin_window):
13971         * shell/ev-window.c: (ev_window_open):
13972
13973         Support eps and check document supports find
13974         before drawing highlightings in expose.
13975
13976 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13977
13978         * pixbuf/pixbuf-document.c:
13979         (pixbuf_document_thumbnails_get_dimensions),
13980         (pixbuf_document_document_thumbnails_iface_init):
13981
13982         implement get_dimensions
13983
13984 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13985
13986         * NEWS:
13987         * configure.ac:
13988
13989         Release 0.1.2
13990
13991 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * shell/ev-view.c: (set_document_page):
13994
13995         Scroll at the top of the page when changing page
13996
13997 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13998
13999         * shell/ev-view.c: (ev_view_motion_notify_event):
14000
14001         Do not redraw unnecessarily
14002
14003 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14004
14005         * pdf/xpdf/pdf-document.cc:
14006         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14007         (expose_bin_window), (find_changed_cb):
14008
14009         Yay! find works now... Now to find bugs...
14010
14011 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14012
14013         * backend/ev-document-find.c: (ev_document_find_base_init),
14014         (ev_document_find_changed):
14015         * backend/ev-document-find.h:
14016         * pdf/xpdf/pdf-document.cc:
14017         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14018         (expose_bin_window), (ev_view_init), (set_document_page),
14019         (ensure_rectangle_is_visible), (jump_to_find_result),
14020         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14021         (ev_view_find_next), (ev_view_find_previous):
14022         * shell/ev-view.h:
14023         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14024
14025         More work on find implementation, mostly there now
14026
14027 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * backend/ev-backend-marshalers.list:
14030         * backend/ev-document-find.c: (ev_document_find_base_init),
14031         (ev_document_find_cancel), (ev_document_find_page_has_results),
14032         (ev_document_find_get_n_results), (ev_document_find_get_result),
14033         (ev_document_find_get_progress), (ev_document_find_changed):
14034         * backend/ev-document-find.h:
14035
14036         Enanche the find interface to be really able to do
14037         multi page find.
14038
14039         * pdf/xpdf/pdf-document.cc:
14040
14041         Implement
14042
14043         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14044         (expose_bin_window), (ev_view_init),
14045         (ev_view_get_find_status_message), (find_changed_cb),
14046         (ev_view_set_document), (set_document_page):
14047
14048         Adapt to the new interface. A few things are regressed sorry,
14049         I will finish it soon.
14050
14051 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14052
14053         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14054         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14055         ev_sidebar_thumbnails_parent_class variable, don't define another
14056         parent_class variable.
14057
14058         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14059         (ev_page_action_class_init): ditto.
14060
14061         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14062         (pixbuf_document_class_init): ditto.
14063
14064         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14065         ditto.
14066
14067         * .cvsignore: ignore various valgrind output files.
14068
14069 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14070
14071         * data/evince-ui.xml:
14072         * shell/Makefile.am:
14073         * shell/ev-history.c:
14074         * shell/ev-history.h:
14075         * shell/ev-navigation-action.c:
14076         * shell/ev-navigation-action.h:
14077         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14078         (ev_view_set_page), (ev_view_fit_width):
14079         * shell/ev-view.h:
14080         * shell/ev-window.c: (update_action_sensitivity),
14081         (ev_window_setup_document), (register_custom_actions):
14082
14083         Kill session history
14084
14085 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * shell/ev-window.c: (update_action_sensitivity):
14088
14089         Fix inverted up/down buttons
14090
14091 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14092
14093         * shell/ev-sidebar-thumbnails.c
14094         (ev_sidebar_thumbnails_select_page): make sure the selected
14095         thumbnail stays visible.
14096
14097 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14098
14099         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14100         scrolled window for Federico.
14101
14102 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14103
14104         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14105
14106 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * configure.ac:
14109         * pdf/splash/SplashFTFontEngine.cc:
14110
14111         Fix CID fonts with freetype 2.1.9
14112
14113 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14114
14115         * TODO: added item for desktop icon thumbnailer
14116
14117 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14118
14119         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14120         unloaded docs when the title is accessed.
14121
14122         * shell/ev-password-view.[hc]: New widget for displaying password
14123         state.
14124
14125         * shell/ev-window.[ch]: Refactor password handling code to handle
14126         the new view.
14127
14128 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14129
14130         * NEWS:
14131         * configure.ac:
14132         * data/Makefile.am:
14133
14134         Release 0.1.1
14135
14136 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14137
14138         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14139         ignore page offset here, to make search results independent of it,
14140
14141         * shell/ev-view.c (expose_bin_window): but take offsets into
14142         account here. Bug #164932
14143
14144         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14145         scale at the right time. Bug #164996
14146
14147 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14148
14149         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14150         fix the problem. Now I just removed the Adobe font names and hope
14151         that the URW fonts are always in outline format. Bug #164934
14152
14153         * shell/ev-window.c (update_window_title): empty titles are
14154         useless, use filename in that case too.
14155
14156         * NEWS: Add some content.
14157
14158 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14159
14160         * TODO: added one more TODO item and a TODONE section :)
14161
14162 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14163
14164         * ps/ps-document.h: add page_[xy]_offset fields.
14165
14166         * ps/ps-document.c (ps_document_set_page_offset)
14167         (ps_document_render): Keep offset in consideration in a few
14168         places. Bug #164752 "postscript documents are not centered in
14169         window"
14170
14171         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14172         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14173
14174         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14175         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14176         stub out missing methods for complete EvDocument implementation.
14177         Fixes segfaults with Save A Copy and Copy actions.
14178
14179         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14180         (ps_document_document_iface_init): ditto.
14181         
14182 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14183
14184         * data/.cvsignore:
14185         * data/Makefile.am:
14186         * data/evince.desktop.in:
14187
14188         Add desktop file
14189
14190 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * shell/ev-view.c: (ev_view_button_press_event),
14193         (ev_view_motion_notify_event):
14194
14195         Make selection work in any direction
14196
14197 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14198
14199         * TODO:
14200         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14201
14202         Use shorter labels for some of the toolbars items
14203
14204 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14205
14206         * pdf/xpdf/pdf-document.cc:
14207
14208         Check the links info is initialized before
14209         using it. Should fix a crash on startup.
14210
14211 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14212
14213         * pixbuf/pixbuf-document.c
14214         (pixbuf_document_thumbnails_get_dimensions): force floating point
14215         division to calculate page_ratio. Fixes crash with landscape
14216         format pixbufs.
14217
14218 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14219
14220         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14221
14222 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14223
14224         * shell/ev-view.c (set_document_page): unset has_selection when
14225         the page changes.
14226         (set_document_page): handle paper size changes when the page
14227         changes (test with Free Culture, page 2).
14228
14229 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14232         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14233
14234         Use normal style color for the widget background and
14235         draw a black box around the page.
14236
14237 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14238
14239         * pdf/xpdf/pdf-document.cc:
14240
14241         Keep offset in consideration in a few places
14242
14243         * shell/ev-view.c: (expose_bin_window):
14244
14245         Set the offsets so that the document is ever centered
14246
14247 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14248
14249         * TODO: Added TODO items and finished off the first todo item
14250
14251         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14252         reflect current authors
14253
14254 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14255
14256         * pdf/xpdf/pdf-document.cc:
14257         * shell/ev-view.c: (ev_view_set_cursor),
14258         (ev_view_motion_notify_event), (document_changed_callback),
14259         (set_document_page):
14260
14261         Show a wait cursor while the page is rendering
14262
14263 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14264
14265         * shell/ev-sidebar-thumbnails.c:
14266         (ev_sidebar_tree_selection_changed),
14267         (ev_sidebar_thumbnails_select_page):
14268         * shell/ev-sidebar-thumbnails.h:
14269         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14270         (ev_view_can_go_forward):
14271         * shell/ev-window.c: (ev_window_open_page),
14272         (ev_window_setup_document), (update_current_page),
14273         (view_page_changed_cb), (ev_window_init):
14274         * shell/ev-window.h:
14275
14276         Ensure thumbnails selection, toolbar page control and
14277         current page are in sync.
14278
14279 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14280
14281         * pdf/xpdf/XRef.cc:
14282
14283         Fix CAN-2005-0064
14284
14285 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14286
14287         * backend/Makefile.am:
14288         * backend/ev-document-links.h:
14289         * backend/ev-document-security.c: (ev_document_security_get_type),
14290         (ev_document_security_has_document_security),
14291         (ev_document_security_set_password):
14292         * backend/ev-document-security.h:
14293         * backend/ev-document.c: (ev_document_error_quark):
14294         * backend/ev-document.h:
14295         * data/Makefile.am:
14296         * data/evince-password.glade:
14297         * pdf/xpdf/pdf-document.cc:
14298         * shell/Makefile.am:
14299         * shell/ev-password.c: (ev_password_set_bad_password_label),
14300         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14301         (ev_password_dialog_get_password),
14302         (ev_password_dialog_set_bad_pass):
14303         * shell/ev-password.h:
14304         * shell/ev-window.c: (ev_window_get_attribute),
14305         (ev_window_set_property), (update_action_sensitivity),
14306         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14307         (ev_window_setup_document), (ev_window_get_password),
14308         (ev_window_open), (ev_window_cmd_save_as),
14309         (using_postscript_printer), (ev_window_print),
14310         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14311         (update_fullscreen_popup), (ev_window_fullscreen),
14312         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14313         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14314         (menu_item_select_cb), (find_bar_search_changed_cb),
14315         (ev_window_dispose), (ev_window_init):
14316
14317         Add initial support for password-supported dialogs.  This could be
14318         a lot cooler, but it'll do for now.
14319
14320 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14321
14322         * pdf/xpdf/pdf-document.cc:
14323         * shell/ev-view.c: (status_message_from_link),
14324         (ev_view_set_status), (ev_view_set_cursor),
14325         (ev_view_motion_notify_event), (ev_view_init):
14326         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14327
14328         Fix bugs in the links implementation and change cursor
14329         when hovering a link.
14330
14331 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14332
14333         * viewer/.cvsignore: added cvsignore file for viewer directory
14334
14335         * TODO: created TODO document
14336
14337 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14338
14339         * shell/ev-view.h:
14340         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14341         new functions to help with implementation of sensitivity code
14342         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14343         of all actions that might require it.  Fixes a crash when you
14344         click on the Zoom actions in a window lacking a document.
14345
14346 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14347
14348         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14349         of the Find action
14350
14351 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14352
14353         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14354         (pixbuf_document_document_iface_init):
14355         * ps/ps-document.c: (ps_document_get_link),
14356         (ps_document_document_iface_init):
14357         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14358         (status_message_from_link), (ev_view_set_status),
14359         (ev_view_set_find_status), (ev_view_motion_notify_event),
14360         (ev_view_button_release_event), (ev_view_set_property),
14361         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14362         (ev_view_get_find_status_message), (update_find_results),
14363         (ev_view_get_status), (ev_view_get_find_status):
14364         * shell/ev-view.h:
14365         * shell/ev-window.c: (view_status_changed_cb),
14366         (view_find_status_changed_cb), (ev_window_init):
14367
14368         View status message support, use it to show the links.
14369         Needs work...
14370
14371 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14372
14373         * backend/ev-document.c: (ev_document_get_link):
14374         * backend/ev-document.h:
14375         * pdf/xpdf/pdf-document.cc:
14376         * shell/ev-application.c: (ev_application_open):
14377         * shell/ev-application.h:
14378         * shell/ev-sidebar-links.c: (selection_changed_cb):
14379         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14380         (ev_view_go_to_link):
14381
14382         Add support for document links
14383
14384 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14385
14386         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14387         (create_tool_item):
14388         Set the spin button limits correctly.
14389         
14390         * shell/ev-sidebar-thumbnails.c:
14391         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14392         Support changing pages by clicking on the thumbnails.
14393         
14394 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14395
14396         * pixbuf/pixbuf-document.c:
14397         (pixbuf_document_thumbnails_get_dimensions),
14398         (pixbuf_document_document_thumbnails_iface_init):
14399
14400         implement get_dimensions
14401
14402 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14403
14404         * ps/ps-document.c: (ps_document_goto_page):
14405
14406         Fix page switching on multipage documents
14407
14408 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14409
14410         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14411         
14412         check for NULL before assigning to width and height parameters
14413
14414 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14415
14416         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14417         (pixbuf_document_set_property), (pixbuf_document_get_property):
14418
14419         implement get/set properties
14420
14421 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14422
14423         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14424         
14425         return NULL instead of "Unknown", letting the title get set to
14426         the filename when the pdf has no title.
14427
14428 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14429
14430         * ps/ps-document.c: (ps_document_get_page_count),
14431         (ps_document_goto_page):
14432
14433 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14434
14435         * shell/ev-history.c: (ev_history_get_property),
14436         (ev_history_set_property), (ev_history_class_init),
14437         (ev_history_add_page), (ev_history_set_current_index):
14438         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14439         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14440         (ev_navigation_action_finalize):
14441         * shell/ev-navigation-action.h:
14442         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14443         (ev_view_go_forward), (ev_view_get_find_status_message),
14444         (history_index_changed_cb), (ev_view_set_history):
14445         * shell/ev-view.h:
14446         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14447         (update_current_page), (register_custom_actions):
14448
14449         Implement history dropdowns
14450
14451 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14452
14453         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14454         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14455         (ev_view_go_forward):
14456         * shell/ev-window.c: (register_custom_actions):
14457
14458         Fix several history bugs
14459
14460 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14461
14462         * configure.ac: Add «nb» to ALL_LINGUAS.
14463
14464 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14465
14466         * backend/Makefile.am:
14467         * backend/ev-bookmark.c:
14468         * backend/ev-bookmark.h:
14469         * backend/ev-document-bookmarks.c:
14470         * backend/ev-document-bookmarks.h:
14471         * backend/ev-document-links.c: (ev_document_links_get_type),
14472         (ev_document_links_has_document_links),
14473         (ev_document_links_begin_read), (ev_document_links_get_link),
14474         (ev_document_links_get_child), (ev_document_links_next),
14475         (ev_document_links_free_iter):
14476         * backend/ev-document-links.h:
14477         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14478         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14479         (ev_link_get_link_type), (ev_link_set_link_type),
14480         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14481         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14482         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14483         (ev_link_new_external):
14484         * backend/ev-link.h:
14485         * pdf/xpdf/pdf-document.cc:
14486         * shell/Makefile.am:
14487         * shell/ev-application.c: (ev_application_open_link):
14488         * shell/ev-application.h:
14489         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14490         (ev_history_get_link_nth):
14491         * shell/ev-history.h:
14492         * shell/ev-sidebar-bookmarks.c:
14493         * shell/ev-sidebar-bookmarks.h:
14494         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14495         (ev_sidebar_links_class_init), (selection_changed_cb),
14496         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14497         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14498         (do_one_iteration), (populate_links_idle),
14499         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14500         * shell/ev-sidebar-links.h:
14501         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14502         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14503         (go_to_index):
14504         * shell/ev-view.h:
14505         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14506         * shell/ev-window.h:
14507
14508         Rename bookmark to link, and use "Index" for the sidebar panel.
14509
14510 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14511
14512         * shell/Makefile.am:
14513         * shell/ev-application.c: (ev_application_open_bookmark):
14514         * shell/ev-application.h:
14515         * shell/ev-history.c: (ev_history_init), (free_links_list),
14516         (ev_history_finalize), (ev_history_class_init),
14517         (ev_history_add_link), (ev_history_add_page),
14518         (ev_history_get_link_nth), (ev_history_get_n_links),
14519         (ev_history_get_current_index), (ev_history_set_current_index),
14520         (ev_history_new):
14521         * shell/ev-history.h:
14522         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14523         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14524         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14525         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14526         (ev_view_set_page):
14527         * shell/ev-view.h:
14528         * shell/ev-window.c: (ev_window_open_bookmark),
14529         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14530         (goto_page_cb), (register_custom_actions):
14531         * shell/ev-window.h:
14532
14533         Initial history implementation. Needs work.
14534
14535 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14536
14537         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14538
14539 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14540
14541         * cut-n-paste/recent-files/egg-recent-item.c:
14542         * cut-n-paste/recent-files/egg-recent-item.h:
14543         * cut-n-paste/recent-files/egg-recent-model.c:
14544         * cut-n-paste/recent-files/egg-recent-util.c:
14545         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14546         * cut-n-paste/recent-files/egg-recent-view.c:
14547
14548         Update
14549
14550 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14551
14552         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14553         (fillGlyph, fillImageMask, drawImage):
14554         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14555         pdf/splash/SplashTypes.h:
14556         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14557         packed mode for Splash.
14558
14559         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14560         RGB8 packed mode, eliminates the pixbuf data creation loop.
14561
14562         * shell/ev-print-job.c (ev_print_job_finalize)
14563         (ev_print_job_set_property, ev_print_job_get_property)
14564         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14565         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14566         (print_closure_finalize, ev_print_job_print): implement
14567         printing (for backends with EvPsExporter)
14568
14569         * shell/ev_print_job.h: update prototypes.
14570
14571         * shell/ev-window.c (ev_window_print): unref print job after
14572         printing.
14573
14574         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14575         unless the document implements the EvDocumentFind interface.
14576
14577 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14578
14579         * configure.ac: Added ja to ALL_LINGUAS.
14580
14581 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14582
14583         * pdf/xpdf/pdf-document.cc:
14584
14585         add a FIXME. We should probably not allocate
14586         a bookmark object every time
14587
14588 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14589
14590         * shell/ev-application.c: (ev_application_open),
14591         (ev_application_open_bookmark):
14592         * shell/ev-application.h:
14593         
14594         Add a way to open bookmarks
14595
14596         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14597         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14598         (ev_bookmark_set_property), (ev_bookmark_class_init),
14599         (ev_bookmark_new_title), (ev_bookmark_new_link),
14600         (ev_bookmark_new_external):
14601
14602         Support for external uris, better constructors.
14603
14604         * backend/ev-bookmark.h:
14605         * pdf/xpdf/pdf-document.cc:
14606         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14607
14608         Handle external uris
14609
14610 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14611
14612         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14613         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14614
14615         Hook up bookmarks navigation
14616
14617 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14618
14619         * backend/Makefile.am:
14620         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14621         (ev_bookmark_get_title), (ev_bookmark_set_title),
14622         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14623         (ev_bookmark_get_page), (ev_bookmark_set_page),
14624         (ev_bookmark_get_property), (ev_bookmark_set_property),
14625         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14626         (ev_bookmark_new):
14627         * backend/ev-bookmark.h:
14628         * backend/ev-document-bookmarks.c:
14629         (ev_document_bookmarks_get_bookmark):
14630         * backend/ev-document-bookmarks.h:
14631         * pdf/xpdf/pdf-document.cc:
14632         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14633
14634         Add a bookmark object to the backend and use it instead of get_values
14635
14636 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14637
14638         * data/evince-ui.xml:
14639
14640         Cleanup and add select all.
14641
14642         * shell/ev-view.c: (ev_view_select_all),
14643         (ev_view_button_press_event):
14644         * shell/ev-view.h:
14645         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14646
14647         Add select all.
14648         Clear selection on click.
14649
14650 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14651
14652         * shell/ev-sidebar-thumbnails.c
14653         (ev_sidebar_thumbnails_set_document): forgot to unref the
14654         loading_icon.
14655
14656 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14657
14658         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14659         at the visible page, not just linearly.  This makes it look fast.
14660
14661 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14662
14663         * backend/ev-document-misc.c
14664         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14665         white.
14666         * backend/ev-document-thumbnails.h: New interface to get the size
14667         of a page.
14668
14669 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14670
14671         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14672         make dist works
14673
14674 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14675
14676         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14677         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14678         things up a bit.
14679
14680         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14681
14682 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14683
14684         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14685         fonts. Should fix font problems on systems that have the base
14686         fonts in bitmap format. Reported by James Henstridge
14687         <james@jamesh.id.au>.
14688
14689 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14690
14691         * pdf/xpdf/Gfx.cc:
14692         * pdf/xpdf/GfxState.cc:
14693
14694         Fix for CAN-2004-1125
14695
14696 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14697
14698         * shell/ev-view.c: (ev_view_copy):
14699         * shell/ev-view.h:
14700         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14701
14702         Implement Edit->Copy
14703
14704 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14705
14706         * backend/ev-document.c: (ev_document_get_text):
14707         * backend/ev-document.h:
14708         * pdf/xpdf/pdf-document.cc:
14709         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14710         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14711         (ev_view_update_primary_selection), (ev_view_button_press_event),
14712         (ev_view_motion_notify_event), (ev_view_button_release_event):
14713
14714         Beginnings of clipboard support. Incomplete but primary sort
14715         of work.
14716
14717 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14720         (expose_bin_window):
14721
14722         Nicer rubberband drawing, from GtkIconView.
14723
14724 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14725
14726         * backend/ev-document.c: (ev_document_save):
14727         * backend/ev-document.h:
14728         * data/evince-ui.xml:
14729         * pdf/xpdf/pdf-document.cc:
14730         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14731
14732         Implement "Save a copy..." menu item
14733
14734 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14735
14736         * shell/ev-view.c: (ev_view_zoom):
14737
14738         Queue a resize when zoom changes
14739
14740 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14741
14742         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14743         shadows.
14744
14745         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14746         thumbnails..
14747
14748 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14749
14750         * pdf/xpdf/pdf-document.cc
14751         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14752
14753 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14754
14755         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14756         It's slow, but I'll speed it up next!
14757
14758 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14759
14760         * shell/main.c (load_files):
14761
14762         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14763         from the command line and because it seems more appropriate.
14764
14765 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14766
14767         * data/evince-ui.xml:
14768         * shell/ev-window.c: (update_action_sensitivity),
14769         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14770
14771         s/next page/page down
14772         s/previous page/page up
14773
14774 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14775
14776         * data/evince-ui.xml:
14777
14778         Change the layout to match clarkbw design.
14779
14780         * shell/Makefile.am:
14781         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14782         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14783         (ev_navigation_action_finalize),
14784         (ev_navigation_action_set_property),
14785         (ev_navigation_action_get_property),
14786         (ev_navigation_action_class_init):
14787         * shell/ev-navigation-action.h:
14788
14789         Implement clarkbw toolbar navigation controls (incomplete)
14790
14791         * shell/ev-page-action.c: (update_label), (update_spin),
14792         (value_changed_cb), (create_tool_item), (connect_proxy),
14793         (ev_page_action_init), (ev_page_action_finalize),
14794         (ev_page_action_set_property), (ev_page_action_get_property),
14795         (ev_page_action_set_current_page),
14796         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14797         * shell/ev-page-action.h:
14798
14799         Implement a page switcher in the toolbar
14800
14801         * shell/ev-view.c: (ev_view_scroll_view):
14802         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14803         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14804         (register_custom_actions), (ev_window_init):
14805
14806         Change page on PageUp/Down.
14807
14808 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14809
14810         * pdf/xpdf/pdf-document.cc
14811         (pdf_document_thumbnails_get_thumbnail): initial stab at
14812         implementing thumbnail support for pdfs.  It only does documents
14813         with precached pdfs now.
14814
14815 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14816
14817         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14818         thumbnail code into a time-based idle as well.  Also, turn off the
14819         shadow temporarily as it's really slow.
14820
14821 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14822
14823         * backend/ev-document.c: (ev_document_class_init):
14824         * pdf/xpdf/pdf-document.cc:
14825         * shell/ev-window.c: (ev_window_open):
14826
14827         Fix document title bugs and fallback to
14828         filename when not available.
14829
14830 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14831
14832         * backend/ev-document.c: (ev_document_get_type),
14833         (ev_document_class_init), (ev_document_load),
14834         (ev_document_get_title):
14835         * backend/ev-document.h:
14836         * pdf/xpdf/pdf-document.cc:
14837         * ps/ps-document.c: (ps_document_set_property),
14838         (ps_document_get_property), (ps_document_class_init),
14839         (document_load):
14840         * ps/ps-document.h:
14841         * ps/ps.h:
14842         * shell/ev-window.c: (update_window_title), (ev_window_open),
14843         (ev_window_init):
14844
14845         Initial support for document title. Not working yet.
14846
14847 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14848
14849         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14850
14851         Grab focus on the view when clicking it
14852
14853 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14854
14855         * shell/ev-marshal.list:
14856         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14857         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14858
14859         Add key bindings to the view. Now if the focus would work
14860         right...
14861
14862 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14863
14864         * Makefile.am:
14865         * backend/Makefile.am:
14866         * data/Makefile.am:
14867         * dvi/Makefile.am:
14868         * dvi/dvilib/Makefile.am:
14869         * pdf/xpdf/Makefile.am:
14870         * po/POTFILES.in:
14871         * ps/Makefile.am:
14872
14873         Fix distcheck
14874
14875 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14876
14877         * shell/ev-view.c: (ev_view_realize):
14878
14879         Fix mouse wheel scrolling
14880
14881 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14882
14883         * ps/Makefile.am:
14884         * ps/gstypes.h:
14885         * ps/gtkgs.c:
14886         * ps/gtkgs.h:
14887         * ps/ps-document.c: (catchPipe), (ps_document_init),
14888         (ps_document_class_init), (ps_document_cleanup),
14889         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14890         (set_up_page), (close_pipe), (is_interpreter_ready),
14891         (interpreter_failed), (output), (input), (start_interpreter),
14892         (stop_interpreter), (file_length), (file_readable),
14893         (check_filecompressed), (check_pdf), (compute_xdpi),
14894         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14895         (ps_document_get_type), (ps_document_emit_error_msg),
14896         (document_load), (ps_document_next_page),
14897         (ps_document_get_current_page), (ps_document_get_page_count),
14898         (ps_document_goto_page), (ps_document_set_page_size),
14899         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14900         (ps_document_load), (ps_document_get_n_pages),
14901         (ps_document_set_page), (ps_document_get_page),
14902         (ps_document_widget_event), (ps_document_set_target),
14903         (ps_document_set_scale), (ps_document_set_page_offset),
14904         (ps_document_get_page_size), (ps_document_render),
14905         (ps_document_document_iface_init):
14906         * ps/ps-document.h:
14907         * ps/ps.c:
14908         * shell/ev-window.c: (ev_window_open):
14909
14910         Rename GtkGS to PSDocument
14911
14912 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14913
14914         * ps/gtkgs.c: (gtk_gs_class_init):
14915         * ps/gtkgs.h:
14916
14917         Some more leftover...
14918
14919 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14920
14921         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14922         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14923         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14924         * ps/gtkgs.h:
14925
14926         Remove unused code and make a lot of stuff private
14927
14928 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14929
14930         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14931         (gtk_gs_defaults_changed):
14932         * ps/gsdefaults.h:
14933         * ps/gtkgs.c:
14934         * ps/gtkgs.h:
14935         * ps/ps.h:
14936
14937         Cleanup headers dependencies
14938
14939 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14940
14941         * ps/Makefile.am:
14942         * ps/ggvutils.c:
14943         * ps/ggvutils.h:
14944         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14945         * ps/gsdefaults.h:
14946         * ps/gtkgs.c: (file_length), (file_readable),
14947         (check_filecompressed), (check_pdf), (gtk_gs_load),
14948         (gtk_gs_get_postscript):
14949
14950         Get rid of ggvutils
14951
14952 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14953
14954         * ps/ggvutils.c:
14955         * ps/ggvutils.h:
14956         * ps/gsio.h:
14957         * ps/gtkgs.c: (gtk_gs_set_zoom):
14958
14959         Cleanups
14960
14961 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14962
14963         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14964
14965         Ensure the page is rerendered when changing zoom
14966
14967 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14968
14969         * backend/ev-document.c: (ev_document_base_init),
14970         (ev_document_changed):
14971         * backend/ev-document.h:
14972
14973         Add a changed event that is emitted when the page content
14974         changes. This is necessary to deal with the fact that
14975         in ps backend rendering happen asycrounously.
14976         This makes the ps backend mostly work.
14977
14978         * pdf/xpdf/pdf-document.cc:
14979
14980         Emit changed event
14981
14982         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14983         (ps_document_set_target):
14984
14985         Emit changed event
14986
14987         * shell/ev-view.c: (document_changed_callback),
14988         (ev_view_set_document), (ev_view_set_page):
14989
14990         Redraw on the changed signal
14991
14992 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14993
14994         * configure.ac: Added pt_BR to ALL_LINGUAS.
14995
14996 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14997
14998         * backend/ev-document-bookmarks.c:
14999         (ev_document_bookmarks_get_child): *
15000         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15001         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15002         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15003         (ev_sidebar_bookmarks_destroy),
15004         (ev_sidebar_bookmarks_class_init),
15005         (ev_sidebar_bookmarks_construct), (stack_data_free),
15006         (do_one_iteration), (populate_bookmarks_idle),
15007         (ev_sidebar_bookmarks_clear_document),
15008         (ev_sidebar_bookmarks_set_document): *
15009         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15010         (ev_sidebar_add_page),
15011         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15012         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15013         it displays both the topics and the page numbers.
15014
15015 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15016
15017         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15018         toggle.
15019         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15020         visible.
15021
15022 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15023
15024         * configure.ac: Added en_CA to ALL_LINGUAS.
15025
15026 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15027
15028         * ChangeLog: replace bottom of this ChangeLog (merged history of
15029         ggv and gpdf; where all paths were wrong and most of the files are
15030         not even in this tree) with ChangeLog (from arch) of the shell
15031         code.
15032
15033 2004-12-23  Havoc Pennington  <hp@redhat.com>
15034
15035         * shell/ev-window.c: hook up potentially-questionable "find
15036         results status text" feature - something involving the sidebar or
15037         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15038         might be better in the end.
15039
15040         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15041         with corresponding signal when it should be updated
15042
15043         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15044
15045 2004-12-22  Havoc Pennington  <hp@redhat.com>
15046
15047         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15048         find stuff on other pages, sort of (only returns one result on
15049         invisible pages, to show they have results; updates full results
15050         for a page when you view it). Currently repaints the current page
15051         every time a new result is found on any page, which isn't so nice.
15052
15053 2004-12-22  Havoc Pennington  <hp@redhat.com>
15054
15055         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15056         the document doesn't support find (better ideas?)
15057         (find_bar_search_changed_cb): handle missing document or document
15058         that doesn't support find
15059
15060         * pdf/xpdf/pdf-document.cc: port to implement the new
15061         EvDocumentFindIface
15062
15063         * backend/ev-document-find.c: create a new interface for searching
15064
15065         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15066
15067 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15068
15069         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15070         libevbackend.la.
15071
15072         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15073         EvPrintJob constructor arguments.
15074
15075         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15076         for documents that can export PostScript (page by page).
15077
15078         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15079         
15080         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15081         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15082         (pdf_document_ps_exporter_iface_init:
15083         Implement EvPSExporter.
15084
15085         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15086
15087 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15088
15089         * backend/Makefile.am:
15090         * backend/ev-document-thumbnails.c:
15091         (ev_document_thumbnails_get_type),
15092         (ev_document_thumbnails_get_thumbnail):
15093         * backend/ev-document-thumbnails.h:
15094         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15095         (pixbuf_document_thumbnails_get_thumbnail),
15096         (pixbuf_document_document_thumbnails_iface_init):
15097         * shell/Makefile.am:
15098         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15099         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15100         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15101         * shell/ev-sidebar-thumbnails.h:
15102         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15103         (ev_sidebar_set_document):
15104         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15105         (create_shadow), (ev_pixbuf_add_shadow):
15106         * shell/ev-utils.h:
15107         Add thumbnail support.
15108         
15109 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15110
15111         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15112         (using_postscript_printer): Set up a print dialog for "PostScript
15113         injection" method.
15114
15115         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15116         EvPrintJob.
15117
15118         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15119
15120 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15121
15122         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15123         (ps_document_set_target), (ps_document_get_page_size),
15124         (ps_document_render):
15125         * ps/gtkgs.h:
15126
15127         Fix a few bugs
15128
15129 2004-12-22  Christian Rose  <menthos@menthos.com>
15130
15131         * configure.ac: Added "sv" to ALL_LINGUAS.
15132
15133 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15134
15135         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15136         document supports bookmarks.
15137
15138 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15139
15140         * ps/ggvutils.c: (ggv_file_readable):
15141         * ps/ggvutils.h:
15142         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15143         (gtk_gs_get_postscript):
15144
15145         Remove unused utils
15146
15147 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15148
15149         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15150         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15151         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15152         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15153         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15154         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15155         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15156         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15157         (gtk_gs_set_antialiasing), (ps_document_load),
15158         (ps_document_render):
15159         * ps/gtkgs.h:
15160
15161         Another check point for the ps backend. Now I can get it to show
15162         pages!
15163
15164 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15165
15166         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15167         document setting code.
15168
15169 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15170
15171         * shell/eggfindbar.c: (entry_activate_callback):
15172         Animate the next button when activate is pressed.
15173         
15174 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15175
15176         * shell/ev-window.c: (ev_window_cmd_edit_find),
15177         (update_fullscreen_popup), (ev_window_fullscreen),
15178         (ev_window_unfullscreen), (ev_window_state_event_cb),
15179         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15180         Fix bugs in fullscreen code.
15181         
15182 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15183
15184         * Makefile.am:
15185         * configure.ac:
15186         * pixbuf/Makefile.am:
15187         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15188         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15189         (pixbuf_document_set_page), (pixbuf_document_get_page),
15190         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15191         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15192         (pixbuf_document_render), (pixbuf_document_begin_find),
15193         (pixbuf_document_end_find), (pixbuf_document_finalize),
15194         (pixbuf_document_class_init),
15195         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15196         * pixbuf/pixbuf-document.h:
15197         * shell/Makefile.am:
15198         * shell/ev-application.c: (ev_application_open):
15199         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15200         (ev_window_open):
15201         Add pixbuf backend.
15202         
15203 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15204
15205         * Makefile.am: 
15206         * dvi/dvilib/Makefile.am:
15207         * dvi/Makefile.am:
15208         * configure.ac: Auto*ify dvi and dvi/dvilib
15209
15210         * dvi/Makefile: Remove from CVS
15211         
15212         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15213         confusion.
15214
15215         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15216         
15217         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15218         
15219 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15220
15221         * ps/Makefile.am:
15222         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15223         (gtk_gs_value_adjustment_changed), (compute_size),
15224         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15225         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15226         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15227         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15228         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15229         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15230         (ps_document_load), (ps_document_get_n_pages),
15231         (ps_document_set_page), (ps_document_get_page),
15232         (ps_document_set_target), (ps_document_set_scale),
15233         (ps_document_set_page_offset), (ps_document_get_page_size),
15234         (ps_document_render), (ps_document_begin_find),
15235         (ps_document_end_find), (ps_document_document_iface_init):
15236         * ps/gtkgs.h:
15237         * shell/Makefile.am:
15238         * shell/ev-window.c: (ev_window_open):
15239
15240         Some work to integrate gtkgs with EvDocument
15241
15242 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15243
15244         * shell/ev-window.c: (update_fullscreen_popup),
15245         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15246         (exit_fullscreen_button_clicked_cb),
15247         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15248         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15249         (ev_window_state_event_cb), (ev_window_init):
15250         Add fullscreen support from Epiphany.
15251         
15252 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15253
15254         * data/ev-stock-zoom-fit-width.png: fit-width
15255         stock icon from gpdf.
15256         
15257         * shell/ev-stock-icons.[ch]: copied from gpdf.
15258         
15259         * shell/main.c: (main): init stock icons.
15260         
15261         * shell/ev-window.c: use the fit-width icon.
15262         
15263         * data/evince-ui.xml: add zooming toolbar items.
15264
15265 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15266
15267         * shell/ev-view.c: 
15268         (ev_view_best_fit), (ev_view_fit_width): because
15269         get_page_size() returns the scaled page size, we
15270         need to calculate the scale factor relative to
15271         the previous scale factor. Should really just
15272         add get_real_page_size().
15273
15274 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15275
15276         * shell/ev-view.[ch]:
15277         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15278         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15279         add zooming.
15280         
15281         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15282         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15283         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15284         hook it up.
15285         
15286         * pdf/xpdf/pdf-document.cc:
15287         (pdf_document_begin_find),
15288         (pdf_document_end_find): make static.
15289
15290 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15291
15292         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15293
15294         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15295         names to fontconfig patterns.
15296         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15297
15298         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15299         setupBaseFontsFc.
15300
15301 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15302
15303         * Makefile.am:
15304         * configure.ac:
15305         * ps/Makefile.am:
15306         * ps/ggvutils.c:
15307         * ps/ggvutils.h:
15308         * ps/gsdefaults.c:
15309         * ps/gsdefaults.h:
15310         * ps/gsio.c:
15311         * ps/gsio.h:
15312         * ps/gtkgs.c:
15313         * ps/gtkgs.h:
15314         * ps/ps.c:
15315         * ps/ps.h:
15316
15317         Import ggv backend. Not hooked up yet.
15318
15319 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15320
15321         * shell/main.c: (load_files), (main): load files
15322         from the command line.
15323
15324 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15325
15326         * configure.ac: don't require bonobo.
15327         
15328         * cut-n-paste/recent-files/*: kill bonobo recent
15329         view.
15330
15331         * shell/ev-window.c:
15332         (ev_window_is_empty): upd.
15333         (unable_to_load), (ev_window_open): load backend
15334         based on the mime type.
15335
15336 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15337
15338         * backend/.cvsignore: ignore generated marshalers source.
15339
15340         * shell/main.c (main): this is not epiphany.
15341
15342 2004-12-22  Havoc Pennington  <hp@redhat.com>
15343
15344         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15345         (expose_bin_window): draw find highlights
15346
15347         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15348         
15349         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15350         (pdf_document_end_find): implement this interface
15351
15352         * backend/ev-document.c (ev_document_found): add this to emit
15353         signal
15354
15355 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15356
15357         * data/evince-ui.xml: Add a few more toolbar items.
15358
15359         * shell/ev-window.c: Hook up page navigation toolbar 
15360         items.
15361
15362         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15363         a page-changed signal.
15364
15365         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15366         Add ev_document_get_page().
15367
15368         * shell/ev-window.c: Sensitize/desensitize navigation
15369         actions.
15370
15371 2004-12-21  Havoc Pennington  <hp@redhat.com>
15372
15373         * backend/ev-backend-marshal.c,
15374         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15375         marshaler-generator thingy. I'm sure there's a better way to do
15376         this in the modern world.
15377
15378         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15379         end_find methods and "found" signal.
15380
15381         * configure.ac: find glib-genmarshal
15382
15383 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15384
15385         * shell/ev-sidebar.c: Construct an actual sidebar.
15386         * shell/ev-sidebar-bookmarks.[ch]:
15387         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15388
15389 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15390
15391         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15392         Redo size handling.
15393         
15394         * shell/ev-view.c: Track the size from the document.
15395
15396 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15397
15398         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15399         constructor assumes ownership of the string passed in.
15400         
15401         * shell/ev-window.c (ev_window_open): Destroy the error
15402         dialog once we've displayed it.
15403
15404 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15405
15406         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15407         a bit, it works! (sort of)
15408
15409         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15410         Move to .cc since we need to use C++ in the implementation.
15411
15412         * shell/dummy.cc: Add a CC file to force evince
15413         to be linked as a C++ program.
15414
15415 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15416
15417         * shell/ev-view.[ch]: Start of content-area widget.
15418
15419         * shell/ev-window.c: Create a EvView, update it
15420         as we change documents.
15421
15422         * shell/Makefile.am shell/ev-marshal.list: Add
15423         generated marshalers.
15424
15425 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15426
15427         * Makefile.am (SUBDIRS): move shell.
15428
15429 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15430
15431         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15432         .a to libtool convenience libraries.
15433
15434         * shell/ev-window.c (ev_window_open): Hard code loading
15435         a PDF document.
15436         
15437         * backend/ev-document.h: Add a boolean return to load(),
15438         fix GError * to GError **.
15439
15440         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15441         object for a PDF backend EvDocument.
15442
15443 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15444
15445         * dvi/*: New directory with the beginning of a .dvi backend.
15446
15447 2004-12-21  Havoc Pennington  <hp@redhat.com>
15448
15449         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15450         previous/next instead of back/forward
15451
15452 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15453
15454         * backend/ev-document.[ch]: Fix a couple of problems so
15455         it compile.
15456
15457 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15458
15459         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15460         to backend/ directory, rename EvViewer to EvDocument.
15461
15462 2004-12-21  Havoc Pennington  <hp@redhat.com>
15463
15464         * shell/ev-window.c: hook up the find bar widget; now we just need
15465         a document to find things in
15466
15467         * shell/eggfindbar.c: a find bar widget
15468
15469 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15470
15471         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15472
15473 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15474
15475         * pdf/**: Import of xpdf code from gpdf. 
15476
15477         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15478
15479         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15480         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15481         Fix FreeType includes.
15482
15483         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15484         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15485         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15486         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15487         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15488         Include xpdfconfig.h
15489         
15490 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15491
15492         * shell/ev-window.c (ev_window_dispose): dispose can be called
15493         multiple times.
15494
15495 2004-12-21  Havoc Pennington  <hp@redhat.com>
15496
15497         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15498         rather than Evince
15499
15500         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15501         items; really they should be synced with the strings, etc. from
15502         current gpdf, but just getting the boring typing out of the way 
15503
15504 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15505
15506         * po/POTFILES.in:
15507         * shell/ev-application.c: (window_destroy_cb):
15508         * shell/ev-window.c:
15509         * shell/main.c: (main):
15510
15511         Actually show the window...
15512
15513 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15514
15515         * Makefile.am:
15516         * shell/Makefile.am:
15517         * shell/ev-application.c: (ev_application_class_init):
15518         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15519
15520         Make it build again
15521
15522 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15523
15524         Import to gnome cvs.
15525         
15526         * Remove copies of gpdf and ggv trees.
15527         * Rip out all the recursive configure code.
15528         * Remove bonobo machinery.
15529         * viewer/*: GInterfaces that backends should/can implement.
15530
15531 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15532
15533         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15534         typo
15535
15536 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15537
15538         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15539         (ev_application_finalize, ev_application_class_init)
15540         (ev_application_init): use GType instance private data for priv.
15541
15542         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15543         (ev_window_finalize, ev_window_class_init)
15544         (ev_window_init): ditto.
15545
15546 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15547
15548         * shell/ev-application.c (ev_application_new_window): make public
15549         (ev_application_show_initial_window): kill.
15550
15551         * shell/ev-application.h: update prototypes.
15552
15553         * shell/main.cc (main): inline ev_application_show_initial_window.
15554
15555 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15556
15557         * shell/ev-application.c (ev_application_new_window): impl.
15558         (ev_application_show_initial_window): use it.
15559         (is_window_empty, ev_application_get_empty_window): returns an
15560         existing empty window or a new one.
15561         (ev_application_open): from ev_window_cmd_file_open.
15562
15563         * shell/ev-application.h: update prototypes
15564
15565         * shell/ev-window.c (ev_window_is_empty): impl.
15566         (ev_window_open): make public.
15567         (ev_window_cmd_file_open): use ev_application_open
15568
15569         * shell/ev-window.h: update prototypes, remove unused.
15570
15571 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15572
15573         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15574         move destroy handler out of here...
15575
15576         * shell/ev-application.c, shell/ev-application.h: ...into this new
15577         class. Also handles initial window creation.
15578
15579         * shell/main.cc (main): use EvApplication to create initial
15580         window.
15581
15582 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15583
15584         * Makefile.am (SUBDIRS): add cut-n-paste
15585
15586         * cut-n-paste/Makefile.am: add
15587
15588         * configure.ac: generate Makefiles in cut-n-paste
15589
15590 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15591
15592         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15593         (ev_window_class_init): install ev_window_dispose.
15594
15595 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15596
15597         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15598         char (gchar looks stupid).
15599
15600 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15601
15602         * po/de.po: updated German translation.
15603
15604 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15605
15606         * configure.ac: add more pkg-config library checks for gnome-vfs,
15607         bonobo etc.
15608
15609         * gpdf/configure.in: temporarily disable libpaper
15610         checks. Otherwise I'd have to add the checks for the shell, too.
15611
15612 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15615         and * file filters to the file choose.
15616
15617 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15618
15619         * po/de.po: Updated German translation.
15620
15621 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15624
15625 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15626
15627         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15628
15629         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15630         (ev_window_init): implement those menuitems.
15631
15632 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15633
15634         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15635
15636         * shell/ev-window.c (ev_window_init): use the toolbar.
15637
15638 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15639
15640         * shell/ev-window.c (ev_window_init): use menu translations
15641
15642 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15643
15644         * configure.ac: add "de" to ALL_LINGUAS.
15645
15646         * po/de.po: add German translation.
15647
15648 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15649
15650         * Makefile.am (SUBDIRS): add po
15651
15652         * configure.ac: check intltool, glib-gettext etc, generate
15653         po/Makefile.in
15654
15655         * po, po/POTFILES.in, po/POTFILES.skip: new.
15656
15657 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15658
15659         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15660         already use (#ifdef ENABLE_NLS)
15661
15662         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15663         pointer indirection thinko.
15664
15665         * shell/main.c: include gi18n.h for bindtextdomain etc.
15666
15667 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15668
15669         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15670         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15671         tooltips for menu items in the statusbar.
15672
15673 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15674
15675         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15676         pkgdatadir drop UIDIR
15677
15678 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15679
15680         * data/evince-ui.xml: Add File->Open menu item
15681
15682         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15683         chooser), hook it up in the ui manager.
15684
15685 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15686
15687         * shell/ev-window.c: fix Help->About tooltip.
15688
15689 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15690
15691         * configure.ac: set CFLAGS for libevprivate.
15692
15693         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15694         definitions, factory etc.
15695
15696         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15697
15698         * shell/Makefile.am: link against libevprivate.a.
15699
15700         * shell/ev-window.c (entries): add stock icon to Help->About.
15701
15702         * shell/main.c (main): init stock icon code.
15703
15704 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15705
15706         * lib/recent-files: egg recent files code
15707
15708         * lib/Makefile.am: add.
15709
15710         * Makefile.am: add lib subdir.
15711
15712         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15713         set CFLAGS for recent-files.
15714
15715 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15716
15717         * configure.ac: disable -ansi and -pedantic gcc flags. They
15718         disable POSIX stuff in stdio.h, but egg-recent uses them.
15719
15720 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15721
15722         * configure.ac: add --disable-deprecated flag (defaults to on in
15723         "cvs" builds).
15724
15725         * shell/Makefile.am (INCLUDES): use it.
15726
15727 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15728
15729         * shell/main.c: add missing #include.
15730
15731         * shell/ev-window.c: fix for pedantic gcc.
15732         (ev_window_cmd_help_about): split license into paragraphs for
15733         translators and pedantic compilers.
15734
15735 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15736
15737         * configure.ac: add more warning flags if compiling with gcc from
15738         cvs (or explicitly requested with --enable-more-warnings).
15739
15740 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15741
15742         * data/evince-ui.xml: add File and File->Close menu.
15743
15744         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15745         (ev_window_destroy): quit after destroy.
15746         (ev_window_class_init): override GtkObject::destroy.
15747         (entries): install close_window callback.
15748
15749 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15750
15751         * Makefile.am (SUBDIRS): add data subdir.
15752
15753         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15754         gtk+ 2.5.0 for GtkAboutDialog.
15755
15756         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15757         main window.
15758
15759         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15760
15761         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15762         manager.
15763         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15764
15765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15766
15767         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15768
15769 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15770
15771         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15772
15773 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15774
15775         * shell/*: Added shell directory boilerplate, build it.
15776
15777 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15778
15779         * configure.ac, Makefile.am: Added top-level configure.ac and
15780         Makefile.am