]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Bumped the version
[evince.git] / ChangeLog
1 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4         * configure.ac:
5
6         Updated for release 2.26.0
7         
8 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
9
10         * properties/ev-properties-view.c:
11         (ev_properties_view_format_date): Make the fixed sized string a 
12         semantically correct const char[] instead of a const char* to fix 
13         a compiler warning if built with -Wformat.
14         ** Fixes bug 574168
15
16 2009-03-03  Christian Persch  <chpe@gnome.org>
17
18         * libdocument/ev-document-factory.c:
19         (ev_document_factory_get_document): If the document is encrypted,
20         the ev_document_factory_get_document() is supposed to return the
21         document *and* fill in the error. So let's propagate the local error.
22
23 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * NEWS:
26
27         Update for release 2.25.92.
28         
29 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * libview/ev-view.c: (ev_view_goto_window_create):
32
33         Show the 'jump to page' window in the right GdkScreen. Fixes bug
34         #560541.
35         
36 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * shell/ev-window.c: (ev_window_set_document),
39         (ev_window_reload_job_cb):
40
41         Do not lose page position when reloading. Fixes bug #573091.
42         
43 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
46         (pdf_document_thumbnails_get_thumbnail),
47         (pdf_document_thumbnails_get_dimensions):
48
49         Make our own thumbnail when the provided one doesn't have the size
50         we need. Based on patch and feedback by Christian Spurk. Fixes
51         bugs #323198 and #307357.
52         
53 2009-02-27   Christian Spurk  <mail@code.chriki.de>
54
55         * thumbnailer/evince-thumbnailer.c: (main):
56
57         Reduce the restriction on the minimum size of thumbnails from 40
58         to 1. See bug #323198.
59         
60 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
63
64         Use GOption in thumbnailer.
65         
66 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * backend/pdf/ev-poppler.cc: (pdf_document_save),
69         (pdf_document_forms_form_field_text_set_text),
70         (pdf_document_forms_form_field_button_set_state),
71         (pdf_document_forms_form_field_choice_select_item),
72         (pdf_document_forms_form_field_choice_toggle_item),
73         (pdf_document_forms_form_field_choice_unselect_all),
74         (pdf_document_forms_form_field_choice_set_text):
75
76         Use poppler_document_save_a_copy(), which never saves the document
77         modifications, when saving an unmodified document. It makes saving
78         a copy of encrypted PDFs work again. Fixes bug #566791.
79         
80 2009-02-18  Christian Persch  <chpe@gnome.org>
81
82         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
83         Don't use g_quark_from_static_string in a loadable module!
84
85 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * configure.ac:
88
89         Update for release 2.25.91
90         
91 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
92
93         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
94         GTK symbol in commented out code. Bug #571707
95
96 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * NEWS:
99
100         Update for release 2.25.91.
101         
102 2009-02-16  Christian Persch  <chpe@gnome.org>
103
104         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
105         memory read.
106
107 2009-02-15  Christian Persch  <chpe@gnome.org>
108
109         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
110         warnings.
111
112 2009-02-15  Christian Persch  <chpe@gnome.org>
113
114         * libdocument/Makefile.am:
115         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
116
117 2009-02-15  Christian Persch  <chpe@gnome.org>
118
119         * libdocument/ev-document-type-builtins.c.template:
120         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
121
122 2009-02-14  Christian Persch  <chpe@gnome.org>
123
124         * backend/impress/impress-document.c: (impress_document_save):
125         Fill in the error.
126
127 2009-02-14  Christian Persch  <chpe@gnome.org>
128
129         * libdocument/ev-document.c: (ev_document_load): Add code to catch
130         backends incorrectly implementing the load vfunc.
131
132 2009-02-14  Christian Persch  <chpe@gnome.org>
133
134         * libdocument/ev-document-factory.c:
135         (ev_document_factory_get_document): Use a local GError, and propagate
136         as appropriate, making sure always to fill in @error if returning NULL.
137
138 2009-02-14  Christian Persch  <chpe@gnome.org>
139
140         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
141
142 2009-02-14  Christian Persch  <chpe@gnome.org>
143
144         * backend/pdf/ev-poppler.cc: Plug a mem leak.
145
146 2009-02-14  Christian Persch  <chpe@gnome.org>
147
148         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
149         an error.
150
151 2009-02-14  Christian Persch  <chpe@gnome.org>
152
153         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
154         to always set @error when returning FALSE. Fix a typo.
155
156 2009-02-14  Christian Persch  <chpe@gnome.org>
157
158         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
159         to always set @error when returning FALSE.
160
161 2009-02-14  Christian Persch  <chpe@gnome.org>
162
163         * backend/comics/comics-document.c: (comics_document_load): Make sure
164         to always set @error when returning FALSE.
165
166 2009-02-14  Christian Persch  <chpe@gnome.org>
167
168         * backend/impress/impress-document.c: (impress_document_load): Plug a
169         mem leak.
170
171 2009-02-14  Christian Persch  <chpe@gnome.org>
172
173         * backend/impress/impress-document.c: (impress_document_load): Don't
174         overwrite an error.
175
176 2009-02-14  Christian Persch  <chpe@gnome.org>
177
178         * libdocument/ev-document.c: (ev_document_info_copy): Remove
179         unnecessary NULL check; g_strdup() is NULL-safe.
180
181 2009-02-14  Christian Persch  <chpe@gnome.org>
182
183         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
184         that this returns either NULL and fills in error, or non-NULL. Use a
185         local GError so we can reliably check it.
186
187 2009-02-14  Christian Persch  <chpe@gnome.org>
188
189         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
190         content type to get the description, not the MIME type.
191
192 2009-02-14  Christian Persch  <chpe@gnome.org>
193
194         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
195         in @error on failure. Also, since this is exported in public APIs,
196         cope with the passed-in GError** being NULL.
197
198 2009-02-13  Christian Persch  <chpe@gnome.org>
199
200         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
201         safety.
202         (get_mime_type_from_data): Return the MIME type, not the content type.
203
204 2009-02-13  Christian Persch  <chpe@gnome.org>
205
206         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
207         the input stream.
208
209 2009-02-13  Christian Persch  <chpe@gnome.org>
210
211         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
212         all errors upwards.
213
214 2009-02-13  Christian Persch  <chpe@gnome.org>
215
216         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
217         more bytes from buffer than were read from the file.
218
219 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
220
221         * properties/ev-properties-view.c (set_property):
222         
223         Fixes bug #571787.
224
225 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/eggfindbar.c: (egg_find_bar_init):
228
229         Use gtk_tool_button_set_use_underline() for next/previous buttons
230         so that the underline is used for the mnemonic. Fixes bug #571547.
231         
232 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-window.c: (setup_document_from_metadata),
235         (setup_sidebar_from_metadata), (setup_document_from_metadata),
236         (setup_view_from_metadata), (ev_window_set_document),
237         (ev_window_load_job_cb), (ev_window_reload_job_cb),
238         (ev_window_reload_remote), (ev_window_init):
239
240         Do not use metadata when reloading the document, so that the
241         window is not resized when reloading. See bugs #571051 and
242         #304249.
243         
244 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * configure.ac:
247         * cut-n-paste/smclient/Makefile.am:
248
249         Fix smclient libs on cycgwin. See bug #339172.
250         
251 2009-02-08  Christian Persch  <chpe@gnome.org>
252
253         * configure.ac:
254         * libdocument/Makefile.am:
255         * libview/Makefile.am: Add experimental introspection support.
256         Disabled by default; use --enable-introspection to enable it.
257         Bug #569083.
258
259 2009-02-08  Christian Persch  <chpe@gnome.org>
260
261         * libview/Makefile.am: Link libevdocument.la to libevview.la.
262
263 2009-02-05  Christian Persch  <chpe@gnome.org>
264
265         * backend/comics/comics-document.c: (comics_document_load):
266         * backend/djvu/djvu-document.c: (djvu_document_load):
267         * backend/dvi/dvi-document.c: (dvi_document_load):
268         * backend/impress/impress-document.c: (impress_document_load):
269         * backend/pdf/ev-poppler.cc:
270         * libdocument/ev-document-factory.c: (get_document_from_uri),
271         (ev_document_factory_get_document):
272         * shell/ev-print-operation.c:
273         (ev_print_operation_export_print_dialog_response_cb): Use
274         g_set_error_literal now that we depend on glib 2.18.
275
276 2009-02-05  Hib Eris  <hib@hiberis.nl>
277
278         * shell/ev-application.c:
279
280         Include gdkx.h only with X11. See bug #339172.
281         
282 2009-02-05  Hib Eris  <hib@hiberis.nl>
283
284         * backend/pdf/pdfdocument.evince-backend.in:
285
286         Add application/x-ext-pdf mime type for pdf backend. See bug
287         #339172.
288         
289 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * configure.ac:
292         * cut-n-paste/smclient/Makefile.am:
293         * cut-n-paste/smclient/eggdesktopfile.c:
294         * cut-n-paste/smclient/eggsmclient-win32.c:
295         * shell/main.c:
296
297         Make session manager code compile for w32. These changes have been
298         taken from upstream libegg. Based on patch by Hib Eris. See bug
299         #339172.
300         
301 2009-02-05  Hib Eris  <hib@hiberis.nl>
302
303         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
304
305         Make screensaver code compile for w32. These changes have been
306         copied from upstream totem. See bug #339172.
307         
308 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * configure.ac:
311         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
312
313         Make use of GConf optional. Based on patch by Hib Eris. See bug
314         #339172.
315         
316 2009-02-04  Christian Persch  <chpe@gnome.org>
317
318         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
319         evince gettext domain, so i18n works in the library.
320
321         * properties/ev-properties-main.c: (nautilus_module_initialize):
322         Remove extra bindtextdomain call.
323
324 2009-02-04  Christian Persch  <chpe@gnome.org>
325
326         * backend/comics/comics-document.c:
327         * backend/djvu/djvu-document.c:
328         * backend/dvi/dvi-document.c:
329         * backend/impress/impress-document.c:
330         * backend/pdf/ev-poppler.cc:
331         * backend/pixbuf/pixbuf-document.c:
332         * backend/ps/ev-spectre.c:
333         * backend/tiff/tiff-document.c:
334         * libdocument/ev-attachment.c:
335         * libdocument/ev-document-factory.c:
336         * libview/ev-jobs.c:
337         * libview/ev-view-accessible.c:
338         * libview/ev-view.c:
339         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
340         gi18n.h.
341
342 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * NEWS:
345         * configure.ac:
346
347         Update for release 2.25.90
348         
349 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * cut-n-paste/zoom-control/ephy-zoom-control.c:
352         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
353
354         Remove the old tooltips code and use G_DEFINE_TYPE().
355         
356 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * configure.ac:
359         * help/reference/Makefile.am:
360         * help/reference/libdocument/Makefile.am:
361         * help/reference/libdocument/libevdocument-docs.sgml:
362         * help/reference/libdocument/libevdocument.types:
363         * help/reference/libdocument/version.xml.in:
364         * help/reference/libview/Makefile.am:
365         * help/reference/libview/libevview-docs.sgml:
366         * help/reference/libview/libevview.types:
367         * help/reference/libview/version.xml.in:
368         * help/reference/shell/Makefile.am:
369         * help/reference/shell/evince-docs.sgml:
370         * help/reference/shell/evince.types:
371         * help/reference/shell/tmpl/dummy.sgml:
372         * help/reference/shell/version.xml.in:
373
374         Split API documentation into libdocument, libview and
375         shell. Required gtk-doc files has been added, but API docs still
376         need to be completed and improved. Fixes bug #568465.
377         
378 2009-02-01  Christian Persch  <chpe@gnome.org>
379
380         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
381
382 2009-02-01  Christian Persch  <chpe@gnome.org>
383
384         * backend/Makefile.am:
385         A backend/backend.symbols:
386         * configure.ac: Only export the backend module entry point. Bug
387         #569998.
388
389 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/eggfindbar.c: (egg_find_bar_init):
392
393         Add mnemonics to buttons in search bar. Fixes bug #569212.
394         
395 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
396         
397         * shell/ev-print-operation.c:
398         (ev_print_operation_export_print_dialog_response_cb):
399
400         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
401         
402 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
405
406         Clamp top/bottom values of destinations to make sure they are not
407         bigger than the page height. Fixes bug #569327.
408         
409 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * libdocument/ev-debug.h:
412
413         Fix build when debug mode is disabled.
414         
415 2009-01-30  Christian Persch  <chpe@gnome.org>
416
417         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
418         this return TRUE only if any backends were loaded, so the ev_init()
419         function works as documented.
420
421 2009-01-30  Christian Persch  <chpe@gnome.org>
422
423         * evince-document.h:
424         * libdocument/Makefile.am:
425         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
426         #569117.
427
428         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
429         * libdocument/ev-backends-manager.h:
430         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
431         * libdocument/ev-debug.h:
432         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
433         (_ev_file_helpers_shutdown):
434         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
435         private.
436
437         * properties/ev-properties-main.c: (nautilus_module_initialize),
438         (nautilus_module_shutdown):
439         * shell/main.c: (main):
440         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
441         init/shutdown method.
442
443 2009-01-29  Christian Persch  <chpe@gnome.org>
444
445         * shell/main.c: (option_version_cb): Add --version which was lost in
446         the libgnome removal. Bug #562869.
447
448 2009-01-26  Christian Persch  <chpe@gnome.org>
449
450         * shell/ev-application.c: (ev_application_register_service),
451         (ev_application_shutdown):
452         * shell/main.c: (main): Move metadata manager initialisation and
453         shutdown into EvApplication. Follow-up from bug #569120.
454
455 2009-01-26  Christian Persch  <chpe@gnome.org>
456
457         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
458         copy the string twice. Bug #569231.
459
460 2009-01-26  Christian Persch  <chpe@gnome.org>
461
462         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
463         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
464         * libdocument/ev-file-helpers.h:
465         * shell/ev-application.c: (ev_application_shutdown),
466         (ev_application_init), (ev_application_screensaver_disable),
467         (ev_application_save_print_settings),
468         (ev_application_set_page_setup):
469         * shell/ev-application.h:
470         * shell/ev-metadata-manager.c: (load_values),
471         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
472         shell, since it shouldn't be public API. Bug #569120.
473
474         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
475         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
476
477 2009-01-25  Christian Persch  <chpe@gnome.org>
478
479         Bug 569082 – use versioned directory for backends
480
481         * configure.ac: Define ev_binary_version and backenddir.
482         * evince-document.pc.in: Add backenddir variable.
483         * libdocument/Makefile.am:
484         * backend/*/Makefile.am: Remove backenddir definition, so it picks
485         up the one from configure.
486
487 2009-01-25  Christian Persch  <chpe@gnome.org>
488
489         * configure.ac:
490         * evince-document.pc.in: Renamed from evince-backend.pc.in.
491         * libdocument/Makefile.am: Renamed library to libevdocument.la.
492         * libview/Makefile.am:
493         * shell/Makefile.am:
494         * backend/*/Makefile.am: Adapt to changed library name.
495
496         * libdocument/Makefile.am:
497         * libview/Makefile.am: Change the installed headers path to match
498         the directory names in SVN.
499
500         * evince-document.h:
501         * evince-view.h: Add single headers. Bug #568227.
502
503         * libdocument/*.h:
504         * libview/*.h: Add single headers guards.
505
506         * libview/Makefile.am:
507         * libdocument/Makefile.am:
508         * backend/*/Makefile.am:
509         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
510         still include individual headers.
511
512         * properties/Makefile.am:
513         * properties/ev-properties-main.c:
514         * properties/ev-properties-view.h:
515         * thumbnailer/Makefile.am:
516         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
517
518         * libdocument/Makefile.am:
519         * libview/Makefile.am: Generate type builtins from all installed headers.
520         * libdocument/ev-link-action.[ch]:
521         * libdocument/ev-link-dest.[ch]:
522         * libdocument/ev-transition-effect.[ch]:
523         * libview/ev-view.[ch]: Remove handcoded type builtins.
524
525         * libdocument/Makefile.am:
526         * evince-document.h: Add ev-document-factory.h to the public headers.
527
528 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * shell/ev-sidebar-page.c:
531
532         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
533         #568228.
534         
535 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * libdocument/ev-document.h:
538
539         Add EV_DEFINE_INTERFACE macro.
540         
541         * libdocument/ev-async-renderer.c:
542         * libdocument/ev-document-find.c:
543         * libdocument/ev-document-fonts.c:
544         * libdocument/ev-document-forms.c:
545         * libdocument/ev-document-images.c:
546         * libdocument/ev-document-layers.c:
547         * libdocument/ev-document-links.c:
548         * libdocument/ev-document-security.c:
549         * libdocument/ev-document-thumbnails.c:
550         * libdocument/ev-document-transition.c:
551         * libdocument/ev-document.c:
552         * libdocument/ev-file-exporter.c:
553         * libdocument/ev-selection.c:
554
555         Use EV_DEFINE_INTERFACE macro to define interfaces in
556         libdocument. See bug #568228.
557         
558 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * libdocument/ev-document.[ch]:
561
562         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
563         #568228.
564         
565 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
566
567         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
568         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
569         (new_separator_pixbuf):
570         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
571         (egg_toolbar_editor_disconnect_model),
572         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
573         (egg_toolbar_editor_finalize):
574         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
575         * cut-n-paste/toolbar-editor/eggmarshalers.list:
576         
577         Sync EggToolbarEditor with libegg.
578
579 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
580
581         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
582         When saving a file, using the default permissions for the user/system,
583         respecting umask and any setgid bit on the directory. Uses the new
584         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
585         Bug #568593.
586         
587 2009-01-21  Christian Persch  <chpe@gnome.org>
588
589         * configure.ac:
590         * libdocument/Makefile.am:
591         * libview/Makefile.am: Add libtool versioning to libevbackend and
592         libevview. Bug #568229.
593
594 2009-01-21  Christian Persch  <chpe@gnome.org>
595
596         * Makefile.am:
597         * configure.ac:
598         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
599
600 2009-01-21  Christian Persch  <chpe@gnome.org>
601
602         * configure.ac:
603         * libdocument/Makefile.am:
604         A libdocument/ev-version.h.in: Add version defines and version check
605         macro. Bug #568224.
606
607 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
608
609         * shell/ev-sidebar-links.c
610         * shell/ev-print-operation.c:
611         * shell/ev-history.c:
612         * shell/ev-file-monitor.c:
613         * shell/ev-window.c:
614         * shell/ev-password-view.c:
615         * shell/ev-sidebar-thumbnails.c:
616         * shell/ev-sidebar-attachments.c:
617         * libview/ev-pixbuf-cache.c:
618         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
619         Bug #568386.
620
621 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
622
623         * libdocument/ev-document-info.h:
624
625         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
626         
627 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
628
629         * libview/Makefile.am:
630
631         Install ev-job-scheduler.h. See bug #567790.
632         
633 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
634
635         * libdocument/Makefile.am:
636
637         Install ev-backends-manager.h and
638         ev-document-type-builtins.h. Fixes bug #567787.
639         
640 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * NEWS:
643         * configure.ac:
644
645         Update for release 2.25.5
646         
647 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * libview/ev-view.c: (ev_view_drag_data_get):
650
651         Fix second parameter passed to gtk_selection_data_set_uris(), 
652         it expects a gchar **.
653         
654 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
655
656         * libdocument/Makefile.am:
657         * libdocument/ev-document-info.h:
658         * libdocument/ev-document-type-builtins.c.template:
659         * libdocument/ev-document-type-builtins.h.template:
660         * libdocument/ev-document.c: (ev_document_info_get_type),
661         (ev_document_info_copy):
662
663         Make EvDocumentInfo and enums definded in ev-document-info.h
664         GTypes. Fixes bug #567789.
665         
666 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
667
668         * shell/main.c (arguments_parse): Fix for a minor code typo.
669
670 2009-01-18  Christian Persch  <chpe@gnome.org>
671
672         * help/reference/Makefile.am:
673         * help/reference/evince.types: Fix the API docs build. Bug #568171.
674
675 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
676
677         * libview/Makefile.am:
678         * libview/ev-view-type-builtins.c.template:
679         * libview/ev-view-type-builtins.h.template:
680
681         Make EvJobPriority a proper GType. Fixes bug #567788.
682         
683 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * configure.ac:
686         * cut-n-paste/*/Makefile.am:
687         * libdocument/Makefile.am:
688
689         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
690         code.
691         
692 2009-01-18  Christian Persch  <chpe@gnome.org>
693
694         * libview/ev-view.c: (ev_view_drag_data_get),
695         (ev_view_drag_motion), (ev_view_update_primary_selection),
696         (clear_link_selected):
697         * shell/ev-sidebar-attachments.c:
698         (ev_sidebar_attachments_drag_data_get),
699         (ev_sidebar_attachments_get_property),
700         (ev_sidebar_attachments_init):
701         * shell/ev-window.c: Update drag handling code to use the
702         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
703         hardcoding the targets lists. Bug #558084.
704         
705 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * libdocument/Makefile.am:
708         * libdocument/ev-backend-marshal.c:
709         * libdocument/ev-backend-marshalers.list:
710         * libdocument/ev-document.c:
711
712         Remove unused marshalers stuff from libdocument.
713         
714 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * po/POTFILES.in:
717
718         Update for the current source tree.
719         
720 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * configure.ac:
723         * Makefile.am:
724         * libdocument/Makefile.am:
725         * libview/Makefile.am:
726         * libview/ev-job-scheduler.[ch]:
727         * libview/ev-jobs.[ch]:
728         * libview/ev-page-cache.[ch]:
729         * libview/ev-pixbuf-cache.[ch]:
730         * libview/ev-timeline.[ch]:
731         * libview/ev-transition-animation.[ch]:
732         * libview/ev-view-accessible.[ch]:
733         * libview/ev-view-marshal.list:
734         * libview/ev-view.[ch]:
735         * shell/Makefile.am:
736
737         Move EvView specific code to a libeviview library so that it can
738         be embbeded in other applications. Based on patches by Tomeu
739         Vizoso. Fixes bug #567751.
740         
741 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
744         * shell/ev-window.c: (ev_window_load_job_cb),
745         (ev_window_load_job_cb), (ev_window_open_uri),
746         (ev_window_reload_local), (ev_window_dispose):
747
748         Remove dest, mode and search_string from EvJobLoad since they are
749         not really needed by the job, but for the window.
750         
751 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * shell/ev-view.c: (ev_view_drag_data_received),
754         (ev_view_class_init), (ev_view_init):
755         * shell/ev-window.c: (ev_window_drag_data_received),
756         (ev_window_class_init), (ev_window_init):
757
758         Make the whole EvWindow the destination of a drag and drop
759         operation.
760         
761 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-window.c: (window_open_file_copy_progress_cb):
764
765         Add missing brakets around the percentage in progress
766         messages. See bug #567910.
767         
768 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * shell/ev-application.c: (ev_application_open_window),
771         (ev_application_open_uri_at_dest):
772
773         Do no use gdk_x11_* when not available. Based on patch by Hib
774         Eris, see bug #339172.
775         
776 2009-01-16  Hib Eris  <hib@hiberis.nl>
777
778         * configure.ac:
779         * properties/ev-properties-view.c:
780         (ev_properties_view_format_date):
781
782         Check for localtime_r. See bug #339172.
783         
784 2009-01-16  Hib Eris  <hib@hiberis.nl>
785
786         * shell/main.c:
787
788         Include gdkx only for dbus support. See bug #339172.
789         
790 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
791
792         * shell/ev-view.c: (ev_view_set_zoom_for_size):
793
794         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
795         #567785.
796         
797 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * shell/ev-window.c: (reload_remote_copy_progress_cb),
800         (window_save_file_copy_progress_cb):
801
802         Use brakets around the percentage in progress messages. See bug
803         #567910.
804         
805 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * shell/ev-window.c: (reload_remote_copy_ready_cb):
808
809         Fix typo in error message. See bug #567910.
810         
811 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * shell/ev-window.c: (ev_window_cmd_file_close_window):
814
815         Fix mnemonic conflict. Fixes bug #567937.
816         
817 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
818
819         * NEWS:
820         * configure.ac:
821
822         Update for release 2.25.4
823         
824 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
825
826         * configure.ac:
827         
828         GLib version requirement bumped to 2.18 due to g_set_error_literal.
829         Thanks to Christian Spurk.
830
831 2008-12-31  Hib Eris  <hib@hiberis.nl>
832         
833         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
834
835         Fix mime type handling.
836         
837 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * po/POTFILES.in:
840
841         Add ev-print-operation.c.
842         
843 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * shell/ev-window.c: (ev_window_clear_progress_idle),
846         (reset_progress_idle), (ev_window_show_progress_message),
847         (ev_window_reset_progress_cancellable),
848         (ev_window_progress_response_cb), (show_loading_progress),
849         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
850         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
851         (show_reloading_progress), (reload_remote_copy_ready_cb),
852         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
853         (show_saving_progress), (window_save_file_copy_ready_cb),
854         (window_save_file_copy_progress_cb), (ev_window_save_remote),
855         (ev_window_dispose):
856
857         Show progress information when loading/saving remote files. Fixes
858         bug #370958.
859         
860 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
863
864         Show better warning message when temp file cannot be deleted.
865         
866 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/ev-window.c: (image_save_dialog_response_cb):
869
870         Fix saving images to remote locations.
871         
872 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * shell/ev-application.[ch]: (ev_application_shutdown),
875         (ev_application_get_print_settings_file),
876         (ev_application_save_print_settings),
877         (ev_application_get_print_settings),
878         (ev_application_set_print_settings),
879         (ev_application_get_page_setup), (ev_application_set_page_setup):
880         * shell/ev-window.c: (ev_window_save_print_page_setup),
881         (ev_window_load_print_page_setup_from_metadata),
882         (ev_window_print_page_setup_done_cb),
883         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
884         (ev_window_cmd_preview_print):
885
886         Remember page setup options too. Paper size is globally remembered
887         while page margins are stored per document in metadata file. Fixes
888         bugs #525185 and #349102.
889         
890 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * shell/ev-print-operation.c:
893         (ev_print_operation_export_print_dialog_response_cb):
894
895         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
896         
897 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * shell/ev-print-operation.c: (export_cancel),
900         (export_job_cancelled), (ev_print_operation_export_begin),
901         (ev_print_operation_export_cancel):
902         * shell/ev-window.c: (ev_window_print_cancel),
903         (ev_window_print_update_pending_jobs_message),
904         (ev_window_print_operation_done),
905         (ev_window_print_operation_status_changed),
906         (print_jobs_confirmation_dialog_response),
907         (ev_window_cmd_file_close_window):
908
909         Show a confirmation dialog when there are pending print jobs while
910         closing the main window. Fixes bug #480964.
911         
912 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
915         (ev_print_operation_get_job_name),
916         (ev_print_operation_get_status),
917         (ev_print_operation_get_progress),
918         (ev_print_operation_update_status),
919         (ev_print_operation_export_get_job_name), (clamp_ranges),
920         (get_first_and_last_page), (ev_print_operation_export_run_next),
921         (print_job_finished), (export_print_done), (export_job_cancelled),
922         (update_progress), (export_print_page),
923         (ev_print_operation_export_begin),
924         (ev_print_operation_export_print_dialog_response_cb),
925         (ev_print_operation_export_run),
926         (ev_print_operation_export_cancel),
927         (ev_print_operation_export_class_init):
928         * shell/ev-window.c:
929         (ev_window_print_update_pending_jobs_message),
930         (ev_window_print_operation_done),
931         (ev_window_print_progress_response_cb),
932         (ev_window_print_operation_status_changed),
933         (ev_window_print_operation_begin_print), (ev_window_print_range),
934         (ev_window_dispose):
935
936         Show progress information when printing. Fixes bug #482770.
937         
938 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/Makefile.am:
941         * shell/ev-progress-message-area.[ch]:
942         * shell/ev-message-area.[ch]: (ev_message_area_init),
943         (ev_message_area_set_image_from_stock):
944
945         Add EvProgressMessageArea derived from EvMessageArea to show
946         progress information in the message area. 
947         
948 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
951
952         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
953         close button. Add a function to get the contents of the message
954         area.
955         
956 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * shell/Makefile.am:
959         * shell/ev-print-operation.[ch]:
960         * shell/ev-jobs.[ch]: (ev_job_export_init),
961         (ev_job_export_dispose), (ev_job_export_run),
962         (ev_job_export_class_init), (ev_job_export_new),
963         (ev_job_export_set_page):
964         * shell/ev-window.c: (ev_window_print_operation_done),
965         (ev_window_print_range), (ev_window_dispose):
966
967         First step of the printing system rework. EvJobPrint has been
968         replaced by EvJobExport so that every page is scheduled to be
969         exported in a thread instead of scheduling the whole printing
970         process. This way the gui is responsive during printing.
971         
972 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-window.c: (setup_size_from_metadata),
975         (ev_window_load_print_settings_from_metadata):
976
977         Fix memory leaks.
978         
979 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * libdocument/ev-document.c: (ev_document_get_type):
982
983         Add GObject type as prerequisite to EvDocument interface so that
984         document instances can be used as GObjects.
985         
986 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/ev-view.c: (jump_to_find_result):
989
990         Only jump the the location of the find result for the first match
991         when searching. It drastically improves the performance when
992         searching. Bug catched and fixed by Michael Hunold. Fixes bug
993         #564774.
994         
995 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * properties/ev-properties-main.c: (ev_properties_get_pages):
998         * properties/ev-properties-view.[ch]:
999         (ev_properties_view_dispose), (ev_properties_view_class_init),
1000         (ev_properties_view_set_info), (ev_properties_view_new):
1001         * shell/ev-properties-dialog.[ch]:
1002         (ev_properties_dialog_set_document):
1003         * shell/ev-window.c: (ev_window_setup_document),
1004         (ev_window_cmd_file_properties):
1005
1006         Add document URI to properties page. Fixes bug #555376.
1007         
1008 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * configure.ac:
1011         * data/Makefile.am:
1012         * data/evince-password.glade: Removed
1013         * data/evince-properties.glade: Removed
1014         * properties/ev-properties-view.c:
1015         (ev_properties_view_class_init), (set_property),
1016         (ev_properties_view_set_info), (ev_properties_view_init):
1017         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1018         (font_cell_data_func), (ev_properties_fonts_init):
1019
1020         Remove Glade dependency.
1021         
1022 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * backend/comics/comics-document.c: (comics_document_load):
1025
1026         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1027         
1028 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * NEWS:
1031         * configure.ac:
1032
1033         Update for release 2.25.2
1034         
1035 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * configure.ac:
1038         * shell/Makefile.am:
1039         * shell/ev-keyring.[ch]:
1040         * shell/ev-password.[ch]: Removed
1041         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1042         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1043         (ev_password_view_init), (ev_password_view_set_uri),
1044         (ev_password_dialog_got_response),
1045         (ev_password_dialog_remember_button_toggled),
1046         (ev_password_dialog_entry_changed_cb),
1047         (ev_password_dialog_entry_activated_cb),
1048         (ev_password_view_ask_password), (ev_password_view_get_password),
1049         (ev_password_view_get_password_save_flags),
1050         (ev_password_view_new):
1051         * shell/ev-window.c: (ev_window_password_view_unlock),
1052         (ev_window_load_job_cb), (ev_window_close_dialogs),
1053         (ev_window_init):
1054
1055         Rework the password view. When the password is in the keyring it's
1056         used automatically without showing the password dialog and it's  
1057         only stored in the keyring when we are sure it's correct. The
1058         password dialog has been reworked too, in order to make it
1059         more hig compliant and consistent with the GTK+ dialog used in
1060         gtkmountoperation. Fixes bug #562496. 
1061         
1062 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * backend/comics/comics-document.c: (comics_document_load):
1065
1066         Do not trust file extensions when getting the command needed to
1067         uncompress comic documents. Fixes bug #562143.
1068         
1069 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * libdocument/ev-document-factory.c: (get_document_from_uri),
1072         (ev_document_factory_get_document):
1073         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1074         (get_mime_type_from_data), (ev_file_get_mime_type):
1075
1076         Move mime-type functions from document-facrory to file-helpers so
1077         that it can be reused.
1078         
1079 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1082         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1083         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1084         (ev_window_reload_remote), (ev_window_reload_document):
1085
1086         Add support for reloading remote documents. Fixes bug #555399.
1087         
1088 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-view.c: (ev_view_find_previous):
1091
1092         Make sure find_result is never < 0 which causes a crash while
1093         searching. Fixes bug #558377.
1094         
1095 2008-11-19  Marek Kašík <mkasik@redhat.com>
1096
1097         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1098         (ev_pixbuf_cache_get_selection_surface):
1099         
1100         Fixes crash on fast scrolling with simultaneous text selection.
1101
1102 2008-11-19  Marek Kašík <mkasik@redhat.com>
1103
1104         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1105         * shell/ev-window.c (launch_external_uri):
1106         
1107         Fixes assertion fail on selecting text. See bug #561393.
1108
1109 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/Makefile.am:
1112         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1113         (ev_job_layers_dispose), (ev_job_layers_run),
1114         (ev_job_layers_class_init), (ev_job_layers_new):
1115         * shell/ev-sidebar-layers.[ch]:
1116         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1117         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1118         (ev_view_reload_page), (ev_view_reload):
1119         * shell/ev-window.c: (setup_sidebar_from_metadata),
1120         (ev_window_sidebar_current_page_changed_cb),
1121         (sidebar_layers_visibility_changed), (ev_window_init):
1122
1123         Add layers support.
1124         
1125 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * data/icons/22x22/actions/Makefile.am:
1128         * data/icons/22x22/actions/eye.png:
1129         * shell/ev-stock-icons.[ch]:
1130         
1131         Add eye icon from gimp to hide/show layers.
1132         
1133 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * configure.ac:
1136         * cut-n-paste/Makefile.am:
1137         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1138         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1139         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1140
1141         Add GimpCellRendererToggle from gimp slightly modified to fit our
1142         needs. 
1143         
1144 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * configure.ac:
1147         * backend/pdf/ev-poppler.cc:
1148
1149         Implement layers interface in PDF backend.
1150         
1151 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * libdocument/Makefile.am:
1154         * libdocument/ev-document-layers.[ch]:
1155         * libdocument/ev-layer.[ch]:
1156
1157         Add optional content (layers) interface.
1158         
1159 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1160
1161         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1162         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1163
1164         Removes unused code.
1165
1166 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * NEWS:
1169         * configure.ac:
1170
1171         Update for 2.25.1 release
1172
1173 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * shell/ev-window.c:
1176
1177         Fix build with GTK+ < 2.14
1178
1179 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1182         
1183         Makes menu label translatable. Fixes bug #559129.
1184
1185 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1186
1187         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1188         (t1_transform_font):
1189         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1190         
1191         More renames of warning to mdvi_warning in follow up to the
1192         fix of the bug #553369. Fix for the bug #559257 by
1193         Tuxce <tuxce.net@gmail.com>.
1194         
1195 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * shell/ev-application.c: (ev_application_init_session):
1198         * shell/main.c: (main):
1199
1200         Move the egg_set_desktop_file() call to main and remove
1201         gtk_window_set_default_icon_name() since it's already called by
1202         egg_set_desktop_file()
1203         
1204 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1207
1208         Initialize GError to NULL.
1209         
1210 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1213         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1214         (ev_window_preview_print_finished), (launch_action):
1215
1216         Do not use popup dialogs to show error messages anymore, use the
1217         message area instead.
1218         
1219 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-window.c: (ev_window_error_message),
1222         (ev_window_warning_message), (ev_window_set_document),
1223         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1224         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1225         (ev_window_cmd_help_contents), (launch_external_uri),
1226         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1227         (ev_attachment_popup_cmd_open_attachment),
1228         (attachment_save_dialog_response_cb):
1229
1230         Use a message format (with printf()-style) in
1231         ev_window_error_message and ev_window_warning_message.
1232
1233 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * shell/ev-window.c: (ev_window_error_message),
1236         (ev_window_warning_message), (ev_window_set_document),
1237         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1238         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1239         (ev_window_cmd_help_contents), (launch_external_uri),
1240         (image_save_dialog_response_cb),
1241         (ev_attachment_popup_cmd_open_attachment),
1242         (attachment_save_dialog_response_cb):
1243
1244         Change ev_window_error_message and ev_window_warning_message to
1245         receive a EvWindow instead of a GtkWindow. It's more consistent
1246         and avoids unneeded casts.
1247         
1248 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (ev_window_cmd_help_contents):
1251
1252         Use gtk_show_uri() when availale to display help contents.
1253         
1254 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * configure.ac:
1257         * backend/pdf/ev-poppler.cc:
1258         * properties/ev-properties-view.c:
1259         * shell/Makefile.am:
1260         * shell/ev-tooltip.[ch]: Removed
1261         * shell/ev-view-private.h
1262         * shell/eggfindbar.c:
1263         * shell/ev-application.c:
1264         * shell/ev-open-recent-action.c:
1265         * shell/ev-sidebar-thumbnails.c:
1266         * shell/ev-view.c:
1267         * shell/ev-window.c:
1268
1269         Bump GTK+ requirement to 2.12.
1270         
1271 2008-10-27 Christian Persch <chpe@gnome.org>
1272
1273         * backend/djvu/djvu-document.c
1274         * backend/dvi/cairo-device.c
1275         * cut-n-paste/evmountoperation/ev-mount-operation.h
1276         * cut-n-paste/gedit-message-area/gedit-message-area.h
1277         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1278         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1279         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1280         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1281         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1282         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1283         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1284         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1285         * cut-n-paste/zoom-control/ephy-zoom-action.c
1286         * cut-n-paste/zoom-control/ephy-zoom-action.h
1287         * cut-n-paste/zoom-control/ephy-zoom-control.c
1288         * cut-n-paste/zoom-control/ephy-zoom-control.h
1289         * libdocument/ev-async-renderer.h
1290         * libdocument/ev-document-factory.c
1291         * libdocument/ev-document-misc.h
1292         * libdocument/ev-image.h
1293         * libdocument/ev-selection.h
1294         * shell/ev-properties-fonts.h
1295         * shell/ev-stock-icons.h
1296         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1297         directly. Bug #558064.
1298
1299 2008-10-27 Christian Persch <chpe@gnome.org>
1300
1301         * cut-and-paste/smclient/*: Update from libegg.
1302
1303 2008-10-27 Christian Persch <chpe@gnome.org>
1304
1305         * backend/djvu/djvu-document.c
1306         * backend/ps/ev-spectre.c
1307         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1308
1309 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1310
1311         * shell/ev-view.c (ev_view_change_page),
1312         (ev_view_transition_animation_finish),
1313         (ev_view_transition_animation_cancel), (page_changed_cb),
1314         (ev_view_set_presentation), (ev_view_next_page),
1315         (ev_view_previous_page):
1316         
1317         Cancel the animation without scheduling transition start
1318         and proceed to the next page to fix bug #516749.
1319
1320 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * NEWS:
1323         * configure.ac:
1324
1325         Update for release 2.24.1
1326         
1327 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1330
1331         Disable toggle function of F5 when in presentation mode. Patch by
1332         Dave Neary. Fixes bug #556162.
1333         
1334 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1337         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1338         (ev_sidebar_thumbnails_fill_model),
1339         (ev_sidebar_thumbnails_refresh),
1340         (ev_sidebar_thumbnails_set_document):
1341
1342         Instead of using only one loading icon for thumbnails based on the
1343         size of the first page, create an icon for every different page
1344         size. Fixes bug #556264.
1345         
1346 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1349
1350         Fix memory leak.
1351         
1352 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1355
1356         Removes bad prefixes from window title. Patch by 
1357         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1358         
1359 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-window.c: (launch_external_uri):
1362
1363         Do not consider mailto links as http uris. Fixes bug #555801.
1364         
1365 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1368
1369         Fix memory leak. Fixes bug #555134.
1370         
1371 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1374
1375         Emit the job finished signal when the job is handled before the
1376         page_ready callback.
1377         
1378 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-window.c: (launch_action):
1381
1382         Use GdkAppLaunchContext when available to launch external
1383         applications.
1384         
1385 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-window.c: (launch_action):
1388
1389         Fix launching external applications for launch actions which seems
1390         to be broken since the gio port. Fixes bug #554500.
1391         
1392 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * backend/dvi/Makefile.am:
1395         * backend/dvi/cairo-device.c:
1396         * backend/dvi/dvi-document.c:
1397         * backend/dvi/mdvi-lib/Makefile.am:
1398
1399         Fix several compile warnings in the dvi backend.
1400         
1401 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * backend/dvi/mdvi-lib/common.h:
1404         * backend/dvi/mdvi-lib/dviread.c:
1405         * backend/dvi/mdvi-lib/font.c:
1406         * backend/dvi/mdvi-lib/fontmap.c:
1407         * backend/dvi/mdvi-lib/fontsrch.c:
1408         * backend/dvi/mdvi-lib/gf.c:
1409         * backend/dvi/mdvi-lib/pagesel.c:
1410         * backend/dvi/mdvi-lib/pk.c:
1411         * backend/dvi/mdvi-lib/sp-epsf.c:
1412         * backend/dvi/mdvi-lib/special.c:
1413         * backend/dvi/mdvi-lib/tfm.c:
1414         * backend/dvi/mdvi-lib/tfmfile.c:
1415         * backend/dvi/mdvi-lib/util.c:
1416         * backend/dvi/mdvi-lib/vf.c:
1417
1418         Rename error as mdvi_error to avoid symbol conflicts with the libc
1419         error. Rename also message, crash, fatal and warning for
1420         consistency. Fixes bug #553369.
1421         
1422 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * backend/dvi/dvi-document.c: (dvi_document_load):
1425
1426         Fix memory leak.
1427         
1428 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * backend/dvi/dvi-document.c:
1431
1432         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1433         G_IMPLEMENT_INTERFACE.
1434         
1435 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1438
1439         Make sure copy_job_page_and_selection_to_job_info is always called
1440         before copy_job_to_job_info. Fixes bug #552382.
1441         
1442 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * NEWS:
1445         * configure.ac:
1446
1447         Update for release 2.24.0
1448         
1449 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * shell/ev-window.c: (launch_external_uri):
1452
1453         Use GdkAppLaunchContext when available to launch external uris.
1454         
1455 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-window.c: (launch_external_uri):
1458
1459         Use the message area to show errors when lauching external uris
1460         instead of a popup window.
1461         
1462 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/ev-window.c: (launch_external_uri):
1465
1466         Assume invalid uris are http uris. Fixes bug #552071.
1467         
1468 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * NEWS:
1471         * configure.ac:
1472
1473         Update for release 2.23.92.
1474         
1475 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/eggfindbar.c: (egg_find_bar_class_init):
1478
1479         Allow page scrolling with PageUp/PageDown keys when find bar is
1480         active. Fixes bug #529833.
1481         
1482 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-view-private.h:
1485         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1486         (ev_view_scroll), (ev_view_class_init):
1487         * shell/ev-view-accessible.c:
1488         (ev_view_accessible_action_do_action):
1489         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1490         (ev_window_cmd_scroll_backward):
1491
1492         Use GtkScrollType instead of EvScrollType.
1493         
1494 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1495
1496         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1497         
1498         Patch for case unsensitive page label match by Michael Lee.
1499         See bug #550136.
1500         
1501         * shell/ev-page-action.c (create_tool_item):    
1502         * test/Makefile.am:
1503         * test/test1.py:
1504         * test/test4.py:
1505         * test/test5.py:
1506         
1507         Added test for the above and updated other tests.
1508
1509 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * shell/ev-window.c: (image_save_dialog_response_cb):
1512
1513         Do not append the file extension twice when saving an image.
1514         
1515 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1518
1519         Remove an invalid ifdef.
1520         
1521 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-view.c: (ev_view_motion_notify_event):
1524
1525         Make sure the cursor is correctly restored after showing the right
1526         click menu.
1527         
1528 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1531         (ev_attachment_open):
1532         * shell/ev-sidebar-attachments.c:
1533         (ev_sidebar_attachments_button_press):
1534         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1535
1536         Use GdkAppLaunchContext when available to open attachments.
1537         
1538 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1541
1542         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1543         by Eric Piel.
1544         
1545 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-application.c: (ev_application_get_media_keys):
1548         * shell/ev-media-player-keys.[ch]:
1549         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1550         (ev_media_player_keys_grab_keys),
1551         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1552         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1553         * shell/ev-window.[ch]: (ev_window_dispose),
1554         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1555         (ev_window_init):
1556
1557         Clean up the media player keys stuff.
1558         
1559 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * NEWS:
1562         * configure.ac:
1563
1564         Update for release 2.23.91.
1565         
1566 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1569         (sm_client_xsmp_set_initial_properties):
1570
1571         Fix memory leak.
1572         
1573 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * shell/ev-application.c: (ev_application_open_window),
1576         (ev_application_open_uri_at_dest):
1577
1578         Make sure evince starts up in the right workspace when resuming a
1579         previous session.
1580         
1581 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-application.[ch]: (ev_application_open_window),
1584         (ev_application_add_icon_path_for_screen),
1585         (ev_application_open_uri_at_dest):
1586
1587         Fix window manager warnings shown in ~/.xsession-errors
1588         
1589 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * configure.ac:
1592         * cut-n-paste/Makefile.am:
1593         * cut-n-paste/smclient/Makefile.am:
1594         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1595         * cut-n-paste/smclient/eggsmclient-private.h:
1596         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1597         * cut-n-paste/smclient/eggsmclient.[ch]:
1598
1599         EggSMClient copied from libegg
1600
1601         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1602         * shell/Makefile.am:
1603         * shell/ev-application.[ch]: (ev_application_load_session),
1604         (smclient_save_state_cb), (smclient_quit_cb),
1605         (ev_application_init_session), (ev_application_shutdown),
1606         (ev_application_init):
1607         * shell/main.c: (main):
1608
1609         Use EggSMClient instead of gnome-client and remove libgnome and
1610         libgnomeui dependencies.
1611         
1612 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * shell/main.c: (main):
1615
1616         Remove gnome_authentication_manager_init.
1617         
1618 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-view.c: (ev_view_goto_window_create):
1621
1622         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1623         since it's now deprecated.
1624         
1625 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * backend/djvu/Makefile.am:
1628         * backend/djvu/djvu-document-private.h:
1629         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1630         (djvu_document_find_iface_init):
1631         * backend/djvu/djvu-text-page.[ch]:
1632         * backend/djvu/djvu-text.[ch]: Removed
1633         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1634         (pdf_document_find_iface_init):
1635         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1636         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1637         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1638         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1639         (ev_job_find_has_results), (ev_job_find_get_results):
1640         * shell/ev-view-private.h:
1641         * shell/ev-view.[ch]: (ev_view_expose_event),
1642         (highlight_find_results), (ev_view_finalize),
1643         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1644         (ev_view_set_document), (ev_view_find_get_n_results),
1645         (ev_view_find_get_result), (jump_to_find_result),
1646         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1647         (ev_view_find_previous), (ev_view_find_search_changed),
1648         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1649         * shell/ev-window.c: (ev_window_update_actions),
1650         (page_changed_cb), (ev_window_setup_document),
1651         (ev_window_update_find_status_message),
1652         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1653         (ev_window_clear_find_job), (find_bar_close_cb),
1654         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1655         (ev_window_dispose), (ev_window_init):
1656
1657         Rework find interface. The find logic has been moved from backends
1658         to the shell avoiding a lot of duplicated code in the backends and
1659         making easier to implement the find interface in the backends.
1660         
1661 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1662
1663         * backend/pdf/ev-poppler.cc:
1664         (pdf_document_thumbnails_get_dimensions):
1665
1666         Make sure thumbnail size returned by the PDF is actually
1667         valid. Fixes bug #548462.
1668         
1669 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-window.c: (ev_window_setup_document),
1672         (ev_window_set_document), (ev_window_dispose):
1673
1674         Remove the idle function for setting the document up when the
1675         window is destroyed. Fixes bug #549163.
1676         
1677 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1680         (ev_job_attachments_dispose), (ev_job_attachments_run),
1681         (ev_job_attachments_class_init), (ev_job_attachments_new):
1682         * shell/ev-sidebar-attachments.c:
1683         (ev_sidebar_attachments_set_document):
1684
1685         Add a new job to get the attachments in a thread with the document
1686         lock held. Fixes bug #548653.
1687         
1688 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1691         (tiff_document_document_iface_init):
1692
1693         Implement document_get_page_label in tiff backend.
1694         
1695 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * backend/tiff/tiff-document.c: (tiff_document_render):
1698
1699         Handle document orientation in tiff backend. Fixes bug #548444.
1700         
1701 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1704
1705         Do not crash when adjustment page size is 0. Fixes bug #547440.
1706         
1707 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1710
1711         Sync with current GTK+.
1712         
1713 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1714
1715         * configure.ac:
1716         
1717         Update for release 2.23.6.
1718
1719 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1722         (ev_job_load_set_password):
1723         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1724         * shell/ev-window.c: (password_dialog_response),
1725         (ev_window_load_job_cb):
1726
1727         Fix loading encrypted documents since I broke it with the jobs
1728         rework.
1729         
1730 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * NEWS:
1733
1734         Update NEWS for 2.23.6 release.
1735         
1736 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1737
1738         * backend/impress/impress-document.c:
1739         * backend/impress/render.h:
1740         * libdocument/ev-document-factory.c:
1741         * libdocument/ev-document-factory.h:
1742         * libdocument/ev-document-links.h:
1743         * libdocument/ev-document-misc.c:
1744         * libdocument/ev-document-misc.h:
1745         * properties/ev-properties-main.c:
1746         * properties/ev-properties-view.c:
1747         * properties/ev-properties-view.h:
1748         * shell/eggfindbar.c:
1749         * shell/eggfindbar.h:
1750         * shell/ev-application.c:
1751         * shell/ev-application.h:
1752         * shell/ev-jobs.h:
1753         * shell/ev-message-area.h:
1754         * shell/ev-navigation-action.c:
1755         * shell/ev-navigation-action.h:
1756         * shell/ev-open-recent-action.c:
1757         * shell/ev-open-recent-action.h:
1758         * shell/ev-page-action-widget.c:
1759         * shell/ev-page-action.c:
1760         * shell/ev-page-action.h:
1761         * shell/ev-page-cache.h:
1762         * shell/ev-password-view.h:
1763         * shell/ev-password.h:
1764         * shell/ev-pixbuf-cache.h:
1765         * shell/ev-properties-fonts.c:
1766         * shell/ev-sidebar-attachments.c:
1767         * shell/ev-sidebar-links.c:
1768         * shell/ev-sidebar-links.h:
1769         * shell/ev-sidebar-thumbnails.c:
1770         * shell/ev-sidebar-thumbnails.h:
1771         * shell/ev-sidebar.c:
1772         * shell/ev-sidebar.h:
1773         * shell/ev-stock-icons.c:
1774         * shell/ev-tooltip.h:
1775         * shell/ev-view.c:
1776         * shell/ev-view.h:
1777         * shell/ev-window.c:
1778         * shell/ev-window.h:
1779         * shell/main.c:
1780
1781         More #include cleanups. Again: reordering, single gtk.h
1782         includes and other stuff.
1783
1784 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1785
1786         * shell/eggfindbar.c:
1787         * shell/ev-application.c:
1788         * shell/ev-message-area.c:
1789         * shell/ev-navigation-action.c:
1790         * shell/ev-open-recent-action.c:
1791         * shell/ev-page-action-widget.c:
1792         * shell/ev-page-action.c:
1793         * shell/ev-password-view.c:
1794         * shell/ev-properties-dialog.c:
1795         * shell/ev-properties-fonts.c:
1796         * shell/ev-sidebar-attachments.c:
1797         * shell/ev-sidebar-page.c:
1798         * shell/ev-sidebar-thumbnails.c:
1799         * shell/ev-stock-icons.c:
1800         * shell/ev-tooltip.c:
1801         * shell/ev-view.c:
1802         * shell/ev-window.c:
1803         * shell/main.c:
1804
1805         Cleanup many #include statements: reorder so that a
1806         generic-to-specific order is used, use single gtk.h
1807         includes, and some other cleanups.
1808
1809 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * shell/ev-jobs.h:
1812
1813         Add gio header.
1814         
1815 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1818         (ev_document_fc_mutex_trylock):
1819         * shell/Makefile.am:
1820         * shell/ev-job-queue.[ch]:
1821         * shell/ev-job-scheduler.[ch]:
1822         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1823         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1824         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1825         (ev_job_failed_from_error), (ev_job_succeeded),
1826         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1827         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1828         (ev_job_links_class_init), (ev_job_render_init),
1829         (notify_page_ready), (ev_job_render_page_ready),
1830         (ev_job_render_run), (ev_job_render_class_init),
1831         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1832         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1833         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1834         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1835         (ev_job_save_dispose), (ev_job_save_run),
1836         (ev_job_save_class_init), (ev_job_print_init),
1837         (ev_job_print_dispose), (ev_job_print_run),
1838         (ev_job_print_class_init):
1839         * shell/ev-page-cache.c:
1840         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1841         (check_job_size_and_unref), (move_one_job),
1842         (copy_job_to_job_info), (add_job),
1843         (ev_pixbuf_cache_add_jobs_if_needed):
1844         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1845         (job_fonts_finished_cb), (job_fonts_updated_cb),
1846         (ev_properties_fonts_set_document):
1847         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1848         (ev_sidebar_links_set_document):
1849         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1850         (ev_sidebar_thumbnails_set_document),
1851         (ev_sidebar_thumbnails_clear_job):
1852         * shell/ev-view-private.h:
1853         * shell/ev-view.c:
1854         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1855         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1856         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1857         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1858         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1859         (ev_window_reload_document), (ev_window_clear_save_job),
1860         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1861         (ev_window_clear_print_job), (ev_window_print_job_cb),
1862         (ev_window_print_dialog_response_cb):
1863         * shell/main.c: (main):
1864
1865         Rework the jobs system in order to make it simpler and more
1866         extensible. It allows to run jobs in the main loop instead of
1867         using a thread when it's appropriate like the fonts job. Now it's
1868         also possible to cancel jobs that are currently running. 
1869         
1870 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * libdocument/ev-debug.c: (profile_init):
1873
1874         Create the hash table also when profiling service is enabled for
1875         all sections.
1876         
1877 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1880         (ev_profiler_stop):
1881         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1882         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1883         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1884         (ev_job_print_run):
1885         * shell/main.c: (main):
1886
1887         Add a profile mode available when debug is enabled. Add profilers
1888         in ev-jobs.
1889         
1890 2008-07-23  Götz Waschk <waschk@mandriva.org>
1891
1892         * configure.ac: Correctly build desktop file. Fixes
1893         bug #544237.
1894
1895 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1896
1897         * configure.ac:
1898         
1899         Update for release 2.23.5.
1900
1901 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * NEWS:
1904
1905         Update NEWS for 2.23.5 release.
1906         
1907 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/ev-window.c: (ev_window_state_event),
1910         (ev_window_class_init):
1911
1912         Intercept window manager's fullscreen request in order to run/stop
1913         fullscreen mode. Fixes bug #493541.
1914         
1915 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1918
1919         Restart the job search when the find bar is opened for the second
1920         time. Fixes bug #531956.
1921         
1922 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1925         (get_document_from_uri):
1926
1927         Make sure we always return a valid error struct when
1928         get_document_from_uri fails. Fixes nautilus crash, see bug
1929         #542548.
1930         
1931 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1932
1933         * libdocument/ev-transition-effect.c
1934         (ev_transition_effect_type_get_type),
1935         (ev_transition_effect_alignment_get_type),
1936         (ev_transition_effect_direction_get_type):
1937         
1938         Fixes bug #542924. Makes enums static to fix Solaris build.
1939
1940 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-view.c: (ev_view_key_press_event):
1943
1944         Add '.' keybinding for blanking the screen in presentation
1945         mode. Fixes bug #542001.
1946         
1947 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * libdocument/ev-document-misc.c:
1950         (ev_document_misc_pixbuf_from_surface):
1951
1952         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1953         #540950.
1954         
1955 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         * backend/comics/comics-document.c (comics_document_load):
1958         * backend/comics/comicsdocument.evince-backend.in:
1959         * configure.ac:
1960         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1961         
1962         Added support for 7-zip based cb7 comic book. Patch by
1963         Kartik Rustagi. Fixes bug #532312.
1964
1965 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1966
1967         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1968         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1969         Fixes bug #539972.
1970
1971 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1972
1973         * shell/Makefile.am:
1974         * shell/ev-application.c (ev_application_init),
1975         (ev_application_get_media_keys):
1976         * shell/ev-application.h:
1977         * shell/ev-marshal.list:
1978         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1979         (proxy_destroy), (on_media_player_key_pressed),
1980         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1981         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1982         * shell/ev-media-player-keys.h:
1983         * shell/ev-window.c (ev_window_go_previous_page),
1984         (ev_window_go_next_page), (ev_window_go_first_page),
1985         (ev_window_go_last_page), (ev_window_start_presentation),
1986         (ev_window_dispose), (view_actions_focus_in_cb):
1987         * shell/ev-window.h: When building with D-Bus support, listen
1988         for multimedia key events from gnome-settings-daemon. This allows
1989         to go to the next/previous/first/last pages using, respectively,
1990         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1991         a presentation. Fixes bug #539971.
1992
1993 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1994
1995         * configure.ac:
1996         
1997         Update for release 2.23.4.
1998
1999 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * NEWS:
2002
2003         Update news for 2.23.4 release.
2004         
2005 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2008         * shell/ev-sidebar-thumbnails.c:
2009         (ev_sidebar_thumbnails_set_loading_icon),
2010         (ev_sidebar_thumbnails_refresh):
2011         * shell/ev-window.c: (ev_window_error_message),
2012         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2013         (ev_window_set_document):
2014
2015         Do not crash opening documents with no pages and show a warning
2016         message in the message area. Fixes bugs #537574 and #171588.
2017         
2018 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * shell/Makefile.am:
2021         * shell/ev-file-monitor.[ch]:
2022         * shell/ev-window.c: (ev_window_document_changed),
2023         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2024         (ev_window_reload_job_cb), (ev_window_open_uri),
2025         (ev_window_reload_document), (ev_window_cmd_view_reload),
2026         (ev_window_dispose):
2027
2028         Automaticly reload the document when the file has changed on
2029         disk. Bug #304249.
2030         
2031 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2032
2033         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2034         * libdocument/ev-image.c: (ev_image_save_tmp):
2035         * libdocument/ev-module.c: (ev_module_load):
2036         * shell/ev-application.c: (ev_application_shutdown),
2037         (ev_application_get_print_settings):
2038         * shell/ev-sidebar-attachments.c:
2039         (ev_sidebar_attachments_button_press),
2040         (ev_sidebar_attachments_drag_data_get):
2041         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2042         (ev_window_print_finished), (ev_window_print_send),
2043         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2044         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2045         (ev_window_cmd_preview_print):
2046         * shell/main.c: (load_files_remote):
2047         Fix some build warnings under GCC 4.3.0. (#537535).
2048
2049 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-jobs.c: (ev_job_render_dispose):
2052
2053         Fix a crash in debug mode. Patch by Daniel M German.
2054         
2055 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * shell/ev-window.c:
2058
2059         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2060         
2061 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * shell/ev-window.c: (ev_window_print_send),
2064         (ev_window_do_preview_print):
2065
2066         Use the window title as print job name instead of just
2067         "evince-print". Fixes bug #534493.
2068         
2069 2008-05-19  Frederic Peters  <fpeters@0d.be>
2070
2071         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2072         Bug #533897.
2073
2074 2008-05-19  Frederic Peters  <fpeters@0d.be>
2075
2076         * help/reference/Makefile.am: added missing libevmountoperation to
2077         gtkdoc-scanobj libraries.  Bug #533896.
2078
2079 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2080
2081         * properties/ev-properties-view.c (get_default_user_units):
2082         Fixes check for default units string translation. Bug #533323.
2083
2084 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2085
2086         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2087         be an iks_free(). Fix an array overflow in the XML parser that
2088         would occur whenever the number of attributes in a tag was greater
2089         than 0 and divisible by 6. Fixes GNOME bug #530852.
2090
2091 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * backend/djvu/djvu-document-private.h:
2094         * backend/djvu/djvu-links.c:
2095         * backend/djvu/djvu-text.c:
2096         * backend/djvu/djvu-document.c: (djvu_handle_events),
2097         (djvu_wait_for_message), (djvu_document_load),
2098         (document_get_page_size), (djvu_document_render),
2099         (djvu_document_thumbnails_get_thumbnail),
2100         (djvu_document_file_exporter_end):
2101
2102         Make sure load job doesn't finish successfully when the document
2103         is not successfully decoded by libdjvu. Fixes bug #530202.
2104         
2105 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * configure.ac:
2108         * libdocument/Makefile.am:
2109         * libdocument/ev-debug.[ch]:
2110         * libdocument/ev-document.c:
2111         * shell/ev-jobs.c: (ev_job_links_dispose),
2112         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2113         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2114         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2115         (ev_job_render_page_ready), (ev_job_render_run),
2116         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2117         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2118         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2119         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2120         (ev_job_print_new), (ev_job_print_run):
2121         * shell/main.c: (main):
2122
2123         Add debug mode based on gedit code. Add debug messages in
2124         ev-jobs.
2125         
2126 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * libdocument/ev-document-factory.c: (get_document_from_uri):
2129
2130         Fix memory leak.
2131         
2132 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2133
2134         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2135         (get_mime_type_from_data), (get_document_from_uri),
2136         (ev_document_factory_get_document):
2137         
2138         Improved error message about file opening failture.
2139         Bug #529129.
2140
2141 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2142
2143         * data/evince-toolbar.xml:
2144         
2145         Allow to add SaveAs to toolbar.
2146
2147 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * shell/ev-view-private.h:
2150         * shell/ev-view.[ch]: (ev_view_button_release_event),
2151         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2152         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2153         (ev_view_update_primary_selection), (clear_link_selected),
2154         (ev_view_copy_link_address):
2155         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2156
2157         Update also the primary selection when copying a link
2158         address. Fixes bug #520855.
2159         
2160 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * libdocument/ev-document-factory.c: (get_document_from_uri):
2163
2164         Use the pixbuf backend only when the mime type is not supported by
2165         any of the other backend so that tiff documents, for instance, are
2166         handled by the tiff backend instead of the pixbuf backend. fixes
2167         bug #520290.
2168         
2169 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * cut-n-paste/Makefile.am:
2172
2173         Add evmountoperation to subdirs list.
2174         
2175 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * configure.ac:
2178
2179         Fix libspectre check in configure script. Fixes bug #528549.
2180         
2181 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * configure.ac:
2184         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2185         * shell/Makefile.am:
2186         * shell/ev-window.c: (ev_window_load_remote_failed),
2187         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2188
2189         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2190         open documents in remote locations that are not mounted.
2191         
2192 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2195         (bitmap_convert_msb8):
2196         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2197         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2198
2199         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2200         
2201 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2204         (ev_job_render_new), (ev_job_render_set_selection_info),
2205         (ev_job_render_run):
2206         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2207         (check_job_size_and_unref),
2208         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2209         (add_job), (ev_pixbuf_cache_get_selection_surface):
2210
2211         Create the render context needed for rendering a page in the render
2212         thread so that we don't block the main thread. Simplify
2213         EvJobRender API.
2214         
2215 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * libdocument/Makefile.am:
2218         * libdocument/ev-page.[ch]:
2219         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2220         (ev_render_context_new), (ev_render_context_set_page):
2221         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2222         (ev_form_field_finalize), (ev_form_field_class_init):
2223         * libdocument/ev-document-forms.[ch]:
2224         (ev_document_forms_get_form_fields):
2225         * libdocument/ev-document.[ch]: (ev_document_get_page),
2226         (ev_document_get_page_size), (ev_document_get_page_label):
2227         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2228         (ev_job_render_run), (ev_job_thumbnail_new),
2229         (ev_job_thumbnail_run), (ev_job_print_run):
2230         * shell/ev-page-cache.c: (ev_page_cache_new):
2231         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2232         (check_job_size_and_unref), (add_job):
2233         * shell/ev-sidebar-thumbnails.c: (add_range):
2234         * shell/ev-view.c: (ev_view_form_field_get_region),
2235         (ev_view_form_field_button_create_widget),
2236         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2237         (ev_view_handle_form_field), (ev_view_size_allocate),
2238         (get_selected_text):
2239         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2240         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2241         (pdf_document_get_page), (pdf_document_get_page_label),
2242         (pdf_document_render), (pdf_document_get_info),
2243         (pdf_document_document_iface_init),
2244         (pdf_document_thumbnails_get_thumbnail),
2245         (pdf_document_thumbnails_get_dimensions),
2246         (pdf_document_file_exporter_do_page),
2247         (pdf_selection_render_selection),
2248         (pdf_selection_get_selected_text),
2249         (pdf_selection_get_selection_region),
2250         (pdf_selection_get_selection_map),
2251         (pdf_document_forms_get_form_fields),
2252         (pdf_document_forms_form_field_text_get_text),
2253         (pdf_document_forms_form_field_text_set_text),
2254         (pdf_document_forms_form_field_button_set_state),
2255         (pdf_document_forms_form_field_button_get_state),
2256         (pdf_document_forms_form_field_choice_get_item),
2257         (pdf_document_forms_form_field_choice_get_n_items),
2258         (pdf_document_forms_form_field_choice_is_item_selected),
2259         (pdf_document_forms_form_field_choice_select_item),
2260         (pdf_document_forms_form_field_choice_toggle_item),
2261         (pdf_document_forms_form_field_choice_unselect_all),
2262         (pdf_document_forms_form_field_choice_set_text),
2263         (pdf_document_forms_form_field_choice_get_text):
2264         * backend/ps/ev-spectre.c: (ps_document_get_page),
2265         (ps_document_get_page_size), (ps_document_get_page_label),
2266         (ps_document_render), (ps_document_document_iface_init),
2267         (ps_document_file_exporter_do_page):
2268         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2269         (tiff_document_render), (tiff_document_render_pixbuf),
2270         (tiff_document_file_exporter_do_page):
2271         * backend/pixbuf/pixbuf-document.c:
2272         (pixbuf_document_get_page_size):
2273         * backend/comics/comics-document.c:
2274         (comics_document_get_page_size), (comics_document_render_pixbuf):
2275         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2276         (djvu_document_render), (djvu_selection_get_selected_text),
2277         (djvu_document_thumbnails_get_thumbnail),
2278         (djvu_document_file_exporter_do_page),
2279         (djvu_document_find_get_result):
2280         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2281         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2282         (dvi_document_thumbnails_get_thumbnail),
2283         (dvi_document_file_exporter_do_page):
2284         * backend/impress/impress-document.c:
2285         (impress_document_get_page_size),
2286         (impress_document_render_pixbuf):
2287         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2288
2289         Add EvPage so that we can hold a reference to the backend
2290         page. Form fields keep now a reference to the poppler page
2291         improving performance since we don't have to create/destroy the
2292         poppler field for every form operation. This will be needed for
2293         annotations too.
2294         
2295 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * data/evince-ui.xml:
2298         * shell/ev-window.c:
2299
2300         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2301         
2302 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * configure.ac:
2305         * backend/ps/Makefile.am:
2306
2307         Remove gs stuff from ps backend.
2308         
2309 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * configure.ac:
2312         * backend/pdf/ev-poppler.cc:
2313
2314         Bump poppler requirement to 0.8.0.
2315         
2316 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2317
2318         * NEWS:
2319         * configure.ac:
2320
2321         Update for release 2.22.1.1
2322
2323 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * configure.ac:
2326
2327         Fix build (again) when poppler version is 0.6
2328         
2329 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * backend/djvu/djvu-links.c: (build_tree):
2332
2333         Make sure link title is a valid utf8 string. Fixes bug #526517.
2334         
2335 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * configure.ac:
2338
2339         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2340         #526799.
2341         
2342 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2343
2344         * configure.ac:
2345         
2346         Update for release 2.22.1.
2347
2348 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * NEWS:
2351
2352         Update for upcoming release.
2353
2354 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * configure.ac:
2357         * backend/dvi/dvidocument.evince-backend.in:
2358
2359         Add compressed dvi to the list of supported mime types. Patch by
2360         Ed Catmur. Fixes bug #307087.
2361
2362 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2365
2366         Fix a crash when printing a range that doesn't specify the start or
2367         end page. Fixes bug #524288.
2368
2369 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-window.c: (ev_window_cmd_continuous),
2372         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2373         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2374         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2375         (ev_window_run_presentation), (ev_window_stop_presentation),
2376         (ev_window_cmd_view_presentation),
2377         (ev_window_cmd_leave_fullscreen),
2378         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2379
2380         Do not unfullscreen and fullscreen again the window when changing
2381         from fullscreen to presentation mode and vice versa. Fixes bug
2382         #524112.
2383         
2384 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2387
2388         Do not crash when thumbnail failed to render in PS backend. Fixes
2389         bug #525015.
2390         
2391 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2394         (ev_window_load_file_remote), (ev_window_open_uri):
2395
2396         Handle errors when opening remote files.
2397         
2398 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2401
2402         Only grab the focus for the current visible proxy widget. Fixes
2403         bug #521224.
2404         
2405 2008-03-30  Emil Soleyman  <emil@nishra.com>
2406
2407         * shell/ev-window.c: (launch_external_uri):
2408         
2409         Reuse g_app_info_launch_default_for_uri to
2410         save some code and fix bug #525009.
2411
2412 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2413
2414         * shell/ev-window.c (image_save_dialog_response_cb):
2415
2416         Use g_str_has_suffix. See bug #523069.
2417
2418 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * configure.ac:
2421
2422         Add a configure option to enable/diable DBus. Patch by Rémi
2423         Cardona. Fixes bug 521797.
2424
2425 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2428
2429         Fix printing in documents with rotated pages. Patch by Eugen
2430         Dedu. Fixes bug #512648.
2431         
2432 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2435         (ev_link_from_action):
2436
2437         Fix warning messages.
2438         
2439 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-window.c: (image_save_dialog_response_cb):
2442
2443         Do not append the extension to filename when saving an image
2444         if the filename alredy contains the extension. Fixes bug #523069.
2445         
2446 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-view.[ch]: (ev_view_find_cancel):
2449         * shell/ev-window.c: (find_bar_close_cb):
2450
2451         Cancel the find operation when the find bar is closed. Fixes bug
2452         #508845.
2453         
2454 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * backend/ps/psdocument.evince-backend.in:
2457
2458         Make ps backend module resident. Fixes bug #520607.
2459         
2460 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-jobs.c: (ev_job_print_run):
2463
2464         Invert collate action in order to work as expected, fix reverse
2465         printing so that it doesn't start with a blank page and fix number
2466         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2467         
2468 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2471
2472         Fix build with poppler <= 0.7.2
2473         
2474 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * libdocument/ev-document-misc.c:
2477         (ev_document_misc_surface_from_pixbuf):
2478
2479         Fix selections with poppler-splash.
2480         
2481 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * configure.ac:
2484         * backend/pdf/ev-poppler.cc:
2485
2486         Fix build with poppler >= 0.7.2
2487         
2488 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2489
2490         * configure.ac:
2491         
2492         Update for release 2.22.0
2493
2494 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * NEWS:
2497
2498         Update for upcoming release.
2499
2500 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2501
2502         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2503
2504         Bug 495107 – Handle print dialog responses correctly
2505
2506         Correctly handle print dialog response. Properly fixes
2507         the above mentioned bug.
2508
2509 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2512
2513         Make sure print job is only run when the print button is
2514         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2515         
2516 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * backend/pdf/pdfdocument.evince-backend.in:
2519         * libdocument/ev-backends-manager.c:
2520         (ev_backends_manager_load_backend),
2521         (ev_backends_manager_get_document):
2522         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2523
2524         Allow making backend modules resident. This is needed only for
2525         some backends like pdf to avoid registering glib types more than
2526         once.
2527         
2528 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * backend/comics/comics-document.c:
2531         * backend/djvu/djvu-document.c:
2532         * backend/impress/impress-document.c:
2533         * backend/pdf/ev-poppler.cc:
2534         * backend/pixbuf/pixbuf-document.c:
2535         * backend/ps/ev-spectre.c:
2536         * backend/ps/ps-document.c:
2537         * backend/tiff/tiff-document.c:
2538         * libdocument/ev-document.h:
2539         * properties/ev-properties-main.c:
2540
2541         Use g_type_module_add_interface instead of
2542         g_type_add_interface_static. Fixes bug #519679.
2543         
2544 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2545
2546         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2547         Added. Returns whether the animation has everything necessary to run.
2548         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2549         is ready just because it's been created. Fixes #519106.
2550         (draw_one_page): Do not show the "Loading..." text in presentation
2551         mode, there was a slim probability that this could happen.
2552
2553 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2556
2557         Duplicate mime_type string before freeing it so that it doesn't
2558         always fail when getting mime type from uri. Fixes bug #518874.
2559         
2560 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2563
2564         Fix a crash when a choice form field doesn't have any item
2565         selected. Fixes bug #518831
2566         
2567 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2568
2569         * shell/ev-window.c (ev_window_clear_temp_file):
2570         Use g_file_has_prefix instead of renamed
2571         g_file_contains_file.
2572
2573         * configure.ac:
2574         Require new glib for above change.
2575         
2576 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * libdocument/ev-image.c: (ev_image_finalize),
2579         (ev_image_save_tmp):
2580
2581         Return a real uri instead of a filename when saving an
2582         image. Fixes images drag an drop from evince to nautilus. 
2583         
2584 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/pdf/ev-poppler.cc:
2587         (pdf_document_images_get_image_mapping):
2588
2589         Return the image list in the right order. Fixes bug #516237.
2590         
2591 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2592
2593         * backend/impress/impress-document.c:
2594         (impress_document_thumbnails_get_thumbnail):
2595
2596         Remove unused variable to avoid a compiler warning.
2597
2598 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2599
2600         * configure.ac:
2601         
2602         Update for release 2.21.91.
2603
2604 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * configure.ac:
2607         * shell/Makefile.am:
2608         * shell/ev-application.[ch]:
2609         * shell/ev-sidebar-links.c:
2610         * shell/ev-utils.[ch]:
2611         * shell/ev-window.[ch]:
2612
2613         Remove libgnomeprint support. Fixes bug #512370.
2614         
2615 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2616
2617         * thumbnailer/evince-thumbnailer.c: (main):
2618
2619         Initialize glib type system before using it. Fixes bug #513934.
2620         
2621 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * properties/ev-properties-main.c:
2624
2625         Add missing #include.
2626         
2627 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * configure.ac:
2630         * backend/djvu/djvu-document.c: (djvu_document_render):
2631         * backend/tiff/tiff-document.c: (tiff_document_render):
2632
2633         Use the new cairo function cairo_format_stride_for_width when
2634         available. Fixes bug #482720.
2635
2636 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2639         (get_mime_type_from_data), (get_document_from_uri):
2640
2641         Use g_content_type_guess() only when slow is true in
2642         get_document_from_uri(). Fix several memory leaks.
2643         
2644 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2645
2646         * libdocument/ev-document-factory.c:
2647         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2648         (get_document_from_uri):
2649
2650         Use g_content_type_guess () to get mimetype for files.
2651         Bug #510401.
2652
2653 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * thumbnailer/Makefile.am:
2656
2657         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2658         
2659 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * configure.ac:
2662
2663         Fix build with --without-libgnome. Fixes bug #512771.
2664         
2665 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2666
2667         * backend/dvi/Makefile.am: Install only dvi
2668         module. Fixes bug #512718.
2669
2670 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2671
2672         * properties/ev-properties-main.c: (nautilus_module_initialize):
2673         
2674         Initialize backends in properties tab. Fixes bug
2675         #512720.
2676
2677 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2678
2679         * properties/Makefile.am: No need to link with 
2680         libraries. Fixes bug #512719.
2681
2682 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2683
2684         * NEWS:
2685         * configure.ac:
2686         
2687         Update for release 2.21.90.
2688
2689 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-window.c: (ev_window_cmd_escape):
2692
2693         Fix compile warning.
2694         
2695 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2698
2699         Fix printing in dvi backend when filename contains white
2700         espaces. Fixes bug #502839.
2701         
2702 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2705         (screensaver_disable_x11):
2706         * shell/Makefile.am:
2707         * shell/xdg-user-dir-lookup.c: Removed
2708         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2709         * shell/ev-view.c: (ev_view_presentation_transition_start):
2710         * shell/ev-window.c: (ev_window_cmd_file_open),
2711         (ev_window_cmd_save_as), (presentation_set_timeout):
2712
2713         Remove #ifdefs that are no longer needed.
2714         
2715 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * shell/ev-view.[ch]: (ev_view_button_release_event),
2718         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2719         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2720         (ev_window_cmd_escape):
2721
2722         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2723         
2724 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * configure.ac:
2727         * backend/comics/comics-document.c: (comics_document_load):
2728         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2729         (ev_attachment_set_property), (ev_attachment_init),
2730         (ev_attachment_save), (ev_attachment_launch_app),
2731         (ev_attachment_open):
2732         * libdocument/ev-document-factory.c: (get_document_from_uri):
2733         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2734         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2735         * shell/ev-jobs.c:
2736         * shell/ev-password.c: (ev_password_dialog_set_property),
2737         (ev_password_dialog_save_password):
2738         * shell/ev-sidebar-attachments.c:
2739         (ev_sidebar_attachments_drag_data_get):
2740         * shell/ev-window-title.c: (get_filename_from_uri):
2741         * shell/ev-window.c: (ev_window_clear_temp_file),
2742         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2743         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2744         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2745         (launch_external_uri), (image_save_dialog_response_cb),
2746         (attachment_save_dialog_response_cb):
2747         * shell/main.c: (load_files), (load_files_remote), (main):
2748         * thumbnailer/evince-thumbnailer.c: (main):
2749
2750         Port to gio and drop gnome-vfs dependency. Fixes bug
2751         #510401. Based on patch by Cosimo Cecchi.
2752         
2753 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2754
2755         * NEWS:
2756
2757         Fixed formatting inconsistencies (spaces vs. tabs)
2758
2759 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2760
2761         * shell/ev-window.c:
2762
2763         Use top/up/bottom/down arrows instead of
2764         first/left/last/right in the toolbar and menu actions.
2765         This fixes issues with RTL languages and is visually
2766         consistent with the page view. Fixes bug #170081.
2767
2768 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2769
2770         * NEWS:
2771
2772         Fixed some inaccuracies pointed out by Carlos Garcia
2773         Campos.
2774
2775 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2776
2777         * NEWS:
2778         * data/evince.schemas.in:
2779         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2780
2781         Override PDF restrictions by default. Fixes bug #382700.
2782
2783 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2784
2785         * NEWS: Updated for upcoming release
2786
2787 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2790
2791         Fix memory leak.
2792         
2793 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2794
2795         * shell/ev-window.c: (register_custom_actions):
2796         
2797         Added comment for translators
2798
2799 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * shell/ev-view.c: (ev_view_button_release_event):
2802
2803         Do not create the idle function for kinetic scrolling if we are
2804         not in a drag operation.
2805
2806 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2809         (ev_view_button_press_event), (ev_view_motion_notify_event),
2810         (ev_view_button_release_event):
2811
2812         Restore cursor after autoscrolling. Fixes bug #509958.
2813
2814 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * configure.ac:
2817         * backend/pdf/ev-poppler.cc:
2818         (pdf_document_images_get_image_mapping),
2819         (pdf_document_images_get_image),
2820         (pdf_document_document_images_iface_init):
2821         * libdocument/ev-document-images.[ch]:
2822         (ev_document_images_get_image_mapping),
2823         (ev_document_images_get_image):
2824         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2825         (ev_image_get_id), (ev_image_save_tmp):
2826         * shell/ev-jobs.c: (ev_job_render_run):
2827         * shell/ev-view.c: (ev_view_drag_data_get):
2828         * shell/ev-window.c: (image_save_dialog_response_cb),
2829         (ev_view_popup_cmd_copy_image):
2830
2831         Do not render images when rendering the page but on demand. It
2832         reduces the memory comsumption.
2833         
2834 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2835
2836         * configure.a:
2837         * shell/ev-password.c:
2838
2839         Make gnome-keyring optional. Fixes bug #509676.
2840         
2841 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-pixbuf-cache.c: (add_job):
2844
2845         Initialize include_images variable as FALSE instead of TRUE.
2846         
2847 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2848
2849         * configure.ac:
2850         * cut-n-paste/Makefile.am:
2851         * cut-n-paste/fileformatchooser/Makefile.am:
2852         * cut-n-paste/fileformatchooser/egg-macros.h:
2853         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2854         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2855         * shell/Makefile.am:
2856         * shell/ev-utils.c:
2857         (file_chooser_dialog_add_writable_pixbuf_formats),
2858         (get_gdk_pixbuf_format_by_extension):
2859         * shell/ev-utils.h:
2860         * shell/ev-window.c: (ev_window_error_message),
2861         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2862         
2863         Simplify image format selection on save.
2864
2865 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2866
2867         * shell/ev-view.c: (ev_view_scroll_event):
2868         
2869         Repair gorizontal scrolling with shift. Fixes
2870         bug #483412.
2871
2872 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2873         
2874         * MAINTAINERS:
2875
2876         Fix formatting issues.
2877         
2878 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2879
2880         * backend/comics/comics-document.c: (comics_regex_quote):
2881         
2882         Don't overquote special chars except of '. See bug 
2883         502500. Thanks to Tom Parker.
2884
2885 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2886
2887         * MAINTAINERS:
2888         
2889         Added Nickolay and Carlos, since they're doing most of
2890         the releases nowadays.
2891
2892 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2893
2894         * properties/Makefile.am:
2895
2896         Get the nautilus extension dir properly instead of using
2897         a hack. Fixes bug #505359.
2898
2899 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2900
2901         * properties/Makefile.am:
2902         
2903         Install nautilus extension into new place. See bug
2904         #505359. Thanks to Matthias Clasen, Brian Pepple and
2905         Damien Carbery.
2906
2907 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2908
2909         * shell/ev-window.c: (ev_window_get_recent_file_label):
2910         
2911         RTL marker in recent file list. See bug #509076.
2912
2913 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2916         * shell/ev-window.c: (image_save_dialog_response_cb):
2917
2918         Fix compile warnings due to unused variables.
2919         
2920 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * configure.ac:
2923         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2924         * backend/ps/ev-spectre.c: (ps_document_render):
2925
2926         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2927
2928 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2929
2930         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2931         (ev_transition_animation_paint): Implement "fade" effect.
2932
2933 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2934
2935         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2936         (ev_transition_animation_paint): Implement "uncover" effect.
2937
2938 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2939
2940         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2941         (ev_transition_animation_paint): Implement "cover" effect.
2942
2943 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2944
2945         * shell/ev-transition-animation.c (ev_transition_animation_push)
2946         (ev_transition_animation_paint): Implement "push" effect.
2947
2948 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2949
2950         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2951         (ev_transition_animation_paint): Implement "dissolve" effect.
2952
2953 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2954
2955         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2956         (ev_transition_animation_paint): Implement "wipe" effect.
2957
2958 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2959
2960         * shell/ev-transition-animation.c (ev_transition_animation_box)
2961         (ev_transition_animation_paint): Implement "box" effect.
2962
2963 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2964
2965         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2966         (ev_transition_animation_paint): Implement "blinds" effect.
2967
2968 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2969
2970         * shell/ev-transition-animation.c (ev_transition_animation_split)
2971         (ev_transition_animation_paint): Implement "split" effect.
2972
2973 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2974
2975         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2976         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2977         (ev_view_transition_animation_start) 
2978         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2979         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2980         (ev_view_next_page) (ev_view_previous_page):
2981         
2982         Use EvTransitionAnimation to drive page changes in the presentation
2983         mode, the animation will wait to start until both the origin and 
2984         destination page surfaces are available. Fixes #458460.
2985
2986         (draw_loading_text):
2987
2988         Remove workaround for bug #320352, it's now fixed properly.
2989
2990
2991 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2992
2993         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2994         will contain the implementations for page transition animations, at
2995         the moment it just has the "replace" effect.
2996         * shell/Makefile.am: Added these files to build.
2997
2998 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2999
3000         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3001         animations.
3002         * shell/Makefile.am: Added these files to build.
3003
3004 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3005
3006         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3007         implementation to get_effect() in EvDocumentTransitionIface.
3008
3009 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3010
3011         * libdocument/ev-transition-effect.[ch]: New files, define a page
3012         transition effect, at the moment it maps PopplerPageTransition to a
3013         GObject.
3014         * libdocument/Makefile.am: Added these files to build.
3015         * libdocument/ev-document-transition.[ch]
3016         (ev_document_transition_get_effect): New method, gets the
3017         EvTransitionEffect returned by the interface implementation, with
3018         fallback to the "replace" effect.
3019
3020 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3021
3022         * configure.ac:
3023         * cut-n-paste/Makefile.am:
3024         * cut-n-paste/fileformatchooser/Makefile.am:
3025         * cut-n-paste/fileformatchooser/egg-macros.h:
3026         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3027         * shell/Makefile.am:
3028         * shell/ev-window.c: (image_save_dialog_response_cb),
3029         (ev_view_popup_cmd_save_image_as):
3030
3031         Allow exporting images in any format supported by
3032         GdkPixbuf. Fixes bug #500209.
3033         
3034 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * backend/pixbuf/pixbuf-document.c:
3037
3038         More warnings fixed.
3039         
3040 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3043         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3044         * backend/djvu/djvu-text.h:
3045         * backend/tiff/tiff-document.c: (tiff_document_render):
3046
3047         Fix compile warnings.
3048         
3049 2007-12-28  Christian Persch  <chpe@gnome.org>
3050
3051         * **/*.c: Include config.h. Bug #504721.
3052
3053 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * configure.ac:
3056         * Makefile.am:
3057         * po/POTFILES.in:
3058         * backend/comics/Makefile.am:
3059         * backend/comics/comics-document.[ch]:
3060         * backend/comics/comicsdocument.evince-backend.in:
3061         * backend/djvu/Makefile.am:
3062         * backend/djvu/djvu-document.[ch]:
3063         * backend/djvu/djvudocument.evince-backend.in:
3064         * backend/dvi/Makefile.am:
3065         * backend/dvi/dvi-document.[c]:
3066         * backend/dvi/dvidocument.evince-backend.in:
3067         * backend/impress/Makefile.am:
3068         * backend/impress/impress-document.[ch]:
3069         * backend/impress/impressdocument.evince-backend.in:
3070         * backend/pdf/Makefile.am:
3071         * backend/pdf/ev-poppler.cc:
3072         * backend/pdf/ev-poppler.h:
3073         * backend/pdf/pdfdocument.evince-backend.in:
3074         * backend/pixbuf/Makefile.am:
3075         * backend/pixbuf/pixbuf-document.[ch]:
3076         * backend/pixbuf/pixbufdocument.evince-backend.in:
3077         * backend/ps/Makefile.am:
3078         * backend/ps/ev-spectre.[ch]:
3079         * backend/ps/ps-document.[ch]:
3080         * backend/ps/psdocument.evince-backend.in:
3081         * backend/tiff/Makefile.am:
3082         * backend/tiff/tiff-document.[ch]:
3083         * backend/tiff/tiffdocument.evince-backend.in:
3084         * libdocument/Makefile.am:
3085         * libdocument/ev-backends-manager.[ch]:
3086         * libdocument/ev-module.[ch]:
3087         * libdocument/ev-document.h:
3088         * libdocument/ev-document-factory.[ch]:
3089         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3090         (get_compression_from_mime_type), (get_document_from_uri),
3091         (ev_document_factory_get_document), (file_filter_add_mime_types),
3092         (ev_document_factory_add_filters):
3093         * shell/Makefile.am:
3094         * shell/ev-window-title.c: (get_filename_from_uri):
3095         * shell/main.c: (main):
3096         * thumbnailer/Makefile.am:
3097         * thumbnailer/evince-thumbnailer.c: (main):
3098
3099         Plugin system for backends. Fixes bug #351348.
3100         
3101 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3102
3103         * shell/ev-view-private.h:
3104         * shell/ev-view.c: (ev_view_drag_update_momentum),
3105         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3106         (ev_view_button_release_event), (ev_view_destroy):
3107         
3108         Kinetic scrolling implemented as requested in
3109         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3110
3111 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3112
3113         * data/evince-toolbar.xml:
3114         * data/evince-ui.xml:
3115         * shell/ev-view-private.h:
3116         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3117         (ev_view_button_press_event), (ev_view_motion_notify_event),
3118         (ev_view_button_release_event), (ev_view_init),
3119         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3120         (ev_view_set_cursor):
3121         * shell/ev-view.h:
3122         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3123         (ev_window_cmd_view_autoscroll):
3124         
3125         Autoscroll feature with the context menu. Fixes bug 
3126         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3127
3128 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3131
3132         Disconnect also page-ready signal when removing a job because the
3133         page size has changed. Thanks to kripken
3134         <kripkensteiner@gmail.com>.
3135
3136 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3137
3138         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3139         
3140         Scroll pages in page entry with mouse wheel. Fixes bug
3141         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3142
3143 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * backend/dvi/Makefile.am:
3146         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3147         (mdvi_cairo_device_init):
3148         * backend/dvi/mdvi-lib/common.h:
3149         * backend/dvi/mdvi-lib/mdvi.h:
3150         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3151         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3152         (mdvi_build_path_from_cwd):
3153
3154         Add ps specials support in dvi backend when libspectre is
3155         present. Fixes bug #386005.
3156         
3157 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * configure.ac:
3160         * backend/ps/Makefile.am:
3161         * backend/ps/ev-spectre.[ch]:
3162         
3163         Use libspectre, if available, for the ps backend. Fixes bugs
3164         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3165
3166 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3167         
3168         * backend/comics/comics-document.c: (comics_document_load):
3169         
3170         Cygwin build issue fix.
3171
3172 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/ev-view.c: (ev_view_set_zoom):
3175
3176         Do not limit the minimum zoom factor when sizing mode is best bit
3177         or fit width. Fixes bug #503805.
3178         
3179 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3182         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3183         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3184         (ev_link_dest_get_property), (ev_link_dest_set_property),
3185         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3186         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3187         (ev_link_dest_new_fitr):
3188         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3189         (goto_fith_dest), (goto_xyz_dest):
3190
3191         Do not change left, top and zoom values when they are null in PDF
3192         destinations. Fixes bug #460658.
3193         
3194 2007-12-10  Christian Persch  <chpe@gnome.org>
3195
3196         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3197         (ev_view_accessible_class_init),
3198         (ev_view_accessible_idle_do_action),
3199         (ev_view_accessible_action_do_action),
3200         (ev_view_accessible_action_get_description),
3201         (ev_view_accessible_action_set_description),
3202         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3203         (ev_view_accessible_factory_init),
3204         (ev_view_accessible_factory_get_accessible_type):
3205         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3206         private data, and G_DEFINE_TYPE. Bug #502843.
3207
3208 2007-12-08  Christian Persch  <chpe@gnome.org>
3209
3210         * shell/ev-metadata-manager.c: (item_free),
3211         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3212         (value_free), (parse_value), (parseItem),
3213         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3214         (save_values): Use GSlice to allocate small amounts of memory. Bug
3215         #475972.
3216
3217 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3220
3221         Restore cursor to normal after a drag operation. Fixes bug
3222         #501603.
3223         
3224 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3225
3226         * NEWS:
3227         * configure.ac:
3228         
3229         Update for release 2.21.1
3230
3231 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * configure.ac:
3234         * cut-n-paste/gedit-message-area/Makefile.am:
3235         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3236         * shell/Makefile.am:
3237         * shell/ev-message-area.[ch]:
3238         * shell/ev-window.c: (ev_window_set_message_area),
3239         (ev_window_error_message_response_cb), (ev_window_error_message),
3240         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3241         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3242         (ev_attachment_popup_cmd_open_attachment),
3243         (attachment_save_dialog_response_cb), (ev_window_set_document),
3244         (ev_window_init):
3245
3246         Use a message area instead of a popup dialog for error
3247         notifications. Fixes bug #337495.
3248         
3249 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3252         (ev_window_run_fullscreen):
3253
3254         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3255         
3256 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * ev-sidebar-thumbnails.c: (update_visible_range),
3259         (ev_sidebar_thumbnails_refresh),
3260         (ev_sidebar_thumbnails_set_document),
3261         (ev_sidebar_thumbnails_support_document):
3262
3263         Show thumbnails for documents with one page. Fixes bug #358751.
3264         
3265 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * shell/ev-window.c:
3268         (ev_window_load_print_settings_from_metadata),
3269         (ev_window_save_print_settings), (ev_window_print_finished),
3270         (ev_window_print_range):
3271
3272         Print settings that are specific to the document are now saved per
3273         document in the metadata file. Fixes bug #488806.
3274         
3275 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3276
3277         * backend/tiff/tiff-document.c: (tiff_document_render):
3278
3279         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3280         
3281 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-application.[ch]: (get_find_string_from_args),
3284         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3285         (ev_application_open_uri_list):
3286         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3287         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3288         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3289         (ev_window_cmd_recent_file_activate),
3290         (ev_window_open_recent_action_item_activated),
3291         (ev_window_print_send), (open_remote_link):
3292         * shell/main.c: (arguments_parse):
3293
3294         Add a command line option for search. Fixes bug #497710.
3295         
3296 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3297
3298         * shell/ev-jobs.c: (ev_job_print_new):
3299
3300         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3301         
3302 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * data/evince-toolbar.xml:
3305         * shell/Makefile.am:
3306         * shell/ev-application.c: (ev_application_init):
3307         * shell/ev-open-recent-action.[ch]:
3308         * shell/ev-window.c:
3309         (ev_window_open_recent_action_item_activated),
3310         (register_custom_actions):
3311
3312         Add an expander to the open toolbar item which pops up a dropdown
3313         menu with the recently used documents. Fixes bug #487215.
3314         
3315 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-window.c: (ev_window_open_uri),
3318         (ev_window_cmd_view_reload):
3319
3320         Do not jump to the first page when reloading by running evince
3321         from the command line. Fixes bug #490847.
3322         
3323 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3324
3325         * shell/ev-window.c: (ev_window_cmd_help_contents):
3326
3327         Plugged memory leak when help file is not found. Fixes bug
3328         #490762.
3329         
3330 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * configure.ac:
3333
3334         Enable djvu, dvi and comics backends by default. Fixes bug
3335         #437121.
3336         
3337 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3338
3339         * configure.ac:
3340         * cut-n-paste/Makefile.am:
3341         * cut-n-paste/recent-files/*: Removed
3342         * help/reference/Makefile.am:
3343         * shell/Makefile.am:
3344         * shell/ev-application.[ch]: (ev_application_shutdown),
3345         (ev_application_init):
3346         * shell/ev-window.c: (ev_window_add_recent),
3347         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3348
3349         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3350         
3351 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3352
3353         * shell/ev-window.c: (launch_external_uri):
3354
3355         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3356         and report error if the URL is not supported (#489910).
3357
3358 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3361         (pdf_document_file_exporter_begin_page),
3362         (pdf_document_file_exporter_end_page):
3363
3364         Fix printing with poppler splash backend. Fixes bug #489774.
3365         
3366 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3369         * shell/ev-print-job.c: (ev_print_job_class_init):
3370
3371         Fix a crash when printing with the gnome-print dialog. Fixes bug
3372         #488939.
3373         
3374 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3375
3376         * backend/pixbuf/pixbuf-document.c:
3377
3378         Fix an implicit function definition warning (#487655)
3379
3380 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * shell/ev-window.c:
3383
3384         Fix conflicting shortcut for view sade pane and presentation.
3385         
3386 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * backend/pdf/ev-poppler.cc:
3389         (pdf_document_file_exporter_begin_page),
3390         (pdf_document_file_exporter_do_page),
3391         (pdf_document_file_exporter_end_page),
3392         (pdf_document_file_exporter_iface_init):
3393         * libdocument/ev-file-exporter.[ch]:
3394         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3395         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3396         (ev_job_print_run):
3397
3398         When printing multiple pages per sheet in reverse option, do not
3399         invert the order of the pages in every sheet, but the order of the
3400         sheets. Do not print blank pages when page range is invalid. Fixes
3401         bugs #484857 and #485521.
3402         
3403 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3406         (ev_job_print_run):
3407         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3408
3409         Respect ranges order when printing more than one range in random
3410         order.
3411         
3412 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3413
3414         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3415         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3416
3417         Rotate also the window icon when document is rotated. Fixes bug
3418         #474681.
3419         
3420 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3423         (pdf_document_forms_get_form_fields):
3424
3425         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3426         Matthias Drochner.
3427         
3428 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * configure.ac:
3431         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3432
3433         Use poppler_page_render_for_printing() instead of
3434         poppler_page_render() if available when exporting to a ps or pdf
3435         file. Fixes bug #476627.
3436         
3437 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * shell/ev-window.c: (ev_window_run_fullscreen):
3440
3441         Do not show the toolbar in fullscreen mode if the main toolbar is
3442         not visible. Fixes bug #483048.
3443         
3444 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-view.c: (ev_view_button_press_event):
3447
3448         Give priority to form fields over images when deciding whether a
3449         button press event is over an image or form field. It allows edit
3450         form fields when they are over a background image. Fixes bug
3451         #477841.
3452         
3453 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * NEWS:
3456         * configure.ac:
3457         
3458         Update for release 2.20.0
3459
3460 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * backend/pdf/ev-poppler.cc:
3463
3464         Remove #ifdef HAVE_FORMS, so that forms support works again.
3465
3466 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3467
3468         * configure.ac:
3469         * data/evince.desktop.in.in:
3470         
3471         Fixes desktop file issues. See bug #473471.
3472
3473 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3476         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3477         (ev_job_queue_remove_job):
3478         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3479         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3480         * shell/ev-window.c: (ev_window_clear_save_job),
3481         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3482         (ev_window_dispose):
3483
3484         Move save a copy task to its own job so that it's carried out in a
3485         thread avoiding another lock in the main thread. Use
3486         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3487         can be saved to a pathin another file system. Fixes bug #456891.
3488         
3489 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * NEWS:
3492         * configure.ac:
3493         
3494         Update for release 2.19.92
3495
3496 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3497
3498         * configure.ac:
3499         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3500         (pdf_selection_get_selection_region),
3501         (pdf_selection_get_selection_map),
3502         (ev_form_field_from_poppler_field):
3503
3504         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3505         and triple click selections are enabled again now.
3506
3507 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-window.c: (ev_window_add_history):
3510
3511         Make sure not to use the history with documents not supporting
3512         links. Fixes bug #468954.
3513
3514 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-window.c: (ev_window_load_job_cb):
3517
3518         Restart the search when reloading a document with the find bar
3519         visible. Fixes bug #461962.
3520
3521 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-window.c: (setup_document_from_metadata),
3524         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3525
3526         Do not jump to the first page when reloading a document from the
3527         last page.
3528
3529 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-window.c: (update_chrome_flag),
3532         (setup_sidebar_from_metadata),
3533         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3534         (ev_window_cmd_edit_find_next),
3535         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3536         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3537         (find_bar_close_cb), (view_actions_focus_in_cb):
3538
3539         Do not update visibility when changing a chrome flag so that it's
3540         possible to update several flags and update visibility only once
3541         for all of them.
3542
3543 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3546
3547         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3548         supported by gtk+. Fixes bug #460907.
3549
3550 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-view.c: (view_update_range_and_current_page):
3553
3554         Make sure current-page <= end-page in continuous mode. Fixes bug
3555         #454950.
3556
3557 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * backend/pdf/ev-poppler.cc: (build_tree):
3560
3561         Ignore outline items without a title. Fixes bug #453913.
3562
3563 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3566         (ev_view_button_release_event), (ev_view_leave_notify_event):
3567
3568         Use always drag mouse cursor during a drag operation. Fixes bug
3569         #470564.
3570
3571 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3574         (pdf_selection_get_selection_region),
3575         (pdf_selection_get_selection_map):
3576
3577         Temporarily disable double and triple selections since it depends on
3578         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3579         released and the update of the external dependency minimal version
3580         approved.
3581
3582 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3585         (pdf_document_file_exporter_do_page):
3586         * libdocument/ev-file-exporter.h:
3587         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3588         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3589
3590         Actually fix printing regressions. Remove orientation from
3591         EvPrintContext since it's redundant.
3592
3593 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3596         * backend/impress/impress-document.c:
3597         (impress_document_document_iface_init):
3598         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3599         * backend/djvu/djvu-document.c:
3600         (djvu_document_document_iface_init),
3601         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3602         * backend/tiff/tiff-document.c:
3603         (tiff_document_document_iface_init):
3604         * backend/pixbuf/pixbuf-document.c:
3605         (pixbuf_document_document_iface_init):
3606         * backend/comics/comics-document.c:
3607         (comics_document_document_iface_init):
3608         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3609         (pdf_selection_render_selection),
3610         (pdf_selection_get_selected_text),
3611         (pdf_selection_get_selection_region),
3612         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3613         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3614         (ev_selection_get_selection_region),
3615         (ev_selection_get_selection_map):
3616         * libdocument/ev-document.[ch]:
3617         * shell/ev-pixbuf-cache.[ch]: (add_job),
3618         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3619         * shell/ev-view-private.h:
3620         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3621         (ev_job_render_run):
3622         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3623         * shell/ev-view.c: (start_selection_for_event),
3624         (ev_view_button_press_event), (ev_view_drag_data_get),
3625         (ev_view_drag_data_received), (ev_view_button_release_event),
3626         (compute_new_selection_text), (compute_selections),
3627         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3628         (ev_view_primary_get_cb):
3629
3630         Add support for double and triple click selections.
3631
3632 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * NEWS:
3635         * configure.ac:
3636
3637         Update for release 2.19.4
3638
3639 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3640
3641         * shell/ev-view-private.h:
3642         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3643         (ev_view_set_highlight_search):
3644         * shell/ev-view.h:
3645         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3646         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3647         (find_bar_visibility_changed_cb):
3648         
3649         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3650
3651 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3654         (pdf_document_file_exporter_begin),
3655         (pdf_document_file_exporter_do_page):
3656         * shell/ev-jobs.c: (ev_job_print_run):
3657         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3658
3659         Create always a portrait cairo surface and rotate when needed for
3660         landscape. It fixes printing problems in real printers.
3661
3662 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3665         * libdocument/ev-file-exporter.[ch]:
3666         (ev_file_exporter_get_capabilities):
3667         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3668         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3669
3670         Adjust number of pages per row according to page orientation when
3671         printing 2 or 6 pages per sheet.
3672
3673 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * shell/ev-window.c: (ev_window_print_send):
3676
3677         Reset also cups setting to 1 when printing multiple pages per
3678         sheet. Fixes bug #468853.
3679
3680 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * libdocument/ev-document-misc.c:
3683         (ev_document_misc_surface_rotate_and_scale):
3684
3685         Use directly cairo_surface_get_content() when creating a similar
3686         surface as suggested by Jeff Muizelaar. Thanks again.
3687
3688 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * backend/djvu/djvu-document.c: (djvu_document_render):
3691         * backend/tiff/tiff-document.c: (tiff_document_render):
3692         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3693         * libdocument/ev-document-misc.c:
3694         (ev_document_misc_surface_from_pixbuf),
3695         (ev_document_misc_surface_rotate_and_scale):
3696
3697         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3698         creating page surfaces. Fixes bug #453123. Thank you very much to
3699         Jeff Muizelaar <jeff@infidigm.net>.
3700
3701 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-page-cache.c: (ev_page_cache_new),
3704         (ev_page_cache_get_thumbnail_size):
3705         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3706         (ev_sidebar_thumbnails_set_loading_icon):
3707
3708         Also store in page-cache the dimensions of the thumbnails so that
3709         they can be used to create the correct loading icon in the side
3710         pane. Fixes bug #466857.
3711
3712 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * backend/pdf/ev-poppler.cc:
3715         (pdf_document_thumbnails_get_thumbnail):
3716
3717         Fix thumbnails rotation in pdf documents that include embedded 
3718         thumbnails.
3719
3720 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3721
3722         * backend/pdf/ev-poppler.cc:
3723
3724         Don't use #ifdef in macro expansion. Some compilers don't
3725         like that. Closes bug #467042.
3726
3727 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3728
3729         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3730         
3731         Fixes memory leak in djvu backend.
3732
3733 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3734
3735         * data/icons/32x32/Makefile.am:
3736         * data/icons/32x32/actions/Makefile.am:
3737         * data/icons/32x32/actions/view-page-cont.svg:
3738         * data/icons/32x32/actions/view-page-facing.svg:
3739         * data/icons/48x48/Makefile.am:
3740         * data/icons/48x48/actions/Makefile.am:
3741         * data/icons/48x48/actions/view-page-cont.svg:
3742         * data/icons/48x48/actions/view-page-facing.svg:
3743         
3744         Icons for a new sizes.
3745
3746 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3747
3748         * shell/ev-page-cache.c: (build_height_to_page),
3749         (ev_page_cache_get_height_to_page):
3750         
3751         Fixes invalid read, see bug #466401.
3752
3753 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3756         (set_drag_cursor):
3757         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3758         (configure_item_cursor), (new_pixbuf_from_widget):
3759
3760         Fix multihead problems in toolbar editor. Fixes bug #382055.
3761
3762 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-window.c: (ev_window_cmd_file_open),
3765         (ev_window_cmd_save_as):
3766
3767         Use g_get_user_special_dir when available instead of
3768         xdg_user_dir_lookup.
3769
3770 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * MAINTAINERS:
3773         
3774         Updated according to request on desktop-devel.
3775
3776 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3779
3780         Do not use cairo_rectangle and cairo_clip since we are
3781         not using cairo_fill but cairo_paint. Use the same cairo context
3782         for every page in the same expose event.
3783
3784 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3785
3786         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3787         leak.
3788
3789 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * configure.ac:
3792         * NEWS:
3793
3794         Release 0.9.3
3795
3796 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * libdocument/ev-document-info.h:
3799         * libdocument/ev-document.h:
3800         * shell/ev-page-action.h:
3801         * shell/ev-sidebar-links.h:
3802
3803         Fix a headers problem with ev-link
3804         
3805         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3806         * shell/ev-view-private.h:
3807         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3808         (get_link_area), (ev_view_query_tooltip),
3809         (ev_view_leave_notify_event), (ev_view_destroy),
3810         (ev_view_class_init):
3811
3812         Use new gtk tooltips when available instead of ev-tooltip.
3813         
3814 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-window.c: (update_chrome_visibility),
3817         (ev_window_sidebar_visibility_changed_cb):
3818
3819         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3820         
3821 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-navigation-action.c:
3824         (ev_navigation_action_history_changed),
3825         (ev_navigation_action_set_history):
3826         * shell/ev-navigation-action-widget.c:
3827         (ev_navigation_action_widget_init):
3828         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3829
3830         Fix compile warnings.
3831         
3832 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3835         (egg_editable_toolbar_dispose):
3836
3837         Fix memory leak.
3838         
3839 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3842         (screensaver_disable_x11):
3843         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3844         * shell/ev-window.c: (presentation_set_timeout):
3845         * shell/ev-view.c: (ev_view_presentation_transition_start):
3846
3847         Use g_timeout_add_seconds instead of g_timeout_add when
3848         available.
3849         
3850 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3853
3854         Set horizontal scrollbar policy to AUTOMATIC instead of
3855         NEVER. Workaround for bug #449462.
3856         
3857 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * shell/ev-jobs.c: (ev_job_render_page_ready):
3860
3861         Add page_ready callback to main loop with high priority and hold
3862         a reference to job during idle.
3863         
3864 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3865
3866         * configure.ac:
3867         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3868         (pdf_document_file_exporter_begin),
3869         (pdf_document_file_exporter_do_page),
3870         (pdf_document_file_exporter_get_capabilities):
3871         * libdocument/ev-file-exporter.h:
3872         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3873         * shell/ev-window.c: (ev_window_print_send),
3874         (ev_window_print_dialog_response_cb):
3875
3876         Allow printing multiple pages per sheet. Fixes bug #395573.
3877         
3878 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * shell/ev-view.c: (tip_from_link):
3881         
3882         Check for NULL, fixes bug #460862.
3883
3884 2007-07-29  Christian Persch  <chpe@gnome.org>
3885
3886         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3887         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3888         (ev_window_cmd_preview_print):
3889         
3890         Fixes bug #437681 - blocks while enumerating printers.
3891
3892 2007-07-29  Christian Persch  <chpe@gnome.org>
3893
3894         * shell/ev-window.c: (ev_window_screen_changed):
3895         
3896         Don't use deprecated gtk+ function. See bug #460909.
3897
3898 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * shell/ev-utils.c: (get_num_monitors):
3901         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3902
3903         Do not use display before initializing it. Remove compile
3904         warnings.
3905
3906 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3907
3908         * shell/ev-view.c: (ev_view_class_init):
3909         
3910         Unix-like hjkl bindings added. See bug #458111.
3911
3912 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3913
3914         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3915         * shell/ev-utils.h:
3916         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3917         (ev_view_update_view_size):
3918         * shell/ev-view.h:
3919         * shell/ev-window.c: (ev_window_update_actions),
3920         (setup_view_from_metadata), (ev_window_screen_changed),
3921         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3922         (zoom_control_changed_cb):
3923         * shell/ev-window.h:
3924         
3925         Reorganizes utility functions.
3926
3927 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3930         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3931         (add_job), (ev_pixbuf_cache_get_surface),
3932         (ev_pixbuf_cache_get_link_mapping),
3933         (ev_pixbuf_cache_get_image_mapping),
3934         (ev_pixbuf_cache_get_form_field_mapping),
3935         (ev_pixbuf_cache_get_text_mapping):
3936         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3937         (notify_page_ready), (ev_job_render_page_ready),
3938         (ev_job_render_run):
3939
3940         Add page_ready signal to notify that page is ready as soon as
3941         possible even if other page elements like links, forms, images or
3942         text mapping are not ready yet.
3943
3944 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3945
3946         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3947         (dvi_document_file_exporter_do_page),
3948         (dvi_document_file_exporter_get_capabilities),
3949         (dvi_document_file_exporter_iface_init):
3950         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3951         (ps_document_file_exporter_do_page),
3952         (ps_document_file_exporter_get_capabilities),
3953         (ps_document_file_exporter_iface_init):
3954         * backend/djvu/djvu-document.c:
3955         (djvu_document_file_exporter_begin),
3956         (djvu_document_file_exporter_end),
3957         (djvu_document_file_exporter_get_capabilities),
3958         (djvu_document_file_exporter_iface_init):
3959         * backend/tiff/tiff-document.c:
3960         (tiff_document_file_exporter_begin),
3961         (tiff_document_file_exporter_get_capabilities),
3962         (tiff_document_document_file_exporter_iface_init):
3963         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3964         (pdf_document_file_exporter_do_page),
3965         (pdf_document_file_exporter_get_capabilities),
3966         (pdf_document_file_exporter_iface_init):
3967         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3968         (ev_file_exporter_get_capabilities):
3969         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3970         (idle_print_handler), (ev_print_job_print):
3971         * shell/ev-jobs.c: (ev_job_print_run):
3972         * shell/ev-window.c: (ev_window_print_send),
3973         (ev_window_print_range):
3974
3975         Use capabilities to know which options should be offered by the
3976         print dialog depending on the document backend.
3977
3978 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3981
3982         Give priority to forms over text to set the cursor.
3983
3984 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-view-private.h:
3987         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3988         (ev_view_leave_notify_event), (ev_view_finalize),
3989         (ev_view_get_property), (ev_view_class_init):
3990
3991         Use IBEAM cursor for text form fields and NORMAL cursor for read
3992         only fields. Remove unused status attribute.
3993
3994 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3997
3998         Update region for current selected items also for checkbox
3999         buttons, since they can behave as radio buttons when they are in a
4000         set.
4001
4002 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * configure.ac:
4005         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4006
4007         Get max length of text form fields.
4008
4009 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4012         * libdocument/ev-form-field.h:
4013         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4014
4015         Fix build with current poppler cvs head.
4016
4017 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4020         * shell/eggfindbar.c: (egg_find_bar_init):
4021
4022         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4023         deprecation. Fixes bug #455667
4024
4025 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4026
4027         * NEWS:
4028         * configure.ac:
4029         
4030         Update for release 0.9.2
4031
4032 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * shell/ev-view.c: (ev_view_form_field_text_save),
4035         (ev_view_form_field_choice_save):
4036
4037         Fix a crash when closing whith a form widget visible.
4038
4039 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4042
4043         Update also the region of the current selected button when
4044         clicking on another button if they are radio buttons.
4045
4046 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4047
4048         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4049         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4050         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4051         (ev_pixbuf_cache_get_link_mapping),
4052         (ev_pixbuf_cache_get_image_mapping),
4053         (ev_pixbuf_cache_get_form_field_mapping),
4054         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4055         * shell/ev-view.c: (ev_view_form_field_get_region),
4056         (ev_view_form_field_button_create_widget),
4057         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4058         (job_finished_cb):
4059
4060         Redraw only form field region instead of the whole page when
4061         reloading a page to show changes on the form field.
4062
4063 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-view.c: (ev_view_form_field_choice_save):
4066
4067         Fix selection of first item in list form fields.
4068
4069 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4072         (ev_pixbuf_cache_reload_page),
4073         (ev_pixbuf_cache_get_form_field_mapping):
4074
4075         Some refactoring to avoid duplicated code.
4076
4077 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * configure.ac:
4080         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4081         (ev_form_field_from_poppler_field),
4082         (pdf_document_forms_get_form_fields),
4083         (pdf_document_forms_form_field_text_get_text),
4084         (pdf_document_forms_form_field_text_set_text),
4085         (pdf_document_forms_form_field_button_set_state),
4086         (pdf_document_forms_form_field_button_get_state),
4087         (pdf_document_forms_form_field_choice_get_item),
4088         (pdf_document_forms_form_field_choice_get_n_items),
4089         (pdf_document_forms_form_field_choice_is_item_selected),
4090         (pdf_document_forms_form_field_choice_select_item),
4091         (pdf_document_forms_form_field_choice_toggle_item),
4092         (pdf_document_forms_form_field_choice_unselect_all),
4093         (pdf_document_forms_form_field_choice_set_text),
4094         (pdf_document_forms_form_field_choice_get_text),
4095         (pdf_document_document_forms_iface_init):
4096         * libdocument/Makefile.am:
4097         * libdocument/ev-form-field.[ch]:
4098         * libdocument/ev-document-forms.[ch]:
4099         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4100         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4101         (add_job), (ev_pixbuf_cache_reload_page),
4102         (ev_pixbuf_cache_get_form_field_mapping):
4103         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4104         * shell/ev-view-private.h:
4105         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4106         (ev_view_handle_cursor_over_xy),
4107         (ev_view_get_form_field_at_location),
4108         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4109         (ev_view_form_field_button_create_widget),
4110         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4111         (ev_view_form_field_text_create_widget),
4112         (ev_view_form_field_choice_save),
4113         (ev_view_form_field_choice_changed),
4114         (ev_view_form_field_choice_create_widget),
4115         (ev_view_handle_form_field), (ev_view_size_allocate),
4116         (ev_view_realize), (draw_end_presentation_page),
4117         (ev_view_button_press_event), (ev_view_remove_all),
4118         (ev_view_motion_notify_event), (ev_view_key_press_event),
4119         (ev_view_enter_notify_event), (highlight_find_results),
4120         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4121         (ev_view_class_init), (page_changed_cb),
4122         (on_adjustment_value_changed), (ev_view_set_presentation),
4123         (merge_selection_region), (ev_view_set_cursor),
4124         (ev_view_reset_presentation_state):
4125         
4126         Merge evince-forms branch.
4127
4128 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4129
4130         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4131
4132         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4133         This script also updates itself from libegg
4134
4135         * cut-n-paste/toolbar-editor/egg*:
4136         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4137         libegg
4138
4139 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4140
4141         * shell/ev-window.c:
4142         
4143         Adds a nice icon to page action during toolbar editing.
4144         See bug #452872.
4145
4146 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * data/evince-toolbar.xml:
4149         * shell/ev-window.c:
4150         
4151         Let user add a presentation and fullscreen icons on toolbar.
4152         See bug #449734.
4153
4154 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4155
4156         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4157
4158         new script to keep in sync with toolbareditor in libegg
4159
4160         * cut-n-paste/toolbar-editor/*: 
4161
4162         Run update-toolbareditor-from-libegg so we are in sync again. 
4163         Fixes bug #452850.
4164         
4165
4166 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-sidebar-links.c: (job_finished_callback):
4169
4170         Do not connect selection changed signal more than once. Fixes bug
4171         #349433.
4172
4173 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4176
4177         Do not change sidebar chrome flag when pressing F9 key in
4178         presentation mode.
4179
4180 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * backend/pdf/ev-poppler.cc:
4183         (pdf_document_thumbnails_get_dimensions):
4184
4185         Make sure thumbnails width and height is not <= 0. Fixes a crash
4186         with some pdf documents which have really small pages.
4187
4188 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4189
4190         * shell/main.c: (main):
4191
4192         Fixes program description translation issue.
4193         Bug #450148.
4194
4195 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4196
4197         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4198
4199         Do not change current page when returning from black/white mode
4200         in presentation. Fixes bug #415032.
4201
4202 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4203
4204         * NEWS:
4205         * configure.ac:
4206         
4207         Update for release 0.9.1
4208
4209 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4210
4211         * backend/dvi/dvi-document.c:
4212         (dvi_document_finalize),
4213         (dvi_document_file_exporter_format_supported),
4214         (dvi_document_file_exporter_begin),
4215         (dvi_document_file_exporter_do_page),
4216         (dvi_document_file_exporter_end),
4217         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4218         
4219         PDF exporter for dvi documents. Fixes bug #441319.
4220
4221 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * shell/ev-window.c: (ev_window_clear_print_job):
4224
4225         Clear gtk print job when job has finished. Fixes bug #447612.
4226
4227 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * shell/ev-window.c: (ev_window_print_send),
4230         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4231
4232         Add preview button to print dialog. Fixes bug #445419.
4233
4234 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * backend/dvi/Makefile.am:
4237         * backend/dvi/pixbuf-device.[ch]: Removed
4238         * backend/dvi/cairo-device.[ch]: Added
4239         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4240         * backend/dvi/dvi-document.c: (dvi_document_load),
4241         (dvi_document_render), (dvi_document_finalize),
4242         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4243         (dvi_document_do_color_special):
4244         * libdocument/ev-document-misc.[ch]:
4245         (ev_document_misc_pixbuf_from_surface):
4246
4247         Port dvi backend to cairo and fix a problem with colors. 
4248
4249 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * shell/ev-view.c: (draw_one_page):
4252
4253         Draw only visible region.
4254
4255 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * backend/djvu/djvu-document.c: (djvu_document_render):
4258
4259         Fix rotation in djvu backend.
4260
4261 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4264         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4265         (ev_pixbuf_cache_get_image_mapping),
4266         (ev_pixbuf_cache_get_text_mapping):
4267
4268         Redraw view every time we have a new surface. Fixes bug #443587.
4269
4270 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * libdocument/ev-document.c: (ev_document_info_free):
4273
4274         Fix memory leaks.
4275
4276 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * backend/dvi/dvi-document.c: (dvi_document_render),
4279         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4280         * backend/impress/impress-document.c:
4281         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4282         (impress_document_render), (impress_document_document_iface_init),
4283         (impress_document_thumbnails_get_thumbnail):
4284         * backend/djvu/djvu-document-private.h:
4285         * backend/djvu/djvu-document.c: (djvu_document_render),
4286         (djvu_document_finalize), (djvu_document_document_iface_init),
4287         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4288         * backend/tiff/tiff-document.c: (tiff_document_render),
4289         (tiff_document_render_pixbuf),
4290         (tiff_document_document_iface_init):
4291         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4292         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4293         (pdf_selection_render_selection):
4294         * backend/comics/comics-document.c:
4295         (comics_document_render_pixbuf), (comics_document_render),
4296         (comics_document_document_iface_init):
4297         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4298         (pixbuf_document_document_iface_init):
4299         * libdocument/ev-document-misc.[ch]:
4300         (ev_document_misc_surface_from_pixbuf),
4301         (ev_document_misc_surface_rotate_and_scale):
4302         * libdocument/ev-document.[ch]: (ev_document_render):
4303         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4304         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4305         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4306         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4307         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4308         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4309         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4310         (render_finished_cb), (ev_job_render_run):
4311         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4312         (merge_selection_region):
4313
4314         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4315         and selections.
4316
4317 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * shell/ev-window-title.c: (ev_window_title_update):
4320
4321         Fix memory leak.
4322
4323 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * shell/ev-view.c: (draw_loading_text):
4326
4327         Show loading text centered. Fixes bug #433061
4328
4329 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-sidebar-thumbnails.c:
4332         (ev_sidebar_thumbnails_set_loading_icon):
4333
4334         Remove a mutex in the main thread that blocks the UI in heavy
4335         documents.
4336
4337 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4340
4341         Set points_set to TRUE so that selections don't disappear after a
4342         zoom change.
4343
4344 2007-06-07  Michael Monreal  <infernux@web.de>
4345
4346         * data/icons/16x16/actions/Makefile.am:
4347         * data/icons/16x16/actions/zoom.svg:
4348         * data/icons/22x22/actions/Makefile.am:
4349         * data/icons/22x22/actions/zoom.svg:
4350         * data/icons/24x24/actions/Makefile.am:
4351         * shell/ev-stock-icons.c:
4352         * shell/ev-stock-icons.h:
4353         * shell/ev-window.c:
4354         
4355         Zoom icon artwork. See bug #444795.
4356
4357 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4358
4359         * shell/ev-metadata-manager.c: Remove extraneous function
4360         (Closes: #444386)
4361
4362 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4363
4364         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4365         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4366         (ev_metadata_manager_set), (ev_metadata_manager_save):
4367         Simplify the timeout, no need for modified anymore
4368
4369 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4370
4371         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4372         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4373         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4374         (ev_metadata_manager_save): Adapted patch from Arjan van de
4375         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4376         time, saves on power (Closes: #443851)
4377
4378 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4379
4380         * configure.ac:
4381         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4382         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4383
4384         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4385
4386 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * shell/ev-window.c: (ev_window_add_history):
4389
4390         Check if history is NULL
4391
4392 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4393
4394         * libdocument/ev-image.c: (ev_image_finalize):
4395         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4396         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4397         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4398         (ev_tmp_uri_unlink):
4399
4400         Add functions to delete temporary files created by evince in a safe
4401         way.
4402
4403         * shell/ev-window.c: (ev_window_clear_local_uri),
4404         (open_xfer_update_progress_callback),
4405         (save_xfer_update_progress_callback), (ev_window_save_remote),
4406         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4407         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4408         (attachment_save_dialog_response_cb),
4409         (ev_attachment_popup_cmd_save_attachment_as):
4410
4411         Allow saving a copy of a document, image or attachment to a remote
4412         location. Fixes bug #440754. 
4413
4414 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * configure.ac:
4417         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4418
4419         Fix build with current poppler from cvs head. 
4420
4421 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4422
4423         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4424
4425         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4426         directory exists.
4427
4428 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4429
4430         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4431         * shell/ev-window.c:
4432
4433         Change sidebar ordering. Fixes bug #439939.
4434
4435 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4436
4437         * backend/comics/Makefile.am:
4438         
4439         Fixes build with --without-libgnome.
4440
4441 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4442         
4443         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4444
4445         Update cursor and tooltip on page change and view scroll. Fixes bug
4446         #439217.
4447
4448 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4449
4450         * NEWS:
4451         * configure.ac:
4452         
4453         Update for release 0.9.0
4454
4455 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4456
4457         * backend/djvu/djvu-document-private.h:
4458         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4459         (djvu_document_finalize),
4460         (djvu_document_file_exporter_format_supported),
4461         (djvu_document_file_exporter_begin),
4462         (djvu_document_file_exporter_do_page),
4463         (djvu_document_file_exporter_end),
4464         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4465         
4466         Implemented printing with djvu. Bug #437998.
4467
4468 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4469
4470         * backend/impress/zip.c:
4471         Add missing ulong definition.
4472
4473         * backend/ps/ps-interpreter.c:
4474         Add missing headers.
4475
4476         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4477
4478 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4481
4482         Add missing call to parent class dispose method. 
4483
4484 2007-05-12  Ross Burton  <ross@openedhand.com>
4485
4486         * shell/main.c:
4487         Sync keybindings manually when building without libgnome
4488         (#437925).
4489
4490 2007-05-12  Ross Burton  <ross@openedhand.com>
4491
4492         * shell/ev-window.c:
4493         Respect the screen when opening help (#437866).
4494
4495 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * data/evince-ui.xml:
4498         * shell/ev-application.[ch]: (get_print_settings_from_args),
4499         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4500         (ev_application_open_uri_list):
4501         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4502         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4503         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4504         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4505         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4506         (ev_window_dispose):
4507         * shell/main.c: (arguments_parse):
4508
4509         Add print button in preview mode. Fixes bug #396475. 
4510
4511 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * cut-n-paste/zoom-control/ephy-zoom.h:
4514         
4515         Fixes zoom level factors. See bug #408119 for details.
4516
4517 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * backend/comics/comics-document.c: (comics_regex_quote),
4520         (extract_argv):
4521         
4522         Correctly quote symbols. Fixes crash in the bug
4523         #415370.
4524
4525 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4526
4527         * shell/ev-navigation-action-widget.c:
4528         (ev_navigation_action_widget_init),
4529         (ev_navigation_action_widget_class_init),
4530         (ev_navigation_action_widget_button_press_event):
4531         
4532         Connect to button-press event on correct widget. Fixes
4533         bug #431988
4534
4535 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-application.c: (ev_application_open_window),
4538         (ev_application_add_icon_path_for_screen),
4539         (ev_application_open_uri_at_dest):
4540         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4541         * shell/ev-navigation-action.c: (build_menu):
4542         
4543         Add app-specific icons to our icon theme. Fixes bug
4544         #425508.
4545
4546 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * shell/ev-history.c: (ev_history_class_init),
4549         (ev_history_add_link):
4550         * shell/ev-history.h:
4551         * shell/ev-navigation-action.c:
4552         (ev_navigation_action_history_changed),
4553         (ev_navigation_action_set_history), (build_menu),
4554         (ev_navigation_action_finalize):
4555         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4556         
4557         Make navigation action unsensitive instead of showing
4558         menu with unsensitive word. Fixes bug #417392.
4559
4560 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * shell/ev-application.[ch]: (ev_application_shutdown),
4563         (ev_application_get_print_settings),
4564         (ev_application_set_print_settings):
4565         * shell/ev-window.c:
4566
4567         Remember print settings. Fixes bug #349102. 
4568
4569 2007-05-08  Christian Persch  <chpe@gnome.org>
4570
4571         * configure.ac:
4572         * properties/ev-properties-view.c:
4573
4574         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4575         Bug #382438.
4576
4577 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * configure.ac:
4580         * properties/ev-properties-view.c: (ev_regular_paper_size):
4581
4582         Use gtk+ builtin paper list to identify the document's paper size.
4583         Fixes bug #382438. 
4584
4585 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * configure.ac:
4588
4589         Fix build when compiling with thumbnailer and libgnome support. 
4590
4591 2007-05-04  Ross Burton  <ross@openedhand.com>
4592
4593         * configure.ac:
4594         Add --without-libgnome, check for libgnome and libgnomeui
4595         separately, and add them to the symbols as required.
4596
4597         * libdocument/ev-file-helpers.c:
4598         When building without libgnome, use g_get_user_config_dir instead
4599         of gnome_user_dir_get.
4600
4601         * shell/ev-application.c:
4602         When building without libgnome, don't use session management.
4603
4604         * shell/main.c:
4605         When building without libgnome, don't use GnomeProgram or
4606         initialise the authentication manager.
4607
4608         This fixes #328842.
4609
4610 2007-05-04  Ross Burton  <ross@openedhand.com>
4611
4612         * shell/ev-window.c:
4613         Don't use libgnome to open help, instead call Yelp directly.
4614
4615 2007-05-04  Ross Burton  <ross@openedhand.com>
4616
4617         * shell/ev-sidebar-attachments.c:
4618         Don't use libgnome to lookup icons for MIME types, instead copy
4619         code from GTK+ to do it manually.
4620
4621 2007-05-04  Ross Burton  <ross@openedhand.com>
4622
4623         * configure.ac:
4624         Add libxml to the dependencies for SHELL_CORE (#435818).
4625
4626 2007-05-02  Ross Burton  <ross@openedhand.com>
4627
4628         * configure.ac:
4629         * Makefile.am:
4630         Add --disable-thumbnailer (#434825)
4631
4632 2007-05-02  Ross Burton  <ross@openedhand.com>
4633
4634         * shell/ev-window.c:
4635         Add missing includes, fix indentation.
4636
4637         * shell/main.c:
4638         Fix indentation.
4639
4640 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4641
4642         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4643         ev_application_open_uri_at_dest instead of ev_application_open_uri
4644         preventing new document always being opened in a new window even if there
4645         is an empty window.
4646
4647 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4648
4649         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4650         (egg_recent_view_uimanager_finalize):
4651         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4652         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4653         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4654         (ev_pixbuf_cache_dispose):
4655         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4656         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4657         
4658         Add missing chain to parent class methods. Fixes
4659         bug #433128.
4660
4661 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4662
4663         * data/Makefile.am (update-icon-cache): Updates
4664         gtk-update-icon-cache in uninstall-hook.
4665
4666 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4667
4668         * shell/ev-window.c: (ev_window_setup_document),
4669         (ev_window_set_document), (ev_window_load_job_cb):
4670         * shell/ev-view.c: (setup_caches):
4671         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4672
4673         Start rendering pages before any other jobs. 
4674
4675 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4676
4677         * shell/ev-window.c: (ev_window_stop_fullscreen),
4678         (ev_window_stop_presentation):
4679
4680         Update chrome visibility before window unfullscreen. 
4681
4682 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * data/Makefile.am:
4685         * data/evince-ui.xml:
4686         * shell/ev-stock-icons.[ch]:
4687         * shell/ev-application.[ch]: (ev_application_shutdown),
4688         (ev_application_init), (ev_application_get_toolbars_model):
4689         * shell/ev-window.c: (update_chrome_visibility),
4690         (fullscreen_toolbar_setup_item_properties),
4691         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4692         (ev_window_run_presentation), (ev_window_stop_presentation),
4693         (ev_window_run_preview), (ev_window_screen_changed),
4694         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4695         (ev_window_dispose), (ev_window_init):
4696
4697         Make fullscreen toolbar always visible. Do not use egg toolbars for
4698         fullscreen and preview modes since such toolbars are not editables.
4699         Fixes bugs #300278, #338910 and #316188.  
4700
4701 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4702
4703         * shell/ev-application.c:
4704         * shell/ev-job-queue.c:
4705         * shell/ev-metadata-manager.c:
4706         * shell/ev-stock-icons.c:
4707         * shell/ev-window.c:
4708         * shell/main.c:
4709         
4710         Developers documentation updated.
4711
4712 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4715
4716         Check whether uri is valid before launching it. Fixes bug #427664.
4717
4718 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-window.c:
4721
4722         Change key accelerator for Open a Copy menu entry which is in conflict
4723         with Close. Fixes bug #427321.
4724
4725 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * NEWS:
4728         * configure.ac:
4729         
4730         Update for release 0.8.1
4731
4732 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-window.c: (setup_size_from_metadata):
4735         
4736         Do not make window bigger than screen. Fixes bug 
4737         #388985.
4738
4739 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4740
4741         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4742         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4743
4744         Use default resolution when it's not provided by document. Fixes bug
4745         #408762.
4746
4747 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * configure.ac:
4750         * thumbnailer/Makefile.am:
4751         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4752         * thumbnailer/evince-thumbnailer.schemas.in:
4753         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4754
4755         Add support for ps, eps and compressed documents thumbnails. Do not
4756         ignore size parameter. 
4757
4758 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4759
4760         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4761         (dvi_document_do_color_special):
4762         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4763
4764         Implement font color specials in the DVI backend. Fixes bug #303651.
4765
4766 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4767
4768         Fixup the previous commit:
4769
4770         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4771         * shell/xdg-user-dir-lookup.c: Make the function non-static
4772         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4773
4774 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4775
4776         * shell/ev-window.c (file_open_dialog_response_cb): Use
4777         the xdg-user-dirs DOCUMENTS folder as default folder when
4778         opening a file chooser.  (#424858)
4779
4780         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4781         xdg-user-dirs.
4782
4783 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * shell/ev-window.c: (ev_window_load_job_cb):
4786
4787         Do not setup view from metadata on preview mode. 
4788
4789 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * shell/main.c:
4792
4793         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4794
4795 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4796
4797         * shell/ev-view.c: (ev_view_primary_get_cb):
4798
4799         Check pointer != NULL before using it. Fixes bug #416841. 
4800
4801 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * NEWS:
4804         * configure.ac:
4805         
4806         Release 0.8.0
4807
4808 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4809
4810         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4811
4812         Do not render thumbnails when sidebar thumbnail page is not visible
4813         at startup. Fixes bug #416447. 
4814
4815 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4816
4817         * data/evince.desktop.in.in:
4818
4819         "Application" is not a valid category in the freedesktop specification.
4820
4821 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4822
4823         * libdocument/ev-file-helpers.[ch]: (compression_run),
4824         (ev_file_uncompress), (ev_file_compress):
4825         * shell/ev-window.c: (file_save_dialog_response_cb):
4826
4827         Save document compressed when saving a copy of a compressed document.
4828         Fixes bug #334542.
4829
4830 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4833
4834         Allow deleting in goto window entry in presentation mode. 
4835
4836 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4837
4838         * Makefile.am: Dist MAINTAINERS.
4839
4840 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4841
4842         * shell/ev-window.c: (ev_window_update_actions):
4843
4844         Fix zoom shortcut keys when searching. Fixes bug #409828.
4845
4846 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * shell/ev-window.c: (ev_window_setup_document):
4849
4850         Fix crash when loading documents with only one page. 
4851
4852 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * backend/dvi/dvi-document.c:
4855         (dvi_document_thumbnails_get_dimensions),
4856         (dvi_document_thumbnails_get_thumbnail):
4857         * backend/impress/impress-document.c:
4858         (impress_document_thumbnails_get_thumbnail),
4859         (impress_document_thumbnails_get_dimensions):
4860         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4861         (ps_document_thumbnails_get_dimensions):
4862         * backend/djvu/djvu-document.c:
4863         (djvu_document_thumbnails_get_dimensions),
4864         (djvu_document_thumbnails_get_thumbnail):
4865         * backend/tiff/tiff-document.c:
4866         (tiff_document_thumbnails_get_thumbnail),
4867         (tiff_document_thumbnails_get_dimensions):
4868         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4869         (pdf_document_thumbnails_get_thumbnail),
4870         (pdf_document_thumbnails_get_dimensions):
4871         * backend/comics/comics-document.c:
4872         (comics_document_thumbnails_get_thumbnail),
4873         (comics_document_thumbnails_get_dimensions):
4874         * backend/pixbuf/pixbuf-document.c:
4875         (pixbuf_document_thumbnails_get_thumbnail),
4876         (pixbuf_document_thumbnails_get_dimensions):
4877         * libdocument/ev-document-thumbnails.[ch]:
4878         (ev_document_thumbnails_get_thumbnail),
4879         (ev_document_thumbnails_get_dimensions):
4880         * libdocument/ev-document-misc.[ch]:
4881         (ev_document_misc_get_thumbnail_frame):
4882         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4883         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4884         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4885         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4886         (ev_sidebar_thumbnails_refresh):
4887         * shell/ev-window.c: (ev_window_setup_document):
4888         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4889
4890         Use an EvRenderContext for rendering thumbnails instead of a suggested
4891         width, so that different sized pages get sized proportionally.
4892
4893 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * shell/ev-view.c: (ev_view_button_press_event),
4896         (ev_view_key_press_event):
4897
4898         Fix critical warnings when there is no document loaded. 
4899
4900 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4901
4902         * shell/ev-page-action-widget.c:
4903         * shell/ev-navigation-action.c:
4904         * shell/ev-window.c:
4905
4906         Fix compile warnings. 
4907
4908 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * backend/djvu/djvu-text.h:
4911         * backend/djvu/djvu-document.c:
4912         * backend/djvu/djvu-text-page.c:
4913         * backend/djvu/djvu-links.c:
4914         * backend/djvu/djvu-text-page.h:
4915         * backend/djvu/djvu-text.c:
4916         
4917         Fix build on Mac. Fixes bug #392186. Patch by
4918         <ephraim_owns@hotmail.com>
4919
4920 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4923
4924         Restore cairo context before rendering every page when printing a PDF
4925         document into a PDF file. 
4926
4927 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * backend/ps/gstypes.h:
4930         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4931         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4932         (ps_document_thumbnails_get_thumbnail):
4933
4934         Handle PostScript page orientation. Fixes bug #318568.
4935
4936 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * backend/ps/Makefile.am:
4939         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4940         (document_load), (ps_document_load), (save_document),
4941         (save_page_list), (ps_document_get_n_pages),
4942         (ps_document_get_page_size), (ps_document_get_info),
4943         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4944         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4945         (ps_document_thumbnails_get_thumbnail),
4946         (ps_document_thumbnails_get_dimensions),
4947         (ps_document_document_thumbnails_iface_init):
4948         * backend/ps/ps.[ch]: (psgetpagebox):
4949         * backend/ps/ps-interpreter.[ch]:
4950
4951         Add support for thumbnails in ps backend. Fixes bug #164755. 
4952
4953 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * NEWS:
4956         * configure.ac:
4957         
4958         Release 0.7.2
4959
4960 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4961
4962         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4963         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4964         (ev_window_dispose):
4965
4966         Use document thumbnail as window icon. Fixes bug #384442.
4967
4968 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4969
4970         * configure.ac:
4971
4972         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4973         duplicated adding application/x-bzpostscript instead. 
4974
4975 2007-02-11  Tom Parker  <palfrey@tevp.net>
4976
4977         * backend/ps/ps-document.c: (document_load):
4978
4979         Check return value of psscan before trying
4980         to use it. Fixes bug #372414.
4981
4982 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4985
4986         Fix invalid free in ev-page-cache. Fixes bug #404745.
4987
4988 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4989
4990         * test/Makefile.am:
4991         * test/test3.py:
4992         
4993         Added reload test case.
4994
4995 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * po/POTFILES.in:
4998         * backend/djvu/djvu-document.c: (djvu_document_load):
4999
5000         Check whether there are missing files in indirect multipage djvu
5001         documents. Fixes bug #361683. 
5002
5003 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * test/Makefile.am:
5006         * test/test-mime.bin:
5007         * test/test3.py:
5008         
5009         Added test for slow mime type
5010
5011 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5014
5015         Add some checks and call parent_class->finalize. Fixes bug #404745.
5016
5017 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * shell/ev-navigation-action.c: (connect_proxy):
5020         
5021         Fixes dropdown history menu. Thanks a lot Carlos!
5022
5023 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5024
5025         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5026
5027         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5028         bug #373715.
5029
5030 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * backend/ps/ps.c: (psscan):
5033
5034         Fix memory leak. 
5035
5036 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * configure.ac:
5039         * libdocument/ev-file-helpers.c: 
5040
5041         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5042
5043 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5044
5045         * configure.ac:
5046         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5047         (ps_interpreter_start), (document_load), (save_document),
5048         (save_page_list):
5049         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5050         * libdocument/ev-document-factory.c:
5051         (ev_document_factory_get_from_mime), (get_document_from_uri),
5052         (free_uncompressed_uri), (ev_document_factory_get_document):
5053         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5054
5055         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5056
5057 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5058
5059         * libdocument/ev-document.h:
5060
5061         Fix typo in function name. 
5062
5063 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5064
5065         * backend/ps/ps-document.c: (ps_interpreter_finished),
5066         (ps_interpreter_start), (ps_interpreter_failed):
5067
5068         Handle ghostscript interpreter crashes. 
5069
5070 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5071
5072         * shell/ev-window.c: (ev_window_open_uri),
5073         (window_configure_event_cb):
5074
5075         Setup window size and position before showing it. Fixes bug #401711.
5076
5077 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5078
5079         * backend/ps/Makefile.am:
5080         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5081         (ps_document_dispose), (ps_document_class_init),
5082         (ps_interpreter_input), (ps_interpreter_output),
5083         (ps_interpreter_error), (setup_interpreter_env),
5084         (ps_interpreter_start), (ps_interpreter_stop),
5085         (ps_interpreter_failed), (ps_interpreter_is_ready),
5086         (check_filecompressed), (document_load), (ps_document_load),
5087         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5088         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5089         (render_page):
5090
5091         Rework ps-document. Code cleanups, remove deprecated code. 
5092
5093 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-view.c: (ev_view_button_press_event):
5096
5097         Do not start an image drag and drop operation when pointer is on 
5098         text, so that we can select text when the whole background is an
5099         image. 
5100
5101 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-window.c: (ev_window_update_actions): 
5104
5105         Disable all zoom related actions during presentation mode. 
5106
5107 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5108
5109         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5110
5111         Do not zoom in or out on presentation mode. Fixes bug #401305.
5112
5113 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5114
5115         * shell/ev-navigation-action.c: (connect_proxy),
5116         (create_menu_item), (ev_navigation_action_class_init):
5117         
5118         Correctly show menu and fix crash when navigaton 
5119         action is out of toolbar visible area.
5120
5121 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * data/Makefile.am:
5124         * data/evince.1:
5125         
5126         Added man file
5127
5128 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * help/reference/* :
5131         * configure.ac:
5132         
5133         Added gtk-doc based documentation for Evince.
5134         Still in initial state but I hope it will
5135         grow.
5136         
5137         * configure.ac:
5138         
5139         Lower dbus requirement to 0.70
5140
5141 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5142
5143         * shell/ev-window.c: (ev_window_add_history):
5144
5145         Fix memory leak. 
5146
5147 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5148
5149         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5150         * shell/ev-view.h:
5151         * shell/ev-window.c: (ev_window_add_history):
5152         
5153         Correctly handle named destination links
5154
5155 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * NOTES:
5158         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5159         * backend/pdf/ev-poppler.cc:
5160         * libdocument/ev-document-links.h:
5161         * libdocument/ev-link.c: (ev_link_get_page):
5162         * libdocument/ev-link.h:
5163         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5164         (ev_history_add_link):
5165         * shell/ev-history.h:
5166         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5167         (new_history_menu_item), (build_menu):
5168         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5169         * shell/ev-sidebar-links.c: (create_loading_model),
5170         (print_section_cb), (ev_sidebar_links_construct),
5171         (fill_page_labels), (update_page_callback_foreach),
5172         (update_page_callback), (job_finished_callback):
5173         * shell/ev-view.c: (ev_view_handle_link):
5174         * shell/ev-window.c: (ev_window_find_chapter),
5175         (ev_window_add_history), (view_handle_link_cb),
5176         (history_changed_cb):
5177         
5178         Implements another history variant
5179
5180 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5181
5182         * shell/ev-window.c: (view_external_link_cb):
5183         * shell/ev-view.c: (ev_view_button_release_event):
5184
5185         Open links in new window when clicking with middle button. 
5186
5187 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * shell/ev-navigation-action.c: (new_history_menu_item):
5190         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5191         * shell/ev-view.c: (ev_view_handle_link):
5192         * shell/ev-window.c:
5193         
5194         Store link before jump, not the destination. For me it 
5195         seems like more natural history behavior.
5196
5197 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5200         (ev_navigation_action_class_init):
5201         * shell/ev-navigation-action.h:
5202         * shell/ev-page-action.c: (activate_cb):
5203         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5204         (ev_page_cache_set_current_page_history):
5205         * shell/ev-page-cache.h:
5206         * shell/ev-sidebar-thumbnails.c:
5207         (ev_sidebar_tree_selection_changed),
5208         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5209         * shell/ev-view-private.h:
5210         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5211         * shell/ev-view.h:
5212         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5213         (ev_window_setup_document), (ev_window_load_job_cb):
5214         * shell/ev-window.h:
5215         
5216         History finally works as expected.
5217
5218 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5221
5222         Do not update links treeview if it doesn't have a model assigned yet. 
5223
5224 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5227         (ev_sidebar_links_class_init), (update_page_callback):
5228
5229         Do not update links treeview when sidepane is not visible. 
5230
5231 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5232
5233         * shell/ev-marshal.list:
5234         * shell/ev-page-action.c: (activate_cb),
5235         (ev_page_action_class_init):
5236         * shell/ev-page-action.h:
5237         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5238         * shell/ev-window.c:
5239         
5240         Remove activate_link signal, not required.
5241
5242 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * shell/ev-navigation-action.c: (build_menu):
5245         
5246         Reorder menu items and build menu with fixed length.
5247
5248 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5249
5250         * shell/ev-view.c: (get_selected_text):
5251         
5252         Normalize text to fix ligatures problem. See bug
5253         #341947 for details.
5254
5255 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5256
5257         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5258
5259         Fix memory leak in ev-page-cache. 
5260
5261 2007-01-25  Tom Parker <palfrey@tevp.net>
5262
5263         * backend/impress/impress-document.c: (impress_document_load),
5264         (impress_document_finalize), (impress_document_init):
5265         * properties/ev-properties-main.c: (ev_properties_get_pages):
5266         
5267         Correctly handle impress document errors. Fixes nautilus
5268         crash in property page #370491.
5269
5270 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5273         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5274         (ev_job_queue_remove_job):
5275         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5276         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5277         (ev_job_load_run):
5278         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5279         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5280         (ev_window_load_job_cb), (xfer_update_progress_callback),
5281         (ev_window_open_uri), (ev_window_dispose):
5282         * shell/main.c: (main):
5283
5284         Do file transfer asynchronously in the main thread instead of
5285         synchronously in the load thread. Fixes bugs #399694, #398307 and
5286         #343542.
5287
5288 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5289
5290         * shell/ev-jobs.c: (ev_job_xfer_run):
5291
5292         Load the document with the font-config lock held. 
5293
5294 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5295
5296         * backend/ps/ps-document.c: (start_interpreter):
5297
5298         Fix memory leaks in ps backend. 
5299
5300 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * backend/impress/impress-document.c:
5303         (impress_document_render_pixbuf):
5304
5305         Do not acquire fontconfig lock in impress backend, since it is using
5306         the main loop for rendering. 
5307
5308 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5309
5310         * po/POTFILES.in: 
5311
5312         Remove mdvi files that shouldn't be translated. 
5313
5314 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * shell/ev-view-private.h:
5317         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5318         (ev_view_set_zoom):
5319
5320         Render "loading..." text into a cairo surface instead of directly into
5321         the window so that fontconfig lock is only needed once and UI is not
5322         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5323
5324 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5325
5326         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5327         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5328
5329         Use icon theme associated with the window screen rather than default. 
5330
5331 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5332
5333         * configure.ac:
5334
5335         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5336
5337 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5338
5339         * data/icons/*/apps/evince.*:
5340
5341         Move Evince icons under new apps directory.
5342
5343         * data/icons/*/actions/*:
5344
5345         Add new custom themeable Evince icons: view-page-continuous, 
5346         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5347         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5348
5349         * configure.ac:
5350
5351         Add new directories to AC_CONFIG_FILES.
5352
5353         * shell/ev-stock-icons.c:
5354         * shell/ev-stock-icons.h:
5355
5356         Use new custom themeable icons.
5357
5358 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5359
5360         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5361
5362         Do not draw white background page in presentation mode. 
5363
5364 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5365
5366         * shell/ev-view.c: Remove unused gnome-vfs include.
5367
5368 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5369
5370         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5371         
5372         Format string is corrected, fixes bug #397129.
5373
5374 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5375
5376         * shell/ev-window.c: (ev_window_setup_recent):
5377
5378         Do not include in recent menu inexistent documents. Fixes
5379         bug #339171.
5380
5381 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5382
5383         * po/POTFILES.skip: 
5384
5385         Update POTFILES.skip file according to current source tree. 
5386
5387 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5388
5389         * shell/ev-window.c: (file_save_dialog_response_cb):
5390
5391         Do Save a copy in atomic way. Fixes bug #328266. 
5392
5393 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5394
5395         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5396
5397         Keep selected cell always visible in index treeview.
5398
5399 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5400         
5401         * shell/ev-view.c: (ev_view_size_allocate):
5402
5403         Restore horizontal scrollbar after switching to/from fullscreen
5404         or presentation mode. Fixes bug #331728.
5405
5406 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5407
5408         * shell/ev-view-private.h:
5409         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5410         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5411         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5412         (ev_view_can_zoom_out):
5413
5414         Use max and min scale values in the view iby taking dpi into account. 
5415
5416 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5417
5418         * configure.ac:
5419         * NEWS:
5420
5421         Release 0.7.1
5422
5423 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5424
5425         * shell/ev-window.c: (ev_window_print_send):
5426
5427         Send print job to printer with some settings set to default values,
5428         since we have already exported to a file according to such settings
5429         and they could be taken twice by some printers. 
5430
5431 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5432
5433         * shell/ev-jobs.c: (ev_job_xfer_run):
5434         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5435
5436         Show main window and load document with the font-config lock held. 
5437
5438 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * configure.ac:
5441         * shell/ev-application.c: (ev_application_register_service):
5442         * shell/main.c: (load_files_remote):
5443
5444         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5445
5446 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * doc/debugging.txt:
5449         
5450         Remove obsolete documentation.
5451
5452 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5453
5454         * Makefile.am:
5455         * backend/Makefile.am:
5456         * backend/comics/Makefile.am:
5457         * backend/djvu/Makefile.am:
5458         * backend/dvi/Makefile.am:
5459         * backend/ev-async-renderer.c:
5460         * backend/ev-async-renderer.h:
5461         * backend/ev-attachment.c:
5462         * backend/ev-attachment.h:
5463         * backend/ev-backend-marshal.c:
5464         * backend/ev-document-factory.c:
5465         * backend/ev-document-factory.h:
5466         * backend/ev-document-find.c:
5467         * backend/ev-document-find.h:
5468         * backend/ev-document-fonts.c:
5469         * backend/ev-document-fonts.h:
5470         * backend/ev-document-images.c:
5471         * backend/ev-document-images.h:
5472         * backend/ev-document-info.h:
5473         * backend/ev-document-links.c:
5474         * backend/ev-document-links.h:
5475         * backend/ev-document-misc.c:
5476         * backend/ev-document-misc.h:
5477         * backend/ev-document-security.c:
5478         * backend/ev-document-security.h:
5479         * backend/ev-document-thumbnails.c:
5480         * backend/ev-document-thumbnails.h:
5481         * backend/ev-document-transition.c:
5482         * backend/ev-document-transition.h:
5483         * backend/ev-document.c:
5484         * backend/ev-document.h:
5485         * backend/ev-file-exporter.c:
5486         * backend/ev-file-exporter.h:
5487         * backend/ev-image.c:
5488         * backend/ev-image.h:
5489         * backend/ev-link-action.c:
5490         * backend/ev-link-action.h:
5491         * backend/ev-link-dest.c:
5492         * backend/ev-link-dest.h:
5493         * backend/ev-link.c:
5494         * backend/ev-link.h:
5495         * backend/ev-render-context.c:
5496         * backend/ev-render-context.h:
5497         * backend/ev-selection.c:
5498         * backend/ev-selection.h:
5499         * backend/impress/Makefile.am:
5500         * backend/pdf/Makefile.am:
5501         * backend/pixbuf/Makefile.am:
5502         * backend/ps/Makefile.am:
5503         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5504         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5505         (start_interpreter), (stop_interpreter), (document_load),
5506         (ps_document_next_page), (render_page):
5507         * backend/tiff/Makefile.am:
5508         * comics/Makefile.am:
5509         * comics/comics-document.c:
5510         * comics/comics-document.h:
5511         * configure.ac:
5512         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5513         * djvu/Makefile.am:
5514         * djvu/djvu-document-private.h:
5515         * djvu/djvu-document.c:
5516         * djvu/djvu-document.h:
5517         * djvu/djvu-links.c:
5518         * djvu/djvu-links.h:
5519         * djvu/djvu-text-page.c:
5520         * djvu/djvu-text-page.h:
5521         * djvu/djvu-text.c:
5522         * djvu/djvu-text.h:
5523         * dvi/Makefile.am:
5524         * dvi/dvi-document.c:
5525         * dvi/dvi-document.h:
5526         * dvi/fonts.c:
5527         * dvi/fonts.h:
5528         * dvi/mdvi-lib/Makefile.am:
5529         * dvi/mdvi-lib/afmparse.c:
5530         * dvi/mdvi-lib/afmparse.h:
5531         * dvi/mdvi-lib/bitmap.c:
5532         * dvi/mdvi-lib/bitmap.h:
5533         * dvi/mdvi-lib/color.c:
5534         * dvi/mdvi-lib/color.h:
5535         * dvi/mdvi-lib/common.c:
5536         * dvi/mdvi-lib/common.h:
5537         * dvi/mdvi-lib/defaults.h:
5538         * dvi/mdvi-lib/dvimisc.c:
5539         * dvi/mdvi-lib/dviopcodes.h:
5540         * dvi/mdvi-lib/dviread.c:
5541         * dvi/mdvi-lib/files.c:
5542         * dvi/mdvi-lib/font.c:
5543         * dvi/mdvi-lib/fontmap.c:
5544         * dvi/mdvi-lib/fontmap.h:
5545         * dvi/mdvi-lib/fontsrch.c:
5546         * dvi/mdvi-lib/gf.c:
5547         * dvi/mdvi-lib/hash.c:
5548         * dvi/mdvi-lib/hash.h:
5549         * dvi/mdvi-lib/list.c:
5550         * dvi/mdvi-lib/mdvi.h:
5551         * dvi/mdvi-lib/pagesel.c:
5552         * dvi/mdvi-lib/paper.c:
5553         * dvi/mdvi-lib/paper.h:
5554         * dvi/mdvi-lib/pk.c:
5555         * dvi/mdvi-lib/private.h:
5556         * dvi/mdvi-lib/setup.c:
5557         * dvi/mdvi-lib/sp-epsf.c:
5558         * dvi/mdvi-lib/special.c:
5559         * dvi/mdvi-lib/sysdeps.h:
5560         * dvi/mdvi-lib/t1.c:
5561         * dvi/mdvi-lib/tfm.c:
5562         * dvi/mdvi-lib/tfmfile.c:
5563         * dvi/mdvi-lib/tt.c:
5564         * dvi/mdvi-lib/util.c:
5565         * dvi/mdvi-lib/vf.c:
5566         * dvi/pixbuf-device.c:
5567         * dvi/pixbuf-device.h:
5568         * impress/Makefile.am:
5569         * impress/common.h:
5570         * impress/document.c:
5571         * impress/f_oasis.c:
5572         * impress/f_oo13.c:
5573         * impress/iksemel.c:
5574         * impress/iksemel.h:
5575         * impress/imposter.h:
5576         * impress/impress-document.c:
5577         * impress/impress-document.h:
5578         * impress/internal.h:
5579         * impress/r_back.c:
5580         * impress/r_draw.c:
5581         * impress/r_geometry.c:
5582         * impress/r_gradient.c:
5583         * impress/r_style.c:
5584         * impress/r_text.c:
5585         * impress/render.c:
5586         * impress/render.h:
5587         * impress/zip.c:
5588         * impress/zip.h:
5589         * lib/Makefile.am:
5590         * lib/ev-debug.c:
5591         * lib/ev-debug.h:
5592         * lib/ev-file-helpers.c:
5593         * lib/ev-file-helpers.h:
5594         * lib/ev-gui.c:
5595         * lib/ev-gui.h:
5596         * lib/ev-tooltip.c:
5597         * lib/ev-tooltip.h:
5598         * libdocument/Makefile.am:
5599         * libdocument/ev-file-helpers.c:
5600         * pdf/Makefile.am:
5601         * pdf/ev-poppler.cc:
5602         * pdf/ev-poppler.h:
5603         * pixbuf/Makefile.am:
5604         * pixbuf/pixbuf-document.c:
5605         * pixbuf/pixbuf-document.h:
5606         * properties/Makefile.am:
5607         * ps/Makefile.am:
5608         * ps/gsdefaults.c:
5609         * ps/gsdefaults.h:
5610         * ps/gsio.c:
5611         * ps/gsio.h:
5612         * ps/gstypes.h:
5613         * ps/ps-document.c:
5614         * ps/ps-document.h:
5615         * ps/ps.c:
5616         * ps/ps.h:
5617         * shell/Makefile.am:
5618         * shell/ev-application.h:
5619         * shell/ev-sidebar-links.c:
5620         * shell/ev-sidebar-links.h:
5621         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5622         (ev_gui_menu_position_tree_selection):
5623         * shell/ev-utils.h:
5624         * shell/ev-view.c: (ev_view_finalize):
5625         * shell/ev-window.c:
5626         * shell/main.c: (main):
5627         * thumbnailer/Makefile.am:
5628         * tiff/Makefile.am:
5629         * tiff/tiff-document.c:
5630         * tiff/tiff-document.h:
5631         * tiff/tiff2ps.c:
5632         * tiff/tiff2ps.h:
5633         
5634         Reorganize source tree.
5635
5636 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5637
5638         * backend/ev-document-factory.c:
5639
5640         Do not include ev-poppler.h when pdf is disabled. 
5641
5642 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5643
5644         * configure.ac:
5645         * data/evince-ui.xml:
5646         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5647         (pdf_document_document_images_iface_init):
5648         * backend/Makefile.am:
5649         * backend/ev-document-images.[ch]:
5650         * backend/ev-image.[ch]:
5651         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5652         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5653         (ev_job_xfer_run):
5654         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5655         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5656         (ev_pixbuf_cache_get_image_mapping):
5657         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5658         (view_menu_popup_cb), (ev_window_dispose),
5659         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5660         (ev_view_popup_cmd_copy_image):
5661         * shell/ev-view-private.h:
5662         * shell/ev-view.c: (ev_view_get_image_at_location),
5663         (ev_view_do_popup_menu), (ev_view_popup_menu),
5664         (ev_view_button_press_event), (ev_view_drag_data_get),
5665         (ev_view_drag_motion), (ev_view_drag_data_received),
5666         (ev_view_motion_notify_event), (ev_view_button_release_event),
5667         (ev_view_finalize), (ev_view_class_init):
5668
5669         Add image handling support. Fixes bugs #310008 and #325047. Images
5670         selection is not supported yet. 
5671
5672 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5673
5674         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5675         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5676         (ev_view_init):
5677
5678         Move view drag and drop stuff to ev-view.
5679
5680 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5683         * shell/ev-view.c: (clear_selection): 
5684
5685         Clear selection also in pixbuf cache.
5686
5687 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5688
5689         * data/evince.desktop.in.in:
5690         
5691         Change icon name in desktop file. See bug #390734
5692         for details.
5693
5694 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5695
5696         * thumbnailer/Makefile.am:
5697
5698         Use top_builddir instead top_srcdir for generated schema
5699         file installation. Fixes bug #390161.
5700
5701 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5702
5703         * configure.ac:
5704         * backend/Makefile.am:
5705         * backend/ev-document-transition.[ch]:
5706         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5707         (pdf_document_page_transition_iface_init):
5708         * shell/ev-view-private.h:
5709         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5710         (ev_view_set_presentation), (transition_next_page),
5711         (ev_view_presentation_transition_stop),
5712         (ev_view_presentation_transition_start), (ev_view_next_page):
5713
5714         Add page transition support in presentation mode. At the moment only
5715         page duration is supported, but not transition effects. Fixes bug
5716         #309815.
5717
5718 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5719
5720         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5721
5722         Run find_link_dest with document lock held, since it's called by links
5723         thread and main thread at the same time. 
5724
5725 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5726
5727         * shell/ev-view.c: (goto_dest):
5728
5729         Update page-cache when page is changed by the view, so that
5730         page-changed signal is emitted. 
5731
5732 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5733
5734         * test/test1.py:
5735         * test/test2.py:
5736
5737         Use C locale in tests. 
5738
5739 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * shell/ev-window.c: (ev_window_run_presentation):
5742         * shell/ev-view-private.h:
5743         * shell/ev-view.c: (ev_view_set_presentation):
5744
5745         Restore zoom settings when back from presentation mode. 
5746
5747 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5748
5749         * shell/ev-window.c: (ev_window_run_presentation):
5750
5751         Always use "best fit" zoom in presentation mode.
5752         Fixes bug #389195.
5753
5754 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5755
5756         * shell/ev-view.c: (ev_view_goto_window_create):
5757
5758         Show "Jump to page" label in the page jumping popup in
5759         presentation mode instead of just a GtkEntry.
5760
5761 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5762
5763         * shell/ev-window.c: (launch_external_uri):
5764
5765         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5766         #378085.
5767
5768 2006-12-22  Elijah Newren  <newren gmail com>
5769
5770         * configure.ac: explicitly check for libxml2.  Fixes #388795
5771
5772 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * shell/ev-view-private.h:
5775         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5776         (ev_view_goto_window_delete_event), (key_is_numeric),
5777         (ev_view_goto_window_key_press_event),
5778         (ev_view_goto_window_button_press_event),
5779         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5780         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5781         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5782
5783         Allow jumping to another page by typing a page number in presentation
5784         mode. It uses a popup window with an entry. Fixes bug #353625.
5785
5786 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5787
5788         * configure.ac:
5789         * properties/ev-properties-view.c: (ev_get_default_user_units),
5790         (ev_regular_paper_size):
5791         
5792         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5793         to Damien Carbery <damien.carbery@sun.com> and
5794         Yevgen Muntyan <muntyan@tamu.edu>.
5795
5796 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5797
5798         * shell/ev-window.c: (setup_document_from_metadata):
5799
5800         Make sure Evince doesn't restore the view on the last
5801         page when a document is reopened. Fixes bug #383381.
5802
5803 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5804
5805         * shell/ev-view.c: (draw_loading_text):
5806
5807         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5808
5809 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5810
5811         * configure.ac:
5812         * NEWS:
5813
5814         Release 0.7.0
5815
5816 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * configure.ac:
5819         * pdf/ev-poppler.cc: (pdf_print_context_free),
5820         (pdf_document_file_exporter_begin),
5821         (pdf_document_file_exporter_do_page):
5822
5823         Make cairo-pdf depedency optional. 
5824
5825 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5826
5827         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5828
5829         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5830
5831 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5834         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5835         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5836         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5837         * shell/ev-view.c: (draw_loading_text):
5838         * shell/ev-window.c: (ev_window_cmd_file_properties):
5839
5840         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5841         related to using FontConfig from different threads.
5842         
5843 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5844
5845         * shell/ev-view.c: (draw_loading_text):
5846
5847         Acquire lock document when drawing "Loading..." text so that only one
5848         thread will use FontConfig at the same time. Fixes bug #374750.
5849
5850 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5851
5852         * shell/ev-page-action.[ch]: (activate_cb):
5853         * shell/ev-window.c: (activate_label_cb):
5854
5855         Check if text inserted in page entry is a valid page number when it
5856         doesn't match to any document page label. Fixes bug #383165.
5857
5858 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5859         * shell/ev-window.c:
5860
5861         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5862         available with GTK < 2.10. Added an ifdef to avoid compilation
5863         error.
5864
5865 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5866
5867         * configure.ac:
5868         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5869
5870         Fix ps backend in multihead systems.
5871
5872 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5873
5874         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5875         * shell/ev-window.c: (ev_window_get_screen_dpi),
5876         (ev_window_update_actions), (setup_view_from_metadata),
5877         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5878
5879         Take screen DPI into account when zooming. Fixes bug #318285.
5880
5881 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5882
5883         * data/Makefile.am:
5884
5885         Cleaned up/slightly refactored Makefile.am. Added GConf
5886         schemas uninstallation as well.
5887
5888 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5889
5890         * Makefile.am:
5891         * test/Makefile.am:
5892
5893         Fight with autotools to fix make check. Make distcheck
5894         works fine as well now!
5895
5896 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5897
5898         * shell/ev-view.c: (draw_end_presentation_page):
5899
5900         Corrected "end of presentation" string.
5901
5902 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5903
5904         * shell/ev-view.c: (ev_view_key_press_event):
5905
5906         Correctly propagate key press event so that up/down keys
5907         work as expected (correct behaviour was broken by
5908         black/white screen key bindings for presentations).
5909
5910 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5913         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5914         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5915         (pdf_selection_get_selection_region),
5916         (pdf_selection_get_selection_map):
5917
5918         Add "static" to some private functions. 
5919
5920 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5921
5922         * lib/ev-tooltip.h:
5923         * properties/ev-properties-view.h:
5924         * shell/ev-jobs.h:
5925         * shell/ev-properties-dialog.h:
5926         * shell/ev-properties-fonts.h:
5927         * shell/ev-sidebar-links.h:
5928         * shell/ev-sidebar-thumbnails.h:
5929         * shell/ev-sidebar.h:
5930         * shell/ev-window.h:
5931         
5932         Fixes CHACK type in class casts. See bug #385343
5933         for details.
5934
5935 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5936
5937         * shell/ev-view-private.h:
5938         * shell/ev-view.c: (draw_end_presentation_page),
5939         (ev_view_expose_event), (ev_view_key_press_event),
5940         (ev_view_class_init), (ev_view_init):
5941
5942         Blank screen in presentation mode when pressing 'b' (filling with
5943         black) or 'w' (filling with white) keys. Fixes bug #358132.
5944
5945 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5946
5947         * data/evince-toolbar.xml:
5948         * shell/ev-window.c:
5949         
5950         Use stock icon for Select All action. Fixes
5951         bug #382652.
5952
5953 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5954
5955         * shell/ev-view.c: (get_doc_point_from_offset),
5956         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5957
5958         Add links support in rotated documents. Fixes bug #343733.
5959
5960 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5961
5962         * shell/ev-view-private.h:
5963         * shell/ev-view.c: (draw_end_presentation_page),
5964         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5965
5966         Show a blank page after the last page in presentation mode with a
5967         message indicating that presentation has finished and how to exit. 
5968
5969 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5970
5971         * shell/ev-window.c: (fullscreen_timeout_cb):
5972
5973         Hide cursor after a while in presentation mode. 
5974
5975 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5976
5977         * backend/ev-document-info.h:
5978         * data/evince-properties.glade:
5979         * pdf/ev-poppler.cc:
5980         * properties/ev-properties-view.c: (ev_regular_paper_size),
5981         (ev_properties_view_set_info):
5982         * ps/ps-document.c: (ps_document_get_info):
5983
5984         Adds a paper size field to the properties dialog. Fixes
5985         bug #307315. Patch by Kasper Svendsen (with some i18n
5986         changes done by me).
5987
5988 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5991         (screensaver_init_dbus), (totem_scrsaver_new),
5992         (totem_scrsaver_init):
5993         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5994         * shell/ev-application.c: (ev_application_register_service),
5995         (ev_application_screensaver_enable),
5996         (ev_application_screensaver_disable):
5997         * shell/ev-application.h:
5998         * shell/ev-window.c: (ev_window_run_presentation),
5999         (ev_window_stop_presentation), (build_comments_string),
6000         (ev_window_init):
6001         
6002         Move screensaver handling to application. No more
6003         message on startup.
6004
6005 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6006
6007         * configure.ac:
6008         * backend/Makefile.am:
6009         * backend/ev-file-exporter.[ch]:
6010         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6011         * ps/ps-document.c: (ps_document_file_exporter_*):
6012         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6013         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6014         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6015         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6016
6017         Allow printing to PDF when suppoted by the backend.
6018         
6019 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6020
6021         * shell/ev-window.c: (build_comments_string):
6022
6023         Use always "Document Viewer" in about dialog. 
6024
6025 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6026
6027         * djvu/djvu-document.c: (djvu_document_get_page_size):
6028
6029         Display a warning message when get_pageinfo fails. 
6030
6031 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6032
6033         * Makefile.am:
6034         * backend/Makefile.am:
6035         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6036         * configure.ac:
6037         * shell/ev-window.c: (build_comments_string):
6038         
6039         Make pdf compilation optional. See bug #38007.
6040
6041 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6042
6043         * ps/ps.c: (get_next_text):
6044
6045         Fix CVE-2006-5864.
6046
6047 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6050         * shell/ev-navigation-action.c: (connect_proxy),
6051         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6052         
6053         Do not call g_type_class_peek_parent twice.
6054
6055 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * configure.ac:
6058         * data/icons/24x24/.cvsignore:
6059         * data/icons/24x24/Makefile.am:
6060         * data/icons/24x24/evince.png:
6061         * data/icons/Makefile.am:
6062         
6063         Add 24x24 icon. Thanks to 
6064         Michael Monreal <infernux@web.de>.
6065
6066 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6067
6068         * configure.ac: Fix typo in configure.ac. Thanks
6069         to dmacks@netspace.org for notification.
6070
6071 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6074         
6075         Drop dbus include, fixes compilation with older dbus.
6076
6077 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6078
6079         * configure.ac:
6080         * cut-n-paste/Makefile.am:
6081         * cut-n-paste/totem-screensaver/.cvsignore
6082         * cut-n-paste/totem-screensaver/Makefile.am:
6083         * cut-n-paste/totem-screensaver/README:
6084         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6085         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6086         * shell/Makefile.am:
6087         * shell/ev-window.c: (ev_window_run_presentation),
6088         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6089         (ev_window_init):
6090
6091         Implemented screensaver enabling/disabling for
6092         presentation mode (not fullscreen mode). Code stolen
6093         from Totem (with some minor tweaks). Fixes bug #338889.
6094
6095 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6096
6097         * configure.ac:
6098
6099         Bump gnome-icon-theme requirements. We use the rotation
6100         icons that appeared recently.
6101
6102 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * shell/ev-history.c: (ev_history_add_page):
6105         * shell/ev-history.h:
6106         * shell/ev-window.c: (page_changed_cb):
6107         
6108         Use page labels instead of numbers.
6109
6110 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * data/evince-toolbar.xml:
6113         * po/POTFILES.in:
6114         * shell/Makefile.am:
6115         * shell/ev-navigation-action-widget.c:
6116         (ev_navigation_action_widget_init),
6117         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6118         (menu_detacher), (ev_navigation_action_widget_set_menu),
6119         (menu_position_func), (popup_menu_under_arrow),
6120         (ev_navigation_action_widget_toggled),
6121         (ev_navigation_action_widget_button_press_event):
6122         * shell/ev-navigation-action-widget.h:
6123         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6124         (ev_navigation_action_set_window), (activate_menu_item_cb),
6125         (new_history_menu_item), (new_empty_history_menu_item),
6126         (build_menu), (menu_activated_cb), (connect_proxy),
6127         (create_tool_item), (ev_navigation_action_init),
6128         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6129         * shell/ev-navigation-action.h:
6130         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6131         (ev_page_action_widget_set_page_cache),
6132         (ev_page_action_widget_finalize),
6133         (ev_page_action_widget_class_init), (match_selected_cb),
6134         (display_completion_text), (match_completion), (build_new_tree_cb),
6135         (get_filter_model_from_model),
6136         (ev_page_action_widget_update_model):
6137         * shell/ev-page-action-widget.h:
6138         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6139         (connect_proxy):
6140         * shell/ev-page-action.h:
6141         * shell/ev-stock-icons.c:
6142         * shell/ev-stock-icons.h:
6143         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6144         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6145         (register_custom_actions):
6146         * shell/main.c:
6147         
6148         Preliminary history implementation
6149
6150 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6151
6152         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6153         (dvi_document_class_init), (dvi_document_init_params):
6154         * dvi/mdvi-lib/font.c: (font_reference):
6155         
6156         Add reference to subfont. Fixes bug #374277.
6157
6158 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6159
6160         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6161         (ev_window_cmd_file_open_copy_at_dest):
6162
6163         Fix a race condition when creating symlink. Increase the counter
6164         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6165         Mathias Hasselmann).
6166
6167 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6168
6169         * backend/Makefile.am:
6170         * backend/ev-attachment.c: (ev_attachment_open):
6171         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6172         (ev_tmp_dir), (ev_tmp_filename):
6173         * shell/ev-sidebar-attachments.c:
6174         (ev_sidebar_attachments_drag_data_get):
6175         * shell/ev-window.c: (ev_window_clear_temp_file):
6176
6177         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6178         in ensure_dir_exists. Abort without crashing when we can't create
6179         user's directory.
6180
6181 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6182
6183         * data/evince-ui.xml:
6184         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6185         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6186         (ev_window_cmd_file_open_copy_at_dest),
6187         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6188         (ev_view_popup_cmd_open_link_new_window):
6189
6190         Allow opening a copy of the current document in a new window. Fixes bug
6191         #357472
6192
6193 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * data/evince-toolbar.xml:
6196         
6197         Add rotate right and rotate left to available items for toolbar.
6198         
6199         * data/evince-ui.xml:
6200         * shell/ev-window.c: (ev_window_init):
6201         
6202         Customize toolbar with right click. Fixes bug #372451.
6203
6204 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6205
6206         * shell/ev-window.c: 
6207         
6208         Use "object-rotate-{left,right}" stock icons. Fixes 
6209         bug #373863.
6210
6211 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6212
6213         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6214         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6215         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6216         (ev_window_open_uri):
6217         * shell/main.c: (arguments_parse):
6218
6219         Remove temp file created when evince is used by GTK+ in
6220         preview mode. Fixes bug #365282. 
6221
6222 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6223
6224         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6225         
6226         Fixes bug #372474 - Side pane disabled when entering 
6227         and leaving fullscreen mode.
6228
6229 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6232         * data/Makefile.am:
6233         * data/evince-preview-toolbar.xml:
6234         * data/evince-toolbar.xml:
6235         * shell/ev-application.c: (ev_application_shutdown),
6236         (ev_application_init), (ev_application_get_toolbars_model):
6237         * shell/ev-application.h:
6238         * shell/ev-window.c: (update_chrome_visibility),
6239         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6240         (ev_window_cmd_edit_toolbar), (ev_window_init):
6241         
6242         Fixes bug #364364 - toolbar editor shows zoom actions again.
6243
6244 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6245
6246         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6247
6248         Do not take margins into consideration for paper size when printing.
6249         Really fixes bug #350491.
6250
6251 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6252
6253         * data/evince-ui.xml:
6254         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6255         (ev_window_cmd_file_print_setup),
6256         (ev_window_print_dialog_response_cb),
6257         (ev_window_setup_action_sensitivity):
6258
6259         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6260
6261 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6262
6263         * shell/ev-window.c: (ev_window_print_range):
6264
6265         Revert my previuos commit, since printing to PDF is not supported by
6266         evince yet. 
6267
6268 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6269
6270         * shell/ev-window.c: (ev_window_print_range):
6271
6272         Enable print to a PDF. Fixes bug #332121.
6273
6274 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6275
6276         * shell/ev-application-service.xml:
6277         * shell/ev-application.[ch]: (ev_application_open_window),
6278         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6279         (ev_application_open_uri), (ev_application_open_uri_list):
6280         * shell/ev-window.c: (file_open_dialog_response_cb),
6281         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6282         (drag_data_received_cb), (open_remote_link):
6283         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6284
6285         Add support for multiscreen systems. Fixes bug #316206.
6286
6287 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6288
6289         * shell/ev-jobs.[ch]: (ev_job_print_new),
6290         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6291         (ev_job_print_do_page):
6292         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6293
6294         Allow printing only odd/even pages. Fixes bug #367289.
6295
6296 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6297
6298         * test/test1.py:
6299         * test/test2.py:
6300
6301         Re-add locale settings to test files.
6302
6303 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * data/evince-ui.xml:
6306         * shell/ev-window.c: (set_action_properties):
6307         
6308         Removed garbage from code and ui.
6309
6310 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6311
6312         * shell/ev-window.c: (ev_window_cmd_help_about):
6313
6314         Shamelessly add my name to the list of contributors.
6315
6316 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6317
6318         * test/test1.py:
6319         * test/test2.py:
6320
6321         Cleaned up the dogtail scripts.
6322
6323 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6324
6325         * shell/ev-view.c: (draw_loading_text): Don't render
6326         "loading..." text in presentation mode. Temporary
6327         workaround for bug #320352.
6328
6329 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6330
6331         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6332         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6333
6334         Use print settings scale, copies, collate and reverse which were
6335         ignored. Fixes bug #359032.
6336
6337 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * configure.ac:
6340         * data/evince-password.glade:
6341         * test/Makefile.am:
6342         * test/test-encrypt.pdf:
6343         * test/test-links.pdf:
6344         * test/test1.py:
6345         * test/test2.py:
6346
6347         Add automated UI tests for evince with dogtail. See
6348         bug #300948.    
6349
6350 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6351
6352         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6353
6354         Hide fullscreen toolbar when switching to another desktop workspace.
6355         Fixes bug #338871
6356
6357 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * shell/ev-window-title.c: 
6360         
6361         Test for .dvi in title of pdf documents.
6362
6363 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6364
6365         * shell/ev-view.c: (ev_view_scroll):
6366
6367         Page Up/Down should do page jumps in "Best fit" mode.
6368         If a user has explicitly chosen to view exactly one page
6369         at a time, scrolling just a part of the page when
6370         pressing Page Up/Down is not right. Fixes bug #323107.
6371
6372 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6373
6374         * NEWS:
6375         * configure.ac:
6376         
6377         Update for 0.6.1
6378
6379 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6382         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6383         
6384         Correctly disconnect from job signals on destroy.
6385
6386 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6387
6388         * shell/ev-view-private.h:
6389         * shell/ev-view.c: (view_set_adjustment_values),
6390         (view_update_range_and_current_page),
6391         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6392         
6393         Fixes bug #343199, current page now follows find page.
6394
6395 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6396
6397         * backend/ev-document-factory.c:
6398         * configure.ac:
6399         Assigned OpenDocument presenation MIME type to the
6400         Impress backend. Added some missing (but harmless)
6401         #ifdefs in the document factory as well to make things
6402         consistent again. Fixes bug #360658.
6403
6404 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6405
6406         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6407         * backend/ev-document-find.c: (ev_document_find_get_type):
6408         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6409         * backend/ev-document-links.c: (ev_document_links_get_type):
6410         * backend/ev-document-security.c: (ev_document_security_get_type):
6411         * backend/ev-document-thumbnails.c:
6412         (ev_document_thumbnails_get_type):
6413         * backend/ev-document.c: (ev_document_get_type):
6414         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6415         * backend/ev-selection.c: (ev_selection_get_type):
6416         * cut-n-paste/recent-files/egg-recent-model.c:
6417         (egg_recent_model_get_type):
6418         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6419         (egg_recent_view_uimanager_get_type):
6420         * cut-n-paste/recent-files/egg-recent-view.c:
6421         (egg_recent_view_get_type):
6422         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6423         (egg_editable_toolbar_get_type):
6424         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6425         (egg_toolbar_editor_get_type):
6426         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6427         (egg_toolbars_model_get_type):
6428         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6429         (egg_tree_multi_drag_source_get_type):
6430         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6431         (ephy_zoom_action_get_type):
6432         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6433         (ephy_zoom_control_get_type):
6434         * impress/r_back.c: (_imp_fill_back):
6435         * properties/ev-properties-main.c:
6436         (ev_properties_plugin_register_type):
6437         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6438         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6439         (ev_view_accessible_factory_get_type):
6440
6441         Reduce relocations. Bug #360616.
6442
6443 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6444
6445         * backend/ev-document-factory.c:
6446         (ev_document_factory_get_document):
6447         
6448         Load document even if extension is wrong.
6449
6450 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6451
6452         * shell/ev-metadata-manager.c: (save_values):
6453         * shell/ev-window.c: (setup_size_from_metadata),
6454         (setup_view_from_metadata), (ev_window_setup_document),
6455         (ev_window_xfer_job_cb), (window_configure_event_cb):
6456         
6457         Set size according to the document size/page size ratio.
6458         That should correct rather wierd behaviour of the previous
6459         commit.
6460
6461 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * shell/ev-window.c: (setup_view_from_metadata):
6464         
6465         Set size for new windows from previous window size.
6466         See bugs #354968 and #168450 for details. Thanks
6467         to Meik Hellmund.
6468
6469 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6470
6471         * djvu/djvu-links.c: (build_tree):
6472
6473         Fix memory leak.
6474
6475 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6478         
6479         Don't make sidebar close button insensitive. Fixes
6480         bug #357871.
6481
6482 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6483
6484         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6485         (ev_window_set_view_accels_sensitivity):
6486         
6487         Don't enable Slash on documents which don't support
6488         find. Fixes bug #358648.
6489
6490 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6491
6492         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6493         open dialog fall back to the current document uri if the
6494         filechooser hasn't been used before. Fixes bug #356980.
6495
6496 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6497
6498         * shell/ev-window.c: (ev_window_setup_recent), 
6499         (ev_window_get_recent_file_label):
6500
6501         Escape underscores in filenames of recent file items.
6502
6503 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * configure.ac:
6506         
6507         Bumped poppler requirements, really 0.5.3 is very 
6508         buggy, now we require 0.5.4.
6509
6510 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6511
6512         * djvu/Makefile.am:
6513         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6514         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6515         (djvu_document_document_links_iface_init):
6516         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6517         (number_from_string_10), (get_djvu_link_dest),
6518         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6519         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6520         (djvu_links_get_links), (djvu_links_find_link_dest),
6521         (djvu_links_get_links_model):
6522         * djvu/djvu-links.h:
6523         
6524         Add support for links and bookmarks in djvu documents. Thanks
6525         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6526         patch.
6527
6528 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6531         
6532         Reopen should reload document. Fixes 
6533         bug 327951.
6534
6535 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * configure.ac:
6538         * data/Makefile.am:
6539         * data/evince-16.png:
6540         * data/evince-22.png:
6541         * data/evince.png:
6542         * data/evince.svg:
6543         * data/icons/16x16/Makefile.am:
6544         * data/icons/16x16/evince.png:
6545         * data/icons/22x22/Makefile.am:
6546         * data/icons/22x22/evince.png:
6547         * data/icons/48x48/Makefile.am:
6548         * data/icons/48x48/evince.png:
6549         * data/icons/Makefile.am:
6550         * data/icons/scalable/Makefile.am:
6551         * data/icons/scalable/evince.svg:
6552         
6553         Install icons with correct names. Fixes
6554         bug #354429.
6555
6556 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6557
6558         * shell/ev-view.c: (ev_view_button_release_event):
6559
6560         Don't open links with middle mouse button. Fixes bug #353649
6561
6562 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * NEWS:
6565         * configure.ac:
6566         
6567         Update for release 0.6.0
6568
6569 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6570
6571         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6572         Implement Close named action. Patch by Carlos Garcia Campos.
6573
6574 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6575
6576         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6577         
6578         Don't clear link mapping on copy_job_to_job_info. Fixes
6579         bug 346168.
6580
6581 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6582
6583         * shell/main.c: (main):
6584
6585         Revert my previous commit, gnome_program_init owns the option context.
6586         Fix another memory leak in main. Both caught by Christian Persch. 
6587
6588 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6589
6590         * shell/main.c: (main):
6591
6592         Fix memory leak.
6593
6594 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6595
6596         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6597
6598         Fix crash when opening a pdf with password protection. 
6599
6600 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6601
6602         * pdf/ev-poppler.cc: (pdf_document_search_free):
6603
6604         Fix memory leak. 
6605
6606 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6607
6608         * backend/ev-document-factory.c:
6609         (ev_document_factory_get_document):
6610         * tiff/tiff-document.c: (tiff_document_finalize):
6611         
6612         More correct handling of document loading. Fixes
6613         bug #349043.
6614
6615 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6616
6617         * backend/ev-attachment.c: (ev_attachment_save):
6618
6619         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6620         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6621
6622 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6623         
6624         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6625         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6626
6627 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6628
6629         * shell/ev-sidebar-thumbnails.c:
6630
6631         Do not render thumbnails unless thumbnails page is active in the
6632         sidebar.
6633
6634 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6635
6636         * shell/ev-properties-dialog.c:
6637
6638         Fix dialogue spacing. Bug #351370.
6639
6640 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6641
6642         * configure.ac:
6643
6644         Use lowercase gettext catalog file names (evince.mo
6645         instead of Evince.mo)
6646
6647 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6648
6649         * shell/ev-sidebar-attachments.c:
6650
6651         GtkIconTheme is now screen safe too. Fixes bug #350878
6652
6653 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6654
6655         * shell/ev-window.c:
6656
6657         GtkRecent manager is now screen safe. Fixes bug #350145
6658
6659 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * shell/ev-sidebar.c: (ev_sidebar_init):
6662         
6663         Make sidebar close icon smaller. Fix for bug 350177.
6664         See also bugs 350176 and 165770.
6665
6666 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6667
6668         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6669
6670         Ignore zoom for xyz destinations when it's <= 1, keeping user
6671         preferences instead. Set correct sizing-mode for fith and fitv
6672         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6673
6674 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * NEWS:
6677         * configure.ac:
6678         
6679         Update for release 0.5.5
6680
6681 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6682         
6683         * shell/ev-window.c: (ev_window_cmd_escape)
6684
6685         Escape unfocus page entry. Fixes bug #345809.
6686
6687 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6688
6689         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6690         (build_tree), (pdf_document_links_get_links),
6691         (pdf_document_links_find_link_dest):
6692         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6693         (goto_xyz_dest):
6694
6695         Convert from PDF style coordinates to X style coordinates in the
6696         backend rather than in the view. Fixes bug #338440
6697
6698 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * shell/ev-window.c:
6701         
6702         Remove Ctrl+Shift+T shortcut for toolbars. See
6703         the bug #350098.
6704
6705 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6706
6707         * configure.ac:
6708
6709         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6710         of this. 
6711
6712 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * configure.ac:
6715         * cut-n-paste/Makefile.am:
6716         * data/evince-ui.xml:
6717         * shell/Makefile.am:
6718         * shell/ev-application.[ch]:
6719         * shell/ev-window.c:
6720
6721         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6722         #349273
6723
6724 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6725
6726         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6727         findbar code: s/help/search/
6728
6729 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6730
6731         * shell/ev-window.c: (setup_document_from_metadata),
6732         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6733         (setup_view_from_metadata):
6734         
6735         Fix memory leaks.
6736
6737 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6738
6739         * autogen.sh, configure.ac: 
6740         
6741         Update automake usage. See bug 349292.
6742
6743 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * shell/eggfindbar.c: (egg_find_bar_class_init),
6746         (entry_activate_callback), (egg_find_bar_init),
6747         (egg_find_bar_set_status_text):
6748         * shell/eggfindbar.h:
6749         
6750         Unify Evince findbar with Epiphany. Nice patch
6751         from Fabricio Silva <silva@crans.org> and
6752         Frederic Peters <fpeters@entrouvert.com>. See
6753         bug #339966 for details.
6754
6755 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * data/evince.desktop.in.in:
6758         
6759         Correct information for bugzilla. Thanks to
6760         Olaf Vitters, see bug #348855.
6761
6762 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6763
6764         * shell/ev-jobs.[ch]:
6765         * shell/ev-sidebar-links.c:
6766         * shell/ev-window.[ch]:
6767
6768         GtkPrintJob doesn't support print ranges or current page, so we export
6769         to a ps file now when printing ranges or current page.
6770
6771 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6772
6773         * pdf/ev-poppler.cc:
6774         * shell/ev-window.c: (do_action_named):
6775
6776         We should be more clear about bugzilla. See the
6777         poppler bug #7623.
6778
6779 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6780
6781         * configure.ac:
6782         * shell/Makefile.am:
6783         * shell/ev-job-queue.c:
6784         * shell/ev-jobs.[ch]:
6785         * shell/ev-sidebar-links.c:
6786         * shell/ev-window.[ch]:
6787         
6788         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6789         #348422
6790
6791 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6792
6793         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6794         * shell/ev-application-service.xml:
6795         * shell/ev-application.[ch]:
6796         * shell/ev-jobs.[ch]:
6797         * shell/ev-window.[ch]: (ev_window_run_preview):
6798         * shell/main.c: 
6799
6800         Add preview mode to use evince as a printing previewer. It also adds
6801         other command line options for fullscreen and presentation modes.
6802         Fixes bugs #347822, #317031
6803
6804 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * NEWS:
6807         * configure.ac:
6808         
6809         Update for release 0.5.4
6810
6811 2006-07-11  Bastien Nocera <hadess@hadess.net>
6812
6813         * Makefile.am:
6814         * backend/Makefile.am:
6815         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6816         * backend/ev-document-factory.h:
6817         * configure.ac:
6818         * impress/.cvsignore:
6819         * impress/Makefile.am:
6820         * impress/common.h:
6821         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6822         (imp_get_page), (imp_next_page), (imp_prev_page),
6823         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6824         * impress/f_oasis.c: (render_object), (render_page),
6825         (get_geometry), (_imp_oasis_load):
6826         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6827         (_imp_oo13_load):
6828         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6829         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6830         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6831         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6832         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6833         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6834         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6835         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6836         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6837         (iks_new_within), (iks_insert), (iks_insert_cdata),
6838         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6839         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6840         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6841         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6842         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6843         (iks_cdata), (iks_cdata_size), (iks_has_children),
6844         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6845         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6846         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6847         (iks_tree), (iks_load), (iks_save):
6848         * impress/iksemel.h:
6849         * impress/imposter.h:
6850         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6851         (imp_render_draw_bezier_real), (imp_render_get_size),
6852         (imp_render_set_fg_color), (imp_render_draw_line),
6853         (imp_render_draw_rect), (imp_render_draw_polygon),
6854         (imp_render_draw_arc), (imp_render_draw_bezier),
6855         (imp_render_open_image), (imp_render_get_image_size),
6856         (imp_render_scale_image), (imp_render_draw_image),
6857         (imp_render_close_image), (imp_render_markup),
6858         (imp_render_get_text_size), (imp_render_draw_text),
6859         (impress_document_load), (impress_document_save),
6860         (impress_document_get_n_pages), (impress_document_get_page_size),
6861         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6862         (impress_document_finalize), (impress_document_class_init),
6863         (impress_document_can_get_text), (impress_document_get_info),
6864         (impress_document_document_iface_init),
6865         (impress_document_thumbnails_get_thumbnail),
6866         (impress_document_thumbnails_get_dimensions),
6867         (impress_document_document_thumbnails_iface_init),
6868         (impress_document_init):
6869         * impress/impress-document.h:
6870         * impress/internal.h:
6871         * impress/r_back.c: (_imp_fill_back):
6872         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6873         (_imp_draw_image), (_imp_tile_image):
6874         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6875         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6876         (r_polyline):
6877         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6878         (r_draw_gradient_complex), (r_draw_gradient):
6879         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6880         (r_get_bullet):
6881         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6882         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6883         (r_text):
6884         * impress/render.c: (imp_create_context), (imp_context_set_page),
6885         (imp_context_set_step), (imp_render), (imp_delete_context):
6886         * impress/render.h:
6887         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6888         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6889         (zip_load_xml), (zip_get_size), (zip_load):
6890         * impress/zip.h:
6891         * shell/ev-utils.c:
6892         
6893         New backend to support impress slides. Fixes bug #30867.
6894
6895 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6896
6897         * shell/ev-utils.c: (using_postscript_printer):
6898         
6899         Fixes crash when print using PAPI backend,
6900         bug #345012.
6901
6902 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6903
6904         * shell/ev-jobs.c: (ev_job_xfer_run):
6905         * shell/ev-window.c: (password_dialog_response),
6906         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6907         (ev_window_dispose):
6908         Fixes bug #344160: if the xfer job doesn't complete
6909         because a password is required, reload the existing
6910         instance instead of creating a new one.
6911
6912 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * shell/main.c: (main): Call gdk_threads_init. Thus
6915         we'll avoid errors in auth dialog. Fix for the bug
6916         #343347.
6917
6918 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6919
6920         * configure.ac: Advertise pixbuf support, fix
6921         for the bug 343317.
6922
6923 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6926         (ev_sidebar_thumbnails_set_document):
6927         
6928         Update sidebar thumbnails after reloading.
6929
6930 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6933         * shell/ev-jobs.h:
6934         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6935         (ev_window_cmd_view_reload), (ev_window_init):
6936         
6937         Don't crash on reload. Fix for the bug #343167.
6938
6939 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6940
6941         * shell/ev-jobs.c: (ev_job_render_run):
6942         
6943         Check for document links.
6944
6945 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * backend/ev-attachment.c: (ev_attachment_save),
6948         (ev_attachment_launch_app), (ev_attachment_open):
6949         * backend/ev-document-factory.c: (get_document_from_uri):
6950         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6951         (egg_recent_view_uimanager_set_list):
6952         * ps/ps-document.c: (check_filecompressed), (document_load),
6953         (ps_document_load):
6954         * shell/ev-metadata-manager.c: (load_values):
6955         * shell/ev-password.c: (ev_password_dialog_set_property):
6956         * shell/ev-view.c: (tip_from_link):
6957         * shell/ev-window.c: (file_save_dialog_response_cb),
6958         (ev_window_print_dialog_response_cb):
6959         
6960         Use consistent quoting style. Fix for the bug #320285.
6961
6962 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * shell/ev-jobs.c: (ev_job_xfer_run):
6965         * shell/main.c: (load_files):
6966                 
6967         Open links with anchors. Fix for the bug #339836.
6968
6969 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6972         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6973         (ev_link_dest_set_property), (ev_link_dest_finalize),
6974         (ev_link_dest_class_init), (ev_link_dest_new_named),
6975         (ev_link_dest_new_page_label):
6976         * backend/ev-link-dest.h:
6977         * shell/ev-application.c: (ev_application_open_uri):
6978         * shell/ev-view.c: (goto_dest):
6979         * shell/ev-window.c:
6980         * shell/ev-window.h:
6981         
6982         Fix page-label command line option. Bug #342070.
6983
6984 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6985
6986         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6987         
6988         Don't show highlight rects if page can't be showed. Fix for 
6989         the bug #342076
6990
6991 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * shell/ev-window.c: (setup_sidebar_from_metadata),
6994         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6995         
6996         Setup sidebar from metadata even if there is no document
6997         loaded. Fix for the bug #342807.
6998
6999 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7000
7001         * cut-n-paste/toolbar-editor/Makefile.am:
7002         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7003         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7004         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7005         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7006         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7007         (popup_context_menu_cb), (button_press_event_cb),
7008         (configure_item_sensitivity), (configure_item_cursor),
7009         (configure_item_tooltip), (connect_widget_signals),
7010         (action_sensitive_cb), (create_item_from_action),
7011         (create_item_from_position), (toolbar_drag_data_received_cb),
7012         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7013         (toolbar_drag_leave_cb), (configure_drag_dest),
7014         (toggled_visibility_cb), (toolbar_visibility_refresh),
7015         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7016         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7017         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7018         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7019         (egg_editable_toolbar_dispose),
7020         (egg_editable_toolbar_set_ui_manager),
7021         (egg_editable_toolbar_get_selected),
7022         (egg_editable_toolbar_set_selected), (set_edit_mode),
7023         (egg_editable_toolbar_set_property),
7024         (egg_editable_toolbar_get_property),
7025         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7026         (egg_editable_toolbar_new_with_model),
7027         (egg_editable_toolbar_get_edit_mode),
7028         (egg_editable_toolbar_set_edit_mode),
7029         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7030         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7031         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7032         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7033         (item_added_or_removed_cb), (toolbar_removed_cb),
7034         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7035         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7036         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7037         (editor_create_item_from_name), (append_table),
7038         (update_editor_sheet), (egg_toolbar_editor_init):
7039         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7040         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7041         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7042         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7043         (toolbar_node_free), (egg_toolbars_model_get_flags),
7044         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7045         (egg_toolbars_model_get_name), (impl_add_item),
7046         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7047         (parse_data_list), (parse_item_list), (parse_toolbars),
7048         (egg_toolbars_model_load_toolbars), (parse_available_list),
7049         (parse_names), (egg_toolbars_model_load_names),
7050         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7051         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7052         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7053         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7054         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7055         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7056         (egg_toolbars_model_set_types), (fill_avail_array),
7057         (egg_toolbars_model_get_name_avail),
7058         (egg_toolbars_model_get_name_flags),
7059         (egg_toolbars_model_set_name_flags):
7060         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7061         * cut-n-paste/toolbar-editor/eggintl.h:
7062         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7063         (egg_tree_multi_drag_source_get_type),
7064         (egg_tree_multi_drag_source_row_draggable),
7065         (egg_tree_multi_drag_source_drag_data_delete),
7066         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7067         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7068         (path_list_free), (set_context_data), (get_context_data),
7069         (get_info), (egg_tree_multi_drag_drag_data_get),
7070         (egg_tree_multi_drag_motion_event),
7071         (egg_tree_multi_drag_button_press_event),
7072         (egg_tree_multi_drag_add_drag_support):
7073         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7074         * shell/ev-application.c: (ev_application_init),
7075         (ev_application_save_toolbars_model):
7076         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7077         (ev_window_cmd_edit_toolbar), (ev_window_init):
7078         
7079         Sync toolbareditor with epiphany and libegg
7080
7081 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7082
7083         * configure.ac: 
7084
7085         Depend on poppler 0.5.2
7086
7087 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * shell/ev-jobs.c: (ev_job_render_run):
7090         
7091         Check if document supports links iterface.
7092
7093 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * NEWS:
7096         * configure.ac:
7097         
7098         Update for release 0.5.3
7099
7100 2006-05-13  Michael Plump  <plumpy@skylab.org>
7101
7102         * configure.ac:
7103         * shell/Makefile.am:
7104         * shell/main.c: (main):
7105         
7106         Port to GOption command line parsing. Fix for the 
7107         bug #327518
7108
7109 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * shell/ev-window.c: (ev_window_cmd_help_about):
7112         
7113         Do not wrap license. Fix for the bug #309460.
7114
7115 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * configure.ac:
7118         * properties/ev-properties-main.c: (ev_properties_get_pages):
7119         * shell/ev-application.c: (ev_application_open_window),
7120         (ev_application_open_uri_at_dest):
7121         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7122         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7123         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7124         * shell/ev-utils.c: (save_print_config_to_file):
7125         * shell/ev-window.c: (ev_window_cmd_save_as),
7126         (ev_attachment_popup_cmd_save_attachment_as):
7127         * shell/main.c: (load_files_remote):
7128         
7129         Bump requirements to gtk 2.8 and drop all ifdefs used.
7130
7131 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7134         * shell/ev-window.c: (ev_window_init):
7135         
7136         Show attachments page.
7137
7138 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7139
7140         * po/POTFILES.in:
7141         * shell/ev-attachment-bar.c:
7142         * shell/ev-attachment-bar.h:
7143         * shell/ev-sidebar-attachments.c:
7144         (ev_sidebar_attachments_icon_cache_add),
7145         (icon_theme_get_pixbuf_from_mime_type),
7146         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7147         (ev_sidebar_attachments_icon_cache_refresh),
7148         (ev_sidebar_attachments_get_attachment_at_pos),
7149         (ev_sidebar_attachments_popup_menu_show),
7150         (ev_sidebar_attachments_popup_menu),
7151         (ev_sidebar_attachments_button_press),
7152         (ev_sidebar_attachments_update_icons),
7153         (ev_sidebar_attachments_drag_data_get),
7154         (ev_sidebar_attachments_get_property),
7155         (ev_sidebar_attachments_destroy),
7156         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7157         (ev_sidebar_attachments_new),
7158         (ev_sidebar_attachments_set_document),
7159         (ev_sidebar_attachments_support_document),
7160         (ev_sidebar_attachments_get_label),
7161         (ev_sidebar_attachments_page_iface_init):
7162         * shell/ev-sidebar-attachments.h:
7163         * shell/ev-window.c: (update_chrome_visibility),
7164         (setup_sidebar_from_metadata), (ev_window_setup_document),
7165         (ev_window_sidebar_current_page_changed_cb),
7166         (attachment_bar_menu_popup_cb), (ev_window_init):
7167         
7168         Move attachments bar to sidebar.
7169
7170 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7171
7172         * pdf/ev-poppler.cc:
7173         * shell/ev-application.[ch]:
7174         * shell/main.c:
7175
7176         Fix some memory leaks.
7177
7178 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7179
7180         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7181
7182         Change the properties dialog response to
7183         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7184         will make the dialog go away when the user presses
7185         enter. With gtk+ >= 2.9 this will happen anyway, but for
7186         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7187         escape by default. Fixes bug #340539. See also bug
7188         #101293 for the gtk+ part.
7189
7190 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7191
7192         * shell/ev-view.c (tip_from_action_named): Replace some strings
7193         that were wrong. Closes #340970.
7194
7195 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7196
7197         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7198
7199         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7200         #341049
7201
7202 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7203
7204         * djvu/Makefile.am:
7205         * dvi/Makefile.am:
7206         * dvi/mdvi-lib/Makefile.am:
7207         * properties/Makefile.am:
7208         * ps/Makefile.am:
7209         * shell/Makefile.am:
7210         * thumbnailer/Makefile.am:
7211         
7212         Due to broken libtool that is unable to track dependencies
7213         of noinst libraries we are forced to explicitely point
7214         libraries for binary. Fix for the bug #333334.
7215
7216 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * data/evince.desktop.in.in:
7219         * shell/ev-view.c: (view_update_range_and_current_page),
7220         (ev_view_next_page), (ev_view_previous_page):
7221         * shell/ev-window.c: (update_chrome_visibility),
7222         (setup_sidebar_from_metadata), (ev_window_setup_document),
7223         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7224         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7225         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7226         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7227         (ev_window_stop_presentation), (ev_window_focus_in_event),
7228         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7229         (ev_window_init):
7230         * thumbnailer/Makefile.am:
7231         
7232         Update fullscreen and presentation timeout handling. Hide
7233         cursor in presentation after timeout. Fix for the bugs
7234         #136359 and #336981.
7235
7236 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7237
7238         * backend/ev-link-action.[ch]:
7239         * pdf/ev-poppler.cc: (ev_link_from_action):
7240         * shell/ev-view-private.h:
7241         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7242         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7243
7244         Add support for Named Action links
7245
7246 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7247
7248         * backend/Makefile.am:
7249         * backend/ev-document-links.[ch]:
7250         * backend/ev-document.[ch]:
7251         * backend/ev-link-action.[ch]:
7252         * backend/ev-link-dest.[ch]:
7253         * backend/ev-link.[ch]:
7254         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7255         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7256         * shell/ev-page-action.c: (build_new_tree_cb):
7257         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7258         (links_page_num_func), (update_page_callback):
7259         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7260         (tip_from_link):
7261         * shell/ev-jobs.c:
7262         * shell/ev-window.[ch]: (ev_window_open_uri),
7263         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7264         * shell/ev-application.[ch]: (ev_application_open_window),
7265         (ev_application_open_uri):
7266
7267         Rework links system, it adds support for remote links now and it makes
7268         easier to add new kinds of actions and destinations. Fixes bug #317292
7269
7270 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7271
7272         * data/Makefile.am:
7273         * data/evince.png:
7274         * data/evince-16.png:
7275         * data/evince-22.png:
7276         * data/evince.svg:
7277         * shell/main.c: (main):
7278         
7279         Evince use it's own icon. Fix for the bug #313392.
7280
7281         * shell/ev-window.c: (fullscreen_timeout_cb),
7282         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7283         (ev_window_cmd_help_about), (ev_window_dispose):
7284         
7285         Simplify fullscreen timeout code.
7286
7287 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7288
7289         * backend/ev-attachment.c: 
7290         * shell/ev-attachment-bar.c:
7291         * shell/ev-window.c:
7292
7293         Allow multiple selection of attachments
7294
7295 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7296
7297         * shell/ev-view.c: (view_update_range_and_current_page),
7298         (ev_view_scroll):
7299         
7300         Fix for the bug #312573 – Optimal selection of current 
7301         page among visible pages.
7302
7303 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7304
7305         * configure.ac:
7306         * djvu/Makefile.am:
7307         * djvu/djvu-text.h:
7308         
7309         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7310         for the bug 339868.
7311
7312 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7313
7314         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7315
7316 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7317
7318         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7319         dictated by the GNOME HIG. Fixes bug #339235.
7320
7321 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7322
7323         * data/evince-ui.xml:
7324         * shell/ev-view.c: (ev_view_can_find_previous):
7325         * shell/ev-view.h:
7326         * shell/ev-window.c: (ev_window_update_actions),
7327         (ev_window_cmd_edit_find_previous):
7328
7329         Add support for "Find Previous" as dictated by the GNOME HIG. A
7330         menu item is added and some glue code to make it all work is added
7331         to various files.
7332
7333 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7334
7335         * configure.ac: Award myself the "useless use of cat" award.
7336
7337 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7338
7339         * po/LINGUAS: New file listing all supported languages.
7340
7341         * configure.in: Use po/LINGUAS instead of including all languages
7342         directly in this file. See the wiki for more information:
7343         http://live.gnome.org/GnomeGoals/PoLinguas
7344
7345 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7346
7347         * backend/ev-document-factory.c:
7348
7349         Do not load the document twice when there isn't errors
7350
7351 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7352
7353         * backend/ev-attachment.c: 
7354
7355         Fix a crash when there isn't a default application to open an
7356         attachment
7357
7358 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7359
7360         * backend/ev-attachment.[ch]:
7361         * shell/ev-attachment-bar.[ch]:
7362
7363         Added missing files. 
7364
7365 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7366
7367         * backend/Makefile.am:
7368         * data/evince-ui.xml:
7369         * backend/ev-attachment.[ch]:
7370         * backend/ev-document.[ch]: (ev_document_has_attachments),
7371         (ev_document_get_attachments):
7372         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7373         (attachment_save_to_buffer), (pdf_document_get_attachments),
7374         (pdf_document_document_iface_init):
7375         * shell/Makefile.am:
7376         * shell/ev-attachment-bar.[ch]:
7377         * shell/ev-window.c:
7378
7379         Add support for PDF attachments. Fixes bug #325143
7380
7381 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383         * backend/ev-document-factory.c: (get_document_from_uri),
7384         (ev_document_factory_get_document):
7385         * backend/ev-document-factory.h:
7386         * properties/ev-properties-main.c: (ev_properties_get_pages):
7387         * shell/Makefile.am:
7388         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7389         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7390         (ev_job_queue_remove_job):
7391         * shell/ev-job-queue.h:
7392         * shell/ev-job-xfer.c:
7393         * shell/ev-job-xfer.h:
7394         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7395         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7396         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7397         (ev_job_xfer_run):
7398         * shell/ev-jobs.h:
7399         * shell/ev-window.c: (ev_window_is_empty),
7400         (password_dialog_response), (ev_window_clear_xfer_job),
7401         (ev_window_xfer_job_cb), (ev_window_open_uri),
7402         (ev_window_cmd_focus_page_selector),
7403         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7404         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7405         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7406         (ev_window_dispose):
7407         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7408         
7409         * Cleanup mime type detection on document load. Fix for the
7410         bug #336448.
7411
7412 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7413
7414         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7415         
7416         Fix crash on exit, described in the bug #336825.
7417
7418 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7419
7420         * backend/ev-document-factory.c:
7421         (ev_document_factory_get_from_mime),
7422         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7423         (ev_document_factory_get_document),
7424         (file_filter_add_mime_list_and_free),
7425         (ev_document_factory_add_filters):
7426         * backend/ev-document-factory.h:
7427         * properties/ev-properties-main.c: (ev_properties_get_pages):
7428         * shell/Makefile.am:
7429         * shell/ev-application.c:
7430         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7431         * shell/ev-window.c: (ev_window_cmd_file_open),
7432         (ev_window_cmd_save_as):
7433         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7434         
7435         Rework factory functions so they are placed now in a single 
7436         file ev-document-factory.c
7437
7438 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7439
7440         * shell/ev-window.c: (update_chrome_visibility):
7441         
7442         Fix for the bug 166566 - don't show menubar in fullscreen
7443         mode.
7444
7445 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7446
7447         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7448
7449 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * shell/ev-view.c: (ev_view_expose_event):
7452         
7453         More correctly draw loading text when document
7454         is empty.
7455
7456 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7457
7458         * shell/ev-view.c: (ev_view_scroll):
7459         
7460         Fix for the bug #334854, page down and page up switch
7461         pages in presentation mode.
7462
7463 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7464
7465         * shell/ev-window.c: (ev_window_set_action_sensitive),
7466         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7467         (ev_window_set_view_accels_sensitivity),
7468         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7469         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7470         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7471         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7472         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7473         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7474         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7475         (view_actions_focus_in_cb), (ev_window_init):
7476         
7477         Fix for the bug #333902, now it's possible to search
7478         words with slash.
7479
7480 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7481
7482         * configure.ac: Added Breton translation.
7483         * po/br.po: Added Breton translation.
7484
7485 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7486
7487         * shell/ev-window-title (ev_window_title_update):
7488
7489         Fix memory leak in window title. Fixes bug #333944
7490
7491 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7492
7493         * shell/ev-metadata-manager.c (parseItem):
7494
7495         Fix memory leaks. Fixes bug #333945
7496
7497 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7498         
7499         * NEWS, configure.ac, TODO:
7500         
7501         Update for release 0.5.2.
7502
7503 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * shell/ev-view.c: (view_update_range_and_current_page),
7506         (page_changed_cb):
7507         
7508         Don't jump on scrolling, fix for the bug #333127.
7509
7510 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7513         
7514         Scroll by one page in presentation mode. Fix for the bug
7515         #332993.
7516
7517 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7518
7519         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7520
7521 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7522
7523         * configure.ac  Added lv in ALL_LINGUAS line.
7524
7525 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7526         
7527         * NEWS, configure.ac:
7528         
7529         Update for release 0.5.1
7530
7531 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7532
7533         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7534         * backend/ev-document-misc.h:
7535         * shell/ev-view.c: (draw_one_page):
7536         
7537          Clairfy what page the toolbar page number applies to. Fix
7538          for the bug #328102.
7539
7540 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7541
7542         * shell/ev-view-private.h:
7543         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7544         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7545         (ev_view_search_changed):
7546         * shell/ev-view.h:
7547         * shell/ev-window.c: (find_bar_search_changed_cb):
7548         
7549         Dont't jump to find result if window was scrolled during search.
7550         Fix for the bug #313266.
7551
7552 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7553
7554         * shell/eggfindbar.c: (egg_find_bar_class_init):
7555         * shell/eggfindbar.h:
7556         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7557         * shell/ev-view-private.h:
7558         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7559         (ev_view_class_init), (ev_sizing_mode_get_type),
7560         (ev_scroll_type_get_type):
7561         * shell/ev-view.h:
7562         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7563         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7564         (ev_window_init):
7565         
7566         Fix for the bug 319133 - Find entry should allow text scroll.
7567
7568 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7569
7570         * shell/ev-view-private.h:
7571         * shell/ev-view.c: (view_update_range_and_current_page),
7572         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7573         (ev_view_set_document), (update_find_status_message),
7574         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7575         (ev_view_find_previous):
7576         
7577         Fix for the bug #319137. Search now takes account for scrolling.
7578
7579 2006-02-19  Michael Hofmann <mh21@piware.de>
7580
7581         * configure.ac:
7582         * djvu/Makefile.am:
7583         * djvu/djvu-document-private.h:
7584         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7585         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7586         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7587         (djvu_document_can_get_text), (djvu_document_get_text),
7588         (djvu_document_document_iface_init),
7589         (djvu_document_thumbnails_get_thumbnail),
7590         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7591         (djvu_document_find_get_result),
7592         (djvu_document_find_page_has_results),
7593         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7594         (djvu_document_find_iface_init):
7595         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7596         (djvu_text_page_selection), (djvu_text_page_limits_process),
7597         (djvu_text_page_limits), (djvu_text_page_copy),
7598         (djvu_text_page_position), (djvu_text_page_union),
7599         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7600         (djvu_text_page_box), (djvu_text_page_append_text),
7601         (djvu_text_page_search), (djvu_text_page_prepare_search),
7602         (djvu_text_page_new), (djvu_text_page_free):
7603         * djvu/djvu-text-page.h:
7604         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7605         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7606         (djvu_text_n_results), (djvu_text_has_results),
7607         (djvu_text_get_result), (djvu_text_get_progress):
7608         * djvu/djvu-text.h:
7609         
7610         Text search in djvu. Fix for the bug #303415.
7611
7612 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7613
7614         * configure.ac:
7615         * shell/ev-window.c: (ev_window_cmd_save_as):
7616         
7617         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7618         Thanks to Gary Coady <gary@lyranthe.org>
7619
7620 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7621
7622         * shell/ev-print-job.c: (idle_print_handler):
7623         
7624         Inverse order printing, bug #320919.
7625
7626 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7627
7628         * data/evince-toolbar.xml:
7629         * shell/ev-window.c:
7630         
7631         Allow to add sidebar checkbutton on toolbar. Fix
7632         for the bug #144577.
7633
7634 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7635
7636         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7637         
7638         Add checks that have sense for empty ps document.
7639
7640 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7641
7642         * configure.ac: Include PS in mime types list. 
7643
7644 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * configure.ac:
7647         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7648         * ps/gsdefaults.h:
7649         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7650         
7651         Runtime check for gs interpreter. Fix for the bug #320868.
7652         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7653
7654 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7655
7656         * shell/ev-application.c: 
7657
7658         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7659         dbus>=0.60, so that the request is not queued. 
7660
7661 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7662
7663         * configure.ac:
7664         * shell/Makefile.am:
7665         * shell/ev-sidebar-links.c: (print_section_cb):
7666         * shell/ev-utils.c:
7667         * shell/ev-utils.h:
7668         * shell/ev-window.c: (update_action_sensitivity),
7669         (ev_window_close_dialogs), (ev_window_print):
7670         * shell/ev-window.h:
7671         
7672         Make printing support optional. Patch from Eduardo de Barros Lima
7673         <eduardo.lima@indt.org.br> for the bug #330546.
7674
7675 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * shell/ev-view-private.h:
7678         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7679         (ev_view_set_document):
7680         * shell/ev-view.h:
7681         * shell/ev-window.c: (ev_window_load_job_cb),
7682         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7683         (ev_window_init):
7684
7685         Draw Loading message during xfer job. Fix for the bug #329495.
7686
7687 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7688
7689         * comics/comics-document.c: (comics_regex_quote),
7690         (comics_document_load), (extract_argv):
7691         
7692         Correcly quote regexp before passing it to unzip.
7693
7694 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * shell/ev-page-cache.c: (build_height_to_page),
7697         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7698         (ev_page_cache_get_dual_even_left):
7699         * shell/ev-page-cache.h:
7700         * shell/ev-view.c: (view_update_range_and_current_page),
7701         (get_page_y_offset), (get_page_extents):
7702         
7703         Place even pages to the left if document has less then
7704         two pages. Fix for the bug #328856.
7705
7706 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7709         
7710         Correct comics scheme. This make evince create thumbnails
7711         for comic books. Fix for the bug 329088.
7712
7713 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7714
7715         * data/evince-password.glade: Don't explicitly set
7716         invisible_char to the current default value in case
7717         the default changes; let GTK+ do its magic.
7718
7719 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7720
7721         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7722         real filename to tmp filename since often document
7723         type is determined by extension.
7724
7725 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7726
7727         * shell/ev-view.c: (add_scroll_binding_keypad),
7728         (ev_view_binding_activated), (ev_view_class_init):
7729         
7730         Add keybindings for percision-scrolling of display area. 
7731         Fix for the bug #314072.
7732
7733 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7734
7735         * data/evince.desktop.in.in:
7736         
7737         Add GTK to the list of categories. Fix for the bug #328034.
7738
7739 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7740
7741         * shell/ev-application.c: (ev_application_shutdown),
7742         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7743         * shell/ev-application.h:
7744         * shell/ev-window.c: (file_open_dialog_response_cb),
7745         (ev_window_cmd_file_open):
7746         
7747         Save last uri in file chooser dialog. Fix for the bug #327950.
7748
7749 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7750
7751         * NEWS:
7752         * README:
7753         
7754         Final update for release 0.5.0
7755         
7756         * shell/Makefile.am:
7757         
7758         Remove disable deprecated until we'll require libgnome-2.13.7
7759         and port to GOption argument parsing. See bug 327518.
7760
7761 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7762
7763         * comics/comics-document.c: (comics_document_save):
7764         * djvu/djvu-document.c: (djvu_document_save):
7765         * dvi/dvi-document.c: (dvi_document_save):
7766         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7767         * lib/ev-file-helpers.h:
7768         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7769         * tiff/tiff-document.c: (tiff_document_save):
7770         
7771         Use common save function for backends.
7772
7773 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7774
7775         * backend/ev-document-types.c:
7776         
7777         Fix crash on saving pixbuf.
7778
7779 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * cut-n-paste/recent-files/egg-recent-item.c:
7782         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7783         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7784         (parse_info_free), (valid_element), (start_element_handler),
7785         (end_element_handler), (text_handler), (egg_recent_model_filter),
7786         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7787         (egg_recent_model_monitor), (egg_recent_model_read),
7788         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7789         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7790         (egg_recent_model_set_property), (egg_recent_model_class_init),
7791         (egg_recent_model_init), (egg_recent_model_add_full),
7792         (egg_recent_model_delete), (egg_recent_model_get_list),
7793         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7794         (egg_recent_model_set_filter_mime_types),
7795         (egg_recent_model_clear_group_filter),
7796         (egg_recent_model_set_filter_groups),
7797         (egg_recent_model_clear_scheme_filter),
7798         (egg_recent_model_set_filter_uri_schemes),
7799         (egg_recent_model_remove_expired):
7800         * cut-n-paste/recent-files/egg-recent-util.c:
7801         (egg_recent_util_get_icon):
7802         * cut-n-paste/recent-files/egg-recent-util.h:
7803         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7804         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7805         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7806         (egg_recent_view_uimanager_set_property),
7807         (egg_recent_view_uimanager_get_property),
7808         (egg_recent_view_uimanager_class_init),
7809         (egg_recent_view_uimanager_init),
7810         (egg_recent_view_uimanager_set_label_width),
7811         (egg_recent_view_uimanager_get_label_width):
7812         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7813         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7814         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7815         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7816         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7817         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7818         
7819         Update from libegg.
7820
7821 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * shell/ev-page-cache.c: (build_height_to_page),
7824         (ev_page_cache_get_height_to_page):
7825         * shell/ev-page-cache.h:
7826         * shell/ev-view.c: (view_update_range_and_current_page),
7827         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7828         (ev_view_previous_page):
7829         
7830         Dual mode places even pages to the left. Fix for the bug #309393.
7831
7832         * shell/ev-view.h:
7833         * shell/ev-window.c: (update_action_sensitivity),
7834         (setup_view_from_metadata), (view_menu_popup_cb):
7835         
7836         Don't restore presentation in empty windows, more intelligent
7837         next page behaviour in dual mode.
7838
7839         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7840         (ev_pixbuf_cache_clear_job_sizes):
7841         
7842         Cleanup job callback on removal. Fix for the bug #325886.
7843
7844 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7845
7846         * ps/ps.c: (psscan):
7847         
7848         Commit workaround Mozilla problem. Fix for the bug #325919
7849         
7850         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7851         (save_item):
7852         
7853         Fix for year 2038 problem.
7854
7855 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-window.c: (setup_document_from_metadata),
7858         (ev_window_cmd_view_reload):
7859
7860         Clamp page recieved from metadata in valid values. Fix
7861         for the bug #325986.
7862
7863 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7864
7865         * MAINTAINERS: 
7866         Add MAINTAINERS as requested on desktop-devel-list.
7867
7868 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7871         (mime_type_supported_by_gdk_pixbuf),
7872         (ev_document_factory_get_mime_types),
7873         (ev_document_factory_get_all_mime_types):
7874         
7875         Don't add pixbuf mime types if pixbuf backend is disabled.
7876         
7877         * shell/ev-application.c: (ev_application_get_uri_window):
7878         
7879         Fix for the bug 325815 - unhandled MIME type message doesn't 
7880         appear a second time. 
7881         
7882         * shell/ev-document-types.c: (ev_document_types_add_filters):
7883         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7884         (password_dialog_response), (ev_window_popup_password_dialog),
7885         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7886         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7887         (ev_window_run_presentation), (ev_window_stop_presentation),
7888         (save_sizing_mode), (ev_window_zoom_changed_cb),
7889         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7890         (ev_window_dual_mode_changed_cb),
7891         (ev_window_sidebar_current_page_changed_cb),
7892         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7893         (window_state_event_cb), (window_configure_event_cb):
7894         
7895         Cleanup additional uris holded by EvWindow.
7896
7897 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7898
7899         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7900         (ev_view_can_previous_page), (ev_view_can_next_page):
7901         * shell/ev-view.h:
7902         * shell/ev-window.c: (update_action_sensitivity):
7903         
7904         Two page scrolling with Space and PageUp in dual mode. Second fix 
7905         for the bug #316608.
7906
7907 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * shell/ev-view.c: (scroll_to_current_page):
7910         
7911         Correctly clamp adjustment value. Fix for the bug
7912         #325808.
7913
7914 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-sidebar-links.c: (print_section_cb):
7917         * shell/ev-window.c: (ev_window_get_uri),
7918         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7919         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7920         (ev_window_dispose):
7921         
7922         Make print dialog non-modal. Fix for the bug #325622.
7923
7924 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7925
7926         * shell/ev-metadata-manager.c:
7927         * shell/ev-utils.c: (using_pdf_printer),
7928         (using_postscript_printer), (load_print_config_from_file),
7929         (save_print_config_to_file):
7930         * shell/ev-utils.h:
7931         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7932         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7933         (setup_view_from_metadata), (ev_window_setup_document),
7934         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7935         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7936         (ev_window_run_presentation), (ev_window_stop_presentation),
7937         (save_sizing_mode), (ev_window_zoom_changed_cb),
7938         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7939         (ev_window_dual_mode_changed_cb),
7940         (ev_window_sidebar_current_page_changed_cb),
7941         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7942         (window_state_event_cb), (window_configure_event_cb),
7943         (ev_window_init):
7944         
7945         Setting saving behaviour fixes.
7946
7947 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7948
7949         * configure.ac:
7950         
7951         Make antialiasing gs options better and allow
7952         to change them during configure. Fix for the 
7953         bug #319049.
7954
7955 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/ev-window.c: (setup_view_from_metadata):
7958         
7959         Remember if last window was maximized. Fix for the
7960         bug #323797.
7961
7962 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7963
7964         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7965
7966 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7969         * shell/ev-page-action.c: (build_new_tree_cb):
7970         * shell/ev-sidebar-links.c: (links_page_num_func),
7971         (update_page_callback_foreach), (update_page_callback):
7972         * shell/ev-view.c: (scroll_to_current_page):
7973         
7974         Fix for the bug #325067 with more intelligent selection
7975         of current link in sidebar. Make sidebar handle links
7976         of FITR-like type more correctly.
7977
7978         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7979         (dvi_pixbuf_put_pixel):
7980         
7981         Fix memory consumtion with disabled alpha channel.
7982
7983 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * data/evince-ui.xml:
7986         * shell/ev-window.c: (view_menu_popup_cb),
7987         (ev_popup_cmd_open_link), (ev_window_init):
7988         
7989         Update context menu for internal links. Fix for the bug
7990         #325066.
7991
7992 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7993
7994         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7995         
7996         Bind context menu to keyboard also. Fix for the bug
7997         #325065.
7998
7999 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * shell/ev-view.c: (selection_scroll_timeout_cb):
8002         
8003         Horizontal scroll on selection also.
8004
8005 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * shell/ev-metadata-manager.c: (parse_value):
8008         * shell/ev-view.c: (goto_xyz_link):
8009         
8010         Correct zoom setup and metadata save broken in 
8011         some locales.
8012
8013 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8014
8015         * shell/ev-view-private.h:
8016         * shell/ev-view.c: (scroll_to_current_page),
8017         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8018         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8019         (page_changed_cb), (ev_view_set_continuous),
8020         (ev_view_set_dual_page), (ev_view_set_presentation):
8021         
8022         Delay scroll until allocation to correctly position page. Fix
8023         for the bug #317334.
8024
8025 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8026
8027         * NEWS:
8028         * configure.ac:
8029         
8030         Update NEWS and require poppler 0.5.0.
8031
8032 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8033         
8034         * data/evince-ui.xml:
8035         * shell/ev-view-private.h:
8036         * shell/ev-view.c: (ev_view_get_link_at_location),
8037         (handle_link_over_xy), (ev_view_button_press_event),
8038         (ev_view_button_release_event), (ev_view_class_init):
8039         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8040         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8041         (ev_window_init):
8042         
8043         Implement right-click context menu.
8044
8045 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8046
8047         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8048         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8049         (mdvi_pixbuf_device_render):
8050         * pdf/ev-poppler.cc:
8051
8052         Don't generate thumbnails with alpha. See bug #324077.
8053         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8054
8055 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8056
8057         * shell/ev-window.c: (setup_chrome_from_metadata):
8058         
8059         Fix typo that was hiding toolbar.
8060
8061 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * shell/ev-view-private.h:
8064         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8065         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8066         (ev_view_button_release_event), (ev_view_destroy):
8067         
8068         Small cleanup and autoscrolling during selection. Thanks to 
8069         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8070
8071 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8072
8073         * configure.ac:
8074         
8075         Correctly check for comics option.
8076
8077 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8078         * Makefile.am:
8079         * configure.ac:
8080         * backend/Makefile.am:
8081         * backend/ev-document-factory.c:
8082         * shell/ev-document-types.c:
8083
8084         Included option in configure to make ps backend 
8085         compilation optional with --disable-ps.
8086
8087 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8088
8089         * backend/ev-document-factory.c:
8090         * comics/Makefile.am:
8091         * comics/comics-document.c: (comics_document_load):
8092         * comics/ev-cbr-mime.xml:
8093         * configure.ac:
8094         
8095         Comics mime types are added to shared-mime-info CVS. Now
8096         we don't need to install our own mime types.
8097
8098 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8099
8100         * shell/ev-window.c:
8101         
8102         Add shortcut for "save a copy" menu entry. Fix for
8103         the bug #324582.
8104
8105 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8106
8107         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8108         (job_finished_cb), (new_selection_pixbuf_needed),
8109         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8110         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8111         
8112         Rework selection job info logic and fix critical warning.
8113
8114 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8115
8116         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8117
8118 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8119
8120         * data/evince-ui.xml:
8121         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8122         
8123         Enter as shortcut key for next page. Fix for the bug
8124         #321394.
8125
8126 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8127
8128         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8129
8130 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8133         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8134         (new_selection_pixbuf_needed),
8135         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8136         (clear_job_selection):
8137         
8138         Too early for 0.5. Pixbuf cache code cleaned a bit.
8139
8140 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8141
8142         * NEWS:
8143         * configure.ac:
8144         
8145         Release 0.5.0 preparation
8146
8147 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * comics/Makefile.am:
8150         * configure.ac:
8151         * shell/ev-document-types.c: (ev_document_types_add_filters):
8152         
8153         More advanced handling of custom mime type installation.
8154
8155 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8156
8157         * data/evince.schemas.in:
8158         * shell/ev-metadata-manager.c: (value_free),
8159         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8160         (ev_metadata_manager_get), (ev_metadata_manager_set):
8161         * shell/ev-metadata-manager.h:
8162         * shell/ev-window.c: (update_chrome_flag),
8163         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8164         (setup_document_from_metadata), (setup_chrome_from_metadata),
8165         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8166         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8167         (ev_window_view_toolbar_cb),
8168         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8169         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8170         
8171         Save last document settings and reuse them for new documents.
8172
8173 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * Makefile.am:
8176         * backend/Makefile.am:
8177         * backend/ev-document-factory.c:
8178         * backend/ev-document-factory.h:
8179         * comics/Makefile.am:
8180         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8181         (comics_document_load), (comics_document_save),
8182         (comics_document_get_n_pages), (comics_document_get_page_size),
8183         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8184         (comics_document_class_init), (comics_document_can_get_text),
8185         (comics_document_get_info), (comics_document_document_iface_init),
8186         (comics_document_init), (get_supported_image_extensions),
8187         (comics_document_thumbnails_get_geometry),
8188         (comics_document_thumbnails_get_thumbnail),
8189         (comics_document_thumbnails_get_dimensions),
8190         (comics_document_document_thumbnails_iface_init), (extract_argv):
8191         * comics/comics-document.h:
8192         * comics/ev-cbr-mime.xml:
8193         * configure.ac:
8194         * po/POTFILES.in:
8195         * shell/ev-application.c: (ev_application_register_service):
8196         * shell/ev-document-types.c: (ev_document_types_add_filters):
8197         * thumbnailer/Makefile.am:
8198         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8199         
8200         New CBR/CBZ backend for comic books.
8201
8202 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * shell/main.c: (load_files_remote):
8205
8206         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8207         warning on startup of second instance is fixed. It
8208         is bug #320353.
8209
8210 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8211
8212         * shell/ev-window.c: (ev_window_finalize):
8213         
8214         Fix double free that cause crash.
8215
8216 2005-10-29  Bastien Nocera <hadess@hadess.net>
8217
8218         * tiff/tiff-document.c: (tiff_document_load):
8219         
8220         Fix memory leak.
8221
8222 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * po/POTFILES.in:
8225         * shell/Makefile.am:
8226         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8227         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8228         (ev_view_accessible_get_text),
8229         (ev_view_accessible_get_character_at_offset),
8230         (ev_view_accessible_get_text_before_offset),
8231         (ev_view_accessible_get_text_at_offset),
8232         (ev_view_accessible_get_text_after_offset),
8233         (ev_view_accessible_get_character_count),
8234         (ev_view_accessible_get_caret_offset),
8235         (ev_view_accessible_set_caret_offset),
8236         (ev_view_accessible_get_run_attributes),
8237         (ev_view_accessible_get_default_attributes),
8238         (ev_view_accessible_get_character_extents),
8239         (ev_view_accessible_get_offset_at_point),
8240         (ev_view_accessible_get_n_selections),
8241         (ev_view_accessible_get_selection),
8242         (ev_view_accessible_add_selection),
8243         (ev_view_accessible_remove_selection),
8244         (ev_view_accessible_set_selection),
8245         (ev_view_accessible_text_iface_init),
8246         (ev_view_accessible_idle_do_action),
8247         (ev_view_accessible_action_do_action),
8248         (ev_view_accessible_action_get_n_actions),
8249         (ev_view_accessible_action_get_description),
8250         (ev_view_accessible_action_get_name),
8251         (ev_view_accessible_action_set_description),
8252         (ev_view_accessible_action_iface_init),
8253         (ev_view_accessible_get_type), (ev_view_accessible_new),
8254         (ev_view_accessible_factory_get_accessible_type),
8255         (ev_view_accessible_factory_create_accessible),
8256         (ev_view_accessible_factory_class_init),
8257         (ev_view_accessible_factory_get_type):
8258         * shell/ev-view-accessible.h:
8259         * shell/ev-view-private.h:
8260         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8261         * shell/ev-view.h:
8262         
8263         Initial accessibility support.
8264
8265 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8266
8267         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8268
8269 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8270
8271         * shell/ev-print-job.c: (idle_print_handler):
8272         
8273         Fix for bug Bug 318916: Printing multiple pages.
8274
8275 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8276
8277         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8278
8279 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8280
8281         * pdf/ev-poppler.cc:
8282         
8283         Thumnail dimensions unified with other backends.
8284         
8285         * shell/ev-window-title.c: (ev_window_title_update):
8286         
8287         Fix warning.
8288
8289 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * data/ev-stock-zoom-fit-width.png:
8292         
8293         Remove unused file.
8294
8295 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8296
8297         * configure.ac:
8298         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8299         (djvu_document_finalize):
8300         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8301         (dvi_document_finalize):
8302         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8303         (pixbuf_document_save), (pixbuf_document_finalize):
8304         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8305         (tiff_document_finalize):
8306         
8307         Save a copy implemented for various backends.
8308
8309 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8310
8311         * configure.ac:
8312         
8313         Don't link with ltiff if tiff is disabled.
8314
8315 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8316
8317         * pdf/GDKSplashOutputDev.cc:
8318         * pdf/GDKSplashOutputDev.h:
8319         * pdf/Thumb.cc:
8320         * pdf/Thumb.h:
8321         * pdf/pdf-document.cc:
8322         * pdf/pdf-document.h:
8323         * pdf/test-gdk-output-dev.cc:
8324         
8325         Remove old unused files.
8326
8327 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8328
8329         * shell/ev-window.c: (ev_window_setup_document):
8330         
8331         Fixed warnings on reload and probably crash reason.
8332
8333 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8334
8335         * properties/ev-properties-view.c:
8336         (ev_properties_view_format_date):
8337         
8338         Check if date is invalid. Fix for bug 318134.
8339
8340 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8341
8342         * shell/ev-window-title.c:
8343         
8344         Add .indd files (Adobe Indesign) to the list of "bad
8345         extensions".
8346
8347 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8348
8349         * data/evince-ui.xml:
8350         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8351         
8352         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8353
8354 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8355
8356         * shell/ev-window.c: (launch_link), (launch_external_uri),
8357         (view_external_link_cb):
8358
8359         URL-escape link before passing it to gnome_vfs_url_show.
8360
8361 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8362
8363         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8364         there isn't text selected.
8365
8366 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8367
8368         * shell/ev-view.c: (handle_link_over_xy):
8369
8370         Check tooltip is valid utf8 before showing it
8371
8372 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8373
8374         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8375
8376 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8377
8378         * shell/ev-window-title.c: (ev_window_title_update):
8379
8380         Guard against using g_strstrip on NULL. Fixes bug #317291.
8381
8382 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * pdf/ev-poppler.cc:
8385
8386         Show title even for unknown links
8387
8388 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * shell/ev-window-title.c: (ev_window_title_update):
8391
8392         Strip the title string
8393
8394 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * shell/ev-window-title.c:
8397
8398         Add .rtf to the bad extensions list
8399
8400 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8403         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8404
8405         Ignore link coordinates if they are outside page bounds
8406
8407 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * backend/ev-link.c: (ev_link_type_get_type),
8410         (ev_link_get_filename), (ev_link_get_params),
8411         (ev_link_get_property), (ev_link_set_property),
8412         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8413         * backend/ev-link.h:
8414         * pdf/ev-poppler.cc:
8415         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8416         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8417         (ev_window_init):
8418
8419         Implement launch links. Delegate external link opening to
8420         the window.
8421
8422 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8425         (ev_link_get_right), (ev_link_get_property),
8426         (ev_link_set_property), (ev_link_class_init),
8427         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8428         * backend/ev-link.h:
8429         * pdf/ev-poppler.cc:
8430         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8431
8432         Implement fitr links
8433
8434 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8437         (goto_fitv_link), (goto_fith_link), (goto_fit_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         (ev_view_zoom_for_size_continuous_and_dual_page),
8443         (ev_view_zoom_for_size_continuous),
8444         (ev_view_zoom_for_size_dual_page),
8445         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8446         (ev_sizing_mode_get_type):
8447         * shell/ev-view.h:
8448         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8449
8450         Do not use modes for link, we need to calculate size ad hoc.
8451         Still not perfect because of the usual scrollbar issues grrr.
8452
8453 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8454
8455         * backend/ev-link.c: (ev_link_type_get_type),
8456         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8457         * backend/ev-link.h:
8458         * pdf/ev-poppler.cc:
8459         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8460         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8461         (ev_view_size_request_continuous),
8462         (ev_view_size_request_dual_page),
8463         (ev_view_size_request_single_page), (ev_view_size_allocate),
8464         (zoom_for_size_fit_height),
8465         (ev_view_zoom_for_size_continuous_and_dual_page),
8466         (ev_view_zoom_for_size_continuous),
8467         (ev_view_zoom_for_size_dual_page),
8468         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8469         (ev_sizing_mode_get_type):
8470         * shell/ev-view.h:
8471         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8472
8473         Implement FIT_HEIGHT mode (only for links).
8474         Implement FITH links
8475
8476 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * shell/ev-window-title.c: (get_filename_from_uri),
8479         (ev_window_title_sanitize_extension), (ev_window_title_update),
8480         (ev_window_title_set_document), (ev_window_title_set_uri),
8481         (ev_window_title_free):
8482         * shell/ev-window-title.h:
8483         * shell/ev-window.c: (ev_window_setup_document),
8484         (ev_window_popup_password_dialog):
8485
8486         Refactor window title building while fixing it for
8487         password documents.
8488
8489 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * pdf/ev-poppler.cc:
8492
8493         Escape link title before setting it in the model
8494
8495 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8496
8497         * shell/ev-application.c: (removed_from_session), (save_session),
8498         (init_session), (ev_application_get_empty_window),
8499         (ev_application_init), (ev_application_get_windows):
8500         * shell/ev-application.h:
8501         * shell/ev-window.c: (ev_window_finalize):
8502
8503         Add a function to retrieve window list and share it where
8504         necessary.
8505         Implement session handling, works pretty well thanks to the
8506         metadata system.
8507
8508 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8509
8510         * shell/ev-password.c: (ev_password_item_created_callback),
8511         (ev_password_dialog_save_password):
8512         
8513         Fix for bug 316972. Use async gnome-keyring API.
8514
8515 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8516
8517         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8518         Remove unused unrealize handler. Add scroll handling to
8519         ev_view_scroll_event for presentation mode (bug #316708),
8520         and fix the event state checks there.
8521
8522 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * shell/ev-page-action.c: (page_changed_cb):
8525
8526         "marco, maybe we should be crazy and jump right to 6! :)"
8527
8528         Bryan Clark, Sep 2005
8529
8530 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8531
8532         * ps/ps-document.c: (save_document), (ps_document_save),
8533         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8534         (ps_document_ps_export_end):
8535
8536         Fix unstructured documents save and print
8537
8538 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8539
8540         * shell/ev-application.c: (ev_application_open_uri):
8541
8542         Fix window size persistance
8543
8544 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * shell/ev-view.c: (ev_view_button_release_event):
8547
8548         Based on a patch from carlosgc@gnome.org. Mouse buttons
8549         switch pages in presentation mode.
8550
8551 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8552
8553         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8554
8555         Dont cast to int before scaling
8556
8557 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * backend/ev-link.c: (ev_link_type_get_type),
8560         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8561         (ev_link_new_page_fith):
8562         * backend/ev-link.h:
8563         * pdf/ev-poppler.cc:
8564         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8565
8566         Implement FIT and FITH links
8567
8568 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8569
8570         * pdf/ev-poppler.cc:
8571
8572         Return 0 results when search is not in progress.
8573
8574         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8575         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8576
8577         Update menu sensitivity when cancelling search
8578
8579 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-view.c: (ev_view_can_find_next):
8582
8583         Take all pages in consideration, not just current one
8584
8585 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * shell/ev-page-cache.c:
8588         * shell/ev-page-cache.h:
8589         * shell/ev-view.c: (ev_view_binding_activated),
8590         (ev_view_next_page), (ev_view_previous_page),
8591         (ev_sizing_mode_get_type):
8592         * shell/ev-view.h:
8593         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8594         (ev_window_cmd_go_next_page):
8595
8596         Move page next/previous functions from page chace to
8597         view and change it to move by 2 page steps in dual mode.
8598
8599 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * shell/ev-window.c: (update_sidebar_visibility),
8602         (setup_sidebar_from_metadata), (ev_window_setup_document),
8603         (setup_view_from_metadata):
8604
8605         Show the index by default when there is one     
8606
8607 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * shell/ev-window-title.c: (ev_window_title_set_document):
8610
8611         Missing null check
8612
8613 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8614
8615         * shell/ev-view.c: (view_update_range_and_current_page):
8616         
8617         Allow display of last odd page in dual view. Fix for 316347.
8618
8619 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8620
8621         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8622         
8623         Make close button default. Fix for 316383.
8624
8625 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8626
8627         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8628         
8629         Mark close button as default. Fix for 316381.
8630
8631 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * backend/ev-link.c: (ev_link_class_init):
8634
8635         Allow negative doubles in left/top properties
8636
8637 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8638
8639         * shell/ev-window.c:
8640
8641         Remove a bunch of strings that was used only
8642         by the statusbar.
8643
8644 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * shell/ev-window-title.c: (get_filename_from_uri),
8647         (ev_window_title_set_document):
8648
8649         When title has a confusing extension, show also
8650         the document filename inside ()
8651
8652 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * shell/Makefile.am:
8655         * shell/ev-window-title.c: (ev_window_title_new),
8656         (ev_window_title_update), (ev_window_title_set_type),
8657         (ev_window_title_set_document), (ev_window_title_free):
8658         * shell/ev-window-title.h:
8659         * shell/ev-window.c: (ev_window_setup_document),
8660         (password_dialog_response), (ev_window_popup_password_dialog),
8661         (ev_window_dispose), (ev_window_init):
8662
8663         Factor out and cleanup window title code
8664
8665 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8666
8667         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8668         (unable_to_load):
8669
8670         Make dialog transient so it doesnt block other windows
8671
8672 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8673
8674         * pdf/ev-poppler.cc:
8675         
8676         Fix pdf thumbnails rendering.
8677
8678 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8679
8680         * shell/ev-window.c: (fullscreen_set_timeout):
8681         
8682         Increase timeout to hide full screen popup. Bug 
8683         316123. 
8684
8685 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8686
8687         * data/evince.schemas.in:
8688         * shell/ev-window.c: (update_action_sensitivity):
8689
8690         Allow the user to override document restrictions. Fix for bug
8691         305818.
8692
8693 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8694
8695         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8696         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8697         (ev_window_class_init): Fix multihead behaviour of fullscreen
8698         toolbar popup. Fixes bug #315451.
8699
8700 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8701
8702         * configure.ac:
8703         * data/evince-password.glade:
8704         * shell/ev-password.c: (ev_password_dialog_set_property),
8705         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8706         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8707         (ev_password_dialog_entry_changed_cb),
8708         (ev_password_dialog_entry_activated_cb),
8709         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8710         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8711         (ev_password_dialog_set_bad_pass):
8712         * shell/ev-password.h:
8713         * shell/ev-window.c: (password_dialog_response),
8714         (ev_window_popup_password_dialog):
8715         
8716         Support for gnome-keyring for encrypted PDF's.
8717
8718 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8719
8720         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8721         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8722         (ev_view_enter_notify_event), (ev_view_class_init):
8723         
8724         More precise handling of enter_notify/leave_notify events
8725         in EvView. Fix for bug 315470.
8726
8727 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8728
8729         * shell/ev-window.c: (fullscreen_timeout_cb),
8730         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8731         (ev_window_dispose):
8732
8733         leak fix: unref fullscreen_timeout_source before clearing it
8734
8735 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8736
8737         * configure.ac, dvi/mdvi/Makefile.am: 
8738         
8739         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8740
8741 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * backend/ev-link.c: (ev_link_new_page_xyz):
8744         * pdf/ev-poppler.cc:
8745         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8746
8747         Fix some bugs with xyz links, respect zoom
8748
8749 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * shell/ev-window.c: (page_changed_cb),
8752         (setup_document_from_metadata), (update_sidebar_visibility),
8753         (setup_view_from_metadata), (ev_window_run_fullscreen),
8754         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8755         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8756         (ev_window_dual_mode_changed_cb),
8757         (ev_window_sidebar_current_page_changed_cb):
8758
8759         null check uri before setting and getting metadata
8760
8761 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8762
8763         * dvi/Makefile.am:
8764         * properties/Makefile.am:
8765         * shell/Makefile.am:
8766         * thumbnailer/Makefile.am:
8767
8768         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8769
8770 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8771
8772         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8773         (selection_changed_callback):
8774         * shell/ev-sidebar-links.h:
8775
8776         Add a signal for link activation.
8777
8778         * shell/ev-view.c: (ev_view_goto_link),
8779         (ev_view_button_release_event):
8780         * shell/ev-view.h:
8781         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8782         (ev_window_init):
8783
8784         Implement the signal so that we can handle all link types.
8785
8786         * shell/ev-page-cache.c:
8787
8788         Remove unused set_link function
8789
8790 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8791
8792         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8793
8794         Add some space from the cursor, hardcoded but I couldnt
8795         find a better way.
8796
8797 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * lib/ev-tooltip.c:
8800
8801         Use mozilla style vs gtk style, way better for links.
8802
8803         * shell/ev-view.c: (ev_view_motion_notify_event),
8804         (ev_view_destroy), (ev_view_init):
8805
8806         Deactive tooltip when the link hovered is changed.
8807
8808 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8809
8810         * backend/ev-document.h:
8811         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8812         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8813         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8814         (ev_link_new_page), (ev_link_new_page_xyz):
8815         * backend/ev-link.h:
8816         * pdf/ev-poppler.cc:
8817         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8818         (go_to_link), (tip_from_link):
8819
8820         Implement xyz links, still not functional. Links are a total
8821         mess, will need to refactor and bugfix a lot :(
8822
8823 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8824
8825         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8826
8827 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8828
8829         * data/evince-ui.xml:
8830         * data/evince.schemas.in:
8831         * shell/Makefile.am:
8832         * shell/ev-window.c: (update_chrome_visibility),
8833         (password_dialog_response), (ev_window_load_job_cb),
8834         (ev_window_xfer_job_cb), (ev_window_open_uri),
8835         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8836         (ev_window_init):
8837
8838         Remove the statusbar. This regress loading feedback, need to
8839         check with Bryan what we want to do there...
8840
8841 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * lib/ev-tooltip.c: (ev_tooltip_init):
8844
8845         Fix tooltip border and size handling
8846
8847 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8848
8849         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8850         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8851         (ev_tooltip_timeout), (ev_tooltip_activate),
8852         (ev_tooltip_deactivate):
8853         * lib/ev-tooltip.h:
8854         * shell/ev-view.c: (ev_view_motion_notify_event):
8855
8856         Delay popup showing. Mirror gtk logic/times.
8857
8858 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * lib/Makefile.am:
8861         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8862         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8863         (ev_tooltip_set_text), (ev_tooltip_set_position):
8864         * lib/ev-tooltip.h:
8865
8866         Simple widget to show tooltips at a custom position
8867
8868         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8869         (ev_view_destroy):
8870
8871         Use it for links. First go, needs work
8872
8873 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8874
8875         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8876         HIG fixes.  Use title capitalization for window title. Use 12 
8877         pixels of space between the dialog's vbox and action area.
8878
8879 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * shell/ev-window.c: (file_open_dialog_response_cb),
8882         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8883         (ev_window_cmd_save_as):
8884
8885         Make file pickers not modal and refactor code some
8886
8887 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * shell/ev-sidebar.h:
8890         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8891         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8892         (ev_sidebar_class_init), (ev_sidebar_select_page),
8893         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8894         (ev_sidebar_set_page):
8895
8896         Add a current page property and allow to get/set it
8897
8898         * shell/ev-window.c: (setup_view_from_metadata),
8899         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8900
8901         Persist current sidebar page per document
8902
8903 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * data/evince.schemas.in:
8906         * shell/ev-window.c: (update_chrome_visibility),
8907         (setup_document_from_metadata), (update_sidebar_visibility),
8908         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8909         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8910         (ev_window_run_presentation), (ev_window_stop_presentation),
8911         (ev_window_view_sidebar_cb),
8912         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8913         (load_chrome), (ev_window_init):
8914
8915         Persist size/visibility of sidebar per document
8916
8917 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8918
8919         * shell/ev-view.c (draw_loading_text): Draw loading text.
8920
8921 2005-09-02  Dan Damian  <dand@gnome.ro>
8922
8923         * configure.in: Added "ro" to ALL_LINGUAS.
8924
8925 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * shell/ev-view.c: (clear_caches):
8928
8929         ev_page_cache_get doesnt return a reference,
8930         dont try to unref it.
8931
8932 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8933
8934         * shell/main.c: (load_files_remote):
8935
8936         Fix timestamp parameter with dbus <= 0.33
8937
8938 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8939
8940         * data/evince.schemas.in:
8941
8942         Add missing full stop
8943
8944 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8945
8946         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8947         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8948
8949         Plug some memory leaks
8950
8951 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8952
8953         * configure.ac:
8954         * lib/ev-debug.c: (trap_handler):
8955
8956         Check for execinfo.h and use it only if it exists.
8957         Ported from Epiphany (bug #314776).
8958
8959 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8960
8961         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8962
8963 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8964
8965         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8966         * po/id.po      : Added Indonesian translation
8967
8968 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8969
8970         * shell/main.c:
8971         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8972         * NEWS: Release 0.4.0
8973
8974 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8975
8976         * configure.ac: catch another gtk+-2.8ism
8977         * shell/main.c: Make work with gtk+-2.6
8978
8979 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8980
8981         * shell/ev-application-service.xml: Add 'timestamp' argument to
8982           ev_application_open_window and ev_application_open_uri methods.
8983
8984         * shell/ev-application.h: Add 'timestamp' argument to
8985           ev_application_open_window, ev_application_open_uri,
8986           and ev_application_open_uri_list functions.
8987
8988         * shell/ev-application.c (ev_application_open_window,
8989           ev_application_open_uri, ev_application_open_uri_list): Change
8990           functions that show/present windows to use a timestamp if one
8991           is passed in.
8992
8993         * shell/ev-window.c (ev_window_cmd_file_open,
8994           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8995         * shell/main.c (load_files): Modify calls to ev_application to
8996           include GDK_CURRENT_TIME as timestamp.
8997
8998         * shell/main.c (load_files_remote): Obtain timestamp for client
8999           instance from GDK and pass to server instance so new windows are
9000           focused properly.  Fix dbus_g_proxy_call() calls by including second
9001           G_TYPE_INVALID.
9002           
9003         Closes bug #314475.
9004
9005 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9006
9007         * shell/ev-window.c (ev_window_finalize): Check for
9008         avail. EvWindows when quiting to handle the finalize better,
9009         #314497
9010
9011 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9012         
9013         * properties/ev-properties-view.c: 
9014         
9015         Set textdomain to libglade. Fixes translation problem in property page.
9016
9017 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9018
9019         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9020         * dvi/Makefile.am:
9021         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9022         * dvi/mdvi-lib/Makefile.am:
9023         
9024         Fix rotation of thumbnails, ported to new API. Moved library
9025         dependencies earlier, probably it will fix linkage problem.
9026
9027 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9028
9029         * backend/ev-document-misc.c:
9030         (ev_document_misc_get_thumbnail_frame):
9031         * backend/ev-document-misc.h:
9032         * configure.ac:
9033         * pdf/ev-poppler.cc:
9034         * shell/Makefile.am:
9035         * shell/ev-sidebar-thumbnails.c: (add_range),
9036         (ev_sidebar_thumbnails_set_loading_icon),
9037         (ev_sidebar_thumbnails_refresh),
9038         (ev_sidebar_thumbnails_set_document):
9039         * shell/ev-sidebar-thumbnails.h:
9040         * shell/ev-view.c: (ev_view_motion_notify_event),
9041         (ev_view_set_property), (ev_view_get_property),
9042         (ev_view_class_init), (ev_view_set_rotation):
9043         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9044         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9045         (ev_window_init):
9046         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9047         Redo rotation (again).  prepare for 0.4.0
9048
9049 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9050
9051         * configure.ac: Bump poppler requirement to 0.4.1.
9052
9053         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9054         argument to poppler_page_render_selection() call.
9055
9056 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9057
9058         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9059         (djvu_document_thumbnails_get_thumbnail):
9060         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9061         (dvi_document_thumbnails_get_thumbnail):
9062         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9063         (pixbuf_document_thumbnails_get_thumbnail):
9064         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9065         
9066         Update rotation direction of backends to fit with pdf and ps.
9067
9068 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9071         * backend/ev-async-renderer.h:
9072         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9073         (setup_page), (ps_document_get_page_size),
9074         (ps_async_renderer_render_pixbuf):
9075         * ps/ps-document.h:
9076         * shell/ev-jobs.c: (ev_job_render_run):
9077
9078         Fix orientation in the postscript document
9079
9080 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9081
9082         * pdf/ev-poppler.cc:
9083         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9084         * shell/ev-view.c: (highlight_find_results):
9085
9086         Adapt to the new poppler rotation API. Fix text maps on landscape
9087         documents.
9088
9089 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9090
9091         * shell/ev-view.c (compute_new_selection_text): get the correct
9092         region when selecting in modes other than continuous.
9093
9094 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9095
9096         * shell/main.c (main): remove redundant g_warnings.
9097
9098 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9099
9100         * shell/Makefile.am: Don't include autogenerated
9101         file ev-application-service.h into distribution, since
9102         it causes dbus crash. Fix for bugs 313724 and 313443. 
9103
9104 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9105
9106         * configure.ac: Fix sed expression for FreeBSD. Thanks
9107         to Joe Marcus Clark <marcus@freebsd.org>
9108         
9109         * shell/eggfindbar.c: (entry_activate_callback),
9110         (entry_changed_callback), (egg_find_bar_init),
9111         (egg_find_bar_set_search_string):
9112         
9113         Made findbar buttons unsensitive if there is no text in
9114         entry. Fix for the bug 313285.
9115
9116 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9117
9118         * ps/ps-document.c: Use g_filename_display_name for displaying
9119         filenames and revert string freeze breackage
9120
9121 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * NEWS:
9124         * configure.ac:
9125
9126         Update for 0.3.4
9127
9128         * shell/Makefile.am:
9129
9130         Add ev-application-service.xml to extra dist
9131
9132         * shell/ev-view.c: (find_page_at_location):
9133
9134         Remove unused function (fix warning)
9135
9136 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9137
9138         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9139         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9140         
9141         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9142         bug 313623.
9143
9144 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9145
9146         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9147         * shell/ev-window.c:
9148         Fix build warnings
9149
9150 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9151
9152         * configure.ac: Update script to get dbus version.
9153         Fix for the bug #313443.
9154
9155 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9156
9157         * shell/ev-window.c: (ev_window_cmd_escape):
9158         
9159         Return focus back to view on escape. Fix for bug 313295.
9160
9161 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9162
9163         * shell/ev-window.c: (update_window_title),
9164         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9165         (ev_window_cmd_save_as):
9166         
9167         Correct conversion from uri to displayable string. Fix for
9168         bug 313296.
9169
9170 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9171
9172         * ps/ps-document.c: convert filename to utf8 when there is an error
9173         loading document. Fixes #309915
9174
9175 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9176
9177         * configure.ac:
9178
9179         We depend on poppler 0.4.0
9180
9181 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9182
9183         * configure.ac:
9184         * NEWS: Release 0.3.3.
9185         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9186
9187 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9188
9189         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9190         add a couple missing mnemonics to menu items, use title 
9191         capitalization for menu items and window titles, and add 
9192         ellipsis to open menu item.     
9193
9194 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9195
9196         * pdf/ev-poppler.cc:
9197         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9198         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9199         (ev_view_get_rotation):
9200         * shell/ev-view.h:
9201         * shell/ev-window.c: (setup_view_from_metadata),
9202         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9203         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9204         disk.
9205
9206 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9207
9208         * configure.ac: Added tr to ALL_LINGUAS
9209
9210 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9211
9212         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9213         requires several clicks to find word. Thanks to 
9214         Colin Slater <kiltedtaco@gmail.com>.
9215
9216 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9217
9218         * data/evince.desktop.in.in: Hide menu entry and
9219         rename it to "Document Viewer". Fix for bug 
9220         #312399.
9221
9222 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9223
9224         * shell/ev-page-action.c (ev_page_action_class_init): 
9225
9226         Point to the correct function in constructor of the
9227         activate_label signal
9228
9229 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9230
9231         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9232         * shell/ev-jobs.h: Make thread safe.
9233
9234 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9235
9236         * shell/ev-view.c: (view_update_range_and_current_page):
9237         Don't update page range if we are scrolling to some document
9238         point.
9239
9240 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9241
9242         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9243         when getting max_page_width, fix drawing in dual mode.
9244
9245 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9246
9247         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9248         getting the area for select_all.
9249
9250 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9251
9252         * backend/ev-selection.c: (ev_selection_render_selection):
9253         * backend/ev-selection.h:
9254         * pdf/ev-poppler.cc:
9255         * shell/ev-jobs.c: (ev_job_render_new):
9256         * shell/ev-jobs.h:
9257         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9258         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9259         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9260         (ev_view_class_init):
9261
9262         Change selection color on focus in and focus out events.  Also,
9263         poppler now uses GdkColor for specifying the selection colors, so
9264         drop some awkward conversion code.
9265
9266 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9267
9268         * configure.ac: Added Hebrew translation
9269
9270 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9271
9272         * NOTES:
9273         * backend/ev-selection.c: (ev_selection_render_selection):
9274         * backend/ev-selection.h:
9275         * pdf/ev-poppler.cc:
9276         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9277         (ev_job_render_run):
9278         * shell/ev-jobs.h:
9279         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9280         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9281         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9282         (ev_pixbuf_cache_style_changed),
9283         (ev_pixbuf_cache_get_selection_pixbuf),
9284         (ev_pixbuf_cache_set_selection_list),
9285         (ev_pixbuf_cache_get_selection_list):
9286         * shell/ev-pixbuf-cache.h:
9287         * shell/ev-utils.c: (ev_print_region_contents):
9288         * shell/ev-utils.h:
9289         * shell/ev-view.c: (ev_view_queue_draw_page),
9290         (selection_update_idle_cb), (ev_view_motion_notify_event),
9291         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9292         (setup_caches), (ev_view_find_next), (merge_selection_region),
9293         (selection_free):
9294         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9295
9296         Clean up selection to be much smoother!
9297
9298 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9299
9300         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9301         to poppler_page_render_selection().
9302
9303 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9304
9305         * ps/ps-document.c: (save_page_list): Use
9306         unzipped document when printing. Thanks to 
9307         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9308         311016.
9309
9310 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9311
9312         * shell/ev-window.c: (update_action_sensitivity):
9313         
9314         Disable print and save respect to lockdown gconf keys. Fix
9315         for 312342.
9316
9317 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9318
9319         * configure.ac:
9320         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9321         (write_to_temp_file), (ev_file_set_contents):
9322         * shell/ev-utils.h:
9323         * shell/ev-window.c: (save_print_config_to_file):
9324         
9325         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9326         Fix for bug 312238
9327
9328 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9329
9330         * shell/ev-window.c: (load_print_config_from_file),
9331         (save_print_config_to_file), (ev_window_print_range):
9332
9333         Persist the print settings. Fixes bug #311578.
9334
9335 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * djvu/djvu-document.c: (djvu_document_get_page_size),
9338         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9339         (djvu_document_thumbnails_get_thumbnail):
9340         * dvi/dvi-document.c: (dvi_document_get_page_size),
9341         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9342         (dvi_document_thumbnails_get_dimensions),
9343         (dvi_document_thumbnails_get_thumbnail):
9344         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9345         (pixbuf_document_render_pixbuf),
9346         (pixbuf_document_document_iface_init),
9347         (pixbuf_document_thumbnails_get_thumbnail):
9348         
9349         Update backends to make them build with new rotation system.
9350
9351 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9352
9353         * help/C/figures/evince_start_window.png:
9354         
9355         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9356
9357 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9358
9359         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9360         * shell/ev-pixbuf-cache.h:
9361         * shell/ev-sidebar-thumbnails.c:
9362         (ev_sidebar_thumbnails_get_property), (add_range),
9363         (adjustment_changed_cb):
9364         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9365         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9366         we were thumbnailing the entire docment on startup, slowing us
9367         down hugely. 
9368
9369 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9370
9371         * shell/ev-page-cache.c: (ev_page_cache_new):
9372         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9373         == 0, fixes #310306.
9374
9375 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9378         (ev_view_rotate_left):
9379
9380         Account rotation in doc_rect_to_view_rect.
9381         Ensure rotation doesnt go out of bounds.
9382
9383 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9384
9385         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9386
9387         Correct and cleanup w/h swapping
9388
9389 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9390
9391         * backend/ev-document-thumbnails.c:
9392         (ev_document_thumbnails_get_thumbnail):
9393         * backend/ev-document-thumbnails.h:
9394         * backend/ev-document.c:
9395         * backend/ev-document.h:
9396         * backend/ev-render-context.c: (ev_render_context_new),
9397         (ev_render_context_set_rotation):
9398         * backend/ev-render-context.h:
9399         * pdf/ev-poppler.cc:
9400         * ps/ps-document.c: (ps_document_document_iface_init):
9401         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9402         * shell/ev-jobs.h:
9403         * shell/ev-page-cache.c: (build_height_to_page),
9404         (ev_page_cache_new), (ev_page_cache_get_size),
9405         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9406         (ev_page_cache_get_height_to_page):
9407         * shell/ev-page-cache.h:
9408         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9409         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9410         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9411         (ev_pixbuf_cache_get_selection_pixbuf):
9412         * shell/ev-pixbuf-cache.h:
9413         * shell/ev-print-job.c: (idle_print_handler):
9414         * shell/ev-sidebar-thumbnails.c: (add_range):
9415         * shell/ev-view.c: (view_update_range_and_current_page),
9416         (get_page_y_offset), (get_page_extents),
9417         (ev_view_size_request_continuous_dual_page),
9418         (ev_view_size_request_continuous),
9419         (ev_view_size_request_dual_page),
9420         (ev_view_size_request_single_page), (draw_one_page),
9421         (ev_view_set_rotation), (ev_view_rotate_right),
9422         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9423         (ev_view_zoom_for_size_continuous_and_dual_page),
9424         (ev_view_zoom_for_size_continuous),
9425         (ev_view_zoom_for_size_dual_page),
9426         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9427         (ev_view_select_all):
9428         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9429         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9430         (tiff_document_document_iface_init),
9431         (tiff_document_thumbnails_get_thumbnail):
9432
9433         Use rotation rather than orientation. It's easier and enough
9434         for our needs.
9435
9436 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9437
9438         * shell/ev-page-cache.c: (build_height_to_page),
9439         (ev_page_cache_new), (ev_page_cache_get_size),
9440         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9441         (ev_page_cache_get_height_to_page):
9442         * shell/ev-page-cache.h:
9443         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9444         (ev_view_size_request_continuous_dual_page),
9445         (ev_view_size_request_continuous),
9446         (ev_view_zoom_for_size_continuous_and_dual_page),
9447         (ev_view_zoom_for_size_continuous):
9448
9449         Make the page cache aware of page orientation.
9450
9451 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9452
9453         * backend/ev-document-thumbnails.c:
9454         (ev_document_thumbnails_get_thumbnail):
9455         * backend/ev-document-thumbnails.h:
9456         * backend/ev-document.c:
9457         * backend/ev-document.h:
9458         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9459         * backend/ev-ps-exporter.h:
9460         * pdf/ev-poppler.cc:
9461         * ps/ps-document.c: (ps_document_document_iface_init),
9462         (ps_document_ps_export_do_page):
9463         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9464         * shell/ev-jobs.h:
9465         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9466         (ev_page_cache_get):
9467         * shell/ev-page-cache.h:
9468         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9469         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9470         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9471         * shell/ev-pixbuf-cache.h:
9472         * shell/ev-print-job.c: (idle_print_handler):
9473         * shell/ev-sidebar-thumbnails.c: (add_range):
9474         * shell/ev-view.c: (view_update_range_and_current_page),
9475         (get_page_extents), (ev_view_size_request_dual_page),
9476         (ev_view_size_request_single_page), (draw_one_page),
9477         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9478         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9479         (ev_view_zoom_for_size_dual_page),
9480         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9481         (ev_view_select_all):
9482         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9483         * tiff/tiff-document.c: (tiff_document_get_page_size),
9484         (tiff_document_get_orientation), (rotate_pixbuf),
9485         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9486         (tiff_document_thumbnails_get_thumbnail),
9487         (tiff_document_ps_export_do_page), (tiff_document_init):
9488
9489         Really make use of the orientation bit of the render context.
9490         Use the render context in a few more places in the backend API.
9491         This regress orientation, but now it's done right. Will try to
9492         fix it up asap...
9493
9494 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9495
9496         * shell/ev-view.c: (ensure_rectangle_is_visible):
9497
9498         Patch by Nickolay V. Shmyrev to fix find flickering
9499
9500 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9501
9502         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9503         duplex parameters to ::begin.
9504
9505         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9506         * shell/ev-print-job.c (idle_print_handler): 
9507         * ps/ps-document.c (ps_document_ps_export_begin): 
9508         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9509         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9510         implementations. Poppler backend needs poppler cvs. Rest has
9511         unchanged behavior.
9512
9513 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9514
9515         * shell/ev-window.c (using_pdf_printer): new function.
9516         (ev_window_print_range): print a less techy message if someone
9517         tries to print to PDF.
9518
9519 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9520
9521         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9522         from "unknown font" string. Bug #311431
9523
9524 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9525
9526         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9527
9528 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9529
9530         Bug #311280
9531         
9532         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9533         name for PopplerFontTypes
9534         (pdf_document_fonts_fill_model): add font type to the detail column
9535
9536         * backend/ev-document-fonts.h: added
9537         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9538
9539         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9540         font name and font details, add a little markup.
9541         (ev_properties_fonts_init): use the new cell data func, specify ypad
9542         property for the cell renderer.
9543         (ev_properties_fonts_set_document): add the details column.
9544
9545 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9546
9547         * configure.ac: Added "pl" to ALL_LINGUAS.
9548
9549 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9550
9551         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9552
9553 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9554
9555         * help/ChangeLog: Started this for translations of manual.
9556         * configure.ac, autogen.sh, .cvsignore: Migrated to
9557         gnome-doc-utils. Patch in bug #311222.
9558
9559 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9560
9561         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9562         #ifdef this away to fix an unused-function warning.
9563
9564 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9565
9566         * configure.ac: Added 'gl' to ALL_LINGUAS.
9567
9568 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9569
9570         * configure.ac: Added ne in ALL_LINGUAS
9571         
9572 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9573
9574         * shell/ev-view.c: (ev_view_leave_notify_event):
9575         
9576         Clear status message when pointer leaves view. Fix for bug
9577         #310818 
9578
9579 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9580
9581         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9582
9583 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9584
9585         * shell/ev-view.c: (ev_view_leave_notify_event),
9586         (ev_view_class_init):
9587         
9588         Set cursor to normal then leaving view.
9589
9590 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9591
9592         * configure.ac:
9593         
9594         Fix required djvulibre version.
9595
9596 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9597
9598         *configure.ac: Hindi (hi) language added
9599
9600 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9601
9602         *configure.ac: Punjabi (pa) Language added
9603
9604 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9605
9606         * data/evince-ui.xml, shell/ev-window.c:
9607         
9608         Add keypad accelerators for zooming. Fix for bug 308128.
9609
9610 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9611
9612         * Makefile.am:
9613         * backend/Makefile.am:
9614         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9615         * configure.ac:
9616         * shell/ev-document-types.c: (ev_document_types_add_filters):
9617
9618         Allow to enable/disable the pixbuf backend.
9619         Default to off for now. If we want it enabled we should
9620         really put mime types in the desktop, implement properties etc.
9621
9622         * properties/evince-properties.c:
9623
9624         Initialize error to NULL.
9625         Check error is not NULL before freeing.
9626
9627 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * shell/ev-window.c:
9630
9631         Use F5 as presentation accell
9632
9633 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * shell/ev-window.c: (update_chrome_visibility),
9636         (ev_window_create_fullscreen_popup), (ev_window_init):
9637
9638         Do not leak the fullscreen toolbar
9639
9640 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9641
9642         * shell/ev-window.c: (view_actions_focus_in_cb),
9643         (view_actions_focus_out_cb):
9644
9645         These has a return value! Fix totally random focus
9646         issues we was seeing.
9647
9648 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9649
9650         * shell/main.c: (load_files_remote):
9651
9652         Allow open more than one file
9653
9654 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * shell/main.c: (load_files_remote):
9657
9658         Fix for dbus 0.33. bug #309975
9659
9660 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * properties/ev-properties-main.c: (ev_properties_get_pages):
9663
9664         Actually return NULL for types we dont support
9665
9666 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9667
9668         * po/POTFILES.in:
9669
9670         Remove empty lines.
9671
9672 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9673
9674         * backend/ev-document-factory.c:
9675         (ev_document_factory_get_document):
9676
9677         Do not try to create the object if type
9678         is invalid.
9679
9680 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9681
9682         * ps/ps-document.c: (ps_document_dispose),
9683         (ps_async_renderer_render_pixbuf):
9684         * ps/ps-document.h:
9685
9686         Do not leak the target window
9687
9688 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9689
9690         * shell/ev-application.c: (ev_application_init):
9691
9692         Let tbe check file existence for us.
9693         Add a comment about eggrecent mime filter.
9694
9695 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9696
9697         * data/evince-ui.xml:
9698         * shell/ev-application.c: (ev_application_shutdown),
9699         (ev_application_init), (ev_application_get_toolbars_model),
9700         (ev_application_get_recent_model),
9701         (ev_application_save_toolbars_model):
9702         * shell/ev-application.h:
9703         * shell/ev-window.c: (ev_window_add_recent),
9704         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9705         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9706         (ev_window_init):
9707
9708         Use common toolbar and recent models for all windows.
9709         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9710
9711 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9712
9713         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9714         successfully check for gtk_icon_view_get_visible_range.
9715
9716 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9717
9718         * djvu/Makefile.am:
9719         * dvi/Makefile.am:
9720         
9721         Fix djvu and dvi backend build.
9722
9723 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9724
9725         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9726         (new_separator_pixbuf):
9727
9728         Don't leak windows.
9729
9730 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9731
9732         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9733
9734         HIGification of toolbar editor dialogue.
9735
9736 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9737
9738         * configure.ac:
9739         * shell/Makefile.am:
9740
9741         Ever build metadata manager since it's just
9742         disabled at runtime now.
9743
9744 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9745
9746         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9747         (ev_metadata_manager_get), (ev_metadata_manager_set):
9748         * shell/ev-metadata-manager.h:
9749
9750         Add an _init functions that enabled metadata management
9751         at runtime.
9752
9753         * shell/ev-window.c: (page_changed_cb),
9754         (setup_document_from_metadata), (ev_window_setup_document),
9755         (setup_view_from_metadata), (ev_window_open_uri),
9756         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9757         (ev_window_run_presentation), (ev_window_stop_presentation),
9758         (save_sizing_mode), (ev_window_zoom_changed_cb),
9759         (ev_window_continuous_changed_cb),
9760         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9761         (window_configure_event_cb):
9762
9763         Remove all ugly metadata define since we deal with it
9764         at runtime now.
9765
9766         * shell/main.c: (load_files_remote), (main):
9767
9768         Add support for dbus cvs head. Hopefully didnt break one
9769         of the other versions now!
9770
9771         If we dont get a response from the dbus server just
9772         give up with it and not enable metadata.
9773
9774 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9775
9776         * Makefile.am:
9777         * backend/Makefile.am:
9778         * configure.ac:
9779         * cut-n-paste/recent-files/Makefile.am:
9780         * cut-n-paste/toolbar-editor/Makefile.am:
9781         * cut-n-paste/zoom-control/Makefile.am:
9782         * lib/Makefile.am:
9783         * pdf/Makefile.am:
9784         * pixbuf/Makefile.am:
9785         * properties/Makefile.am:
9786         * ps/Makefile.am:
9787         * shell/Makefile.am:
9788         * thumbnailer/Makefile.am:
9789         * tiff/Makefile.am:
9790
9791         Make frontends depend on just libev.
9792         Rework and group CFLAGS/LIBS definitions.
9793         Cleanups.
9794
9795 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9796
9797         * shell/ev-window:
9798
9799         do not unnecessarily save zoom
9800
9801         * configure.ac:
9802         * lib/ev-file-helpers.c: (ev_dot_dir):
9803         * shell/Makefile.am:
9804         * shell/dummy.cc:
9805
9806         Some cleanups
9807
9808 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9809
9810         * configure.ac:
9811         
9812         Remove unnecessary dependencies
9813
9814 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * properties/Makefile.am:
9817         * thumbnailer/Makefile.am:
9818         * tiff/Makefile.am:
9819
9820         Some more cleanups. Was really necessary
9821         but I probably introduced bugs, feel free
9822         to flame :)
9823
9824 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9825
9826         * backend/Makefile.am:
9827         * configure.ac:
9828         * cut-n-paste/recent-files/Makefile.am:
9829         * cut-n-paste/toolbar-editor/Makefile.am:
9830         * cut-n-paste/zoom-control/Makefile.am:
9831         * lib/Makefile.am:
9832         * pdf/Makefile.am:
9833         * pixbuf/Makefile.am:
9834         * properties/Makefile.am:
9835         * ps/Makefile.am:
9836         * shell/Makefile.am:
9837         * thumbnailer/Makefile.am:
9838         * tiff/Makefile.am:
9839
9840         Use gnome-common macros when possible.
9841         Cleanup dependencies.
9842         Actually disable deprecated where possible.
9843
9844 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9845
9846         * Makefile.am:
9847         * backend/Makefile.am:
9848         * properties/Makefile.am:
9849         * shell/Makefile.am:
9850         * thumbnailer/Makefile.am:
9851
9852         This should solve the circular dep without
9853         requiring dir reorg!
9854
9855         * shell/ev-window.c: (setup_view_from_metadata):
9856
9857         Never restore window size/position when the
9858         window is already visible.
9859
9860 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9861
9862         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9863
9864         Return a boolean from timeout func. Fix ported from gedit.
9865
9866 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9867
9868         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9869
9870 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9871
9872         * shell/ev-document-types.c: set "All Documents" as default filter in
9873         open dialog
9874
9875 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9876
9877         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9878         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9879         (ev_metadata_manager_set_boolean): fix value/val thinko.
9880
9881 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9882
9883         * shell/ev-window.c: (setup_view_from_metadata),
9884         (window_state_event_cb), (window_configure_event_cb),
9885         (ev_window_init):
9886
9887         Remember window position and maximized state
9888
9889 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9890
9891         * configure.ac:
9892
9893         Fix DBUS configure checks.
9894
9895         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9896         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9897         (ev_metadata_manager_set_boolean):
9898
9899         Plug mem leaks.
9900
9901         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9902         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9903         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9904         (ev_window_continuous_changed_cb),
9905         (ev_window_dual_mode_changed_cb), (ev_window_new):
9906
9907         Fix the build without DBUS.
9908
9909 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9910
9911         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9912         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9913         (ev_metadata_manager_set_string),
9914         (ev_metadata_manager_set_boolean):
9915         * shell/ev-metadata-manager.h:
9916
9917         Add support for some more types
9918
9919         * shell/ev-view.c: (scroll_to_current_page),
9920         (ev_view_get_continuous), (ev_view_set_continuous),
9921         (ev_view_get_dual_page):
9922         * shell/ev-view.h:
9923         * shell/ev-window.c: (page_changed_cb),
9924         (setup_document_from_metadata), (ev_window_setup_document),
9925         (setup_view_from_metadata), (ev_window_open_uri),
9926         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9927         (ev_window_run_presentation), (ev_window_stop_presentation),
9928         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9929         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9930         (ev_window_update_dual_page_action),
9931         (ev_window_continuous_changed_cb),
9932         (ev_window_dual_mode_changed_cb), (ev_window_init):
9933
9934         Remember a bunch of view/document properties. Prolly some
9935         are still missing but it's getting interesting.
9936
9937 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9938
9939         * configure.ac: check if dbus-binding-tool is installed. Not the
9940         case on current Ubuntu breezy, it seems.
9941
9942 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9943
9944         * data/evince.desktop.in.in:
9945         
9946         Allow open uri lists and add TryExec field.
9947
9948 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * configure.ac:
9951
9952         Enable dbus when available, do not require a configure
9953         option.
9954
9955 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9956
9957         * configure.ac:
9958
9959         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9960         disabled.
9961
9962 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9963         Marco Pesenti Gritti  <mpg@redhat.com>
9964
9965         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9966         
9967         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9968         functions to the format required by dbus
9969
9970         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9971         errors. Use the RPC parameters in the expected way
9972
9973 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9974
9975         * Makefile.am:
9976         * properties/Makefile.am:
9977         * properties/ev-properties-main.c: (ev_properties_get_pages):
9978
9979         Support all mime types
9980
9981         * shell/Makefile.am:
9982         * thumbnailer/Makefile.am:
9983         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9984         (evince_thumbnail_pngenc_get):
9985
9986         Use the document factory
9987
9988 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9989
9990         * backend/Makefile.am:
9991         * backend/ev-document-factory.c:
9992         (mime_type_supported_by_gdk_pixbuf),
9993         (ev_document_type_get_from_mime),
9994         (ev_document_factory_get_document),
9995         (ev_document_factory_get_backend),
9996         (ev_document_factory_get_mime_types),
9997         (ev_document_factory_get_all_mime_types):
9998         * backend/ev-document-factory.h:
9999         * shell/Makefile.am:
10000         * shell/ev-document-types.c: (get_document_from_uri),
10001         (ev_document_types_get_document),
10002         (file_filter_add_mime_list_and_free),
10003         (ev_document_types_add_filters):
10004         * shell/ev-document-types.h:
10005         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10006         * shell/ev-properties-dialog.c:
10007         (ev_properties_dialog_set_document):
10008         * shell/ev-window.c: (ev_window_cmd_file_open),
10009         (ev_window_cmd_save_as):
10010         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10011
10012         Rework document types managing to avoid code duplication
10013         and actually abstract from backend implementations.
10014         Also provide a minimal factory api that can be used by
10015         thumbnailer/properties.
10016
10017 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10018
10019         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10020         Plug a mem leak.
10021         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10022         HIG spacings.
10023
10024 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10025
10026         * shell/ev-properties-dialog.c
10027         (ev_properties_dialog_set_document): only call
10028         ev_properties_fonts_set_document() if the document implements the
10029         fonts interface
10030
10031 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10032
10033         * configure.ac:
10034         * properties/Makefile.am:
10035         * properties/ev-properties-view.c:
10036         (ev_properties_view_register_type):
10037         * properties/ev-properties-view.h:
10038         * properties/ev-properties-main.h:
10039
10040         Implement nautilus plugin for properties.
10041         Works only for pdf atm, I need to rework the
10042         document types stuff to get this to work
10043         for all backends...
10044
10045 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10046
10047         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10048         (ev_properties_fonts_set_document): use
10049         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10050
10051 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10052
10053         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10054         them
10055         (PlaceImage, tiff2ps_process_page): use
10056         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10057
10058
10059 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10060
10061         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10062         (main): to call gnome_authentication_manager_init. Should fix
10063         Bug #308510
10064
10065         * configure.ac: that requires libgnomeui 2.6.0.
10066
10067 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10068
10069         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10070         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10071         use the new tiff2ps interfaces
10072
10073         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10074         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10075
10076         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10077         structure instead of global variables.  Remove use of static
10078         variables in functions.
10079
10080 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10081
10082         * shell/ev-page-action.c: unref the completion after setting it to the
10083         entry
10084
10085 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10086
10087         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10088         postscript files
10089
10090 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10091
10092         * shell/ev-window.c (update_action_sensitivity): disable
10093         File->Print if the document does not implement the ps exporter
10094         interface
10095
10096 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * Makefile.am:
10099         * configure.ac:
10100         * data/evince-properties.glade:
10101         * properties/.cvsignore:
10102         * properties/Makefile.am:
10103         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10104         (ev_properties_view_class_init), (ev_properties_view_format_date),
10105         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10106         (ev_properties_view_init), (ev_properties_view_new):
10107         * properties/ev-properties-view.h:
10108         * shell/Makefile.am:
10109         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10110         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10111         (ev_properties_dialog_new):
10112         * shell/ev-properties-dialog.h:
10113         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10114         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10115         (update_progress_label), (job_fonts_finished_cb),
10116         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10117         * shell/ev-properties-fonts.h:
10118         * shell/ev-properties.c:
10119         * shell/ev-properties.h:
10120         * shell/ev-window.c: (ev_window_setup_document),
10121         (ev_window_cmd_file_properties):
10122
10123         Split the properties pages in two different objects, depend
10124         only on the backend where possible, use widgets instead
10125         of gobject for the glade part, reimplement the dialog
10126         itself with gtk.
10127         I need this to implement nautilus properties page.
10128
10129 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10130
10131         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10132         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10133         (tiff_document_document_ps_exporter_iface_init): implement the ps
10134         exporter interface for tiff documents
10135
10136         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10137         libtiff to implement TIFF postscript export
10138
10139         * tiff/tiff2ps.h: added a header file for external tiff2ps
10140         functions.
10141
10142         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10143         tiff2ps.h
10144
10145 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10146
10147         * shell/ev-view.c: (scroll_to_current_page),
10148         (ev_view_set_fullscreen), (ev_view_set_presentation):
10149         
10150         Scroll to current page when exit from presentation
10151
10152 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10153
10154         * shell/ev-window.c: (update_document_mode),
10155         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10156         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10157         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10158         
10159         Exit from fullscreen mode when switch to presentation. Fix for
10160         bug 309365
10161
10162 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10163
10164         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10165         return NULL if the document does not implement the selection
10166         interface.
10167
10168 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10169
10170         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10171         reported height by using the resolution aspect ratio
10172         (tiff_document_render_pixbuf): scale the pixbuf using the
10173         resolution aspect ratio
10174
10175 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10176
10177         * configure.ac:
10178         
10179         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10180         <kiltedaco@gmail.com>
10181         
10182         * djvu/djvu-document.c: (djvu_document_get_orientation),
10183         (djvu_document_set_orientation), (djvu_document_get_page_size),
10184         (rotate_pixbuf), (djvu_document_render_pixbuf),
10185         (djvu_document_document_iface_init):
10186         * dvi/dvi-document.c: (dvi_document_get_orientation),
10187         (dvi_document_set_orientation), (dvi_document_get_page_size),
10188         (rotate_pixbuf), (dvi_document_render_pixbuf),
10189         (dvi_document_document_iface_init):
10190         
10191         Dvi and djvu backends are ported to new API
10192
10193 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10194
10195         * backend/ev-selection.c: (ev_selection_get_selection_region),
10196         (ev_selection_get_selection_map):
10197         * backend/ev-selection.h:
10198         * pdf/ev-poppler.cc:
10199         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10200         * shell/ev-jobs.h:
10201         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10202         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10203         (ev_pixbuf_cache_get_text_mapping):
10204         * shell/ev-pixbuf-cache.h:
10205         * shell/ev-view.c: (location_in_text),
10206         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10207         support to EvView.  Now we can see where we can select!  Sweet!
10208
10209 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10210
10211         * shell/ev-view.c (ev_view_button_press_event): Fix
10212         event->y + view->scroll_x typo.
10213
10214 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10215
10216         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10217         sub-GdkPixbuf instead of passing dest_x and dest_y.
10218         
10219         * shell/ev-view.c: (view_point_to_doc_point),
10220         (view_rect_to_doc_rect), (ev_view_button_press_event),
10221         (ev_view_motion_notify_event), (compute_new_selection_rect),
10222         (gdk_rectangle_point_in), (compute_new_selection_text),
10223         (compute_selections): Update selection code to keep the selection
10224         around as two points and not as a normalized rectangle, and fix
10225         page level selection in two-column mode.
10226
10227 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10228
10229         * shell/ev-window.c: (window_configure_event_cb): 
10230         
10231         Fix compilation
10232         
10233 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10234
10235         * pdf/ev-poppler.cc:
10236
10237         Fix compilation
10238
10239 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10240
10241         * shell/Makefile.am:
10242         * shell/ev-metadata-manager.c: (item_free),
10243         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10244         (parse_value), (parseItem), (load_values),
10245         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10246         (save_values), (save_item), (get_oldest), (resize_items),
10247         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10248         * shell/ev-metadata-manager.h:
10249
10250         Metadata manager from gedit but modified to use GValue, so that
10251         we dont need to keep converting from strings.
10252
10253         * configure.ac:
10254
10255         ENABLE_METADATA conditional, on when dbus is on
10256
10257         * shell/ev-application.c: (ev_application_open_uri):
10258
10259         Show the window after load so that we can initialize
10260         window size before it's showed.
10261
10262         * shell/ev-window.c: (ev_window_setup_from_metadata),
10263         (ev_window_open_uri), (window_configure_event_cb),
10264         (ev_window_init):
10265
10266         Save and load metadata information about window size.
10267         Not yet keeping states in account.
10268
10269         * shell/main.c: (main):
10270
10271         Shutdown metadata manager.
10272
10273 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10274
10275         * shell/ev-application-service.xml:
10276         * configure.ac:
10277         * shell/Makefile.am:
10278         * shell/ev-application.c:
10279         * shell/ev-application.h:
10280         * shell/ev-window.c:
10281         * shell/ev-window.h:
10282         * shell/main.c:
10283
10284         Add an optional dbus interface (--enable-dbus).
10285         Rework application code, mainly to be easier to
10286         use "remotely".
10287         Do not open multiple windows with the same document,
10288         spatial evince!
10289
10290 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10291
10292         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10293         pixbuf iff it exists.
10294
10295 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10296
10297         * shell/*:
10298         * backend/ev-render-context.[ch]:
10299         * backend/ev-selection.[ch]:
10300
10301         Massive changes.  We now support text selection of pdfs, and not
10302         just rectangular selection.  This is pretty broken still, but I
10303         want to get something into CVS.
10304
10305 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10306
10307         * pdf/ev-poppler.cc:
10308         
10309         Fix for Bug 309080: crash on window close.
10310         
10311         * shell/ev-page-action.c: (page_changed_cb):
10312         
10313         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10314         jensgr@gmx.net (Jens Granseuer).
10315
10316 2005-06-25  Marcel Telka  <marcel@telka.sk>
10317
10318         * configure.in (ALL_LINGUAS): Added sk.
10319
10320 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10321
10322         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10323         not a document open
10324
10325 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10326
10327         * NEWS:
10328         * configure.ac:
10329
10330         Release 0.3.2
10331
10332         * cut-n-paste/recent-files/Makefile.am:
10333
10334         Fix make distcheck
10335
10336 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10337
10338         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10339         (pixbuf_document_set_orientation), (rotate_pixbuf),
10340         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10341         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10342
10343         Implement rotation and cleanup the code a bit.
10344
10345         * tiff/tiff-document.c: (tiff_document_get_page_size),
10346         (tiff_document_get_orientation), (tiff_document_set_orientation),
10347         (rotate_pixbuf), (tiff_document_render_pixbuf),
10348         (tiff_document_document_iface_init), (tiff_document_init):
10349
10350         Implement rotation. Was the quicker solution for the release
10351         but we really need to share this code in the shell.
10352
10353 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10354
10355         * pdf/ev-poppler.cc:
10356
10357         Enable rotation, require poppler cvs. Fix a leak.
10358
10359 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10360
10361         * shell/ev-window.c: (update_action_sensitivity):
10362         
10363         Make properties unsensitive if document backend doesn't provide
10364         any info
10365
10366 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10367
10368         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10369         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10370         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10371         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10372         (bitmap_flip_rotate_counter_clockwise):
10373         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10374         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10375         (buff_gets):
10376         * dvi/mdvi-lib/common.h:
10377         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10378         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10379         (opendvi), (mdvi_reload), (mdvi_init_context),
10380         (mdvi_destroy_context), (mdvi_dopage), (special):
10381         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10382         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10383         (file_hash_free), (register_encoding), (parse_spec),
10384         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10385         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10386         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10387         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10388         (mdvi_register_font_type), (mdvi_unregister_font_type),
10389         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10390         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10391         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10392         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10393         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10394         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10395         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10396         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10397         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10398         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10399         (mdvi_unregister_special), (mdvi_flush_specials):
10400         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10401         (t1_font_remove):
10402         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10403         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10404         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10405         (free_font_metrics), (flush_font_metrics):
10406         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10407         (tt_font_remove):
10408         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10409         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10410         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10411         (dstring_insert), (dstring_new), (dstring_reset):
10412         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10413         
10414         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10415         avoid conflict with libtool on FC4
10416         
10417         * shell/ev-window.c: (ev_window_cmd_help_about):
10418         
10419         Update copyright year. Fix for bug 308828.
10420
10421 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10422
10423         * shell/ev-view.c: (add_scroll_binding_keypad),
10424         (ev_view_binding_activated), (ev_view_class_init),
10425         (on_adjustment_value_changed):
10426         
10427         Bug 170874: Arrow keys switch pages in presentation mode
10428
10429 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10430
10431         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10432         
10433         Fix for Bug 308265: Sidebar dissappears coming out of 
10434         Presentation mode
10435
10436 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10437
10438         * shell/ev-application.c: (ev_application_open):
10439         * shell/ev-document-types.c: (ev_document_types_add_filters),
10440         (ev_document_types_add_filters_for_type):
10441         * shell/ev-document-types.h:
10442         * shell/ev-window.c: (ev_window_cmd_save_as):
10443         
10444         Suggest basename as template when saving, provide filters
10445         for save dialog. It's bug 308402
10446
10447 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10448
10449         * pdf/ev-poppler.cc:
10450         * shell/ev-sidebar-links.c: (job_finished_callback):
10451         * shell/ev-view.c: (update_find_status_message):
10452         
10453         Some leaks fixed
10454
10455 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10456
10457         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10458         (egg_recent_view_uimanager_set_list):
10459
10460         Fix buglet in !show_numbers case.
10461
10462 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10463
10464         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10465         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10466
10467         Use pango ellipsisation.
10468
10469         * pdf/ev-poppler.cc:
10470
10471         Fix refcount leak, from nsh.
10472
10473 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10474
10475         * cut-n-paste/recent-files/Makefile.am:
10476         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10477         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10478         
10479         Removed EggRecentViewGtk
10480         
10481         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10482         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10483         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10484         (ev_window_setup_recent):
10485         
10486         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10487         with other projects
10488
10489 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10490
10491         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10492         (egg_recent_view_gtk_finalize):
10493
10494         Fix memory leak
10495
10496         * cut-n-paste/toolbar-editor/Makefile.am:
10497         
10498         Fix location of cursor icon.
10499         
10500         * pdf/ev-poppler.cc:
10501         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10502         (display_completion_text), (match_completion):
10503         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10504         (selection_changed_callback), (create_loading_model),
10505         (print_section_cb), (links_page_num_func),
10506         (update_page_callback_foreach):
10507         * shell/ev-window.c: (ev_window_dispose):
10508         
10509         Small memory fixes. Links model now store objects instead
10510         of pointers to improve memory management. 
10511
10512 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10513
10514         * shell/ev-window.c: (zoom_control_changed_cb):
10515         
10516         Fix update of zoom control (bug 308268).
10517
10518 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10519
10520         * shell/ev-properties.c (set_property): escape the text correctly.
10521         Handles non-UTF-8 properties and escaped properties.  Also, sets
10522         the text to "<i>None</i>" if the property isn't set.
10523
10524         * data/evince-properties.glade: Change the label to be ellipsized,
10525         and give it a minimum size.
10526
10527 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10528
10529         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10530         * shell/ev-sidebar-links.c: (create_loading_model):
10531         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10532         * shell/ev-view.c: (ev_view_set_document):
10533         * shell/ev-window.c: (ev_window_dispose):
10534         
10535         Various small fixes, mostly memory leaks. Thanks to valgrind.
10536
10537 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10538
10539         * ps/ps-document.c: remove the locale.h include again ;-). And
10540         kill the (bogus) setlocale/savelocale business.
10541
10542 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10543
10544         * ps/ps-document.c:
10545         
10546         Include locale.h to fix build
10547         
10548         * shell/ev-sidebar.c:
10549         
10550         Remove unnecessary includes
10551
10552 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10553
10554         * dvi/dvi-document.c: (dvi_document_load):
10555         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10556         * po/POTFILES.in:
10557         
10558         Check for incorrect dvi files. Fix parsing dvi on AMD64
10559         platform. Thanks to tester@tester.ca (Olivier Crete).
10560
10561 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10562
10563         * shell/ev-page-action.c: (match_selected_cb),
10564         (display_completion_text), (match_completion), (update_model):
10565         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10566         (expand_open_links):
10567         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10568         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10569         (ev_sidebar_set_document):
10570         * shell/ev-window.c: (ev_window_xfer_job_cb),
10571         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10572         
10573         Fixed lot's of memory leaks, for example, memory leak on reload, 
10574         described in bug 307793.
10575
10576 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10577
10578         * pdf/ev-poppler.cc:
10579         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10580         (update_visible_range), (adjustment_changed_cb),
10581         (ev_sidebar_thumbnails_fill_model),
10582         (ev_sidebar_thumbnails_refresh),
10583         (ev_sidebar_tree_selection_changed),
10584         (ev_sidebar_icon_selection_changed),
10585         (ev_sidebar_thumbnails_use_icon_view),
10586         (ev_sidebar_thumbnails_set_document):
10587         * shell/ev-sidebar-thumbnails.h:
10588         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10589         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10590
10591         Refresh thumbnails when changing orientation. Not fully
10592         working yet becuase of a sidebar bug.
10593
10594         Set page orientation to poppler page everywhere. This sucks
10595         really need to fix poppler.
10596
10597 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10598
10599         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10600         (egg_recent_view_gtk_new_menu_item),
10601         (egg_recent_view_gtk_set_property),
10602         (egg_recent_view_gtk_get_property),
10603         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10604         (egg_recent_view_gtk_set_tooltip_func),
10605         (egg_recent_view_gtk_set_label_width),
10606         (egg_recent_view_gtk_get_label_width):
10607         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10608
10609         Sync with libegg (ellipsize labels)
10610
10611 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10612
10613         * data/evince-ui.xml:
10614         * shell/ev-window.c: (ev_window_cmd_go_forward),
10615         (ev_window_cmd_go_backward):
10616         
10617         Shift + PageUp moves 10 Pages. Fix for 306125
10618
10619 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * pdf/ev-poppler.cc:
10622
10623         Add a flag to check if orientation has been overriden
10624
10625 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10626
10627         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10628         field if necessary.
10629
10630         * ps/ps.h: add creator field to document.
10631
10632         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10633         set creator field.
10634
10635 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10636
10637         * data/evince-properties.glade:
10638         * shell/ev-properties.c: (ev_properties_set_document):
10639
10640         s/PDF Version/Format
10641
10642 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10643
10644         * shell/ev-properties.c: (ev_properties_set_document):
10645
10646         Remove unnecessary translations
10647
10648 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10649
10650         * cut-n-paste/toolbar-editor/Makefile.am:
10651
10652         Correct library name    
10653
10654 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10655
10656         * configure.ac:
10657         * cut-n-paste/recent-files/egg-recent-model.c:
10658         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10659         (egg_recent_model_unlock_file):
10660         * cut-n-paste/recent-files/egg-recent-util.c:
10661         (egg_recent_util_get_unique_id):
10662         * cut-n-paste/recent-files/update-from-egg.sh:
10663         * cut-n-paste/toolbar-editor/Makefile.am:
10664         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10665         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10666         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10667         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10668         (egg_toolbars_model_get_type):
10669         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10670
10671         Better makefile for toolbar editor and update everything
10672         to latest libegg.
10673
10674 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10675
10676         * shell/ev-window.c: (update_document_mode):
10677
10678         Prefer presentation mode when the document
10679         require fullscreen.
10680
10681 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10682
10683         * data/evince-ui.xml:
10684         * shell/ev-window.c:
10685
10686         Add control-equal for zooming
10687
10688 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10689
10690         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10691
10692 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10693
10694         * backend/ev-document.c: (ev_document_get_orientation):
10695         * backend/ev-document.h:
10696         * pdf/ev-poppler.cc:
10697         * ps/ps-document.c: (ps_document_get_orientation),
10698         (ps_document_set_orientation), (ps_document_document_iface_init):
10699
10700         Add a get_orientation api. Improve set_orientation.
10701
10702         * data/evince-ui.xml:
10703         * shell/ev-view.c: (ev_view_set_orientation),
10704         (ev_view_rotate_right), (ev_view_rotate_left):
10705         * shell/ev-view.h:
10706         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10707         (ev_window_cmd_edit_rotate_right):
10708
10709         Better ui for changing document orientation
10710
10711 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10712
10713         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10714         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10715         * shell/ev-sidebar-links.h:
10716         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10717         (ev_sidebar_page_iface_init):
10718         * shell/ev-sidebar-page.h:
10719         * shell/ev-sidebar-thumbnails.c:
10720         (ev_sidebar_thumbnails_get_property),
10721         (ev_sidebar_thumbnails_class_init),
10722         (ev_sidebar_thumbnails_set_document):
10723         * shell/ev-sidebar-thumbnails.h:
10724         * shell/ev-view.c: (ev_view_motion_notify_event):
10725         * shell/ev-window.c: (update_chrome_visibility),
10726         (ev_window_cmd_focus_page_selector),
10727         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10728         (sidebar_page_main_widget_update_cb), (ev_window_init):
10729         
10730         Autoraise toolbar on GoToPage binding and fix bindings in
10731         EvSidebarThumbnails page.
10732
10733 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10734
10735         * shell/ev-properties.c: (update_progress_label):
10736
10737         Hide the progress label when finished; bug #307697.
10738
10739 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10740
10741         * pdf/ev-poppler.cc:
10742
10743         Enable is_open for links, you will need poppler cvs
10744
10745         * shell/ev-properties.c: (job_fonts_finished_cb):
10746
10747         Get a lock on the document when filling the tree view
10748
10749 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10750
10751         * backend/ev-document-links.h:
10752         * pdf/ev-poppler.cc:
10753         * shell/ev-sidebar-links.c: (create_loading_model),
10754         (expand_open_links), (job_finished_callback):
10755
10756         Expand links when specified by the document.
10757         Depend on a poppler api (defined out for now)
10758
10759 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10760
10761         * shell/ev-properties.c: (ev_properties_dispose),
10762         (ev_properties_class_init), (dialog_destroy_cb),
10763         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10764         (ev_properties_set_document), (ev_properties_new),
10765         (ev_properties_show):
10766         * shell/ev-properties.h:
10767
10768         Make it an object, cleanup the code, api to show it as transient
10769         and to set the document.
10770
10771         * shell/ev-window.c: (ev_window_setup_document),
10772         (ev_window_cmd_file_properties):
10773
10774         Adapt to EvProperties changes, do not show multiple
10775         times, update it when document changes.
10776
10777 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10778
10779         * ps/gstypes.h:
10780         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10781         (ps_document_set_orientation), (ps_document_document_iface_init):
10782         * ps/ps-document.h:
10783
10784         Implement orientation here too
10785
10786         * shell/ev-properties.c: (ev_properties_new):
10787         * data/evince-properties.glade:
10788
10789         Hide the fonts page for backends that doesnt
10790         support it.     
10791
10792 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10793
10794         * backend/ev-document.c: (ev_document_set_orientation):
10795         * backend/ev-document.h:
10796         * pdf/ev-poppler.cc:
10797
10798         Add orientation api. Currently poppler api is not optimal,
10799         we need to set orientation every time we _get a page.
10800         I will try to fix that at some point.
10801
10802         * data/evince-ui.xml:
10803         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10804         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10805
10806         Add orientation menu items
10807
10808         * shell/ev-page-cache.c: (ev_page_cache_clear):
10809         * shell/ev-page-cache.h:
10810
10811         Add api to clear the cache
10812
10813         * shell/ev-view.c: (setup_caches), (clear_caches),
10814         (ev_view_set_document), (ev_view_zoom_out),
10815         (ev_view_set_orientation):
10816         * shell/ev-view.h:
10817
10818         Implement orientation changing
10819
10820 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10821
10822         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10823         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10824         * backend/ev-document-fonts.h:
10825
10826         Separate scan and fill so that we can incrementally fill from
10827         the main thread. Add a progress api.
10828
10829         * data/evince-properties.glade:
10830         * pdf/ev-poppler.cc:
10831         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10832         * shell/ev-jobs.h:
10833         * shell/ev-properties.c: (update_progress_label),
10834         (job_fonts_finished_cb), (setup_fonts_view):
10835
10836         Incrementally feel the list and show the progress
10837         percentage in a label like acrobat does.
10838
10839         You are going to need poppler cvs
10840
10841 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10842
10843         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10844         * backend/ev-document-fonts.h:
10845         * pdf/ev-poppler.cc:
10846
10847         Make fonts model fill incrementally.
10848
10849         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10850         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10851         (ev_job_queue_remove_job):
10852         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10853         (ev_job_fonts_new), (ev_job_fonts_run):
10854         * shell/ev-jobs.h:
10855
10856         New job for fonts scanning
10857
10858         * shell/ev-properties.c: (job_fonts_finished_cb),
10859         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10860         * shell/ev-properties.h:
10861         * shell/ev-window.c: (ev_window_cmd_file_properties):
10862
10863         Incrementally feel the treeview using the new job. Show Loading...
10864         message until scanning is completed.
10865
10866         Hopefully I didnt break the build without the poppler patch.
10867
10868 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10869
10870         * shell/ev-application.c: (ev_application_open):
10871         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10872         (ev_document_type_get_type), (ev_document_type_lookup):
10873         * shell/ev-document-types.h:
10874         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10875         * shell/ev-job-xfer.h:
10876         * shell/ev-window.c: (ev_window_clear_local_uri),
10877         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10878         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10879         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10880         
10881         Transfer remote documents to tmp directory to display them later.
10882
10883 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10884
10885         * backend/ev-document-info.h:
10886         * shell/ev-properties.c: (ev_properties_new):
10887
10888         s/GTime*/GTime. Not sure why we was using a pointer
10889         at all there!
10890
10891 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10892
10893         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10894         situations.  That situation is that you're using GTK+-HEAD with
10895         the patch at #306726 is applied, and you have a document with <
10896         1500 pages in it.  It's not quite as uniformly nice as the
10897         TreeView, but should be better in the long run.
10898
10899         I'm pretty sure I guarded against breaking compilation with
10900         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10901         I missed some.
10902
10903         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10904         widget yet, so I commented that code out
10905         enable_view_actions_for_widget() for now.  Need to figure this
10906         out.
10907
10908         * shell/ev-page-action.c (match_selected_cb): emit the right
10909         signals.  Our cool C-l completion now works.
10910
10911 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10912
10913         * backend/Makefile.am:
10914         * backend/ev-document-fonts.c:
10915         * backend/ev-document-links.c:
10916         * backend/ev-document.c: (ev_document_load):
10917         * backend/ev-document.h:
10918         * backend/ev-job-queue.c:
10919         * backend/ev-job-queue.h:
10920         * backend/ev-jobs.c:
10921         * backend/ev-jobs.h:
10922         * backend/ev-page-cache.c:
10923         * backend/ev-page-cache.h:
10924
10925         EvPageCache and EvJobs are moved to shell.
10926
10927         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10928         (ev_tmp_filename):
10929         * lib/ev-file-helpers.h:
10930         
10931         New helper to work with temporary files
10932         
10933         * shell/Makefile.am:
10934         * shell/ev-application.c: (ev_application_open):
10935         * shell/ev-application.h:
10936         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10937         (remove_job_from_async_queue), (add_job_to_async_queue),
10938         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10939         (handle_job), (search_for_jobs_unlocked),
10940         (no_jobs_available_unlocked), (ev_render_thread),
10941         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10942         (ev_job_queue_add_job), (move_job_async), (move_job),
10943         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10944         * shell/ev-job-queue.h:
10945         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10946         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10947         * shell/ev-job-xfer.h:
10948         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10949         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10950         (ev_job_links_class_init), (ev_job_render_init),
10951         (ev_job_render_dispose), (ev_job_render_class_init),
10952         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10953         (ev_job_thumbnail_class_init), (ev_job_load_init),
10954         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10955         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10956         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10957         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10958         * shell/ev-jobs.h:
10959         * shell/ev-page-action.c: (ev_page_action_set_document):
10960         * shell/ev-page-cache.c: (ev_page_cache_init),
10961         (ev_page_cache_class_init), (ev_page_cache_finalize),
10962         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10963         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10964         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10965         (ev_page_cache_get_title), (ev_page_cache_get_size),
10966         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10967         (ev_page_cache_get_height_to_page),
10968         (ev_page_cache_get_max_label_chars),
10969         (ev_page_cache_get_page_label),
10970         (ev_page_cache_has_nonnumeric_page_labels),
10971         (ev_page_cache_get_info), (ev_page_cache_next_page),
10972         (ev_page_cache_prev_page), (ev_page_cache_get):
10973         * shell/ev-page-cache.h:
10974         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10975         (ev_pixbuf_cache_clear_job_sizes),
10976         (ev_pixbuf_cache_add_jobs_if_needed),
10977         (ev_pixbuf_cache_set_page_range):
10978         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10979         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10980         * shell/ev-sidebar-thumbnails.c:
10981         (ev_sidebar_tree_selection_changed),
10982         (ev_sidebar_thumbnails_set_document):
10983         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10984         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10985         (ev_statusbar_get_context_id), (ev_statusbar_push),
10986         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10987         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10988         (ev_statusbar_set_progress):
10989         * shell/ev-statusbar.h:
10990         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10991         (ev_view_find_previous):
10992         * shell/ev-window.c: (ev_window_is_empty),
10993         (ev_window_setup_document), (password_dialog_response),
10994         (ev_window_clear_jobs), (ev_window_load_job_cb),
10995         (ev_window_xfer_job_cb), (ev_window_open_uri),
10996         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10997         (ev_window_print), (ev_window_print_range),
10998         (ev_window_state_event), (ev_window_cmd_view_reload),
10999         (menu_item_select_cb), (menu_item_deselect_cb),
11000         (view_status_changed_cb), (ev_window_dispose),
11001         (drag_data_received_cb), (ev_window_init):
11002         * shell/ev-window.h:
11003         * shell/main.c: (load_files):
11004         
11005         New statusbar to show progress on idle. Two new jobs - 
11006         xfer job and load job to load document in background. And update
11007         of page_cache clients to new location of code.
11008
11009 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11010
11011         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11012         selection in open dialog. It also remembers the last visited directory 
11013         in the current session.
11014
11015 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11016
11017         * shell/ev-properties.c: (ev_properties_new):
11018         * shell/ev-properties.h:
11019         * shell/ev-window.c: (ev_window_cmd_file_properties):
11020         
11021         Get document info from page cache instead of document itself.
11022         This should fix crash related to race conditions described in
11023         bug 306545.
11024
11025 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11026
11027         * ps/ps-document.c: (ps_document_init),
11028         (send_ps), (get_page_box), (output), (catchPipe), (input),
11029         (stop_interpreter), (file_length), (file_readable),
11030         (check_filecompressedb), (ps_document_enable_interpreter),
11031         (document_load), (ps_async_renderer_render_pixbuf):
11032         * ps/ps-document.h:
11033
11034         Big cleanup of the ps code
11035
11036 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11037
11038         * backend/Makefile.am:
11039         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11040         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11041         * backend/ev-async-renderer.h:
11042
11043         Add an async renderer interface (method + callback) which
11044         is useful for backends like ps.
11045
11046         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11047         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11048         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11049         (ev_job_queue_add_job), (move_job_async), (move_job),
11050         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11051
11052         Add queues for async renderer, these are executed on the
11053         main thread.
11054
11055         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11056         (ev_job_render_run):
11057         * backend/ev-jobs.h:
11058
11059         If the backend support async renderer interface use it.
11060
11061         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11062         (setup_pixmap), (ps_document_get_type),
11063         (ps_async_renderer_render_pixbuf),
11064         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11065
11066         Implement async renderer interface.
11067
11068 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11069
11070         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11071
11072         Cleanup links job on exit.
11073
11074 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11075
11076         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11077         (drag_data_get_cb), (drag_data_received_cb):
11078         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11079         (drag_data_get_cb), (parse_item_list),
11080         (egg_toolbar_editor_load_actions):
11081         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11082         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11083         (parse_item_list), (parse_toolbars):
11084         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11085         (dvi_pixbuf_put_pixel):
11086         
11087         Fix gcc 4.0 warnings
11088
11089 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11090
11091         * ps/ps-document.c: (start_interpreter):
11092
11093         Fix warning when loading ps
11094
11095 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11096
11097         * ps/ps-document.c: (output):
11098
11099         Fix crash when priting gs error messages.
11100
11101 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11102
11103         * backend/ev-page-cache.c: (_ev_page_cache_new):
11104         * backend/ev-page-cache.h:
11105
11106         Use a const to return title so that we dont double
11107         free it. Small cleanup and fix a leak.
11108
11109         * shell/ev-window.c: (update_window_title):
11110
11111         strdup value from get_title.
11112
11113 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11114
11115         * shell/ev-sidebar-links.c: (job_finished_callback),
11116         (ev_sidebar_links_set_document):
11117
11118         Cleanup the old job when changing document
11119
11120 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11121
11122         * shell/ev-stock-icons.c:
11123         * shell/ev-stock-icons.h:
11124         * shell/ev-window.c:
11125         
11126         Add stock icons for actions that can appear in toolbar. Fix for
11127         bug 306566.
11128
11129 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11130
11131         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11132         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11133         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11134         * backend/ev-page-cache.h:
11135         * shell/ev-view.c: (scroll_to_current_page),
11136         (view_update_range_and_current_page), (get_page_y_offset),
11137         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11138         (ev_view_size_request_continuous),
11139         (ev_view_zoom_for_size_continuous_and_dual_page),
11140         (ev_view_zoom_for_size_continuous):
11141         
11142         More compact EvView layout in document with pages of different size.
11143
11144 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11145
11146         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11147         compilation.
11148
11149 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11150
11151         * shell/ev-view.c: (view_set_adjustment_values):
11152         * shell/ev-window.c: (ev_window_cmd_file_properties):
11153         
11154         A bit different fix for rounding problem but it has no
11155         problems on startup. Make properties window transient to parent.
11156
11157 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11158
11159         * pdf/ev-poppler.cc:
11160         
11161         More commenting of font stuff.
11162
11163 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11164
11165         * pdf/ev-poppler.cc:
11166
11167         Comment out some more fonts stuff. Should really
11168         work without the poppler patch now.
11169
11170 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11171
11172         * pdf/ev-poppler.cc:
11173
11174         Adapt to api change
11175
11176 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11177
11178         * data/evince-properties.glade:
11179         * pdf/ev-poppler.cc:
11180         * shell/ev-properties.c: (setup_fonts_view):
11181
11182         Set the column title. Show the dialog only
11183         once everything is setup.
11184         Getting font info can be very slow... will
11185         prolly need to make this threaded too.
11186
11187 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11188
11189         * backend/Makefile.am:
11190         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11191         (ev_document_fonts_get_fonts_model):
11192         * backend/ev-document-fonts.h:
11193         * data/evince-properties.glade:
11194         * pdf/ev-poppler.cc:
11195         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11196         * shell/ev-properties.h:
11197         * shell/ev-window.c: (ev_window_cmd_file_properties):
11198
11199         Implement fonts list. Defined out for now, since it depends
11200         on a not yet committed poppler patch.
11201
11202 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11203
11204         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11205         page + 1.
11206
11207         * shell/ev-window.c: Make sure we add the timeout when we get a
11208         focus-in event.
11209
11210         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11211         adjustment->value before calculating the zoom factor to average
11212         out all of our rounding errors.  The page no longer 'drifts' when
11213         resizing.
11214
11215 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11216
11217         * data/evince-properties.glade:
11218         * shell/ev-properties.c: (ev_properties_format_date),
11219         (set_property):
11220         
11221         Labels don't expand when the dialogue is resized.
11222         strftime result needs to be converted to UTF-8. Thanks
11223         to Christian Persch <chpe@gnome.org>.
11224
11225 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * data/evince-properties.glade:
11228
11229         Hide the fonts tab
11230
11231 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11232
11233         * backend/ev-document-info.h:
11234         * backend/ev-document.c: (ev_document_info_free):
11235         * data/evince-properties.glade:
11236         * pdf/ev-poppler.cc:
11237         * ps/ps-document.c: (ps_document_get_info):
11238         * shell/ev-properties.c: (ev_properties_format_date),
11239         (set_property), (ev_properties_new):
11240         * shell/ev-properties.h:
11241         * shell/ev-window.c: (ev_window_cmd_file_properties):
11242
11243         Rework properties code to take only EvPropertyInfo
11244         in the constructor so that it can be useful for
11245         nautilus plugin too.
11246
11247         Deal with backends that doesnt support some properties.
11248         Make set property code generic.
11249
11250 2005-06-04  Christian Persch <chpe@gnome.org>
11251
11252         * data/evince-properties.glade:
11253
11254         fix spacings, make resizeable, and make data labels
11255         selectable + ellipsised
11256
11257 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11258
11259         * backend/ev-document-info.h:
11260         * data/Makefile.am:
11261         * data/evince-ui.xml:
11262         * pdf/ev-poppler.cc:
11263         * shell/Makefile.am:
11264         * shell/ev-window.c: (update_action_sensitivity),
11265         (ev_window_cmd_file_properties):
11266
11267         Initial go at file properties. Patch by
11268         Emil Soleyman-Zomalan <emil@soleyman.com>.
11269         Needs love see #169583
11270
11271 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11272
11273         * ps/ps-document.c: (output):
11274         * ps/ps.c: (psscan):
11275
11276         Try to render even if psscan fails.
11277
11278 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11279
11280         * ps/ps.c: (psscan), (pscopydoc):
11281
11282         Port buffered reading code from gv
11283
11284 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11285
11286         * ps/ps-document.c: (interpreter_message), (output):
11287
11288         Do not fail on interpreter messages
11289
11290 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11291
11292         * backend/ev-document-misc.c:
11293         (ev_document_misc_get_thumbnail_frame):
11294
11295         Pages can be 0 x 0, dont assert on this case
11296
11297 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11298
11299         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11300         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11301
11302         Correctly manage our reference on document. Finally the reload
11303         huge leak is gone...
11304
11305 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * ps/ps-document.c: (ps_document_dispose):
11308
11309         Forgot to chain it to the parent. Thanks chpe.
11310
11311 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11312
11313         * ps/ps-document.c: (ps_document_dispose),
11314         (ps_document_class_init), (stop_interpreter), (document_load):
11315
11316         Cleanup dispose a bit. Dont leak the whole pixmap.
11317
11318 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11319
11320         * pdf/ev-poppler.cc:
11321
11322         Release the poppler document on dispose
11323
11324 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11325
11326         * shell/ev-view.c: (ev_view_set_document):
11327
11328         Release ref on the pixbuf cache when changing
11329         document.
11330
11331 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11332
11333         * ps/ps-document.c: (ps_document_get_info):
11334
11335         Fix a double free
11336
11337 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11338
11339         * backend/ev-page-cache.c: (ev_page_cache_init),
11340         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11341         * backend/ev-page-cache.h:
11342         * shell/ev-page-action.c: (page_changed_cb):
11343         
11344         Set page action entry width depending on labels width. Fix
11345         for bug 305202.
11346
11347 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11348
11349         * backend/ev-link.c: (ev_link_class_init):
11350
11351         Allow -1 as page value (error)
11352
11353 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11354
11355         * shell/ev-sidebar-thumbnails.c:
11356         (ev_sidebar_thumbnails_set_document):
11357         * shell/ev-view.c: (scroll_to_current_page),
11358         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11359         (page_changed_cb), (on_adjustment_value_changed),
11360         (ev_view_set_document):
11361
11362         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11363         Fix bug 305377
11364
11365 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11366
11367         * configure.ac:
11368         * djvu/djvu-document.c: (djvu_document_get_page_size):
11369
11370         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11371         bug 301993.
11372
11373 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11374
11375         * shell/ev-view.c (draw_one_page): modify the expose handling to
11376         get the shadows.
11377
11378         * shell/ev-window.c (update_action_sensitivity): Respect
11379         permissions field.  Kowtow to the man.
11380
11381         * pdf/ev-poppler.cc: Get the permissions field.
11382
11383         * tiff/*c: Make a tiny bit more robust.
11384
11385 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11386
11387         * djvu/djvu-document.c:
11388         
11389         Pop messages from djvu context message queue.
11390
11391 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11392
11393         * configure.ac, Makefile.am, shell/Makefile.am:
11394         * tiff/Makefile.am, shell/ev-document-types.c:
11395         
11396         Cleanup tiff configure checks. Fix for bug 305218.
11397
11398 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11399
11400         * configure.ac: Added "uk" to ALL_LINGUAS.
11401
11402 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11403
11404         * cut-n-paste/zoom-control/ephy-zoom.c:
11405         (ephy_zoom_get_changed_zoom_level):
11406         * cut-n-paste/zoom-control/ephy-zoom.h:
11407         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11408         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11409         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11410         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11411         (zoom_control_changed_cb), (ev_window_init):
11412         
11413         Fix minor points related to moving best fit up. Introduce
11414         "zoom" property and make zoom control change it's value on
11415         notify::zoom signals. Fix for 305080.
11416
11417 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11418
11419         * data/evince-ui.xml:
11420         * shell/ev-window.c: (set_view_actions_sensitivity):
11421         
11422         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11423
11424 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11425
11426         * configure.ac:
11427
11428         Depends on poppler 0.3.2
11429
11430 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11431
11432         * cut-n-paste/recent-files/egg-recent-item.c:
11433         (egg_recent_item_get_short_name):
11434         * cut-n-paste/toolbar-editor/Makefile.am:
11435         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11436         (new_pixbuf_from_widget):
11437         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11438         * cut-n-paste/toolbar-editor/egg-marshal.c:
11439         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11440         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11441
11442         Sync
11443
11444 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11445
11446         * tiff/tiff-document.c: Rough TIFF backend.
11447
11448 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11449
11450         * NEWS:
11451         * configure.ac:
11452         * cut-n-paste/toolbar-editor/Makefile.am:
11453
11454         Release 0.3.1
11455
11456 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11457
11458         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11459         (ev_view_find_next), (ev_view_find_previous):
11460
11461         Remove the locks around get_n_results   
11462
11463 2005-05-21  Juerg Billeter  <j@bitron.ch>
11464
11465         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11466
11467         Pass correct number of pages to poppler.
11468
11469 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11470
11471         * configure.ac:
11472         * data/Makefile.am:
11473         * data/evince.desktop.in: 
11474         * data/evince.desktop.in.in:
11475         * po/POTFILES.in:
11476         
11477         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11478
11479 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11480
11481         * shell/ev-view.c: (view_update_adjustments),
11482         (view_set_adjustment_values): cast adjustmen->value to (int)
11483         before using it.  Otherwise, we get off by a pixel in some
11484         situations.
11485
11486         (draw_one_page): Draw the border on expose.
11487
11488 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11491         adjustment when the mode changes, #304923
11492
11493 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11494
11495         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11496         flickering on resize but still use gdk_window_scroll on
11497         scrolling
11498
11499 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11500
11501         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11502         option, #170458
11503
11504 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11505
11506         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11507         second page on page_changed if possible, #304669
11508
11509 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11510
11511         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11512         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11513
11514 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11515
11516         * .cvsignore:
11517         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11518         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11519         (ev_view_zoom_for_size_presentation),
11520         (ev_view_zoom_for_size_continuous_and_dual_page),
11521         (ev_view_zoom_for_size_continuous),
11522         (ev_view_zoom_for_size_dual_page),
11523         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11524         * shell/ev-view.h:
11525         * shell/ev-window.c: (update_view_size),
11526         (ev_window_sizing_mode_changed_cb):
11527
11528         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11529         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11530         an infinite loop, #304769
11531
11532
11533 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11534
11535         * data/evince-ui.xml:
11536         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11537         * shell/ev-window.c: (set_view_actions_sensitivity):
11538
11539         Make PgUp/Down behave like Space
11540
11541 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11542
11543         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11544         * backend/ev-ps-exporter.h:
11545         * pdf/ev-poppler.cc:
11546         * ps/ps-document.c: (ps_document_ps_export_begin):
11547         * shell/ev-print-job.c: (idle_print_handler):
11548
11549         Adapt to new poppler api
11550
11551 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11552
11553         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11554         (ephy_zoom_control_init):
11555
11556         Translate zoom levels
11557
11558 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11559
11560         * cut-n-paste/zoom-control/ephy-zoom.c:
11561         (ephy_zoom_get_zoom_level_index):
11562
11563         Fix current zoom -> zoom control match
11564
11565 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11566
11567         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11568         rather than the scrolled_window that it's in. Fixes bug #304655.
11569
11570 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11571
11572         * shell/ev-view.c: (view_update_adjustments),
11573         (view_set_adjustment_values), (view_update_range_and_current_page),
11574         (view_scroll_to_page), (set_scroll_adjustment),
11575         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11576         (ev_view_scroll), (ev_view_scroll_view),
11577         (ensure_rectangle_is_visible), (find_page_at_location),
11578         (get_link_at_location), (go_to_link), (status_message_from_link),
11579         (ev_view_size_request_continuous_dual_page),
11580         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11581         (ev_view_unrealize), (ev_view_expose_event),
11582         (ev_view_button_press_event), (ev_view_motion_notify_event),
11583         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11584         (draw_rubberband), (highlight_find_results), (draw_one_page),
11585         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11586         (ev_view_init), (find_changed_cb), (page_changed_cb),
11587         (on_adjustment_value_changed), (ev_view_new),
11588         (ev_view_set_document), (ev_view_set_zoom),
11589         (ev_view_set_continuous), (ev_view_set_dual_page),
11590         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11591         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11592         (ev_view_zoom_for_size_presentation),
11593         (ev_view_zoom_for_size_continuous_dual_page),
11594         (ev_view_zoom_for_size_continuous),
11595         (ev_view_zoom_for_size_dual_page),
11596         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11597         (ev_view_get_status), (ev_view_set_status),
11598         (update_find_status_message), (ev_view_get_find_status),
11599         (ev_view_set_find_status), (jump_to_find_result),
11600         (jump_to_find_page), (compute_selections), (clear_selection),
11601         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11602         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11603         (ev_view_update_primary_selection),
11604         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11605         * shell/ev-view.h:
11606         * shell/ev-window.c: (ev_window_open_page_label),
11607         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11608         (ev_window_init):
11609         * shell/ev-window.h:
11610         * shell/main.c: (load_files):
11611
11612         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11613         when resizing.  Remove the bin_window().  Also, patch from James
11614         Bowes to fix command line page, #300641
11615         
11616 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11617
11618         * data/evince-ui.xml:
11619         * shell/ev-view.c:
11620         * shell/ev-view.h:
11621         * shell/ev-window.c: (update_action_sensitivity):
11622
11623         Get rid of View->Normal Size, it's just confusing
11624
11625 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11626
11627         * backend/ev-document-info.h:
11628         * backend/ev-document.c: (ev_document_info_free): Free the
11629         EvDocumentInfo.
11630
11631         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11632         (clear_range), (add_range), (update_visible_range),
11633         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11634         (ev_sidebar_thumbnails_set_document):
11635         * shell/ev-window.c: (ev_window_setup_document): Only render the
11636         visible thumbnails.  It takes an instant to render, but it uses
11637         much less memory.
11638
11639 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11640
11641         * shell/ev-sidebar-links.c: (popup_menu_cb):
11642
11643         Select first item
11644
11645 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11646
11647         * lib/Makefile.am:
11648         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11649         (button_press_cb), (ev_sidebar_links_construct):
11650
11651         Show the popup menu also on keybindings
11652
11653 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11654
11655         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11656         * shell/ev-window.h:
11657
11658         Expose api to print a range (with dialog). Make private _print use
11659         it.
11660
11661         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11662         (ev_sidebar_links_construct):
11663
11664         Show a print context menu on linkx, it prints the selected
11665         section.
11666
11667 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11668
11669         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11670         button.
11671
11672 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11673
11674         * AUTHORS:
11675
11676         Update
11677
11678         * shell/ev-window.c: (build_comments_string),
11679         (ev_window_cmd_help_about):
11680
11681         Show poppler version/backend and authors
11682
11683 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11684
11685         * cut-n-paste/zoom-control/ephy-zoom.c:
11686         (ephy_zoom_get_zoom_level_index):
11687         * cut-n-paste/zoom-control/ephy-zoom.h:
11688
11689         Move the best fit items at the top of the list
11690
11691 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11692
11693         * shell/ev-marshal.list:
11694         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11695         (activate_cb), (match_selected_cb), (activate_link_cb),
11696         (connect_proxy), (ev_page_action_class_init):
11697         * shell/ev-page-action.h:
11698
11699         Use signals to notify action activation. Hopefully
11700         I did not break completion since I cant test...
11701
11702         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11703         (register_custom_actions):
11704
11705         Connect to page selector actions and also grab focus on
11706         the view when activated.
11707
11708 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11709
11710         * pdf/ev-poppler.cc:
11711         * backend/ev-page-cache.c: make page size calculation consistent
11712         and set it to (int)( width * scale + 0.5).  This makes the weird
11713         line going through the middle of the page go away.
11714
11715         * shell/ev-view.c: move painting the background page after
11716         checking the expose area covers us.
11717
11718 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11719
11720         * data/evince-password.glade:
11721         
11722         Mark labels as not translatable. Fix for bug 302842.
11723
11724 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11725
11726         * configure.ac: Added "es" to ALL_LINGUAS.
11727
11728 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11729
11730         * data/evince-toolbar.xml:
11731         * shell/ev-window.c: (update_action_sensitivity),
11732         (ev_window_setup_document), (ev_window_set_page_mode),
11733         (ev_window_init):
11734
11735         Remove some leftover code from jrb first continous
11736         attempt. Use the new actions, we still need good icons
11737         though...
11738
11739 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11740
11741         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11742
11743         Update label when connecting proxy. Fix a warning with NULL
11744         page_cache.
11745
11746 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11747
11748         * data/evince-ui.xml:
11749         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11750         * shell/ev-page-action.h:
11751         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11752
11753         Add mnemonic for edit toolbar.
11754         ctrl+l focus the page entry.
11755
11756 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11757
11758         * lib/Makefile.am:
11759         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11760         (ev_window_init):
11761         * shell/main.c: (main):
11762
11763         Put the toolbar xml in evince own dot dir
11764
11765 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11766
11767         * shell/ev-window.c: (ev_window_init):
11768
11769         Make the toolbar not removable
11770
11771 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11772
11773         * data/evince-ui.xml:
11774         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11775         * shell/ev-sidebar-links.h:
11776         * shell/ev-sidebar-thumbnails.c:
11777         (ev_sidebar_thumbnails_get_treeview):
11778         * shell/ev-sidebar-thumbnails.h:
11779         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11780         (ev_view_class_init):
11781         * shell/ev-view.h:
11782         * shell/ev-window.c: (update_action_sensitivity),
11783         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11784         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11785         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11786         (ev_window_init):
11787
11788         This is evil... Make space/backspace global accelerators but
11789         enable them only for some widgets (sidebars and view).
11790         I dont like it, but I dont know a better way... :/
11791
11792 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11793
11794         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11795         (ev_page_action_widget_finalize),
11796         (ev_page_action_widget_class_init), (update_page_cache):
11797
11798         Keep a weak reference on proxy->page_cache so that we
11799         dont try to disconnect the signal if the object is already
11800         gone. Maybe there is a better way to cleanup reference handling
11801         in page action though...
11802
11803 2005-05-10  Juerg Billeter  <j@bitron.ch>
11804
11805         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11806         * backend/ev-ps-exporter.h:
11807         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11808         * ps/ps-document.c: (ps_document_ps_export_begin):
11809         
11810         Change api to pass print range to ps_exporter_begin. The pdf backend
11811         requires this information.
11812         
11813         * shell/ev-print-job.c: (idle_print_handler):
11814         
11815         Adapt to api change
11816
11817 2005-05-10  Juerg Billeter  <j@bitron.ch>
11818
11819         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11820         (idle_print_handler)
11821         * shell/ev-window.c: (ev_window_print):
11822
11823         Support printing page range, based on patch by Amaury Jacquot
11824
11825 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11826
11827         * data/evince-toolbar.xml:
11828
11829         Add zoom control to available items
11830
11831 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11832
11833         * shell/ev-window.c: (update_action_sensitivity):
11834
11835         Set slash action insensitive when appropriate
11836
11837 2005-05-10  Christian Persch <chpe@gnome.org>
11838
11839         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11840
11841         Fix warning on the overflow menu
11842
11843 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11844
11845         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11846
11847         Check for uri correctness/existence
11848
11849 2005-05-09  Juerg Billeter  <j@bitron.ch>
11850
11851         * shell/ev-window.c: (using_postscript_printer):
11852
11853         LPD printers use postscript, too
11854
11855 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11856
11857         * shell/ev-window.c: (register_custom_actions):
11858
11859         The zoom one is actually sort of useful,
11860         put it back
11861
11862 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11863
11864         * shell/ev-window.c: (register_custom_actions):
11865
11866         Hide page/zoom controls from overflow, they
11867         are useless.
11868
11869 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11870
11871         * cut-n-paste/update-from-egg.sh:
11872         
11873         Share it between all cut-n-paste subdirs
11874
11875         * cut-n-paste/recent-files/Makefile.am:
11876
11877         Fix to use "global" update-from-egg.sh
11878
11879         * cut-n-paste/recent-files/egg-recent-model.c:
11880         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11881         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11882         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11883         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11884
11885         Update from libegg
11886
11887         * cut-n-paste/toolbar-editor/Makefile.am:
11888
11889         Fix to use "global" update-from-egg.sh
11890
11891         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11892
11893         Update from libegg
11894
11895 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11896
11897         * configure.ac:
11898         * cut-n-paste/Makefile.am:
11899         * cut-n-paste/recent-files/Makefile.am:
11900         * cut-n-paste/toolbar-editor/.cvsignore:
11901         * cut-n-paste/toolbar-editor/Makefile.am:
11902         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11903         (egg_editable_toolbar_get_type), (get_toolbar_position),
11904         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11905         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11906         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11907         (set_item_drag_source), (create_item_from_action), (create_item),
11908         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11909         (popup_toolbar_context_menu_cb), (free_dragged_item),
11910         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11911         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11912         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11913         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11914         (item_added_cb), (item_removed_cb),
11915         (egg_editable_toolbar_construct),
11916         (egg_editable_toolbar_disconnect_model),
11917         (egg_editable_toolbar_deconstruct),
11918         (egg_editable_toolbar_set_model),
11919         (egg_editable_toolbar_set_ui_manager),
11920         (egg_editable_toolbar_set_property),
11921         (egg_editable_toolbar_get_property),
11922         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11923         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11924         (egg_editable_toolbar_new_with_model),
11925         (egg_editable_toolbar_get_edit_mode),
11926         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11927         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11928         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11929         (new_pixbuf_from_widget), (new_separator_pixbuf),
11930         (update_separator_image), (style_set_cb),
11931         (_egg_editable_toolbar_new_separator_image),
11932         (egg_editable_toolbar_get_model):
11933         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11934         * cut-n-paste/toolbar-editor/egg-marshal.c:
11935         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11936         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11937         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11938         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11939         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11940         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11941         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11942         (editor_drag_data_delete_cb), (drag_data_get_cb),
11943         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11944         (editor_create_item), (update_editor_sheet), (setup_editor),
11945         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11946         (parse_item_list), (model_has_action), (update_actions_list),
11947         (egg_toolbar_editor_load_actions):
11948         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11949         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11950         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11951         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11952         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11953         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11954         (egg_toolbars_model_add_separator), (impl_add_item),
11955         (parse_item_list), (egg_toolbars_model_add_toolbar),
11956         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11957         (impl_get_item_data), (impl_get_item_type),
11958         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11959         (egg_toolbars_model_init), (free_toolbar),
11960         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11961         (egg_toolbars_model_remove_toolbar),
11962         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11963         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11964         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11965         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11966         (egg_toolbars_model_get_item_data),
11967         (egg_toolbars_model_get_item_type):
11968         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11969         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11970         * data/Makefile.am:
11971         * data/evince-toolbar.xml:
11972         * data/evince-ui.xml:
11973         * data/hand-open.png:
11974         * po/POTFILES.in:
11975         * shell/Makefile.am:
11976         * shell/ev-window.c: (update_chrome_visibility),
11977         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11978         (ev_window_dispose), (ev_window_init):
11979
11980         Implement epiphany like toolbar editor. Based on patch by
11981         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11982
11983 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11984
11985         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11986
11987         Use set_cursor instead of set_selection, so that
11988         the keyboard focus moves too.
11989
11990 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11991
11992         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11993
11994         Fix infinite loop when loading Type1 fonts
11995
11996 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11997
11998         * data/evince-ui.xml:
11999         * shell/ev-window.c:
12000
12001         Slash -> Find
12002
12003 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12004
12005         * configure.ac:
12006
12007         Make --disable really disable
12008
12009 2005-05-07  Juerg Billeter  <j@bitron.ch>
12010
12011         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12012
12013         Compare page labels even without has_labels set, fixes setting page
12014         with entry
12015
12016 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12017
12018         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12019         (ev_view_set_cursor), (ev_view_button_press_event),
12020         (ev_view_motion_notify_event), (ev_view_button_release_event),
12021         (ev_view_init):
12022
12023         Implement middle button scrolling. Based on a patch
12024         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12025
12026 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12027
12028         * shell/ev-document-types.c: (get_slow_mime_type),
12029         (get_document_type_from_mime), (ev_document_type_lookup):
12030         * shell/ev-document-types.h:
12031
12032         Change api to lookup from uri. Do fast lookup first, if the
12033         type is unknown try with data sniffing.
12034
12035         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12036         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12037
12038         Adapt to api change
12039
12040 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12041
12042         * thumbnailer/Makefile.am:
12043
12044         Fix distcheck
12045
12046 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12047
12048         * NEWS:
12049         * configure.ac:
12050
12051         Release 0.3.0
12052
12053         * data/evince-ui.xml:
12054
12055         Hide presentation mode for now
12056
12057         * shell/ev-view.c: (highlight_find_results):
12058
12059         Show current find selection only on current page
12060
12061 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12062
12063         * shell/ev-view.c: (ev_view_select_all):
12064
12065         Compute size of the actual page, not of
12066         the current one.
12067
12068 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12069
12070         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12071         (view_rect_to_doc_rect), (compute_selections),
12072         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12073         (ev_view_copy), (ev_view_primary_get_cb),
12074         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12075         (ev_view_button_press_event), (ev_view_motion_notify_event),
12076         (ev_view_button_release_event), (page_changed_cb):
12077
12078         Fix text selection
12079
12080 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12081
12082         * shell/ev-view.c: (compute_border), (get_page_extents),
12083         (doc_rect_to_view_rect), (highlight_find_results),
12084         (ev_view_bin_expose), (ev_view_select_all),
12085         (ev_view_motion_notify_event), (update_find_status_message),
12086         (jump_to_find_result), (jump_to_find_page):
12087
12088         First go at fixing search, still buggy
12089
12090 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12091
12092         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12093         dropdown box and button at the top of the sidebar.
12094
12095 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12096
12097         * configure.ac: Output zoom-control Makefile.
12098         * cut-n-paste/Makefile.am: build zoom-control subdir.
12099         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12100         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12101         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12102         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12103         * cut-n-paste/zoom-control/ephy-zoom.c:
12104         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12105         from epiphany, and modified to add a separator into the menu.
12106         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12107         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12108         zoom-control action.
12109         * shell/Makefile.am: Include zoom-control flags.
12110         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12111         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12112         (ev_view_zoom_for_size_presentation),
12113         (ev_view_zoom_for_size_continuous_and_dual_page),
12114         (ev_view_zoom_for_size_continuous),
12115         (ev_view_zoom_for_size_dual_page),
12116         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12117         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12118         ev_view_get_zoom and ev_view_get_sizing_mode.
12119         * shell/ev-view.h:
12120         * shell/ev-window.c: (update_action_sensitivity),
12121         (update_sizing_buttons), (zoom_control_changed_cb),
12122         (register_custom_actions): Initialize and use the zoom-control 
12123         widget.
12124
12125 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12126
12127         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12128         preview cache back to 1.  Don't know when it got set to 0.
12129         
12130         * shell/ev-view.c: (compute_border), (ev_view_realize),
12131         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12132         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12133         (ev_view_get_fullscreen), (ev_view_set_presentation),
12134         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12135         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12136         * shell/ev-view.h:
12137         * shell/ev-window.c:
12138         (update_chrome_visibility),
12139         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12140         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12141         (update_document_mode), (ev_window_update_fullscreen_action),
12142         (ev_window_fullscreen), (ev_window_unfullscreen),
12143         (ev_window_cmd_view_fullscreen),
12144         (ev_window_update_presentation_action),
12145         (ev_window_run_presentation), (ev_window_stop_presentation),
12146         (ev_window_cmd_view_presentation), (ev_window_state_event),
12147         (ev_window_focus_in_event), (ev_window_focus_out_event),
12148         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12149         * data/evince-ui.xml: Initial presentation mode.  We should
12150         probably hide this until it's done, as it's quite rough.  Also,
12151         change full-screen to fullscreen and add two getters to EvView.
12152
12153 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12154
12155         * shell/ev-page-action.c: (update_page_cache),
12156         (ev_page_action_dispose):
12157         * shell/ev-window.c: (destroy_fullscreen_popup),
12158         (ev_window_create_fullscreen_popup):
12159
12160         Use connect_object rather than explicitly
12161         disconnect on dispose.
12162
12163 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12164
12165         * shell/ev-page-action.c: (update_page_cache),
12166         (ev_page_action_dispose):
12167
12168 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12169
12170         * backend/ev-page-cache.c: (_ev_page_cache_new),
12171         (ev_page_cache_set_page_label),
12172         (ev_page_cache_has_nonnumeric_page_labels):
12173         * backend/ev-page-cache.h:
12174         * shell/ev-page-action.c: (update_pages_label):
12175         
12176         If all page labels are numeric, fallback to default
12177         way to display number of pages. See bug 173185.
12178
12179 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12180
12181         * shell/ev-page-action.c: (ev_page_action_dispose):
12182         * shell/ev-view.c: (view_update_range_and_current_page):
12183         * shell/ev-window.c: (ev_window_dispose):
12184         
12185         Set page on scroll in continuous mode. Fixes bug 301986.
12186         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12187
12188 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12189
12190         * configure.ac:
12191
12192         Require poppler 0.3.0
12193
12194 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12195         
12196         * shell/Makefile.am, configure.ac: Fix build problems
12197         with t1lib. Bug 301996.
12198
12199 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12200
12201         * shell/ev-view.c: (ev_view_scroll_event):
12202         
12203         Scroll up increase zoom
12204
12205 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12206
12207         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12208         (ev_view_set_sizing_mode),
12209         (ev_view_zoom_for_size_continuous_and_dual_page),
12210         (ev_view_zoom_for_size_continuous):
12211         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12212         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12213         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12214         (ev_window_init):
12215
12216         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12217         Fix for 165473 and 165472.
12218
12219 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12220
12221         * po/POTFILES.in:
12222         * thumbnailer/Makefile.am:
12223         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12224         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12225         * thumbnailer/evince-thumbnailer.schemas.in:
12226         
12227         Make thumbnailer schemas translatable. Fix for bug 301773
12228         
12229         * thumbnailer/evince-thumbnailer-djvu.schemas:
12230         * thumbnailer/evince-thumbnailer-dvi.schemas:
12231         * thumbnailer/evince-thumbnailer.schemas:
12232
12233         Removed files
12234
12235 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12236
12237         * shell/ev-view.c (ev_view_init): forgot to set this.
12238
12239 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12240
12241         * shell/ev-view.c: (find_page_at_location),
12242         (get_link_at_location),
12243         (ev_view_set_show_border), (ev_view_set_spacing),
12244         (ev_view_zoom_for_size_continuous_and_dual_page),
12245         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12246         Also, add a quick fix measuring of widths.  Also, removed
12247         ev_view_set_spacing and ev_view_set_show_border.
12248         
12249         * shell/ev-window.c: (ev_window_unfullscreen),
12250         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12251
12252 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12253
12254         * shell/ev-view.c: (view_update_range_and_current_page),
12255         (page_changed_cb):
12256         
12257         Fix crash on exit and scrolling to page in continuous view.
12258
12259 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12260
12261         * TODO:
12262         * backend/ev-page-cache.c: (_ev_page_cache_new),
12263         (ev_page_cache_get_max_width_size),
12264         (ev_page_cache_get_max_height_size):
12265         * backend/ev-page-cache.h:
12266         * data/evince-ui.xml:
12267         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12268         * shell/ev-view.c: (view_update_adjustments),
12269         (view_update_range_and_current_page), (get_bounding_box_size),
12270         (ev_view_size_request_continuous_and_dual_page),
12271         (ev_view_size_request_continuous),
12272         (ev_view_size_request_dual_page),
12273         (ev_view_size_request_single_page), (ev_view_size_request),
12274         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12275         (ev_view_bin_expose), (ev_view_expose_event),
12276         (ev_view_set_property), (ev_view_get_property),
12277         (ev_view_class_init), (ev_view_init), (ev_view_new),
12278         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12279         (ev_view_set_dual_page), (ev_view_set_full_screen),
12280         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12281         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12282         (ev_view_zoom_out), (zoom_for_size_fit_width),
12283         (zoom_for_size_best_fit),
12284         (ev_view_zoom_for_size_continuous_and_dual_page),
12285         (ev_view_zoom_for_size_continuous),
12286         (ev_view_zoom_for_size_dual_page),
12287         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12288         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12289         * shell/ev-view.h:
12290         * shell/ev-window.c: (update_action_sensitivity),
12291         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12292         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12293         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12294         (ev_window_cmd_view_zoom_out), (update_view_size),
12295         (ev_window_set_sizing_mode), (ev_window_init):
12296
12297         Add Continuous and Dual page modes.
12298
12299 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12300
12301         * dvi/dvi-document.c: (dvi_document_load),
12302         (dvi_document_thumbnails_get_thumbnail),
12303         (dvi_document_init_params): Fix up some mixups between
12304         width and height to correct thumbnail rendering.
12305
12306 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12307
12308         * dvi/mdvi-lib/private.h:
12309         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12310         
12311         Suppess output for kpathsea during font generation. Thanks to
12312         James Bowes
12313
12314 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12315
12316         * NEWS:
12317         * configure.ac:
12318
12319         Release 0.2.1
12320
12321         * Makefile.am: fix distcheck.
12322
12323 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12324
12325         * shell/ev-sidebar-links.c: (selection_changed_callback),
12326         (update_page_callback), (row_activated_callback),
12327         (job_finished_callback), (ev_sidebar_links_set_document):
12328         
12329         Fix for bug #169901. Double click on links expands tree.
12330
12331 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12332
12333         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12334         hard-coded style. Fix for bug 170111
12335
12336 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12337
12338         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12339         locking.
12340
12341 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12342
12343         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12344
12345 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12346
12347         * pdf/ev-poppler.cc:
12348         * shell/ev-view.c: (highlight_find_results):
12349
12350         Fix find on single page documents
12351
12352 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12353
12354         * data/evince.schemas.in: fix for bug 301390
12355
12356 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12357
12358         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12359         (ev_view_zoom_out), (ev_view_zoom_normal):
12360         * shell/ev-view.h:
12361         * shell/ev-window.c: (update_action_sensitivity),
12362         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12363         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12364         (ev_window_cmd_view_normal_size):
12365
12366         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12367         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12368         better than oom. 
12369
12370 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12371
12372         * configure.ac:
12373
12374         Depend on 2.57, 2.59 doesnt seem to be necessary
12375
12376 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12377
12378         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12379         (create_tool_item):
12380
12381         Put back total number of pages as (1 of 1234)
12382
12383 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12384
12385         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12386         remove the job.
12387
12388         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12389         function.  This helps debugging.
12390
12391 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12392
12393         * djvu/djvu-document.c: (djvu_document_class_init),
12394         (djvu_document_get_info), (djvu_document_document_iface_init):
12395         * dvi/dvi-document.c: (dvi_document_class_init),
12396         (dvi_document_get_info), (dvi_document_document_iface_init):
12397
12398         Dummy implementation of get_info method for dvi and
12399         djvu. Fix crashes with those backends
12400
12401 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12402
12403         * data/evince.desktop.in:
12404
12405         Add application/x-gzpostscript
12406
12407 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12408
12409         * data/evince.schemas.in: Added real long descriptions, 
12410         closes bug 172496 
12411
12412         * README: Added actual text, closes bug 171869
12413
12414 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12415
12416         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12417
12418         Thumbnail page 0
12419
12420 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12421
12422         * backend/ev-document-info.h:
12423
12424         s/GDate */GDate so we can just use g_free
12425
12426 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12427
12428         * shell/ev-window.c: (update_document_mode),
12429         (ev_window_setup_document):
12430
12431         Show the window in fullscreen when specified by
12432         the document
12433
12434 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12435
12436         * backend/ev-document.c: (ev_document_class_init),
12437         (ev_document_get_info), (ev_document_render_pixbuf):
12438         * backend/ev-document.h:
12439         * backend/ev-page-cache.c: (_ev_page_cache_new):
12440         * pdf/ev-poppler.cc:
12441         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12442         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12443         * ps/ps-document.c: (ps_document_class_init), (document_load),
12444         (ps_document_get_info), (ps_document_document_iface_init):
12445
12446         Remove get_title from the interface, we can just use document info
12447
12448 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12449
12450         * backend/Makefile.am:
12451         * backend/ev-document.c: (ev_document_render_get_info):
12452         * backend/ev-document.h:
12453         * pdf/ev-poppler.cc:
12454
12455         Initial support for document info. Based on jrb patch.
12456
12457 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12458
12459         * shell/ev-window.c: (ev_window_state_event),
12460         (ev_window_class_init), (ev_window_init):
12461         
12462         Doesn't show resize grip when maximized. See bug #301053
12463
12464 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12465
12466         * po/POTFILES.in:
12467         
12468         ev-sidebar-thumbnails now has translatable labels
12469         
12470         * shell/Makefile.am:
12471         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12472         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12473         (ev_sidebar_links_page_iface_init):
12474         * shell/ev-sidebar-links.h:
12475         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12476         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12477         (ev_sidebar_page_get_label):
12478         * shell/ev-sidebar-page.h:
12479         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12480         (ev_sidebar_thumbnails_set_document),
12481         (ev_sidebar_thumbnails_support_document),
12482         (ev_sidebar_thumbnails_get_label),
12483         (ev_sidebar_thumbnails_page_iface_init):
12484         * shell/ev-sidebar-thumbnails.h:
12485         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12486         (ev_sidebar_set_document):
12487         * shell/ev-sidebar.h:
12488         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12489         
12490         Small rework of sidebar code. Now sidebar pages should implement
12491         EvSidebarPage interface. That makes page management in EvSidebar
12492         easier. See bug #164811 for details
12493
12494 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12495
12496         * shell/ev-application.c: (ev_application_open):
12497         * shell/ev-document-types.c:
12498         
12499         Fix build error and small problem with application exit
12500
12501 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12502
12503         * thumbnailer/Makefile.am:
12504         * thumbnailer/evince-thumbnailer-djvu.schemas:
12505         * thumbnailer/evince-thumbnailer-dvi.schemas:
12506         
12507         Conditionally install schemas for djvu/dvi thumbnailer
12508
12509 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12510
12511         * shell/ev-document-types.h: 
12512         * shell/ev-document-types.c: 
12513         New files, handling the mapping from mimetypes to backends
12514         
12515         * shell/ev-window.c: 
12516         * thumbnailer/evince-thumbnailer.c:     
12517         Use the ev-document-types code
12518         
12519         * shell/Makefile.am: 
12520         Added new convenience library libevbackendfactory_la, containing
12521         the new mimetype->backend logic; moved the backends into it.
12522
12523         * thumbnailer/Makefile.am:
12524         Make the thumbnailer link with the libevbackend.la convenience
12525         library, rather than having a duplicate of the backend logic here.
12526
12527 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12528
12529         * shell/ev-stock-icons.c: constify some vars.
12530         * shell/ev-window.c: ditto.
12531
12532 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12533
12534         * ps/ps-document.c (get_page_orientation):
12535
12536         Respect document orientation 
12537
12538 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12539
12540         * djvu/Makefile.am:
12541         * dvi/Makefile.am:
12542         * shell/Makefile.am:
12543         
12544         Move library dependencies to components.
12545         
12546         * shell/ev-window.c: (update_window_title),
12547         (start_loading_document):
12548         
12549         Fix display of uris with spaces. Bug 168358.
12550
12551 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12552
12553         * shell/ev-sidebar-links.c: (selection_changed_cb):
12554         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12555         (ev_view_button_release_event), (ev_view_set_document):
12556         * shell/ev-view.h:
12557         * shell/ev-window.c: (find_bar_search_changed_cb):
12558         * shell/ev-window.h: Minor cleanups removing some dead code.
12559
12560 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12561
12562         * backend/ev-page-cache.c: (_ev_page_cache_new):
12563         
12564         Set current page to 0 if document has pages.
12565
12566 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12567
12568         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12569
12570         Initialize GError to NULL, fix a crash when loading fails.
12571
12572 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12573
12574         * shell/ev-window.c: (update_view_size):
12575
12576         Calculate shadow size only when there is actually
12577         a shadow.
12578
12579 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12580
12581         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12582         * shell/ev-view.h:
12583
12584         Allow setting view spacing, default to 0
12585
12586         * shell/ev-window.c: (ev_window_unfullscreen),
12587         (ev_window_cmd_view_fullscreen), (ev_window_init):
12588
12589         Remove spacing in fullscreen mode
12590
12591 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12592
12593         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12594         (ev_view_size_request), (expose_bin_window),
12595         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12596         * shell/ev-view.h:
12597         * shell/ev-window.c: (ev_window_unfullscreen),
12598         (ev_window_cmd_view_fullscreen):
12599
12600         Do not draw the border in fulscreen
12601
12602 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12603
12604         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12605         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12606         (find_page_at_location), (page_changed_cb):
12607
12608         Rework border calculation, so that I can more easily disable it.
12609         Code somewhat cleaner too.
12610
12611 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12612
12613         * backend/ev-page-cache.c: (ev_page_cache_init),
12614         (_ev_page_cache_new):
12615
12616         Remove some assertions, documents can have 0 pages.
12617         Make initial current page -1.
12618
12619         * shell/ev-page-action.c: (page_changed_cb):
12620
12621         Show "" if current page is -1
12622
12623         * shell/ev-window.c: (update_action_sensitivity),
12624         (ev_window_setup_document):
12625
12626         When document has 0 pages do not set the view
12627         and make nearly everything insensitive.
12628
12629 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12630
12631         * shell/ev-page-view.c:
12632         * shell/ev-page-view.h:
12633
12634         Remove unused files.
12635         
12636         * shell/ev-sidebar-thumbnails.c:
12637         (ev_sidebar_thumbnails_set_document):
12638         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12639         (ev_sidebar_supports_document):
12640         * shell/ev-sidebar.h:
12641         * shell/ev-window.c: (ev_window_setup_document):
12642         
12643         Doesn't show thumbnails if document has 1 page. Make
12644         sidebar menu entries sensitive only if if they have 
12645         sense. Fix bug 164811. 
12646
12647 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12648
12649         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12650         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12651         (ev_view_zoom_out), (ev_view_set_size):
12652
12653         Rework sizing to deal with documents with not uniform page
12654         size.
12655
12656 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12657
12658         * backend/ev-page-cache.c: (_ev_page_cache_new):
12659
12660         Fix several page size caching bugs
12661
12662 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12663
12664         * shell/ev-window.c: (set_action_properties):
12665
12666         Make all toolbar items translatable
12667
12668 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12669
12670         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12671         (save_page_list), (ps_document_save),
12672         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12673         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12674         (ps_document_ps_exporter_iface_init):
12675         * ps/ps-document.h:
12676
12677         Based on a patch by J�rg Billeter <j@bitron.ch>
12678         
12679         Implement print and save a copy for the ps backend.
12680
12681 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12682
12683         * backend/ev-document.h:
12684         * djvu/djvu-document.c: (djvu_document_can_get_text),
12685         (djvu_document_document_iface_init):
12686         * dvi/dvi-document.c: (dvi_document_can_get_text),
12687         (dvi_document_document_iface_init):
12688         * pdf/ev-poppler.cc:
12689         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12690         (pixbuf_document_document_iface_init):
12691         * ps/ps-document.c: (ps_document_can_get_text),
12692         (ps_document_document_iface_init):
12693         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12694         * shell/ev-window.c: (update_action_sensitivity):
12695
12696         Fix the crash when trying to copy in backends that doesnt
12697         support it. We can implement a better solution once we
12698         do real text selection.
12699
12700 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12701
12702         * data/evince-ui.xml:
12703         * shell/ev-window.c: (ev_window_cmd_escape):
12704         
12705         Work around the Escape conflict (find bar and unfullscreen)
12706
12707 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12708
12709         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12710         
12711         Fix for #300233. Next page correctly handles document end.
12712         
12713         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12714         (ev_sidebar_thumbnails_class_init),
12715         (ev_sidebar_thumbnails_set_document),
12716         (ev_sidebar_thumbnails_clear_job),
12717         (ev_sidebar_thumbnails_clear_model):
12718         
12719         Cleanup thumbnail jobs on document changes.
12720         
12721         * shell/ev-view.c: (add_scroll_binding_keypad),
12722         (add_scroll_binding_shifted), (ev_view_class_init):
12723         
12724         Shift + Space scrolls up. Fix for #173184
12725         
12726         * shell/ev-window.c: (ev_window_open_page),
12727         (ev_window_cmd_view_reload):
12728         
12729         Fix reload (Bug #300094)
12730
12731 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12732
12733         
12734         * dvi/mdvi-lib/assoc.c:
12735         * dvi/mdvi-lib/assoc.h: Removed garbage files
12736         
12737         * dvi/mdvi-lib/bitmap.c:
12738         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12739         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12740         * dvi/mdvi-lib/color.h: Antialias of rules
12741         
12742         * dvi/mdvi-lib/common.h:
12743         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12744         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12745         * dvi/mdvi-lib/files.c:
12746         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12747         * dvi/mdvi-lib/mdvi.h:
12748         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12749         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12750         * dvi/mdvi-lib/util.c: Fix compile warnings
12751         
12752         * dvi/dvi-document.c:
12753         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12754         (dvi_document_thumbnails_get_thumbnail),
12755         (dvi_document_document_thumbnails_iface_init):
12756         * dvi/mdvi-lib/Makefile.am:
12757         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12758         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12759         
12760         Dvi backend now renders thumbnails
12761
12762 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12763
12764         * shell/main.c: (main): 
12765         
12766         Save accelerators on exit. Fixes bug #172095.
12767
12768 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12769
12770         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12771         update priority" comment.
12772
12773         * backend/ev-job-queue.c: Give a way to change priority.
12774
12775 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12776
12777         * shell/ev-page-action.c: Fix logic.
12778
12779 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12780
12781         * shell/ev-view.c: (ev_view_can_find_next):
12782         * shell/ev-window.c: (ev_window_setup_document):
12783
12784         Check that the document supports find
12785
12786 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12787
12788         * data/evince-ui.xml:
12789         * shell/ev-view.c: (ev_view_can_find_next):
12790         * shell/ev-view.h:
12791         * shell/ev-window.c: (update_action_sensitivity),
12792         (find_changed_cb), (ev_window_setup_document),
12793         (ev_window_cmd_edit_find_next):
12794
12795         Add Edit->Find Next
12796
12797 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12798
12799         * pdf/ev-poppler.cc:
12800         * shell/ev-print-job.c: (idle_print_handler):
12801
12802         Make printing work again
12803
12804 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12805
12806         * shell/ev-page-action.h:
12807         * shell/ev-page-action.c: (ev_page_action_widget_init),
12808         (ev_page_action_widget_class_init), (page_changed_cb),
12809         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12810         (get_filter_model_from_model), (match_selected_cb),
12811         (display_completion_text), (match_completion), (update_model),
12812         (connect_proxy), (ev_page_action_set_property),
12813         (ev_page_action_get_property), (ev_page_action_set_document),
12814         (ev_page_action_set_model), (ev_page_action_class_init): Big
12815         reworking to make completions work iff we have >= GTK-2.7.0
12816                 
12817         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12818         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12819         (job_finished_cb): We now have a 'model' property that is set when
12820         the links are loaded.  This can be caught with "notify::model"
12821
12822         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12823         listen for the model to be set, and propagate it to the action.
12824
12825 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12826
12827         * cut-n-paste/recent-files/egg-recent-item.c:
12828         (egg_recent_item_set_uri), (make_valid_utf8),
12829         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12830         * cut-n-paste/recent-files/egg-recent-item.h:
12831         
12832         Update egg-recent from libegg. This should fix long
12833         startup problem. For details see
12834         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12835
12836 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12837
12838         * cut-n-paste/recent-files/Makefile.am:
12839         * data/evince-ui.xml, shell/Makefile.am:
12840         * shell/ev-application.c, shell/ev-application.h:
12841         * shell/ev-window.c: Recent files support.
12842         
12843         * configure.ac: Added "ru" to ALL_LINGUAS.
12844         
12845         * dvju: new backend to support DJVU files.
12846         * dvi: new backend to support DVI.
12847
12848         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12849         * ev-application.c: Support for new backends.
12850         
12851         * help, ev-window.c, main.c shell/Makefile.am: 
12852         Evince user documentation.
12853
12854 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12855
12856         * po/POTFILES.in:
12857         * shell/ev-window.c:
12858         * thumbnailer/evince-thumbnailer.c:
12859
12860         s/pdf-document/ev-poppler
12861
12862 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12863
12864         * NEWS:
12865         * configure.ac:
12866
12867         Release 0.2.0
12868
12869         * ps/ps-document.c: (setup_pixmap):
12870
12871         Remove debug code
12872
12873 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12874
12875         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12876         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12877         (ev_window_cmd_go_first_page): Fix of by one errors.
12878
12879 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12880
12881         * ps/ps-document.c: (get_page_box):
12882
12883         Fix page size calculation
12884
12885 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12886
12887         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12888         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12889         (get_page_orientation), (setup_page), (document_load),
12890         (ps_document_get_page_size), (render_pixbuf_idle):
12891         * ps/ps-document.h:
12892
12893         More refactoring to adapt to EvDocument changes
12894
12895 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12896
12897         * ps/ps-document.c: (start_interpreter):
12898
12899         Actually add alpha args
12900
12901 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12902
12903         * pdf/ev-poppler.cc:
12904
12905         Make clipboard work again
12906
12907 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12908
12909         Make searching work again.
12910         
12911         * backend/ev-document.c:
12912         * backend/ev-document.h:
12913         * backend/ev-document-find.c:
12914         * backend/ev-document-find.h: Change EvDocumentIface so we no
12915         longer store the current page or zoom level in the document.  The
12916         consequence is that all calls that operate on the current page now
12917         instead take the page number as an extra argument, and all
12918         coordinates are now doubles in document coordinate system.
12919
12920         * pdf/ev-poppler.cc:
12921         * pixbuf/pixbuf-document.c:
12922         * ps/ps-document.c: Update backends accordingly.
12923
12924 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12925
12926         * autogen.sh:
12927
12928         Add required gettext version
12929
12930 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12931
12932         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12933         make F1 bring up non-existent help.
12934
12935         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12936         epiphany's find bar, #167477
12937
12938         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12939         <emil@nishra.com> to add space-bar scrolling, 
12940
12941         * shell/ev-window.c (static GtkActionEntry entries): add default
12942         keybinding for Help (F1)
12943         Fixes #171068
12944
12945         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12946         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12947         170110
12948
12949 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12950
12951         * Makefile.am: 
12952         * pixbuf/pixbuf-document.c: 
12953
12954         Got pixbuf backend working again
12955
12956 2005-04-01  Steve Murphy  <murf@e-tools.com>
12957
12958         * configure.in: Added "rw" to ALL_LINGUAS.
12959
12960 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12963         model types, noticed by Martin Kretzschmar.
12964
12965 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12966
12967         * pdf/ev-poppler.cc: Implement search based on
12968         poppler_page_find_text().  Currently a bit crude since we remember
12969         all matches from all pages.  Also, we grab the big document lock
12970         when we search since searching changes the underlying stream and
12971         thus conflicts with the rendering thread.
12972         
12973         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12974         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12975         (ev_view_find_previous): Fix some page indexes to be 0 based,
12976         offset rubber band by view offset,
12977
12978 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12979
12980         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12981
12982 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12983
12984         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12985         completely because I didn't understand GtkActions.  I should
12986         read Marco's code more carefully in the future.
12987
12988         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12989         function
12990
12991 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12992
12993         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12994         PopplerRectangle change from poppler CVS.
12995
12996 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12997
12998         * backend/ev-document.c: (ev_document_get_page_label):
12999         * backend/ev-document.h:
13000         * backend/ev-page-cache.c: (_ev_page_cache_new),
13001         (ev_page_cache_get_page_label):
13002         * backend/ev-page-cache.h:
13003         * pdf/ev-poppler.cc:
13004         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13005         (links_page_num_func):
13006         * shell/ev-sidebar-thumbnails.c:
13007         (ev_sidebar_thumbnails_set_document):
13008         * shell/ev-view.c: (status_message_from_link),
13009         (ev_view_motion_notify_event):
13010         * shell/ev-window.c: (document_supports_sidebar): Add in page
13011         label support.  It's not perfect yet, but it's the first 'feature'
13012         in a while.
13013         Also, fix a bogus comment noticed by crispin. 
13014
13015 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13016
13017         * Makefile.am: Remove pixbuf backend for now
13018
13019         * configure.ac: Require poppler-glib instead of just poppler.
13020
13021         * backend/ev-document-thumbnails.h: Add a comment
13022
13023         * backend/ev-document.h:
13024         * backend/ev-document.c: (ev_document_class_init),
13025         (ev_document_load), (ev_document_get_link),
13026         (ev_document_get_links): Remove 3 methods and add get_links.
13027         Also, made 0 based.
13028
13029         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13030         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13031
13032         * backend/ev-link.c: (ev_link_set_title),
13033         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13034         (ev_link_mapping_find):
13035         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13036         
13037         * backend/ev-page-cache.c: (ev_page_cache_init),
13038         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13039         (ev_page_cache_get_size), (ev_page_cache_next_page),
13040         (ev_page_cache_prev_page): Fix to be 0 based.
13041
13042         * pdf/Makefile.am: 
13043         * pdf/ev-poppler.h:
13044         * pdf/ev-poppler.cc: New backend.
13045         
13046         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13047         (ps_document_get_page), (ps_document_document_iface_init):
13048
13049         * shell/ev-pixbuf-cache.h:
13050         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13051         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13052         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13053         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13054         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13055         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13056         based.
13057         
13058         * shell/ev-sidebar-thumbnails.c:
13059         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13060         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13061
13062         * shell/ev-view.c: (status_message_from_link),
13063         (find_page_at_location), (get_link_at_location),
13064         (ev_view_motion_notify_event), (ev_view_button_release_event),
13065         (ev_view_init): Use the new link code.  Fix to be 0 based.
13066
13067         * shell/ev-window.c: (update_action_sensitivity),
13068         (document_supports_sidebar): 0 based.
13069
13070 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13071
13072         * pdf/pdf-document.cc: Patch from Fernando Herrera
13073         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13074         *blush*
13075
13076 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13077
13078         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13079         1 to the page, as this seems to be 1 based.  I thought we has this
13080         fixed.  grump.
13081
13082 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13083
13084         * TODO:
13085         * backend/Makefile.am:
13086         * backend/ev-document-links.c:
13087         (ev_document_links_has_document_links),
13088         (ev_document_links_get_links_model):
13089         * backend/ev-document-links.h:
13090         * backend/ev-document.c: (ev_document_get_page_cache),
13091         (ev_document_get_doc_mutex), (ev_document_load),
13092         (ev_document_save), (ev_document_get_title),
13093         (ev_document_get_n_pages), (ev_document_set_page),
13094         (ev_document_get_page), (ev_document_set_target),
13095         (ev_document_set_scale), (ev_document_set_page_offset),
13096         (ev_document_get_page_size), (ev_document_get_text),
13097         (ev_document_get_link), (ev_document_render),
13098         (ev_document_render_pixbuf), (ev_document_scale_changed):
13099         * backend/ev-document.h:
13100         * backend/ev-job-queue.c: (remove_object_from_queue),
13101         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13102         (no_jobs_available_unlocked), (ev_render_thread),
13103         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13104         (ev_job_queue_remove_job):
13105         * backend/ev-job-queue.h:
13106         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13107         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13108         (ev_job_links_class_init), (ev_job_render_init),
13109         (ev_job_render_dispose), (ev_job_render_class_init),
13110         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13111         (ev_job_thumbnail_class_init), (ev_job_finished),
13112         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13113         (ev_job_render_run), (ev_job_thumbnail_new),
13114         (ev_job_thumbnail_run):
13115         * backend/ev-jobs.h:
13116         * backend/ev-link.c:
13117         * backend/ev-link.h:
13118         * backend/ev-page-cache.c: (ev_page_cache_init),
13119         (ev_page_cache_class_init), (ev_page_cache_finalize),
13120         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13121         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13122         (ev_page_cache_set_link), (ev_page_cache_get_title),
13123         (ev_page_cache_get_size), (ev_page_cache_next_page),
13124         (ev_page_cache_prev_page):
13125         * backend/ev-page-cache.h:
13126         * pdf/pdf-document.cc:
13127         * ps/gsdefaults.c:
13128         * ps/gsdefaults.h:
13129         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13130         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13131         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13132         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13133         (is_interpreter_ready), (output), (catchPipe), (input),
13134         (start_interpreter), (check_filecompressed), (compute_dimensions),
13135         (ps_document_enable_interpreter), (document_load),
13136         (ps_document_next_page), (render_page), (ps_document_set_page),
13137         (ps_document_set_scale), (render_pixbuf_idle),
13138         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13139         * ps/ps-document.h:
13140         * shell/Makefile.am:
13141         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13142         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13143         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13144         (ev_pixbuf_cache_new), (job_finished_cb),
13145         (check_job_size_and_unref), (move_one_job),
13146         (ev_pixbuf_cache_update_range), (find_job_cache),
13147         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13148         (ev_pixbuf_cache_add_jobs_if_needed),
13149         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13150         * shell/ev-pixbuf-cache.h:
13151         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13152         (idle_print_handler):
13153         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13154         (selection_changed_cb), (create_loading_model),
13155         (ev_sidebar_links_construct), (links_page_num_func),
13156         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13157         (update_page_callback), (job_finished_cb),
13158         (ev_sidebar_links_set_document):
13159         * shell/ev-sidebar-thumbnails.c:
13160         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13161         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13162         (page_changed_cb), (thumbnail_job_completed_callback),
13163         (ev_sidebar_thumbnails_set_document):
13164         * shell/ev-sidebar-thumbnails.h:
13165         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13166         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13167         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13168         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13169         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13170         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13171         (ev_view_button_release_event), (ev_view_scroll_view),
13172         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13173         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13174         (ev_view_new), (job_finished_cb), (page_changed_cb),
13175         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13176         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13177         (ev_view_find_previous):
13178         * shell/ev-view.h:
13179         * shell/ev-window.c: (update_action_sensitivity),
13180         (ev_window_open_page), (update_window_title), (update_total_pages),
13181         (page_changed_cb), (ev_window_setup_document),
13182         (password_dialog_response), (ev_window_cmd_save_as),
13183         (ev_window_print), (ev_window_cmd_go_previous_page),
13184         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13185         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13186         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13187         * shell/main.c: (main):
13188
13189         Merge evince-threads branch
13190
13191 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13192
13193         * configure.ac: Added "lt" to ALL_LINGUAS.
13194
13195 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13196
13197         * NEWS:
13198         * configure.ac:
13199
13200         Release 0.1.9
13201
13202 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13203
13204         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13205
13206         Fix here also the thumbnails 1-basedness :)
13207
13208 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13209
13210         * NEWS:
13211         * configure.ac:
13212
13213         Release 0.1.8
13214
13215 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * pdf/pdf-document.cc:
13218         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13219         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13220
13221         Fix the mess we did with thumbnails and 1-basedness
13222
13223 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13224
13225         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13226
13227 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13228
13229         * NEWS:
13230         * configure.ac:
13231
13232         Release 0.1.7
13233
13234 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13235
13236         * ps/Makefile.am:
13237         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13238         (gtk_gs_defaults_get_alpha_parameters),
13239         (gtk_gs_defaults_get_ungzip_cmd),
13240         (gtk_gs_defaults_get_unbzip2_cmd):
13241         * ps/gsdefaults.h:
13242         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13243         (ps_document_get_orientation), (document_load),
13244         (ps_document_goto_page), (ps_document_set_page_size):
13245         * ps/ps-document.h:
13246
13247         Some more sanitization of the ps backend. Remove a lot
13248         of unused code and do not base our defaults on ggv
13249         preferences (ugh!)
13250
13251 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13252
13253         * thumbnailer/evince-thumbnailer.schemas:
13254         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13255         (main): add -s option for thumbnail size.
13256
13257 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13258
13259         * configure.ac:
13260
13261         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13262         remove it.
13263
13264 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13265
13266         * pdf/pdf-document.cc:
13267
13268         Remove 4 pixels of useless border from the
13269         thumbnail.
13270
13271 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13272
13273         * backend/ev-document-thumbnails.c:
13274         (ev_document_thumbnails_get_thumbnail):
13275         * backend/ev-document-thumbnails.h:
13276
13277         Rework API a bit. Add a border flag and
13278         change sizing logic (now the size we specify
13279         applies to the bigger dimension).
13280
13281         * pdf/pdf-document.cc:
13282         * pixbuf/pixbuf-document.c:
13283         (pixbuf_document_thumbnails_get_thumbnail):
13284         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13285         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13286
13287         Adapt to the new API and do not draw a border for nautilus
13288         thumbnailer.
13289
13290 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13291
13292         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13293         take thumbnails from page "0" instead of "1". Added a copyright header.
13294
13295 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13296
13297         * ps/ps-document.c: (set_up_page), (start_interpreter):
13298
13299         Make it C89 compliant
13300
13301 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13302
13303         * Makefile.am:
13304         * configure.ac:
13305         * pdf/.cvsignore:
13306         * pdf/pdf-document.cc:
13307         * thumbnailer/Makefile.am:
13308         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13309         (main):
13310         * thumbnailer/evince-thumbnailer.schemas:
13311         * thumbnailer/pdf-icon.png:
13312
13313         Add a nautilus thumbnailer.
13314         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13315
13316 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * NEWS:
13319         * configure.ac:
13320         * po/POTFILES.in:
13321
13322         Release 0.1.6
13323
13324 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13325
13326         Use poppler instead of including xpdf source code.  Poppler is a
13327         fork of xpdf to build it as a shared library. See
13328         http://freedesktop.org/wiki/Software/poppler.
13329
13330         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13331         xpdf fork.
13332         
13333         * pdf/Makefile.am: Build libpdfdocument.a here.
13334         
13335         * pdf/GDKSplashOutputDev.cc:
13336         * pdf/GDKSplashOutputDev.h:
13337         * pdf/GnomeVFSStream.cc:
13338         * pdf/GnomeVFSStream.h:
13339         * pdf-document.cc:
13340         * pdf-document.h:
13341         * test-gdk-output-dev.cc
13342         * Thumb.cc:
13343         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13344         against poppler.
13345
13346 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13349
13350         Clear idle stack before unsetting the document
13351
13352 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13353
13354         * ps/ps-document.c: (ps_document_widget_event),
13355         (ps_document_set_target), (ps_document_finalize),
13356         (ps_document_get_page):
13357
13358         Disconnect the widget event signal on finalize.
13359         Some code cleanups.
13360
13361 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * ps/ps-document.c: (set_up_page):
13364
13365         If there is no bpixmap create one, even if size
13366         is not changed.
13367
13368 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13371         (set_up_page), (document_load), (ps_document_set_zoom):
13372
13373         Default page is 0. Calculate size even when we have no
13374         target yet.
13375
13376 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13377
13378         * shell/ev-sidebar.c: expand the selection widget to be always as
13379         wide as the sidebar
13380
13381 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13382
13383         * shell/ev-sidebar-thumbnails.c:
13384         (ev_sidebar_thumbnails_set_document):
13385
13386         Clear the list store when setting document
13387
13388 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * shell/ev-page-action.c: (update_entry), (sync_entry),
13391         (activate_cb), (entry_size_request_cb), (create_tool_item),
13392         (connect_proxy):
13393
13394         Use an entry for the page control instead of spinbuttons
13395
13396 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * data/evince.schemas.in:
13399
13400         Correct confusing string
13401
13402 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13403
13404         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13405         for real.  Gosh, how long has this been broken.
13406
13407         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13408         check for a NULL link.  We crash otherwise.
13409
13410 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * NEWS:
13413         * configure.ac:
13414
13415         Release 0.1.5
13416
13417 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13418
13419         * configure.ac: add the french translation.
13420
13421 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13422
13423         * shell/ev-window.c:
13424
13425         Remove unused header -> fix distcheck
13426
13427 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * shell/ev-window.c: (update_window_title),
13430         (ev_window_popup_password_dialog):
13431
13432         Unescape filename for display
13433
13434 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * pdf/xpdf/pdf-document.cc:
13437
13438         In get_page_size deal with rotation. Also
13439         cleanup the function a bit.
13440
13441 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13442
13443         * pdf/xpdf/pdf-document.cc:
13444
13445         Fix crash when opening in new window
13446
13447 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * configure.ac:
13450
13451         Check ghostscript >= 7
13452
13453 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13454
13455         * shell/ev-window.c:
13456
13457         Make page width the default sizing mode
13458
13459 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13460         Marco Pesenti Gritti <marco@gnome.org>
13461
13462         * shell/ev-window.c: Remember the sidebar size
13463
13464         * data/evince.schemas.in: Add a new gconf key to store the size of
13465         the sidebar
13466
13467 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13468
13469         * data/evince-ui.xml:
13470         * shell/ev-window.c: (update_action_sensitivity),
13471         (ev_window_cmd_view_reload):
13472         
13473         Add a "Reload" action and menu entry
13474
13475 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13476
13477         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13478         iff the type doesn't support thumbnailing and indexing.
13479
13480 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13481
13482         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13483
13484 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13485
13486         * pdf/splash/Splash.cc:
13487
13488         Port fix for a crasher from kde bug
13489         http://bugs.kde.org/show_bug.cgi?id=97131
13490
13491 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * pdf/xpdf/pdf-document.cc:
13494
13495         Return a link even if it's of an unrecognized
13496         type. Otherwise we go in an infinte cycle.
13497
13498 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13499
13500         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13501         (size_allocate_cb), (ev_window_set_sizing_mode):
13502
13503         Update size when switching mode
13504
13505 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13506
13507         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13508         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13509         (ev_window_cmd_view_normal_size):
13510
13511         Fix size toggle buttons behavior
13512
13513 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13516         (doc_rect_to_view_rect), (ev_view_size_allocate),
13517         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13518         (scale_changed_callback):
13519
13520         Do not cache offsets in size_allocate.
13521
13522 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * shell/ev-view.c: (ev_view_size_allocate):
13525
13526         Calculate offsets before calling the parent
13527         class (which does a redraw)
13528
13529 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13530
13531         * pdf/xpdf/pdf-document.cc:
13532
13533         Fix a crasher on exit. Unused code, put a TODO
13534
13535 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * backend/ev-document.c: (ev_document_class_init),
13538         (ev_document_page_changed), (ev_document_scale_changed):
13539         * backend/ev-document.h:
13540
13541         Separate page/scale notifications
13542
13543         * pdf/xpdf/pdf-document.cc:
13544
13545         Emit the new signals.
13546         Do not display the pdf page in _render, do it
13547         when scale/page are requested.
13548
13549         * ps/ps-document.c: (ps_document_set_zoom),
13550         (ps_document_widget_event):
13551         * ps/ps-document.h:
13552
13553         Emit the new signals.
13554
13555         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13556         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13557         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13558         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13559         * shell/ev-view.h:
13560         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13561         (ev_window_cmd_view_page_width), (size_allocate_cb),
13562         (ev_window_set_sizing_mode):
13563
13564         Rework sizing to be pixel based.
13565         There are bugs but should be already way better.
13566
13567 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13568
13569         * shell/ev-window.c: (ev_window_init):
13570
13571         Do not allow to shrink sidebar smaller then
13572         child requisition
13573
13574 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13575
13576         * shell/ev-sidebar.[ch]
13577         * shell/ev-window.c:
13578
13579         Improved sidebar widget. Fixes #166683
13580
13581 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13582
13583         * shell/ev-view.c (update_find_status_message): Give translators
13584         more flexibility with ngettext plural handling.
13585
13586 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13587
13588         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13589         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13590         page when we get the page size.
13591
13592 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13593
13594         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13595
13596         ps pages are 0 based, convert 
13597
13598 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13599
13600         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13601
13602         Initialize correct parent class. Set GError on document load
13603
13604 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13605
13606         * pdf/xpdf/pdf-document.cc:
13607
13608         Fixup selection offset calculation
13609
13610         * shell/ev-view.c: (view_rect_to_doc_rect),
13611         (doc_rect_to_view_rect), (ev_view_size_allocate),
13612         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13613         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13614
13615         Store selection as document relative, so that zooming
13616         and offset changing doesnt break it.
13617
13618 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13619
13620         * shell/ev-view.c: (ev_view_best_fit):
13621
13622         Do not try to best fit if the view is not realized
13623
13624 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13625           
13626         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13627
13628 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13629
13630         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13631
13632 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13633
13634         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13635         the popup window.  That prevents it resizing when in full screen
13636         mode.
13637
13638         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13639         multiple rerenders.  This pretty much sucks.
13640
13641         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13642         rest of the toolbar.
13643
13644 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13645
13646         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13647
13648 2005-02-17  Alexander Shopov  <ash@contact.bg>
13649
13650         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13651
13652 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13653
13654         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13655
13656 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13659         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13660         (set_document_page), (document_changed_callback),
13661         (ev_view_set_document), (ev_view_find_previous),
13662         (ev_view_hide_cursor), (ev_view_show_cursor):
13663         * shell/ev-view.h:
13664         * shell/ev-window.c: (update_chrome_visibility),
13665         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13666         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13667         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13668         (ev_window_unfullscreen):
13669         * shell/main.c: (main):
13670
13671         Automatically hide the fullscreen button.
13672         Patch by Kristian Høgsberg <krh@redhat.com>
13673
13674 2005-02-16  Vincent Noel  <vnoel@cox.net>
13675
13676         * shell/main.c (main): Specify an icon for the window. Patch by
13677         Jaap A. Haitsma. Fixes #166177.
13678
13679 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13680
13681         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13682
13683 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13684
13685         * backend/ev-document-misc.h:
13686         * backend/ev-document-misc.c:
13687         (ev_document_misc_get_page_border_size),
13688         (ev_document_misc_paint_one_page): New function to canonicalize
13689         sizing/painting a border.
13690
13691         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13692         used.
13693
13694         * pdf/xpdf/pdf-document.cc: use new function
13695
13696         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13697         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13698         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13699         shell/ev-window.c: (update_sizing_buttons),
13700         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13701         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13702         (ev_window_cmd_view_page_width), (size_allocate_cb),
13703         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13704         and "fit width" values act as toggle buttons so they stay
13705         toggled.  It's not 100% perfect, and it's a little slow, but it's
13706         good enough to commit I think.
13707
13708 2005-02-15  David Lodge  <dave@cirt.net>
13709
13710         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13711
13712 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13713
13714         * shell/ev-window.c (update_window_title): replace newlines in
13715         the title by spaces. Bug #166107.
13716
13717 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13718
13719         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13720         parameters providing allocation width and height without
13721         scrollbars and width of a possible vertical scrollbar. With this
13722         additional information the functions can work as
13723         intended. Unfortunately they're not idempotent. We should
13724         transform these commands to toggles. Fixes Bug #164976
13725         Initial patch by Stephane Loeuillet, then heavily modified.
13726
13727         * shell/ev-view.h: update prototypes.
13728
13729         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13730         (ev_window_cmd_view_page_width): provide EvView fit functions with
13731         all the information they need. Formulas to calculate this
13732         information taken from GtkScrolledWindow.
13733
13734 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13735
13736         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13737         created a thumbnail, the list store is updated to know
13738         that the thumbnail is set. Fixes bug #166792
13739
13740 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13741
13742         * shell/ev-window.c: fixed typo, closes bug 166897
13743
13744         * TODO: updated TODO with bug numbers that are relevant
13745
13746 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13747
13748         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13749
13750 2005-02-09  Vincent Noel  <vnoel@cox.net>
13751
13752         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13753         and "Next" toolbar buttons as important to make them stand out.
13754
13755 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13756
13757         * lib/ev-debug.c:
13758         * lib/ev-debug.h:
13759         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13760         (start_interpreter), (stop_interpreter), (document_load),
13761         (ps_document_next_page), (ps_document_goto_page),
13762         (ps_document_set_page_size), (ps_document_widget_event),
13763         (ps_document_render):
13764         * shell/ev-page-view.c: (ev_page_view_dispose):
13765         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13766
13767         Fix compilation on non-gcc platforms
13768
13769 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * NEWS:
13772         * configure.ac:
13773
13774         Release 0.1.4
13775
13776         * pdf/xpdf/Catalog.cc:
13777         * pdf/xpdf/XRef.cc:
13778
13779         Fix the fix for CAN-2004-0888
13780
13781 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13782
13783         * data/Makefile.am:
13784         * data/evince-ui.xml:
13785         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13786         * shell/ev-stock-icons.h:
13787         * shell/ev-window.c: (update_action_sensitivity),
13788         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13789         (set_action_properties):
13790
13791         Improve toolbar layout/icons
13792
13793 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13794
13795         * pdf/xpdf/pdf-document.cc:
13796
13797         Add warnings about unimplemented/unknown link
13798         types.
13799
13800 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * ps/ps-document.c: (set_up_page):
13803
13804         Log gs property
13805
13806 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13807
13808         * ps/ps-document.c: (start_interpreter):
13809
13810         Log gs env var
13811
13812 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13813
13814         * shell/ev-page-view.c: (ev_page_view_dispose):
13815         * shell/ev-view.c: (ev_view_finalize):
13816         * shell/ev-window.c: (ev_window_setup_document),
13817         (ev_window_dispose), (ev_window_init):
13818
13819         Solve more refs issues.
13820
13821         I commented out the page_view initialization for now:
13822         it was never destroyed (because it's never added
13823         to a container). Because of that we was leaking
13824         gs processes. Couldnt think to a clean fix.
13825         We need to figure this out, password view has the
13826         same issue probably.
13827
13828 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * ps/ps-document.c: (ps_document_finalize),
13831         (ps_document_get_n_pages), (ps_document_get_page):
13832
13833         Some cleanups, stop the interpreter on finalize
13834
13835         * shell/ev-page-view.c: (ev_page_view_dispose),
13836         (ev_page_view_class_init):
13837
13838         Release our reference on the document
13839
13840 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13841
13842         * Makefile.am:
13843         * configure.ac:
13844         * doc/debugging.txt:
13845         * lib/.cvsignore:
13846         * lib/Makefile.am:
13847         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13848         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13849         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13850         * lib/ev-debug.h:
13851
13852         Add debugging helpers
13853
13854         * ps/Makefile.am:
13855         * ps/ps-document.c: (set_up_page), (start_interpreter),
13856         (stop_interpreter), (document_load), (ps_document_next_page),
13857         (ps_document_goto_page), (ps_document_set_page_size),
13858         (ps_document_widget_event), (ps_document_render):
13859         * shell/Makefile.am:
13860         * shell/ev-view.c: (expose_bin_window):
13861         * shell/main.c: (main):
13862
13863         Add some logs
13864         
13865 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13866
13867         * ps/ps-document.c: (ps_document_widget_event):
13868
13869         Initialize message_window, this should make ps
13870         rendering really work! (Never noticed because I was
13871         testing with a ps that is causing gs to exit every time!)
13872
13873 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13874
13875         * data/evince.schemas.in: updated simple error in applyto closing tag
13876
13877 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13878
13879         * Makefile.am:
13880         * configure.ac:
13881         * data/.cvsignore:
13882         * data/Makefile.am:
13883         * data/evince-ui.xml:
13884         A data/evince.schemas.in:
13885         * po/POTFILES.in:
13886         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13887         * shell/ev-stock-icons.h:
13888         * shell/ev-window.c: (update_chrome_visibility),
13889         (update_chrome_flag), (ev_window_cmd_edit_find),
13890         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13891         (ev_window_unfullscreen), (ev_window_focus_in_event),
13892         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13893         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13894         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13895         (ev_window_dispose), (ev_window_class_init),
13896         (set_action_properties), (set_chrome_actions), (load_chrome),
13897         (ev_window_init):
13898
13899         Implement fullscreen mode changes from bug #164776.
13900         Also implement persistent chrome toggles.
13901
13902 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13903
13904         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13905
13906 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13907
13908         * NEWS:
13909         * configure.ac:
13910         * shell/ev-view.c:
13911
13912         Add another check for find interface
13913
13914         Release 0.1.3
13915
13916 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13917
13918         * shell/ev-application.c: (ev_application_open):
13919         * shell/ev-window.c: (ev_window_open):
13920
13921         Open gzipped ps documents
13922
13923 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13924
13925         * TODO:
13926         * shell/ev-view.c: (set_document_page):
13927
13928         Clamp page number, dont try to move to
13929         not existant pages.
13930
13931 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13932
13933         * backend/ev-document-find.c: (ev_document_find_changed):
13934         * backend/ev-document-find.h:
13935         * pdf/xpdf/pdf-document.cc:
13936         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13937         * shell/ev-window.c: (find_bar_search_changed_cb):
13938
13939         Fix several bugs with find
13940
13941 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13942
13943         * shell/ev-sidebar-thumbnails.c
13944         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13945         document. Prevents warning from scroll_to_cell.
13946
13947 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13948
13949         * configure.ac: Add «nb» to ALL_LINGUAS too.
13950
13951 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13952
13953         * NOTES: New file with some random thoughts.
13954
13955         * TODO: Update.
13956
13957         * backend/ev-document-misc.c:
13958         (ev_document_misc_get_page_border_size): New function to
13959         canonicalize shadow drawing sizes.  Possibly goofy.
13960
13961         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13962         (ev_view_best_fit), (ev_view_fit_width):
13963         * pdf/xpdf/pdf-document.cc:
13964         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13965         * ps/ps-document.c: (ps_document_get_page_size):
13966         * backend/ev-document-misc.h:
13967         * backend/ev-document.c: (ev_document_get_page_size):
13968         * backend/ev-document.h: get_page_size now takes a page number
13969         parameter.  Made all the backends/frontends honor it.
13970
13971         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13972         see.  Doesn't work yet.
13973
13974         * shell/Makefile.am:
13975         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13976         Doesn't do anything yet.
13977
13978         * shell/ev-sidebar-thumbnails.c:
13979         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13980         [0..n_pages-1]
13981
13982         * shell/ev-window.c: (update_action_sensitivity),
13983         (ev_window_setup_document), (ev_window_set_page_mode),
13984         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13985         view-swapping code a bit so we can have multiple views on a
13986         document.  Add the multi-page view, though it can't be turned on
13987         yet.
13988
13989 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13990
13991         * shell/ev-application.c: (ev_application_open):
13992         * shell/ev-view.c: (expose_bin_window):
13993         * shell/ev-window.c: (ev_window_open):
13994
13995         Support eps and check document supports find
13996         before drawing highlightings in expose.
13997
13998 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13999
14000         * pixbuf/pixbuf-document.c:
14001         (pixbuf_document_thumbnails_get_dimensions),
14002         (pixbuf_document_document_thumbnails_iface_init):
14003
14004         implement get_dimensions
14005
14006 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14007
14008         * NEWS:
14009         * configure.ac:
14010
14011         Release 0.1.2
14012
14013 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * shell/ev-view.c: (set_document_page):
14016
14017         Scroll at the top of the page when changing page
14018
14019 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14020
14021         * shell/ev-view.c: (ev_view_motion_notify_event):
14022
14023         Do not redraw unnecessarily
14024
14025 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14026
14027         * pdf/xpdf/pdf-document.cc:
14028         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14029         (expose_bin_window), (find_changed_cb):
14030
14031         Yay! find works now... Now to find bugs...
14032
14033 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14034
14035         * backend/ev-document-find.c: (ev_document_find_base_init),
14036         (ev_document_find_changed):
14037         * backend/ev-document-find.h:
14038         * pdf/xpdf/pdf-document.cc:
14039         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14040         (expose_bin_window), (ev_view_init), (set_document_page),
14041         (ensure_rectangle_is_visible), (jump_to_find_result),
14042         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14043         (ev_view_find_next), (ev_view_find_previous):
14044         * shell/ev-view.h:
14045         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14046
14047         More work on find implementation, mostly there now
14048
14049 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14050
14051         * backend/ev-backend-marshalers.list:
14052         * backend/ev-document-find.c: (ev_document_find_base_init),
14053         (ev_document_find_cancel), (ev_document_find_page_has_results),
14054         (ev_document_find_get_n_results), (ev_document_find_get_result),
14055         (ev_document_find_get_progress), (ev_document_find_changed):
14056         * backend/ev-document-find.h:
14057
14058         Enanche the find interface to be really able to do
14059         multi page find.
14060
14061         * pdf/xpdf/pdf-document.cc:
14062
14063         Implement
14064
14065         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14066         (expose_bin_window), (ev_view_init),
14067         (ev_view_get_find_status_message), (find_changed_cb),
14068         (ev_view_set_document), (set_document_page):
14069
14070         Adapt to the new interface. A few things are regressed sorry,
14071         I will finish it soon.
14072
14073 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14074
14075         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14076         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14077         ev_sidebar_thumbnails_parent_class variable, don't define another
14078         parent_class variable.
14079
14080         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14081         (ev_page_action_class_init): ditto.
14082
14083         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14084         (pixbuf_document_class_init): ditto.
14085
14086         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14087         ditto.
14088
14089         * .cvsignore: ignore various valgrind output files.
14090
14091 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * data/evince-ui.xml:
14094         * shell/Makefile.am:
14095         * shell/ev-history.c:
14096         * shell/ev-history.h:
14097         * shell/ev-navigation-action.c:
14098         * shell/ev-navigation-action.h:
14099         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14100         (ev_view_set_page), (ev_view_fit_width):
14101         * shell/ev-view.h:
14102         * shell/ev-window.c: (update_action_sensitivity),
14103         (ev_window_setup_document), (register_custom_actions):
14104
14105         Kill session history
14106
14107 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14108
14109         * shell/ev-window.c: (update_action_sensitivity):
14110
14111         Fix inverted up/down buttons
14112
14113 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14114
14115         * shell/ev-sidebar-thumbnails.c
14116         (ev_sidebar_thumbnails_select_page): make sure the selected
14117         thumbnail stays visible.
14118
14119 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14120
14121         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14122         scrolled window for Federico.
14123
14124 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14125
14126         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14127
14128 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14129
14130         * configure.ac:
14131         * pdf/splash/SplashFTFontEngine.cc:
14132
14133         Fix CID fonts with freetype 2.1.9
14134
14135 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14136
14137         * TODO: added item for desktop icon thumbnailer
14138
14139 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14140
14141         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14142         unloaded docs when the title is accessed.
14143
14144         * shell/ev-password-view.[hc]: New widget for displaying password
14145         state.
14146
14147         * shell/ev-window.[ch]: Refactor password handling code to handle
14148         the new view.
14149
14150 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14151
14152         * NEWS:
14153         * configure.ac:
14154         * data/Makefile.am:
14155
14156         Release 0.1.1
14157
14158 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14159
14160         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14161         ignore page offset here, to make search results independent of it,
14162
14163         * shell/ev-view.c (expose_bin_window): but take offsets into
14164         account here. Bug #164932
14165
14166         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14167         scale at the right time. Bug #164996
14168
14169 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14170
14171         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14172         fix the problem. Now I just removed the Adobe font names and hope
14173         that the URW fonts are always in outline format. Bug #164934
14174
14175         * shell/ev-window.c (update_window_title): empty titles are
14176         useless, use filename in that case too.
14177
14178         * NEWS: Add some content.
14179
14180 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14181
14182         * TODO: added one more TODO item and a TODONE section :)
14183
14184 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14185
14186         * ps/ps-document.h: add page_[xy]_offset fields.
14187
14188         * ps/ps-document.c (ps_document_set_page_offset)
14189         (ps_document_render): Keep offset in consideration in a few
14190         places. Bug #164752 "postscript documents are not centered in
14191         window"
14192
14193         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14194         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14195
14196         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14197         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14198         stub out missing methods for complete EvDocument implementation.
14199         Fixes segfaults with Save A Copy and Copy actions.
14200
14201         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14202         (ps_document_document_iface_init): ditto.
14203         
14204 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14205
14206         * data/.cvsignore:
14207         * data/Makefile.am:
14208         * data/evince.desktop.in:
14209
14210         Add desktop file
14211
14212 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14213
14214         * shell/ev-view.c: (ev_view_button_press_event),
14215         (ev_view_motion_notify_event):
14216
14217         Make selection work in any direction
14218
14219 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14220
14221         * TODO:
14222         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14223
14224         Use shorter labels for some of the toolbars items
14225
14226 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14227
14228         * pdf/xpdf/pdf-document.cc:
14229
14230         Check the links info is initialized before
14231         using it. Should fix a crash on startup.
14232
14233 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14234
14235         * pixbuf/pixbuf-document.c
14236         (pixbuf_document_thumbnails_get_dimensions): force floating point
14237         division to calculate page_ratio. Fixes crash with landscape
14238         format pixbufs.
14239
14240 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14241
14242         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14243
14244 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14245
14246         * shell/ev-view.c (set_document_page): unset has_selection when
14247         the page changes.
14248         (set_document_page): handle paper size changes when the page
14249         changes (test with Free Culture, page 2).
14250
14251 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14252
14253         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14254         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14255
14256         Use normal style color for the widget background and
14257         draw a black box around the page.
14258
14259 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14260
14261         * pdf/xpdf/pdf-document.cc:
14262
14263         Keep offset in consideration in a few places
14264
14265         * shell/ev-view.c: (expose_bin_window):
14266
14267         Set the offsets so that the document is ever centered
14268
14269 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14270
14271         * TODO: Added TODO items and finished off the first todo item
14272
14273         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14274         reflect current authors
14275
14276 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14277
14278         * pdf/xpdf/pdf-document.cc:
14279         * shell/ev-view.c: (ev_view_set_cursor),
14280         (ev_view_motion_notify_event), (document_changed_callback),
14281         (set_document_page):
14282
14283         Show a wait cursor while the page is rendering
14284
14285 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14286
14287         * shell/ev-sidebar-thumbnails.c:
14288         (ev_sidebar_tree_selection_changed),
14289         (ev_sidebar_thumbnails_select_page):
14290         * shell/ev-sidebar-thumbnails.h:
14291         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14292         (ev_view_can_go_forward):
14293         * shell/ev-window.c: (ev_window_open_page),
14294         (ev_window_setup_document), (update_current_page),
14295         (view_page_changed_cb), (ev_window_init):
14296         * shell/ev-window.h:
14297
14298         Ensure thumbnails selection, toolbar page control and
14299         current page are in sync.
14300
14301 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14302
14303         * pdf/xpdf/XRef.cc:
14304
14305         Fix CAN-2005-0064
14306
14307 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14308
14309         * backend/Makefile.am:
14310         * backend/ev-document-links.h:
14311         * backend/ev-document-security.c: (ev_document_security_get_type),
14312         (ev_document_security_has_document_security),
14313         (ev_document_security_set_password):
14314         * backend/ev-document-security.h:
14315         * backend/ev-document.c: (ev_document_error_quark):
14316         * backend/ev-document.h:
14317         * data/Makefile.am:
14318         * data/evince-password.glade:
14319         * pdf/xpdf/pdf-document.cc:
14320         * shell/Makefile.am:
14321         * shell/ev-password.c: (ev_password_set_bad_password_label),
14322         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14323         (ev_password_dialog_get_password),
14324         (ev_password_dialog_set_bad_pass):
14325         * shell/ev-password.h:
14326         * shell/ev-window.c: (ev_window_get_attribute),
14327         (ev_window_set_property), (update_action_sensitivity),
14328         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14329         (ev_window_setup_document), (ev_window_get_password),
14330         (ev_window_open), (ev_window_cmd_save_as),
14331         (using_postscript_printer), (ev_window_print),
14332         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14333         (update_fullscreen_popup), (ev_window_fullscreen),
14334         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14335         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14336         (menu_item_select_cb), (find_bar_search_changed_cb),
14337         (ev_window_dispose), (ev_window_init):
14338
14339         Add initial support for password-supported dialogs.  This could be
14340         a lot cooler, but it'll do for now.
14341
14342 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14343
14344         * pdf/xpdf/pdf-document.cc:
14345         * shell/ev-view.c: (status_message_from_link),
14346         (ev_view_set_status), (ev_view_set_cursor),
14347         (ev_view_motion_notify_event), (ev_view_init):
14348         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14349
14350         Fix bugs in the links implementation and change cursor
14351         when hovering a link.
14352
14353 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14354
14355         * viewer/.cvsignore: added cvsignore file for viewer directory
14356
14357         * TODO: created TODO document
14358
14359 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14360
14361         * shell/ev-view.h:
14362         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14363         new functions to help with implementation of sensitivity code
14364         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14365         of all actions that might require it.  Fixes a crash when you
14366         click on the Zoom actions in a window lacking a document.
14367
14368 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14369
14370         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14371         of the Find action
14372
14373 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14374
14375         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14376         (pixbuf_document_document_iface_init):
14377         * ps/ps-document.c: (ps_document_get_link),
14378         (ps_document_document_iface_init):
14379         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14380         (status_message_from_link), (ev_view_set_status),
14381         (ev_view_set_find_status), (ev_view_motion_notify_event),
14382         (ev_view_button_release_event), (ev_view_set_property),
14383         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14384         (ev_view_get_find_status_message), (update_find_results),
14385         (ev_view_get_status), (ev_view_get_find_status):
14386         * shell/ev-view.h:
14387         * shell/ev-window.c: (view_status_changed_cb),
14388         (view_find_status_changed_cb), (ev_window_init):
14389
14390         View status message support, use it to show the links.
14391         Needs work...
14392
14393 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14394
14395         * backend/ev-document.c: (ev_document_get_link):
14396         * backend/ev-document.h:
14397         * pdf/xpdf/pdf-document.cc:
14398         * shell/ev-application.c: (ev_application_open):
14399         * shell/ev-application.h:
14400         * shell/ev-sidebar-links.c: (selection_changed_cb):
14401         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14402         (ev_view_go_to_link):
14403
14404         Add support for document links
14405
14406 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14407
14408         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14409         (create_tool_item):
14410         Set the spin button limits correctly.
14411         
14412         * shell/ev-sidebar-thumbnails.c:
14413         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14414         Support changing pages by clicking on the thumbnails.
14415         
14416 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14417
14418         * pixbuf/pixbuf-document.c:
14419         (pixbuf_document_thumbnails_get_dimensions),
14420         (pixbuf_document_document_thumbnails_iface_init):
14421
14422         implement get_dimensions
14423
14424 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14425
14426         * ps/ps-document.c: (ps_document_goto_page):
14427
14428         Fix page switching on multipage documents
14429
14430 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14431
14432         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14433         
14434         check for NULL before assigning to width and height parameters
14435
14436 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14437
14438         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14439         (pixbuf_document_set_property), (pixbuf_document_get_property):
14440
14441         implement get/set properties
14442
14443 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14444
14445         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14446         
14447         return NULL instead of "Unknown", letting the title get set to
14448         the filename when the pdf has no title.
14449
14450 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14451
14452         * ps/ps-document.c: (ps_document_get_page_count),
14453         (ps_document_goto_page):
14454
14455 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14456
14457         * shell/ev-history.c: (ev_history_get_property),
14458         (ev_history_set_property), (ev_history_class_init),
14459         (ev_history_add_page), (ev_history_set_current_index):
14460         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14461         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14462         (ev_navigation_action_finalize):
14463         * shell/ev-navigation-action.h:
14464         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14465         (ev_view_go_forward), (ev_view_get_find_status_message),
14466         (history_index_changed_cb), (ev_view_set_history):
14467         * shell/ev-view.h:
14468         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14469         (update_current_page), (register_custom_actions):
14470
14471         Implement history dropdowns
14472
14473 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14474
14475         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14476         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14477         (ev_view_go_forward):
14478         * shell/ev-window.c: (register_custom_actions):
14479
14480         Fix several history bugs
14481
14482 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14483
14484         * configure.ac: Add «nb» to ALL_LINGUAS.
14485
14486 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14487
14488         * backend/Makefile.am:
14489         * backend/ev-bookmark.c:
14490         * backend/ev-bookmark.h:
14491         * backend/ev-document-bookmarks.c:
14492         * backend/ev-document-bookmarks.h:
14493         * backend/ev-document-links.c: (ev_document_links_get_type),
14494         (ev_document_links_has_document_links),
14495         (ev_document_links_begin_read), (ev_document_links_get_link),
14496         (ev_document_links_get_child), (ev_document_links_next),
14497         (ev_document_links_free_iter):
14498         * backend/ev-document-links.h:
14499         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14500         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14501         (ev_link_get_link_type), (ev_link_set_link_type),
14502         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14503         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14504         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14505         (ev_link_new_external):
14506         * backend/ev-link.h:
14507         * pdf/xpdf/pdf-document.cc:
14508         * shell/Makefile.am:
14509         * shell/ev-application.c: (ev_application_open_link):
14510         * shell/ev-application.h:
14511         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14512         (ev_history_get_link_nth):
14513         * shell/ev-history.h:
14514         * shell/ev-sidebar-bookmarks.c:
14515         * shell/ev-sidebar-bookmarks.h:
14516         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14517         (ev_sidebar_links_class_init), (selection_changed_cb),
14518         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14519         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14520         (do_one_iteration), (populate_links_idle),
14521         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14522         * shell/ev-sidebar-links.h:
14523         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14524         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14525         (go_to_index):
14526         * shell/ev-view.h:
14527         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14528         * shell/ev-window.h:
14529
14530         Rename bookmark to link, and use "Index" for the sidebar panel.
14531
14532 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14533
14534         * shell/Makefile.am:
14535         * shell/ev-application.c: (ev_application_open_bookmark):
14536         * shell/ev-application.h:
14537         * shell/ev-history.c: (ev_history_init), (free_links_list),
14538         (ev_history_finalize), (ev_history_class_init),
14539         (ev_history_add_link), (ev_history_add_page),
14540         (ev_history_get_link_nth), (ev_history_get_n_links),
14541         (ev_history_get_current_index), (ev_history_set_current_index),
14542         (ev_history_new):
14543         * shell/ev-history.h:
14544         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14545         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14546         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14547         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14548         (ev_view_set_page):
14549         * shell/ev-view.h:
14550         * shell/ev-window.c: (ev_window_open_bookmark),
14551         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14552         (goto_page_cb), (register_custom_actions):
14553         * shell/ev-window.h:
14554
14555         Initial history implementation. Needs work.
14556
14557 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14558
14559         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14560
14561 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14562
14563         * cut-n-paste/recent-files/egg-recent-item.c:
14564         * cut-n-paste/recent-files/egg-recent-item.h:
14565         * cut-n-paste/recent-files/egg-recent-model.c:
14566         * cut-n-paste/recent-files/egg-recent-util.c:
14567         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14568         * cut-n-paste/recent-files/egg-recent-view.c:
14569
14570         Update
14571
14572 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14573
14574         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14575         (fillGlyph, fillImageMask, drawImage):
14576         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14577         pdf/splash/SplashTypes.h:
14578         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14579         packed mode for Splash.
14580
14581         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14582         RGB8 packed mode, eliminates the pixbuf data creation loop.
14583
14584         * shell/ev-print-job.c (ev_print_job_finalize)
14585         (ev_print_job_set_property, ev_print_job_get_property)
14586         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14587         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14588         (print_closure_finalize, ev_print_job_print): implement
14589         printing (for backends with EvPsExporter)
14590
14591         * shell/ev_print_job.h: update prototypes.
14592
14593         * shell/ev-window.c (ev_window_print): unref print job after
14594         printing.
14595
14596         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14597         unless the document implements the EvDocumentFind interface.
14598
14599 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14600
14601         * configure.ac: Added ja to ALL_LINGUAS.
14602
14603 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14604
14605         * pdf/xpdf/pdf-document.cc:
14606
14607         add a FIXME. We should probably not allocate
14608         a bookmark object every time
14609
14610 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14611
14612         * shell/ev-application.c: (ev_application_open),
14613         (ev_application_open_bookmark):
14614         * shell/ev-application.h:
14615         
14616         Add a way to open bookmarks
14617
14618         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14619         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14620         (ev_bookmark_set_property), (ev_bookmark_class_init),
14621         (ev_bookmark_new_title), (ev_bookmark_new_link),
14622         (ev_bookmark_new_external):
14623
14624         Support for external uris, better constructors.
14625
14626         * backend/ev-bookmark.h:
14627         * pdf/xpdf/pdf-document.cc:
14628         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14629
14630         Handle external uris
14631
14632 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14633
14634         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14635         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14636
14637         Hook up bookmarks navigation
14638
14639 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14640
14641         * backend/Makefile.am:
14642         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14643         (ev_bookmark_get_title), (ev_bookmark_set_title),
14644         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14645         (ev_bookmark_get_page), (ev_bookmark_set_page),
14646         (ev_bookmark_get_property), (ev_bookmark_set_property),
14647         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14648         (ev_bookmark_new):
14649         * backend/ev-bookmark.h:
14650         * backend/ev-document-bookmarks.c:
14651         (ev_document_bookmarks_get_bookmark):
14652         * backend/ev-document-bookmarks.h:
14653         * pdf/xpdf/pdf-document.cc:
14654         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14655
14656         Add a bookmark object to the backend and use it instead of get_values
14657
14658 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14659
14660         * data/evince-ui.xml:
14661
14662         Cleanup and add select all.
14663
14664         * shell/ev-view.c: (ev_view_select_all),
14665         (ev_view_button_press_event):
14666         * shell/ev-view.h:
14667         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14668
14669         Add select all.
14670         Clear selection on click.
14671
14672 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14673
14674         * shell/ev-sidebar-thumbnails.c
14675         (ev_sidebar_thumbnails_set_document): forgot to unref the
14676         loading_icon.
14677
14678 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14679
14680         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14681         at the visible page, not just linearly.  This makes it look fast.
14682
14683 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14684
14685         * backend/ev-document-misc.c
14686         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14687         white.
14688         * backend/ev-document-thumbnails.h: New interface to get the size
14689         of a page.
14690
14691 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14692
14693         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14694         make dist works
14695
14696 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14697
14698         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14699         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14700         things up a bit.
14701
14702         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14703
14704 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14705
14706         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14707         fonts. Should fix font problems on systems that have the base
14708         fonts in bitmap format. Reported by James Henstridge
14709         <james@jamesh.id.au>.
14710
14711 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14712
14713         * pdf/xpdf/Gfx.cc:
14714         * pdf/xpdf/GfxState.cc:
14715
14716         Fix for CAN-2004-1125
14717
14718 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14719
14720         * shell/ev-view.c: (ev_view_copy):
14721         * shell/ev-view.h:
14722         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14723
14724         Implement Edit->Copy
14725
14726 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14727
14728         * backend/ev-document.c: (ev_document_get_text):
14729         * backend/ev-document.h:
14730         * pdf/xpdf/pdf-document.cc:
14731         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14732         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14733         (ev_view_update_primary_selection), (ev_view_button_press_event),
14734         (ev_view_motion_notify_event), (ev_view_button_release_event):
14735
14736         Beginnings of clipboard support. Incomplete but primary sort
14737         of work.
14738
14739 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14740
14741         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14742         (expose_bin_window):
14743
14744         Nicer rubberband drawing, from GtkIconView.
14745
14746 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14747
14748         * backend/ev-document.c: (ev_document_save):
14749         * backend/ev-document.h:
14750         * data/evince-ui.xml:
14751         * pdf/xpdf/pdf-document.cc:
14752         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14753
14754         Implement "Save a copy..." menu item
14755
14756 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14757
14758         * shell/ev-view.c: (ev_view_zoom):
14759
14760         Queue a resize when zoom changes
14761
14762 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14763
14764         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14765         shadows.
14766
14767         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14768         thumbnails..
14769
14770 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14771
14772         * pdf/xpdf/pdf-document.cc
14773         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14774
14775 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14776
14777         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14778         It's slow, but I'll speed it up next!
14779
14780 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14781
14782         * shell/main.c (load_files):
14783
14784         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14785         from the command line and because it seems more appropriate.
14786
14787 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14788
14789         * data/evince-ui.xml:
14790         * shell/ev-window.c: (update_action_sensitivity),
14791         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14792
14793         s/next page/page down
14794         s/previous page/page up
14795
14796 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14797
14798         * data/evince-ui.xml:
14799
14800         Change the layout to match clarkbw design.
14801
14802         * shell/Makefile.am:
14803         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14804         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14805         (ev_navigation_action_finalize),
14806         (ev_navigation_action_set_property),
14807         (ev_navigation_action_get_property),
14808         (ev_navigation_action_class_init):
14809         * shell/ev-navigation-action.h:
14810
14811         Implement clarkbw toolbar navigation controls (incomplete)
14812
14813         * shell/ev-page-action.c: (update_label), (update_spin),
14814         (value_changed_cb), (create_tool_item), (connect_proxy),
14815         (ev_page_action_init), (ev_page_action_finalize),
14816         (ev_page_action_set_property), (ev_page_action_get_property),
14817         (ev_page_action_set_current_page),
14818         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14819         * shell/ev-page-action.h:
14820
14821         Implement a page switcher in the toolbar
14822
14823         * shell/ev-view.c: (ev_view_scroll_view):
14824         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14825         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14826         (register_custom_actions), (ev_window_init):
14827
14828         Change page on PageUp/Down.
14829
14830 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14831
14832         * pdf/xpdf/pdf-document.cc
14833         (pdf_document_thumbnails_get_thumbnail): initial stab at
14834         implementing thumbnail support for pdfs.  It only does documents
14835         with precached pdfs now.
14836
14837 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14838
14839         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14840         thumbnail code into a time-based idle as well.  Also, turn off the
14841         shadow temporarily as it's really slow.
14842
14843 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14844
14845         * backend/ev-document.c: (ev_document_class_init):
14846         * pdf/xpdf/pdf-document.cc:
14847         * shell/ev-window.c: (ev_window_open):
14848
14849         Fix document title bugs and fallback to
14850         filename when not available.
14851
14852 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14853
14854         * backend/ev-document.c: (ev_document_get_type),
14855         (ev_document_class_init), (ev_document_load),
14856         (ev_document_get_title):
14857         * backend/ev-document.h:
14858         * pdf/xpdf/pdf-document.cc:
14859         * ps/ps-document.c: (ps_document_set_property),
14860         (ps_document_get_property), (ps_document_class_init),
14861         (document_load):
14862         * ps/ps-document.h:
14863         * ps/ps.h:
14864         * shell/ev-window.c: (update_window_title), (ev_window_open),
14865         (ev_window_init):
14866
14867         Initial support for document title. Not working yet.
14868
14869 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14870
14871         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14872
14873         Grab focus on the view when clicking it
14874
14875 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14876
14877         * shell/ev-marshal.list:
14878         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14879         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14880
14881         Add key bindings to the view. Now if the focus would work
14882         right...
14883
14884 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14885
14886         * Makefile.am:
14887         * backend/Makefile.am:
14888         * data/Makefile.am:
14889         * dvi/Makefile.am:
14890         * dvi/dvilib/Makefile.am:
14891         * pdf/xpdf/Makefile.am:
14892         * po/POTFILES.in:
14893         * ps/Makefile.am:
14894
14895         Fix distcheck
14896
14897 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14898
14899         * shell/ev-view.c: (ev_view_realize):
14900
14901         Fix mouse wheel scrolling
14902
14903 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14904
14905         * ps/Makefile.am:
14906         * ps/gstypes.h:
14907         * ps/gtkgs.c:
14908         * ps/gtkgs.h:
14909         * ps/ps-document.c: (catchPipe), (ps_document_init),
14910         (ps_document_class_init), (ps_document_cleanup),
14911         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14912         (set_up_page), (close_pipe), (is_interpreter_ready),
14913         (interpreter_failed), (output), (input), (start_interpreter),
14914         (stop_interpreter), (file_length), (file_readable),
14915         (check_filecompressed), (check_pdf), (compute_xdpi),
14916         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14917         (ps_document_get_type), (ps_document_emit_error_msg),
14918         (document_load), (ps_document_next_page),
14919         (ps_document_get_current_page), (ps_document_get_page_count),
14920         (ps_document_goto_page), (ps_document_set_page_size),
14921         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14922         (ps_document_load), (ps_document_get_n_pages),
14923         (ps_document_set_page), (ps_document_get_page),
14924         (ps_document_widget_event), (ps_document_set_target),
14925         (ps_document_set_scale), (ps_document_set_page_offset),
14926         (ps_document_get_page_size), (ps_document_render),
14927         (ps_document_document_iface_init):
14928         * ps/ps-document.h:
14929         * ps/ps.c:
14930         * shell/ev-window.c: (ev_window_open):
14931
14932         Rename GtkGS to PSDocument
14933
14934 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14935
14936         * ps/gtkgs.c: (gtk_gs_class_init):
14937         * ps/gtkgs.h:
14938
14939         Some more leftover...
14940
14941 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14942
14943         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14944         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14945         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14946         * ps/gtkgs.h:
14947
14948         Remove unused code and make a lot of stuff private
14949
14950 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14951
14952         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14953         (gtk_gs_defaults_changed):
14954         * ps/gsdefaults.h:
14955         * ps/gtkgs.c:
14956         * ps/gtkgs.h:
14957         * ps/ps.h:
14958
14959         Cleanup headers dependencies
14960
14961 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14962
14963         * ps/Makefile.am:
14964         * ps/ggvutils.c:
14965         * ps/ggvutils.h:
14966         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14967         * ps/gsdefaults.h:
14968         * ps/gtkgs.c: (file_length), (file_readable),
14969         (check_filecompressed), (check_pdf), (gtk_gs_load),
14970         (gtk_gs_get_postscript):
14971
14972         Get rid of ggvutils
14973
14974 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14975
14976         * ps/ggvutils.c:
14977         * ps/ggvutils.h:
14978         * ps/gsio.h:
14979         * ps/gtkgs.c: (gtk_gs_set_zoom):
14980
14981         Cleanups
14982
14983 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14984
14985         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14986
14987         Ensure the page is rerendered when changing zoom
14988
14989 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14990
14991         * backend/ev-document.c: (ev_document_base_init),
14992         (ev_document_changed):
14993         * backend/ev-document.h:
14994
14995         Add a changed event that is emitted when the page content
14996         changes. This is necessary to deal with the fact that
14997         in ps backend rendering happen asycrounously.
14998         This makes the ps backend mostly work.
14999
15000         * pdf/xpdf/pdf-document.cc:
15001
15002         Emit changed event
15003
15004         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15005         (ps_document_set_target):
15006
15007         Emit changed event
15008
15009         * shell/ev-view.c: (document_changed_callback),
15010         (ev_view_set_document), (ev_view_set_page):
15011
15012         Redraw on the changed signal
15013
15014 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15015
15016         * configure.ac: Added pt_BR to ALL_LINGUAS.
15017
15018 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15019
15020         * backend/ev-document-bookmarks.c:
15021         (ev_document_bookmarks_get_child): *
15022         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15023         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15024         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15025         (ev_sidebar_bookmarks_destroy),
15026         (ev_sidebar_bookmarks_class_init),
15027         (ev_sidebar_bookmarks_construct), (stack_data_free),
15028         (do_one_iteration), (populate_bookmarks_idle),
15029         (ev_sidebar_bookmarks_clear_document),
15030         (ev_sidebar_bookmarks_set_document): *
15031         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15032         (ev_sidebar_add_page),
15033         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15034         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15035         it displays both the topics and the page numbers.
15036
15037 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15038
15039         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15040         toggle.
15041         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15042         visible.
15043
15044 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15045
15046         * configure.ac: Added en_CA to ALL_LINGUAS.
15047
15048 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15049
15050         * ChangeLog: replace bottom of this ChangeLog (merged history of
15051         ggv and gpdf; where all paths were wrong and most of the files are
15052         not even in this tree) with ChangeLog (from arch) of the shell
15053         code.
15054
15055 2004-12-23  Havoc Pennington  <hp@redhat.com>
15056
15057         * shell/ev-window.c: hook up potentially-questionable "find
15058         results status text" feature - something involving the sidebar or
15059         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15060         might be better in the end.
15061
15062         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15063         with corresponding signal when it should be updated
15064
15065         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15066
15067 2004-12-22  Havoc Pennington  <hp@redhat.com>
15068
15069         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15070         find stuff on other pages, sort of (only returns one result on
15071         invisible pages, to show they have results; updates full results
15072         for a page when you view it). Currently repaints the current page
15073         every time a new result is found on any page, which isn't so nice.
15074
15075 2004-12-22  Havoc Pennington  <hp@redhat.com>
15076
15077         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15078         the document doesn't support find (better ideas?)
15079         (find_bar_search_changed_cb): handle missing document or document
15080         that doesn't support find
15081
15082         * pdf/xpdf/pdf-document.cc: port to implement the new
15083         EvDocumentFindIface
15084
15085         * backend/ev-document-find.c: create a new interface for searching
15086
15087         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15088
15089 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15090
15091         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15092         libevbackend.la.
15093
15094         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15095         EvPrintJob constructor arguments.
15096
15097         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15098         for documents that can export PostScript (page by page).
15099
15100         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15101         
15102         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15103         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15104         (pdf_document_ps_exporter_iface_init:
15105         Implement EvPSExporter.
15106
15107         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15108
15109 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15110
15111         * backend/Makefile.am:
15112         * backend/ev-document-thumbnails.c:
15113         (ev_document_thumbnails_get_type),
15114         (ev_document_thumbnails_get_thumbnail):
15115         * backend/ev-document-thumbnails.h:
15116         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15117         (pixbuf_document_thumbnails_get_thumbnail),
15118         (pixbuf_document_document_thumbnails_iface_init):
15119         * shell/Makefile.am:
15120         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15121         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15122         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15123         * shell/ev-sidebar-thumbnails.h:
15124         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15125         (ev_sidebar_set_document):
15126         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15127         (create_shadow), (ev_pixbuf_add_shadow):
15128         * shell/ev-utils.h:
15129         Add thumbnail support.
15130         
15131 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15132
15133         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15134         (using_postscript_printer): Set up a print dialog for "PostScript
15135         injection" method.
15136
15137         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15138         EvPrintJob.
15139
15140         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15141
15142 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15143
15144         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15145         (ps_document_set_target), (ps_document_get_page_size),
15146         (ps_document_render):
15147         * ps/gtkgs.h:
15148
15149         Fix a few bugs
15150
15151 2004-12-22  Christian Rose  <menthos@menthos.com>
15152
15153         * configure.ac: Added "sv" to ALL_LINGUAS.
15154
15155 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15156
15157         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15158         document supports bookmarks.
15159
15160 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15161
15162         * ps/ggvutils.c: (ggv_file_readable):
15163         * ps/ggvutils.h:
15164         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15165         (gtk_gs_get_postscript):
15166
15167         Remove unused utils
15168
15169 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15170
15171         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15172         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15173         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15174         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15175         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15176         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15177         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15178         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15179         (gtk_gs_set_antialiasing), (ps_document_load),
15180         (ps_document_render):
15181         * ps/gtkgs.h:
15182
15183         Another check point for the ps backend. Now I can get it to show
15184         pages!
15185
15186 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15187
15188         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15189         document setting code.
15190
15191 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15192
15193         * shell/eggfindbar.c: (entry_activate_callback):
15194         Animate the next button when activate is pressed.
15195         
15196 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15197
15198         * shell/ev-window.c: (ev_window_cmd_edit_find),
15199         (update_fullscreen_popup), (ev_window_fullscreen),
15200         (ev_window_unfullscreen), (ev_window_state_event_cb),
15201         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15202         Fix bugs in fullscreen code.
15203         
15204 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15205
15206         * Makefile.am:
15207         * configure.ac:
15208         * pixbuf/Makefile.am:
15209         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15210         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15211         (pixbuf_document_set_page), (pixbuf_document_get_page),
15212         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15213         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15214         (pixbuf_document_render), (pixbuf_document_begin_find),
15215         (pixbuf_document_end_find), (pixbuf_document_finalize),
15216         (pixbuf_document_class_init),
15217         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15218         * pixbuf/pixbuf-document.h:
15219         * shell/Makefile.am:
15220         * shell/ev-application.c: (ev_application_open):
15221         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15222         (ev_window_open):
15223         Add pixbuf backend.
15224         
15225 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15226
15227         * Makefile.am: 
15228         * dvi/dvilib/Makefile.am:
15229         * dvi/Makefile.am:
15230         * configure.ac: Auto*ify dvi and dvi/dvilib
15231
15232         * dvi/Makefile: Remove from CVS
15233         
15234         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15235         confusion.
15236
15237         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15238         
15239         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15240         
15241 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15242
15243         * ps/Makefile.am:
15244         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15245         (gtk_gs_value_adjustment_changed), (compute_size),
15246         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15247         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15248         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15249         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15250         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15251         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15252         (ps_document_load), (ps_document_get_n_pages),
15253         (ps_document_set_page), (ps_document_get_page),
15254         (ps_document_set_target), (ps_document_set_scale),
15255         (ps_document_set_page_offset), (ps_document_get_page_size),
15256         (ps_document_render), (ps_document_begin_find),
15257         (ps_document_end_find), (ps_document_document_iface_init):
15258         * ps/gtkgs.h:
15259         * shell/Makefile.am:
15260         * shell/ev-window.c: (ev_window_open):
15261
15262         Some work to integrate gtkgs with EvDocument
15263
15264 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15265
15266         * shell/ev-window.c: (update_fullscreen_popup),
15267         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15268         (exit_fullscreen_button_clicked_cb),
15269         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15270         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15271         (ev_window_state_event_cb), (ev_window_init):
15272         Add fullscreen support from Epiphany.
15273         
15274 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15275
15276         * data/ev-stock-zoom-fit-width.png: fit-width
15277         stock icon from gpdf.
15278         
15279         * shell/ev-stock-icons.[ch]: copied from gpdf.
15280         
15281         * shell/main.c: (main): init stock icons.
15282         
15283         * shell/ev-window.c: use the fit-width icon.
15284         
15285         * data/evince-ui.xml: add zooming toolbar items.
15286
15287 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15288
15289         * shell/ev-view.c: 
15290         (ev_view_best_fit), (ev_view_fit_width): because
15291         get_page_size() returns the scaled page size, we
15292         need to calculate the scale factor relative to
15293         the previous scale factor. Should really just
15294         add get_real_page_size().
15295
15296 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15297
15298         * shell/ev-view.[ch]:
15299         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15300         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15301         add zooming.
15302         
15303         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15304         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15305         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15306         hook it up.
15307         
15308         * pdf/xpdf/pdf-document.cc:
15309         (pdf_document_begin_find),
15310         (pdf_document_end_find): make static.
15311
15312 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15313
15314         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15315
15316         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15317         names to fontconfig patterns.
15318         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15319
15320         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15321         setupBaseFontsFc.
15322
15323 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15324
15325         * Makefile.am:
15326         * configure.ac:
15327         * ps/Makefile.am:
15328         * ps/ggvutils.c:
15329         * ps/ggvutils.h:
15330         * ps/gsdefaults.c:
15331         * ps/gsdefaults.h:
15332         * ps/gsio.c:
15333         * ps/gsio.h:
15334         * ps/gtkgs.c:
15335         * ps/gtkgs.h:
15336         * ps/ps.c:
15337         * ps/ps.h:
15338
15339         Import ggv backend. Not hooked up yet.
15340
15341 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15342
15343         * shell/main.c: (load_files), (main): load files
15344         from the command line.
15345
15346 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15347
15348         * configure.ac: don't require bonobo.
15349         
15350         * cut-n-paste/recent-files/*: kill bonobo recent
15351         view.
15352
15353         * shell/ev-window.c:
15354         (ev_window_is_empty): upd.
15355         (unable_to_load), (ev_window_open): load backend
15356         based on the mime type.
15357
15358 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15359
15360         * backend/.cvsignore: ignore generated marshalers source.
15361
15362         * shell/main.c (main): this is not epiphany.
15363
15364 2004-12-22  Havoc Pennington  <hp@redhat.com>
15365
15366         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15367         (expose_bin_window): draw find highlights
15368
15369         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15370         
15371         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15372         (pdf_document_end_find): implement this interface
15373
15374         * backend/ev-document.c (ev_document_found): add this to emit
15375         signal
15376
15377 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15378
15379         * data/evince-ui.xml: Add a few more toolbar items.
15380
15381         * shell/ev-window.c: Hook up page navigation toolbar 
15382         items.
15383
15384         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15385         a page-changed signal.
15386
15387         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15388         Add ev_document_get_page().
15389
15390         * shell/ev-window.c: Sensitize/desensitize navigation
15391         actions.
15392
15393 2004-12-21  Havoc Pennington  <hp@redhat.com>
15394
15395         * backend/ev-backend-marshal.c,
15396         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15397         marshaler-generator thingy. I'm sure there's a better way to do
15398         this in the modern world.
15399
15400         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15401         end_find methods and "found" signal.
15402
15403         * configure.ac: find glib-genmarshal
15404
15405 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15406
15407         * shell/ev-sidebar.c: Construct an actual sidebar.
15408         * shell/ev-sidebar-bookmarks.[ch]:
15409         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15410
15411 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15412
15413         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15414         Redo size handling.
15415         
15416         * shell/ev-view.c: Track the size from the document.
15417
15418 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15419
15420         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15421         constructor assumes ownership of the string passed in.
15422         
15423         * shell/ev-window.c (ev_window_open): Destroy the error
15424         dialog once we've displayed it.
15425
15426 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15427
15428         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15429         a bit, it works! (sort of)
15430
15431         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15432         Move to .cc since we need to use C++ in the implementation.
15433
15434         * shell/dummy.cc: Add a CC file to force evince
15435         to be linked as a C++ program.
15436
15437 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15438
15439         * shell/ev-view.[ch]: Start of content-area widget.
15440
15441         * shell/ev-window.c: Create a EvView, update it
15442         as we change documents.
15443
15444         * shell/Makefile.am shell/ev-marshal.list: Add
15445         generated marshalers.
15446
15447 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15448
15449         * Makefile.am (SUBDIRS): move shell.
15450
15451 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15452
15453         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15454         .a to libtool convenience libraries.
15455
15456         * shell/ev-window.c (ev_window_open): Hard code loading
15457         a PDF document.
15458         
15459         * backend/ev-document.h: Add a boolean return to load(),
15460         fix GError * to GError **.
15461
15462         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15463         object for a PDF backend EvDocument.
15464
15465 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15466
15467         * dvi/*: New directory with the beginning of a .dvi backend.
15468
15469 2004-12-21  Havoc Pennington  <hp@redhat.com>
15470
15471         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15472         previous/next instead of back/forward
15473
15474 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15475
15476         * backend/ev-document.[ch]: Fix a couple of problems so
15477         it compile.
15478
15479 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15480
15481         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15482         to backend/ directory, rename EvViewer to EvDocument.
15483
15484 2004-12-21  Havoc Pennington  <hp@redhat.com>
15485
15486         * shell/ev-window.c: hook up the find bar widget; now we just need
15487         a document to find things in
15488
15489         * shell/eggfindbar.c: a find bar widget
15490
15491 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15492
15493         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15494
15495 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15496
15497         * pdf/**: Import of xpdf code from gpdf. 
15498
15499         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15500
15501         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15502         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15503         Fix FreeType includes.
15504
15505         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15506         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15507         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15508         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15509         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15510         Include xpdfconfig.h
15511         
15512 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15513
15514         * shell/ev-window.c (ev_window_dispose): dispose can be called
15515         multiple times.
15516
15517 2004-12-21  Havoc Pennington  <hp@redhat.com>
15518
15519         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15520         rather than Evince
15521
15522         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15523         items; really they should be synced with the strings, etc. from
15524         current gpdf, but just getting the boring typing out of the way 
15525
15526 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15527
15528         * po/POTFILES.in:
15529         * shell/ev-application.c: (window_destroy_cb):
15530         * shell/ev-window.c:
15531         * shell/main.c: (main):
15532
15533         Actually show the window...
15534
15535 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15536
15537         * Makefile.am:
15538         * shell/Makefile.am:
15539         * shell/ev-application.c: (ev_application_class_init):
15540         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15541
15542         Make it build again
15543
15544 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15545
15546         Import to gnome cvs.
15547         
15548         * Remove copies of gpdf and ggv trees.
15549         * Rip out all the recursive configure code.
15550         * Remove bonobo machinery.
15551         * viewer/*: GInterfaces that backends should/can implement.
15552
15553 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15554
15555         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15556         typo
15557
15558 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15561         (ev_application_finalize, ev_application_class_init)
15562         (ev_application_init): use GType instance private data for priv.
15563
15564         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15565         (ev_window_finalize, ev_window_class_init)
15566         (ev_window_init): ditto.
15567
15568 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15569
15570         * shell/ev-application.c (ev_application_new_window): make public
15571         (ev_application_show_initial_window): kill.
15572
15573         * shell/ev-application.h: update prototypes.
15574
15575         * shell/main.cc (main): inline ev_application_show_initial_window.
15576
15577 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15578
15579         * shell/ev-application.c (ev_application_new_window): impl.
15580         (ev_application_show_initial_window): use it.
15581         (is_window_empty, ev_application_get_empty_window): returns an
15582         existing empty window or a new one.
15583         (ev_application_open): from ev_window_cmd_file_open.
15584
15585         * shell/ev-application.h: update prototypes
15586
15587         * shell/ev-window.c (ev_window_is_empty): impl.
15588         (ev_window_open): make public.
15589         (ev_window_cmd_file_open): use ev_application_open
15590
15591         * shell/ev-window.h: update prototypes, remove unused.
15592
15593 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15594
15595         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15596         move destroy handler out of here...
15597
15598         * shell/ev-application.c, shell/ev-application.h: ...into this new
15599         class. Also handles initial window creation.
15600
15601         * shell/main.cc (main): use EvApplication to create initial
15602         window.
15603
15604 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15605
15606         * Makefile.am (SUBDIRS): add cut-n-paste
15607
15608         * cut-n-paste/Makefile.am: add
15609
15610         * configure.ac: generate Makefiles in cut-n-paste
15611
15612 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15615         (ev_window_class_init): install ev_window_dispose.
15616
15617 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15618
15619         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15620         char (gchar looks stupid).
15621
15622 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15623
15624         * po/de.po: updated German translation.
15625
15626 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * configure.ac: add more pkg-config library checks for gnome-vfs,
15629         bonobo etc.
15630
15631         * gpdf/configure.in: temporarily disable libpaper
15632         checks. Otherwise I'd have to add the checks for the shell, too.
15633
15634 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15635
15636         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15637         and * file filters to the file choose.
15638
15639 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15640
15641         * po/de.po: Updated German translation.
15642
15643 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15644
15645         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15646
15647 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15648
15649         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15650
15651         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15652         (ev_window_init): implement those menuitems.
15653
15654 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15655
15656         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15657
15658         * shell/ev-window.c (ev_window_init): use the toolbar.
15659
15660 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15661
15662         * shell/ev-window.c (ev_window_init): use menu translations
15663
15664 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15665
15666         * configure.ac: add "de" to ALL_LINGUAS.
15667
15668         * po/de.po: add German translation.
15669
15670 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15671
15672         * Makefile.am (SUBDIRS): add po
15673
15674         * configure.ac: check intltool, glib-gettext etc, generate
15675         po/Makefile.in
15676
15677         * po, po/POTFILES.in, po/POTFILES.skip: new.
15678
15679 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15680
15681         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15682         already use (#ifdef ENABLE_NLS)
15683
15684         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15685         pointer indirection thinko.
15686
15687         * shell/main.c: include gi18n.h for bindtextdomain etc.
15688
15689 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15690
15691         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15692         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15693         tooltips for menu items in the statusbar.
15694
15695 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15696
15697         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15698         pkgdatadir drop UIDIR
15699
15700 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15701
15702         * data/evince-ui.xml: Add File->Open menu item
15703
15704         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15705         chooser), hook it up in the ui manager.
15706
15707 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15708
15709         * shell/ev-window.c: fix Help->About tooltip.
15710
15711 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15712
15713         * configure.ac: set CFLAGS for libevprivate.
15714
15715         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15716         definitions, factory etc.
15717
15718         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15719
15720         * shell/Makefile.am: link against libevprivate.a.
15721
15722         * shell/ev-window.c (entries): add stock icon to Help->About.
15723
15724         * shell/main.c (main): init stock icon code.
15725
15726 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15727
15728         * lib/recent-files: egg recent files code
15729
15730         * lib/Makefile.am: add.
15731
15732         * Makefile.am: add lib subdir.
15733
15734         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15735         set CFLAGS for recent-files.
15736
15737 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15738
15739         * configure.ac: disable -ansi and -pedantic gcc flags. They
15740         disable POSIX stuff in stdio.h, but egg-recent uses them.
15741
15742 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15743
15744         * configure.ac: add --disable-deprecated flag (defaults to on in
15745         "cvs" builds).
15746
15747         * shell/Makefile.am (INCLUDES): use it.
15748
15749 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15750
15751         * shell/main.c: add missing #include.
15752
15753         * shell/ev-window.c: fix for pedantic gcc.
15754         (ev_window_cmd_help_about): split license into paragraphs for
15755         translators and pedantic compilers.
15756
15757 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15758
15759         * configure.ac: add more warning flags if compiling with gcc from
15760         cvs (or explicitly requested with --enable-more-warnings).
15761
15762 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15763
15764         * data/evince-ui.xml: add File and File->Close menu.
15765
15766         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15767         (ev_window_destroy): quit after destroy.
15768         (ev_window_class_init): override GtkObject::destroy.
15769         (entries): install close_window callback.
15770
15771 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15772
15773         * Makefile.am (SUBDIRS): add data subdir.
15774
15775         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15776         gtk+ 2.5.0 for GtkAboutDialog.
15777
15778         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15779         main window.
15780
15781         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15782
15783         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15784         manager.
15785         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15786
15787 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15788
15789         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15790
15791 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15792
15793         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15794
15795 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15796
15797         * shell/*: Added shell directory boilerplate, build it.
15798
15799 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15800
15801         * configure.ac, Makefile.am: Added top-level configure.ac and
15802         Makefile.am