]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix the bug
[evince.git] / ChangeLog
1 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * shell/ev-print-operation.c (clamp_ranges),
4         (ev_print_operation_export_print_dialog_response_cb):
5         * test/Makefile.am:
6         * test/test7.py:
7         
8         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
9         the bug 517735. Fixes preview of the empty selection.
10
11 2009-04-01  Christian Persch  <chpe@gnome.org>
12
13         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
14         BugBuddyBugs component.
15
16 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
17
18         * shell/ev-application.c (ev_application_init):
19         
20         Set proper path to saved accels file. Fixes bug #577500.
21
22 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
23
24         * libview/ev-transition-animation.c:
25         (ev_transition_animation_paint), (ev_transition_animation_ready):
26
27         Animation is ready only when origin surface is ready. This fixes
28         fading animations because otherwise next page is displayed 
29         before animaiton starts.
30
31 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
32
33         * test/Makefile.am:
34         * test/test6.py:
35         
36         Added a test to check printing and a size of the file.
37
38 2009-03-24  Christian Persch  <chpe@gnome.org>
39
40         * cut-n-paste/smclient/eggdesktopfile.c:
41         (egg_desktop_file_launchv), (egg_set_desktop_file):
42         * cut-n-paste/smclient/eggsmclient.c:
43         (egg_sm_client_get_option_group): Update smclient from libegg master.
44
45 2009-03-19  Christian Persch  <chpe@gnome.org>
46
47         * shell/ev-window.c: (ev_window_cmd_save_as),
48         (ev_window_cmd_file_close_window),
49         (ev_view_popup_cmd_save_image_as),
50         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
51         order for dialogues.
52
53 2009-03-19  Christian Persch  <chpe@gnome.org>
54
55         Bug 575085 – titles not translated in the nautilus tab
56
57         * properties/ev-properties-view.c: (set_property): Translate the
58         categories.
59
60 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * NEWS:
63         * configure.ac:
64
65         Updated for release 2.26.0
66         
67 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
68
69         * properties/ev-properties-view.c:
70         (ev_properties_view_format_date): Make the fixed sized string a 
71         semantically correct const char[] instead of a const char* to fix 
72         a compiler warning if built with -Wformat.
73         ** Fixes bug 574168
74
75 2009-03-03  Christian Persch  <chpe@gnome.org>
76
77         * libdocument/ev-document-factory.c:
78         (ev_document_factory_get_document): If the document is encrypted,
79         the ev_document_factory_get_document() is supposed to return the
80         document *and* fill in the error. So let's propagate the local error.
81
82 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * NEWS:
85
86         Update for release 2.25.92.
87         
88 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * libview/ev-view.c: (ev_view_goto_window_create):
91
92         Show the 'jump to page' window in the right GdkScreen. Fixes bug
93         #560541.
94         
95 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-window.c: (ev_window_set_document),
98         (ev_window_reload_job_cb):
99
100         Do not lose page position when reloading. Fixes bug #573091.
101         
102 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
105         (pdf_document_thumbnails_get_thumbnail),
106         (pdf_document_thumbnails_get_dimensions):
107
108         Make our own thumbnail when the provided one doesn't have the size
109         we need. Based on patch and feedback by Christian Spurk. Fixes
110         bugs #323198 and #307357.
111         
112 2009-02-27   Christian Spurk  <mail@code.chriki.de>
113
114         * thumbnailer/evince-thumbnailer.c: (main):
115
116         Reduce the restriction on the minimum size of thumbnails from 40
117         to 1. See bug #323198.
118         
119 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
120
121         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
122
123         Use GOption in thumbnailer.
124         
125 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * backend/pdf/ev-poppler.cc: (pdf_document_save),
128         (pdf_document_forms_form_field_text_set_text),
129         (pdf_document_forms_form_field_button_set_state),
130         (pdf_document_forms_form_field_choice_select_item),
131         (pdf_document_forms_form_field_choice_toggle_item),
132         (pdf_document_forms_form_field_choice_unselect_all),
133         (pdf_document_forms_form_field_choice_set_text):
134
135         Use poppler_document_save_a_copy(), which never saves the document
136         modifications, when saving an unmodified document. It makes saving
137         a copy of encrypted PDFs work again. Fixes bug #566791.
138         
139 2009-02-18  Christian Persch  <chpe@gnome.org>
140
141         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
142         Don't use g_quark_from_static_string in a loadable module!
143
144 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * configure.ac:
147
148         Update for release 2.25.91
149         
150 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
151
152         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
153         GTK symbol in commented out code. Bug #571707
154
155 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * NEWS:
158
159         Update for release 2.25.91.
160         
161 2009-02-16  Christian Persch  <chpe@gnome.org>
162
163         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
164         memory read.
165
166 2009-02-15  Christian Persch  <chpe@gnome.org>
167
168         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
169         warnings.
170
171 2009-02-15  Christian Persch  <chpe@gnome.org>
172
173         * libdocument/Makefile.am:
174         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
175
176 2009-02-15  Christian Persch  <chpe@gnome.org>
177
178         * libdocument/ev-document-type-builtins.c.template:
179         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
180
181 2009-02-14  Christian Persch  <chpe@gnome.org>
182
183         * backend/impress/impress-document.c: (impress_document_save):
184         Fill in the error.
185
186 2009-02-14  Christian Persch  <chpe@gnome.org>
187
188         * libdocument/ev-document.c: (ev_document_load): Add code to catch
189         backends incorrectly implementing the load vfunc.
190
191 2009-02-14  Christian Persch  <chpe@gnome.org>
192
193         * libdocument/ev-document-factory.c:
194         (ev_document_factory_get_document): Use a local GError, and propagate
195         as appropriate, making sure always to fill in @error if returning NULL.
196
197 2009-02-14  Christian Persch  <chpe@gnome.org>
198
199         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
200
201 2009-02-14  Christian Persch  <chpe@gnome.org>
202
203         * backend/pdf/ev-poppler.cc: Plug a mem leak.
204
205 2009-02-14  Christian Persch  <chpe@gnome.org>
206
207         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
208         an error.
209
210 2009-02-14  Christian Persch  <chpe@gnome.org>
211
212         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
213         to always set @error when returning FALSE. Fix a typo.
214
215 2009-02-14  Christian Persch  <chpe@gnome.org>
216
217         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
218         to always set @error when returning FALSE.
219
220 2009-02-14  Christian Persch  <chpe@gnome.org>
221
222         * backend/comics/comics-document.c: (comics_document_load): Make sure
223         to always set @error when returning FALSE.
224
225 2009-02-14  Christian Persch  <chpe@gnome.org>
226
227         * backend/impress/impress-document.c: (impress_document_load): Plug a
228         mem leak.
229
230 2009-02-14  Christian Persch  <chpe@gnome.org>
231
232         * backend/impress/impress-document.c: (impress_document_load): Don't
233         overwrite an error.
234
235 2009-02-14  Christian Persch  <chpe@gnome.org>
236
237         * libdocument/ev-document.c: (ev_document_info_copy): Remove
238         unnecessary NULL check; g_strdup() is NULL-safe.
239
240 2009-02-14  Christian Persch  <chpe@gnome.org>
241
242         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
243         that this returns either NULL and fills in error, or non-NULL. Use a
244         local GError so we can reliably check it.
245
246 2009-02-14  Christian Persch  <chpe@gnome.org>
247
248         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
249         content type to get the description, not the MIME type.
250
251 2009-02-14  Christian Persch  <chpe@gnome.org>
252
253         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
254         in @error on failure. Also, since this is exported in public APIs,
255         cope with the passed-in GError** being NULL.
256
257 2009-02-13  Christian Persch  <chpe@gnome.org>
258
259         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
260         safety.
261         (get_mime_type_from_data): Return the MIME type, not the content type.
262
263 2009-02-13  Christian Persch  <chpe@gnome.org>
264
265         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
266         the input stream.
267
268 2009-02-13  Christian Persch  <chpe@gnome.org>
269
270         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
271         all errors upwards.
272
273 2009-02-13  Christian Persch  <chpe@gnome.org>
274
275         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
276         more bytes from buffer than were read from the file.
277
278 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
279
280         * properties/ev-properties-view.c (set_property):
281         
282         Fixes bug #571787.
283
284 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/eggfindbar.c: (egg_find_bar_init):
287
288         Use gtk_tool_button_set_use_underline() for next/previous buttons
289         so that the underline is used for the mnemonic. Fixes bug #571547.
290         
291 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-window.c: (setup_document_from_metadata),
294         (setup_sidebar_from_metadata), (setup_document_from_metadata),
295         (setup_view_from_metadata), (ev_window_set_document),
296         (ev_window_load_job_cb), (ev_window_reload_job_cb),
297         (ev_window_reload_remote), (ev_window_init):
298
299         Do not use metadata when reloading the document, so that the
300         window is not resized when reloading. See bugs #571051 and
301         #304249.
302         
303 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * configure.ac:
306         * cut-n-paste/smclient/Makefile.am:
307
308         Fix smclient libs on cycgwin. See bug #339172.
309         
310 2009-02-08  Christian Persch  <chpe@gnome.org>
311
312         * configure.ac:
313         * libdocument/Makefile.am:
314         * libview/Makefile.am: Add experimental introspection support.
315         Disabled by default; use --enable-introspection to enable it.
316         Bug #569083.
317
318 2009-02-08  Christian Persch  <chpe@gnome.org>
319
320         * libview/Makefile.am: Link libevdocument.la to libevview.la.
321
322 2009-02-05  Christian Persch  <chpe@gnome.org>
323
324         * backend/comics/comics-document.c: (comics_document_load):
325         * backend/djvu/djvu-document.c: (djvu_document_load):
326         * backend/dvi/dvi-document.c: (dvi_document_load):
327         * backend/impress/impress-document.c: (impress_document_load):
328         * backend/pdf/ev-poppler.cc:
329         * libdocument/ev-document-factory.c: (get_document_from_uri),
330         (ev_document_factory_get_document):
331         * shell/ev-print-operation.c:
332         (ev_print_operation_export_print_dialog_response_cb): Use
333         g_set_error_literal now that we depend on glib 2.18.
334
335 2009-02-05  Hib Eris  <hib@hiberis.nl>
336
337         * shell/ev-application.c:
338
339         Include gdkx.h only with X11. See bug #339172.
340         
341 2009-02-05  Hib Eris  <hib@hiberis.nl>
342
343         * backend/pdf/pdfdocument.evince-backend.in:
344
345         Add application/x-ext-pdf mime type for pdf backend. See bug
346         #339172.
347         
348 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * configure.ac:
351         * cut-n-paste/smclient/Makefile.am:
352         * cut-n-paste/smclient/eggdesktopfile.c:
353         * cut-n-paste/smclient/eggsmclient-win32.c:
354         * shell/main.c:
355
356         Make session manager code compile for w32. These changes have been
357         taken from upstream libegg. Based on patch by Hib Eris. See bug
358         #339172.
359         
360 2009-02-05  Hib Eris  <hib@hiberis.nl>
361
362         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
363
364         Make screensaver code compile for w32. These changes have been
365         copied from upstream totem. See bug #339172.
366         
367 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * configure.ac:
370         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
371
372         Make use of GConf optional. Based on patch by Hib Eris. See bug
373         #339172.
374         
375 2009-02-04  Christian Persch  <chpe@gnome.org>
376
377         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
378         evince gettext domain, so i18n works in the library.
379
380         * properties/ev-properties-main.c: (nautilus_module_initialize):
381         Remove extra bindtextdomain call.
382
383 2009-02-04  Christian Persch  <chpe@gnome.org>
384
385         * backend/comics/comics-document.c:
386         * backend/djvu/djvu-document.c:
387         * backend/dvi/dvi-document.c:
388         * backend/impress/impress-document.c:
389         * backend/pdf/ev-poppler.cc:
390         * backend/pixbuf/pixbuf-document.c:
391         * backend/ps/ev-spectre.c:
392         * backend/tiff/tiff-document.c:
393         * libdocument/ev-attachment.c:
394         * libdocument/ev-document-factory.c:
395         * libview/ev-jobs.c:
396         * libview/ev-view-accessible.c:
397         * libview/ev-view.c:
398         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
399         gi18n.h.
400
401 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * NEWS:
404         * configure.ac:
405
406         Update for release 2.25.90
407         
408 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * cut-n-paste/zoom-control/ephy-zoom-control.c:
411         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
412
413         Remove the old tooltips code and use G_DEFINE_TYPE().
414         
415 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * configure.ac:
418         * help/reference/Makefile.am:
419         * help/reference/libdocument/Makefile.am:
420         * help/reference/libdocument/libevdocument-docs.sgml:
421         * help/reference/libdocument/libevdocument.types:
422         * help/reference/libdocument/version.xml.in:
423         * help/reference/libview/Makefile.am:
424         * help/reference/libview/libevview-docs.sgml:
425         * help/reference/libview/libevview.types:
426         * help/reference/libview/version.xml.in:
427         * help/reference/shell/Makefile.am:
428         * help/reference/shell/evince-docs.sgml:
429         * help/reference/shell/evince.types:
430         * help/reference/shell/tmpl/dummy.sgml:
431         * help/reference/shell/version.xml.in:
432
433         Split API documentation into libdocument, libview and
434         shell. Required gtk-doc files has been added, but API docs still
435         need to be completed and improved. Fixes bug #568465.
436         
437 2009-02-01  Christian Persch  <chpe@gnome.org>
438
439         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
440
441 2009-02-01  Christian Persch  <chpe@gnome.org>
442
443         * backend/Makefile.am:
444         A backend/backend.symbols:
445         * configure.ac: Only export the backend module entry point. Bug
446         #569998.
447
448 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/eggfindbar.c: (egg_find_bar_init):
451
452         Add mnemonics to buttons in search bar. Fixes bug #569212.
453         
454 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
455         
456         * shell/ev-print-operation.c:
457         (ev_print_operation_export_print_dialog_response_cb):
458
459         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
460         
461 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
464
465         Clamp top/bottom values of destinations to make sure they are not
466         bigger than the page height. Fixes bug #569327.
467         
468 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * libdocument/ev-debug.h:
471
472         Fix build when debug mode is disabled.
473         
474 2009-01-30  Christian Persch  <chpe@gnome.org>
475
476         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
477         this return TRUE only if any backends were loaded, so the ev_init()
478         function works as documented.
479
480 2009-01-30  Christian Persch  <chpe@gnome.org>
481
482         * evince-document.h:
483         * libdocument/Makefile.am:
484         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
485         #569117.
486
487         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
488         * libdocument/ev-backends-manager.h:
489         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
490         * libdocument/ev-debug.h:
491         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
492         (_ev_file_helpers_shutdown):
493         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
494         private.
495
496         * properties/ev-properties-main.c: (nautilus_module_initialize),
497         (nautilus_module_shutdown):
498         * shell/main.c: (main):
499         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
500         init/shutdown method.
501
502 2009-01-29  Christian Persch  <chpe@gnome.org>
503
504         * shell/main.c: (option_version_cb): Add --version which was lost in
505         the libgnome removal. Bug #562869.
506
507 2009-01-26  Christian Persch  <chpe@gnome.org>
508
509         * shell/ev-application.c: (ev_application_register_service),
510         (ev_application_shutdown):
511         * shell/main.c: (main): Move metadata manager initialisation and
512         shutdown into EvApplication. Follow-up from bug #569120.
513
514 2009-01-26  Christian Persch  <chpe@gnome.org>
515
516         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
517         copy the string twice. Bug #569231.
518
519 2009-01-26  Christian Persch  <chpe@gnome.org>
520
521         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
522         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
523         * libdocument/ev-file-helpers.h:
524         * shell/ev-application.c: (ev_application_shutdown),
525         (ev_application_init), (ev_application_screensaver_disable),
526         (ev_application_save_print_settings),
527         (ev_application_set_page_setup):
528         * shell/ev-application.h:
529         * shell/ev-metadata-manager.c: (load_values),
530         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
531         shell, since it shouldn't be public API. Bug #569120.
532
533         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
534         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
535
536 2009-01-25  Christian Persch  <chpe@gnome.org>
537
538         Bug 569082 – use versioned directory for backends
539
540         * configure.ac: Define ev_binary_version and backenddir.
541         * evince-document.pc.in: Add backenddir variable.
542         * libdocument/Makefile.am:
543         * backend/*/Makefile.am: Remove backenddir definition, so it picks
544         up the one from configure.
545
546 2009-01-25  Christian Persch  <chpe@gnome.org>
547
548         * configure.ac:
549         * evince-document.pc.in: Renamed from evince-backend.pc.in.
550         * libdocument/Makefile.am: Renamed library to libevdocument.la.
551         * libview/Makefile.am:
552         * shell/Makefile.am:
553         * backend/*/Makefile.am: Adapt to changed library name.
554
555         * libdocument/Makefile.am:
556         * libview/Makefile.am: Change the installed headers path to match
557         the directory names in SVN.
558
559         * evince-document.h:
560         * evince-view.h: Add single headers. Bug #568227.
561
562         * libdocument/*.h:
563         * libview/*.h: Add single headers guards.
564
565         * libview/Makefile.am:
566         * libdocument/Makefile.am:
567         * backend/*/Makefile.am:
568         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
569         still include individual headers.
570
571         * properties/Makefile.am:
572         * properties/ev-properties-main.c:
573         * properties/ev-properties-view.h:
574         * thumbnailer/Makefile.am:
575         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
576
577         * libdocument/Makefile.am:
578         * libview/Makefile.am: Generate type builtins from all installed headers.
579         * libdocument/ev-link-action.[ch]:
580         * libdocument/ev-link-dest.[ch]:
581         * libdocument/ev-transition-effect.[ch]:
582         * libview/ev-view.[ch]: Remove handcoded type builtins.
583
584         * libdocument/Makefile.am:
585         * evince-document.h: Add ev-document-factory.h to the public headers.
586
587 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-sidebar-page.c:
590
591         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
592         #568228.
593         
594 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * libdocument/ev-document.h:
597
598         Add EV_DEFINE_INTERFACE macro.
599         
600         * libdocument/ev-async-renderer.c:
601         * libdocument/ev-document-find.c:
602         * libdocument/ev-document-fonts.c:
603         * libdocument/ev-document-forms.c:
604         * libdocument/ev-document-images.c:
605         * libdocument/ev-document-layers.c:
606         * libdocument/ev-document-links.c:
607         * libdocument/ev-document-security.c:
608         * libdocument/ev-document-thumbnails.c:
609         * libdocument/ev-document-transition.c:
610         * libdocument/ev-document.c:
611         * libdocument/ev-file-exporter.c:
612         * libdocument/ev-selection.c:
613
614         Use EV_DEFINE_INTERFACE macro to define interfaces in
615         libdocument. See bug #568228.
616         
617 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * libdocument/ev-document.[ch]:
620
621         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
622         #568228.
623         
624 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
625
626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
627         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
628         (new_separator_pixbuf):
629         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
630         (egg_toolbar_editor_disconnect_model),
631         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
632         (egg_toolbar_editor_finalize):
633         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
634         * cut-n-paste/toolbar-editor/eggmarshalers.list:
635         
636         Sync EggToolbarEditor with libegg.
637
638 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
639
640         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
641         When saving a file, using the default permissions for the user/system,
642         respecting umask and any setgid bit on the directory. Uses the new
643         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
644         Bug #568593.
645         
646 2009-01-21  Christian Persch  <chpe@gnome.org>
647
648         * configure.ac:
649         * libdocument/Makefile.am:
650         * libview/Makefile.am: Add libtool versioning to libevbackend and
651         libevview. Bug #568229.
652
653 2009-01-21  Christian Persch  <chpe@gnome.org>
654
655         * Makefile.am:
656         * configure.ac:
657         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
658
659 2009-01-21  Christian Persch  <chpe@gnome.org>
660
661         * configure.ac:
662         * libdocument/Makefile.am:
663         A libdocument/ev-version.h.in: Add version defines and version check
664         macro. Bug #568224.
665
666 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
667
668         * shell/ev-sidebar-links.c
669         * shell/ev-print-operation.c:
670         * shell/ev-history.c:
671         * shell/ev-file-monitor.c:
672         * shell/ev-window.c:
673         * shell/ev-password-view.c:
674         * shell/ev-sidebar-thumbnails.c:
675         * shell/ev-sidebar-attachments.c:
676         * libview/ev-pixbuf-cache.c:
677         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
678         Bug #568386.
679
680 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
681
682         * libdocument/ev-document-info.h:
683
684         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
685         
686 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
687
688         * libview/Makefile.am:
689
690         Install ev-job-scheduler.h. See bug #567790.
691         
692 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
693
694         * libdocument/Makefile.am:
695
696         Install ev-backends-manager.h and
697         ev-document-type-builtins.h. Fixes bug #567787.
698         
699 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * NEWS:
702         * configure.ac:
703
704         Update for release 2.25.5
705         
706 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * libview/ev-view.c: (ev_view_drag_data_get):
709
710         Fix second parameter passed to gtk_selection_data_set_uris(), 
711         it expects a gchar **.
712         
713 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
714
715         * libdocument/Makefile.am:
716         * libdocument/ev-document-info.h:
717         * libdocument/ev-document-type-builtins.c.template:
718         * libdocument/ev-document-type-builtins.h.template:
719         * libdocument/ev-document.c: (ev_document_info_get_type),
720         (ev_document_info_copy):
721
722         Make EvDocumentInfo and enums definded in ev-document-info.h
723         GTypes. Fixes bug #567789.
724         
725 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
726
727         * shell/main.c (arguments_parse): Fix for a minor code typo.
728
729 2009-01-18  Christian Persch  <chpe@gnome.org>
730
731         * help/reference/Makefile.am:
732         * help/reference/evince.types: Fix the API docs build. Bug #568171.
733
734 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
735
736         * libview/Makefile.am:
737         * libview/ev-view-type-builtins.c.template:
738         * libview/ev-view-type-builtins.h.template:
739
740         Make EvJobPriority a proper GType. Fixes bug #567788.
741         
742 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * configure.ac:
745         * cut-n-paste/*/Makefile.am:
746         * libdocument/Makefile.am:
747
748         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
749         code.
750         
751 2009-01-18  Christian Persch  <chpe@gnome.org>
752
753         * libview/ev-view.c: (ev_view_drag_data_get),
754         (ev_view_drag_motion), (ev_view_update_primary_selection),
755         (clear_link_selected):
756         * shell/ev-sidebar-attachments.c:
757         (ev_sidebar_attachments_drag_data_get),
758         (ev_sidebar_attachments_get_property),
759         (ev_sidebar_attachments_init):
760         * shell/ev-window.c: Update drag handling code to use the
761         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
762         hardcoding the targets lists. Bug #558084.
763         
764 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * libdocument/Makefile.am:
767         * libdocument/ev-backend-marshal.c:
768         * libdocument/ev-backend-marshalers.list:
769         * libdocument/ev-document.c:
770
771         Remove unused marshalers stuff from libdocument.
772         
773 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * po/POTFILES.in:
776
777         Update for the current source tree.
778         
779 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * configure.ac:
782         * Makefile.am:
783         * libdocument/Makefile.am:
784         * libview/Makefile.am:
785         * libview/ev-job-scheduler.[ch]:
786         * libview/ev-jobs.[ch]:
787         * libview/ev-page-cache.[ch]:
788         * libview/ev-pixbuf-cache.[ch]:
789         * libview/ev-timeline.[ch]:
790         * libview/ev-transition-animation.[ch]:
791         * libview/ev-view-accessible.[ch]:
792         * libview/ev-view-marshal.list:
793         * libview/ev-view.[ch]:
794         * shell/Makefile.am:
795
796         Move EvView specific code to a libeviview library so that it can
797         be embbeded in other applications. Based on patches by Tomeu
798         Vizoso. Fixes bug #567751.
799         
800 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
803         * shell/ev-window.c: (ev_window_load_job_cb),
804         (ev_window_load_job_cb), (ev_window_open_uri),
805         (ev_window_reload_local), (ev_window_dispose):
806
807         Remove dest, mode and search_string from EvJobLoad since they are
808         not really needed by the job, but for the window.
809         
810 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-view.c: (ev_view_drag_data_received),
813         (ev_view_class_init), (ev_view_init):
814         * shell/ev-window.c: (ev_window_drag_data_received),
815         (ev_window_class_init), (ev_window_init):
816
817         Make the whole EvWindow the destination of a drag and drop
818         operation.
819         
820 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * shell/ev-window.c: (window_open_file_copy_progress_cb):
823
824         Add missing brakets around the percentage in progress
825         messages. See bug #567910.
826         
827 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-application.c: (ev_application_open_window),
830         (ev_application_open_uri_at_dest):
831
832         Do no use gdk_x11_* when not available. Based on patch by Hib
833         Eris, see bug #339172.
834         
835 2009-01-16  Hib Eris  <hib@hiberis.nl>
836
837         * configure.ac:
838         * properties/ev-properties-view.c:
839         (ev_properties_view_format_date):
840
841         Check for localtime_r. See bug #339172.
842         
843 2009-01-16  Hib Eris  <hib@hiberis.nl>
844
845         * shell/main.c:
846
847         Include gdkx only for dbus support. See bug #339172.
848         
849 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
850
851         * shell/ev-view.c: (ev_view_set_zoom_for_size):
852
853         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
854         #567785.
855         
856 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (reload_remote_copy_progress_cb),
859         (window_save_file_copy_progress_cb):
860
861         Use brakets around the percentage in progress messages. See bug
862         #567910.
863         
864 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-window.c: (reload_remote_copy_ready_cb):
867
868         Fix typo in error message. See bug #567910.
869         
870 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-window.c: (ev_window_cmd_file_close_window):
873
874         Fix mnemonic conflict. Fixes bug #567937.
875         
876 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
877
878         * NEWS:
879         * configure.ac:
880
881         Update for release 2.25.4
882         
883 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
884
885         * configure.ac:
886         
887         GLib version requirement bumped to 2.18 due to g_set_error_literal.
888         Thanks to Christian Spurk.
889
890 2008-12-31  Hib Eris  <hib@hiberis.nl>
891         
892         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
893
894         Fix mime type handling.
895         
896 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * po/POTFILES.in:
899
900         Add ev-print-operation.c.
901         
902 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * shell/ev-window.c: (ev_window_clear_progress_idle),
905         (reset_progress_idle), (ev_window_show_progress_message),
906         (ev_window_reset_progress_cancellable),
907         (ev_window_progress_response_cb), (show_loading_progress),
908         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
909         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
910         (show_reloading_progress), (reload_remote_copy_ready_cb),
911         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
912         (show_saving_progress), (window_save_file_copy_ready_cb),
913         (window_save_file_copy_progress_cb), (ev_window_save_remote),
914         (ev_window_dispose):
915
916         Show progress information when loading/saving remote files. Fixes
917         bug #370958.
918         
919 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
922
923         Show better warning message when temp file cannot be deleted.
924         
925 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * shell/ev-window.c: (image_save_dialog_response_cb):
928
929         Fix saving images to remote locations.
930         
931 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * shell/ev-application.[ch]: (ev_application_shutdown),
934         (ev_application_get_print_settings_file),
935         (ev_application_save_print_settings),
936         (ev_application_get_print_settings),
937         (ev_application_set_print_settings),
938         (ev_application_get_page_setup), (ev_application_set_page_setup):
939         * shell/ev-window.c: (ev_window_save_print_page_setup),
940         (ev_window_load_print_page_setup_from_metadata),
941         (ev_window_print_page_setup_done_cb),
942         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
943         (ev_window_cmd_preview_print):
944
945         Remember page setup options too. Paper size is globally remembered
946         while page margins are stored per document in metadata file. Fixes
947         bugs #525185 and #349102.
948         
949 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * shell/ev-print-operation.c:
952         (ev_print_operation_export_print_dialog_response_cb):
953
954         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
955         
956 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * shell/ev-print-operation.c: (export_cancel),
959         (export_job_cancelled), (ev_print_operation_export_begin),
960         (ev_print_operation_export_cancel):
961         * shell/ev-window.c: (ev_window_print_cancel),
962         (ev_window_print_update_pending_jobs_message),
963         (ev_window_print_operation_done),
964         (ev_window_print_operation_status_changed),
965         (print_jobs_confirmation_dialog_response),
966         (ev_window_cmd_file_close_window):
967
968         Show a confirmation dialog when there are pending print jobs while
969         closing the main window. Fixes bug #480964.
970         
971 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
974         (ev_print_operation_get_job_name),
975         (ev_print_operation_get_status),
976         (ev_print_operation_get_progress),
977         (ev_print_operation_update_status),
978         (ev_print_operation_export_get_job_name), (clamp_ranges),
979         (get_first_and_last_page), (ev_print_operation_export_run_next),
980         (print_job_finished), (export_print_done), (export_job_cancelled),
981         (update_progress), (export_print_page),
982         (ev_print_operation_export_begin),
983         (ev_print_operation_export_print_dialog_response_cb),
984         (ev_print_operation_export_run),
985         (ev_print_operation_export_cancel),
986         (ev_print_operation_export_class_init):
987         * shell/ev-window.c:
988         (ev_window_print_update_pending_jobs_message),
989         (ev_window_print_operation_done),
990         (ev_window_print_progress_response_cb),
991         (ev_window_print_operation_status_changed),
992         (ev_window_print_operation_begin_print), (ev_window_print_range),
993         (ev_window_dispose):
994
995         Show progress information when printing. Fixes bug #482770.
996         
997 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/Makefile.am:
1000         * shell/ev-progress-message-area.[ch]:
1001         * shell/ev-message-area.[ch]: (ev_message_area_init),
1002         (ev_message_area_set_image_from_stock):
1003
1004         Add EvProgressMessageArea derived from EvMessageArea to show
1005         progress information in the message area. 
1006         
1007 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1010
1011         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1012         close button. Add a function to get the contents of the message
1013         area.
1014         
1015 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/Makefile.am:
1018         * shell/ev-print-operation.[ch]:
1019         * shell/ev-jobs.[ch]: (ev_job_export_init),
1020         (ev_job_export_dispose), (ev_job_export_run),
1021         (ev_job_export_class_init), (ev_job_export_new),
1022         (ev_job_export_set_page):
1023         * shell/ev-window.c: (ev_window_print_operation_done),
1024         (ev_window_print_range), (ev_window_dispose):
1025
1026         First step of the printing system rework. EvJobPrint has been
1027         replaced by EvJobExport so that every page is scheduled to be
1028         exported in a thread instead of scheduling the whole printing
1029         process. This way the gui is responsive during printing.
1030         
1031 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-window.c: (setup_size_from_metadata),
1034         (ev_window_load_print_settings_from_metadata):
1035
1036         Fix memory leaks.
1037         
1038 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * libdocument/ev-document.c: (ev_document_get_type):
1041
1042         Add GObject type as prerequisite to EvDocument interface so that
1043         document instances can be used as GObjects.
1044         
1045 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-view.c: (jump_to_find_result):
1048
1049         Only jump the the location of the find result for the first match
1050         when searching. It drastically improves the performance when
1051         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1052         #564774.
1053         
1054 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * properties/ev-properties-main.c: (ev_properties_get_pages):
1057         * properties/ev-properties-view.[ch]:
1058         (ev_properties_view_dispose), (ev_properties_view_class_init),
1059         (ev_properties_view_set_info), (ev_properties_view_new):
1060         * shell/ev-properties-dialog.[ch]:
1061         (ev_properties_dialog_set_document):
1062         * shell/ev-window.c: (ev_window_setup_document),
1063         (ev_window_cmd_file_properties):
1064
1065         Add document URI to properties page. Fixes bug #555376.
1066         
1067 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * configure.ac:
1070         * data/Makefile.am:
1071         * data/evince-password.glade: Removed
1072         * data/evince-properties.glade: Removed
1073         * properties/ev-properties-view.c:
1074         (ev_properties_view_class_init), (set_property),
1075         (ev_properties_view_set_info), (ev_properties_view_init):
1076         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1077         (font_cell_data_func), (ev_properties_fonts_init):
1078
1079         Remove Glade dependency.
1080         
1081 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * backend/comics/comics-document.c: (comics_document_load):
1084
1085         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1086         
1087 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * NEWS:
1090         * configure.ac:
1091
1092         Update for release 2.25.2
1093         
1094 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * configure.ac:
1097         * shell/Makefile.am:
1098         * shell/ev-keyring.[ch]:
1099         * shell/ev-password.[ch]: Removed
1100         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1101         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1102         (ev_password_view_init), (ev_password_view_set_uri),
1103         (ev_password_dialog_got_response),
1104         (ev_password_dialog_remember_button_toggled),
1105         (ev_password_dialog_entry_changed_cb),
1106         (ev_password_dialog_entry_activated_cb),
1107         (ev_password_view_ask_password), (ev_password_view_get_password),
1108         (ev_password_view_get_password_save_flags),
1109         (ev_password_view_new):
1110         * shell/ev-window.c: (ev_window_password_view_unlock),
1111         (ev_window_load_job_cb), (ev_window_close_dialogs),
1112         (ev_window_init):
1113
1114         Rework the password view. When the password is in the keyring it's
1115         used automatically without showing the password dialog and it's  
1116         only stored in the keyring when we are sure it's correct. The
1117         password dialog has been reworked too, in order to make it
1118         more hig compliant and consistent with the GTK+ dialog used in
1119         gtkmountoperation. Fixes bug #562496. 
1120         
1121 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * backend/comics/comics-document.c: (comics_document_load):
1124
1125         Do not trust file extensions when getting the command needed to
1126         uncompress comic documents. Fixes bug #562143.
1127         
1128 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * libdocument/ev-document-factory.c: (get_document_from_uri),
1131         (ev_document_factory_get_document):
1132         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1133         (get_mime_type_from_data), (ev_file_get_mime_type):
1134
1135         Move mime-type functions from document-facrory to file-helpers so
1136         that it can be reused.
1137         
1138 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1141         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1142         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1143         (ev_window_reload_remote), (ev_window_reload_document):
1144
1145         Add support for reloading remote documents. Fixes bug #555399.
1146         
1147 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * shell/ev-view.c: (ev_view_find_previous):
1150
1151         Make sure find_result is never < 0 which causes a crash while
1152         searching. Fixes bug #558377.
1153         
1154 2008-11-19  Marek Kašík <mkasik@redhat.com>
1155
1156         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1157         (ev_pixbuf_cache_get_selection_surface):
1158         
1159         Fixes crash on fast scrolling with simultaneous text selection.
1160
1161 2008-11-19  Marek Kašík <mkasik@redhat.com>
1162
1163         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1164         * shell/ev-window.c (launch_external_uri):
1165         
1166         Fixes assertion fail on selecting text. See bug #561393.
1167
1168 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/Makefile.am:
1171         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1172         (ev_job_layers_dispose), (ev_job_layers_run),
1173         (ev_job_layers_class_init), (ev_job_layers_new):
1174         * shell/ev-sidebar-layers.[ch]:
1175         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1176         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1177         (ev_view_reload_page), (ev_view_reload):
1178         * shell/ev-window.c: (setup_sidebar_from_metadata),
1179         (ev_window_sidebar_current_page_changed_cb),
1180         (sidebar_layers_visibility_changed), (ev_window_init):
1181
1182         Add layers support.
1183         
1184 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * data/icons/22x22/actions/Makefile.am:
1187         * data/icons/22x22/actions/eye.png:
1188         * shell/ev-stock-icons.[ch]:
1189         
1190         Add eye icon from gimp to hide/show layers.
1191         
1192 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * configure.ac:
1195         * cut-n-paste/Makefile.am:
1196         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1197         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1198         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1199
1200         Add GimpCellRendererToggle from gimp slightly modified to fit our
1201         needs. 
1202         
1203 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * configure.ac:
1206         * backend/pdf/ev-poppler.cc:
1207
1208         Implement layers interface in PDF backend.
1209         
1210 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * libdocument/Makefile.am:
1213         * libdocument/ev-document-layers.[ch]:
1214         * libdocument/ev-layer.[ch]:
1215
1216         Add optional content (layers) interface.
1217         
1218 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1219
1220         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1221         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1222
1223         Removes unused code.
1224
1225 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * NEWS:
1228         * configure.ac:
1229
1230         Update for 2.25.1 release
1231
1232 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * shell/ev-window.c:
1235
1236         Fix build with GTK+ < 2.14
1237
1238 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1239
1240         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1241         
1242         Makes menu label translatable. Fixes bug #559129.
1243
1244 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1245
1246         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1247         (t1_transform_font):
1248         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1249         
1250         More renames of warning to mdvi_warning in follow up to the
1251         fix of the bug #553369. Fix for the bug #559257 by
1252         Tuxce <tuxce.net@gmail.com>.
1253         
1254 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-application.c: (ev_application_init_session):
1257         * shell/main.c: (main):
1258
1259         Move the egg_set_desktop_file() call to main and remove
1260         gtk_window_set_default_icon_name() since it's already called by
1261         egg_set_desktop_file()
1262         
1263 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1266
1267         Initialize GError to NULL.
1268         
1269 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1272         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1273         (ev_window_preview_print_finished), (launch_action):
1274
1275         Do not use popup dialogs to show error messages anymore, use the
1276         message area instead.
1277         
1278 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/ev-window.c: (ev_window_error_message),
1281         (ev_window_warning_message), (ev_window_set_document),
1282         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1283         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1284         (ev_window_cmd_help_contents), (launch_external_uri),
1285         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1286         (ev_attachment_popup_cmd_open_attachment),
1287         (attachment_save_dialog_response_cb):
1288
1289         Use a message format (with printf()-style) in
1290         ev_window_error_message and ev_window_warning_message.
1291
1292 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * shell/ev-window.c: (ev_window_error_message),
1295         (ev_window_warning_message), (ev_window_set_document),
1296         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1297         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1298         (ev_window_cmd_help_contents), (launch_external_uri),
1299         (image_save_dialog_response_cb),
1300         (ev_attachment_popup_cmd_open_attachment),
1301         (attachment_save_dialog_response_cb):
1302
1303         Change ev_window_error_message and ev_window_warning_message to
1304         receive a EvWindow instead of a GtkWindow. It's more consistent
1305         and avoids unneeded casts.
1306         
1307 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c: (ev_window_cmd_help_contents):
1310
1311         Use gtk_show_uri() when availale to display help contents.
1312         
1313 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * configure.ac:
1316         * backend/pdf/ev-poppler.cc:
1317         * properties/ev-properties-view.c:
1318         * shell/Makefile.am:
1319         * shell/ev-tooltip.[ch]: Removed
1320         * shell/ev-view-private.h
1321         * shell/eggfindbar.c:
1322         * shell/ev-application.c:
1323         * shell/ev-open-recent-action.c:
1324         * shell/ev-sidebar-thumbnails.c:
1325         * shell/ev-view.c:
1326         * shell/ev-window.c:
1327
1328         Bump GTK+ requirement to 2.12.
1329         
1330 2008-10-27 Christian Persch <chpe@gnome.org>
1331
1332         * backend/djvu/djvu-document.c
1333         * backend/dvi/cairo-device.c
1334         * cut-n-paste/evmountoperation/ev-mount-operation.h
1335         * cut-n-paste/gedit-message-area/gedit-message-area.h
1336         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1337         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1338         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1339         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1340         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1341         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1342         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1343         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1344         * cut-n-paste/zoom-control/ephy-zoom-action.c
1345         * cut-n-paste/zoom-control/ephy-zoom-action.h
1346         * cut-n-paste/zoom-control/ephy-zoom-control.c
1347         * cut-n-paste/zoom-control/ephy-zoom-control.h
1348         * libdocument/ev-async-renderer.h
1349         * libdocument/ev-document-factory.c
1350         * libdocument/ev-document-misc.h
1351         * libdocument/ev-image.h
1352         * libdocument/ev-selection.h
1353         * shell/ev-properties-fonts.h
1354         * shell/ev-stock-icons.h
1355         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1356         directly. Bug #558064.
1357
1358 2008-10-27 Christian Persch <chpe@gnome.org>
1359
1360         * cut-and-paste/smclient/*: Update from libegg.
1361
1362 2008-10-27 Christian Persch <chpe@gnome.org>
1363
1364         * backend/djvu/djvu-document.c
1365         * backend/ps/ev-spectre.c
1366         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1367
1368 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1369
1370         * shell/ev-view.c (ev_view_change_page),
1371         (ev_view_transition_animation_finish),
1372         (ev_view_transition_animation_cancel), (page_changed_cb),
1373         (ev_view_set_presentation), (ev_view_next_page),
1374         (ev_view_previous_page):
1375         
1376         Cancel the animation without scheduling transition start
1377         and proceed to the next page to fix bug #516749.
1378
1379 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * NEWS:
1382         * configure.ac:
1383
1384         Update for release 2.24.1
1385         
1386 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1389
1390         Disable toggle function of F5 when in presentation mode. Patch by
1391         Dave Neary. Fixes bug #556162.
1392         
1393 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1396         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1397         (ev_sidebar_thumbnails_fill_model),
1398         (ev_sidebar_thumbnails_refresh),
1399         (ev_sidebar_thumbnails_set_document):
1400
1401         Instead of using only one loading icon for thumbnails based on the
1402         size of the first page, create an icon for every different page
1403         size. Fixes bug #556264.
1404         
1405 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1408
1409         Fix memory leak.
1410         
1411 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1414
1415         Removes bad prefixes from window title. Patch by 
1416         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1417         
1418 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-window.c: (launch_external_uri):
1421
1422         Do not consider mailto links as http uris. Fixes bug #555801.
1423         
1424 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1427
1428         Fix memory leak. Fixes bug #555134.
1429         
1430 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1433
1434         Emit the job finished signal when the job is handled before the
1435         page_ready callback.
1436         
1437 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * shell/ev-window.c: (launch_action):
1440
1441         Use GdkAppLaunchContext when available to launch external
1442         applications.
1443         
1444 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * shell/ev-window.c: (launch_action):
1447
1448         Fix launching external applications for launch actions which seems
1449         to be broken since the gio port. Fixes bug #554500.
1450         
1451 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * backend/dvi/Makefile.am:
1454         * backend/dvi/cairo-device.c:
1455         * backend/dvi/dvi-document.c:
1456         * backend/dvi/mdvi-lib/Makefile.am:
1457
1458         Fix several compile warnings in the dvi backend.
1459         
1460 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/dvi/mdvi-lib/common.h:
1463         * backend/dvi/mdvi-lib/dviread.c:
1464         * backend/dvi/mdvi-lib/font.c:
1465         * backend/dvi/mdvi-lib/fontmap.c:
1466         * backend/dvi/mdvi-lib/fontsrch.c:
1467         * backend/dvi/mdvi-lib/gf.c:
1468         * backend/dvi/mdvi-lib/pagesel.c:
1469         * backend/dvi/mdvi-lib/pk.c:
1470         * backend/dvi/mdvi-lib/sp-epsf.c:
1471         * backend/dvi/mdvi-lib/special.c:
1472         * backend/dvi/mdvi-lib/tfm.c:
1473         * backend/dvi/mdvi-lib/tfmfile.c:
1474         * backend/dvi/mdvi-lib/util.c:
1475         * backend/dvi/mdvi-lib/vf.c:
1476
1477         Rename error as mdvi_error to avoid symbol conflicts with the libc
1478         error. Rename also message, crash, fatal and warning for
1479         consistency. Fixes bug #553369.
1480         
1481 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * backend/dvi/dvi-document.c: (dvi_document_load):
1484
1485         Fix memory leak.
1486         
1487 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * backend/dvi/dvi-document.c:
1490
1491         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1492         G_IMPLEMENT_INTERFACE.
1493         
1494 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1497
1498         Make sure copy_job_page_and_selection_to_job_info is always called
1499         before copy_job_to_job_info. Fixes bug #552382.
1500         
1501 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * NEWS:
1504         * configure.ac:
1505
1506         Update for release 2.24.0
1507         
1508 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-window.c: (launch_external_uri):
1511
1512         Use GdkAppLaunchContext when available to launch external uris.
1513         
1514 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-window.c: (launch_external_uri):
1517
1518         Use the message area to show errors when lauching external uris
1519         instead of a popup window.
1520         
1521 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-window.c: (launch_external_uri):
1524
1525         Assume invalid uris are http uris. Fixes bug #552071.
1526         
1527 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * NEWS:
1530         * configure.ac:
1531
1532         Update for release 2.23.92.
1533         
1534 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * shell/eggfindbar.c: (egg_find_bar_class_init):
1537
1538         Allow page scrolling with PageUp/PageDown keys when find bar is
1539         active. Fixes bug #529833.
1540         
1541 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/ev-view-private.h:
1544         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1545         (ev_view_scroll), (ev_view_class_init):
1546         * shell/ev-view-accessible.c:
1547         (ev_view_accessible_action_do_action):
1548         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1549         (ev_window_cmd_scroll_backward):
1550
1551         Use GtkScrollType instead of EvScrollType.
1552         
1553 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1554
1555         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1556         
1557         Patch for case unsensitive page label match by Michael Lee.
1558         See bug #550136.
1559         
1560         * shell/ev-page-action.c (create_tool_item):    
1561         * test/Makefile.am:
1562         * test/test1.py:
1563         * test/test4.py:
1564         * test/test5.py:
1565         
1566         Added test for the above and updated other tests.
1567
1568 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * shell/ev-window.c: (image_save_dialog_response_cb):
1571
1572         Do not append the file extension twice when saving an image.
1573         
1574 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1577
1578         Remove an invalid ifdef.
1579         
1580 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-view.c: (ev_view_motion_notify_event):
1583
1584         Make sure the cursor is correctly restored after showing the right
1585         click menu.
1586         
1587 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1590         (ev_attachment_open):
1591         * shell/ev-sidebar-attachments.c:
1592         (ev_sidebar_attachments_button_press):
1593         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1594
1595         Use GdkAppLaunchContext when available to open attachments.
1596         
1597 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1600
1601         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1602         by Eric Piel.
1603         
1604 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * shell/ev-application.c: (ev_application_get_media_keys):
1607         * shell/ev-media-player-keys.[ch]:
1608         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1609         (ev_media_player_keys_grab_keys),
1610         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1611         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1612         * shell/ev-window.[ch]: (ev_window_dispose),
1613         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1614         (ev_window_init):
1615
1616         Clean up the media player keys stuff.
1617         
1618 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * NEWS:
1621         * configure.ac:
1622
1623         Update for release 2.23.91.
1624         
1625 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1628         (sm_client_xsmp_set_initial_properties):
1629
1630         Fix memory leak.
1631         
1632 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * shell/ev-application.c: (ev_application_open_window),
1635         (ev_application_open_uri_at_dest):
1636
1637         Make sure evince starts up in the right workspace when resuming a
1638         previous session.
1639         
1640 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * shell/ev-application.[ch]: (ev_application_open_window),
1643         (ev_application_add_icon_path_for_screen),
1644         (ev_application_open_uri_at_dest):
1645
1646         Fix window manager warnings shown in ~/.xsession-errors
1647         
1648 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * configure.ac:
1651         * cut-n-paste/Makefile.am:
1652         * cut-n-paste/smclient/Makefile.am:
1653         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1654         * cut-n-paste/smclient/eggsmclient-private.h:
1655         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1656         * cut-n-paste/smclient/eggsmclient.[ch]:
1657
1658         EggSMClient copied from libegg
1659
1660         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1661         * shell/Makefile.am:
1662         * shell/ev-application.[ch]: (ev_application_load_session),
1663         (smclient_save_state_cb), (smclient_quit_cb),
1664         (ev_application_init_session), (ev_application_shutdown),
1665         (ev_application_init):
1666         * shell/main.c: (main):
1667
1668         Use EggSMClient instead of gnome-client and remove libgnome and
1669         libgnomeui dependencies.
1670         
1671 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * shell/main.c: (main):
1674
1675         Remove gnome_authentication_manager_init.
1676         
1677 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * shell/ev-view.c: (ev_view_goto_window_create):
1680
1681         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1682         since it's now deprecated.
1683         
1684 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * backend/djvu/Makefile.am:
1687         * backend/djvu/djvu-document-private.h:
1688         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1689         (djvu_document_find_iface_init):
1690         * backend/djvu/djvu-text-page.[ch]:
1691         * backend/djvu/djvu-text.[ch]: Removed
1692         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1693         (pdf_document_find_iface_init):
1694         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1695         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1696         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1697         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1698         (ev_job_find_has_results), (ev_job_find_get_results):
1699         * shell/ev-view-private.h:
1700         * shell/ev-view.[ch]: (ev_view_expose_event),
1701         (highlight_find_results), (ev_view_finalize),
1702         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1703         (ev_view_set_document), (ev_view_find_get_n_results),
1704         (ev_view_find_get_result), (jump_to_find_result),
1705         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1706         (ev_view_find_previous), (ev_view_find_search_changed),
1707         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1708         * shell/ev-window.c: (ev_window_update_actions),
1709         (page_changed_cb), (ev_window_setup_document),
1710         (ev_window_update_find_status_message),
1711         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1712         (ev_window_clear_find_job), (find_bar_close_cb),
1713         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1714         (ev_window_dispose), (ev_window_init):
1715
1716         Rework find interface. The find logic has been moved from backends
1717         to the shell avoiding a lot of duplicated code in the backends and
1718         making easier to implement the find interface in the backends.
1719         
1720 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/pdf/ev-poppler.cc:
1723         (pdf_document_thumbnails_get_dimensions):
1724
1725         Make sure thumbnail size returned by the PDF is actually
1726         valid. Fixes bug #548462.
1727         
1728 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c: (ev_window_setup_document),
1731         (ev_window_set_document), (ev_window_dispose):
1732
1733         Remove the idle function for setting the document up when the
1734         window is destroyed. Fixes bug #549163.
1735         
1736 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1739         (ev_job_attachments_dispose), (ev_job_attachments_run),
1740         (ev_job_attachments_class_init), (ev_job_attachments_new):
1741         * shell/ev-sidebar-attachments.c:
1742         (ev_sidebar_attachments_set_document):
1743
1744         Add a new job to get the attachments in a thread with the document
1745         lock held. Fixes bug #548653.
1746         
1747 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1750         (tiff_document_document_iface_init):
1751
1752         Implement document_get_page_label in tiff backend.
1753         
1754 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * backend/tiff/tiff-document.c: (tiff_document_render):
1757
1758         Handle document orientation in tiff backend. Fixes bug #548444.
1759         
1760 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1763
1764         Do not crash when adjustment page size is 0. Fixes bug #547440.
1765         
1766 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1769
1770         Sync with current GTK+.
1771         
1772 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1773
1774         * configure.ac:
1775         
1776         Update for release 2.23.6.
1777
1778 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1781         (ev_job_load_set_password):
1782         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1783         * shell/ev-window.c: (password_dialog_response),
1784         (ev_window_load_job_cb):
1785
1786         Fix loading encrypted documents since I broke it with the jobs
1787         rework.
1788         
1789 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * NEWS:
1792
1793         Update NEWS for 2.23.6 release.
1794         
1795 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1796
1797         * backend/impress/impress-document.c:
1798         * backend/impress/render.h:
1799         * libdocument/ev-document-factory.c:
1800         * libdocument/ev-document-factory.h:
1801         * libdocument/ev-document-links.h:
1802         * libdocument/ev-document-misc.c:
1803         * libdocument/ev-document-misc.h:
1804         * properties/ev-properties-main.c:
1805         * properties/ev-properties-view.c:
1806         * properties/ev-properties-view.h:
1807         * shell/eggfindbar.c:
1808         * shell/eggfindbar.h:
1809         * shell/ev-application.c:
1810         * shell/ev-application.h:
1811         * shell/ev-jobs.h:
1812         * shell/ev-message-area.h:
1813         * shell/ev-navigation-action.c:
1814         * shell/ev-navigation-action.h:
1815         * shell/ev-open-recent-action.c:
1816         * shell/ev-open-recent-action.h:
1817         * shell/ev-page-action-widget.c:
1818         * shell/ev-page-action.c:
1819         * shell/ev-page-action.h:
1820         * shell/ev-page-cache.h:
1821         * shell/ev-password-view.h:
1822         * shell/ev-password.h:
1823         * shell/ev-pixbuf-cache.h:
1824         * shell/ev-properties-fonts.c:
1825         * shell/ev-sidebar-attachments.c:
1826         * shell/ev-sidebar-links.c:
1827         * shell/ev-sidebar-links.h:
1828         * shell/ev-sidebar-thumbnails.c:
1829         * shell/ev-sidebar-thumbnails.h:
1830         * shell/ev-sidebar.c:
1831         * shell/ev-sidebar.h:
1832         * shell/ev-stock-icons.c:
1833         * shell/ev-tooltip.h:
1834         * shell/ev-view.c:
1835         * shell/ev-view.h:
1836         * shell/ev-window.c:
1837         * shell/ev-window.h:
1838         * shell/main.c:
1839
1840         More #include cleanups. Again: reordering, single gtk.h
1841         includes and other stuff.
1842
1843 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1844
1845         * shell/eggfindbar.c:
1846         * shell/ev-application.c:
1847         * shell/ev-message-area.c:
1848         * shell/ev-navigation-action.c:
1849         * shell/ev-open-recent-action.c:
1850         * shell/ev-page-action-widget.c:
1851         * shell/ev-page-action.c:
1852         * shell/ev-password-view.c:
1853         * shell/ev-properties-dialog.c:
1854         * shell/ev-properties-fonts.c:
1855         * shell/ev-sidebar-attachments.c:
1856         * shell/ev-sidebar-page.c:
1857         * shell/ev-sidebar-thumbnails.c:
1858         * shell/ev-stock-icons.c:
1859         * shell/ev-tooltip.c:
1860         * shell/ev-view.c:
1861         * shell/ev-window.c:
1862         * shell/main.c:
1863
1864         Cleanup many #include statements: reorder so that a
1865         generic-to-specific order is used, use single gtk.h
1866         includes, and some other cleanups.
1867
1868 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-jobs.h:
1871
1872         Add gio header.
1873         
1874 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1877         (ev_document_fc_mutex_trylock):
1878         * shell/Makefile.am:
1879         * shell/ev-job-queue.[ch]:
1880         * shell/ev-job-scheduler.[ch]:
1881         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1882         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1883         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1884         (ev_job_failed_from_error), (ev_job_succeeded),
1885         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1886         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1887         (ev_job_links_class_init), (ev_job_render_init),
1888         (notify_page_ready), (ev_job_render_page_ready),
1889         (ev_job_render_run), (ev_job_render_class_init),
1890         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1891         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1892         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1893         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1894         (ev_job_save_dispose), (ev_job_save_run),
1895         (ev_job_save_class_init), (ev_job_print_init),
1896         (ev_job_print_dispose), (ev_job_print_run),
1897         (ev_job_print_class_init):
1898         * shell/ev-page-cache.c:
1899         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1900         (check_job_size_and_unref), (move_one_job),
1901         (copy_job_to_job_info), (add_job),
1902         (ev_pixbuf_cache_add_jobs_if_needed):
1903         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1904         (job_fonts_finished_cb), (job_fonts_updated_cb),
1905         (ev_properties_fonts_set_document):
1906         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1907         (ev_sidebar_links_set_document):
1908         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1909         (ev_sidebar_thumbnails_set_document),
1910         (ev_sidebar_thumbnails_clear_job):
1911         * shell/ev-view-private.h:
1912         * shell/ev-view.c:
1913         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1914         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1915         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1916         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1917         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1918         (ev_window_reload_document), (ev_window_clear_save_job),
1919         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1920         (ev_window_clear_print_job), (ev_window_print_job_cb),
1921         (ev_window_print_dialog_response_cb):
1922         * shell/main.c: (main):
1923
1924         Rework the jobs system in order to make it simpler and more
1925         extensible. It allows to run jobs in the main loop instead of
1926         using a thread when it's appropriate like the fonts job. Now it's
1927         also possible to cancel jobs that are currently running. 
1928         
1929 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * libdocument/ev-debug.c: (profile_init):
1932
1933         Create the hash table also when profiling service is enabled for
1934         all sections.
1935         
1936 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1939         (ev_profiler_stop):
1940         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1941         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1942         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1943         (ev_job_print_run):
1944         * shell/main.c: (main):
1945
1946         Add a profile mode available when debug is enabled. Add profilers
1947         in ev-jobs.
1948         
1949 2008-07-23  Götz Waschk <waschk@mandriva.org>
1950
1951         * configure.ac: Correctly build desktop file. Fixes
1952         bug #544237.
1953
1954 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1955
1956         * configure.ac:
1957         
1958         Update for release 2.23.5.
1959
1960 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * NEWS:
1963
1964         Update NEWS for 2.23.5 release.
1965         
1966 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/ev-window.c: (ev_window_state_event),
1969         (ev_window_class_init):
1970
1971         Intercept window manager's fullscreen request in order to run/stop
1972         fullscreen mode. Fixes bug #493541.
1973         
1974 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1977
1978         Restart the job search when the find bar is opened for the second
1979         time. Fixes bug #531956.
1980         
1981 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1984         (get_document_from_uri):
1985
1986         Make sure we always return a valid error struct when
1987         get_document_from_uri fails. Fixes nautilus crash, see bug
1988         #542548.
1989         
1990 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1991
1992         * libdocument/ev-transition-effect.c
1993         (ev_transition_effect_type_get_type),
1994         (ev_transition_effect_alignment_get_type),
1995         (ev_transition_effect_direction_get_type):
1996         
1997         Fixes bug #542924. Makes enums static to fix Solaris build.
1998
1999 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * shell/ev-view.c: (ev_view_key_press_event):
2002
2003         Add '.' keybinding for blanking the screen in presentation
2004         mode. Fixes bug #542001.
2005         
2006 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * libdocument/ev-document-misc.c:
2009         (ev_document_misc_pixbuf_from_surface):
2010
2011         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2012         #540950.
2013         
2014 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2015
2016         * backend/comics/comics-document.c (comics_document_load):
2017         * backend/comics/comicsdocument.evince-backend.in:
2018         * configure.ac:
2019         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2020         
2021         Added support for 7-zip based cb7 comic book. Patch by
2022         Kartik Rustagi. Fixes bug #532312.
2023
2024 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2025
2026         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2027         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2028         Fixes bug #539972.
2029
2030 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2031
2032         * shell/Makefile.am:
2033         * shell/ev-application.c (ev_application_init),
2034         (ev_application_get_media_keys):
2035         * shell/ev-application.h:
2036         * shell/ev-marshal.list:
2037         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2038         (proxy_destroy), (on_media_player_key_pressed),
2039         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2040         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2041         * shell/ev-media-player-keys.h:
2042         * shell/ev-window.c (ev_window_go_previous_page),
2043         (ev_window_go_next_page), (ev_window_go_first_page),
2044         (ev_window_go_last_page), (ev_window_start_presentation),
2045         (ev_window_dispose), (view_actions_focus_in_cb):
2046         * shell/ev-window.h: When building with D-Bus support, listen
2047         for multimedia key events from gnome-settings-daemon. This allows
2048         to go to the next/previous/first/last pages using, respectively,
2049         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2050         a presentation. Fixes bug #539971.
2051
2052 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2053
2054         * configure.ac:
2055         
2056         Update for release 2.23.4.
2057
2058 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * NEWS:
2061
2062         Update news for 2.23.4 release.
2063         
2064 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2067         * shell/ev-sidebar-thumbnails.c:
2068         (ev_sidebar_thumbnails_set_loading_icon),
2069         (ev_sidebar_thumbnails_refresh):
2070         * shell/ev-window.c: (ev_window_error_message),
2071         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2072         (ev_window_set_document):
2073
2074         Do not crash opening documents with no pages and show a warning
2075         message in the message area. Fixes bugs #537574 and #171588.
2076         
2077 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/Makefile.am:
2080         * shell/ev-file-monitor.[ch]:
2081         * shell/ev-window.c: (ev_window_document_changed),
2082         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2083         (ev_window_reload_job_cb), (ev_window_open_uri),
2084         (ev_window_reload_document), (ev_window_cmd_view_reload),
2085         (ev_window_dispose):
2086
2087         Automaticly reload the document when the file has changed on
2088         disk. Bug #304249.
2089         
2090 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2091
2092         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2093         * libdocument/ev-image.c: (ev_image_save_tmp):
2094         * libdocument/ev-module.c: (ev_module_load):
2095         * shell/ev-application.c: (ev_application_shutdown),
2096         (ev_application_get_print_settings):
2097         * shell/ev-sidebar-attachments.c:
2098         (ev_sidebar_attachments_button_press),
2099         (ev_sidebar_attachments_drag_data_get):
2100         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2101         (ev_window_print_finished), (ev_window_print_send),
2102         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2103         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2104         (ev_window_cmd_preview_print):
2105         * shell/main.c: (load_files_remote):
2106         Fix some build warnings under GCC 4.3.0. (#537535).
2107
2108 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-jobs.c: (ev_job_render_dispose):
2111
2112         Fix a crash in debug mode. Patch by Daniel M German.
2113         
2114 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-window.c:
2117
2118         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2119         
2120 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * shell/ev-window.c: (ev_window_print_send),
2123         (ev_window_do_preview_print):
2124
2125         Use the window title as print job name instead of just
2126         "evince-print". Fixes bug #534493.
2127         
2128 2008-05-19  Frederic Peters  <fpeters@0d.be>
2129
2130         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2131         Bug #533897.
2132
2133 2008-05-19  Frederic Peters  <fpeters@0d.be>
2134
2135         * help/reference/Makefile.am: added missing libevmountoperation to
2136         gtkdoc-scanobj libraries.  Bug #533896.
2137
2138 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2139
2140         * properties/ev-properties-view.c (get_default_user_units):
2141         Fixes check for default units string translation. Bug #533323.
2142
2143 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2144
2145         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2146         be an iks_free(). Fix an array overflow in the XML parser that
2147         would occur whenever the number of attributes in a tag was greater
2148         than 0 and divisible by 6. Fixes GNOME bug #530852.
2149
2150 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * backend/djvu/djvu-document-private.h:
2153         * backend/djvu/djvu-links.c:
2154         * backend/djvu/djvu-text.c:
2155         * backend/djvu/djvu-document.c: (djvu_handle_events),
2156         (djvu_wait_for_message), (djvu_document_load),
2157         (document_get_page_size), (djvu_document_render),
2158         (djvu_document_thumbnails_get_thumbnail),
2159         (djvu_document_file_exporter_end):
2160
2161         Make sure load job doesn't finish successfully when the document
2162         is not successfully decoded by libdjvu. Fixes bug #530202.
2163         
2164 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * configure.ac:
2167         * libdocument/Makefile.am:
2168         * libdocument/ev-debug.[ch]:
2169         * libdocument/ev-document.c:
2170         * shell/ev-jobs.c: (ev_job_links_dispose),
2171         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2172         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2173         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2174         (ev_job_render_page_ready), (ev_job_render_run),
2175         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2176         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2177         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2178         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2179         (ev_job_print_new), (ev_job_print_run):
2180         * shell/main.c: (main):
2181
2182         Add debug mode based on gedit code. Add debug messages in
2183         ev-jobs.
2184         
2185 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * libdocument/ev-document-factory.c: (get_document_from_uri):
2188
2189         Fix memory leak.
2190         
2191 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2192
2193         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2194         (get_mime_type_from_data), (get_document_from_uri),
2195         (ev_document_factory_get_document):
2196         
2197         Improved error message about file opening failture.
2198         Bug #529129.
2199
2200 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2201
2202         * data/evince-toolbar.xml:
2203         
2204         Allow to add SaveAs to toolbar.
2205
2206 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * shell/ev-view-private.h:
2209         * shell/ev-view.[ch]: (ev_view_button_release_event),
2210         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2211         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2212         (ev_view_update_primary_selection), (clear_link_selected),
2213         (ev_view_copy_link_address):
2214         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2215
2216         Update also the primary selection when copying a link
2217         address. Fixes bug #520855.
2218         
2219 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * libdocument/ev-document-factory.c: (get_document_from_uri):
2222
2223         Use the pixbuf backend only when the mime type is not supported by
2224         any of the other backend so that tiff documents, for instance, are
2225         handled by the tiff backend instead of the pixbuf backend. fixes
2226         bug #520290.
2227         
2228 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * cut-n-paste/Makefile.am:
2231
2232         Add evmountoperation to subdirs list.
2233         
2234 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * configure.ac:
2237
2238         Fix libspectre check in configure script. Fixes bug #528549.
2239         
2240 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * configure.ac:
2243         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2244         * shell/Makefile.am:
2245         * shell/ev-window.c: (ev_window_load_remote_failed),
2246         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2247
2248         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2249         open documents in remote locations that are not mounted.
2250         
2251 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2254         (bitmap_convert_msb8):
2255         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2256         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2257
2258         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2259         
2260 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2263         (ev_job_render_new), (ev_job_render_set_selection_info),
2264         (ev_job_render_run):
2265         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2266         (check_job_size_and_unref),
2267         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2268         (add_job), (ev_pixbuf_cache_get_selection_surface):
2269
2270         Create the render context needed for rendering a page in the render
2271         thread so that we don't block the main thread. Simplify
2272         EvJobRender API.
2273         
2274 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * libdocument/Makefile.am:
2277         * libdocument/ev-page.[ch]:
2278         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2279         (ev_render_context_new), (ev_render_context_set_page):
2280         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2281         (ev_form_field_finalize), (ev_form_field_class_init):
2282         * libdocument/ev-document-forms.[ch]:
2283         (ev_document_forms_get_form_fields):
2284         * libdocument/ev-document.[ch]: (ev_document_get_page),
2285         (ev_document_get_page_size), (ev_document_get_page_label):
2286         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2287         (ev_job_render_run), (ev_job_thumbnail_new),
2288         (ev_job_thumbnail_run), (ev_job_print_run):
2289         * shell/ev-page-cache.c: (ev_page_cache_new):
2290         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2291         (check_job_size_and_unref), (add_job):
2292         * shell/ev-sidebar-thumbnails.c: (add_range):
2293         * shell/ev-view.c: (ev_view_form_field_get_region),
2294         (ev_view_form_field_button_create_widget),
2295         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2296         (ev_view_handle_form_field), (ev_view_size_allocate),
2297         (get_selected_text):
2298         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2299         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2300         (pdf_document_get_page), (pdf_document_get_page_label),
2301         (pdf_document_render), (pdf_document_get_info),
2302         (pdf_document_document_iface_init),
2303         (pdf_document_thumbnails_get_thumbnail),
2304         (pdf_document_thumbnails_get_dimensions),
2305         (pdf_document_file_exporter_do_page),
2306         (pdf_selection_render_selection),
2307         (pdf_selection_get_selected_text),
2308         (pdf_selection_get_selection_region),
2309         (pdf_selection_get_selection_map),
2310         (pdf_document_forms_get_form_fields),
2311         (pdf_document_forms_form_field_text_get_text),
2312         (pdf_document_forms_form_field_text_set_text),
2313         (pdf_document_forms_form_field_button_set_state),
2314         (pdf_document_forms_form_field_button_get_state),
2315         (pdf_document_forms_form_field_choice_get_item),
2316         (pdf_document_forms_form_field_choice_get_n_items),
2317         (pdf_document_forms_form_field_choice_is_item_selected),
2318         (pdf_document_forms_form_field_choice_select_item),
2319         (pdf_document_forms_form_field_choice_toggle_item),
2320         (pdf_document_forms_form_field_choice_unselect_all),
2321         (pdf_document_forms_form_field_choice_set_text),
2322         (pdf_document_forms_form_field_choice_get_text):
2323         * backend/ps/ev-spectre.c: (ps_document_get_page),
2324         (ps_document_get_page_size), (ps_document_get_page_label),
2325         (ps_document_render), (ps_document_document_iface_init),
2326         (ps_document_file_exporter_do_page):
2327         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2328         (tiff_document_render), (tiff_document_render_pixbuf),
2329         (tiff_document_file_exporter_do_page):
2330         * backend/pixbuf/pixbuf-document.c:
2331         (pixbuf_document_get_page_size):
2332         * backend/comics/comics-document.c:
2333         (comics_document_get_page_size), (comics_document_render_pixbuf):
2334         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2335         (djvu_document_render), (djvu_selection_get_selected_text),
2336         (djvu_document_thumbnails_get_thumbnail),
2337         (djvu_document_file_exporter_do_page),
2338         (djvu_document_find_get_result):
2339         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2340         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2341         (dvi_document_thumbnails_get_thumbnail),
2342         (dvi_document_file_exporter_do_page):
2343         * backend/impress/impress-document.c:
2344         (impress_document_get_page_size),
2345         (impress_document_render_pixbuf):
2346         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2347
2348         Add EvPage so that we can hold a reference to the backend
2349         page. Form fields keep now a reference to the poppler page
2350         improving performance since we don't have to create/destroy the
2351         poppler field for every form operation. This will be needed for
2352         annotations too.
2353         
2354 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * data/evince-ui.xml:
2357         * shell/ev-window.c:
2358
2359         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2360         
2361 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * configure.ac:
2364         * backend/ps/Makefile.am:
2365
2366         Remove gs stuff from ps backend.
2367         
2368 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * configure.ac:
2371         * backend/pdf/ev-poppler.cc:
2372
2373         Bump poppler requirement to 0.8.0.
2374         
2375 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2376
2377         * NEWS:
2378         * configure.ac:
2379
2380         Update for release 2.22.1.1
2381
2382 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * configure.ac:
2385
2386         Fix build (again) when poppler version is 0.6
2387         
2388 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * backend/djvu/djvu-links.c: (build_tree):
2391
2392         Make sure link title is a valid utf8 string. Fixes bug #526517.
2393         
2394 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * configure.ac:
2397
2398         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2399         #526799.
2400         
2401 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * configure.ac:
2404         
2405         Update for release 2.22.1.
2406
2407 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * NEWS:
2410
2411         Update for upcoming release.
2412
2413 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * configure.ac:
2416         * backend/dvi/dvidocument.evince-backend.in:
2417
2418         Add compressed dvi to the list of supported mime types. Patch by
2419         Ed Catmur. Fixes bug #307087.
2420
2421 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2424
2425         Fix a crash when printing a range that doesn't specify the start or
2426         end page. Fixes bug #524288.
2427
2428 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * shell/ev-window.c: (ev_window_cmd_continuous),
2431         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2432         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2433         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2434         (ev_window_run_presentation), (ev_window_stop_presentation),
2435         (ev_window_cmd_view_presentation),
2436         (ev_window_cmd_leave_fullscreen),
2437         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2438
2439         Do not unfullscreen and fullscreen again the window when changing
2440         from fullscreen to presentation mode and vice versa. Fixes bug
2441         #524112.
2442         
2443 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2446
2447         Do not crash when thumbnail failed to render in PS backend. Fixes
2448         bug #525015.
2449         
2450 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2453         (ev_window_load_file_remote), (ev_window_open_uri):
2454
2455         Handle errors when opening remote files.
2456         
2457 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2460
2461         Only grab the focus for the current visible proxy widget. Fixes
2462         bug #521224.
2463         
2464 2008-03-30  Emil Soleyman  <emil@nishra.com>
2465
2466         * shell/ev-window.c: (launch_external_uri):
2467         
2468         Reuse g_app_info_launch_default_for_uri to
2469         save some code and fix bug #525009.
2470
2471 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2472
2473         * shell/ev-window.c (image_save_dialog_response_cb):
2474
2475         Use g_str_has_suffix. See bug #523069.
2476
2477 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * configure.ac:
2480
2481         Add a configure option to enable/diable DBus. Patch by Rémi
2482         Cardona. Fixes bug 521797.
2483
2484 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2487
2488         Fix printing in documents with rotated pages. Patch by Eugen
2489         Dedu. Fixes bug #512648.
2490         
2491 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2494         (ev_link_from_action):
2495
2496         Fix warning messages.
2497         
2498 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-window.c: (image_save_dialog_response_cb):
2501
2502         Do not append the extension to filename when saving an image
2503         if the filename alredy contains the extension. Fixes bug #523069.
2504         
2505 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * shell/ev-view.[ch]: (ev_view_find_cancel):
2508         * shell/ev-window.c: (find_bar_close_cb):
2509
2510         Cancel the find operation when the find bar is closed. Fixes bug
2511         #508845.
2512         
2513 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * backend/ps/psdocument.evince-backend.in:
2516
2517         Make ps backend module resident. Fixes bug #520607.
2518         
2519 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-jobs.c: (ev_job_print_run):
2522
2523         Invert collate action in order to work as expected, fix reverse
2524         printing so that it doesn't start with a blank page and fix number
2525         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2526         
2527 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2530
2531         Fix build with poppler <= 0.7.2
2532         
2533 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * libdocument/ev-document-misc.c:
2536         (ev_document_misc_surface_from_pixbuf):
2537
2538         Fix selections with poppler-splash.
2539         
2540 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * configure.ac:
2543         * backend/pdf/ev-poppler.cc:
2544
2545         Fix build with poppler >= 0.7.2
2546         
2547 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2548
2549         * configure.ac:
2550         
2551         Update for release 2.22.0
2552
2553 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * NEWS:
2556
2557         Update for upcoming release.
2558
2559 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2560
2561         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2562
2563         Bug 495107 – Handle print dialog responses correctly
2564
2565         Correctly handle print dialog response. Properly fixes
2566         the above mentioned bug.
2567
2568 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2571
2572         Make sure print job is only run when the print button is
2573         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2574         
2575 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * backend/pdf/pdfdocument.evince-backend.in:
2578         * libdocument/ev-backends-manager.c:
2579         (ev_backends_manager_load_backend),
2580         (ev_backends_manager_get_document):
2581         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2582
2583         Allow making backend modules resident. This is needed only for
2584         some backends like pdf to avoid registering glib types more than
2585         once.
2586         
2587 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * backend/comics/comics-document.c:
2590         * backend/djvu/djvu-document.c:
2591         * backend/impress/impress-document.c:
2592         * backend/pdf/ev-poppler.cc:
2593         * backend/pixbuf/pixbuf-document.c:
2594         * backend/ps/ev-spectre.c:
2595         * backend/ps/ps-document.c:
2596         * backend/tiff/tiff-document.c:
2597         * libdocument/ev-document.h:
2598         * properties/ev-properties-main.c:
2599
2600         Use g_type_module_add_interface instead of
2601         g_type_add_interface_static. Fixes bug #519679.
2602         
2603 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2604
2605         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2606         Added. Returns whether the animation has everything necessary to run.
2607         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2608         is ready just because it's been created. Fixes #519106.
2609         (draw_one_page): Do not show the "Loading..." text in presentation
2610         mode, there was a slim probability that this could happen.
2611
2612 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2615
2616         Duplicate mime_type string before freeing it so that it doesn't
2617         always fail when getting mime type from uri. Fixes bug #518874.
2618         
2619 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2622
2623         Fix a crash when a choice form field doesn't have any item
2624         selected. Fixes bug #518831
2625         
2626 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2627
2628         * shell/ev-window.c (ev_window_clear_temp_file):
2629         Use g_file_has_prefix instead of renamed
2630         g_file_contains_file.
2631
2632         * configure.ac:
2633         Require new glib for above change.
2634         
2635 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * libdocument/ev-image.c: (ev_image_finalize),
2638         (ev_image_save_tmp):
2639
2640         Return a real uri instead of a filename when saving an
2641         image. Fixes images drag an drop from evince to nautilus. 
2642         
2643 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * backend/pdf/ev-poppler.cc:
2646         (pdf_document_images_get_image_mapping):
2647
2648         Return the image list in the right order. Fixes bug #516237.
2649         
2650 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2651
2652         * backend/impress/impress-document.c:
2653         (impress_document_thumbnails_get_thumbnail):
2654
2655         Remove unused variable to avoid a compiler warning.
2656
2657 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2658
2659         * configure.ac:
2660         
2661         Update for release 2.21.91.
2662
2663 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * configure.ac:
2666         * shell/Makefile.am:
2667         * shell/ev-application.[ch]:
2668         * shell/ev-sidebar-links.c:
2669         * shell/ev-utils.[ch]:
2670         * shell/ev-window.[ch]:
2671
2672         Remove libgnomeprint support. Fixes bug #512370.
2673         
2674 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2675
2676         * thumbnailer/evince-thumbnailer.c: (main):
2677
2678         Initialize glib type system before using it. Fixes bug #513934.
2679         
2680 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * properties/ev-properties-main.c:
2683
2684         Add missing #include.
2685         
2686 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * configure.ac:
2689         * backend/djvu/djvu-document.c: (djvu_document_render):
2690         * backend/tiff/tiff-document.c: (tiff_document_render):
2691
2692         Use the new cairo function cairo_format_stride_for_width when
2693         available. Fixes bug #482720.
2694
2695 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2698         (get_mime_type_from_data), (get_document_from_uri):
2699
2700         Use g_content_type_guess() only when slow is true in
2701         get_document_from_uri(). Fix several memory leaks.
2702         
2703 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2704
2705         * libdocument/ev-document-factory.c:
2706         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2707         (get_document_from_uri):
2708
2709         Use g_content_type_guess () to get mimetype for files.
2710         Bug #510401.
2711
2712 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * thumbnailer/Makefile.am:
2715
2716         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2717         
2718 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * configure.ac:
2721
2722         Fix build with --without-libgnome. Fixes bug #512771.
2723         
2724 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2725
2726         * backend/dvi/Makefile.am: Install only dvi
2727         module. Fixes bug #512718.
2728
2729 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2730
2731         * properties/ev-properties-main.c: (nautilus_module_initialize):
2732         
2733         Initialize backends in properties tab. Fixes bug
2734         #512720.
2735
2736 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2737
2738         * properties/Makefile.am: No need to link with 
2739         libraries. Fixes bug #512719.
2740
2741 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * NEWS:
2744         * configure.ac:
2745         
2746         Update for release 2.21.90.
2747
2748 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * shell/ev-window.c: (ev_window_cmd_escape):
2751
2752         Fix compile warning.
2753         
2754 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2757
2758         Fix printing in dvi backend when filename contains white
2759         espaces. Fixes bug #502839.
2760         
2761 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2764         (screensaver_disable_x11):
2765         * shell/Makefile.am:
2766         * shell/xdg-user-dir-lookup.c: Removed
2767         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2768         * shell/ev-view.c: (ev_view_presentation_transition_start):
2769         * shell/ev-window.c: (ev_window_cmd_file_open),
2770         (ev_window_cmd_save_as), (presentation_set_timeout):
2771
2772         Remove #ifdefs that are no longer needed.
2773         
2774 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * shell/ev-view.[ch]: (ev_view_button_release_event),
2777         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2778         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2779         (ev_window_cmd_escape):
2780
2781         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2782         
2783 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * configure.ac:
2786         * backend/comics/comics-document.c: (comics_document_load):
2787         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2788         (ev_attachment_set_property), (ev_attachment_init),
2789         (ev_attachment_save), (ev_attachment_launch_app),
2790         (ev_attachment_open):
2791         * libdocument/ev-document-factory.c: (get_document_from_uri):
2792         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2793         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2794         * shell/ev-jobs.c:
2795         * shell/ev-password.c: (ev_password_dialog_set_property),
2796         (ev_password_dialog_save_password):
2797         * shell/ev-sidebar-attachments.c:
2798         (ev_sidebar_attachments_drag_data_get):
2799         * shell/ev-window-title.c: (get_filename_from_uri):
2800         * shell/ev-window.c: (ev_window_clear_temp_file),
2801         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2802         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2803         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2804         (launch_external_uri), (image_save_dialog_response_cb),
2805         (attachment_save_dialog_response_cb):
2806         * shell/main.c: (load_files), (load_files_remote), (main):
2807         * thumbnailer/evince-thumbnailer.c: (main):
2808
2809         Port to gio and drop gnome-vfs dependency. Fixes bug
2810         #510401. Based on patch by Cosimo Cecchi.
2811         
2812 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2813
2814         * NEWS:
2815
2816         Fixed formatting inconsistencies (spaces vs. tabs)
2817
2818 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2819
2820         * shell/ev-window.c:
2821
2822         Use top/up/bottom/down arrows instead of
2823         first/left/last/right in the toolbar and menu actions.
2824         This fixes issues with RTL languages and is visually
2825         consistent with the page view. Fixes bug #170081.
2826
2827 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2828
2829         * NEWS:
2830
2831         Fixed some inaccuracies pointed out by Carlos Garcia
2832         Campos.
2833
2834 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2835
2836         * NEWS:
2837         * data/evince.schemas.in:
2838         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2839
2840         Override PDF restrictions by default. Fixes bug #382700.
2841
2842 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2843
2844         * NEWS: Updated for upcoming release
2845
2846 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2849
2850         Fix memory leak.
2851         
2852 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2853
2854         * shell/ev-window.c: (register_custom_actions):
2855         
2856         Added comment for translators
2857
2858 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * shell/ev-view.c: (ev_view_button_release_event):
2861
2862         Do not create the idle function for kinetic scrolling if we are
2863         not in a drag operation.
2864
2865 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2868         (ev_view_button_press_event), (ev_view_motion_notify_event),
2869         (ev_view_button_release_event):
2870
2871         Restore cursor after autoscrolling. Fixes bug #509958.
2872
2873 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2874
2875         * configure.ac:
2876         * backend/pdf/ev-poppler.cc:
2877         (pdf_document_images_get_image_mapping),
2878         (pdf_document_images_get_image),
2879         (pdf_document_document_images_iface_init):
2880         * libdocument/ev-document-images.[ch]:
2881         (ev_document_images_get_image_mapping),
2882         (ev_document_images_get_image):
2883         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2884         (ev_image_get_id), (ev_image_save_tmp):
2885         * shell/ev-jobs.c: (ev_job_render_run):
2886         * shell/ev-view.c: (ev_view_drag_data_get):
2887         * shell/ev-window.c: (image_save_dialog_response_cb),
2888         (ev_view_popup_cmd_copy_image):
2889
2890         Do not render images when rendering the page but on demand. It
2891         reduces the memory comsumption.
2892         
2893 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2894
2895         * configure.a:
2896         * shell/ev-password.c:
2897
2898         Make gnome-keyring optional. Fixes bug #509676.
2899         
2900 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-pixbuf-cache.c: (add_job):
2903
2904         Initialize include_images variable as FALSE instead of TRUE.
2905         
2906 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2907
2908         * configure.ac:
2909         * cut-n-paste/Makefile.am:
2910         * cut-n-paste/fileformatchooser/Makefile.am:
2911         * cut-n-paste/fileformatchooser/egg-macros.h:
2912         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2913         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2914         * shell/Makefile.am:
2915         * shell/ev-utils.c:
2916         (file_chooser_dialog_add_writable_pixbuf_formats),
2917         (get_gdk_pixbuf_format_by_extension):
2918         * shell/ev-utils.h:
2919         * shell/ev-window.c: (ev_window_error_message),
2920         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2921         
2922         Simplify image format selection on save.
2923
2924 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2925
2926         * shell/ev-view.c: (ev_view_scroll_event):
2927         
2928         Repair gorizontal scrolling with shift. Fixes
2929         bug #483412.
2930
2931 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2932         
2933         * MAINTAINERS:
2934
2935         Fix formatting issues.
2936         
2937 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2938
2939         * backend/comics/comics-document.c: (comics_regex_quote):
2940         
2941         Don't overquote special chars except of '. See bug 
2942         502500. Thanks to Tom Parker.
2943
2944 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2945
2946         * MAINTAINERS:
2947         
2948         Added Nickolay and Carlos, since they're doing most of
2949         the releases nowadays.
2950
2951 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2952
2953         * properties/Makefile.am:
2954
2955         Get the nautilus extension dir properly instead of using
2956         a hack. Fixes bug #505359.
2957
2958 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * properties/Makefile.am:
2961         
2962         Install nautilus extension into new place. See bug
2963         #505359. Thanks to Matthias Clasen, Brian Pepple and
2964         Damien Carbery.
2965
2966 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2967
2968         * shell/ev-window.c: (ev_window_get_recent_file_label):
2969         
2970         RTL marker in recent file list. See bug #509076.
2971
2972 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2975         * shell/ev-window.c: (image_save_dialog_response_cb):
2976
2977         Fix compile warnings due to unused variables.
2978         
2979 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * configure.ac:
2982         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2983         * backend/ps/ev-spectre.c: (ps_document_render):
2984
2985         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2986
2987 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2988
2989         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2990         (ev_transition_animation_paint): Implement "fade" effect.
2991
2992 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2993
2994         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2995         (ev_transition_animation_paint): Implement "uncover" effect.
2996
2997 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2998
2999         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3000         (ev_transition_animation_paint): Implement "cover" effect.
3001
3002 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3003
3004         * shell/ev-transition-animation.c (ev_transition_animation_push)
3005         (ev_transition_animation_paint): Implement "push" effect.
3006
3007 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3008
3009         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3010         (ev_transition_animation_paint): Implement "dissolve" effect.
3011
3012 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3013
3014         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3015         (ev_transition_animation_paint): Implement "wipe" effect.
3016
3017 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3018
3019         * shell/ev-transition-animation.c (ev_transition_animation_box)
3020         (ev_transition_animation_paint): Implement "box" effect.
3021
3022 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3023
3024         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3025         (ev_transition_animation_paint): Implement "blinds" effect.
3026
3027 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3028
3029         * shell/ev-transition-animation.c (ev_transition_animation_split)
3030         (ev_transition_animation_paint): Implement "split" effect.
3031
3032 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3033
3034         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3035         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3036         (ev_view_transition_animation_start) 
3037         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3038         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3039         (ev_view_next_page) (ev_view_previous_page):
3040         
3041         Use EvTransitionAnimation to drive page changes in the presentation
3042         mode, the animation will wait to start until both the origin and 
3043         destination page surfaces are available. Fixes #458460.
3044
3045         (draw_loading_text):
3046
3047         Remove workaround for bug #320352, it's now fixed properly.
3048
3049
3050 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3051
3052         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3053         will contain the implementations for page transition animations, at
3054         the moment it just has the "replace" effect.
3055         * shell/Makefile.am: Added these files to build.
3056
3057 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3058
3059         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3060         animations.
3061         * shell/Makefile.am: Added these files to build.
3062
3063 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3064
3065         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3066         implementation to get_effect() in EvDocumentTransitionIface.
3067
3068 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3069
3070         * libdocument/ev-transition-effect.[ch]: New files, define a page
3071         transition effect, at the moment it maps PopplerPageTransition to a
3072         GObject.
3073         * libdocument/Makefile.am: Added these files to build.
3074         * libdocument/ev-document-transition.[ch]
3075         (ev_document_transition_get_effect): New method, gets the
3076         EvTransitionEffect returned by the interface implementation, with
3077         fallback to the "replace" effect.
3078
3079 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3080
3081         * configure.ac:
3082         * cut-n-paste/Makefile.am:
3083         * cut-n-paste/fileformatchooser/Makefile.am:
3084         * cut-n-paste/fileformatchooser/egg-macros.h:
3085         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3086         * shell/Makefile.am:
3087         * shell/ev-window.c: (image_save_dialog_response_cb),
3088         (ev_view_popup_cmd_save_image_as):
3089
3090         Allow exporting images in any format supported by
3091         GdkPixbuf. Fixes bug #500209.
3092         
3093 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3094
3095         * backend/pixbuf/pixbuf-document.c:
3096
3097         More warnings fixed.
3098         
3099 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3102         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3103         * backend/djvu/djvu-text.h:
3104         * backend/tiff/tiff-document.c: (tiff_document_render):
3105
3106         Fix compile warnings.
3107         
3108 2007-12-28  Christian Persch  <chpe@gnome.org>
3109
3110         * **/*.c: Include config.h. Bug #504721.
3111
3112 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * configure.ac:
3115         * Makefile.am:
3116         * po/POTFILES.in:
3117         * backend/comics/Makefile.am:
3118         * backend/comics/comics-document.[ch]:
3119         * backend/comics/comicsdocument.evince-backend.in:
3120         * backend/djvu/Makefile.am:
3121         * backend/djvu/djvu-document.[ch]:
3122         * backend/djvu/djvudocument.evince-backend.in:
3123         * backend/dvi/Makefile.am:
3124         * backend/dvi/dvi-document.[c]:
3125         * backend/dvi/dvidocument.evince-backend.in:
3126         * backend/impress/Makefile.am:
3127         * backend/impress/impress-document.[ch]:
3128         * backend/impress/impressdocument.evince-backend.in:
3129         * backend/pdf/Makefile.am:
3130         * backend/pdf/ev-poppler.cc:
3131         * backend/pdf/ev-poppler.h:
3132         * backend/pdf/pdfdocument.evince-backend.in:
3133         * backend/pixbuf/Makefile.am:
3134         * backend/pixbuf/pixbuf-document.[ch]:
3135         * backend/pixbuf/pixbufdocument.evince-backend.in:
3136         * backend/ps/Makefile.am:
3137         * backend/ps/ev-spectre.[ch]:
3138         * backend/ps/ps-document.[ch]:
3139         * backend/ps/psdocument.evince-backend.in:
3140         * backend/tiff/Makefile.am:
3141         * backend/tiff/tiff-document.[ch]:
3142         * backend/tiff/tiffdocument.evince-backend.in:
3143         * libdocument/Makefile.am:
3144         * libdocument/ev-backends-manager.[ch]:
3145         * libdocument/ev-module.[ch]:
3146         * libdocument/ev-document.h:
3147         * libdocument/ev-document-factory.[ch]:
3148         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3149         (get_compression_from_mime_type), (get_document_from_uri),
3150         (ev_document_factory_get_document), (file_filter_add_mime_types),
3151         (ev_document_factory_add_filters):
3152         * shell/Makefile.am:
3153         * shell/ev-window-title.c: (get_filename_from_uri):
3154         * shell/main.c: (main):
3155         * thumbnailer/Makefile.am:
3156         * thumbnailer/evince-thumbnailer.c: (main):
3157
3158         Plugin system for backends. Fixes bug #351348.
3159         
3160 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * shell/ev-view-private.h:
3163         * shell/ev-view.c: (ev_view_drag_update_momentum),
3164         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3165         (ev_view_button_release_event), (ev_view_destroy):
3166         
3167         Kinetic scrolling implemented as requested in
3168         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3169
3170 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * data/evince-toolbar.xml:
3173         * data/evince-ui.xml:
3174         * shell/ev-view-private.h:
3175         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3176         (ev_view_button_press_event), (ev_view_motion_notify_event),
3177         (ev_view_button_release_event), (ev_view_init),
3178         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3179         (ev_view_set_cursor):
3180         * shell/ev-view.h:
3181         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3182         (ev_window_cmd_view_autoscroll):
3183         
3184         Autoscroll feature with the context menu. Fixes bug 
3185         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3186
3187 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3190
3191         Disconnect also page-ready signal when removing a job because the
3192         page size has changed. Thanks to kripken
3193         <kripkensteiner@gmail.com>.
3194
3195 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3198         
3199         Scroll pages in page entry with mouse wheel. Fixes bug
3200         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3201
3202 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * backend/dvi/Makefile.am:
3205         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3206         (mdvi_cairo_device_init):
3207         * backend/dvi/mdvi-lib/common.h:
3208         * backend/dvi/mdvi-lib/mdvi.h:
3209         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3210         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3211         (mdvi_build_path_from_cwd):
3212
3213         Add ps specials support in dvi backend when libspectre is
3214         present. Fixes bug #386005.
3215         
3216 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * configure.ac:
3219         * backend/ps/Makefile.am:
3220         * backend/ps/ev-spectre.[ch]:
3221         
3222         Use libspectre, if available, for the ps backend. Fixes bugs
3223         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3224
3225 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3226         
3227         * backend/comics/comics-document.c: (comics_document_load):
3228         
3229         Cygwin build issue fix.
3230
3231 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * shell/ev-view.c: (ev_view_set_zoom):
3234
3235         Do not limit the minimum zoom factor when sizing mode is best bit
3236         or fit width. Fixes bug #503805.
3237         
3238 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3241         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3242         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3243         (ev_link_dest_get_property), (ev_link_dest_set_property),
3244         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3245         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3246         (ev_link_dest_new_fitr):
3247         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3248         (goto_fith_dest), (goto_xyz_dest):
3249
3250         Do not change left, top and zoom values when they are null in PDF
3251         destinations. Fixes bug #460658.
3252         
3253 2007-12-10  Christian Persch  <chpe@gnome.org>
3254
3255         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3256         (ev_view_accessible_class_init),
3257         (ev_view_accessible_idle_do_action),
3258         (ev_view_accessible_action_do_action),
3259         (ev_view_accessible_action_get_description),
3260         (ev_view_accessible_action_set_description),
3261         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3262         (ev_view_accessible_factory_init),
3263         (ev_view_accessible_factory_get_accessible_type):
3264         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3265         private data, and G_DEFINE_TYPE. Bug #502843.
3266
3267 2007-12-08  Christian Persch  <chpe@gnome.org>
3268
3269         * shell/ev-metadata-manager.c: (item_free),
3270         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3271         (value_free), (parse_value), (parseItem),
3272         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3273         (save_values): Use GSlice to allocate small amounts of memory. Bug
3274         #475972.
3275
3276 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3279
3280         Restore cursor to normal after a drag operation. Fixes bug
3281         #501603.
3282         
3283 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3284
3285         * NEWS:
3286         * configure.ac:
3287         
3288         Update for release 2.21.1
3289
3290 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * configure.ac:
3293         * cut-n-paste/gedit-message-area/Makefile.am:
3294         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3295         * shell/Makefile.am:
3296         * shell/ev-message-area.[ch]:
3297         * shell/ev-window.c: (ev_window_set_message_area),
3298         (ev_window_error_message_response_cb), (ev_window_error_message),
3299         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3300         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3301         (ev_attachment_popup_cmd_open_attachment),
3302         (attachment_save_dialog_response_cb), (ev_window_set_document),
3303         (ev_window_init):
3304
3305         Use a message area instead of a popup dialog for error
3306         notifications. Fixes bug #337495.
3307         
3308 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3311         (ev_window_run_fullscreen):
3312
3313         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3314         
3315 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * ev-sidebar-thumbnails.c: (update_visible_range),
3318         (ev_sidebar_thumbnails_refresh),
3319         (ev_sidebar_thumbnails_set_document),
3320         (ev_sidebar_thumbnails_support_document):
3321
3322         Show thumbnails for documents with one page. Fixes bug #358751.
3323         
3324 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-window.c:
3327         (ev_window_load_print_settings_from_metadata),
3328         (ev_window_save_print_settings), (ev_window_print_finished),
3329         (ev_window_print_range):
3330
3331         Print settings that are specific to the document are now saved per
3332         document in the metadata file. Fixes bug #488806.
3333         
3334 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3335
3336         * backend/tiff/tiff-document.c: (tiff_document_render):
3337
3338         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3339         
3340 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * shell/ev-application.[ch]: (get_find_string_from_args),
3343         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3344         (ev_application_open_uri_list):
3345         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3346         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3347         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3348         (ev_window_cmd_recent_file_activate),
3349         (ev_window_open_recent_action_item_activated),
3350         (ev_window_print_send), (open_remote_link):
3351         * shell/main.c: (arguments_parse):
3352
3353         Add a command line option for search. Fixes bug #497710.
3354         
3355 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3356
3357         * shell/ev-jobs.c: (ev_job_print_new):
3358
3359         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3360         
3361 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3362
3363         * data/evince-toolbar.xml:
3364         * shell/Makefile.am:
3365         * shell/ev-application.c: (ev_application_init):
3366         * shell/ev-open-recent-action.[ch]:
3367         * shell/ev-window.c:
3368         (ev_window_open_recent_action_item_activated),
3369         (register_custom_actions):
3370
3371         Add an expander to the open toolbar item which pops up a dropdown
3372         menu with the recently used documents. Fixes bug #487215.
3373         
3374 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * shell/ev-window.c: (ev_window_open_uri),
3377         (ev_window_cmd_view_reload):
3378
3379         Do not jump to the first page when reloading by running evince
3380         from the command line. Fixes bug #490847.
3381         
3382 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3383
3384         * shell/ev-window.c: (ev_window_cmd_help_contents):
3385
3386         Plugged memory leak when help file is not found. Fixes bug
3387         #490762.
3388         
3389 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * configure.ac:
3392
3393         Enable djvu, dvi and comics backends by default. Fixes bug
3394         #437121.
3395         
3396 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * configure.ac:
3399         * cut-n-paste/Makefile.am:
3400         * cut-n-paste/recent-files/*: Removed
3401         * help/reference/Makefile.am:
3402         * shell/Makefile.am:
3403         * shell/ev-application.[ch]: (ev_application_shutdown),
3404         (ev_application_init):
3405         * shell/ev-window.c: (ev_window_add_recent),
3406         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3407
3408         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3409         
3410 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3411
3412         * shell/ev-window.c: (launch_external_uri):
3413
3414         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3415         and report error if the URL is not supported (#489910).
3416
3417 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3420         (pdf_document_file_exporter_begin_page),
3421         (pdf_document_file_exporter_end_page):
3422
3423         Fix printing with poppler splash backend. Fixes bug #489774.
3424         
3425 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3428         * shell/ev-print-job.c: (ev_print_job_class_init):
3429
3430         Fix a crash when printing with the gnome-print dialog. Fixes bug
3431         #488939.
3432         
3433 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3434
3435         * backend/pixbuf/pixbuf-document.c:
3436
3437         Fix an implicit function definition warning (#487655)
3438
3439 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-window.c:
3442
3443         Fix conflicting shortcut for view sade pane and presentation.
3444         
3445 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * backend/pdf/ev-poppler.cc:
3448         (pdf_document_file_exporter_begin_page),
3449         (pdf_document_file_exporter_do_page),
3450         (pdf_document_file_exporter_end_page),
3451         (pdf_document_file_exporter_iface_init):
3452         * libdocument/ev-file-exporter.[ch]:
3453         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3454         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3455         (ev_job_print_run):
3456
3457         When printing multiple pages per sheet in reverse option, do not
3458         invert the order of the pages in every sheet, but the order of the
3459         sheets. Do not print blank pages when page range is invalid. Fixes
3460         bugs #484857 and #485521.
3461         
3462 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3465         (ev_job_print_run):
3466         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3467
3468         Respect ranges order when printing more than one range in random
3469         order.
3470         
3471 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3472
3473         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3474         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3475
3476         Rotate also the window icon when document is rotated. Fixes bug
3477         #474681.
3478         
3479 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3482         (pdf_document_forms_get_form_fields):
3483
3484         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3485         Matthias Drochner.
3486         
3487 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * configure.ac:
3490         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3491
3492         Use poppler_page_render_for_printing() instead of
3493         poppler_page_render() if available when exporting to a ps or pdf
3494         file. Fixes bug #476627.
3495         
3496 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3497
3498         * shell/ev-window.c: (ev_window_run_fullscreen):
3499
3500         Do not show the toolbar in fullscreen mode if the main toolbar is
3501         not visible. Fixes bug #483048.
3502         
3503 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * shell/ev-view.c: (ev_view_button_press_event):
3506
3507         Give priority to form fields over images when deciding whether a
3508         button press event is over an image or form field. It allows edit
3509         form fields when they are over a background image. Fixes bug
3510         #477841.
3511         
3512 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * NEWS:
3515         * configure.ac:
3516         
3517         Update for release 2.20.0
3518
3519 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * backend/pdf/ev-poppler.cc:
3522
3523         Remove #ifdef HAVE_FORMS, so that forms support works again.
3524
3525 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3526
3527         * configure.ac:
3528         * data/evince.desktop.in.in:
3529         
3530         Fixes desktop file issues. See bug #473471.
3531
3532 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3535         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3536         (ev_job_queue_remove_job):
3537         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3538         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3539         * shell/ev-window.c: (ev_window_clear_save_job),
3540         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3541         (ev_window_dispose):
3542
3543         Move save a copy task to its own job so that it's carried out in a
3544         thread avoiding another lock in the main thread. Use
3545         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3546         can be saved to a pathin another file system. Fixes bug #456891.
3547         
3548 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * NEWS:
3551         * configure.ac:
3552         
3553         Update for release 2.19.92
3554
3555 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * configure.ac:
3558         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3559         (pdf_selection_get_selection_region),
3560         (pdf_selection_get_selection_map),
3561         (ev_form_field_from_poppler_field):
3562
3563         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3564         and triple click selections are enabled again now.
3565
3566 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * shell/ev-window.c: (ev_window_add_history):
3569
3570         Make sure not to use the history with documents not supporting
3571         links. Fixes bug #468954.
3572
3573 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * shell/ev-window.c: (ev_window_load_job_cb):
3576
3577         Restart the search when reloading a document with the find bar
3578         visible. Fixes bug #461962.
3579
3580 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3581
3582         * shell/ev-window.c: (setup_document_from_metadata),
3583         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3584
3585         Do not jump to the first page when reloading a document from the
3586         last page.
3587
3588 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-window.c: (update_chrome_flag),
3591         (setup_sidebar_from_metadata),
3592         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3593         (ev_window_cmd_edit_find_next),
3594         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3595         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3596         (find_bar_close_cb), (view_actions_focus_in_cb):
3597
3598         Do not update visibility when changing a chrome flag so that it's
3599         possible to update several flags and update visibility only once
3600         for all of them.
3601
3602 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3605
3606         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3607         supported by gtk+. Fixes bug #460907.
3608
3609 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/ev-view.c: (view_update_range_and_current_page):
3612
3613         Make sure current-page <= end-page in continuous mode. Fixes bug
3614         #454950.
3615
3616 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * backend/pdf/ev-poppler.cc: (build_tree):
3619
3620         Ignore outline items without a title. Fixes bug #453913.
3621
3622 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3625         (ev_view_button_release_event), (ev_view_leave_notify_event):
3626
3627         Use always drag mouse cursor during a drag operation. Fixes bug
3628         #470564.
3629
3630 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3633         (pdf_selection_get_selection_region),
3634         (pdf_selection_get_selection_map):
3635
3636         Temporarily disable double and triple selections since it depends on
3637         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3638         released and the update of the external dependency minimal version
3639         approved.
3640
3641 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3644         (pdf_document_file_exporter_do_page):
3645         * libdocument/ev-file-exporter.h:
3646         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3647         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3648
3649         Actually fix printing regressions. Remove orientation from
3650         EvPrintContext since it's redundant.
3651
3652 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3655         * backend/impress/impress-document.c:
3656         (impress_document_document_iface_init):
3657         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3658         * backend/djvu/djvu-document.c:
3659         (djvu_document_document_iface_init),
3660         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3661         * backend/tiff/tiff-document.c:
3662         (tiff_document_document_iface_init):
3663         * backend/pixbuf/pixbuf-document.c:
3664         (pixbuf_document_document_iface_init):
3665         * backend/comics/comics-document.c:
3666         (comics_document_document_iface_init):
3667         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3668         (pdf_selection_render_selection),
3669         (pdf_selection_get_selected_text),
3670         (pdf_selection_get_selection_region),
3671         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3672         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3673         (ev_selection_get_selection_region),
3674         (ev_selection_get_selection_map):
3675         * libdocument/ev-document.[ch]:
3676         * shell/ev-pixbuf-cache.[ch]: (add_job),
3677         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3678         * shell/ev-view-private.h:
3679         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3680         (ev_job_render_run):
3681         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3682         * shell/ev-view.c: (start_selection_for_event),
3683         (ev_view_button_press_event), (ev_view_drag_data_get),
3684         (ev_view_drag_data_received), (ev_view_button_release_event),
3685         (compute_new_selection_text), (compute_selections),
3686         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3687         (ev_view_primary_get_cb):
3688
3689         Add support for double and triple click selections.
3690
3691 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3692
3693         * NEWS:
3694         * configure.ac:
3695
3696         Update for release 2.19.4
3697
3698 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3699
3700         * shell/ev-view-private.h:
3701         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3702         (ev_view_set_highlight_search):
3703         * shell/ev-view.h:
3704         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3705         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3706         (find_bar_visibility_changed_cb):
3707         
3708         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3709
3710 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3713         (pdf_document_file_exporter_begin),
3714         (pdf_document_file_exporter_do_page):
3715         * shell/ev-jobs.c: (ev_job_print_run):
3716         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3717
3718         Create always a portrait cairo surface and rotate when needed for
3719         landscape. It fixes printing problems in real printers.
3720
3721 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3724         * libdocument/ev-file-exporter.[ch]:
3725         (ev_file_exporter_get_capabilities):
3726         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3727         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3728
3729         Adjust number of pages per row according to page orientation when
3730         printing 2 or 6 pages per sheet.
3731
3732 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * shell/ev-window.c: (ev_window_print_send):
3735
3736         Reset also cups setting to 1 when printing multiple pages per
3737         sheet. Fixes bug #468853.
3738
3739 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * libdocument/ev-document-misc.c:
3742         (ev_document_misc_surface_rotate_and_scale):
3743
3744         Use directly cairo_surface_get_content() when creating a similar
3745         surface as suggested by Jeff Muizelaar. Thanks again.
3746
3747 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * backend/djvu/djvu-document.c: (djvu_document_render):
3750         * backend/tiff/tiff-document.c: (tiff_document_render):
3751         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3752         * libdocument/ev-document-misc.c:
3753         (ev_document_misc_surface_from_pixbuf),
3754         (ev_document_misc_surface_rotate_and_scale):
3755
3756         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3757         creating page surfaces. Fixes bug #453123. Thank you very much to
3758         Jeff Muizelaar <jeff@infidigm.net>.
3759
3760 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * shell/ev-page-cache.c: (ev_page_cache_new),
3763         (ev_page_cache_get_thumbnail_size):
3764         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3765         (ev_sidebar_thumbnails_set_loading_icon):
3766
3767         Also store in page-cache the dimensions of the thumbnails so that
3768         they can be used to create the correct loading icon in the side
3769         pane. Fixes bug #466857.
3770
3771 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * backend/pdf/ev-poppler.cc:
3774         (pdf_document_thumbnails_get_thumbnail):
3775
3776         Fix thumbnails rotation in pdf documents that include embedded 
3777         thumbnails.
3778
3779 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3780
3781         * backend/pdf/ev-poppler.cc:
3782
3783         Don't use #ifdef in macro expansion. Some compilers don't
3784         like that. Closes bug #467042.
3785
3786 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3787
3788         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3789         
3790         Fixes memory leak in djvu backend.
3791
3792 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3793
3794         * data/icons/32x32/Makefile.am:
3795         * data/icons/32x32/actions/Makefile.am:
3796         * data/icons/32x32/actions/view-page-cont.svg:
3797         * data/icons/32x32/actions/view-page-facing.svg:
3798         * data/icons/48x48/Makefile.am:
3799         * data/icons/48x48/actions/Makefile.am:
3800         * data/icons/48x48/actions/view-page-cont.svg:
3801         * data/icons/48x48/actions/view-page-facing.svg:
3802         
3803         Icons for a new sizes.
3804
3805 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3806
3807         * shell/ev-page-cache.c: (build_height_to_page),
3808         (ev_page_cache_get_height_to_page):
3809         
3810         Fixes invalid read, see bug #466401.
3811
3812 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3813
3814         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3815         (set_drag_cursor):
3816         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3817         (configure_item_cursor), (new_pixbuf_from_widget):
3818
3819         Fix multihead problems in toolbar editor. Fixes bug #382055.
3820
3821 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-window.c: (ev_window_cmd_file_open),
3824         (ev_window_cmd_save_as):
3825
3826         Use g_get_user_special_dir when available instead of
3827         xdg_user_dir_lookup.
3828
3829 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * MAINTAINERS:
3832         
3833         Updated according to request on desktop-devel.
3834
3835 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3838
3839         Do not use cairo_rectangle and cairo_clip since we are
3840         not using cairo_fill but cairo_paint. Use the same cairo context
3841         for every page in the same expose event.
3842
3843 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3844
3845         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3846         leak.
3847
3848 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * configure.ac:
3851         * NEWS:
3852
3853         Release 0.9.3
3854
3855 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * libdocument/ev-document-info.h:
3858         * libdocument/ev-document.h:
3859         * shell/ev-page-action.h:
3860         * shell/ev-sidebar-links.h:
3861
3862         Fix a headers problem with ev-link
3863         
3864         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3865         * shell/ev-view-private.h:
3866         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3867         (get_link_area), (ev_view_query_tooltip),
3868         (ev_view_leave_notify_event), (ev_view_destroy),
3869         (ev_view_class_init):
3870
3871         Use new gtk tooltips when available instead of ev-tooltip.
3872         
3873 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-window.c: (update_chrome_visibility),
3876         (ev_window_sidebar_visibility_changed_cb):
3877
3878         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3879         
3880 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * shell/ev-navigation-action.c:
3883         (ev_navigation_action_history_changed),
3884         (ev_navigation_action_set_history):
3885         * shell/ev-navigation-action-widget.c:
3886         (ev_navigation_action_widget_init):
3887         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3888
3889         Fix compile warnings.
3890         
3891 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3894         (egg_editable_toolbar_dispose):
3895
3896         Fix memory leak.
3897         
3898 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3901         (screensaver_disable_x11):
3902         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3903         * shell/ev-window.c: (presentation_set_timeout):
3904         * shell/ev-view.c: (ev_view_presentation_transition_start):
3905
3906         Use g_timeout_add_seconds instead of g_timeout_add when
3907         available.
3908         
3909 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3912
3913         Set horizontal scrollbar policy to AUTOMATIC instead of
3914         NEVER. Workaround for bug #449462.
3915         
3916 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * shell/ev-jobs.c: (ev_job_render_page_ready):
3919
3920         Add page_ready callback to main loop with high priority and hold
3921         a reference to job during idle.
3922         
3923 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * configure.ac:
3926         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3927         (pdf_document_file_exporter_begin),
3928         (pdf_document_file_exporter_do_page),
3929         (pdf_document_file_exporter_get_capabilities):
3930         * libdocument/ev-file-exporter.h:
3931         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3932         * shell/ev-window.c: (ev_window_print_send),
3933         (ev_window_print_dialog_response_cb):
3934
3935         Allow printing multiple pages per sheet. Fixes bug #395573.
3936         
3937 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3938
3939         * shell/ev-view.c: (tip_from_link):
3940         
3941         Check for NULL, fixes bug #460862.
3942
3943 2007-07-29  Christian Persch  <chpe@gnome.org>
3944
3945         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3946         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3947         (ev_window_cmd_preview_print):
3948         
3949         Fixes bug #437681 - blocks while enumerating printers.
3950
3951 2007-07-29  Christian Persch  <chpe@gnome.org>
3952
3953         * shell/ev-window.c: (ev_window_screen_changed):
3954         
3955         Don't use deprecated gtk+ function. See bug #460909.
3956
3957 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * shell/ev-utils.c: (get_num_monitors):
3960         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3961
3962         Do not use display before initializing it. Remove compile
3963         warnings.
3964
3965 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3966
3967         * shell/ev-view.c: (ev_view_class_init):
3968         
3969         Unix-like hjkl bindings added. See bug #458111.
3970
3971 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3972
3973         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3974         * shell/ev-utils.h:
3975         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3976         (ev_view_update_view_size):
3977         * shell/ev-view.h:
3978         * shell/ev-window.c: (ev_window_update_actions),
3979         (setup_view_from_metadata), (ev_window_screen_changed),
3980         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3981         (zoom_control_changed_cb):
3982         * shell/ev-window.h:
3983         
3984         Reorganizes utility functions.
3985
3986 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3989         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3990         (add_job), (ev_pixbuf_cache_get_surface),
3991         (ev_pixbuf_cache_get_link_mapping),
3992         (ev_pixbuf_cache_get_image_mapping),
3993         (ev_pixbuf_cache_get_form_field_mapping),
3994         (ev_pixbuf_cache_get_text_mapping):
3995         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3996         (notify_page_ready), (ev_job_render_page_ready),
3997         (ev_job_render_run):
3998
3999         Add page_ready signal to notify that page is ready as soon as
4000         possible even if other page elements like links, forms, images or
4001         text mapping are not ready yet.
4002
4003 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4004
4005         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4006         (dvi_document_file_exporter_do_page),
4007         (dvi_document_file_exporter_get_capabilities),
4008         (dvi_document_file_exporter_iface_init):
4009         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4010         (ps_document_file_exporter_do_page),
4011         (ps_document_file_exporter_get_capabilities),
4012         (ps_document_file_exporter_iface_init):
4013         * backend/djvu/djvu-document.c:
4014         (djvu_document_file_exporter_begin),
4015         (djvu_document_file_exporter_end),
4016         (djvu_document_file_exporter_get_capabilities),
4017         (djvu_document_file_exporter_iface_init):
4018         * backend/tiff/tiff-document.c:
4019         (tiff_document_file_exporter_begin),
4020         (tiff_document_file_exporter_get_capabilities),
4021         (tiff_document_document_file_exporter_iface_init):
4022         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4023         (pdf_document_file_exporter_do_page),
4024         (pdf_document_file_exporter_get_capabilities),
4025         (pdf_document_file_exporter_iface_init):
4026         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4027         (ev_file_exporter_get_capabilities):
4028         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4029         (idle_print_handler), (ev_print_job_print):
4030         * shell/ev-jobs.c: (ev_job_print_run):
4031         * shell/ev-window.c: (ev_window_print_send),
4032         (ev_window_print_range):
4033
4034         Use capabilities to know which options should be offered by the
4035         print dialog depending on the document backend.
4036
4037 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4040
4041         Give priority to forms over text to set the cursor.
4042
4043 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * shell/ev-view-private.h:
4046         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4047         (ev_view_leave_notify_event), (ev_view_finalize),
4048         (ev_view_get_property), (ev_view_class_init):
4049
4050         Use IBEAM cursor for text form fields and NORMAL cursor for read
4051         only fields. Remove unused status attribute.
4052
4053 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4054
4055         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4056
4057         Update region for current selected items also for checkbox
4058         buttons, since they can behave as radio buttons when they are in a
4059         set.
4060
4061 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * configure.ac:
4064         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4065
4066         Get max length of text form fields.
4067
4068 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4071         * libdocument/ev-form-field.h:
4072         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4073
4074         Fix build with current poppler cvs head.
4075
4076 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4079         * shell/eggfindbar.c: (egg_find_bar_init):
4080
4081         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4082         deprecation. Fixes bug #455667
4083
4084 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4085
4086         * NEWS:
4087         * configure.ac:
4088         
4089         Update for release 0.9.2
4090
4091 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * shell/ev-view.c: (ev_view_form_field_text_save),
4094         (ev_view_form_field_choice_save):
4095
4096         Fix a crash when closing whith a form widget visible.
4097
4098 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4101
4102         Update also the region of the current selected button when
4103         clicking on another button if they are radio buttons.
4104
4105 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4108         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4109         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4110         (ev_pixbuf_cache_get_link_mapping),
4111         (ev_pixbuf_cache_get_image_mapping),
4112         (ev_pixbuf_cache_get_form_field_mapping),
4113         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4114         * shell/ev-view.c: (ev_view_form_field_get_region),
4115         (ev_view_form_field_button_create_widget),
4116         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4117         (job_finished_cb):
4118
4119         Redraw only form field region instead of the whole page when
4120         reloading a page to show changes on the form field.
4121
4122 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * shell/ev-view.c: (ev_view_form_field_choice_save):
4125
4126         Fix selection of first item in list form fields.
4127
4128 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4131         (ev_pixbuf_cache_reload_page),
4132         (ev_pixbuf_cache_get_form_field_mapping):
4133
4134         Some refactoring to avoid duplicated code.
4135
4136 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * configure.ac:
4139         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4140         (ev_form_field_from_poppler_field),
4141         (pdf_document_forms_get_form_fields),
4142         (pdf_document_forms_form_field_text_get_text),
4143         (pdf_document_forms_form_field_text_set_text),
4144         (pdf_document_forms_form_field_button_set_state),
4145         (pdf_document_forms_form_field_button_get_state),
4146         (pdf_document_forms_form_field_choice_get_item),
4147         (pdf_document_forms_form_field_choice_get_n_items),
4148         (pdf_document_forms_form_field_choice_is_item_selected),
4149         (pdf_document_forms_form_field_choice_select_item),
4150         (pdf_document_forms_form_field_choice_toggle_item),
4151         (pdf_document_forms_form_field_choice_unselect_all),
4152         (pdf_document_forms_form_field_choice_set_text),
4153         (pdf_document_forms_form_field_choice_get_text),
4154         (pdf_document_document_forms_iface_init):
4155         * libdocument/Makefile.am:
4156         * libdocument/ev-form-field.[ch]:
4157         * libdocument/ev-document-forms.[ch]:
4158         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4159         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4160         (add_job), (ev_pixbuf_cache_reload_page),
4161         (ev_pixbuf_cache_get_form_field_mapping):
4162         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4163         * shell/ev-view-private.h:
4164         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4165         (ev_view_handle_cursor_over_xy),
4166         (ev_view_get_form_field_at_location),
4167         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4168         (ev_view_form_field_button_create_widget),
4169         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4170         (ev_view_form_field_text_create_widget),
4171         (ev_view_form_field_choice_save),
4172         (ev_view_form_field_choice_changed),
4173         (ev_view_form_field_choice_create_widget),
4174         (ev_view_handle_form_field), (ev_view_size_allocate),
4175         (ev_view_realize), (draw_end_presentation_page),
4176         (ev_view_button_press_event), (ev_view_remove_all),
4177         (ev_view_motion_notify_event), (ev_view_key_press_event),
4178         (ev_view_enter_notify_event), (highlight_find_results),
4179         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4180         (ev_view_class_init), (page_changed_cb),
4181         (on_adjustment_value_changed), (ev_view_set_presentation),
4182         (merge_selection_region), (ev_view_set_cursor),
4183         (ev_view_reset_presentation_state):
4184         
4185         Merge evince-forms branch.
4186
4187 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4188
4189         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4190
4191         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4192         This script also updates itself from libegg
4193
4194         * cut-n-paste/toolbar-editor/egg*:
4195         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4196         libegg
4197
4198 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4199
4200         * shell/ev-window.c:
4201         
4202         Adds a nice icon to page action during toolbar editing.
4203         See bug #452872.
4204
4205 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * data/evince-toolbar.xml:
4208         * shell/ev-window.c:
4209         
4210         Let user add a presentation and fullscreen icons on toolbar.
4211         See bug #449734.
4212
4213 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4214
4215         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4216
4217         new script to keep in sync with toolbareditor in libegg
4218
4219         * cut-n-paste/toolbar-editor/*: 
4220
4221         Run update-toolbareditor-from-libegg so we are in sync again. 
4222         Fixes bug #452850.
4223         
4224
4225 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4226
4227         * shell/ev-sidebar-links.c: (job_finished_callback):
4228
4229         Do not connect selection changed signal more than once. Fixes bug
4230         #349433.
4231
4232 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4235
4236         Do not change sidebar chrome flag when pressing F9 key in
4237         presentation mode.
4238
4239 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * backend/pdf/ev-poppler.cc:
4242         (pdf_document_thumbnails_get_dimensions):
4243
4244         Make sure thumbnails width and height is not <= 0. Fixes a crash
4245         with some pdf documents which have really small pages.
4246
4247 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4248
4249         * shell/main.c: (main):
4250
4251         Fixes program description translation issue.
4252         Bug #450148.
4253
4254 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4255
4256         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4257
4258         Do not change current page when returning from black/white mode
4259         in presentation. Fixes bug #415032.
4260
4261 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * NEWS:
4264         * configure.ac:
4265         
4266         Update for release 0.9.1
4267
4268 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4269
4270         * backend/dvi/dvi-document.c:
4271         (dvi_document_finalize),
4272         (dvi_document_file_exporter_format_supported),
4273         (dvi_document_file_exporter_begin),
4274         (dvi_document_file_exporter_do_page),
4275         (dvi_document_file_exporter_end),
4276         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4277         
4278         PDF exporter for dvi documents. Fixes bug #441319.
4279
4280 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-window.c: (ev_window_clear_print_job):
4283
4284         Clear gtk print job when job has finished. Fixes bug #447612.
4285
4286 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4287
4288         * shell/ev-window.c: (ev_window_print_send),
4289         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4290
4291         Add preview button to print dialog. Fixes bug #445419.
4292
4293 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * backend/dvi/Makefile.am:
4296         * backend/dvi/pixbuf-device.[ch]: Removed
4297         * backend/dvi/cairo-device.[ch]: Added
4298         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4299         * backend/dvi/dvi-document.c: (dvi_document_load),
4300         (dvi_document_render), (dvi_document_finalize),
4301         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4302         (dvi_document_do_color_special):
4303         * libdocument/ev-document-misc.[ch]:
4304         (ev_document_misc_pixbuf_from_surface):
4305
4306         Port dvi backend to cairo and fix a problem with colors. 
4307
4308 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4309
4310         * shell/ev-view.c: (draw_one_page):
4311
4312         Draw only visible region.
4313
4314 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * backend/djvu/djvu-document.c: (djvu_document_render):
4317
4318         Fix rotation in djvu backend.
4319
4320 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4323         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4324         (ev_pixbuf_cache_get_image_mapping),
4325         (ev_pixbuf_cache_get_text_mapping):
4326
4327         Redraw view every time we have a new surface. Fixes bug #443587.
4328
4329 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * libdocument/ev-document.c: (ev_document_info_free):
4332
4333         Fix memory leaks.
4334
4335 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * backend/dvi/dvi-document.c: (dvi_document_render),
4338         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4339         * backend/impress/impress-document.c:
4340         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4341         (impress_document_render), (impress_document_document_iface_init),
4342         (impress_document_thumbnails_get_thumbnail):
4343         * backend/djvu/djvu-document-private.h:
4344         * backend/djvu/djvu-document.c: (djvu_document_render),
4345         (djvu_document_finalize), (djvu_document_document_iface_init),
4346         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4347         * backend/tiff/tiff-document.c: (tiff_document_render),
4348         (tiff_document_render_pixbuf),
4349         (tiff_document_document_iface_init):
4350         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4351         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4352         (pdf_selection_render_selection):
4353         * backend/comics/comics-document.c:
4354         (comics_document_render_pixbuf), (comics_document_render),
4355         (comics_document_document_iface_init):
4356         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4357         (pixbuf_document_document_iface_init):
4358         * libdocument/ev-document-misc.[ch]:
4359         (ev_document_misc_surface_from_pixbuf),
4360         (ev_document_misc_surface_rotate_and_scale):
4361         * libdocument/ev-document.[ch]: (ev_document_render):
4362         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4363         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4364         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4365         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4366         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4367         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4368         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4369         (render_finished_cb), (ev_job_render_run):
4370         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4371         (merge_selection_region):
4372
4373         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4374         and selections.
4375
4376 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-window-title.c: (ev_window_title_update):
4379
4380         Fix memory leak.
4381
4382 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * shell/ev-view.c: (draw_loading_text):
4385
4386         Show loading text centered. Fixes bug #433061
4387
4388 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-sidebar-thumbnails.c:
4391         (ev_sidebar_thumbnails_set_loading_icon):
4392
4393         Remove a mutex in the main thread that blocks the UI in heavy
4394         documents.
4395
4396 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4399
4400         Set points_set to TRUE so that selections don't disappear after a
4401         zoom change.
4402
4403 2007-06-07  Michael Monreal  <infernux@web.de>
4404
4405         * data/icons/16x16/actions/Makefile.am:
4406         * data/icons/16x16/actions/zoom.svg:
4407         * data/icons/22x22/actions/Makefile.am:
4408         * data/icons/22x22/actions/zoom.svg:
4409         * data/icons/24x24/actions/Makefile.am:
4410         * shell/ev-stock-icons.c:
4411         * shell/ev-stock-icons.h:
4412         * shell/ev-window.c:
4413         
4414         Zoom icon artwork. See bug #444795.
4415
4416 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4417
4418         * shell/ev-metadata-manager.c: Remove extraneous function
4419         (Closes: #444386)
4420
4421 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4422
4423         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4424         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4425         (ev_metadata_manager_set), (ev_metadata_manager_save):
4426         Simplify the timeout, no need for modified anymore
4427
4428 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4429
4430         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4431         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4432         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4433         (ev_metadata_manager_save): Adapted patch from Arjan van de
4434         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4435         time, saves on power (Closes: #443851)
4436
4437 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * configure.ac:
4440         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4441         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4442
4443         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4444
4445 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4446
4447         * shell/ev-window.c: (ev_window_add_history):
4448
4449         Check if history is NULL
4450
4451 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * libdocument/ev-image.c: (ev_image_finalize):
4454         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4455         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4456         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4457         (ev_tmp_uri_unlink):
4458
4459         Add functions to delete temporary files created by evince in a safe
4460         way.
4461
4462         * shell/ev-window.c: (ev_window_clear_local_uri),
4463         (open_xfer_update_progress_callback),
4464         (save_xfer_update_progress_callback), (ev_window_save_remote),
4465         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4466         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4467         (attachment_save_dialog_response_cb),
4468         (ev_attachment_popup_cmd_save_attachment_as):
4469
4470         Allow saving a copy of a document, image or attachment to a remote
4471         location. Fixes bug #440754. 
4472
4473 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * configure.ac:
4476         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4477
4478         Fix build with current poppler from cvs head. 
4479
4480 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4481
4482         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4483
4484         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4485         directory exists.
4486
4487 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4488
4489         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4490         * shell/ev-window.c:
4491
4492         Change sidebar ordering. Fixes bug #439939.
4493
4494 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4495
4496         * backend/comics/Makefile.am:
4497         
4498         Fixes build with --without-libgnome.
4499
4500 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4501         
4502         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4503
4504         Update cursor and tooltip on page change and view scroll. Fixes bug
4505         #439217.
4506
4507 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * NEWS:
4510         * configure.ac:
4511         
4512         Update for release 0.9.0
4513
4514 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4515
4516         * backend/djvu/djvu-document-private.h:
4517         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4518         (djvu_document_finalize),
4519         (djvu_document_file_exporter_format_supported),
4520         (djvu_document_file_exporter_begin),
4521         (djvu_document_file_exporter_do_page),
4522         (djvu_document_file_exporter_end),
4523         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4524         
4525         Implemented printing with djvu. Bug #437998.
4526
4527 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * backend/impress/zip.c:
4530         Add missing ulong definition.
4531
4532         * backend/ps/ps-interpreter.c:
4533         Add missing headers.
4534
4535         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4536
4537 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4540
4541         Add missing call to parent class dispose method. 
4542
4543 2007-05-12  Ross Burton  <ross@openedhand.com>
4544
4545         * shell/main.c:
4546         Sync keybindings manually when building without libgnome
4547         (#437925).
4548
4549 2007-05-12  Ross Burton  <ross@openedhand.com>
4550
4551         * shell/ev-window.c:
4552         Respect the screen when opening help (#437866).
4553
4554 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * data/evince-ui.xml:
4557         * shell/ev-application.[ch]: (get_print_settings_from_args),
4558         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4559         (ev_application_open_uri_list):
4560         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4561         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4562         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4563         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4564         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4565         (ev_window_dispose):
4566         * shell/main.c: (arguments_parse):
4567
4568         Add print button in preview mode. Fixes bug #396475. 
4569
4570 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * cut-n-paste/zoom-control/ephy-zoom.h:
4573         
4574         Fixes zoom level factors. See bug #408119 for details.
4575
4576 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * backend/comics/comics-document.c: (comics_regex_quote),
4579         (extract_argv):
4580         
4581         Correctly quote symbols. Fixes crash in the bug
4582         #415370.
4583
4584 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4585
4586         * shell/ev-navigation-action-widget.c:
4587         (ev_navigation_action_widget_init),
4588         (ev_navigation_action_widget_class_init),
4589         (ev_navigation_action_widget_button_press_event):
4590         
4591         Connect to button-press event on correct widget. Fixes
4592         bug #431988
4593
4594 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * shell/ev-application.c: (ev_application_open_window),
4597         (ev_application_add_icon_path_for_screen),
4598         (ev_application_open_uri_at_dest):
4599         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4600         * shell/ev-navigation-action.c: (build_menu):
4601         
4602         Add app-specific icons to our icon theme. Fixes bug
4603         #425508.
4604
4605 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * shell/ev-history.c: (ev_history_class_init),
4608         (ev_history_add_link):
4609         * shell/ev-history.h:
4610         * shell/ev-navigation-action.c:
4611         (ev_navigation_action_history_changed),
4612         (ev_navigation_action_set_history), (build_menu),
4613         (ev_navigation_action_finalize):
4614         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4615         
4616         Make navigation action unsensitive instead of showing
4617         menu with unsensitive word. Fixes bug #417392.
4618
4619 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * shell/ev-application.[ch]: (ev_application_shutdown),
4622         (ev_application_get_print_settings),
4623         (ev_application_set_print_settings):
4624         * shell/ev-window.c:
4625
4626         Remember print settings. Fixes bug #349102. 
4627
4628 2007-05-08  Christian Persch  <chpe@gnome.org>
4629
4630         * configure.ac:
4631         * properties/ev-properties-view.c:
4632
4633         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4634         Bug #382438.
4635
4636 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4637
4638         * configure.ac:
4639         * properties/ev-properties-view.c: (ev_regular_paper_size):
4640
4641         Use gtk+ builtin paper list to identify the document's paper size.
4642         Fixes bug #382438. 
4643
4644 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * configure.ac:
4647
4648         Fix build when compiling with thumbnailer and libgnome support. 
4649
4650 2007-05-04  Ross Burton  <ross@openedhand.com>
4651
4652         * configure.ac:
4653         Add --without-libgnome, check for libgnome and libgnomeui
4654         separately, and add them to the symbols as required.
4655
4656         * libdocument/ev-file-helpers.c:
4657         When building without libgnome, use g_get_user_config_dir instead
4658         of gnome_user_dir_get.
4659
4660         * shell/ev-application.c:
4661         When building without libgnome, don't use session management.
4662
4663         * shell/main.c:
4664         When building without libgnome, don't use GnomeProgram or
4665         initialise the authentication manager.
4666
4667         This fixes #328842.
4668
4669 2007-05-04  Ross Burton  <ross@openedhand.com>
4670
4671         * shell/ev-window.c:
4672         Don't use libgnome to open help, instead call Yelp directly.
4673
4674 2007-05-04  Ross Burton  <ross@openedhand.com>
4675
4676         * shell/ev-sidebar-attachments.c:
4677         Don't use libgnome to lookup icons for MIME types, instead copy
4678         code from GTK+ to do it manually.
4679
4680 2007-05-04  Ross Burton  <ross@openedhand.com>
4681
4682         * configure.ac:
4683         Add libxml to the dependencies for SHELL_CORE (#435818).
4684
4685 2007-05-02  Ross Burton  <ross@openedhand.com>
4686
4687         * configure.ac:
4688         * Makefile.am:
4689         Add --disable-thumbnailer (#434825)
4690
4691 2007-05-02  Ross Burton  <ross@openedhand.com>
4692
4693         * shell/ev-window.c:
4694         Add missing includes, fix indentation.
4695
4696         * shell/main.c:
4697         Fix indentation.
4698
4699 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4700
4701         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4702         ev_application_open_uri_at_dest instead of ev_application_open_uri
4703         preventing new document always being opened in a new window even if there
4704         is an empty window.
4705
4706 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4707
4708         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4709         (egg_recent_view_uimanager_finalize):
4710         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4711         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4712         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4713         (ev_pixbuf_cache_dispose):
4714         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4715         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4716         
4717         Add missing chain to parent class methods. Fixes
4718         bug #433128.
4719
4720 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4721
4722         * data/Makefile.am (update-icon-cache): Updates
4723         gtk-update-icon-cache in uninstall-hook.
4724
4725 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * shell/ev-window.c: (ev_window_setup_document),
4728         (ev_window_set_document), (ev_window_load_job_cb):
4729         * shell/ev-view.c: (setup_caches):
4730         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4731
4732         Start rendering pages before any other jobs. 
4733
4734 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (ev_window_stop_fullscreen),
4737         (ev_window_stop_presentation):
4738
4739         Update chrome visibility before window unfullscreen. 
4740
4741 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * data/Makefile.am:
4744         * data/evince-ui.xml:
4745         * shell/ev-stock-icons.[ch]:
4746         * shell/ev-application.[ch]: (ev_application_shutdown),
4747         (ev_application_init), (ev_application_get_toolbars_model):
4748         * shell/ev-window.c: (update_chrome_visibility),
4749         (fullscreen_toolbar_setup_item_properties),
4750         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4751         (ev_window_run_presentation), (ev_window_stop_presentation),
4752         (ev_window_run_preview), (ev_window_screen_changed),
4753         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4754         (ev_window_dispose), (ev_window_init):
4755
4756         Make fullscreen toolbar always visible. Do not use egg toolbars for
4757         fullscreen and preview modes since such toolbars are not editables.
4758         Fixes bugs #300278, #338910 and #316188.  
4759
4760 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4761
4762         * shell/ev-application.c:
4763         * shell/ev-job-queue.c:
4764         * shell/ev-metadata-manager.c:
4765         * shell/ev-stock-icons.c:
4766         * shell/ev-window.c:
4767         * shell/main.c:
4768         
4769         Developers documentation updated.
4770
4771 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4772
4773         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4774
4775         Check whether uri is valid before launching it. Fixes bug #427664.
4776
4777 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * shell/ev-window.c:
4780
4781         Change key accelerator for Open a Copy menu entry which is in conflict
4782         with Close. Fixes bug #427321.
4783
4784 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4785
4786         * NEWS:
4787         * configure.ac:
4788         
4789         Update for release 0.8.1
4790
4791 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/ev-window.c: (setup_size_from_metadata):
4794         
4795         Do not make window bigger than screen. Fixes bug 
4796         #388985.
4797
4798 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4799
4800         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4801         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4802
4803         Use default resolution when it's not provided by document. Fixes bug
4804         #408762.
4805
4806 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * configure.ac:
4809         * thumbnailer/Makefile.am:
4810         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4811         * thumbnailer/evince-thumbnailer.schemas.in:
4812         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4813
4814         Add support for ps, eps and compressed documents thumbnails. Do not
4815         ignore size parameter. 
4816
4817 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4818
4819         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4820         (dvi_document_do_color_special):
4821         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4822
4823         Implement font color specials in the DVI backend. Fixes bug #303651.
4824
4825 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4826
4827         Fixup the previous commit:
4828
4829         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4830         * shell/xdg-user-dir-lookup.c: Make the function non-static
4831         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4832
4833 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4834
4835         * shell/ev-window.c (file_open_dialog_response_cb): Use
4836         the xdg-user-dirs DOCUMENTS folder as default folder when
4837         opening a file chooser.  (#424858)
4838
4839         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4840         xdg-user-dirs.
4841
4842 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * shell/ev-window.c: (ev_window_load_job_cb):
4845
4846         Do not setup view from metadata on preview mode. 
4847
4848 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * shell/main.c:
4851
4852         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4853
4854 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4855
4856         * shell/ev-view.c: (ev_view_primary_get_cb):
4857
4858         Check pointer != NULL before using it. Fixes bug #416841. 
4859
4860 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * NEWS:
4863         * configure.ac:
4864         
4865         Release 0.8.0
4866
4867 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4870
4871         Do not render thumbnails when sidebar thumbnail page is not visible
4872         at startup. Fixes bug #416447. 
4873
4874 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4875
4876         * data/evince.desktop.in.in:
4877
4878         "Application" is not a valid category in the freedesktop specification.
4879
4880 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * libdocument/ev-file-helpers.[ch]: (compression_run),
4883         (ev_file_uncompress), (ev_file_compress):
4884         * shell/ev-window.c: (file_save_dialog_response_cb):
4885
4886         Save document compressed when saving a copy of a compressed document.
4887         Fixes bug #334542.
4888
4889 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4892
4893         Allow deleting in goto window entry in presentation mode. 
4894
4895 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4896
4897         * Makefile.am: Dist MAINTAINERS.
4898
4899 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * shell/ev-window.c: (ev_window_update_actions):
4902
4903         Fix zoom shortcut keys when searching. Fixes bug #409828.
4904
4905 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * shell/ev-window.c: (ev_window_setup_document):
4908
4909         Fix crash when loading documents with only one page. 
4910
4911 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * backend/dvi/dvi-document.c:
4914         (dvi_document_thumbnails_get_dimensions),
4915         (dvi_document_thumbnails_get_thumbnail):
4916         * backend/impress/impress-document.c:
4917         (impress_document_thumbnails_get_thumbnail),
4918         (impress_document_thumbnails_get_dimensions):
4919         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4920         (ps_document_thumbnails_get_dimensions):
4921         * backend/djvu/djvu-document.c:
4922         (djvu_document_thumbnails_get_dimensions),
4923         (djvu_document_thumbnails_get_thumbnail):
4924         * backend/tiff/tiff-document.c:
4925         (tiff_document_thumbnails_get_thumbnail),
4926         (tiff_document_thumbnails_get_dimensions):
4927         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4928         (pdf_document_thumbnails_get_thumbnail),
4929         (pdf_document_thumbnails_get_dimensions):
4930         * backend/comics/comics-document.c:
4931         (comics_document_thumbnails_get_thumbnail),
4932         (comics_document_thumbnails_get_dimensions):
4933         * backend/pixbuf/pixbuf-document.c:
4934         (pixbuf_document_thumbnails_get_thumbnail),
4935         (pixbuf_document_thumbnails_get_dimensions):
4936         * libdocument/ev-document-thumbnails.[ch]:
4937         (ev_document_thumbnails_get_thumbnail),
4938         (ev_document_thumbnails_get_dimensions):
4939         * libdocument/ev-document-misc.[ch]:
4940         (ev_document_misc_get_thumbnail_frame):
4941         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4942         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4943         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4944         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4945         (ev_sidebar_thumbnails_refresh):
4946         * shell/ev-window.c: (ev_window_setup_document):
4947         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4948
4949         Use an EvRenderContext for rendering thumbnails instead of a suggested
4950         width, so that different sized pages get sized proportionally.
4951
4952 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4953
4954         * shell/ev-view.c: (ev_view_button_press_event),
4955         (ev_view_key_press_event):
4956
4957         Fix critical warnings when there is no document loaded. 
4958
4959 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-page-action-widget.c:
4962         * shell/ev-navigation-action.c:
4963         * shell/ev-window.c:
4964
4965         Fix compile warnings. 
4966
4967 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * backend/djvu/djvu-text.h:
4970         * backend/djvu/djvu-document.c:
4971         * backend/djvu/djvu-text-page.c:
4972         * backend/djvu/djvu-links.c:
4973         * backend/djvu/djvu-text-page.h:
4974         * backend/djvu/djvu-text.c:
4975         
4976         Fix build on Mac. Fixes bug #392186. Patch by
4977         <ephraim_owns@hotmail.com>
4978
4979 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4982
4983         Restore cairo context before rendering every page when printing a PDF
4984         document into a PDF file. 
4985
4986 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4987
4988         * backend/ps/gstypes.h:
4989         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4990         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4991         (ps_document_thumbnails_get_thumbnail):
4992
4993         Handle PostScript page orientation. Fixes bug #318568.
4994
4995 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * backend/ps/Makefile.am:
4998         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4999         (document_load), (ps_document_load), (save_document),
5000         (save_page_list), (ps_document_get_n_pages),
5001         (ps_document_get_page_size), (ps_document_get_info),
5002         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5003         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5004         (ps_document_thumbnails_get_thumbnail),
5005         (ps_document_thumbnails_get_dimensions),
5006         (ps_document_document_thumbnails_iface_init):
5007         * backend/ps/ps.[ch]: (psgetpagebox):
5008         * backend/ps/ps-interpreter.[ch]:
5009
5010         Add support for thumbnails in ps backend. Fixes bug #164755. 
5011
5012 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5013
5014         * NEWS:
5015         * configure.ac:
5016         
5017         Release 0.7.2
5018
5019 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5020
5021         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5022         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5023         (ev_window_dispose):
5024
5025         Use document thumbnail as window icon. Fixes bug #384442.
5026
5027 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5028
5029         * configure.ac:
5030
5031         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5032         duplicated adding application/x-bzpostscript instead. 
5033
5034 2007-02-11  Tom Parker  <palfrey@tevp.net>
5035
5036         * backend/ps/ps-document.c: (document_load):
5037
5038         Check return value of psscan before trying
5039         to use it. Fixes bug #372414.
5040
5041 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5044
5045         Fix invalid free in ev-page-cache. Fixes bug #404745.
5046
5047 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * test/Makefile.am:
5050         * test/test3.py:
5051         
5052         Added reload test case.
5053
5054 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * po/POTFILES.in:
5057         * backend/djvu/djvu-document.c: (djvu_document_load):
5058
5059         Check whether there are missing files in indirect multipage djvu
5060         documents. Fixes bug #361683. 
5061
5062 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * test/Makefile.am:
5065         * test/test-mime.bin:
5066         * test/test3.py:
5067         
5068         Added test for slow mime type
5069
5070 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5071
5072         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5073
5074         Add some checks and call parent_class->finalize. Fixes bug #404745.
5075
5076 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * shell/ev-navigation-action.c: (connect_proxy):
5079         
5080         Fixes dropdown history menu. Thanks a lot Carlos!
5081
5082 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5085
5086         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5087         bug #373715.
5088
5089 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5090
5091         * backend/ps/ps.c: (psscan):
5092
5093         Fix memory leak. 
5094
5095 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5096
5097         * configure.ac:
5098         * libdocument/ev-file-helpers.c: 
5099
5100         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5101
5102 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * configure.ac:
5105         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5106         (ps_interpreter_start), (document_load), (save_document),
5107         (save_page_list):
5108         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5109         * libdocument/ev-document-factory.c:
5110         (ev_document_factory_get_from_mime), (get_document_from_uri),
5111         (free_uncompressed_uri), (ev_document_factory_get_document):
5112         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5113
5114         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5115
5116 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * libdocument/ev-document.h:
5119
5120         Fix typo in function name. 
5121
5122 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * backend/ps/ps-document.c: (ps_interpreter_finished),
5125         (ps_interpreter_start), (ps_interpreter_failed):
5126
5127         Handle ghostscript interpreter crashes. 
5128
5129 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5130
5131         * shell/ev-window.c: (ev_window_open_uri),
5132         (window_configure_event_cb):
5133
5134         Setup window size and position before showing it. Fixes bug #401711.
5135
5136 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * backend/ps/Makefile.am:
5139         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5140         (ps_document_dispose), (ps_document_class_init),
5141         (ps_interpreter_input), (ps_interpreter_output),
5142         (ps_interpreter_error), (setup_interpreter_env),
5143         (ps_interpreter_start), (ps_interpreter_stop),
5144         (ps_interpreter_failed), (ps_interpreter_is_ready),
5145         (check_filecompressed), (document_load), (ps_document_load),
5146         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5147         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5148         (render_page):
5149
5150         Rework ps-document. Code cleanups, remove deprecated code. 
5151
5152 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-view.c: (ev_view_button_press_event):
5155
5156         Do not start an image drag and drop operation when pointer is on 
5157         text, so that we can select text when the whole background is an
5158         image. 
5159
5160 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * shell/ev-window.c: (ev_window_update_actions): 
5163
5164         Disable all zoom related actions during presentation mode. 
5165
5166 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5167
5168         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5169
5170         Do not zoom in or out on presentation mode. Fixes bug #401305.
5171
5172 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * shell/ev-navigation-action.c: (connect_proxy),
5175         (create_menu_item), (ev_navigation_action_class_init):
5176         
5177         Correctly show menu and fix crash when navigaton 
5178         action is out of toolbar visible area.
5179
5180 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5181
5182         * data/Makefile.am:
5183         * data/evince.1:
5184         
5185         Added man file
5186
5187 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * help/reference/* :
5190         * configure.ac:
5191         
5192         Added gtk-doc based documentation for Evince.
5193         Still in initial state but I hope it will
5194         grow.
5195         
5196         * configure.ac:
5197         
5198         Lower dbus requirement to 0.70
5199
5200 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5201
5202         * shell/ev-window.c: (ev_window_add_history):
5203
5204         Fix memory leak. 
5205
5206 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5207
5208         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5209         * shell/ev-view.h:
5210         * shell/ev-window.c: (ev_window_add_history):
5211         
5212         Correctly handle named destination links
5213
5214 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * NOTES:
5217         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5218         * backend/pdf/ev-poppler.cc:
5219         * libdocument/ev-document-links.h:
5220         * libdocument/ev-link.c: (ev_link_get_page):
5221         * libdocument/ev-link.h:
5222         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5223         (ev_history_add_link):
5224         * shell/ev-history.h:
5225         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5226         (new_history_menu_item), (build_menu):
5227         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5228         * shell/ev-sidebar-links.c: (create_loading_model),
5229         (print_section_cb), (ev_sidebar_links_construct),
5230         (fill_page_labels), (update_page_callback_foreach),
5231         (update_page_callback), (job_finished_callback):
5232         * shell/ev-view.c: (ev_view_handle_link):
5233         * shell/ev-window.c: (ev_window_find_chapter),
5234         (ev_window_add_history), (view_handle_link_cb),
5235         (history_changed_cb):
5236         
5237         Implements another history variant
5238
5239 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5240
5241         * shell/ev-window.c: (view_external_link_cb):
5242         * shell/ev-view.c: (ev_view_button_release_event):
5243
5244         Open links in new window when clicking with middle button. 
5245
5246 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * shell/ev-navigation-action.c: (new_history_menu_item):
5249         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5250         * shell/ev-view.c: (ev_view_handle_link):
5251         * shell/ev-window.c:
5252         
5253         Store link before jump, not the destination. For me it 
5254         seems like more natural history behavior.
5255
5256 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5259         (ev_navigation_action_class_init):
5260         * shell/ev-navigation-action.h:
5261         * shell/ev-page-action.c: (activate_cb):
5262         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5263         (ev_page_cache_set_current_page_history):
5264         * shell/ev-page-cache.h:
5265         * shell/ev-sidebar-thumbnails.c:
5266         (ev_sidebar_tree_selection_changed),
5267         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5268         * shell/ev-view-private.h:
5269         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5270         * shell/ev-view.h:
5271         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5272         (ev_window_setup_document), (ev_window_load_job_cb):
5273         * shell/ev-window.h:
5274         
5275         History finally works as expected.
5276
5277 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5278
5279         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5280
5281         Do not update links treeview if it doesn't have a model assigned yet. 
5282
5283 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5284
5285         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5286         (ev_sidebar_links_class_init), (update_page_callback):
5287
5288         Do not update links treeview when sidepane is not visible. 
5289
5290 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * shell/ev-marshal.list:
5293         * shell/ev-page-action.c: (activate_cb),
5294         (ev_page_action_class_init):
5295         * shell/ev-page-action.h:
5296         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5297         * shell/ev-window.c:
5298         
5299         Remove activate_link signal, not required.
5300
5301 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * shell/ev-navigation-action.c: (build_menu):
5304         
5305         Reorder menu items and build menu with fixed length.
5306
5307 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5308
5309         * shell/ev-view.c: (get_selected_text):
5310         
5311         Normalize text to fix ligatures problem. See bug
5312         #341947 for details.
5313
5314 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5317
5318         Fix memory leak in ev-page-cache. 
5319
5320 2007-01-25  Tom Parker <palfrey@tevp.net>
5321
5322         * backend/impress/impress-document.c: (impress_document_load),
5323         (impress_document_finalize), (impress_document_init):
5324         * properties/ev-properties-main.c: (ev_properties_get_pages):
5325         
5326         Correctly handle impress document errors. Fixes nautilus
5327         crash in property page #370491.
5328
5329 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5332         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5333         (ev_job_queue_remove_job):
5334         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5335         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5336         (ev_job_load_run):
5337         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5338         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5339         (ev_window_load_job_cb), (xfer_update_progress_callback),
5340         (ev_window_open_uri), (ev_window_dispose):
5341         * shell/main.c: (main):
5342
5343         Do file transfer asynchronously in the main thread instead of
5344         synchronously in the load thread. Fixes bugs #399694, #398307 and
5345         #343542.
5346
5347 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * shell/ev-jobs.c: (ev_job_xfer_run):
5350
5351         Load the document with the font-config lock held. 
5352
5353 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5354
5355         * backend/ps/ps-document.c: (start_interpreter):
5356
5357         Fix memory leaks in ps backend. 
5358
5359 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * backend/impress/impress-document.c:
5362         (impress_document_render_pixbuf):
5363
5364         Do not acquire fontconfig lock in impress backend, since it is using
5365         the main loop for rendering. 
5366
5367 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5368
5369         * po/POTFILES.in: 
5370
5371         Remove mdvi files that shouldn't be translated. 
5372
5373 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * shell/ev-view-private.h:
5376         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5377         (ev_view_set_zoom):
5378
5379         Render "loading..." text into a cairo surface instead of directly into
5380         the window so that fontconfig lock is only needed once and UI is not
5381         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5382
5383 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5384
5385         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5386         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5387
5388         Use icon theme associated with the window screen rather than default. 
5389
5390 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5391
5392         * configure.ac:
5393
5394         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5395
5396 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5397
5398         * data/icons/*/apps/evince.*:
5399
5400         Move Evince icons under new apps directory.
5401
5402         * data/icons/*/actions/*:
5403
5404         Add new custom themeable Evince icons: view-page-continuous, 
5405         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5406         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5407
5408         * configure.ac:
5409
5410         Add new directories to AC_CONFIG_FILES.
5411
5412         * shell/ev-stock-icons.c:
5413         * shell/ev-stock-icons.h:
5414
5415         Use new custom themeable icons.
5416
5417 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5418
5419         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5420
5421         Do not draw white background page in presentation mode. 
5422
5423 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5424
5425         * shell/ev-view.c: Remove unused gnome-vfs include.
5426
5427 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5428
5429         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5430         
5431         Format string is corrected, fixes bug #397129.
5432
5433 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5434
5435         * shell/ev-window.c: (ev_window_setup_recent):
5436
5437         Do not include in recent menu inexistent documents. Fixes
5438         bug #339171.
5439
5440 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * po/POTFILES.skip: 
5443
5444         Update POTFILES.skip file according to current source tree. 
5445
5446 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5447
5448         * shell/ev-window.c: (file_save_dialog_response_cb):
5449
5450         Do Save a copy in atomic way. Fixes bug #328266. 
5451
5452 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5453
5454         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5455
5456         Keep selected cell always visible in index treeview.
5457
5458 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5459         
5460         * shell/ev-view.c: (ev_view_size_allocate):
5461
5462         Restore horizontal scrollbar after switching to/from fullscreen
5463         or presentation mode. Fixes bug #331728.
5464
5465 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5466
5467         * shell/ev-view-private.h:
5468         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5469         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5470         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5471         (ev_view_can_zoom_out):
5472
5473         Use max and min scale values in the view iby taking dpi into account. 
5474
5475 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5476
5477         * configure.ac:
5478         * NEWS:
5479
5480         Release 0.7.1
5481
5482 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5483
5484         * shell/ev-window.c: (ev_window_print_send):
5485
5486         Send print job to printer with some settings set to default values,
5487         since we have already exported to a file according to such settings
5488         and they could be taken twice by some printers. 
5489
5490 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5491
5492         * shell/ev-jobs.c: (ev_job_xfer_run):
5493         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5494
5495         Show main window and load document with the font-config lock held. 
5496
5497 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5498
5499         * configure.ac:
5500         * shell/ev-application.c: (ev_application_register_service):
5501         * shell/main.c: (load_files_remote):
5502
5503         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5504
5505 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5506
5507         * doc/debugging.txt:
5508         
5509         Remove obsolete documentation.
5510
5511 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * Makefile.am:
5514         * backend/Makefile.am:
5515         * backend/comics/Makefile.am:
5516         * backend/djvu/Makefile.am:
5517         * backend/dvi/Makefile.am:
5518         * backend/ev-async-renderer.c:
5519         * backend/ev-async-renderer.h:
5520         * backend/ev-attachment.c:
5521         * backend/ev-attachment.h:
5522         * backend/ev-backend-marshal.c:
5523         * backend/ev-document-factory.c:
5524         * backend/ev-document-factory.h:
5525         * backend/ev-document-find.c:
5526         * backend/ev-document-find.h:
5527         * backend/ev-document-fonts.c:
5528         * backend/ev-document-fonts.h:
5529         * backend/ev-document-images.c:
5530         * backend/ev-document-images.h:
5531         * backend/ev-document-info.h:
5532         * backend/ev-document-links.c:
5533         * backend/ev-document-links.h:
5534         * backend/ev-document-misc.c:
5535         * backend/ev-document-misc.h:
5536         * backend/ev-document-security.c:
5537         * backend/ev-document-security.h:
5538         * backend/ev-document-thumbnails.c:
5539         * backend/ev-document-thumbnails.h:
5540         * backend/ev-document-transition.c:
5541         * backend/ev-document-transition.h:
5542         * backend/ev-document.c:
5543         * backend/ev-document.h:
5544         * backend/ev-file-exporter.c:
5545         * backend/ev-file-exporter.h:
5546         * backend/ev-image.c:
5547         * backend/ev-image.h:
5548         * backend/ev-link-action.c:
5549         * backend/ev-link-action.h:
5550         * backend/ev-link-dest.c:
5551         * backend/ev-link-dest.h:
5552         * backend/ev-link.c:
5553         * backend/ev-link.h:
5554         * backend/ev-render-context.c:
5555         * backend/ev-render-context.h:
5556         * backend/ev-selection.c:
5557         * backend/ev-selection.h:
5558         * backend/impress/Makefile.am:
5559         * backend/pdf/Makefile.am:
5560         * backend/pixbuf/Makefile.am:
5561         * backend/ps/Makefile.am:
5562         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5563         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5564         (start_interpreter), (stop_interpreter), (document_load),
5565         (ps_document_next_page), (render_page):
5566         * backend/tiff/Makefile.am:
5567         * comics/Makefile.am:
5568         * comics/comics-document.c:
5569         * comics/comics-document.h:
5570         * configure.ac:
5571         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5572         * djvu/Makefile.am:
5573         * djvu/djvu-document-private.h:
5574         * djvu/djvu-document.c:
5575         * djvu/djvu-document.h:
5576         * djvu/djvu-links.c:
5577         * djvu/djvu-links.h:
5578         * djvu/djvu-text-page.c:
5579         * djvu/djvu-text-page.h:
5580         * djvu/djvu-text.c:
5581         * djvu/djvu-text.h:
5582         * dvi/Makefile.am:
5583         * dvi/dvi-document.c:
5584         * dvi/dvi-document.h:
5585         * dvi/fonts.c:
5586         * dvi/fonts.h:
5587         * dvi/mdvi-lib/Makefile.am:
5588         * dvi/mdvi-lib/afmparse.c:
5589         * dvi/mdvi-lib/afmparse.h:
5590         * dvi/mdvi-lib/bitmap.c:
5591         * dvi/mdvi-lib/bitmap.h:
5592         * dvi/mdvi-lib/color.c:
5593         * dvi/mdvi-lib/color.h:
5594         * dvi/mdvi-lib/common.c:
5595         * dvi/mdvi-lib/common.h:
5596         * dvi/mdvi-lib/defaults.h:
5597         * dvi/mdvi-lib/dvimisc.c:
5598         * dvi/mdvi-lib/dviopcodes.h:
5599         * dvi/mdvi-lib/dviread.c:
5600         * dvi/mdvi-lib/files.c:
5601         * dvi/mdvi-lib/font.c:
5602         * dvi/mdvi-lib/fontmap.c:
5603         * dvi/mdvi-lib/fontmap.h:
5604         * dvi/mdvi-lib/fontsrch.c:
5605         * dvi/mdvi-lib/gf.c:
5606         * dvi/mdvi-lib/hash.c:
5607         * dvi/mdvi-lib/hash.h:
5608         * dvi/mdvi-lib/list.c:
5609         * dvi/mdvi-lib/mdvi.h:
5610         * dvi/mdvi-lib/pagesel.c:
5611         * dvi/mdvi-lib/paper.c:
5612         * dvi/mdvi-lib/paper.h:
5613         * dvi/mdvi-lib/pk.c:
5614         * dvi/mdvi-lib/private.h:
5615         * dvi/mdvi-lib/setup.c:
5616         * dvi/mdvi-lib/sp-epsf.c:
5617         * dvi/mdvi-lib/special.c:
5618         * dvi/mdvi-lib/sysdeps.h:
5619         * dvi/mdvi-lib/t1.c:
5620         * dvi/mdvi-lib/tfm.c:
5621         * dvi/mdvi-lib/tfmfile.c:
5622         * dvi/mdvi-lib/tt.c:
5623         * dvi/mdvi-lib/util.c:
5624         * dvi/mdvi-lib/vf.c:
5625         * dvi/pixbuf-device.c:
5626         * dvi/pixbuf-device.h:
5627         * impress/Makefile.am:
5628         * impress/common.h:
5629         * impress/document.c:
5630         * impress/f_oasis.c:
5631         * impress/f_oo13.c:
5632         * impress/iksemel.c:
5633         * impress/iksemel.h:
5634         * impress/imposter.h:
5635         * impress/impress-document.c:
5636         * impress/impress-document.h:
5637         * impress/internal.h:
5638         * impress/r_back.c:
5639         * impress/r_draw.c:
5640         * impress/r_geometry.c:
5641         * impress/r_gradient.c:
5642         * impress/r_style.c:
5643         * impress/r_text.c:
5644         * impress/render.c:
5645         * impress/render.h:
5646         * impress/zip.c:
5647         * impress/zip.h:
5648         * lib/Makefile.am:
5649         * lib/ev-debug.c:
5650         * lib/ev-debug.h:
5651         * lib/ev-file-helpers.c:
5652         * lib/ev-file-helpers.h:
5653         * lib/ev-gui.c:
5654         * lib/ev-gui.h:
5655         * lib/ev-tooltip.c:
5656         * lib/ev-tooltip.h:
5657         * libdocument/Makefile.am:
5658         * libdocument/ev-file-helpers.c:
5659         * pdf/Makefile.am:
5660         * pdf/ev-poppler.cc:
5661         * pdf/ev-poppler.h:
5662         * pixbuf/Makefile.am:
5663         * pixbuf/pixbuf-document.c:
5664         * pixbuf/pixbuf-document.h:
5665         * properties/Makefile.am:
5666         * ps/Makefile.am:
5667         * ps/gsdefaults.c:
5668         * ps/gsdefaults.h:
5669         * ps/gsio.c:
5670         * ps/gsio.h:
5671         * ps/gstypes.h:
5672         * ps/ps-document.c:
5673         * ps/ps-document.h:
5674         * ps/ps.c:
5675         * ps/ps.h:
5676         * shell/Makefile.am:
5677         * shell/ev-application.h:
5678         * shell/ev-sidebar-links.c:
5679         * shell/ev-sidebar-links.h:
5680         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5681         (ev_gui_menu_position_tree_selection):
5682         * shell/ev-utils.h:
5683         * shell/ev-view.c: (ev_view_finalize):
5684         * shell/ev-window.c:
5685         * shell/main.c: (main):
5686         * thumbnailer/Makefile.am:
5687         * tiff/Makefile.am:
5688         * tiff/tiff-document.c:
5689         * tiff/tiff-document.h:
5690         * tiff/tiff2ps.c:
5691         * tiff/tiff2ps.h:
5692         
5693         Reorganize source tree.
5694
5695 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5696
5697         * backend/ev-document-factory.c:
5698
5699         Do not include ev-poppler.h when pdf is disabled. 
5700
5701 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5702
5703         * configure.ac:
5704         * data/evince-ui.xml:
5705         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5706         (pdf_document_document_images_iface_init):
5707         * backend/Makefile.am:
5708         * backend/ev-document-images.[ch]:
5709         * backend/ev-image.[ch]:
5710         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5711         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5712         (ev_job_xfer_run):
5713         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5714         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5715         (ev_pixbuf_cache_get_image_mapping):
5716         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5717         (view_menu_popup_cb), (ev_window_dispose),
5718         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5719         (ev_view_popup_cmd_copy_image):
5720         * shell/ev-view-private.h:
5721         * shell/ev-view.c: (ev_view_get_image_at_location),
5722         (ev_view_do_popup_menu), (ev_view_popup_menu),
5723         (ev_view_button_press_event), (ev_view_drag_data_get),
5724         (ev_view_drag_motion), (ev_view_drag_data_received),
5725         (ev_view_motion_notify_event), (ev_view_button_release_event),
5726         (ev_view_finalize), (ev_view_class_init):
5727
5728         Add image handling support. Fixes bugs #310008 and #325047. Images
5729         selection is not supported yet. 
5730
5731 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5732
5733         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5734         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5735         (ev_view_init):
5736
5737         Move view drag and drop stuff to ev-view.
5738
5739 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5742         * shell/ev-view.c: (clear_selection): 
5743
5744         Clear selection also in pixbuf cache.
5745
5746 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5747
5748         * data/evince.desktop.in.in:
5749         
5750         Change icon name in desktop file. See bug #390734
5751         for details.
5752
5753 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5754
5755         * thumbnailer/Makefile.am:
5756
5757         Use top_builddir instead top_srcdir for generated schema
5758         file installation. Fixes bug #390161.
5759
5760 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * configure.ac:
5763         * backend/Makefile.am:
5764         * backend/ev-document-transition.[ch]:
5765         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5766         (pdf_document_page_transition_iface_init):
5767         * shell/ev-view-private.h:
5768         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5769         (ev_view_set_presentation), (transition_next_page),
5770         (ev_view_presentation_transition_stop),
5771         (ev_view_presentation_transition_start), (ev_view_next_page):
5772
5773         Add page transition support in presentation mode. At the moment only
5774         page duration is supported, but not transition effects. Fixes bug
5775         #309815.
5776
5777 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5780
5781         Run find_link_dest with document lock held, since it's called by links
5782         thread and main thread at the same time. 
5783
5784 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5785
5786         * shell/ev-view.c: (goto_dest):
5787
5788         Update page-cache when page is changed by the view, so that
5789         page-changed signal is emitted. 
5790
5791 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * test/test1.py:
5794         * test/test2.py:
5795
5796         Use C locale in tests. 
5797
5798 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * shell/ev-window.c: (ev_window_run_presentation):
5801         * shell/ev-view-private.h:
5802         * shell/ev-view.c: (ev_view_set_presentation):
5803
5804         Restore zoom settings when back from presentation mode. 
5805
5806 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5807
5808         * shell/ev-window.c: (ev_window_run_presentation):
5809
5810         Always use "best fit" zoom in presentation mode.
5811         Fixes bug #389195.
5812
5813 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5814
5815         * shell/ev-view.c: (ev_view_goto_window_create):
5816
5817         Show "Jump to page" label in the page jumping popup in
5818         presentation mode instead of just a GtkEntry.
5819
5820 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5821
5822         * shell/ev-window.c: (launch_external_uri):
5823
5824         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5825         #378085.
5826
5827 2006-12-22  Elijah Newren  <newren gmail com>
5828
5829         * configure.ac: explicitly check for libxml2.  Fixes #388795
5830
5831 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * shell/ev-view-private.h:
5834         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5835         (ev_view_goto_window_delete_event), (key_is_numeric),
5836         (ev_view_goto_window_key_press_event),
5837         (ev_view_goto_window_button_press_event),
5838         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5839         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5840         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5841
5842         Allow jumping to another page by typing a page number in presentation
5843         mode. It uses a popup window with an entry. Fixes bug #353625.
5844
5845 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * configure.ac:
5848         * properties/ev-properties-view.c: (ev_get_default_user_units),
5849         (ev_regular_paper_size):
5850         
5851         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5852         to Damien Carbery <damien.carbery@sun.com> and
5853         Yevgen Muntyan <muntyan@tamu.edu>.
5854
5855 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5856
5857         * shell/ev-window.c: (setup_document_from_metadata):
5858
5859         Make sure Evince doesn't restore the view on the last
5860         page when a document is reopened. Fixes bug #383381.
5861
5862 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5863
5864         * shell/ev-view.c: (draw_loading_text):
5865
5866         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5867
5868 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * configure.ac:
5871         * NEWS:
5872
5873         Release 0.7.0
5874
5875 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * configure.ac:
5878         * pdf/ev-poppler.cc: (pdf_print_context_free),
5879         (pdf_document_file_exporter_begin),
5880         (pdf_document_file_exporter_do_page):
5881
5882         Make cairo-pdf depedency optional. 
5883
5884 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5887
5888         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5889
5890 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5893         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5894         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5895         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5896         * shell/ev-view.c: (draw_loading_text):
5897         * shell/ev-window.c: (ev_window_cmd_file_properties):
5898
5899         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5900         related to using FontConfig from different threads.
5901         
5902 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * shell/ev-view.c: (draw_loading_text):
5905
5906         Acquire lock document when drawing "Loading..." text so that only one
5907         thread will use FontConfig at the same time. Fixes bug #374750.
5908
5909 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * shell/ev-page-action.[ch]: (activate_cb):
5912         * shell/ev-window.c: (activate_label_cb):
5913
5914         Check if text inserted in page entry is a valid page number when it
5915         doesn't match to any document page label. Fixes bug #383165.
5916
5917 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5918         * shell/ev-window.c:
5919
5920         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5921         available with GTK < 2.10. Added an ifdef to avoid compilation
5922         error.
5923
5924 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5925
5926         * configure.ac:
5927         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5928
5929         Fix ps backend in multihead systems.
5930
5931 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5932
5933         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5934         * shell/ev-window.c: (ev_window_get_screen_dpi),
5935         (ev_window_update_actions), (setup_view_from_metadata),
5936         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5937
5938         Take screen DPI into account when zooming. Fixes bug #318285.
5939
5940 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5941
5942         * data/Makefile.am:
5943
5944         Cleaned up/slightly refactored Makefile.am. Added GConf
5945         schemas uninstallation as well.
5946
5947 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5948
5949         * Makefile.am:
5950         * test/Makefile.am:
5951
5952         Fight with autotools to fix make check. Make distcheck
5953         works fine as well now!
5954
5955 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5956
5957         * shell/ev-view.c: (draw_end_presentation_page):
5958
5959         Corrected "end of presentation" string.
5960
5961 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5962
5963         * shell/ev-view.c: (ev_view_key_press_event):
5964
5965         Correctly propagate key press event so that up/down keys
5966         work as expected (correct behaviour was broken by
5967         black/white screen key bindings for presentations).
5968
5969 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5970
5971         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5972         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5973         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5974         (pdf_selection_get_selection_region),
5975         (pdf_selection_get_selection_map):
5976
5977         Add "static" to some private functions. 
5978
5979 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5980
5981         * lib/ev-tooltip.h:
5982         * properties/ev-properties-view.h:
5983         * shell/ev-jobs.h:
5984         * shell/ev-properties-dialog.h:
5985         * shell/ev-properties-fonts.h:
5986         * shell/ev-sidebar-links.h:
5987         * shell/ev-sidebar-thumbnails.h:
5988         * shell/ev-sidebar.h:
5989         * shell/ev-window.h:
5990         
5991         Fixes CHACK type in class casts. See bug #385343
5992         for details.
5993
5994 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5995
5996         * shell/ev-view-private.h:
5997         * shell/ev-view.c: (draw_end_presentation_page),
5998         (ev_view_expose_event), (ev_view_key_press_event),
5999         (ev_view_class_init), (ev_view_init):
6000
6001         Blank screen in presentation mode when pressing 'b' (filling with
6002         black) or 'w' (filling with white) keys. Fixes bug #358132.
6003
6004 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6005
6006         * data/evince-toolbar.xml:
6007         * shell/ev-window.c:
6008         
6009         Use stock icon for Select All action. Fixes
6010         bug #382652.
6011
6012 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6013
6014         * shell/ev-view.c: (get_doc_point_from_offset),
6015         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6016
6017         Add links support in rotated documents. Fixes bug #343733.
6018
6019 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6020
6021         * shell/ev-view-private.h:
6022         * shell/ev-view.c: (draw_end_presentation_page),
6023         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6024
6025         Show a blank page after the last page in presentation mode with a
6026         message indicating that presentation has finished and how to exit. 
6027
6028 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6029
6030         * shell/ev-window.c: (fullscreen_timeout_cb):
6031
6032         Hide cursor after a while in presentation mode. 
6033
6034 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6035
6036         * backend/ev-document-info.h:
6037         * data/evince-properties.glade:
6038         * pdf/ev-poppler.cc:
6039         * properties/ev-properties-view.c: (ev_regular_paper_size),
6040         (ev_properties_view_set_info):
6041         * ps/ps-document.c: (ps_document_get_info):
6042
6043         Adds a paper size field to the properties dialog. Fixes
6044         bug #307315. Patch by Kasper Svendsen (with some i18n
6045         changes done by me).
6046
6047 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6048
6049         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6050         (screensaver_init_dbus), (totem_scrsaver_new),
6051         (totem_scrsaver_init):
6052         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6053         * shell/ev-application.c: (ev_application_register_service),
6054         (ev_application_screensaver_enable),
6055         (ev_application_screensaver_disable):
6056         * shell/ev-application.h:
6057         * shell/ev-window.c: (ev_window_run_presentation),
6058         (ev_window_stop_presentation), (build_comments_string),
6059         (ev_window_init):
6060         
6061         Move screensaver handling to application. No more
6062         message on startup.
6063
6064 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6065
6066         * configure.ac:
6067         * backend/Makefile.am:
6068         * backend/ev-file-exporter.[ch]:
6069         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6070         * ps/ps-document.c: (ps_document_file_exporter_*):
6071         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6072         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6073         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6074         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6075
6076         Allow printing to PDF when suppoted by the backend.
6077         
6078 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6079
6080         * shell/ev-window.c: (build_comments_string):
6081
6082         Use always "Document Viewer" in about dialog. 
6083
6084 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6085
6086         * djvu/djvu-document.c: (djvu_document_get_page_size):
6087
6088         Display a warning message when get_pageinfo fails. 
6089
6090 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6091
6092         * Makefile.am:
6093         * backend/Makefile.am:
6094         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6095         * configure.ac:
6096         * shell/ev-window.c: (build_comments_string):
6097         
6098         Make pdf compilation optional. See bug #38007.
6099
6100 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6101
6102         * ps/ps.c: (get_next_text):
6103
6104         Fix CVE-2006-5864.
6105
6106 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6107
6108         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6109         * shell/ev-navigation-action.c: (connect_proxy),
6110         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6111         
6112         Do not call g_type_class_peek_parent twice.
6113
6114 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * configure.ac:
6117         * data/icons/24x24/.cvsignore:
6118         * data/icons/24x24/Makefile.am:
6119         * data/icons/24x24/evince.png:
6120         * data/icons/Makefile.am:
6121         
6122         Add 24x24 icon. Thanks to 
6123         Michael Monreal <infernux@web.de>.
6124
6125 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * configure.ac: Fix typo in configure.ac. Thanks
6128         to dmacks@netspace.org for notification.
6129
6130 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6131
6132         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6133         
6134         Drop dbus include, fixes compilation with older dbus.
6135
6136 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6137
6138         * configure.ac:
6139         * cut-n-paste/Makefile.am:
6140         * cut-n-paste/totem-screensaver/.cvsignore
6141         * cut-n-paste/totem-screensaver/Makefile.am:
6142         * cut-n-paste/totem-screensaver/README:
6143         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6144         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6145         * shell/Makefile.am:
6146         * shell/ev-window.c: (ev_window_run_presentation),
6147         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6148         (ev_window_init):
6149
6150         Implemented screensaver enabling/disabling for
6151         presentation mode (not fullscreen mode). Code stolen
6152         from Totem (with some minor tweaks). Fixes bug #338889.
6153
6154 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6155
6156         * configure.ac:
6157
6158         Bump gnome-icon-theme requirements. We use the rotation
6159         icons that appeared recently.
6160
6161 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-history.c: (ev_history_add_page):
6164         * shell/ev-history.h:
6165         * shell/ev-window.c: (page_changed_cb):
6166         
6167         Use page labels instead of numbers.
6168
6169 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * data/evince-toolbar.xml:
6172         * po/POTFILES.in:
6173         * shell/Makefile.am:
6174         * shell/ev-navigation-action-widget.c:
6175         (ev_navigation_action_widget_init),
6176         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6177         (menu_detacher), (ev_navigation_action_widget_set_menu),
6178         (menu_position_func), (popup_menu_under_arrow),
6179         (ev_navigation_action_widget_toggled),
6180         (ev_navigation_action_widget_button_press_event):
6181         * shell/ev-navigation-action-widget.h:
6182         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6183         (ev_navigation_action_set_window), (activate_menu_item_cb),
6184         (new_history_menu_item), (new_empty_history_menu_item),
6185         (build_menu), (menu_activated_cb), (connect_proxy),
6186         (create_tool_item), (ev_navigation_action_init),
6187         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6188         * shell/ev-navigation-action.h:
6189         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6190         (ev_page_action_widget_set_page_cache),
6191         (ev_page_action_widget_finalize),
6192         (ev_page_action_widget_class_init), (match_selected_cb),
6193         (display_completion_text), (match_completion), (build_new_tree_cb),
6194         (get_filter_model_from_model),
6195         (ev_page_action_widget_update_model):
6196         * shell/ev-page-action-widget.h:
6197         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6198         (connect_proxy):
6199         * shell/ev-page-action.h:
6200         * shell/ev-stock-icons.c:
6201         * shell/ev-stock-icons.h:
6202         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6203         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6204         (register_custom_actions):
6205         * shell/main.c:
6206         
6207         Preliminary history implementation
6208
6209 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6212         (dvi_document_class_init), (dvi_document_init_params):
6213         * dvi/mdvi-lib/font.c: (font_reference):
6214         
6215         Add reference to subfont. Fixes bug #374277.
6216
6217 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6218
6219         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6220         (ev_window_cmd_file_open_copy_at_dest):
6221
6222         Fix a race condition when creating symlink. Increase the counter
6223         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6224         Mathias Hasselmann).
6225
6226 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6227
6228         * backend/Makefile.am:
6229         * backend/ev-attachment.c: (ev_attachment_open):
6230         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6231         (ev_tmp_dir), (ev_tmp_filename):
6232         * shell/ev-sidebar-attachments.c:
6233         (ev_sidebar_attachments_drag_data_get):
6234         * shell/ev-window.c: (ev_window_clear_temp_file):
6235
6236         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6237         in ensure_dir_exists. Abort without crashing when we can't create
6238         user's directory.
6239
6240 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6241
6242         * data/evince-ui.xml:
6243         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6244         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6245         (ev_window_cmd_file_open_copy_at_dest),
6246         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6247         (ev_view_popup_cmd_open_link_new_window):
6248
6249         Allow opening a copy of the current document in a new window. Fixes bug
6250         #357472
6251
6252 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * data/evince-toolbar.xml:
6255         
6256         Add rotate right and rotate left to available items for toolbar.
6257         
6258         * data/evince-ui.xml:
6259         * shell/ev-window.c: (ev_window_init):
6260         
6261         Customize toolbar with right click. Fixes bug #372451.
6262
6263 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6264
6265         * shell/ev-window.c: 
6266         
6267         Use "object-rotate-{left,right}" stock icons. Fixes 
6268         bug #373863.
6269
6270 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6271
6272         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6273         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6274         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6275         (ev_window_open_uri):
6276         * shell/main.c: (arguments_parse):
6277
6278         Remove temp file created when evince is used by GTK+ in
6279         preview mode. Fixes bug #365282. 
6280
6281 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6282
6283         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6284         
6285         Fixes bug #372474 - Side pane disabled when entering 
6286         and leaving fullscreen mode.
6287
6288 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6291         * data/Makefile.am:
6292         * data/evince-preview-toolbar.xml:
6293         * data/evince-toolbar.xml:
6294         * shell/ev-application.c: (ev_application_shutdown),
6295         (ev_application_init), (ev_application_get_toolbars_model):
6296         * shell/ev-application.h:
6297         * shell/ev-window.c: (update_chrome_visibility),
6298         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6299         (ev_window_cmd_edit_toolbar), (ev_window_init):
6300         
6301         Fixes bug #364364 - toolbar editor shows zoom actions again.
6302
6303 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6304
6305         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6306
6307         Do not take margins into consideration for paper size when printing.
6308         Really fixes bug #350491.
6309
6310 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6311
6312         * data/evince-ui.xml:
6313         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6314         (ev_window_cmd_file_print_setup),
6315         (ev_window_print_dialog_response_cb),
6316         (ev_window_setup_action_sensitivity):
6317
6318         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6319
6320 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6321
6322         * shell/ev-window.c: (ev_window_print_range):
6323
6324         Revert my previuos commit, since printing to PDF is not supported by
6325         evince yet. 
6326
6327 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6328
6329         * shell/ev-window.c: (ev_window_print_range):
6330
6331         Enable print to a PDF. Fixes bug #332121.
6332
6333 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6334
6335         * shell/ev-application-service.xml:
6336         * shell/ev-application.[ch]: (ev_application_open_window),
6337         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6338         (ev_application_open_uri), (ev_application_open_uri_list):
6339         * shell/ev-window.c: (file_open_dialog_response_cb),
6340         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6341         (drag_data_received_cb), (open_remote_link):
6342         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6343
6344         Add support for multiscreen systems. Fixes bug #316206.
6345
6346 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6347
6348         * shell/ev-jobs.[ch]: (ev_job_print_new),
6349         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6350         (ev_job_print_do_page):
6351         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6352
6353         Allow printing only odd/even pages. Fixes bug #367289.
6354
6355 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6356
6357         * test/test1.py:
6358         * test/test2.py:
6359
6360         Re-add locale settings to test files.
6361
6362 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6363
6364         * data/evince-ui.xml:
6365         * shell/ev-window.c: (set_action_properties):
6366         
6367         Removed garbage from code and ui.
6368
6369 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6370
6371         * shell/ev-window.c: (ev_window_cmd_help_about):
6372
6373         Shamelessly add my name to the list of contributors.
6374
6375 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6376
6377         * test/test1.py:
6378         * test/test2.py:
6379
6380         Cleaned up the dogtail scripts.
6381
6382 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6383
6384         * shell/ev-view.c: (draw_loading_text): Don't render
6385         "loading..." text in presentation mode. Temporary
6386         workaround for bug #320352.
6387
6388 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6389
6390         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6391         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6392
6393         Use print settings scale, copies, collate and reverse which were
6394         ignored. Fixes bug #359032.
6395
6396 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * configure.ac:
6399         * data/evince-password.glade:
6400         * test/Makefile.am:
6401         * test/test-encrypt.pdf:
6402         * test/test-links.pdf:
6403         * test/test1.py:
6404         * test/test2.py:
6405
6406         Add automated UI tests for evince with dogtail. See
6407         bug #300948.    
6408
6409 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6410
6411         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6412
6413         Hide fullscreen toolbar when switching to another desktop workspace.
6414         Fixes bug #338871
6415
6416 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6417
6418         * shell/ev-window-title.c: 
6419         
6420         Test for .dvi in title of pdf documents.
6421
6422 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6423
6424         * shell/ev-view.c: (ev_view_scroll):
6425
6426         Page Up/Down should do page jumps in "Best fit" mode.
6427         If a user has explicitly chosen to view exactly one page
6428         at a time, scrolling just a part of the page when
6429         pressing Page Up/Down is not right. Fixes bug #323107.
6430
6431 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6432
6433         * NEWS:
6434         * configure.ac:
6435         
6436         Update for 0.6.1
6437
6438 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6441         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6442         
6443         Correctly disconnect from job signals on destroy.
6444
6445 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * shell/ev-view-private.h:
6448         * shell/ev-view.c: (view_set_adjustment_values),
6449         (view_update_range_and_current_page),
6450         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6451         
6452         Fixes bug #343199, current page now follows find page.
6453
6454 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6455
6456         * backend/ev-document-factory.c:
6457         * configure.ac:
6458         Assigned OpenDocument presenation MIME type to the
6459         Impress backend. Added some missing (but harmless)
6460         #ifdefs in the document factory as well to make things
6461         consistent again. Fixes bug #360658.
6462
6463 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6464
6465         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6466         * backend/ev-document-find.c: (ev_document_find_get_type):
6467         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6468         * backend/ev-document-links.c: (ev_document_links_get_type):
6469         * backend/ev-document-security.c: (ev_document_security_get_type):
6470         * backend/ev-document-thumbnails.c:
6471         (ev_document_thumbnails_get_type):
6472         * backend/ev-document.c: (ev_document_get_type):
6473         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6474         * backend/ev-selection.c: (ev_selection_get_type):
6475         * cut-n-paste/recent-files/egg-recent-model.c:
6476         (egg_recent_model_get_type):
6477         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6478         (egg_recent_view_uimanager_get_type):
6479         * cut-n-paste/recent-files/egg-recent-view.c:
6480         (egg_recent_view_get_type):
6481         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6482         (egg_editable_toolbar_get_type):
6483         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6484         (egg_toolbar_editor_get_type):
6485         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6486         (egg_toolbars_model_get_type):
6487         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6488         (egg_tree_multi_drag_source_get_type):
6489         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6490         (ephy_zoom_action_get_type):
6491         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6492         (ephy_zoom_control_get_type):
6493         * impress/r_back.c: (_imp_fill_back):
6494         * properties/ev-properties-main.c:
6495         (ev_properties_plugin_register_type):
6496         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6497         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6498         (ev_view_accessible_factory_get_type):
6499
6500         Reduce relocations. Bug #360616.
6501
6502 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * backend/ev-document-factory.c:
6505         (ev_document_factory_get_document):
6506         
6507         Load document even if extension is wrong.
6508
6509 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * shell/ev-metadata-manager.c: (save_values):
6512         * shell/ev-window.c: (setup_size_from_metadata),
6513         (setup_view_from_metadata), (ev_window_setup_document),
6514         (ev_window_xfer_job_cb), (window_configure_event_cb):
6515         
6516         Set size according to the document size/page size ratio.
6517         That should correct rather wierd behaviour of the previous
6518         commit.
6519
6520 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * shell/ev-window.c: (setup_view_from_metadata):
6523         
6524         Set size for new windows from previous window size.
6525         See bugs #354968 and #168450 for details. Thanks
6526         to Meik Hellmund.
6527
6528 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6529
6530         * djvu/djvu-links.c: (build_tree):
6531
6532         Fix memory leak.
6533
6534 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6537         
6538         Don't make sidebar close button insensitive. Fixes
6539         bug #357871.
6540
6541 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6544         (ev_window_set_view_accels_sensitivity):
6545         
6546         Don't enable Slash on documents which don't support
6547         find. Fixes bug #358648.
6548
6549 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6550
6551         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6552         open dialog fall back to the current document uri if the
6553         filechooser hasn't been used before. Fixes bug #356980.
6554
6555 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6556
6557         * shell/ev-window.c: (ev_window_setup_recent), 
6558         (ev_window_get_recent_file_label):
6559
6560         Escape underscores in filenames of recent file items.
6561
6562 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * configure.ac:
6565         
6566         Bumped poppler requirements, really 0.5.3 is very 
6567         buggy, now we require 0.5.4.
6568
6569 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6570
6571         * djvu/Makefile.am:
6572         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6573         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6574         (djvu_document_document_links_iface_init):
6575         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6576         (number_from_string_10), (get_djvu_link_dest),
6577         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6578         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6579         (djvu_links_get_links), (djvu_links_find_link_dest),
6580         (djvu_links_get_links_model):
6581         * djvu/djvu-links.h:
6582         
6583         Add support for links and bookmarks in djvu documents. Thanks
6584         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6585         patch.
6586
6587 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6590         
6591         Reopen should reload document. Fixes 
6592         bug 327951.
6593
6594 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * configure.ac:
6597         * data/Makefile.am:
6598         * data/evince-16.png:
6599         * data/evince-22.png:
6600         * data/evince.png:
6601         * data/evince.svg:
6602         * data/icons/16x16/Makefile.am:
6603         * data/icons/16x16/evince.png:
6604         * data/icons/22x22/Makefile.am:
6605         * data/icons/22x22/evince.png:
6606         * data/icons/48x48/Makefile.am:
6607         * data/icons/48x48/evince.png:
6608         * data/icons/Makefile.am:
6609         * data/icons/scalable/Makefile.am:
6610         * data/icons/scalable/evince.svg:
6611         
6612         Install icons with correct names. Fixes
6613         bug #354429.
6614
6615 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6616
6617         * shell/ev-view.c: (ev_view_button_release_event):
6618
6619         Don't open links with middle mouse button. Fixes bug #353649
6620
6621 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * NEWS:
6624         * configure.ac:
6625         
6626         Update for release 0.6.0
6627
6628 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6631         Implement Close named action. Patch by Carlos Garcia Campos.
6632
6633 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6636         
6637         Don't clear link mapping on copy_job_to_job_info. Fixes
6638         bug 346168.
6639
6640 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6641
6642         * shell/main.c: (main):
6643
6644         Revert my previous commit, gnome_program_init owns the option context.
6645         Fix another memory leak in main. Both caught by Christian Persch. 
6646
6647 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6648
6649         * shell/main.c: (main):
6650
6651         Fix memory leak.
6652
6653 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6654
6655         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6656
6657         Fix crash when opening a pdf with password protection. 
6658
6659 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6660
6661         * pdf/ev-poppler.cc: (pdf_document_search_free):
6662
6663         Fix memory leak. 
6664
6665 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * backend/ev-document-factory.c:
6668         (ev_document_factory_get_document):
6669         * tiff/tiff-document.c: (tiff_document_finalize):
6670         
6671         More correct handling of document loading. Fixes
6672         bug #349043.
6673
6674 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6675
6676         * backend/ev-attachment.c: (ev_attachment_save):
6677
6678         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6679         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6680
6681 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6682         
6683         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6684         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6685
6686 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6687
6688         * shell/ev-sidebar-thumbnails.c:
6689
6690         Do not render thumbnails unless thumbnails page is active in the
6691         sidebar.
6692
6693 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6694
6695         * shell/ev-properties-dialog.c:
6696
6697         Fix dialogue spacing. Bug #351370.
6698
6699 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6700
6701         * configure.ac:
6702
6703         Use lowercase gettext catalog file names (evince.mo
6704         instead of Evince.mo)
6705
6706 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6707
6708         * shell/ev-sidebar-attachments.c:
6709
6710         GtkIconTheme is now screen safe too. Fixes bug #350878
6711
6712 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * shell/ev-window.c:
6715
6716         GtkRecent manager is now screen safe. Fixes bug #350145
6717
6718 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6719
6720         * shell/ev-sidebar.c: (ev_sidebar_init):
6721         
6722         Make sidebar close icon smaller. Fix for bug 350177.
6723         See also bugs 350176 and 165770.
6724
6725 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6726
6727         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6728
6729         Ignore zoom for xyz destinations when it's <= 1, keeping user
6730         preferences instead. Set correct sizing-mode for fith and fitv
6731         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6732
6733 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6734
6735         * NEWS:
6736         * configure.ac:
6737         
6738         Update for release 0.5.5
6739
6740 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6741         
6742         * shell/ev-window.c: (ev_window_cmd_escape)
6743
6744         Escape unfocus page entry. Fixes bug #345809.
6745
6746 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6747
6748         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6749         (build_tree), (pdf_document_links_get_links),
6750         (pdf_document_links_find_link_dest):
6751         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6752         (goto_xyz_dest):
6753
6754         Convert from PDF style coordinates to X style coordinates in the
6755         backend rather than in the view. Fixes bug #338440
6756
6757 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6758
6759         * shell/ev-window.c:
6760         
6761         Remove Ctrl+Shift+T shortcut for toolbars. See
6762         the bug #350098.
6763
6764 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6765
6766         * configure.ac:
6767
6768         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6769         of this. 
6770
6771 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6772
6773         * configure.ac:
6774         * cut-n-paste/Makefile.am:
6775         * data/evince-ui.xml:
6776         * shell/Makefile.am:
6777         * shell/ev-application.[ch]:
6778         * shell/ev-window.c:
6779
6780         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6781         #349273
6782
6783 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6784
6785         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6786         findbar code: s/help/search/
6787
6788 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6789
6790         * shell/ev-window.c: (setup_document_from_metadata),
6791         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6792         (setup_view_from_metadata):
6793         
6794         Fix memory leaks.
6795
6796 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6797
6798         * autogen.sh, configure.ac: 
6799         
6800         Update automake usage. See bug 349292.
6801
6802 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/eggfindbar.c: (egg_find_bar_class_init),
6805         (entry_activate_callback), (egg_find_bar_init),
6806         (egg_find_bar_set_status_text):
6807         * shell/eggfindbar.h:
6808         
6809         Unify Evince findbar with Epiphany. Nice patch
6810         from Fabricio Silva <silva@crans.org> and
6811         Frederic Peters <fpeters@entrouvert.com>. See
6812         bug #339966 for details.
6813
6814 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * data/evince.desktop.in.in:
6817         
6818         Correct information for bugzilla. Thanks to
6819         Olaf Vitters, see bug #348855.
6820
6821 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6822
6823         * shell/ev-jobs.[ch]:
6824         * shell/ev-sidebar-links.c:
6825         * shell/ev-window.[ch]:
6826
6827         GtkPrintJob doesn't support print ranges or current page, so we export
6828         to a ps file now when printing ranges or current page.
6829
6830 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * pdf/ev-poppler.cc:
6833         * shell/ev-window.c: (do_action_named):
6834
6835         We should be more clear about bugzilla. See the
6836         poppler bug #7623.
6837
6838 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6839
6840         * configure.ac:
6841         * shell/Makefile.am:
6842         * shell/ev-job-queue.c:
6843         * shell/ev-jobs.[ch]:
6844         * shell/ev-sidebar-links.c:
6845         * shell/ev-window.[ch]:
6846         
6847         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6848         #348422
6849
6850 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6851
6852         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6853         * shell/ev-application-service.xml:
6854         * shell/ev-application.[ch]:
6855         * shell/ev-jobs.[ch]:
6856         * shell/ev-window.[ch]: (ev_window_run_preview):
6857         * shell/main.c: 
6858
6859         Add preview mode to use evince as a printing previewer. It also adds
6860         other command line options for fullscreen and presentation modes.
6861         Fixes bugs #347822, #317031
6862
6863 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6864
6865         * NEWS:
6866         * configure.ac:
6867         
6868         Update for release 0.5.4
6869
6870 2006-07-11  Bastien Nocera <hadess@hadess.net>
6871
6872         * Makefile.am:
6873         * backend/Makefile.am:
6874         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6875         * backend/ev-document-factory.h:
6876         * configure.ac:
6877         * impress/.cvsignore:
6878         * impress/Makefile.am:
6879         * impress/common.h:
6880         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6881         (imp_get_page), (imp_next_page), (imp_prev_page),
6882         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6883         * impress/f_oasis.c: (render_object), (render_page),
6884         (get_geometry), (_imp_oasis_load):
6885         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6886         (_imp_oo13_load):
6887         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6888         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6889         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6890         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6891         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6892         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6893         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6894         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6895         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6896         (iks_new_within), (iks_insert), (iks_insert_cdata),
6897         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6898         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6899         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6900         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6901         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6902         (iks_cdata), (iks_cdata_size), (iks_has_children),
6903         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6904         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6905         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6906         (iks_tree), (iks_load), (iks_save):
6907         * impress/iksemel.h:
6908         * impress/imposter.h:
6909         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6910         (imp_render_draw_bezier_real), (imp_render_get_size),
6911         (imp_render_set_fg_color), (imp_render_draw_line),
6912         (imp_render_draw_rect), (imp_render_draw_polygon),
6913         (imp_render_draw_arc), (imp_render_draw_bezier),
6914         (imp_render_open_image), (imp_render_get_image_size),
6915         (imp_render_scale_image), (imp_render_draw_image),
6916         (imp_render_close_image), (imp_render_markup),
6917         (imp_render_get_text_size), (imp_render_draw_text),
6918         (impress_document_load), (impress_document_save),
6919         (impress_document_get_n_pages), (impress_document_get_page_size),
6920         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6921         (impress_document_finalize), (impress_document_class_init),
6922         (impress_document_can_get_text), (impress_document_get_info),
6923         (impress_document_document_iface_init),
6924         (impress_document_thumbnails_get_thumbnail),
6925         (impress_document_thumbnails_get_dimensions),
6926         (impress_document_document_thumbnails_iface_init),
6927         (impress_document_init):
6928         * impress/impress-document.h:
6929         * impress/internal.h:
6930         * impress/r_back.c: (_imp_fill_back):
6931         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6932         (_imp_draw_image), (_imp_tile_image):
6933         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6934         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6935         (r_polyline):
6936         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6937         (r_draw_gradient_complex), (r_draw_gradient):
6938         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6939         (r_get_bullet):
6940         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6941         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6942         (r_text):
6943         * impress/render.c: (imp_create_context), (imp_context_set_page),
6944         (imp_context_set_step), (imp_render), (imp_delete_context):
6945         * impress/render.h:
6946         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6947         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6948         (zip_load_xml), (zip_get_size), (zip_load):
6949         * impress/zip.h:
6950         * shell/ev-utils.c:
6951         
6952         New backend to support impress slides. Fixes bug #30867.
6953
6954 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6955
6956         * shell/ev-utils.c: (using_postscript_printer):
6957         
6958         Fixes crash when print using PAPI backend,
6959         bug #345012.
6960
6961 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6962
6963         * shell/ev-jobs.c: (ev_job_xfer_run):
6964         * shell/ev-window.c: (password_dialog_response),
6965         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6966         (ev_window_dispose):
6967         Fixes bug #344160: if the xfer job doesn't complete
6968         because a password is required, reload the existing
6969         instance instead of creating a new one.
6970
6971 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6972
6973         * shell/main.c: (main): Call gdk_threads_init. Thus
6974         we'll avoid errors in auth dialog. Fix for the bug
6975         #343347.
6976
6977 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6978
6979         * configure.ac: Advertise pixbuf support, fix
6980         for the bug 343317.
6981
6982 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6985         (ev_sidebar_thumbnails_set_document):
6986         
6987         Update sidebar thumbnails after reloading.
6988
6989 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6992         * shell/ev-jobs.h:
6993         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6994         (ev_window_cmd_view_reload), (ev_window_init):
6995         
6996         Don't crash on reload. Fix for the bug #343167.
6997
6998 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * shell/ev-jobs.c: (ev_job_render_run):
7001         
7002         Check for document links.
7003
7004 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * backend/ev-attachment.c: (ev_attachment_save),
7007         (ev_attachment_launch_app), (ev_attachment_open):
7008         * backend/ev-document-factory.c: (get_document_from_uri):
7009         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7010         (egg_recent_view_uimanager_set_list):
7011         * ps/ps-document.c: (check_filecompressed), (document_load),
7012         (ps_document_load):
7013         * shell/ev-metadata-manager.c: (load_values):
7014         * shell/ev-password.c: (ev_password_dialog_set_property):
7015         * shell/ev-view.c: (tip_from_link):
7016         * shell/ev-window.c: (file_save_dialog_response_cb),
7017         (ev_window_print_dialog_response_cb):
7018         
7019         Use consistent quoting style. Fix for the bug #320285.
7020
7021 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7022
7023         * shell/ev-jobs.c: (ev_job_xfer_run):
7024         * shell/main.c: (load_files):
7025                 
7026         Open links with anchors. Fix for the bug #339836.
7027
7028 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7031         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7032         (ev_link_dest_set_property), (ev_link_dest_finalize),
7033         (ev_link_dest_class_init), (ev_link_dest_new_named),
7034         (ev_link_dest_new_page_label):
7035         * backend/ev-link-dest.h:
7036         * shell/ev-application.c: (ev_application_open_uri):
7037         * shell/ev-view.c: (goto_dest):
7038         * shell/ev-window.c:
7039         * shell/ev-window.h:
7040         
7041         Fix page-label command line option. Bug #342070.
7042
7043 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7044
7045         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7046         
7047         Don't show highlight rects if page can't be showed. Fix for 
7048         the bug #342076
7049
7050 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * shell/ev-window.c: (setup_sidebar_from_metadata),
7053         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7054         
7055         Setup sidebar from metadata even if there is no document
7056         loaded. Fix for the bug #342807.
7057
7058 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7059
7060         * cut-n-paste/toolbar-editor/Makefile.am:
7061         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7062         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7063         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7064         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7065         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7066         (popup_context_menu_cb), (button_press_event_cb),
7067         (configure_item_sensitivity), (configure_item_cursor),
7068         (configure_item_tooltip), (connect_widget_signals),
7069         (action_sensitive_cb), (create_item_from_action),
7070         (create_item_from_position), (toolbar_drag_data_received_cb),
7071         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7072         (toolbar_drag_leave_cb), (configure_drag_dest),
7073         (toggled_visibility_cb), (toolbar_visibility_refresh),
7074         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7075         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7076         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7077         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7078         (egg_editable_toolbar_dispose),
7079         (egg_editable_toolbar_set_ui_manager),
7080         (egg_editable_toolbar_get_selected),
7081         (egg_editable_toolbar_set_selected), (set_edit_mode),
7082         (egg_editable_toolbar_set_property),
7083         (egg_editable_toolbar_get_property),
7084         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7085         (egg_editable_toolbar_new_with_model),
7086         (egg_editable_toolbar_get_edit_mode),
7087         (egg_editable_toolbar_set_edit_mode),
7088         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7089         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7090         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7091         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7092         (item_added_or_removed_cb), (toolbar_removed_cb),
7093         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7094         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7095         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7096         (editor_create_item_from_name), (append_table),
7097         (update_editor_sheet), (egg_toolbar_editor_init):
7098         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7099         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7100         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7101         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7102         (toolbar_node_free), (egg_toolbars_model_get_flags),
7103         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7104         (egg_toolbars_model_get_name), (impl_add_item),
7105         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7106         (parse_data_list), (parse_item_list), (parse_toolbars),
7107         (egg_toolbars_model_load_toolbars), (parse_available_list),
7108         (parse_names), (egg_toolbars_model_load_names),
7109         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7110         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7111         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7112         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7113         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7114         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7115         (egg_toolbars_model_set_types), (fill_avail_array),
7116         (egg_toolbars_model_get_name_avail),
7117         (egg_toolbars_model_get_name_flags),
7118         (egg_toolbars_model_set_name_flags):
7119         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7120         * cut-n-paste/toolbar-editor/eggintl.h:
7121         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7122         (egg_tree_multi_drag_source_get_type),
7123         (egg_tree_multi_drag_source_row_draggable),
7124         (egg_tree_multi_drag_source_drag_data_delete),
7125         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7126         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7127         (path_list_free), (set_context_data), (get_context_data),
7128         (get_info), (egg_tree_multi_drag_drag_data_get),
7129         (egg_tree_multi_drag_motion_event),
7130         (egg_tree_multi_drag_button_press_event),
7131         (egg_tree_multi_drag_add_drag_support):
7132         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7133         * shell/ev-application.c: (ev_application_init),
7134         (ev_application_save_toolbars_model):
7135         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7136         (ev_window_cmd_edit_toolbar), (ev_window_init):
7137         
7138         Sync toolbareditor with epiphany and libegg
7139
7140 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7141
7142         * configure.ac: 
7143
7144         Depend on poppler 0.5.2
7145
7146 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * shell/ev-jobs.c: (ev_job_render_run):
7149         
7150         Check if document supports links iterface.
7151
7152 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * NEWS:
7155         * configure.ac:
7156         
7157         Update for release 0.5.3
7158
7159 2006-05-13  Michael Plump  <plumpy@skylab.org>
7160
7161         * configure.ac:
7162         * shell/Makefile.am:
7163         * shell/main.c: (main):
7164         
7165         Port to GOption command line parsing. Fix for the 
7166         bug #327518
7167
7168 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7169
7170         * shell/ev-window.c: (ev_window_cmd_help_about):
7171         
7172         Do not wrap license. Fix for the bug #309460.
7173
7174 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7175
7176         * configure.ac:
7177         * properties/ev-properties-main.c: (ev_properties_get_pages):
7178         * shell/ev-application.c: (ev_application_open_window),
7179         (ev_application_open_uri_at_dest):
7180         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7181         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7182         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7183         * shell/ev-utils.c: (save_print_config_to_file):
7184         * shell/ev-window.c: (ev_window_cmd_save_as),
7185         (ev_attachment_popup_cmd_save_attachment_as):
7186         * shell/main.c: (load_files_remote):
7187         
7188         Bump requirements to gtk 2.8 and drop all ifdefs used.
7189
7190 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7191
7192         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7193         * shell/ev-window.c: (ev_window_init):
7194         
7195         Show attachments page.
7196
7197 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7198
7199         * po/POTFILES.in:
7200         * shell/ev-attachment-bar.c:
7201         * shell/ev-attachment-bar.h:
7202         * shell/ev-sidebar-attachments.c:
7203         (ev_sidebar_attachments_icon_cache_add),
7204         (icon_theme_get_pixbuf_from_mime_type),
7205         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7206         (ev_sidebar_attachments_icon_cache_refresh),
7207         (ev_sidebar_attachments_get_attachment_at_pos),
7208         (ev_sidebar_attachments_popup_menu_show),
7209         (ev_sidebar_attachments_popup_menu),
7210         (ev_sidebar_attachments_button_press),
7211         (ev_sidebar_attachments_update_icons),
7212         (ev_sidebar_attachments_drag_data_get),
7213         (ev_sidebar_attachments_get_property),
7214         (ev_sidebar_attachments_destroy),
7215         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7216         (ev_sidebar_attachments_new),
7217         (ev_sidebar_attachments_set_document),
7218         (ev_sidebar_attachments_support_document),
7219         (ev_sidebar_attachments_get_label),
7220         (ev_sidebar_attachments_page_iface_init):
7221         * shell/ev-sidebar-attachments.h:
7222         * shell/ev-window.c: (update_chrome_visibility),
7223         (setup_sidebar_from_metadata), (ev_window_setup_document),
7224         (ev_window_sidebar_current_page_changed_cb),
7225         (attachment_bar_menu_popup_cb), (ev_window_init):
7226         
7227         Move attachments bar to sidebar.
7228
7229 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7230
7231         * pdf/ev-poppler.cc:
7232         * shell/ev-application.[ch]:
7233         * shell/main.c:
7234
7235         Fix some memory leaks.
7236
7237 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7238
7239         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7240
7241         Change the properties dialog response to
7242         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7243         will make the dialog go away when the user presses
7244         enter. With gtk+ >= 2.9 this will happen anyway, but for
7245         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7246         escape by default. Fixes bug #340539. See also bug
7247         #101293 for the gtk+ part.
7248
7249 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7250
7251         * shell/ev-view.c (tip_from_action_named): Replace some strings
7252         that were wrong. Closes #340970.
7253
7254 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7255
7256         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7257
7258         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7259         #341049
7260
7261 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * djvu/Makefile.am:
7264         * dvi/Makefile.am:
7265         * dvi/mdvi-lib/Makefile.am:
7266         * properties/Makefile.am:
7267         * ps/Makefile.am:
7268         * shell/Makefile.am:
7269         * thumbnailer/Makefile.am:
7270         
7271         Due to broken libtool that is unable to track dependencies
7272         of noinst libraries we are forced to explicitely point
7273         libraries for binary. Fix for the bug #333334.
7274
7275 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * data/evince.desktop.in.in:
7278         * shell/ev-view.c: (view_update_range_and_current_page),
7279         (ev_view_next_page), (ev_view_previous_page):
7280         * shell/ev-window.c: (update_chrome_visibility),
7281         (setup_sidebar_from_metadata), (ev_window_setup_document),
7282         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7283         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7284         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7285         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7286         (ev_window_stop_presentation), (ev_window_focus_in_event),
7287         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7288         (ev_window_init):
7289         * thumbnailer/Makefile.am:
7290         
7291         Update fullscreen and presentation timeout handling. Hide
7292         cursor in presentation after timeout. Fix for the bugs
7293         #136359 and #336981.
7294
7295 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7296
7297         * backend/ev-link-action.[ch]:
7298         * pdf/ev-poppler.cc: (ev_link_from_action):
7299         * shell/ev-view-private.h:
7300         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7301         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7302
7303         Add support for Named Action links
7304
7305 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7306
7307         * backend/Makefile.am:
7308         * backend/ev-document-links.[ch]:
7309         * backend/ev-document.[ch]:
7310         * backend/ev-link-action.[ch]:
7311         * backend/ev-link-dest.[ch]:
7312         * backend/ev-link.[ch]:
7313         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7314         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7315         * shell/ev-page-action.c: (build_new_tree_cb):
7316         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7317         (links_page_num_func), (update_page_callback):
7318         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7319         (tip_from_link):
7320         * shell/ev-jobs.c:
7321         * shell/ev-window.[ch]: (ev_window_open_uri),
7322         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7323         * shell/ev-application.[ch]: (ev_application_open_window),
7324         (ev_application_open_uri):
7325
7326         Rework links system, it adds support for remote links now and it makes
7327         easier to add new kinds of actions and destinations. Fixes bug #317292
7328
7329 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * data/Makefile.am:
7332         * data/evince.png:
7333         * data/evince-16.png:
7334         * data/evince-22.png:
7335         * data/evince.svg:
7336         * shell/main.c: (main):
7337         
7338         Evince use it's own icon. Fix for the bug #313392.
7339
7340         * shell/ev-window.c: (fullscreen_timeout_cb),
7341         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7342         (ev_window_cmd_help_about), (ev_window_dispose):
7343         
7344         Simplify fullscreen timeout code.
7345
7346 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7347
7348         * backend/ev-attachment.c: 
7349         * shell/ev-attachment-bar.c:
7350         * shell/ev-window.c:
7351
7352         Allow multiple selection of attachments
7353
7354 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7355
7356         * shell/ev-view.c: (view_update_range_and_current_page),
7357         (ev_view_scroll):
7358         
7359         Fix for the bug #312573 – Optimal selection of current 
7360         page among visible pages.
7361
7362 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * configure.ac:
7365         * djvu/Makefile.am:
7366         * djvu/djvu-text.h:
7367         
7368         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7369         for the bug 339868.
7370
7371 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7372
7373         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7374
7375 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7376
7377         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7378         dictated by the GNOME HIG. Fixes bug #339235.
7379
7380 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7381
7382         * data/evince-ui.xml:
7383         * shell/ev-view.c: (ev_view_can_find_previous):
7384         * shell/ev-view.h:
7385         * shell/ev-window.c: (ev_window_update_actions),
7386         (ev_window_cmd_edit_find_previous):
7387
7388         Add support for "Find Previous" as dictated by the GNOME HIG. A
7389         menu item is added and some glue code to make it all work is added
7390         to various files.
7391
7392 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7393
7394         * configure.ac: Award myself the "useless use of cat" award.
7395
7396 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7397
7398         * po/LINGUAS: New file listing all supported languages.
7399
7400         * configure.in: Use po/LINGUAS instead of including all languages
7401         directly in this file. See the wiki for more information:
7402         http://live.gnome.org/GnomeGoals/PoLinguas
7403
7404 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7405
7406         * backend/ev-document-factory.c:
7407
7408         Do not load the document twice when there isn't errors
7409
7410 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7411
7412         * backend/ev-attachment.c: 
7413
7414         Fix a crash when there isn't a default application to open an
7415         attachment
7416
7417 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7418
7419         * backend/ev-attachment.[ch]:
7420         * shell/ev-attachment-bar.[ch]:
7421
7422         Added missing files. 
7423
7424 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7425
7426         * backend/Makefile.am:
7427         * data/evince-ui.xml:
7428         * backend/ev-attachment.[ch]:
7429         * backend/ev-document.[ch]: (ev_document_has_attachments),
7430         (ev_document_get_attachments):
7431         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7432         (attachment_save_to_buffer), (pdf_document_get_attachments),
7433         (pdf_document_document_iface_init):
7434         * shell/Makefile.am:
7435         * shell/ev-attachment-bar.[ch]:
7436         * shell/ev-window.c:
7437
7438         Add support for PDF attachments. Fixes bug #325143
7439
7440 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * backend/ev-document-factory.c: (get_document_from_uri),
7443         (ev_document_factory_get_document):
7444         * backend/ev-document-factory.h:
7445         * properties/ev-properties-main.c: (ev_properties_get_pages):
7446         * shell/Makefile.am:
7447         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7448         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7449         (ev_job_queue_remove_job):
7450         * shell/ev-job-queue.h:
7451         * shell/ev-job-xfer.c:
7452         * shell/ev-job-xfer.h:
7453         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7454         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7455         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7456         (ev_job_xfer_run):
7457         * shell/ev-jobs.h:
7458         * shell/ev-window.c: (ev_window_is_empty),
7459         (password_dialog_response), (ev_window_clear_xfer_job),
7460         (ev_window_xfer_job_cb), (ev_window_open_uri),
7461         (ev_window_cmd_focus_page_selector),
7462         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7463         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7464         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7465         (ev_window_dispose):
7466         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7467         
7468         * Cleanup mime type detection on document load. Fix for the
7469         bug #336448.
7470
7471 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7472
7473         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7474         
7475         Fix crash on exit, described in the bug #336825.
7476
7477 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7478
7479         * backend/ev-document-factory.c:
7480         (ev_document_factory_get_from_mime),
7481         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7482         (ev_document_factory_get_document),
7483         (file_filter_add_mime_list_and_free),
7484         (ev_document_factory_add_filters):
7485         * backend/ev-document-factory.h:
7486         * properties/ev-properties-main.c: (ev_properties_get_pages):
7487         * shell/Makefile.am:
7488         * shell/ev-application.c:
7489         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7490         * shell/ev-window.c: (ev_window_cmd_file_open),
7491         (ev_window_cmd_save_as):
7492         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7493         
7494         Rework factory functions so they are placed now in a single 
7495         file ev-document-factory.c
7496
7497 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * shell/ev-window.c: (update_chrome_visibility):
7500         
7501         Fix for the bug 166566 - don't show menubar in fullscreen
7502         mode.
7503
7504 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7505
7506         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7507
7508 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7509
7510         * shell/ev-view.c: (ev_view_expose_event):
7511         
7512         More correctly draw loading text when document
7513         is empty.
7514
7515 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * shell/ev-view.c: (ev_view_scroll):
7518         
7519         Fix for the bug #334854, page down and page up switch
7520         pages in presentation mode.
7521
7522 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * shell/ev-window.c: (ev_window_set_action_sensitive),
7525         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7526         (ev_window_set_view_accels_sensitivity),
7527         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7528         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7529         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7530         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7531         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7532         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7533         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7534         (view_actions_focus_in_cb), (ev_window_init):
7535         
7536         Fix for the bug #333902, now it's possible to search
7537         words with slash.
7538
7539 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7540
7541         * configure.ac: Added Breton translation.
7542         * po/br.po: Added Breton translation.
7543
7544 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7545
7546         * shell/ev-window-title (ev_window_title_update):
7547
7548         Fix memory leak in window title. Fixes bug #333944
7549
7550 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7551
7552         * shell/ev-metadata-manager.c (parseItem):
7553
7554         Fix memory leaks. Fixes bug #333945
7555
7556 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7557         
7558         * NEWS, configure.ac, TODO:
7559         
7560         Update for release 0.5.2.
7561
7562 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7563
7564         * shell/ev-view.c: (view_update_range_and_current_page),
7565         (page_changed_cb):
7566         
7567         Don't jump on scrolling, fix for the bug #333127.
7568
7569 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7572         
7573         Scroll by one page in presentation mode. Fix for the bug
7574         #332993.
7575
7576 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7577
7578         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7579
7580 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7581
7582         * configure.ac  Added lv in ALL_LINGUAS line.
7583
7584 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7585         
7586         * NEWS, configure.ac:
7587         
7588         Update for release 0.5.1
7589
7590 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7591
7592         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7593         * backend/ev-document-misc.h:
7594         * shell/ev-view.c: (draw_one_page):
7595         
7596          Clairfy what page the toolbar page number applies to. Fix
7597          for the bug #328102.
7598
7599 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7600
7601         * shell/ev-view-private.h:
7602         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7603         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7604         (ev_view_search_changed):
7605         * shell/ev-view.h:
7606         * shell/ev-window.c: (find_bar_search_changed_cb):
7607         
7608         Dont't jump to find result if window was scrolled during search.
7609         Fix for the bug #313266.
7610
7611 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7612
7613         * shell/eggfindbar.c: (egg_find_bar_class_init):
7614         * shell/eggfindbar.h:
7615         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7616         * shell/ev-view-private.h:
7617         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7618         (ev_view_class_init), (ev_sizing_mode_get_type),
7619         (ev_scroll_type_get_type):
7620         * shell/ev-view.h:
7621         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7622         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7623         (ev_window_init):
7624         
7625         Fix for the bug 319133 - Find entry should allow text scroll.
7626
7627 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7628
7629         * shell/ev-view-private.h:
7630         * shell/ev-view.c: (view_update_range_and_current_page),
7631         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7632         (ev_view_set_document), (update_find_status_message),
7633         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7634         (ev_view_find_previous):
7635         
7636         Fix for the bug #319137. Search now takes account for scrolling.
7637
7638 2006-02-19  Michael Hofmann <mh21@piware.de>
7639
7640         * configure.ac:
7641         * djvu/Makefile.am:
7642         * djvu/djvu-document-private.h:
7643         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7644         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7645         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7646         (djvu_document_can_get_text), (djvu_document_get_text),
7647         (djvu_document_document_iface_init),
7648         (djvu_document_thumbnails_get_thumbnail),
7649         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7650         (djvu_document_find_get_result),
7651         (djvu_document_find_page_has_results),
7652         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7653         (djvu_document_find_iface_init):
7654         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7655         (djvu_text_page_selection), (djvu_text_page_limits_process),
7656         (djvu_text_page_limits), (djvu_text_page_copy),
7657         (djvu_text_page_position), (djvu_text_page_union),
7658         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7659         (djvu_text_page_box), (djvu_text_page_append_text),
7660         (djvu_text_page_search), (djvu_text_page_prepare_search),
7661         (djvu_text_page_new), (djvu_text_page_free):
7662         * djvu/djvu-text-page.h:
7663         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7664         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7665         (djvu_text_n_results), (djvu_text_has_results),
7666         (djvu_text_get_result), (djvu_text_get_progress):
7667         * djvu/djvu-text.h:
7668         
7669         Text search in djvu. Fix for the bug #303415.
7670
7671 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7672
7673         * configure.ac:
7674         * shell/ev-window.c: (ev_window_cmd_save_as):
7675         
7676         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7677         Thanks to Gary Coady <gary@lyranthe.org>
7678
7679 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7680
7681         * shell/ev-print-job.c: (idle_print_handler):
7682         
7683         Inverse order printing, bug #320919.
7684
7685 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7686
7687         * data/evince-toolbar.xml:
7688         * shell/ev-window.c:
7689         
7690         Allow to add sidebar checkbutton on toolbar. Fix
7691         for the bug #144577.
7692
7693 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7696         
7697         Add checks that have sense for empty ps document.
7698
7699 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7700
7701         * configure.ac: Include PS in mime types list. 
7702
7703 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * configure.ac:
7706         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7707         * ps/gsdefaults.h:
7708         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7709         
7710         Runtime check for gs interpreter. Fix for the bug #320868.
7711         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7712
7713 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7714
7715         * shell/ev-application.c: 
7716
7717         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7718         dbus>=0.60, so that the request is not queued. 
7719
7720 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * configure.ac:
7723         * shell/Makefile.am:
7724         * shell/ev-sidebar-links.c: (print_section_cb):
7725         * shell/ev-utils.c:
7726         * shell/ev-utils.h:
7727         * shell/ev-window.c: (update_action_sensitivity),
7728         (ev_window_close_dialogs), (ev_window_print):
7729         * shell/ev-window.h:
7730         
7731         Make printing support optional. Patch from Eduardo de Barros Lima
7732         <eduardo.lima@indt.org.br> for the bug #330546.
7733
7734 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-view-private.h:
7737         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7738         (ev_view_set_document):
7739         * shell/ev-view.h:
7740         * shell/ev-window.c: (ev_window_load_job_cb),
7741         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7742         (ev_window_init):
7743
7744         Draw Loading message during xfer job. Fix for the bug #329495.
7745
7746 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7747
7748         * comics/comics-document.c: (comics_regex_quote),
7749         (comics_document_load), (extract_argv):
7750         
7751         Correcly quote regexp before passing it to unzip.
7752
7753 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7754
7755         * shell/ev-page-cache.c: (build_height_to_page),
7756         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7757         (ev_page_cache_get_dual_even_left):
7758         * shell/ev-page-cache.h:
7759         * shell/ev-view.c: (view_update_range_and_current_page),
7760         (get_page_y_offset), (get_page_extents):
7761         
7762         Place even pages to the left if document has less then
7763         two pages. Fix for the bug #328856.
7764
7765 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7766
7767         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7768         
7769         Correct comics scheme. This make evince create thumbnails
7770         for comic books. Fix for the bug 329088.
7771
7772 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7773
7774         * data/evince-password.glade: Don't explicitly set
7775         invisible_char to the current default value in case
7776         the default changes; let GTK+ do its magic.
7777
7778 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7781         real filename to tmp filename since often document
7782         type is determined by extension.
7783
7784 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7785
7786         * shell/ev-view.c: (add_scroll_binding_keypad),
7787         (ev_view_binding_activated), (ev_view_class_init):
7788         
7789         Add keybindings for percision-scrolling of display area. 
7790         Fix for the bug #314072.
7791
7792 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * data/evince.desktop.in.in:
7795         
7796         Add GTK to the list of categories. Fix for the bug #328034.
7797
7798 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7799
7800         * shell/ev-application.c: (ev_application_shutdown),
7801         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7802         * shell/ev-application.h:
7803         * shell/ev-window.c: (file_open_dialog_response_cb),
7804         (ev_window_cmd_file_open):
7805         
7806         Save last uri in file chooser dialog. Fix for the bug #327950.
7807
7808 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * NEWS:
7811         * README:
7812         
7813         Final update for release 0.5.0
7814         
7815         * shell/Makefile.am:
7816         
7817         Remove disable deprecated until we'll require libgnome-2.13.7
7818         and port to GOption argument parsing. See bug 327518.
7819
7820 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7821
7822         * comics/comics-document.c: (comics_document_save):
7823         * djvu/djvu-document.c: (djvu_document_save):
7824         * dvi/dvi-document.c: (dvi_document_save):
7825         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7826         * lib/ev-file-helpers.h:
7827         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7828         * tiff/tiff-document.c: (tiff_document_save):
7829         
7830         Use common save function for backends.
7831
7832 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7833
7834         * backend/ev-document-types.c:
7835         
7836         Fix crash on saving pixbuf.
7837
7838 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7839
7840         * cut-n-paste/recent-files/egg-recent-item.c:
7841         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7842         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7843         (parse_info_free), (valid_element), (start_element_handler),
7844         (end_element_handler), (text_handler), (egg_recent_model_filter),
7845         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7846         (egg_recent_model_monitor), (egg_recent_model_read),
7847         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7848         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7849         (egg_recent_model_set_property), (egg_recent_model_class_init),
7850         (egg_recent_model_init), (egg_recent_model_add_full),
7851         (egg_recent_model_delete), (egg_recent_model_get_list),
7852         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7853         (egg_recent_model_set_filter_mime_types),
7854         (egg_recent_model_clear_group_filter),
7855         (egg_recent_model_set_filter_groups),
7856         (egg_recent_model_clear_scheme_filter),
7857         (egg_recent_model_set_filter_uri_schemes),
7858         (egg_recent_model_remove_expired):
7859         * cut-n-paste/recent-files/egg-recent-util.c:
7860         (egg_recent_util_get_icon):
7861         * cut-n-paste/recent-files/egg-recent-util.h:
7862         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7863         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7864         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7865         (egg_recent_view_uimanager_set_property),
7866         (egg_recent_view_uimanager_get_property),
7867         (egg_recent_view_uimanager_class_init),
7868         (egg_recent_view_uimanager_init),
7869         (egg_recent_view_uimanager_set_label_width),
7870         (egg_recent_view_uimanager_get_label_width):
7871         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7872         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7873         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7874         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7875         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7876         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7877         
7878         Update from libegg.
7879
7880 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7881
7882         * shell/ev-page-cache.c: (build_height_to_page),
7883         (ev_page_cache_get_height_to_page):
7884         * shell/ev-page-cache.h:
7885         * shell/ev-view.c: (view_update_range_and_current_page),
7886         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7887         (ev_view_previous_page):
7888         
7889         Dual mode places even pages to the left. Fix for the bug #309393.
7890
7891         * shell/ev-view.h:
7892         * shell/ev-window.c: (update_action_sensitivity),
7893         (setup_view_from_metadata), (view_menu_popup_cb):
7894         
7895         Don't restore presentation in empty windows, more intelligent
7896         next page behaviour in dual mode.
7897
7898         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7899         (ev_pixbuf_cache_clear_job_sizes):
7900         
7901         Cleanup job callback on removal. Fix for the bug #325886.
7902
7903 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7904
7905         * ps/ps.c: (psscan):
7906         
7907         Commit workaround Mozilla problem. Fix for the bug #325919
7908         
7909         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7910         (save_item):
7911         
7912         Fix for year 2038 problem.
7913
7914 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-window.c: (setup_document_from_metadata),
7917         (ev_window_cmd_view_reload):
7918
7919         Clamp page recieved from metadata in valid values. Fix
7920         for the bug #325986.
7921
7922 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * MAINTAINERS: 
7925         Add MAINTAINERS as requested on desktop-devel-list.
7926
7927 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7928
7929         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7930         (mime_type_supported_by_gdk_pixbuf),
7931         (ev_document_factory_get_mime_types),
7932         (ev_document_factory_get_all_mime_types):
7933         
7934         Don't add pixbuf mime types if pixbuf backend is disabled.
7935         
7936         * shell/ev-application.c: (ev_application_get_uri_window):
7937         
7938         Fix for the bug 325815 - unhandled MIME type message doesn't 
7939         appear a second time. 
7940         
7941         * shell/ev-document-types.c: (ev_document_types_add_filters):
7942         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7943         (password_dialog_response), (ev_window_popup_password_dialog),
7944         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7945         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7946         (ev_window_run_presentation), (ev_window_stop_presentation),
7947         (save_sizing_mode), (ev_window_zoom_changed_cb),
7948         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7949         (ev_window_dual_mode_changed_cb),
7950         (ev_window_sidebar_current_page_changed_cb),
7951         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7952         (window_state_event_cb), (window_configure_event_cb):
7953         
7954         Cleanup additional uris holded by EvWindow.
7955
7956 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7959         (ev_view_can_previous_page), (ev_view_can_next_page):
7960         * shell/ev-view.h:
7961         * shell/ev-window.c: (update_action_sensitivity):
7962         
7963         Two page scrolling with Space and PageUp in dual mode. Second fix 
7964         for the bug #316608.
7965
7966 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * shell/ev-view.c: (scroll_to_current_page):
7969         
7970         Correctly clamp adjustment value. Fix for the bug
7971         #325808.
7972
7973 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7974
7975         * shell/ev-sidebar-links.c: (print_section_cb):
7976         * shell/ev-window.c: (ev_window_get_uri),
7977         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7978         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7979         (ev_window_dispose):
7980         
7981         Make print dialog non-modal. Fix for the bug #325622.
7982
7983 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * shell/ev-metadata-manager.c:
7986         * shell/ev-utils.c: (using_pdf_printer),
7987         (using_postscript_printer), (load_print_config_from_file),
7988         (save_print_config_to_file):
7989         * shell/ev-utils.h:
7990         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7991         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7992         (setup_view_from_metadata), (ev_window_setup_document),
7993         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7994         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7995         (ev_window_run_presentation), (ev_window_stop_presentation),
7996         (save_sizing_mode), (ev_window_zoom_changed_cb),
7997         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7998         (ev_window_dual_mode_changed_cb),
7999         (ev_window_sidebar_current_page_changed_cb),
8000         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8001         (window_state_event_cb), (window_configure_event_cb),
8002         (ev_window_init):
8003         
8004         Setting saving behaviour fixes.
8005
8006 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8007
8008         * configure.ac:
8009         
8010         Make antialiasing gs options better and allow
8011         to change them during configure. Fix for the 
8012         bug #319049.
8013
8014 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8015
8016         * shell/ev-window.c: (setup_view_from_metadata):
8017         
8018         Remember if last window was maximized. Fix for the
8019         bug #323797.
8020
8021 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8022
8023         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8024
8025 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8026
8027         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8028         * shell/ev-page-action.c: (build_new_tree_cb):
8029         * shell/ev-sidebar-links.c: (links_page_num_func),
8030         (update_page_callback_foreach), (update_page_callback):
8031         * shell/ev-view.c: (scroll_to_current_page):
8032         
8033         Fix for the bug #325067 with more intelligent selection
8034         of current link in sidebar. Make sidebar handle links
8035         of FITR-like type more correctly.
8036
8037         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8038         (dvi_pixbuf_put_pixel):
8039         
8040         Fix memory consumtion with disabled alpha channel.
8041
8042 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8043
8044         * data/evince-ui.xml:
8045         * shell/ev-window.c: (view_menu_popup_cb),
8046         (ev_popup_cmd_open_link), (ev_window_init):
8047         
8048         Update context menu for internal links. Fix for the bug
8049         #325066.
8050
8051 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8052
8053         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8054         
8055         Bind context menu to keyboard also. Fix for the bug
8056         #325065.
8057
8058 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8059
8060         * shell/ev-view.c: (selection_scroll_timeout_cb):
8061         
8062         Horizontal scroll on selection also.
8063
8064 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8065
8066         * shell/ev-metadata-manager.c: (parse_value):
8067         * shell/ev-view.c: (goto_xyz_link):
8068         
8069         Correct zoom setup and metadata save broken in 
8070         some locales.
8071
8072 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8073
8074         * shell/ev-view-private.h:
8075         * shell/ev-view.c: (scroll_to_current_page),
8076         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8077         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8078         (page_changed_cb), (ev_view_set_continuous),
8079         (ev_view_set_dual_page), (ev_view_set_presentation):
8080         
8081         Delay scroll until allocation to correctly position page. Fix
8082         for the bug #317334.
8083
8084 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8085
8086         * NEWS:
8087         * configure.ac:
8088         
8089         Update NEWS and require poppler 0.5.0.
8090
8091 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8092         
8093         * data/evince-ui.xml:
8094         * shell/ev-view-private.h:
8095         * shell/ev-view.c: (ev_view_get_link_at_location),
8096         (handle_link_over_xy), (ev_view_button_press_event),
8097         (ev_view_button_release_event), (ev_view_class_init):
8098         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8099         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8100         (ev_window_init):
8101         
8102         Implement right-click context menu.
8103
8104 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8107         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8108         (mdvi_pixbuf_device_render):
8109         * pdf/ev-poppler.cc:
8110
8111         Don't generate thumbnails with alpha. See bug #324077.
8112         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8113
8114 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8115
8116         * shell/ev-window.c: (setup_chrome_from_metadata):
8117         
8118         Fix typo that was hiding toolbar.
8119
8120 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8121
8122         * shell/ev-view-private.h:
8123         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8124         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8125         (ev_view_button_release_event), (ev_view_destroy):
8126         
8127         Small cleanup and autoscrolling during selection. Thanks to 
8128         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8129
8130 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8131
8132         * configure.ac:
8133         
8134         Correctly check for comics option.
8135
8136 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8137         * Makefile.am:
8138         * configure.ac:
8139         * backend/Makefile.am:
8140         * backend/ev-document-factory.c:
8141         * shell/ev-document-types.c:
8142
8143         Included option in configure to make ps backend 
8144         compilation optional with --disable-ps.
8145
8146 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8147
8148         * backend/ev-document-factory.c:
8149         * comics/Makefile.am:
8150         * comics/comics-document.c: (comics_document_load):
8151         * comics/ev-cbr-mime.xml:
8152         * configure.ac:
8153         
8154         Comics mime types are added to shared-mime-info CVS. Now
8155         we don't need to install our own mime types.
8156
8157 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * shell/ev-window.c:
8160         
8161         Add shortcut for "save a copy" menu entry. Fix for
8162         the bug #324582.
8163
8164 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8165
8166         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8167         (job_finished_cb), (new_selection_pixbuf_needed),
8168         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8169         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8170         
8171         Rework selection job info logic and fix critical warning.
8172
8173 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8174
8175         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8176
8177 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8178
8179         * data/evince-ui.xml:
8180         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8181         
8182         Enter as shortcut key for next page. Fix for the bug
8183         #321394.
8184
8185 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8186
8187         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8188
8189 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8192         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8193         (new_selection_pixbuf_needed),
8194         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8195         (clear_job_selection):
8196         
8197         Too early for 0.5. Pixbuf cache code cleaned a bit.
8198
8199 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8200
8201         * NEWS:
8202         * configure.ac:
8203         
8204         Release 0.5.0 preparation
8205
8206 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8207
8208         * comics/Makefile.am:
8209         * configure.ac:
8210         * shell/ev-document-types.c: (ev_document_types_add_filters):
8211         
8212         More advanced handling of custom mime type installation.
8213
8214 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8215
8216         * data/evince.schemas.in:
8217         * shell/ev-metadata-manager.c: (value_free),
8218         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8219         (ev_metadata_manager_get), (ev_metadata_manager_set):
8220         * shell/ev-metadata-manager.h:
8221         * shell/ev-window.c: (update_chrome_flag),
8222         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8223         (setup_document_from_metadata), (setup_chrome_from_metadata),
8224         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8225         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8226         (ev_window_view_toolbar_cb),
8227         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8228         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8229         
8230         Save last document settings and reuse them for new documents.
8231
8232 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * Makefile.am:
8235         * backend/Makefile.am:
8236         * backend/ev-document-factory.c:
8237         * backend/ev-document-factory.h:
8238         * comics/Makefile.am:
8239         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8240         (comics_document_load), (comics_document_save),
8241         (comics_document_get_n_pages), (comics_document_get_page_size),
8242         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8243         (comics_document_class_init), (comics_document_can_get_text),
8244         (comics_document_get_info), (comics_document_document_iface_init),
8245         (comics_document_init), (get_supported_image_extensions),
8246         (comics_document_thumbnails_get_geometry),
8247         (comics_document_thumbnails_get_thumbnail),
8248         (comics_document_thumbnails_get_dimensions),
8249         (comics_document_document_thumbnails_iface_init), (extract_argv):
8250         * comics/comics-document.h:
8251         * comics/ev-cbr-mime.xml:
8252         * configure.ac:
8253         * po/POTFILES.in:
8254         * shell/ev-application.c: (ev_application_register_service):
8255         * shell/ev-document-types.c: (ev_document_types_add_filters):
8256         * thumbnailer/Makefile.am:
8257         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8258         
8259         New CBR/CBZ backend for comic books.
8260
8261 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8262
8263         * shell/main.c: (load_files_remote):
8264
8265         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8266         warning on startup of second instance is fixed. It
8267         is bug #320353.
8268
8269 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8270
8271         * shell/ev-window.c: (ev_window_finalize):
8272         
8273         Fix double free that cause crash.
8274
8275 2005-10-29  Bastien Nocera <hadess@hadess.net>
8276
8277         * tiff/tiff-document.c: (tiff_document_load):
8278         
8279         Fix memory leak.
8280
8281 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * po/POTFILES.in:
8284         * shell/Makefile.am:
8285         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8286         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8287         (ev_view_accessible_get_text),
8288         (ev_view_accessible_get_character_at_offset),
8289         (ev_view_accessible_get_text_before_offset),
8290         (ev_view_accessible_get_text_at_offset),
8291         (ev_view_accessible_get_text_after_offset),
8292         (ev_view_accessible_get_character_count),
8293         (ev_view_accessible_get_caret_offset),
8294         (ev_view_accessible_set_caret_offset),
8295         (ev_view_accessible_get_run_attributes),
8296         (ev_view_accessible_get_default_attributes),
8297         (ev_view_accessible_get_character_extents),
8298         (ev_view_accessible_get_offset_at_point),
8299         (ev_view_accessible_get_n_selections),
8300         (ev_view_accessible_get_selection),
8301         (ev_view_accessible_add_selection),
8302         (ev_view_accessible_remove_selection),
8303         (ev_view_accessible_set_selection),
8304         (ev_view_accessible_text_iface_init),
8305         (ev_view_accessible_idle_do_action),
8306         (ev_view_accessible_action_do_action),
8307         (ev_view_accessible_action_get_n_actions),
8308         (ev_view_accessible_action_get_description),
8309         (ev_view_accessible_action_get_name),
8310         (ev_view_accessible_action_set_description),
8311         (ev_view_accessible_action_iface_init),
8312         (ev_view_accessible_get_type), (ev_view_accessible_new),
8313         (ev_view_accessible_factory_get_accessible_type),
8314         (ev_view_accessible_factory_create_accessible),
8315         (ev_view_accessible_factory_class_init),
8316         (ev_view_accessible_factory_get_type):
8317         * shell/ev-view-accessible.h:
8318         * shell/ev-view-private.h:
8319         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8320         * shell/ev-view.h:
8321         
8322         Initial accessibility support.
8323
8324 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8325
8326         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8327
8328 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8329
8330         * shell/ev-print-job.c: (idle_print_handler):
8331         
8332         Fix for bug Bug 318916: Printing multiple pages.
8333
8334 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8335
8336         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8337
8338 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8339
8340         * pdf/ev-poppler.cc:
8341         
8342         Thumnail dimensions unified with other backends.
8343         
8344         * shell/ev-window-title.c: (ev_window_title_update):
8345         
8346         Fix warning.
8347
8348 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8349
8350         * data/ev-stock-zoom-fit-width.png:
8351         
8352         Remove unused file.
8353
8354 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8355
8356         * configure.ac:
8357         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8358         (djvu_document_finalize):
8359         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8360         (dvi_document_finalize):
8361         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8362         (pixbuf_document_save), (pixbuf_document_finalize):
8363         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8364         (tiff_document_finalize):
8365         
8366         Save a copy implemented for various backends.
8367
8368 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8369
8370         * configure.ac:
8371         
8372         Don't link with ltiff if tiff is disabled.
8373
8374 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8375
8376         * pdf/GDKSplashOutputDev.cc:
8377         * pdf/GDKSplashOutputDev.h:
8378         * pdf/Thumb.cc:
8379         * pdf/Thumb.h:
8380         * pdf/pdf-document.cc:
8381         * pdf/pdf-document.h:
8382         * pdf/test-gdk-output-dev.cc:
8383         
8384         Remove old unused files.
8385
8386 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8387
8388         * shell/ev-window.c: (ev_window_setup_document):
8389         
8390         Fixed warnings on reload and probably crash reason.
8391
8392 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8393
8394         * properties/ev-properties-view.c:
8395         (ev_properties_view_format_date):
8396         
8397         Check if date is invalid. Fix for bug 318134.
8398
8399 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8400
8401         * shell/ev-window-title.c:
8402         
8403         Add .indd files (Adobe Indesign) to the list of "bad
8404         extensions".
8405
8406 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8407
8408         * data/evince-ui.xml:
8409         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8410         
8411         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8412
8413 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8414
8415         * shell/ev-window.c: (launch_link), (launch_external_uri),
8416         (view_external_link_cb):
8417
8418         URL-escape link before passing it to gnome_vfs_url_show.
8419
8420 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8421
8422         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8423         there isn't text selected.
8424
8425 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8426
8427         * shell/ev-view.c: (handle_link_over_xy):
8428
8429         Check tooltip is valid utf8 before showing it
8430
8431 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8432
8433         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8434
8435 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8436
8437         * shell/ev-window-title.c: (ev_window_title_update):
8438
8439         Guard against using g_strstrip on NULL. Fixes bug #317291.
8440
8441 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8442
8443         * pdf/ev-poppler.cc:
8444
8445         Show title even for unknown links
8446
8447 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8448
8449         * shell/ev-window-title.c: (ev_window_title_update):
8450
8451         Strip the title string
8452
8453 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8454
8455         * shell/ev-window-title.c:
8456
8457         Add .rtf to the bad extensions list
8458
8459 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8462         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8463
8464         Ignore link coordinates if they are outside page bounds
8465
8466 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * backend/ev-link.c: (ev_link_type_get_type),
8469         (ev_link_get_filename), (ev_link_get_params),
8470         (ev_link_get_property), (ev_link_set_property),
8471         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8472         * backend/ev-link.h:
8473         * pdf/ev-poppler.cc:
8474         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8475         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8476         (ev_window_init):
8477
8478         Implement launch links. Delegate external link opening to
8479         the window.
8480
8481 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8482
8483         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8484         (ev_link_get_right), (ev_link_get_property),
8485         (ev_link_set_property), (ev_link_class_init),
8486         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8487         * backend/ev-link.h:
8488         * pdf/ev-poppler.cc:
8489         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8490
8491         Implement fitr links
8492
8493 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8494
8495         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8496         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8497         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8498         (ev_view_size_request_continuous),
8499         (ev_view_size_request_dual_page),
8500         (ev_view_size_request_single_page), (ev_view_size_allocate),
8501         (ev_view_zoom_for_size_continuous_and_dual_page),
8502         (ev_view_zoom_for_size_continuous),
8503         (ev_view_zoom_for_size_dual_page),
8504         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8505         (ev_sizing_mode_get_type):
8506         * shell/ev-view.h:
8507         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8508
8509         Do not use modes for link, we need to calculate size ad hoc.
8510         Still not perfect because of the usual scrollbar issues grrr.
8511
8512 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * backend/ev-link.c: (ev_link_type_get_type),
8515         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8516         * backend/ev-link.h:
8517         * pdf/ev-poppler.cc:
8518         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8519         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8520         (ev_view_size_request_continuous),
8521         (ev_view_size_request_dual_page),
8522         (ev_view_size_request_single_page), (ev_view_size_allocate),
8523         (zoom_for_size_fit_height),
8524         (ev_view_zoom_for_size_continuous_and_dual_page),
8525         (ev_view_zoom_for_size_continuous),
8526         (ev_view_zoom_for_size_dual_page),
8527         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8528         (ev_sizing_mode_get_type):
8529         * shell/ev-view.h:
8530         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8531
8532         Implement FIT_HEIGHT mode (only for links).
8533         Implement FITH links
8534
8535 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8536
8537         * shell/ev-window-title.c: (get_filename_from_uri),
8538         (ev_window_title_sanitize_extension), (ev_window_title_update),
8539         (ev_window_title_set_document), (ev_window_title_set_uri),
8540         (ev_window_title_free):
8541         * shell/ev-window-title.h:
8542         * shell/ev-window.c: (ev_window_setup_document),
8543         (ev_window_popup_password_dialog):
8544
8545         Refactor window title building while fixing it for
8546         password documents.
8547
8548 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * pdf/ev-poppler.cc:
8551
8552         Escape link title before setting it in the model
8553
8554 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8555
8556         * shell/ev-application.c: (removed_from_session), (save_session),
8557         (init_session), (ev_application_get_empty_window),
8558         (ev_application_init), (ev_application_get_windows):
8559         * shell/ev-application.h:
8560         * shell/ev-window.c: (ev_window_finalize):
8561
8562         Add a function to retrieve window list and share it where
8563         necessary.
8564         Implement session handling, works pretty well thanks to the
8565         metadata system.
8566
8567 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8568
8569         * shell/ev-password.c: (ev_password_item_created_callback),
8570         (ev_password_dialog_save_password):
8571         
8572         Fix for bug 316972. Use async gnome-keyring API.
8573
8574 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8575
8576         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8577         Remove unused unrealize handler. Add scroll handling to
8578         ev_view_scroll_event for presentation mode (bug #316708),
8579         and fix the event state checks there.
8580
8581 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8582
8583         * shell/ev-page-action.c: (page_changed_cb):
8584
8585         "marco, maybe we should be crazy and jump right to 6! :)"
8586
8587         Bryan Clark, Sep 2005
8588
8589 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * ps/ps-document.c: (save_document), (ps_document_save),
8592         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8593         (ps_document_ps_export_end):
8594
8595         Fix unstructured documents save and print
8596
8597 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * shell/ev-application.c: (ev_application_open_uri):
8600
8601         Fix window size persistance
8602
8603 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8604
8605         * shell/ev-view.c: (ev_view_button_release_event):
8606
8607         Based on a patch from carlosgc@gnome.org. Mouse buttons
8608         switch pages in presentation mode.
8609
8610 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8613
8614         Dont cast to int before scaling
8615
8616 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8617
8618         * backend/ev-link.c: (ev_link_type_get_type),
8619         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8620         (ev_link_new_page_fith):
8621         * backend/ev-link.h:
8622         * pdf/ev-poppler.cc:
8623         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8624
8625         Implement FIT and FITH links
8626
8627 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * pdf/ev-poppler.cc:
8630
8631         Return 0 results when search is not in progress.
8632
8633         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8634         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8635
8636         Update menu sensitivity when cancelling search
8637
8638 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * shell/ev-view.c: (ev_view_can_find_next):
8641
8642         Take all pages in consideration, not just current one
8643
8644 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * shell/ev-page-cache.c:
8647         * shell/ev-page-cache.h:
8648         * shell/ev-view.c: (ev_view_binding_activated),
8649         (ev_view_next_page), (ev_view_previous_page),
8650         (ev_sizing_mode_get_type):
8651         * shell/ev-view.h:
8652         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8653         (ev_window_cmd_go_next_page):
8654
8655         Move page next/previous functions from page chace to
8656         view and change it to move by 2 page steps in dual mode.
8657
8658 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8659
8660         * shell/ev-window.c: (update_sidebar_visibility),
8661         (setup_sidebar_from_metadata), (ev_window_setup_document),
8662         (setup_view_from_metadata):
8663
8664         Show the index by default when there is one     
8665
8666 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * shell/ev-window-title.c: (ev_window_title_set_document):
8669
8670         Missing null check
8671
8672 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8673
8674         * shell/ev-view.c: (view_update_range_and_current_page):
8675         
8676         Allow display of last odd page in dual view. Fix for 316347.
8677
8678 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8679
8680         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8681         
8682         Make close button default. Fix for 316383.
8683
8684 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8685
8686         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8687         
8688         Mark close button as default. Fix for 316381.
8689
8690 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8691
8692         * backend/ev-link.c: (ev_link_class_init):
8693
8694         Allow negative doubles in left/top properties
8695
8696 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * shell/ev-window.c:
8699
8700         Remove a bunch of strings that was used only
8701         by the statusbar.
8702
8703 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * shell/ev-window-title.c: (get_filename_from_uri),
8706         (ev_window_title_set_document):
8707
8708         When title has a confusing extension, show also
8709         the document filename inside ()
8710
8711 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * shell/Makefile.am:
8714         * shell/ev-window-title.c: (ev_window_title_new),
8715         (ev_window_title_update), (ev_window_title_set_type),
8716         (ev_window_title_set_document), (ev_window_title_free):
8717         * shell/ev-window-title.h:
8718         * shell/ev-window.c: (ev_window_setup_document),
8719         (password_dialog_response), (ev_window_popup_password_dialog),
8720         (ev_window_dispose), (ev_window_init):
8721
8722         Factor out and cleanup window title code
8723
8724 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8725
8726         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8727         (unable_to_load):
8728
8729         Make dialog transient so it doesnt block other windows
8730
8731 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * pdf/ev-poppler.cc:
8734         
8735         Fix pdf thumbnails rendering.
8736
8737 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8738
8739         * shell/ev-window.c: (fullscreen_set_timeout):
8740         
8741         Increase timeout to hide full screen popup. Bug 
8742         316123. 
8743
8744 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8745
8746         * data/evince.schemas.in:
8747         * shell/ev-window.c: (update_action_sensitivity):
8748
8749         Allow the user to override document restrictions. Fix for bug
8750         305818.
8751
8752 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8753
8754         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8755         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8756         (ev_window_class_init): Fix multihead behaviour of fullscreen
8757         toolbar popup. Fixes bug #315451.
8758
8759 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8760
8761         * configure.ac:
8762         * data/evince-password.glade:
8763         * shell/ev-password.c: (ev_password_dialog_set_property),
8764         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8765         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8766         (ev_password_dialog_entry_changed_cb),
8767         (ev_password_dialog_entry_activated_cb),
8768         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8769         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8770         (ev_password_dialog_set_bad_pass):
8771         * shell/ev-password.h:
8772         * shell/ev-window.c: (password_dialog_response),
8773         (ev_window_popup_password_dialog):
8774         
8775         Support for gnome-keyring for encrypted PDF's.
8776
8777 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8778
8779         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8780         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8781         (ev_view_enter_notify_event), (ev_view_class_init):
8782         
8783         More precise handling of enter_notify/leave_notify events
8784         in EvView. Fix for bug 315470.
8785
8786 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8787
8788         * shell/ev-window.c: (fullscreen_timeout_cb),
8789         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8790         (ev_window_dispose):
8791
8792         leak fix: unref fullscreen_timeout_source before clearing it
8793
8794 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * configure.ac, dvi/mdvi/Makefile.am: 
8797         
8798         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8799
8800 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8801
8802         * backend/ev-link.c: (ev_link_new_page_xyz):
8803         * pdf/ev-poppler.cc:
8804         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8805
8806         Fix some bugs with xyz links, respect zoom
8807
8808 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8809
8810         * shell/ev-window.c: (page_changed_cb),
8811         (setup_document_from_metadata), (update_sidebar_visibility),
8812         (setup_view_from_metadata), (ev_window_run_fullscreen),
8813         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8814         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8815         (ev_window_dual_mode_changed_cb),
8816         (ev_window_sidebar_current_page_changed_cb):
8817
8818         null check uri before setting and getting metadata
8819
8820 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * dvi/Makefile.am:
8823         * properties/Makefile.am:
8824         * shell/Makefile.am:
8825         * thumbnailer/Makefile.am:
8826
8827         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8828
8829 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8830
8831         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8832         (selection_changed_callback):
8833         * shell/ev-sidebar-links.h:
8834
8835         Add a signal for link activation.
8836
8837         * shell/ev-view.c: (ev_view_goto_link),
8838         (ev_view_button_release_event):
8839         * shell/ev-view.h:
8840         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8841         (ev_window_init):
8842
8843         Implement the signal so that we can handle all link types.
8844
8845         * shell/ev-page-cache.c:
8846
8847         Remove unused set_link function
8848
8849 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8850
8851         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8852
8853         Add some space from the cursor, hardcoded but I couldnt
8854         find a better way.
8855
8856 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8857
8858         * lib/ev-tooltip.c:
8859
8860         Use mozilla style vs gtk style, way better for links.
8861
8862         * shell/ev-view.c: (ev_view_motion_notify_event),
8863         (ev_view_destroy), (ev_view_init):
8864
8865         Deactive tooltip when the link hovered is changed.
8866
8867 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * backend/ev-document.h:
8870         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8871         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8872         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8873         (ev_link_new_page), (ev_link_new_page_xyz):
8874         * backend/ev-link.h:
8875         * pdf/ev-poppler.cc:
8876         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8877         (go_to_link), (tip_from_link):
8878
8879         Implement xyz links, still not functional. Links are a total
8880         mess, will need to refactor and bugfix a lot :(
8881
8882 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8883
8884         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8885
8886 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8887
8888         * data/evince-ui.xml:
8889         * data/evince.schemas.in:
8890         * shell/Makefile.am:
8891         * shell/ev-window.c: (update_chrome_visibility),
8892         (password_dialog_response), (ev_window_load_job_cb),
8893         (ev_window_xfer_job_cb), (ev_window_open_uri),
8894         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8895         (ev_window_init):
8896
8897         Remove the statusbar. This regress loading feedback, need to
8898         check with Bryan what we want to do there...
8899
8900 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * lib/ev-tooltip.c: (ev_tooltip_init):
8903
8904         Fix tooltip border and size handling
8905
8906 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8907
8908         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8909         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8910         (ev_tooltip_timeout), (ev_tooltip_activate),
8911         (ev_tooltip_deactivate):
8912         * lib/ev-tooltip.h:
8913         * shell/ev-view.c: (ev_view_motion_notify_event):
8914
8915         Delay popup showing. Mirror gtk logic/times.
8916
8917 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8918
8919         * lib/Makefile.am:
8920         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8921         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8922         (ev_tooltip_set_text), (ev_tooltip_set_position):
8923         * lib/ev-tooltip.h:
8924
8925         Simple widget to show tooltips at a custom position
8926
8927         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8928         (ev_view_destroy):
8929
8930         Use it for links. First go, needs work
8931
8932 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8933
8934         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8935         HIG fixes.  Use title capitalization for window title. Use 12 
8936         pixels of space between the dialog's vbox and action area.
8937
8938 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8939
8940         * shell/ev-window.c: (file_open_dialog_response_cb),
8941         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8942         (ev_window_cmd_save_as):
8943
8944         Make file pickers not modal and refactor code some
8945
8946 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8947
8948         * shell/ev-sidebar.h:
8949         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8950         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8951         (ev_sidebar_class_init), (ev_sidebar_select_page),
8952         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8953         (ev_sidebar_set_page):
8954
8955         Add a current page property and allow to get/set it
8956
8957         * shell/ev-window.c: (setup_view_from_metadata),
8958         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8959
8960         Persist current sidebar page per document
8961
8962 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8963
8964         * data/evince.schemas.in:
8965         * shell/ev-window.c: (update_chrome_visibility),
8966         (setup_document_from_metadata), (update_sidebar_visibility),
8967         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8968         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8969         (ev_window_run_presentation), (ev_window_stop_presentation),
8970         (ev_window_view_sidebar_cb),
8971         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8972         (load_chrome), (ev_window_init):
8973
8974         Persist size/visibility of sidebar per document
8975
8976 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8977
8978         * shell/ev-view.c (draw_loading_text): Draw loading text.
8979
8980 2005-09-02  Dan Damian  <dand@gnome.ro>
8981
8982         * configure.in: Added "ro" to ALL_LINGUAS.
8983
8984 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * shell/ev-view.c: (clear_caches):
8987
8988         ev_page_cache_get doesnt return a reference,
8989         dont try to unref it.
8990
8991 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8992
8993         * shell/main.c: (load_files_remote):
8994
8995         Fix timestamp parameter with dbus <= 0.33
8996
8997 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * data/evince.schemas.in:
9000
9001         Add missing full stop
9002
9003 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9004
9005         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9006         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9007
9008         Plug some memory leaks
9009
9010 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9011
9012         * configure.ac:
9013         * lib/ev-debug.c: (trap_handler):
9014
9015         Check for execinfo.h and use it only if it exists.
9016         Ported from Epiphany (bug #314776).
9017
9018 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9019
9020         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9021
9022 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9023
9024         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9025         * po/id.po      : Added Indonesian translation
9026
9027 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9028
9029         * shell/main.c:
9030         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9031         * NEWS: Release 0.4.0
9032
9033 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9034
9035         * configure.ac: catch another gtk+-2.8ism
9036         * shell/main.c: Make work with gtk+-2.6
9037
9038 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9039
9040         * shell/ev-application-service.xml: Add 'timestamp' argument to
9041           ev_application_open_window and ev_application_open_uri methods.
9042
9043         * shell/ev-application.h: Add 'timestamp' argument to
9044           ev_application_open_window, ev_application_open_uri,
9045           and ev_application_open_uri_list functions.
9046
9047         * shell/ev-application.c (ev_application_open_window,
9048           ev_application_open_uri, ev_application_open_uri_list): Change
9049           functions that show/present windows to use a timestamp if one
9050           is passed in.
9051
9052         * shell/ev-window.c (ev_window_cmd_file_open,
9053           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9054         * shell/main.c (load_files): Modify calls to ev_application to
9055           include GDK_CURRENT_TIME as timestamp.
9056
9057         * shell/main.c (load_files_remote): Obtain timestamp for client
9058           instance from GDK and pass to server instance so new windows are
9059           focused properly.  Fix dbus_g_proxy_call() calls by including second
9060           G_TYPE_INVALID.
9061           
9062         Closes bug #314475.
9063
9064 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9065
9066         * shell/ev-window.c (ev_window_finalize): Check for
9067         avail. EvWindows when quiting to handle the finalize better,
9068         #314497
9069
9070 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9071         
9072         * properties/ev-properties-view.c: 
9073         
9074         Set textdomain to libglade. Fixes translation problem in property page.
9075
9076 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9079         * dvi/Makefile.am:
9080         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9081         * dvi/mdvi-lib/Makefile.am:
9082         
9083         Fix rotation of thumbnails, ported to new API. Moved library
9084         dependencies earlier, probably it will fix linkage problem.
9085
9086 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9087
9088         * backend/ev-document-misc.c:
9089         (ev_document_misc_get_thumbnail_frame):
9090         * backend/ev-document-misc.h:
9091         * configure.ac:
9092         * pdf/ev-poppler.cc:
9093         * shell/Makefile.am:
9094         * shell/ev-sidebar-thumbnails.c: (add_range),
9095         (ev_sidebar_thumbnails_set_loading_icon),
9096         (ev_sidebar_thumbnails_refresh),
9097         (ev_sidebar_thumbnails_set_document):
9098         * shell/ev-sidebar-thumbnails.h:
9099         * shell/ev-view.c: (ev_view_motion_notify_event),
9100         (ev_view_set_property), (ev_view_get_property),
9101         (ev_view_class_init), (ev_view_set_rotation):
9102         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9103         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9104         (ev_window_init):
9105         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9106         Redo rotation (again).  prepare for 0.4.0
9107
9108 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9109
9110         * configure.ac: Bump poppler requirement to 0.4.1.
9111
9112         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9113         argument to poppler_page_render_selection() call.
9114
9115 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9116
9117         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9118         (djvu_document_thumbnails_get_thumbnail):
9119         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9120         (dvi_document_thumbnails_get_thumbnail):
9121         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9122         (pixbuf_document_thumbnails_get_thumbnail):
9123         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9124         
9125         Update rotation direction of backends to fit with pdf and ps.
9126
9127 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9128
9129         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9130         * backend/ev-async-renderer.h:
9131         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9132         (setup_page), (ps_document_get_page_size),
9133         (ps_async_renderer_render_pixbuf):
9134         * ps/ps-document.h:
9135         * shell/ev-jobs.c: (ev_job_render_run):
9136
9137         Fix orientation in the postscript document
9138
9139 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9140
9141         * pdf/ev-poppler.cc:
9142         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9143         * shell/ev-view.c: (highlight_find_results):
9144
9145         Adapt to the new poppler rotation API. Fix text maps on landscape
9146         documents.
9147
9148 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9149
9150         * shell/ev-view.c (compute_new_selection_text): get the correct
9151         region when selecting in modes other than continuous.
9152
9153 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9154
9155         * shell/main.c (main): remove redundant g_warnings.
9156
9157 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9158
9159         * shell/Makefile.am: Don't include autogenerated
9160         file ev-application-service.h into distribution, since
9161         it causes dbus crash. Fix for bugs 313724 and 313443. 
9162
9163 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9164
9165         * configure.ac: Fix sed expression for FreeBSD. Thanks
9166         to Joe Marcus Clark <marcus@freebsd.org>
9167         
9168         * shell/eggfindbar.c: (entry_activate_callback),
9169         (entry_changed_callback), (egg_find_bar_init),
9170         (egg_find_bar_set_search_string):
9171         
9172         Made findbar buttons unsensitive if there is no text in
9173         entry. Fix for the bug 313285.
9174
9175 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9176
9177         * ps/ps-document.c: Use g_filename_display_name for displaying
9178         filenames and revert string freeze breackage
9179
9180 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * NEWS:
9183         * configure.ac:
9184
9185         Update for 0.3.4
9186
9187         * shell/Makefile.am:
9188
9189         Add ev-application-service.xml to extra dist
9190
9191         * shell/ev-view.c: (find_page_at_location):
9192
9193         Remove unused function (fix warning)
9194
9195 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9196
9197         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9198         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9199         
9200         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9201         bug 313623.
9202
9203 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9204
9205         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9206         * shell/ev-window.c:
9207         Fix build warnings
9208
9209 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9210
9211         * configure.ac: Update script to get dbus version.
9212         Fix for the bug #313443.
9213
9214 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9215
9216         * shell/ev-window.c: (ev_window_cmd_escape):
9217         
9218         Return focus back to view on escape. Fix for bug 313295.
9219
9220 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9221
9222         * shell/ev-window.c: (update_window_title),
9223         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9224         (ev_window_cmd_save_as):
9225         
9226         Correct conversion from uri to displayable string. Fix for
9227         bug 313296.
9228
9229 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9230
9231         * ps/ps-document.c: convert filename to utf8 when there is an error
9232         loading document. Fixes #309915
9233
9234 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9235
9236         * configure.ac:
9237
9238         We depend on poppler 0.4.0
9239
9240 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9241
9242         * configure.ac:
9243         * NEWS: Release 0.3.3.
9244         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9245
9246 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9247
9248         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9249         add a couple missing mnemonics to menu items, use title 
9250         capitalization for menu items and window titles, and add 
9251         ellipsis to open menu item.     
9252
9253 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9254
9255         * pdf/ev-poppler.cc:
9256         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9257         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9258         (ev_view_get_rotation):
9259         * shell/ev-view.h:
9260         * shell/ev-window.c: (setup_view_from_metadata),
9261         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9262         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9263         disk.
9264
9265 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9266
9267         * configure.ac: Added tr to ALL_LINGUAS
9268
9269 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9270
9271         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9272         requires several clicks to find word. Thanks to 
9273         Colin Slater <kiltedtaco@gmail.com>.
9274
9275 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9276
9277         * data/evince.desktop.in.in: Hide menu entry and
9278         rename it to "Document Viewer". Fix for bug 
9279         #312399.
9280
9281 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9282
9283         * shell/ev-page-action.c (ev_page_action_class_init): 
9284
9285         Point to the correct function in constructor of the
9286         activate_label signal
9287
9288 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9289
9290         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9291         * shell/ev-jobs.h: Make thread safe.
9292
9293 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9294
9295         * shell/ev-view.c: (view_update_range_and_current_page):
9296         Don't update page range if we are scrolling to some document
9297         point.
9298
9299 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9300
9301         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9302         when getting max_page_width, fix drawing in dual mode.
9303
9304 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9307         getting the area for select_all.
9308
9309 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9310
9311         * backend/ev-selection.c: (ev_selection_render_selection):
9312         * backend/ev-selection.h:
9313         * pdf/ev-poppler.cc:
9314         * shell/ev-jobs.c: (ev_job_render_new):
9315         * shell/ev-jobs.h:
9316         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9317         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9318         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9319         (ev_view_class_init):
9320
9321         Change selection color on focus in and focus out events.  Also,
9322         poppler now uses GdkColor for specifying the selection colors, so
9323         drop some awkward conversion code.
9324
9325 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9326
9327         * configure.ac: Added Hebrew translation
9328
9329 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9330
9331         * NOTES:
9332         * backend/ev-selection.c: (ev_selection_render_selection):
9333         * backend/ev-selection.h:
9334         * pdf/ev-poppler.cc:
9335         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9336         (ev_job_render_run):
9337         * shell/ev-jobs.h:
9338         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9339         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9340         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9341         (ev_pixbuf_cache_style_changed),
9342         (ev_pixbuf_cache_get_selection_pixbuf),
9343         (ev_pixbuf_cache_set_selection_list),
9344         (ev_pixbuf_cache_get_selection_list):
9345         * shell/ev-pixbuf-cache.h:
9346         * shell/ev-utils.c: (ev_print_region_contents):
9347         * shell/ev-utils.h:
9348         * shell/ev-view.c: (ev_view_queue_draw_page),
9349         (selection_update_idle_cb), (ev_view_motion_notify_event),
9350         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9351         (setup_caches), (ev_view_find_next), (merge_selection_region),
9352         (selection_free):
9353         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9354
9355         Clean up selection to be much smoother!
9356
9357 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9358
9359         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9360         to poppler_page_render_selection().
9361
9362 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9363
9364         * ps/ps-document.c: (save_page_list): Use
9365         unzipped document when printing. Thanks to 
9366         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9367         311016.
9368
9369 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9370
9371         * shell/ev-window.c: (update_action_sensitivity):
9372         
9373         Disable print and save respect to lockdown gconf keys. Fix
9374         for 312342.
9375
9376 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9377
9378         * configure.ac:
9379         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9380         (write_to_temp_file), (ev_file_set_contents):
9381         * shell/ev-utils.h:
9382         * shell/ev-window.c: (save_print_config_to_file):
9383         
9384         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9385         Fix for bug 312238
9386
9387 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9388
9389         * shell/ev-window.c: (load_print_config_from_file),
9390         (save_print_config_to_file), (ev_window_print_range):
9391
9392         Persist the print settings. Fixes bug #311578.
9393
9394 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * djvu/djvu-document.c: (djvu_document_get_page_size),
9397         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9398         (djvu_document_thumbnails_get_thumbnail):
9399         * dvi/dvi-document.c: (dvi_document_get_page_size),
9400         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9401         (dvi_document_thumbnails_get_dimensions),
9402         (dvi_document_thumbnails_get_thumbnail):
9403         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9404         (pixbuf_document_render_pixbuf),
9405         (pixbuf_document_document_iface_init),
9406         (pixbuf_document_thumbnails_get_thumbnail):
9407         
9408         Update backends to make them build with new rotation system.
9409
9410 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9411
9412         * help/C/figures/evince_start_window.png:
9413         
9414         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9415
9416 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9417
9418         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9419         * shell/ev-pixbuf-cache.h:
9420         * shell/ev-sidebar-thumbnails.c:
9421         (ev_sidebar_thumbnails_get_property), (add_range),
9422         (adjustment_changed_cb):
9423         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9424         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9425         we were thumbnailing the entire docment on startup, slowing us
9426         down hugely. 
9427
9428 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9429
9430         * shell/ev-page-cache.c: (ev_page_cache_new):
9431         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9432         == 0, fixes #310306.
9433
9434 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9435
9436         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9437         (ev_view_rotate_left):
9438
9439         Account rotation in doc_rect_to_view_rect.
9440         Ensure rotation doesnt go out of bounds.
9441
9442 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9445
9446         Correct and cleanup w/h swapping
9447
9448 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9449
9450         * backend/ev-document-thumbnails.c:
9451         (ev_document_thumbnails_get_thumbnail):
9452         * backend/ev-document-thumbnails.h:
9453         * backend/ev-document.c:
9454         * backend/ev-document.h:
9455         * backend/ev-render-context.c: (ev_render_context_new),
9456         (ev_render_context_set_rotation):
9457         * backend/ev-render-context.h:
9458         * pdf/ev-poppler.cc:
9459         * ps/ps-document.c: (ps_document_document_iface_init):
9460         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9461         * shell/ev-jobs.h:
9462         * shell/ev-page-cache.c: (build_height_to_page),
9463         (ev_page_cache_new), (ev_page_cache_get_size),
9464         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9465         (ev_page_cache_get_height_to_page):
9466         * shell/ev-page-cache.h:
9467         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9468         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9469         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9470         (ev_pixbuf_cache_get_selection_pixbuf):
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_y_offset), (get_page_extents),
9476         (ev_view_size_request_continuous_dual_page),
9477         (ev_view_size_request_continuous),
9478         (ev_view_size_request_dual_page),
9479         (ev_view_size_request_single_page), (draw_one_page),
9480         (ev_view_set_rotation), (ev_view_rotate_right),
9481         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9482         (ev_view_zoom_for_size_continuous_and_dual_page),
9483         (ev_view_zoom_for_size_continuous),
9484         (ev_view_zoom_for_size_dual_page),
9485         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9486         (ev_view_select_all):
9487         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9488         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9489         (tiff_document_document_iface_init),
9490         (tiff_document_thumbnails_get_thumbnail):
9491
9492         Use rotation rather than orientation. It's easier and enough
9493         for our needs.
9494
9495 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9496
9497         * shell/ev-page-cache.c: (build_height_to_page),
9498         (ev_page_cache_new), (ev_page_cache_get_size),
9499         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9500         (ev_page_cache_get_height_to_page):
9501         * shell/ev-page-cache.h:
9502         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9503         (ev_view_size_request_continuous_dual_page),
9504         (ev_view_size_request_continuous),
9505         (ev_view_zoom_for_size_continuous_and_dual_page),
9506         (ev_view_zoom_for_size_continuous):
9507
9508         Make the page cache aware of page orientation.
9509
9510 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9511
9512         * backend/ev-document-thumbnails.c:
9513         (ev_document_thumbnails_get_thumbnail):
9514         * backend/ev-document-thumbnails.h:
9515         * backend/ev-document.c:
9516         * backend/ev-document.h:
9517         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9518         * backend/ev-ps-exporter.h:
9519         * pdf/ev-poppler.cc:
9520         * ps/ps-document.c: (ps_document_document_iface_init),
9521         (ps_document_ps_export_do_page):
9522         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9523         * shell/ev-jobs.h:
9524         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9525         (ev_page_cache_get):
9526         * shell/ev-page-cache.h:
9527         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9528         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9529         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9530         * shell/ev-pixbuf-cache.h:
9531         * shell/ev-print-job.c: (idle_print_handler):
9532         * shell/ev-sidebar-thumbnails.c: (add_range):
9533         * shell/ev-view.c: (view_update_range_and_current_page),
9534         (get_page_extents), (ev_view_size_request_dual_page),
9535         (ev_view_size_request_single_page), (draw_one_page),
9536         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9537         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9538         (ev_view_zoom_for_size_dual_page),
9539         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9540         (ev_view_select_all):
9541         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9542         * tiff/tiff-document.c: (tiff_document_get_page_size),
9543         (tiff_document_get_orientation), (rotate_pixbuf),
9544         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9545         (tiff_document_thumbnails_get_thumbnail),
9546         (tiff_document_ps_export_do_page), (tiff_document_init):
9547
9548         Really make use of the orientation bit of the render context.
9549         Use the render context in a few more places in the backend API.
9550         This regress orientation, but now it's done right. Will try to
9551         fix it up asap...
9552
9553 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9554
9555         * shell/ev-view.c: (ensure_rectangle_is_visible):
9556
9557         Patch by Nickolay V. Shmyrev to fix find flickering
9558
9559 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9560
9561         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9562         duplex parameters to ::begin.
9563
9564         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9565         * shell/ev-print-job.c (idle_print_handler): 
9566         * ps/ps-document.c (ps_document_ps_export_begin): 
9567         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9568         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9569         implementations. Poppler backend needs poppler cvs. Rest has
9570         unchanged behavior.
9571
9572 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9573
9574         * shell/ev-window.c (using_pdf_printer): new function.
9575         (ev_window_print_range): print a less techy message if someone
9576         tries to print to PDF.
9577
9578 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9579
9580         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9581         from "unknown font" string. Bug #311431
9582
9583 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9584
9585         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9586
9587 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9588
9589         Bug #311280
9590         
9591         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9592         name for PopplerFontTypes
9593         (pdf_document_fonts_fill_model): add font type to the detail column
9594
9595         * backend/ev-document-fonts.h: added
9596         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9597
9598         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9599         font name and font details, add a little markup.
9600         (ev_properties_fonts_init): use the new cell data func, specify ypad
9601         property for the cell renderer.
9602         (ev_properties_fonts_set_document): add the details column.
9603
9604 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9605
9606         * configure.ac: Added "pl" to ALL_LINGUAS.
9607
9608 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9609
9610         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9611
9612 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9613
9614         * help/ChangeLog: Started this for translations of manual.
9615         * configure.ac, autogen.sh, .cvsignore: Migrated to
9616         gnome-doc-utils. Patch in bug #311222.
9617
9618 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9619
9620         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9621         #ifdef this away to fix an unused-function warning.
9622
9623 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9624
9625         * configure.ac: Added 'gl' to ALL_LINGUAS.
9626
9627 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9628
9629         * configure.ac: Added ne in ALL_LINGUAS
9630         
9631 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9632
9633         * shell/ev-view.c: (ev_view_leave_notify_event):
9634         
9635         Clear status message when pointer leaves view. Fix for bug
9636         #310818 
9637
9638 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9639
9640         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9641
9642 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9643
9644         * shell/ev-view.c: (ev_view_leave_notify_event),
9645         (ev_view_class_init):
9646         
9647         Set cursor to normal then leaving view.
9648
9649 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9650
9651         * configure.ac:
9652         
9653         Fix required djvulibre version.
9654
9655 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9656
9657         *configure.ac: Hindi (hi) language added
9658
9659 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9660
9661         *configure.ac: Punjabi (pa) Language added
9662
9663 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9664
9665         * data/evince-ui.xml, shell/ev-window.c:
9666         
9667         Add keypad accelerators for zooming. Fix for bug 308128.
9668
9669 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9670
9671         * Makefile.am:
9672         * backend/Makefile.am:
9673         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9674         * configure.ac:
9675         * shell/ev-document-types.c: (ev_document_types_add_filters):
9676
9677         Allow to enable/disable the pixbuf backend.
9678         Default to off for now. If we want it enabled we should
9679         really put mime types in the desktop, implement properties etc.
9680
9681         * properties/evince-properties.c:
9682
9683         Initialize error to NULL.
9684         Check error is not NULL before freeing.
9685
9686 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9687
9688         * shell/ev-window.c:
9689
9690         Use F5 as presentation accell
9691
9692 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9693
9694         * shell/ev-window.c: (update_chrome_visibility),
9695         (ev_window_create_fullscreen_popup), (ev_window_init):
9696
9697         Do not leak the fullscreen toolbar
9698
9699 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9700
9701         * shell/ev-window.c: (view_actions_focus_in_cb),
9702         (view_actions_focus_out_cb):
9703
9704         These has a return value! Fix totally random focus
9705         issues we was seeing.
9706
9707 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9708
9709         * shell/main.c: (load_files_remote):
9710
9711         Allow open more than one file
9712
9713 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9714
9715         * shell/main.c: (load_files_remote):
9716
9717         Fix for dbus 0.33. bug #309975
9718
9719 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9720
9721         * properties/ev-properties-main.c: (ev_properties_get_pages):
9722
9723         Actually return NULL for types we dont support
9724
9725 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9726
9727         * po/POTFILES.in:
9728
9729         Remove empty lines.
9730
9731 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9732
9733         * backend/ev-document-factory.c:
9734         (ev_document_factory_get_document):
9735
9736         Do not try to create the object if type
9737         is invalid.
9738
9739 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9740
9741         * ps/ps-document.c: (ps_document_dispose),
9742         (ps_async_renderer_render_pixbuf):
9743         * ps/ps-document.h:
9744
9745         Do not leak the target window
9746
9747 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * shell/ev-application.c: (ev_application_init):
9750
9751         Let tbe check file existence for us.
9752         Add a comment about eggrecent mime filter.
9753
9754 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9755
9756         * data/evince-ui.xml:
9757         * shell/ev-application.c: (ev_application_shutdown),
9758         (ev_application_init), (ev_application_get_toolbars_model),
9759         (ev_application_get_recent_model),
9760         (ev_application_save_toolbars_model):
9761         * shell/ev-application.h:
9762         * shell/ev-window.c: (ev_window_add_recent),
9763         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9764         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9765         (ev_window_init):
9766
9767         Use common toolbar and recent models for all windows.
9768         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9769
9770 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9771
9772         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9773         successfully check for gtk_icon_view_get_visible_range.
9774
9775 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9776
9777         * djvu/Makefile.am:
9778         * dvi/Makefile.am:
9779         
9780         Fix djvu and dvi backend build.
9781
9782 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9783
9784         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9785         (new_separator_pixbuf):
9786
9787         Don't leak windows.
9788
9789 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9790
9791         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9792
9793         HIGification of toolbar editor dialogue.
9794
9795 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9796
9797         * configure.ac:
9798         * shell/Makefile.am:
9799
9800         Ever build metadata manager since it's just
9801         disabled at runtime now.
9802
9803 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9806         (ev_metadata_manager_get), (ev_metadata_manager_set):
9807         * shell/ev-metadata-manager.h:
9808
9809         Add an _init functions that enabled metadata management
9810         at runtime.
9811
9812         * shell/ev-window.c: (page_changed_cb),
9813         (setup_document_from_metadata), (ev_window_setup_document),
9814         (setup_view_from_metadata), (ev_window_open_uri),
9815         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9816         (ev_window_run_presentation), (ev_window_stop_presentation),
9817         (save_sizing_mode), (ev_window_zoom_changed_cb),
9818         (ev_window_continuous_changed_cb),
9819         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9820         (window_configure_event_cb):
9821
9822         Remove all ugly metadata define since we deal with it
9823         at runtime now.
9824
9825         * shell/main.c: (load_files_remote), (main):
9826
9827         Add support for dbus cvs head. Hopefully didnt break one
9828         of the other versions now!
9829
9830         If we dont get a response from the dbus server just
9831         give up with it and not enable metadata.
9832
9833 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9834
9835         * Makefile.am:
9836         * backend/Makefile.am:
9837         * configure.ac:
9838         * cut-n-paste/recent-files/Makefile.am:
9839         * cut-n-paste/toolbar-editor/Makefile.am:
9840         * cut-n-paste/zoom-control/Makefile.am:
9841         * lib/Makefile.am:
9842         * pdf/Makefile.am:
9843         * pixbuf/Makefile.am:
9844         * properties/Makefile.am:
9845         * ps/Makefile.am:
9846         * shell/Makefile.am:
9847         * thumbnailer/Makefile.am:
9848         * tiff/Makefile.am:
9849
9850         Make frontends depend on just libev.
9851         Rework and group CFLAGS/LIBS definitions.
9852         Cleanups.
9853
9854 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9855
9856         * shell/ev-window:
9857
9858         do not unnecessarily save zoom
9859
9860         * configure.ac:
9861         * lib/ev-file-helpers.c: (ev_dot_dir):
9862         * shell/Makefile.am:
9863         * shell/dummy.cc:
9864
9865         Some cleanups
9866
9867 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9868
9869         * configure.ac:
9870         
9871         Remove unnecessary dependencies
9872
9873 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9874
9875         * properties/Makefile.am:
9876         * thumbnailer/Makefile.am:
9877         * tiff/Makefile.am:
9878
9879         Some more cleanups. Was really necessary
9880         but I probably introduced bugs, feel free
9881         to flame :)
9882
9883 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9884
9885         * backend/Makefile.am:
9886         * configure.ac:
9887         * cut-n-paste/recent-files/Makefile.am:
9888         * cut-n-paste/toolbar-editor/Makefile.am:
9889         * cut-n-paste/zoom-control/Makefile.am:
9890         * lib/Makefile.am:
9891         * pdf/Makefile.am:
9892         * pixbuf/Makefile.am:
9893         * properties/Makefile.am:
9894         * ps/Makefile.am:
9895         * shell/Makefile.am:
9896         * thumbnailer/Makefile.am:
9897         * tiff/Makefile.am:
9898
9899         Use gnome-common macros when possible.
9900         Cleanup dependencies.
9901         Actually disable deprecated where possible.
9902
9903 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9904
9905         * Makefile.am:
9906         * backend/Makefile.am:
9907         * properties/Makefile.am:
9908         * shell/Makefile.am:
9909         * thumbnailer/Makefile.am:
9910
9911         This should solve the circular dep without
9912         requiring dir reorg!
9913
9914         * shell/ev-window.c: (setup_view_from_metadata):
9915
9916         Never restore window size/position when the
9917         window is already visible.
9918
9919 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9920
9921         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9922
9923         Return a boolean from timeout func. Fix ported from gedit.
9924
9925 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9926
9927         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9928
9929 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9930
9931         * shell/ev-document-types.c: set "All Documents" as default filter in
9932         open dialog
9933
9934 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9935
9936         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9937         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9938         (ev_metadata_manager_set_boolean): fix value/val thinko.
9939
9940 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9941
9942         * shell/ev-window.c: (setup_view_from_metadata),
9943         (window_state_event_cb), (window_configure_event_cb),
9944         (ev_window_init):
9945
9946         Remember window position and maximized state
9947
9948 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9949
9950         * configure.ac:
9951
9952         Fix DBUS configure checks.
9953
9954         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9955         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9956         (ev_metadata_manager_set_boolean):
9957
9958         Plug mem leaks.
9959
9960         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9961         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9962         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9963         (ev_window_continuous_changed_cb),
9964         (ev_window_dual_mode_changed_cb), (ev_window_new):
9965
9966         Fix the build without DBUS.
9967
9968 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9969
9970         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9971         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9972         (ev_metadata_manager_set_string),
9973         (ev_metadata_manager_set_boolean):
9974         * shell/ev-metadata-manager.h:
9975
9976         Add support for some more types
9977
9978         * shell/ev-view.c: (scroll_to_current_page),
9979         (ev_view_get_continuous), (ev_view_set_continuous),
9980         (ev_view_get_dual_page):
9981         * shell/ev-view.h:
9982         * shell/ev-window.c: (page_changed_cb),
9983         (setup_document_from_metadata), (ev_window_setup_document),
9984         (setup_view_from_metadata), (ev_window_open_uri),
9985         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9986         (ev_window_run_presentation), (ev_window_stop_presentation),
9987         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9988         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9989         (ev_window_update_dual_page_action),
9990         (ev_window_continuous_changed_cb),
9991         (ev_window_dual_mode_changed_cb), (ev_window_init):
9992
9993         Remember a bunch of view/document properties. Prolly some
9994         are still missing but it's getting interesting.
9995
9996 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9997
9998         * configure.ac: check if dbus-binding-tool is installed. Not the
9999         case on current Ubuntu breezy, it seems.
10000
10001 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10002
10003         * data/evince.desktop.in.in:
10004         
10005         Allow open uri lists and add TryExec field.
10006
10007 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10008
10009         * configure.ac:
10010
10011         Enable dbus when available, do not require a configure
10012         option.
10013
10014 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10015
10016         * configure.ac:
10017
10018         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10019         disabled.
10020
10021 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10022         Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10025         
10026         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10027         functions to the format required by dbus
10028
10029         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10030         errors. Use the RPC parameters in the expected way
10031
10032 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10033
10034         * Makefile.am:
10035         * properties/Makefile.am:
10036         * properties/ev-properties-main.c: (ev_properties_get_pages):
10037
10038         Support all mime types
10039
10040         * shell/Makefile.am:
10041         * thumbnailer/Makefile.am:
10042         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10043         (evince_thumbnail_pngenc_get):
10044
10045         Use the document factory
10046
10047 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10048
10049         * backend/Makefile.am:
10050         * backend/ev-document-factory.c:
10051         (mime_type_supported_by_gdk_pixbuf),
10052         (ev_document_type_get_from_mime),
10053         (ev_document_factory_get_document),
10054         (ev_document_factory_get_backend),
10055         (ev_document_factory_get_mime_types),
10056         (ev_document_factory_get_all_mime_types):
10057         * backend/ev-document-factory.h:
10058         * shell/Makefile.am:
10059         * shell/ev-document-types.c: (get_document_from_uri),
10060         (ev_document_types_get_document),
10061         (file_filter_add_mime_list_and_free),
10062         (ev_document_types_add_filters):
10063         * shell/ev-document-types.h:
10064         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10065         * shell/ev-properties-dialog.c:
10066         (ev_properties_dialog_set_document):
10067         * shell/ev-window.c: (ev_window_cmd_file_open),
10068         (ev_window_cmd_save_as):
10069         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10070
10071         Rework document types managing to avoid code duplication
10072         and actually abstract from backend implementations.
10073         Also provide a minimal factory api that can be used by
10074         thumbnailer/properties.
10075
10076 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10077
10078         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10079         Plug a mem leak.
10080         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10081         HIG spacings.
10082
10083 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10084
10085         * shell/ev-properties-dialog.c
10086         (ev_properties_dialog_set_document): only call
10087         ev_properties_fonts_set_document() if the document implements the
10088         fonts interface
10089
10090 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10091
10092         * configure.ac:
10093         * properties/Makefile.am:
10094         * properties/ev-properties-view.c:
10095         (ev_properties_view_register_type):
10096         * properties/ev-properties-view.h:
10097         * properties/ev-properties-main.h:
10098
10099         Implement nautilus plugin for properties.
10100         Works only for pdf atm, I need to rework the
10101         document types stuff to get this to work
10102         for all backends...
10103
10104 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10105
10106         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10107         (ev_properties_fonts_set_document): use
10108         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10109
10110 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10111
10112         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10113         them
10114         (PlaceImage, tiff2ps_process_page): use
10115         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10116
10117
10118 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10119
10120         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10121         (main): to call gnome_authentication_manager_init. Should fix
10122         Bug #308510
10123
10124         * configure.ac: that requires libgnomeui 2.6.0.
10125
10126 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10127
10128         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10129         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10130         use the new tiff2ps interfaces
10131
10132         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10133         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10134
10135         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10136         structure instead of global variables.  Remove use of static
10137         variables in functions.
10138
10139 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10140
10141         * shell/ev-page-action.c: unref the completion after setting it to the
10142         entry
10143
10144 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10145
10146         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10147         postscript files
10148
10149 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10150
10151         * shell/ev-window.c (update_action_sensitivity): disable
10152         File->Print if the document does not implement the ps exporter
10153         interface
10154
10155 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10156
10157         * Makefile.am:
10158         * configure.ac:
10159         * data/evince-properties.glade:
10160         * properties/.cvsignore:
10161         * properties/Makefile.am:
10162         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10163         (ev_properties_view_class_init), (ev_properties_view_format_date),
10164         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10165         (ev_properties_view_init), (ev_properties_view_new):
10166         * properties/ev-properties-view.h:
10167         * shell/Makefile.am:
10168         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10169         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10170         (ev_properties_dialog_new):
10171         * shell/ev-properties-dialog.h:
10172         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10173         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10174         (update_progress_label), (job_fonts_finished_cb),
10175         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10176         * shell/ev-properties-fonts.h:
10177         * shell/ev-properties.c:
10178         * shell/ev-properties.h:
10179         * shell/ev-window.c: (ev_window_setup_document),
10180         (ev_window_cmd_file_properties):
10181
10182         Split the properties pages in two different objects, depend
10183         only on the backend where possible, use widgets instead
10184         of gobject for the glade part, reimplement the dialog
10185         itself with gtk.
10186         I need this to implement nautilus properties page.
10187
10188 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10189
10190         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10191         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10192         (tiff_document_document_ps_exporter_iface_init): implement the ps
10193         exporter interface for tiff documents
10194
10195         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10196         libtiff to implement TIFF postscript export
10197
10198         * tiff/tiff2ps.h: added a header file for external tiff2ps
10199         functions.
10200
10201         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10202         tiff2ps.h
10203
10204 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10205
10206         * shell/ev-view.c: (scroll_to_current_page),
10207         (ev_view_set_fullscreen), (ev_view_set_presentation):
10208         
10209         Scroll to current page when exit from presentation
10210
10211 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10212
10213         * shell/ev-window.c: (update_document_mode),
10214         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10215         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10216         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10217         
10218         Exit from fullscreen mode when switch to presentation. Fix for
10219         bug 309365
10220
10221 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10222
10223         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10224         return NULL if the document does not implement the selection
10225         interface.
10226
10227 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10228
10229         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10230         reported height by using the resolution aspect ratio
10231         (tiff_document_render_pixbuf): scale the pixbuf using the
10232         resolution aspect ratio
10233
10234 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10235
10236         * configure.ac:
10237         
10238         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10239         <kiltedaco@gmail.com>
10240         
10241         * djvu/djvu-document.c: (djvu_document_get_orientation),
10242         (djvu_document_set_orientation), (djvu_document_get_page_size),
10243         (rotate_pixbuf), (djvu_document_render_pixbuf),
10244         (djvu_document_document_iface_init):
10245         * dvi/dvi-document.c: (dvi_document_get_orientation),
10246         (dvi_document_set_orientation), (dvi_document_get_page_size),
10247         (rotate_pixbuf), (dvi_document_render_pixbuf),
10248         (dvi_document_document_iface_init):
10249         
10250         Dvi and djvu backends are ported to new API
10251
10252 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10253
10254         * backend/ev-selection.c: (ev_selection_get_selection_region),
10255         (ev_selection_get_selection_map):
10256         * backend/ev-selection.h:
10257         * pdf/ev-poppler.cc:
10258         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10259         * shell/ev-jobs.h:
10260         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10261         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10262         (ev_pixbuf_cache_get_text_mapping):
10263         * shell/ev-pixbuf-cache.h:
10264         * shell/ev-view.c: (location_in_text),
10265         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10266         support to EvView.  Now we can see where we can select!  Sweet!
10267
10268 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10269
10270         * shell/ev-view.c (ev_view_button_press_event): Fix
10271         event->y + view->scroll_x typo.
10272
10273 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10274
10275         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10276         sub-GdkPixbuf instead of passing dest_x and dest_y.
10277         
10278         * shell/ev-view.c: (view_point_to_doc_point),
10279         (view_rect_to_doc_rect), (ev_view_button_press_event),
10280         (ev_view_motion_notify_event), (compute_new_selection_rect),
10281         (gdk_rectangle_point_in), (compute_new_selection_text),
10282         (compute_selections): Update selection code to keep the selection
10283         around as two points and not as a normalized rectangle, and fix
10284         page level selection in two-column mode.
10285
10286 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10287
10288         * shell/ev-window.c: (window_configure_event_cb): 
10289         
10290         Fix compilation
10291         
10292 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10293
10294         * pdf/ev-poppler.cc:
10295
10296         Fix compilation
10297
10298 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10299
10300         * shell/Makefile.am:
10301         * shell/ev-metadata-manager.c: (item_free),
10302         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10303         (parse_value), (parseItem), (load_values),
10304         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10305         (save_values), (save_item), (get_oldest), (resize_items),
10306         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10307         * shell/ev-metadata-manager.h:
10308
10309         Metadata manager from gedit but modified to use GValue, so that
10310         we dont need to keep converting from strings.
10311
10312         * configure.ac:
10313
10314         ENABLE_METADATA conditional, on when dbus is on
10315
10316         * shell/ev-application.c: (ev_application_open_uri):
10317
10318         Show the window after load so that we can initialize
10319         window size before it's showed.
10320
10321         * shell/ev-window.c: (ev_window_setup_from_metadata),
10322         (ev_window_open_uri), (window_configure_event_cb),
10323         (ev_window_init):
10324
10325         Save and load metadata information about window size.
10326         Not yet keeping states in account.
10327
10328         * shell/main.c: (main):
10329
10330         Shutdown metadata manager.
10331
10332 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10333
10334         * shell/ev-application-service.xml:
10335         * configure.ac:
10336         * shell/Makefile.am:
10337         * shell/ev-application.c:
10338         * shell/ev-application.h:
10339         * shell/ev-window.c:
10340         * shell/ev-window.h:
10341         * shell/main.c:
10342
10343         Add an optional dbus interface (--enable-dbus).
10344         Rework application code, mainly to be easier to
10345         use "remotely".
10346         Do not open multiple windows with the same document,
10347         spatial evince!
10348
10349 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10350
10351         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10352         pixbuf iff it exists.
10353
10354 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10355
10356         * shell/*:
10357         * backend/ev-render-context.[ch]:
10358         * backend/ev-selection.[ch]:
10359
10360         Massive changes.  We now support text selection of pdfs, and not
10361         just rectangular selection.  This is pretty broken still, but I
10362         want to get something into CVS.
10363
10364 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10365
10366         * pdf/ev-poppler.cc:
10367         
10368         Fix for Bug 309080: crash on window close.
10369         
10370         * shell/ev-page-action.c: (page_changed_cb):
10371         
10372         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10373         jensgr@gmx.net (Jens Granseuer).
10374
10375 2005-06-25  Marcel Telka  <marcel@telka.sk>
10376
10377         * configure.in (ALL_LINGUAS): Added sk.
10378
10379 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10380
10381         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10382         not a document open
10383
10384 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10385
10386         * NEWS:
10387         * configure.ac:
10388
10389         Release 0.3.2
10390
10391         * cut-n-paste/recent-files/Makefile.am:
10392
10393         Fix make distcheck
10394
10395 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10396
10397         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10398         (pixbuf_document_set_orientation), (rotate_pixbuf),
10399         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10400         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10401
10402         Implement rotation and cleanup the code a bit.
10403
10404         * tiff/tiff-document.c: (tiff_document_get_page_size),
10405         (tiff_document_get_orientation), (tiff_document_set_orientation),
10406         (rotate_pixbuf), (tiff_document_render_pixbuf),
10407         (tiff_document_document_iface_init), (tiff_document_init):
10408
10409         Implement rotation. Was the quicker solution for the release
10410         but we really need to share this code in the shell.
10411
10412 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10413
10414         * pdf/ev-poppler.cc:
10415
10416         Enable rotation, require poppler cvs. Fix a leak.
10417
10418 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10419
10420         * shell/ev-window.c: (update_action_sensitivity):
10421         
10422         Make properties unsensitive if document backend doesn't provide
10423         any info
10424
10425 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10426
10427         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10428         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10429         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10430         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10431         (bitmap_flip_rotate_counter_clockwise):
10432         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10433         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10434         (buff_gets):
10435         * dvi/mdvi-lib/common.h:
10436         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10437         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10438         (opendvi), (mdvi_reload), (mdvi_init_context),
10439         (mdvi_destroy_context), (mdvi_dopage), (special):
10440         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10441         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10442         (file_hash_free), (register_encoding), (parse_spec),
10443         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10444         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10445         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10446         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10447         (mdvi_register_font_type), (mdvi_unregister_font_type),
10448         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10449         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10450         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10451         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10452         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10453         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10454         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10455         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10456         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10457         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10458         (mdvi_unregister_special), (mdvi_flush_specials):
10459         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10460         (t1_font_remove):
10461         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10462         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10463         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10464         (free_font_metrics), (flush_font_metrics):
10465         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10466         (tt_font_remove):
10467         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10468         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10469         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10470         (dstring_insert), (dstring_new), (dstring_reset):
10471         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10472         
10473         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10474         avoid conflict with libtool on FC4
10475         
10476         * shell/ev-window.c: (ev_window_cmd_help_about):
10477         
10478         Update copyright year. Fix for bug 308828.
10479
10480 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10481
10482         * shell/ev-view.c: (add_scroll_binding_keypad),
10483         (ev_view_binding_activated), (ev_view_class_init),
10484         (on_adjustment_value_changed):
10485         
10486         Bug 170874: Arrow keys switch pages in presentation mode
10487
10488 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10489
10490         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10491         
10492         Fix for Bug 308265: Sidebar dissappears coming out of 
10493         Presentation mode
10494
10495 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10496
10497         * shell/ev-application.c: (ev_application_open):
10498         * shell/ev-document-types.c: (ev_document_types_add_filters),
10499         (ev_document_types_add_filters_for_type):
10500         * shell/ev-document-types.h:
10501         * shell/ev-window.c: (ev_window_cmd_save_as):
10502         
10503         Suggest basename as template when saving, provide filters
10504         for save dialog. It's bug 308402
10505
10506 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10507
10508         * pdf/ev-poppler.cc:
10509         * shell/ev-sidebar-links.c: (job_finished_callback):
10510         * shell/ev-view.c: (update_find_status_message):
10511         
10512         Some leaks fixed
10513
10514 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10515
10516         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10517         (egg_recent_view_uimanager_set_list):
10518
10519         Fix buglet in !show_numbers case.
10520
10521 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10522
10523         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10524         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10525
10526         Use pango ellipsisation.
10527
10528         * pdf/ev-poppler.cc:
10529
10530         Fix refcount leak, from nsh.
10531
10532 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10533
10534         * cut-n-paste/recent-files/Makefile.am:
10535         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10536         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10537         
10538         Removed EggRecentViewGtk
10539         
10540         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10541         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10542         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10543         (ev_window_setup_recent):
10544         
10545         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10546         with other projects
10547
10548 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10549
10550         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10551         (egg_recent_view_gtk_finalize):
10552
10553         Fix memory leak
10554
10555         * cut-n-paste/toolbar-editor/Makefile.am:
10556         
10557         Fix location of cursor icon.
10558         
10559         * pdf/ev-poppler.cc:
10560         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10561         (display_completion_text), (match_completion):
10562         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10563         (selection_changed_callback), (create_loading_model),
10564         (print_section_cb), (links_page_num_func),
10565         (update_page_callback_foreach):
10566         * shell/ev-window.c: (ev_window_dispose):
10567         
10568         Small memory fixes. Links model now store objects instead
10569         of pointers to improve memory management. 
10570
10571 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10572
10573         * shell/ev-window.c: (zoom_control_changed_cb):
10574         
10575         Fix update of zoom control (bug 308268).
10576
10577 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * shell/ev-properties.c (set_property): escape the text correctly.
10580         Handles non-UTF-8 properties and escaped properties.  Also, sets
10581         the text to "<i>None</i>" if the property isn't set.
10582
10583         * data/evince-properties.glade: Change the label to be ellipsized,
10584         and give it a minimum size.
10585
10586 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10587
10588         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10589         * shell/ev-sidebar-links.c: (create_loading_model):
10590         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10591         * shell/ev-view.c: (ev_view_set_document):
10592         * shell/ev-window.c: (ev_window_dispose):
10593         
10594         Various small fixes, mostly memory leaks. Thanks to valgrind.
10595
10596 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10597
10598         * ps/ps-document.c: remove the locale.h include again ;-). And
10599         kill the (bogus) setlocale/savelocale business.
10600
10601 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10602
10603         * ps/ps-document.c:
10604         
10605         Include locale.h to fix build
10606         
10607         * shell/ev-sidebar.c:
10608         
10609         Remove unnecessary includes
10610
10611 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10612
10613         * dvi/dvi-document.c: (dvi_document_load):
10614         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10615         * po/POTFILES.in:
10616         
10617         Check for incorrect dvi files. Fix parsing dvi on AMD64
10618         platform. Thanks to tester@tester.ca (Olivier Crete).
10619
10620 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10621
10622         * shell/ev-page-action.c: (match_selected_cb),
10623         (display_completion_text), (match_completion), (update_model):
10624         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10625         (expand_open_links):
10626         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10627         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10628         (ev_sidebar_set_document):
10629         * shell/ev-window.c: (ev_window_xfer_job_cb),
10630         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10631         
10632         Fixed lot's of memory leaks, for example, memory leak on reload, 
10633         described in bug 307793.
10634
10635 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10636
10637         * pdf/ev-poppler.cc:
10638         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10639         (update_visible_range), (adjustment_changed_cb),
10640         (ev_sidebar_thumbnails_fill_model),
10641         (ev_sidebar_thumbnails_refresh),
10642         (ev_sidebar_tree_selection_changed),
10643         (ev_sidebar_icon_selection_changed),
10644         (ev_sidebar_thumbnails_use_icon_view),
10645         (ev_sidebar_thumbnails_set_document):
10646         * shell/ev-sidebar-thumbnails.h:
10647         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10648         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10649
10650         Refresh thumbnails when changing orientation. Not fully
10651         working yet becuase of a sidebar bug.
10652
10653         Set page orientation to poppler page everywhere. This sucks
10654         really need to fix poppler.
10655
10656 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10657
10658         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10659         (egg_recent_view_gtk_new_menu_item),
10660         (egg_recent_view_gtk_set_property),
10661         (egg_recent_view_gtk_get_property),
10662         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10663         (egg_recent_view_gtk_set_tooltip_func),
10664         (egg_recent_view_gtk_set_label_width),
10665         (egg_recent_view_gtk_get_label_width):
10666         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10667
10668         Sync with libegg (ellipsize labels)
10669
10670 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10671
10672         * data/evince-ui.xml:
10673         * shell/ev-window.c: (ev_window_cmd_go_forward),
10674         (ev_window_cmd_go_backward):
10675         
10676         Shift + PageUp moves 10 Pages. Fix for 306125
10677
10678 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10679
10680         * pdf/ev-poppler.cc:
10681
10682         Add a flag to check if orientation has been overriden
10683
10684 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10685
10686         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10687         field if necessary.
10688
10689         * ps/ps.h: add creator field to document.
10690
10691         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10692         set creator field.
10693
10694 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10695
10696         * data/evince-properties.glade:
10697         * shell/ev-properties.c: (ev_properties_set_document):
10698
10699         s/PDF Version/Format
10700
10701 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10702
10703         * shell/ev-properties.c: (ev_properties_set_document):
10704
10705         Remove unnecessary translations
10706
10707 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10708
10709         * cut-n-paste/toolbar-editor/Makefile.am:
10710
10711         Correct library name    
10712
10713 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10714
10715         * configure.ac:
10716         * cut-n-paste/recent-files/egg-recent-model.c:
10717         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10718         (egg_recent_model_unlock_file):
10719         * cut-n-paste/recent-files/egg-recent-util.c:
10720         (egg_recent_util_get_unique_id):
10721         * cut-n-paste/recent-files/update-from-egg.sh:
10722         * cut-n-paste/toolbar-editor/Makefile.am:
10723         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10727         (egg_toolbars_model_get_type):
10728         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10729
10730         Better makefile for toolbar editor and update everything
10731         to latest libegg.
10732
10733 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10734
10735         * shell/ev-window.c: (update_document_mode):
10736
10737         Prefer presentation mode when the document
10738         require fullscreen.
10739
10740 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10741
10742         * data/evince-ui.xml:
10743         * shell/ev-window.c:
10744
10745         Add control-equal for zooming
10746
10747 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10748
10749         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10750
10751 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10752
10753         * backend/ev-document.c: (ev_document_get_orientation):
10754         * backend/ev-document.h:
10755         * pdf/ev-poppler.cc:
10756         * ps/ps-document.c: (ps_document_get_orientation),
10757         (ps_document_set_orientation), (ps_document_document_iface_init):
10758
10759         Add a get_orientation api. Improve set_orientation.
10760
10761         * data/evince-ui.xml:
10762         * shell/ev-view.c: (ev_view_set_orientation),
10763         (ev_view_rotate_right), (ev_view_rotate_left):
10764         * shell/ev-view.h:
10765         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10766         (ev_window_cmd_edit_rotate_right):
10767
10768         Better ui for changing document orientation
10769
10770 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10771
10772         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10773         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10774         * shell/ev-sidebar-links.h:
10775         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10776         (ev_sidebar_page_iface_init):
10777         * shell/ev-sidebar-page.h:
10778         * shell/ev-sidebar-thumbnails.c:
10779         (ev_sidebar_thumbnails_get_property),
10780         (ev_sidebar_thumbnails_class_init),
10781         (ev_sidebar_thumbnails_set_document):
10782         * shell/ev-sidebar-thumbnails.h:
10783         * shell/ev-view.c: (ev_view_motion_notify_event):
10784         * shell/ev-window.c: (update_chrome_visibility),
10785         (ev_window_cmd_focus_page_selector),
10786         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10787         (sidebar_page_main_widget_update_cb), (ev_window_init):
10788         
10789         Autoraise toolbar on GoToPage binding and fix bindings in
10790         EvSidebarThumbnails page.
10791
10792 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10793
10794         * shell/ev-properties.c: (update_progress_label):
10795
10796         Hide the progress label when finished; bug #307697.
10797
10798 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10799
10800         * pdf/ev-poppler.cc:
10801
10802         Enable is_open for links, you will need poppler cvs
10803
10804         * shell/ev-properties.c: (job_fonts_finished_cb):
10805
10806         Get a lock on the document when filling the tree view
10807
10808 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10809
10810         * backend/ev-document-links.h:
10811         * pdf/ev-poppler.cc:
10812         * shell/ev-sidebar-links.c: (create_loading_model),
10813         (expand_open_links), (job_finished_callback):
10814
10815         Expand links when specified by the document.
10816         Depend on a poppler api (defined out for now)
10817
10818 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10819
10820         * shell/ev-properties.c: (ev_properties_dispose),
10821         (ev_properties_class_init), (dialog_destroy_cb),
10822         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10823         (ev_properties_set_document), (ev_properties_new),
10824         (ev_properties_show):
10825         * shell/ev-properties.h:
10826
10827         Make it an object, cleanup the code, api to show it as transient
10828         and to set the document.
10829
10830         * shell/ev-window.c: (ev_window_setup_document),
10831         (ev_window_cmd_file_properties):
10832
10833         Adapt to EvProperties changes, do not show multiple
10834         times, update it when document changes.
10835
10836 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10837
10838         * ps/gstypes.h:
10839         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10840         (ps_document_set_orientation), (ps_document_document_iface_init):
10841         * ps/ps-document.h:
10842
10843         Implement orientation here too
10844
10845         * shell/ev-properties.c: (ev_properties_new):
10846         * data/evince-properties.glade:
10847
10848         Hide the fonts page for backends that doesnt
10849         support it.     
10850
10851 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10852
10853         * backend/ev-document.c: (ev_document_set_orientation):
10854         * backend/ev-document.h:
10855         * pdf/ev-poppler.cc:
10856
10857         Add orientation api. Currently poppler api is not optimal,
10858         we need to set orientation every time we _get a page.
10859         I will try to fix that at some point.
10860
10861         * data/evince-ui.xml:
10862         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10863         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10864
10865         Add orientation menu items
10866
10867         * shell/ev-page-cache.c: (ev_page_cache_clear):
10868         * shell/ev-page-cache.h:
10869
10870         Add api to clear the cache
10871
10872         * shell/ev-view.c: (setup_caches), (clear_caches),
10873         (ev_view_set_document), (ev_view_zoom_out),
10874         (ev_view_set_orientation):
10875         * shell/ev-view.h:
10876
10877         Implement orientation changing
10878
10879 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10880
10881         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10882         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10883         * backend/ev-document-fonts.h:
10884
10885         Separate scan and fill so that we can incrementally fill from
10886         the main thread. Add a progress api.
10887
10888         * data/evince-properties.glade:
10889         * pdf/ev-poppler.cc:
10890         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10891         * shell/ev-jobs.h:
10892         * shell/ev-properties.c: (update_progress_label),
10893         (job_fonts_finished_cb), (setup_fonts_view):
10894
10895         Incrementally feel the list and show the progress
10896         percentage in a label like acrobat does.
10897
10898         You are going to need poppler cvs
10899
10900 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10901
10902         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10903         * backend/ev-document-fonts.h:
10904         * pdf/ev-poppler.cc:
10905
10906         Make fonts model fill incrementally.
10907
10908         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10909         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10910         (ev_job_queue_remove_job):
10911         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10912         (ev_job_fonts_new), (ev_job_fonts_run):
10913         * shell/ev-jobs.h:
10914
10915         New job for fonts scanning
10916
10917         * shell/ev-properties.c: (job_fonts_finished_cb),
10918         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10919         * shell/ev-properties.h:
10920         * shell/ev-window.c: (ev_window_cmd_file_properties):
10921
10922         Incrementally feel the treeview using the new job. Show Loading...
10923         message until scanning is completed.
10924
10925         Hopefully I didnt break the build without the poppler patch.
10926
10927 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10928
10929         * shell/ev-application.c: (ev_application_open):
10930         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10931         (ev_document_type_get_type), (ev_document_type_lookup):
10932         * shell/ev-document-types.h:
10933         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10934         * shell/ev-job-xfer.h:
10935         * shell/ev-window.c: (ev_window_clear_local_uri),
10936         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10937         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10938         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10939         
10940         Transfer remote documents to tmp directory to display them later.
10941
10942 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10943
10944         * backend/ev-document-info.h:
10945         * shell/ev-properties.c: (ev_properties_new):
10946
10947         s/GTime*/GTime. Not sure why we was using a pointer
10948         at all there!
10949
10950 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10951
10952         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10953         situations.  That situation is that you're using GTK+-HEAD with
10954         the patch at #306726 is applied, and you have a document with <
10955         1500 pages in it.  It's not quite as uniformly nice as the
10956         TreeView, but should be better in the long run.
10957
10958         I'm pretty sure I guarded against breaking compilation with
10959         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10960         I missed some.
10961
10962         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10963         widget yet, so I commented that code out
10964         enable_view_actions_for_widget() for now.  Need to figure this
10965         out.
10966
10967         * shell/ev-page-action.c (match_selected_cb): emit the right
10968         signals.  Our cool C-l completion now works.
10969
10970 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10971
10972         * backend/Makefile.am:
10973         * backend/ev-document-fonts.c:
10974         * backend/ev-document-links.c:
10975         * backend/ev-document.c: (ev_document_load):
10976         * backend/ev-document.h:
10977         * backend/ev-job-queue.c:
10978         * backend/ev-job-queue.h:
10979         * backend/ev-jobs.c:
10980         * backend/ev-jobs.h:
10981         * backend/ev-page-cache.c:
10982         * backend/ev-page-cache.h:
10983
10984         EvPageCache and EvJobs are moved to shell.
10985
10986         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10987         (ev_tmp_filename):
10988         * lib/ev-file-helpers.h:
10989         
10990         New helper to work with temporary files
10991         
10992         * shell/Makefile.am:
10993         * shell/ev-application.c: (ev_application_open):
10994         * shell/ev-application.h:
10995         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10996         (remove_job_from_async_queue), (add_job_to_async_queue),
10997         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10998         (handle_job), (search_for_jobs_unlocked),
10999         (no_jobs_available_unlocked), (ev_render_thread),
11000         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11001         (ev_job_queue_add_job), (move_job_async), (move_job),
11002         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11003         * shell/ev-job-queue.h:
11004         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11005         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11006         * shell/ev-job-xfer.h:
11007         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11008         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11009         (ev_job_links_class_init), (ev_job_render_init),
11010         (ev_job_render_dispose), (ev_job_render_class_init),
11011         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11012         (ev_job_thumbnail_class_init), (ev_job_load_init),
11013         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11014         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11015         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11016         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11017         * shell/ev-jobs.h:
11018         * shell/ev-page-action.c: (ev_page_action_set_document):
11019         * shell/ev-page-cache.c: (ev_page_cache_init),
11020         (ev_page_cache_class_init), (ev_page_cache_finalize),
11021         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11022         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11023         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11024         (ev_page_cache_get_title), (ev_page_cache_get_size),
11025         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11026         (ev_page_cache_get_height_to_page),
11027         (ev_page_cache_get_max_label_chars),
11028         (ev_page_cache_get_page_label),
11029         (ev_page_cache_has_nonnumeric_page_labels),
11030         (ev_page_cache_get_info), (ev_page_cache_next_page),
11031         (ev_page_cache_prev_page), (ev_page_cache_get):
11032         * shell/ev-page-cache.h:
11033         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11034         (ev_pixbuf_cache_clear_job_sizes),
11035         (ev_pixbuf_cache_add_jobs_if_needed),
11036         (ev_pixbuf_cache_set_page_range):
11037         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11038         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11039         * shell/ev-sidebar-thumbnails.c:
11040         (ev_sidebar_tree_selection_changed),
11041         (ev_sidebar_thumbnails_set_document):
11042         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11043         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11044         (ev_statusbar_get_context_id), (ev_statusbar_push),
11045         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11046         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11047         (ev_statusbar_set_progress):
11048         * shell/ev-statusbar.h:
11049         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11050         (ev_view_find_previous):
11051         * shell/ev-window.c: (ev_window_is_empty),
11052         (ev_window_setup_document), (password_dialog_response),
11053         (ev_window_clear_jobs), (ev_window_load_job_cb),
11054         (ev_window_xfer_job_cb), (ev_window_open_uri),
11055         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11056         (ev_window_print), (ev_window_print_range),
11057         (ev_window_state_event), (ev_window_cmd_view_reload),
11058         (menu_item_select_cb), (menu_item_deselect_cb),
11059         (view_status_changed_cb), (ev_window_dispose),
11060         (drag_data_received_cb), (ev_window_init):
11061         * shell/ev-window.h:
11062         * shell/main.c: (load_files):
11063         
11064         New statusbar to show progress on idle. Two new jobs - 
11065         xfer job and load job to load document in background. And update
11066         of page_cache clients to new location of code.
11067
11068 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11069
11070         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11071         selection in open dialog. It also remembers the last visited directory 
11072         in the current session.
11073
11074 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11075
11076         * shell/ev-properties.c: (ev_properties_new):
11077         * shell/ev-properties.h:
11078         * shell/ev-window.c: (ev_window_cmd_file_properties):
11079         
11080         Get document info from page cache instead of document itself.
11081         This should fix crash related to race conditions described in
11082         bug 306545.
11083
11084 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11085
11086         * ps/ps-document.c: (ps_document_init),
11087         (send_ps), (get_page_box), (output), (catchPipe), (input),
11088         (stop_interpreter), (file_length), (file_readable),
11089         (check_filecompressedb), (ps_document_enable_interpreter),
11090         (document_load), (ps_async_renderer_render_pixbuf):
11091         * ps/ps-document.h:
11092
11093         Big cleanup of the ps code
11094
11095 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11096
11097         * backend/Makefile.am:
11098         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11099         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11100         * backend/ev-async-renderer.h:
11101
11102         Add an async renderer interface (method + callback) which
11103         is useful for backends like ps.
11104
11105         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11106         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11107         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11108         (ev_job_queue_add_job), (move_job_async), (move_job),
11109         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11110
11111         Add queues for async renderer, these are executed on the
11112         main thread.
11113
11114         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11115         (ev_job_render_run):
11116         * backend/ev-jobs.h:
11117
11118         If the backend support async renderer interface use it.
11119
11120         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11121         (setup_pixmap), (ps_document_get_type),
11122         (ps_async_renderer_render_pixbuf),
11123         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11124
11125         Implement async renderer interface.
11126
11127 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11128
11129         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11130
11131         Cleanup links job on exit.
11132
11133 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11134
11135         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11136         (drag_data_get_cb), (drag_data_received_cb):
11137         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11138         (drag_data_get_cb), (parse_item_list),
11139         (egg_toolbar_editor_load_actions):
11140         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11141         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11142         (parse_item_list), (parse_toolbars):
11143         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11144         (dvi_pixbuf_put_pixel):
11145         
11146         Fix gcc 4.0 warnings
11147
11148 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11149
11150         * ps/ps-document.c: (start_interpreter):
11151
11152         Fix warning when loading ps
11153
11154 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11155
11156         * ps/ps-document.c: (output):
11157
11158         Fix crash when priting gs error messages.
11159
11160 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * backend/ev-page-cache.c: (_ev_page_cache_new):
11163         * backend/ev-page-cache.h:
11164
11165         Use a const to return title so that we dont double
11166         free it. Small cleanup and fix a leak.
11167
11168         * shell/ev-window.c: (update_window_title):
11169
11170         strdup value from get_title.
11171
11172 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11173
11174         * shell/ev-sidebar-links.c: (job_finished_callback),
11175         (ev_sidebar_links_set_document):
11176
11177         Cleanup the old job when changing document
11178
11179 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11180
11181         * shell/ev-stock-icons.c:
11182         * shell/ev-stock-icons.h:
11183         * shell/ev-window.c:
11184         
11185         Add stock icons for actions that can appear in toolbar. Fix for
11186         bug 306566.
11187
11188 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11189
11190         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11191         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11192         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11193         * backend/ev-page-cache.h:
11194         * shell/ev-view.c: (scroll_to_current_page),
11195         (view_update_range_and_current_page), (get_page_y_offset),
11196         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11197         (ev_view_size_request_continuous),
11198         (ev_view_zoom_for_size_continuous_and_dual_page),
11199         (ev_view_zoom_for_size_continuous):
11200         
11201         More compact EvView layout in document with pages of different size.
11202
11203 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11204
11205         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11206         compilation.
11207
11208 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11209
11210         * shell/ev-view.c: (view_set_adjustment_values):
11211         * shell/ev-window.c: (ev_window_cmd_file_properties):
11212         
11213         A bit different fix for rounding problem but it has no
11214         problems on startup. Make properties window transient to parent.
11215
11216 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11217
11218         * pdf/ev-poppler.cc:
11219         
11220         More commenting of font stuff.
11221
11222 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11223
11224         * pdf/ev-poppler.cc:
11225
11226         Comment out some more fonts stuff. Should really
11227         work without the poppler patch now.
11228
11229 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11230
11231         * pdf/ev-poppler.cc:
11232
11233         Adapt to api change
11234
11235 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11236
11237         * data/evince-properties.glade:
11238         * pdf/ev-poppler.cc:
11239         * shell/ev-properties.c: (setup_fonts_view):
11240
11241         Set the column title. Show the dialog only
11242         once everything is setup.
11243         Getting font info can be very slow... will
11244         prolly need to make this threaded too.
11245
11246 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11247
11248         * backend/Makefile.am:
11249         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11250         (ev_document_fonts_get_fonts_model):
11251         * backend/ev-document-fonts.h:
11252         * data/evince-properties.glade:
11253         * pdf/ev-poppler.cc:
11254         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11255         * shell/ev-properties.h:
11256         * shell/ev-window.c: (ev_window_cmd_file_properties):
11257
11258         Implement fonts list. Defined out for now, since it depends
11259         on a not yet committed poppler patch.
11260
11261 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11264         page + 1.
11265
11266         * shell/ev-window.c: Make sure we add the timeout when we get a
11267         focus-in event.
11268
11269         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11270         adjustment->value before calculating the zoom factor to average
11271         out all of our rounding errors.  The page no longer 'drifts' when
11272         resizing.
11273
11274 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11275
11276         * data/evince-properties.glade:
11277         * shell/ev-properties.c: (ev_properties_format_date),
11278         (set_property):
11279         
11280         Labels don't expand when the dialogue is resized.
11281         strftime result needs to be converted to UTF-8. Thanks
11282         to Christian Persch <chpe@gnome.org>.
11283
11284 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11285
11286         * data/evince-properties.glade:
11287
11288         Hide the fonts tab
11289
11290 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11291
11292         * backend/ev-document-info.h:
11293         * backend/ev-document.c: (ev_document_info_free):
11294         * data/evince-properties.glade:
11295         * pdf/ev-poppler.cc:
11296         * ps/ps-document.c: (ps_document_get_info):
11297         * shell/ev-properties.c: (ev_properties_format_date),
11298         (set_property), (ev_properties_new):
11299         * shell/ev-properties.h:
11300         * shell/ev-window.c: (ev_window_cmd_file_properties):
11301
11302         Rework properties code to take only EvPropertyInfo
11303         in the constructor so that it can be useful for
11304         nautilus plugin too.
11305
11306         Deal with backends that doesnt support some properties.
11307         Make set property code generic.
11308
11309 2005-06-04  Christian Persch <chpe@gnome.org>
11310
11311         * data/evince-properties.glade:
11312
11313         fix spacings, make resizeable, and make data labels
11314         selectable + ellipsised
11315
11316 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11317
11318         * backend/ev-document-info.h:
11319         * data/Makefile.am:
11320         * data/evince-ui.xml:
11321         * pdf/ev-poppler.cc:
11322         * shell/Makefile.am:
11323         * shell/ev-window.c: (update_action_sensitivity),
11324         (ev_window_cmd_file_properties):
11325
11326         Initial go at file properties. Patch by
11327         Emil Soleyman-Zomalan <emil@soleyman.com>.
11328         Needs love see #169583
11329
11330 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11331
11332         * ps/ps-document.c: (output):
11333         * ps/ps.c: (psscan):
11334
11335         Try to render even if psscan fails.
11336
11337 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11338
11339         * ps/ps.c: (psscan), (pscopydoc):
11340
11341         Port buffered reading code from gv
11342
11343 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11344
11345         * ps/ps-document.c: (interpreter_message), (output):
11346
11347         Do not fail on interpreter messages
11348
11349 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * backend/ev-document-misc.c:
11352         (ev_document_misc_get_thumbnail_frame):
11353
11354         Pages can be 0 x 0, dont assert on this case
11355
11356 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11357
11358         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11359         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11360
11361         Correctly manage our reference on document. Finally the reload
11362         huge leak is gone...
11363
11364 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11365
11366         * ps/ps-document.c: (ps_document_dispose):
11367
11368         Forgot to chain it to the parent. Thanks chpe.
11369
11370 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11371
11372         * ps/ps-document.c: (ps_document_dispose),
11373         (ps_document_class_init), (stop_interpreter), (document_load):
11374
11375         Cleanup dispose a bit. Dont leak the whole pixmap.
11376
11377 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11378
11379         * pdf/ev-poppler.cc:
11380
11381         Release the poppler document on dispose
11382
11383 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11384
11385         * shell/ev-view.c: (ev_view_set_document):
11386
11387         Release ref on the pixbuf cache when changing
11388         document.
11389
11390 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11391
11392         * ps/ps-document.c: (ps_document_get_info):
11393
11394         Fix a double free
11395
11396 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11397
11398         * backend/ev-page-cache.c: (ev_page_cache_init),
11399         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11400         * backend/ev-page-cache.h:
11401         * shell/ev-page-action.c: (page_changed_cb):
11402         
11403         Set page action entry width depending on labels width. Fix
11404         for bug 305202.
11405
11406 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11407
11408         * backend/ev-link.c: (ev_link_class_init):
11409
11410         Allow -1 as page value (error)
11411
11412 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11413
11414         * shell/ev-sidebar-thumbnails.c:
11415         (ev_sidebar_thumbnails_set_document):
11416         * shell/ev-view.c: (scroll_to_current_page),
11417         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11418         (page_changed_cb), (on_adjustment_value_changed),
11419         (ev_view_set_document):
11420
11421         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11422         Fix bug 305377
11423
11424 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11425
11426         * configure.ac:
11427         * djvu/djvu-document.c: (djvu_document_get_page_size):
11428
11429         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11430         bug 301993.
11431
11432 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11433
11434         * shell/ev-view.c (draw_one_page): modify the expose handling to
11435         get the shadows.
11436
11437         * shell/ev-window.c (update_action_sensitivity): Respect
11438         permissions field.  Kowtow to the man.
11439
11440         * pdf/ev-poppler.cc: Get the permissions field.
11441
11442         * tiff/*c: Make a tiny bit more robust.
11443
11444 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11445
11446         * djvu/djvu-document.c:
11447         
11448         Pop messages from djvu context message queue.
11449
11450 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11451
11452         * configure.ac, Makefile.am, shell/Makefile.am:
11453         * tiff/Makefile.am, shell/ev-document-types.c:
11454         
11455         Cleanup tiff configure checks. Fix for bug 305218.
11456
11457 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11458
11459         * configure.ac: Added "uk" to ALL_LINGUAS.
11460
11461 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11462
11463         * cut-n-paste/zoom-control/ephy-zoom.c:
11464         (ephy_zoom_get_changed_zoom_level):
11465         * cut-n-paste/zoom-control/ephy-zoom.h:
11466         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11467         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11468         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11469         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11470         (zoom_control_changed_cb), (ev_window_init):
11471         
11472         Fix minor points related to moving best fit up. Introduce
11473         "zoom" property and make zoom control change it's value on
11474         notify::zoom signals. Fix for 305080.
11475
11476 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11477
11478         * data/evince-ui.xml:
11479         * shell/ev-window.c: (set_view_actions_sensitivity):
11480         
11481         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11482
11483 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11484
11485         * configure.ac:
11486
11487         Depends on poppler 0.3.2
11488
11489 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11490
11491         * cut-n-paste/recent-files/egg-recent-item.c:
11492         (egg_recent_item_get_short_name):
11493         * cut-n-paste/toolbar-editor/Makefile.am:
11494         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11495         (new_pixbuf_from_widget):
11496         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11497         * cut-n-paste/toolbar-editor/egg-marshal.c:
11498         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11499         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11500
11501         Sync
11502
11503 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11504
11505         * tiff/tiff-document.c: Rough TIFF backend.
11506
11507 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11508
11509         * NEWS:
11510         * configure.ac:
11511         * cut-n-paste/toolbar-editor/Makefile.am:
11512
11513         Release 0.3.1
11514
11515 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11516
11517         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11518         (ev_view_find_next), (ev_view_find_previous):
11519
11520         Remove the locks around get_n_results   
11521
11522 2005-05-21  Juerg Billeter  <j@bitron.ch>
11523
11524         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11525
11526         Pass correct number of pages to poppler.
11527
11528 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11529
11530         * configure.ac:
11531         * data/Makefile.am:
11532         * data/evince.desktop.in: 
11533         * data/evince.desktop.in.in:
11534         * po/POTFILES.in:
11535         
11536         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11537
11538 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11539
11540         * shell/ev-view.c: (view_update_adjustments),
11541         (view_set_adjustment_values): cast adjustmen->value to (int)
11542         before using it.  Otherwise, we get off by a pixel in some
11543         situations.
11544
11545         (draw_one_page): Draw the border on expose.
11546
11547 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11548
11549         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11550         adjustment when the mode changes, #304923
11551
11552 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11553
11554         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11555         flickering on resize but still use gdk_window_scroll on
11556         scrolling
11557
11558 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11559
11560         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11561         option, #170458
11562
11563 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11564
11565         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11566         second page on page_changed if possible, #304669
11567
11568 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11569
11570         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11571         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11572
11573 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11574
11575         * .cvsignore:
11576         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11577         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11578         (ev_view_zoom_for_size_presentation),
11579         (ev_view_zoom_for_size_continuous_and_dual_page),
11580         (ev_view_zoom_for_size_continuous),
11581         (ev_view_zoom_for_size_dual_page),
11582         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11583         * shell/ev-view.h:
11584         * shell/ev-window.c: (update_view_size),
11585         (ev_window_sizing_mode_changed_cb):
11586
11587         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11588         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11589         an infinite loop, #304769
11590
11591
11592 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11593
11594         * data/evince-ui.xml:
11595         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11596         * shell/ev-window.c: (set_view_actions_sensitivity):
11597
11598         Make PgUp/Down behave like Space
11599
11600 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11601
11602         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11603         * backend/ev-ps-exporter.h:
11604         * pdf/ev-poppler.cc:
11605         * ps/ps-document.c: (ps_document_ps_export_begin):
11606         * shell/ev-print-job.c: (idle_print_handler):
11607
11608         Adapt to new poppler api
11609
11610 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11611
11612         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11613         (ephy_zoom_control_init):
11614
11615         Translate zoom levels
11616
11617 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11618
11619         * cut-n-paste/zoom-control/ephy-zoom.c:
11620         (ephy_zoom_get_zoom_level_index):
11621
11622         Fix current zoom -> zoom control match
11623
11624 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11625
11626         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11627         rather than the scrolled_window that it's in. Fixes bug #304655.
11628
11629 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11630
11631         * shell/ev-view.c: (view_update_adjustments),
11632         (view_set_adjustment_values), (view_update_range_and_current_page),
11633         (view_scroll_to_page), (set_scroll_adjustment),
11634         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11635         (ev_view_scroll), (ev_view_scroll_view),
11636         (ensure_rectangle_is_visible), (find_page_at_location),
11637         (get_link_at_location), (go_to_link), (status_message_from_link),
11638         (ev_view_size_request_continuous_dual_page),
11639         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11640         (ev_view_unrealize), (ev_view_expose_event),
11641         (ev_view_button_press_event), (ev_view_motion_notify_event),
11642         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11643         (draw_rubberband), (highlight_find_results), (draw_one_page),
11644         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11645         (ev_view_init), (find_changed_cb), (page_changed_cb),
11646         (on_adjustment_value_changed), (ev_view_new),
11647         (ev_view_set_document), (ev_view_set_zoom),
11648         (ev_view_set_continuous), (ev_view_set_dual_page),
11649         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11650         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11651         (ev_view_zoom_for_size_presentation),
11652         (ev_view_zoom_for_size_continuous_dual_page),
11653         (ev_view_zoom_for_size_continuous),
11654         (ev_view_zoom_for_size_dual_page),
11655         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11656         (ev_view_get_status), (ev_view_set_status),
11657         (update_find_status_message), (ev_view_get_find_status),
11658         (ev_view_set_find_status), (jump_to_find_result),
11659         (jump_to_find_page), (compute_selections), (clear_selection),
11660         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11661         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11662         (ev_view_update_primary_selection),
11663         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11664         * shell/ev-view.h:
11665         * shell/ev-window.c: (ev_window_open_page_label),
11666         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11667         (ev_window_init):
11668         * shell/ev-window.h:
11669         * shell/main.c: (load_files):
11670
11671         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11672         when resizing.  Remove the bin_window().  Also, patch from James
11673         Bowes to fix command line page, #300641
11674         
11675 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11676
11677         * data/evince-ui.xml:
11678         * shell/ev-view.c:
11679         * shell/ev-view.h:
11680         * shell/ev-window.c: (update_action_sensitivity):
11681
11682         Get rid of View->Normal Size, it's just confusing
11683
11684 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11685
11686         * backend/ev-document-info.h:
11687         * backend/ev-document.c: (ev_document_info_free): Free the
11688         EvDocumentInfo.
11689
11690         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11691         (clear_range), (add_range), (update_visible_range),
11692         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11693         (ev_sidebar_thumbnails_set_document):
11694         * shell/ev-window.c: (ev_window_setup_document): Only render the
11695         visible thumbnails.  It takes an instant to render, but it uses
11696         much less memory.
11697
11698 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11699
11700         * shell/ev-sidebar-links.c: (popup_menu_cb):
11701
11702         Select first item
11703
11704 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11705
11706         * lib/Makefile.am:
11707         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11708         (button_press_cb), (ev_sidebar_links_construct):
11709
11710         Show the popup menu also on keybindings
11711
11712 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11713
11714         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11715         * shell/ev-window.h:
11716
11717         Expose api to print a range (with dialog). Make private _print use
11718         it.
11719
11720         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11721         (ev_sidebar_links_construct):
11722
11723         Show a print context menu on linkx, it prints the selected
11724         section.
11725
11726 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11727
11728         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11729         button.
11730
11731 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11732
11733         * AUTHORS:
11734
11735         Update
11736
11737         * shell/ev-window.c: (build_comments_string),
11738         (ev_window_cmd_help_about):
11739
11740         Show poppler version/backend and authors
11741
11742 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11743
11744         * cut-n-paste/zoom-control/ephy-zoom.c:
11745         (ephy_zoom_get_zoom_level_index):
11746         * cut-n-paste/zoom-control/ephy-zoom.h:
11747
11748         Move the best fit items at the top of the list
11749
11750 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11751
11752         * shell/ev-marshal.list:
11753         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11754         (activate_cb), (match_selected_cb), (activate_link_cb),
11755         (connect_proxy), (ev_page_action_class_init):
11756         * shell/ev-page-action.h:
11757
11758         Use signals to notify action activation. Hopefully
11759         I did not break completion since I cant test...
11760
11761         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11762         (register_custom_actions):
11763
11764         Connect to page selector actions and also grab focus on
11765         the view when activated.
11766
11767 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11768
11769         * pdf/ev-poppler.cc:
11770         * backend/ev-page-cache.c: make page size calculation consistent
11771         and set it to (int)( width * scale + 0.5).  This makes the weird
11772         line going through the middle of the page go away.
11773
11774         * shell/ev-view.c: move painting the background page after
11775         checking the expose area covers us.
11776
11777 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11778
11779         * data/evince-password.glade:
11780         
11781         Mark labels as not translatable. Fix for bug 302842.
11782
11783 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11784
11785         * configure.ac: Added "es" to ALL_LINGUAS.
11786
11787 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11788
11789         * data/evince-toolbar.xml:
11790         * shell/ev-window.c: (update_action_sensitivity),
11791         (ev_window_setup_document), (ev_window_set_page_mode),
11792         (ev_window_init):
11793
11794         Remove some leftover code from jrb first continous
11795         attempt. Use the new actions, we still need good icons
11796         though...
11797
11798 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11799
11800         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11801
11802         Update label when connecting proxy. Fix a warning with NULL
11803         page_cache.
11804
11805 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11806
11807         * data/evince-ui.xml:
11808         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11809         * shell/ev-page-action.h:
11810         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11811
11812         Add mnemonic for edit toolbar.
11813         ctrl+l focus the page entry.
11814
11815 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11816
11817         * lib/Makefile.am:
11818         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11819         (ev_window_init):
11820         * shell/main.c: (main):
11821
11822         Put the toolbar xml in evince own dot dir
11823
11824 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11825
11826         * shell/ev-window.c: (ev_window_init):
11827
11828         Make the toolbar not removable
11829
11830 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11831
11832         * data/evince-ui.xml:
11833         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11834         * shell/ev-sidebar-links.h:
11835         * shell/ev-sidebar-thumbnails.c:
11836         (ev_sidebar_thumbnails_get_treeview):
11837         * shell/ev-sidebar-thumbnails.h:
11838         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11839         (ev_view_class_init):
11840         * shell/ev-view.h:
11841         * shell/ev-window.c: (update_action_sensitivity),
11842         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11843         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11844         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11845         (ev_window_init):
11846
11847         This is evil... Make space/backspace global accelerators but
11848         enable them only for some widgets (sidebars and view).
11849         I dont like it, but I dont know a better way... :/
11850
11851 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11852
11853         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11854         (ev_page_action_widget_finalize),
11855         (ev_page_action_widget_class_init), (update_page_cache):
11856
11857         Keep a weak reference on proxy->page_cache so that we
11858         dont try to disconnect the signal if the object is already
11859         gone. Maybe there is a better way to cleanup reference handling
11860         in page action though...
11861
11862 2005-05-10  Juerg Billeter  <j@bitron.ch>
11863
11864         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11865         * backend/ev-ps-exporter.h:
11866         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11867         * ps/ps-document.c: (ps_document_ps_export_begin):
11868         
11869         Change api to pass print range to ps_exporter_begin. The pdf backend
11870         requires this information.
11871         
11872         * shell/ev-print-job.c: (idle_print_handler):
11873         
11874         Adapt to api change
11875
11876 2005-05-10  Juerg Billeter  <j@bitron.ch>
11877
11878         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11879         (idle_print_handler)
11880         * shell/ev-window.c: (ev_window_print):
11881
11882         Support printing page range, based on patch by Amaury Jacquot
11883
11884 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11885
11886         * data/evince-toolbar.xml:
11887
11888         Add zoom control to available items
11889
11890 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11891
11892         * shell/ev-window.c: (update_action_sensitivity):
11893
11894         Set slash action insensitive when appropriate
11895
11896 2005-05-10  Christian Persch <chpe@gnome.org>
11897
11898         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11899
11900         Fix warning on the overflow menu
11901
11902 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11903
11904         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11905
11906         Check for uri correctness/existence
11907
11908 2005-05-09  Juerg Billeter  <j@bitron.ch>
11909
11910         * shell/ev-window.c: (using_postscript_printer):
11911
11912         LPD printers use postscript, too
11913
11914 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11915
11916         * shell/ev-window.c: (register_custom_actions):
11917
11918         The zoom one is actually sort of useful,
11919         put it back
11920
11921 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11922
11923         * shell/ev-window.c: (register_custom_actions):
11924
11925         Hide page/zoom controls from overflow, they
11926         are useless.
11927
11928 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11929
11930         * cut-n-paste/update-from-egg.sh:
11931         
11932         Share it between all cut-n-paste subdirs
11933
11934         * cut-n-paste/recent-files/Makefile.am:
11935
11936         Fix to use "global" update-from-egg.sh
11937
11938         * cut-n-paste/recent-files/egg-recent-model.c:
11939         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11940         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11941         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11942         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11943
11944         Update from libegg
11945
11946         * cut-n-paste/toolbar-editor/Makefile.am:
11947
11948         Fix to use "global" update-from-egg.sh
11949
11950         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11951
11952         Update from libegg
11953
11954 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11955
11956         * configure.ac:
11957         * cut-n-paste/Makefile.am:
11958         * cut-n-paste/recent-files/Makefile.am:
11959         * cut-n-paste/toolbar-editor/.cvsignore:
11960         * cut-n-paste/toolbar-editor/Makefile.am:
11961         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11962         (egg_editable_toolbar_get_type), (get_toolbar_position),
11963         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11964         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11965         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11966         (set_item_drag_source), (create_item_from_action), (create_item),
11967         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11968         (popup_toolbar_context_menu_cb), (free_dragged_item),
11969         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11970         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11971         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11972         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11973         (item_added_cb), (item_removed_cb),
11974         (egg_editable_toolbar_construct),
11975         (egg_editable_toolbar_disconnect_model),
11976         (egg_editable_toolbar_deconstruct),
11977         (egg_editable_toolbar_set_model),
11978         (egg_editable_toolbar_set_ui_manager),
11979         (egg_editable_toolbar_set_property),
11980         (egg_editable_toolbar_get_property),
11981         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11982         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11983         (egg_editable_toolbar_new_with_model),
11984         (egg_editable_toolbar_get_edit_mode),
11985         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11986         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11987         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11988         (new_pixbuf_from_widget), (new_separator_pixbuf),
11989         (update_separator_image), (style_set_cb),
11990         (_egg_editable_toolbar_new_separator_image),
11991         (egg_editable_toolbar_get_model):
11992         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11993         * cut-n-paste/toolbar-editor/egg-marshal.c:
11994         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11995         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11996         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11997         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11998         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11999         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12000         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12001         (editor_drag_data_delete_cb), (drag_data_get_cb),
12002         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12003         (editor_create_item), (update_editor_sheet), (setup_editor),
12004         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12005         (parse_item_list), (model_has_action), (update_actions_list),
12006         (egg_toolbar_editor_load_actions):
12007         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12008         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12009         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12010         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12011         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12012         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12013         (egg_toolbars_model_add_separator), (impl_add_item),
12014         (parse_item_list), (egg_toolbars_model_add_toolbar),
12015         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12016         (impl_get_item_data), (impl_get_item_type),
12017         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12018         (egg_toolbars_model_init), (free_toolbar),
12019         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12020         (egg_toolbars_model_remove_toolbar),
12021         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12022         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12023         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12024         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12025         (egg_toolbars_model_get_item_data),
12026         (egg_toolbars_model_get_item_type):
12027         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12028         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12029         * data/Makefile.am:
12030         * data/evince-toolbar.xml:
12031         * data/evince-ui.xml:
12032         * data/hand-open.png:
12033         * po/POTFILES.in:
12034         * shell/Makefile.am:
12035         * shell/ev-window.c: (update_chrome_visibility),
12036         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12037         (ev_window_dispose), (ev_window_init):
12038
12039         Implement epiphany like toolbar editor. Based on patch by
12040         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12041
12042 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12043
12044         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12045
12046         Use set_cursor instead of set_selection, so that
12047         the keyboard focus moves too.
12048
12049 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12050
12051         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12052
12053         Fix infinite loop when loading Type1 fonts
12054
12055 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12056
12057         * data/evince-ui.xml:
12058         * shell/ev-window.c:
12059
12060         Slash -> Find
12061
12062 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12063
12064         * configure.ac:
12065
12066         Make --disable really disable
12067
12068 2005-05-07  Juerg Billeter  <j@bitron.ch>
12069
12070         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12071
12072         Compare page labels even without has_labels set, fixes setting page
12073         with entry
12074
12075 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12076
12077         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12078         (ev_view_set_cursor), (ev_view_button_press_event),
12079         (ev_view_motion_notify_event), (ev_view_button_release_event),
12080         (ev_view_init):
12081
12082         Implement middle button scrolling. Based on a patch
12083         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12084
12085 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12086
12087         * shell/ev-document-types.c: (get_slow_mime_type),
12088         (get_document_type_from_mime), (ev_document_type_lookup):
12089         * shell/ev-document-types.h:
12090
12091         Change api to lookup from uri. Do fast lookup first, if the
12092         type is unknown try with data sniffing.
12093
12094         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12095         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12096
12097         Adapt to api change
12098
12099 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12100
12101         * thumbnailer/Makefile.am:
12102
12103         Fix distcheck
12104
12105 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12106
12107         * NEWS:
12108         * configure.ac:
12109
12110         Release 0.3.0
12111
12112         * data/evince-ui.xml:
12113
12114         Hide presentation mode for now
12115
12116         * shell/ev-view.c: (highlight_find_results):
12117
12118         Show current find selection only on current page
12119
12120 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12121
12122         * shell/ev-view.c: (ev_view_select_all):
12123
12124         Compute size of the actual page, not of
12125         the current one.
12126
12127 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12128
12129         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12130         (view_rect_to_doc_rect), (compute_selections),
12131         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12132         (ev_view_copy), (ev_view_primary_get_cb),
12133         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12134         (ev_view_button_press_event), (ev_view_motion_notify_event),
12135         (ev_view_button_release_event), (page_changed_cb):
12136
12137         Fix text selection
12138
12139 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12140
12141         * shell/ev-view.c: (compute_border), (get_page_extents),
12142         (doc_rect_to_view_rect), (highlight_find_results),
12143         (ev_view_bin_expose), (ev_view_select_all),
12144         (ev_view_motion_notify_event), (update_find_status_message),
12145         (jump_to_find_result), (jump_to_find_page):
12146
12147         First go at fixing search, still buggy
12148
12149 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12150
12151         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12152         dropdown box and button at the top of the sidebar.
12153
12154 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12155
12156         * configure.ac: Output zoom-control Makefile.
12157         * cut-n-paste/Makefile.am: build zoom-control subdir.
12158         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12159         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12160         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12161         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12162         * cut-n-paste/zoom-control/ephy-zoom.c:
12163         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12164         from epiphany, and modified to add a separator into the menu.
12165         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12166         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12167         zoom-control action.
12168         * shell/Makefile.am: Include zoom-control flags.
12169         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12170         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12171         (ev_view_zoom_for_size_presentation),
12172         (ev_view_zoom_for_size_continuous_and_dual_page),
12173         (ev_view_zoom_for_size_continuous),
12174         (ev_view_zoom_for_size_dual_page),
12175         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12176         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12177         ev_view_get_zoom and ev_view_get_sizing_mode.
12178         * shell/ev-view.h:
12179         * shell/ev-window.c: (update_action_sensitivity),
12180         (update_sizing_buttons), (zoom_control_changed_cb),
12181         (register_custom_actions): Initialize and use the zoom-control 
12182         widget.
12183
12184 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12185
12186         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12187         preview cache back to 1.  Don't know when it got set to 0.
12188         
12189         * shell/ev-view.c: (compute_border), (ev_view_realize),
12190         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12191         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12192         (ev_view_get_fullscreen), (ev_view_set_presentation),
12193         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12194         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12195         * shell/ev-view.h:
12196         * shell/ev-window.c:
12197         (update_chrome_visibility),
12198         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12199         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12200         (update_document_mode), (ev_window_update_fullscreen_action),
12201         (ev_window_fullscreen), (ev_window_unfullscreen),
12202         (ev_window_cmd_view_fullscreen),
12203         (ev_window_update_presentation_action),
12204         (ev_window_run_presentation), (ev_window_stop_presentation),
12205         (ev_window_cmd_view_presentation), (ev_window_state_event),
12206         (ev_window_focus_in_event), (ev_window_focus_out_event),
12207         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12208         * data/evince-ui.xml: Initial presentation mode.  We should
12209         probably hide this until it's done, as it's quite rough.  Also,
12210         change full-screen to fullscreen and add two getters to EvView.
12211
12212 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12213
12214         * shell/ev-page-action.c: (update_page_cache),
12215         (ev_page_action_dispose):
12216         * shell/ev-window.c: (destroy_fullscreen_popup),
12217         (ev_window_create_fullscreen_popup):
12218
12219         Use connect_object rather than explicitly
12220         disconnect on dispose.
12221
12222 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12223
12224         * shell/ev-page-action.c: (update_page_cache),
12225         (ev_page_action_dispose):
12226
12227 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12228
12229         * backend/ev-page-cache.c: (_ev_page_cache_new),
12230         (ev_page_cache_set_page_label),
12231         (ev_page_cache_has_nonnumeric_page_labels):
12232         * backend/ev-page-cache.h:
12233         * shell/ev-page-action.c: (update_pages_label):
12234         
12235         If all page labels are numeric, fallback to default
12236         way to display number of pages. See bug 173185.
12237
12238 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12239
12240         * shell/ev-page-action.c: (ev_page_action_dispose):
12241         * shell/ev-view.c: (view_update_range_and_current_page):
12242         * shell/ev-window.c: (ev_window_dispose):
12243         
12244         Set page on scroll in continuous mode. Fixes bug 301986.
12245         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12246
12247 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12248
12249         * configure.ac:
12250
12251         Require poppler 0.3.0
12252
12253 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12254         
12255         * shell/Makefile.am, configure.ac: Fix build problems
12256         with t1lib. Bug 301996.
12257
12258 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12259
12260         * shell/ev-view.c: (ev_view_scroll_event):
12261         
12262         Scroll up increase zoom
12263
12264 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12265
12266         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12267         (ev_view_set_sizing_mode),
12268         (ev_view_zoom_for_size_continuous_and_dual_page),
12269         (ev_view_zoom_for_size_continuous):
12270         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12271         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12272         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12273         (ev_window_init):
12274
12275         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12276         Fix for 165473 and 165472.
12277
12278 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12279
12280         * po/POTFILES.in:
12281         * thumbnailer/Makefile.am:
12282         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12283         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12284         * thumbnailer/evince-thumbnailer.schemas.in:
12285         
12286         Make thumbnailer schemas translatable. Fix for bug 301773
12287         
12288         * thumbnailer/evince-thumbnailer-djvu.schemas:
12289         * thumbnailer/evince-thumbnailer-dvi.schemas:
12290         * thumbnailer/evince-thumbnailer.schemas:
12291
12292         Removed files
12293
12294 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12295
12296         * shell/ev-view.c (ev_view_init): forgot to set this.
12297
12298 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12299
12300         * shell/ev-view.c: (find_page_at_location),
12301         (get_link_at_location),
12302         (ev_view_set_show_border), (ev_view_set_spacing),
12303         (ev_view_zoom_for_size_continuous_and_dual_page),
12304         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12305         Also, add a quick fix measuring of widths.  Also, removed
12306         ev_view_set_spacing and ev_view_set_show_border.
12307         
12308         * shell/ev-window.c: (ev_window_unfullscreen),
12309         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12310
12311 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12312
12313         * shell/ev-view.c: (view_update_range_and_current_page),
12314         (page_changed_cb):
12315         
12316         Fix crash on exit and scrolling to page in continuous view.
12317
12318 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12319
12320         * TODO:
12321         * backend/ev-page-cache.c: (_ev_page_cache_new),
12322         (ev_page_cache_get_max_width_size),
12323         (ev_page_cache_get_max_height_size):
12324         * backend/ev-page-cache.h:
12325         * data/evince-ui.xml:
12326         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12327         * shell/ev-view.c: (view_update_adjustments),
12328         (view_update_range_and_current_page), (get_bounding_box_size),
12329         (ev_view_size_request_continuous_and_dual_page),
12330         (ev_view_size_request_continuous),
12331         (ev_view_size_request_dual_page),
12332         (ev_view_size_request_single_page), (ev_view_size_request),
12333         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12334         (ev_view_bin_expose), (ev_view_expose_event),
12335         (ev_view_set_property), (ev_view_get_property),
12336         (ev_view_class_init), (ev_view_init), (ev_view_new),
12337         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12338         (ev_view_set_dual_page), (ev_view_set_full_screen),
12339         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12340         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12341         (ev_view_zoom_out), (zoom_for_size_fit_width),
12342         (zoom_for_size_best_fit),
12343         (ev_view_zoom_for_size_continuous_and_dual_page),
12344         (ev_view_zoom_for_size_continuous),
12345         (ev_view_zoom_for_size_dual_page),
12346         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12347         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12348         * shell/ev-view.h:
12349         * shell/ev-window.c: (update_action_sensitivity),
12350         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12351         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12352         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12353         (ev_window_cmd_view_zoom_out), (update_view_size),
12354         (ev_window_set_sizing_mode), (ev_window_init):
12355
12356         Add Continuous and Dual page modes.
12357
12358 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12359
12360         * dvi/dvi-document.c: (dvi_document_load),
12361         (dvi_document_thumbnails_get_thumbnail),
12362         (dvi_document_init_params): Fix up some mixups between
12363         width and height to correct thumbnail rendering.
12364
12365 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12366
12367         * dvi/mdvi-lib/private.h:
12368         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12369         
12370         Suppess output for kpathsea during font generation. Thanks to
12371         James Bowes
12372
12373 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12374
12375         * NEWS:
12376         * configure.ac:
12377
12378         Release 0.2.1
12379
12380         * Makefile.am: fix distcheck.
12381
12382 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12383
12384         * shell/ev-sidebar-links.c: (selection_changed_callback),
12385         (update_page_callback), (row_activated_callback),
12386         (job_finished_callback), (ev_sidebar_links_set_document):
12387         
12388         Fix for bug #169901. Double click on links expands tree.
12389
12390 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12391
12392         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12393         hard-coded style. Fix for bug 170111
12394
12395 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12396
12397         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12398         locking.
12399
12400 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12401
12402         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12403
12404 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12405
12406         * pdf/ev-poppler.cc:
12407         * shell/ev-view.c: (highlight_find_results):
12408
12409         Fix find on single page documents
12410
12411 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12412
12413         * data/evince.schemas.in: fix for bug 301390
12414
12415 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12416
12417         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12418         (ev_view_zoom_out), (ev_view_zoom_normal):
12419         * shell/ev-view.h:
12420         * shell/ev-window.c: (update_action_sensitivity),
12421         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12422         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12423         (ev_window_cmd_view_normal_size):
12424
12425         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12426         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12427         better than oom. 
12428
12429 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12430
12431         * configure.ac:
12432
12433         Depend on 2.57, 2.59 doesnt seem to be necessary
12434
12435 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12436
12437         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12438         (create_tool_item):
12439
12440         Put back total number of pages as (1 of 1234)
12441
12442 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12443
12444         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12445         remove the job.
12446
12447         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12448         function.  This helps debugging.
12449
12450 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12451
12452         * djvu/djvu-document.c: (djvu_document_class_init),
12453         (djvu_document_get_info), (djvu_document_document_iface_init):
12454         * dvi/dvi-document.c: (dvi_document_class_init),
12455         (dvi_document_get_info), (dvi_document_document_iface_init):
12456
12457         Dummy implementation of get_info method for dvi and
12458         djvu. Fix crashes with those backends
12459
12460 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12461
12462         * data/evince.desktop.in:
12463
12464         Add application/x-gzpostscript
12465
12466 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12467
12468         * data/evince.schemas.in: Added real long descriptions, 
12469         closes bug 172496 
12470
12471         * README: Added actual text, closes bug 171869
12472
12473 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12474
12475         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12476
12477         Thumbnail page 0
12478
12479 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12480
12481         * backend/ev-document-info.h:
12482
12483         s/GDate */GDate so we can just use g_free
12484
12485 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12486
12487         * shell/ev-window.c: (update_document_mode),
12488         (ev_window_setup_document):
12489
12490         Show the window in fullscreen when specified by
12491         the document
12492
12493 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12494
12495         * backend/ev-document.c: (ev_document_class_init),
12496         (ev_document_get_info), (ev_document_render_pixbuf):
12497         * backend/ev-document.h:
12498         * backend/ev-page-cache.c: (_ev_page_cache_new):
12499         * pdf/ev-poppler.cc:
12500         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12501         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12502         * ps/ps-document.c: (ps_document_class_init), (document_load),
12503         (ps_document_get_info), (ps_document_document_iface_init):
12504
12505         Remove get_title from the interface, we can just use document info
12506
12507 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12508
12509         * backend/Makefile.am:
12510         * backend/ev-document.c: (ev_document_render_get_info):
12511         * backend/ev-document.h:
12512         * pdf/ev-poppler.cc:
12513
12514         Initial support for document info. Based on jrb patch.
12515
12516 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12517
12518         * shell/ev-window.c: (ev_window_state_event),
12519         (ev_window_class_init), (ev_window_init):
12520         
12521         Doesn't show resize grip when maximized. See bug #301053
12522
12523 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12524
12525         * po/POTFILES.in:
12526         
12527         ev-sidebar-thumbnails now has translatable labels
12528         
12529         * shell/Makefile.am:
12530         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12531         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12532         (ev_sidebar_links_page_iface_init):
12533         * shell/ev-sidebar-links.h:
12534         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12535         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12536         (ev_sidebar_page_get_label):
12537         * shell/ev-sidebar-page.h:
12538         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12539         (ev_sidebar_thumbnails_set_document),
12540         (ev_sidebar_thumbnails_support_document),
12541         (ev_sidebar_thumbnails_get_label),
12542         (ev_sidebar_thumbnails_page_iface_init):
12543         * shell/ev-sidebar-thumbnails.h:
12544         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12545         (ev_sidebar_set_document):
12546         * shell/ev-sidebar.h:
12547         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12548         
12549         Small rework of sidebar code. Now sidebar pages should implement
12550         EvSidebarPage interface. That makes page management in EvSidebar
12551         easier. See bug #164811 for details
12552
12553 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12554
12555         * shell/ev-application.c: (ev_application_open):
12556         * shell/ev-document-types.c:
12557         
12558         Fix build error and small problem with application exit
12559
12560 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12561
12562         * thumbnailer/Makefile.am:
12563         * thumbnailer/evince-thumbnailer-djvu.schemas:
12564         * thumbnailer/evince-thumbnailer-dvi.schemas:
12565         
12566         Conditionally install schemas for djvu/dvi thumbnailer
12567
12568 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12569
12570         * shell/ev-document-types.h: 
12571         * shell/ev-document-types.c: 
12572         New files, handling the mapping from mimetypes to backends
12573         
12574         * shell/ev-window.c: 
12575         * thumbnailer/evince-thumbnailer.c:     
12576         Use the ev-document-types code
12577         
12578         * shell/Makefile.am: 
12579         Added new convenience library libevbackendfactory_la, containing
12580         the new mimetype->backend logic; moved the backends into it.
12581
12582         * thumbnailer/Makefile.am:
12583         Make the thumbnailer link with the libevbackend.la convenience
12584         library, rather than having a duplicate of the backend logic here.
12585
12586 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12587
12588         * shell/ev-stock-icons.c: constify some vars.
12589         * shell/ev-window.c: ditto.
12590
12591 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12592
12593         * ps/ps-document.c (get_page_orientation):
12594
12595         Respect document orientation 
12596
12597 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12598
12599         * djvu/Makefile.am:
12600         * dvi/Makefile.am:
12601         * shell/Makefile.am:
12602         
12603         Move library dependencies to components.
12604         
12605         * shell/ev-window.c: (update_window_title),
12606         (start_loading_document):
12607         
12608         Fix display of uris with spaces. Bug 168358.
12609
12610 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12611
12612         * shell/ev-sidebar-links.c: (selection_changed_cb):
12613         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12614         (ev_view_button_release_event), (ev_view_set_document):
12615         * shell/ev-view.h:
12616         * shell/ev-window.c: (find_bar_search_changed_cb):
12617         * shell/ev-window.h: Minor cleanups removing some dead code.
12618
12619 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12620
12621         * backend/ev-page-cache.c: (_ev_page_cache_new):
12622         
12623         Set current page to 0 if document has pages.
12624
12625 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12626
12627         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12628
12629         Initialize GError to NULL, fix a crash when loading fails.
12630
12631 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12632
12633         * shell/ev-window.c: (update_view_size):
12634
12635         Calculate shadow size only when there is actually
12636         a shadow.
12637
12638 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12639
12640         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12641         * shell/ev-view.h:
12642
12643         Allow setting view spacing, default to 0
12644
12645         * shell/ev-window.c: (ev_window_unfullscreen),
12646         (ev_window_cmd_view_fullscreen), (ev_window_init):
12647
12648         Remove spacing in fullscreen mode
12649
12650 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12651
12652         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12653         (ev_view_size_request), (expose_bin_window),
12654         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12655         * shell/ev-view.h:
12656         * shell/ev-window.c: (ev_window_unfullscreen),
12657         (ev_window_cmd_view_fullscreen):
12658
12659         Do not draw the border in fulscreen
12660
12661 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12662
12663         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12664         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12665         (find_page_at_location), (page_changed_cb):
12666
12667         Rework border calculation, so that I can more easily disable it.
12668         Code somewhat cleaner too.
12669
12670 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12671
12672         * backend/ev-page-cache.c: (ev_page_cache_init),
12673         (_ev_page_cache_new):
12674
12675         Remove some assertions, documents can have 0 pages.
12676         Make initial current page -1.
12677
12678         * shell/ev-page-action.c: (page_changed_cb):
12679
12680         Show "" if current page is -1
12681
12682         * shell/ev-window.c: (update_action_sensitivity),
12683         (ev_window_setup_document):
12684
12685         When document has 0 pages do not set the view
12686         and make nearly everything insensitive.
12687
12688 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12689
12690         * shell/ev-page-view.c:
12691         * shell/ev-page-view.h:
12692
12693         Remove unused files.
12694         
12695         * shell/ev-sidebar-thumbnails.c:
12696         (ev_sidebar_thumbnails_set_document):
12697         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12698         (ev_sidebar_supports_document):
12699         * shell/ev-sidebar.h:
12700         * shell/ev-window.c: (ev_window_setup_document):
12701         
12702         Doesn't show thumbnails if document has 1 page. Make
12703         sidebar menu entries sensitive only if if they have 
12704         sense. Fix bug 164811. 
12705
12706 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12707
12708         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12709         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12710         (ev_view_zoom_out), (ev_view_set_size):
12711
12712         Rework sizing to deal with documents with not uniform page
12713         size.
12714
12715 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12716
12717         * backend/ev-page-cache.c: (_ev_page_cache_new):
12718
12719         Fix several page size caching bugs
12720
12721 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12722
12723         * shell/ev-window.c: (set_action_properties):
12724
12725         Make all toolbar items translatable
12726
12727 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12728
12729         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12730         (save_page_list), (ps_document_save),
12731         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12732         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12733         (ps_document_ps_exporter_iface_init):
12734         * ps/ps-document.h:
12735
12736         Based on a patch by J�rg Billeter <j@bitron.ch>
12737         
12738         Implement print and save a copy for the ps backend.
12739
12740 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12741
12742         * backend/ev-document.h:
12743         * djvu/djvu-document.c: (djvu_document_can_get_text),
12744         (djvu_document_document_iface_init):
12745         * dvi/dvi-document.c: (dvi_document_can_get_text),
12746         (dvi_document_document_iface_init):
12747         * pdf/ev-poppler.cc:
12748         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12749         (pixbuf_document_document_iface_init):
12750         * ps/ps-document.c: (ps_document_can_get_text),
12751         (ps_document_document_iface_init):
12752         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12753         * shell/ev-window.c: (update_action_sensitivity):
12754
12755         Fix the crash when trying to copy in backends that doesnt
12756         support it. We can implement a better solution once we
12757         do real text selection.
12758
12759 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12760
12761         * data/evince-ui.xml:
12762         * shell/ev-window.c: (ev_window_cmd_escape):
12763         
12764         Work around the Escape conflict (find bar and unfullscreen)
12765
12766 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12767
12768         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12769         
12770         Fix for #300233. Next page correctly handles document end.
12771         
12772         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12773         (ev_sidebar_thumbnails_class_init),
12774         (ev_sidebar_thumbnails_set_document),
12775         (ev_sidebar_thumbnails_clear_job),
12776         (ev_sidebar_thumbnails_clear_model):
12777         
12778         Cleanup thumbnail jobs on document changes.
12779         
12780         * shell/ev-view.c: (add_scroll_binding_keypad),
12781         (add_scroll_binding_shifted), (ev_view_class_init):
12782         
12783         Shift + Space scrolls up. Fix for #173184
12784         
12785         * shell/ev-window.c: (ev_window_open_page),
12786         (ev_window_cmd_view_reload):
12787         
12788         Fix reload (Bug #300094)
12789
12790 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12791
12792         
12793         * dvi/mdvi-lib/assoc.c:
12794         * dvi/mdvi-lib/assoc.h: Removed garbage files
12795         
12796         * dvi/mdvi-lib/bitmap.c:
12797         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12798         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12799         * dvi/mdvi-lib/color.h: Antialias of rules
12800         
12801         * dvi/mdvi-lib/common.h:
12802         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12803         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12804         * dvi/mdvi-lib/files.c:
12805         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12806         * dvi/mdvi-lib/mdvi.h:
12807         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12808         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12809         * dvi/mdvi-lib/util.c: Fix compile warnings
12810         
12811         * dvi/dvi-document.c:
12812         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12813         (dvi_document_thumbnails_get_thumbnail),
12814         (dvi_document_document_thumbnails_iface_init):
12815         * dvi/mdvi-lib/Makefile.am:
12816         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12817         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12818         
12819         Dvi backend now renders thumbnails
12820
12821 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12822
12823         * shell/main.c: (main): 
12824         
12825         Save accelerators on exit. Fixes bug #172095.
12826
12827 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12828
12829         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12830         update priority" comment.
12831
12832         * backend/ev-job-queue.c: Give a way to change priority.
12833
12834 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12835
12836         * shell/ev-page-action.c: Fix logic.
12837
12838 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12839
12840         * shell/ev-view.c: (ev_view_can_find_next):
12841         * shell/ev-window.c: (ev_window_setup_document):
12842
12843         Check that the document supports find
12844
12845 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12846
12847         * data/evince-ui.xml:
12848         * shell/ev-view.c: (ev_view_can_find_next):
12849         * shell/ev-view.h:
12850         * shell/ev-window.c: (update_action_sensitivity),
12851         (find_changed_cb), (ev_window_setup_document),
12852         (ev_window_cmd_edit_find_next):
12853
12854         Add Edit->Find Next
12855
12856 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12857
12858         * pdf/ev-poppler.cc:
12859         * shell/ev-print-job.c: (idle_print_handler):
12860
12861         Make printing work again
12862
12863 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12864
12865         * shell/ev-page-action.h:
12866         * shell/ev-page-action.c: (ev_page_action_widget_init),
12867         (ev_page_action_widget_class_init), (page_changed_cb),
12868         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12869         (get_filter_model_from_model), (match_selected_cb),
12870         (display_completion_text), (match_completion), (update_model),
12871         (connect_proxy), (ev_page_action_set_property),
12872         (ev_page_action_get_property), (ev_page_action_set_document),
12873         (ev_page_action_set_model), (ev_page_action_class_init): Big
12874         reworking to make completions work iff we have >= GTK-2.7.0
12875                 
12876         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12877         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12878         (job_finished_cb): We now have a 'model' property that is set when
12879         the links are loaded.  This can be caught with "notify::model"
12880
12881         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12882         listen for the model to be set, and propagate it to the action.
12883
12884 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12885
12886         * cut-n-paste/recent-files/egg-recent-item.c:
12887         (egg_recent_item_set_uri), (make_valid_utf8),
12888         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12889         * cut-n-paste/recent-files/egg-recent-item.h:
12890         
12891         Update egg-recent from libegg. This should fix long
12892         startup problem. For details see
12893         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12894
12895 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12896
12897         * cut-n-paste/recent-files/Makefile.am:
12898         * data/evince-ui.xml, shell/Makefile.am:
12899         * shell/ev-application.c, shell/ev-application.h:
12900         * shell/ev-window.c: Recent files support.
12901         
12902         * configure.ac: Added "ru" to ALL_LINGUAS.
12903         
12904         * dvju: new backend to support DJVU files.
12905         * dvi: new backend to support DVI.
12906
12907         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12908         * ev-application.c: Support for new backends.
12909         
12910         * help, ev-window.c, main.c shell/Makefile.am: 
12911         Evince user documentation.
12912
12913 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12914
12915         * po/POTFILES.in:
12916         * shell/ev-window.c:
12917         * thumbnailer/evince-thumbnailer.c:
12918
12919         s/pdf-document/ev-poppler
12920
12921 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12922
12923         * NEWS:
12924         * configure.ac:
12925
12926         Release 0.2.0
12927
12928         * ps/ps-document.c: (setup_pixmap):
12929
12930         Remove debug code
12931
12932 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12933
12934         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12935         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12936         (ev_window_cmd_go_first_page): Fix of by one errors.
12937
12938 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12939
12940         * ps/ps-document.c: (get_page_box):
12941
12942         Fix page size calculation
12943
12944 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12945
12946         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12947         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12948         (get_page_orientation), (setup_page), (document_load),
12949         (ps_document_get_page_size), (render_pixbuf_idle):
12950         * ps/ps-document.h:
12951
12952         More refactoring to adapt to EvDocument changes
12953
12954 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12955
12956         * ps/ps-document.c: (start_interpreter):
12957
12958         Actually add alpha args
12959
12960 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12961
12962         * pdf/ev-poppler.cc:
12963
12964         Make clipboard work again
12965
12966 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12967
12968         Make searching work again.
12969         
12970         * backend/ev-document.c:
12971         * backend/ev-document.h:
12972         * backend/ev-document-find.c:
12973         * backend/ev-document-find.h: Change EvDocumentIface so we no
12974         longer store the current page or zoom level in the document.  The
12975         consequence is that all calls that operate on the current page now
12976         instead take the page number as an extra argument, and all
12977         coordinates are now doubles in document coordinate system.
12978
12979         * pdf/ev-poppler.cc:
12980         * pixbuf/pixbuf-document.c:
12981         * ps/ps-document.c: Update backends accordingly.
12982
12983 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12984
12985         * autogen.sh:
12986
12987         Add required gettext version
12988
12989 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12990
12991         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12992         make F1 bring up non-existent help.
12993
12994         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12995         epiphany's find bar, #167477
12996
12997         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12998         <emil@nishra.com> to add space-bar scrolling, 
12999
13000         * shell/ev-window.c (static GtkActionEntry entries): add default
13001         keybinding for Help (F1)
13002         Fixes #171068
13003
13004         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13005         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13006         170110
13007
13008 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13009
13010         * Makefile.am: 
13011         * pixbuf/pixbuf-document.c: 
13012
13013         Got pixbuf backend working again
13014
13015 2005-04-01  Steve Murphy  <murf@e-tools.com>
13016
13017         * configure.in: Added "rw" to ALL_LINGUAS.
13018
13019 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13020
13021         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13022         model types, noticed by Martin Kretzschmar.
13023
13024 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13025
13026         * pdf/ev-poppler.cc: Implement search based on
13027         poppler_page_find_text().  Currently a bit crude since we remember
13028         all matches from all pages.  Also, we grab the big document lock
13029         when we search since searching changes the underlying stream and
13030         thus conflicts with the rendering thread.
13031         
13032         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13033         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13034         (ev_view_find_previous): Fix some page indexes to be 0 based,
13035         offset rubber band by view offset,
13036
13037 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13038
13039         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13040
13041 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13042
13043         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13044         completely because I didn't understand GtkActions.  I should
13045         read Marco's code more carefully in the future.
13046
13047         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13048         function
13049
13050 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13051
13052         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13053         PopplerRectangle change from poppler CVS.
13054
13055 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13056
13057         * backend/ev-document.c: (ev_document_get_page_label):
13058         * backend/ev-document.h:
13059         * backend/ev-page-cache.c: (_ev_page_cache_new),
13060         (ev_page_cache_get_page_label):
13061         * backend/ev-page-cache.h:
13062         * pdf/ev-poppler.cc:
13063         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13064         (links_page_num_func):
13065         * shell/ev-sidebar-thumbnails.c:
13066         (ev_sidebar_thumbnails_set_document):
13067         * shell/ev-view.c: (status_message_from_link),
13068         (ev_view_motion_notify_event):
13069         * shell/ev-window.c: (document_supports_sidebar): Add in page
13070         label support.  It's not perfect yet, but it's the first 'feature'
13071         in a while.
13072         Also, fix a bogus comment noticed by crispin. 
13073
13074 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13075
13076         * Makefile.am: Remove pixbuf backend for now
13077
13078         * configure.ac: Require poppler-glib instead of just poppler.
13079
13080         * backend/ev-document-thumbnails.h: Add a comment
13081
13082         * backend/ev-document.h:
13083         * backend/ev-document.c: (ev_document_class_init),
13084         (ev_document_load), (ev_document_get_link),
13085         (ev_document_get_links): Remove 3 methods and add get_links.
13086         Also, made 0 based.
13087
13088         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13089         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13090
13091         * backend/ev-link.c: (ev_link_set_title),
13092         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13093         (ev_link_mapping_find):
13094         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13095         
13096         * backend/ev-page-cache.c: (ev_page_cache_init),
13097         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13098         (ev_page_cache_get_size), (ev_page_cache_next_page),
13099         (ev_page_cache_prev_page): Fix to be 0 based.
13100
13101         * pdf/Makefile.am: 
13102         * pdf/ev-poppler.h:
13103         * pdf/ev-poppler.cc: New backend.
13104         
13105         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13106         (ps_document_get_page), (ps_document_document_iface_init):
13107
13108         * shell/ev-pixbuf-cache.h:
13109         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13110         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13111         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13112         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13113         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13114         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13115         based.
13116         
13117         * shell/ev-sidebar-thumbnails.c:
13118         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13119         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13120
13121         * shell/ev-view.c: (status_message_from_link),
13122         (find_page_at_location), (get_link_at_location),
13123         (ev_view_motion_notify_event), (ev_view_button_release_event),
13124         (ev_view_init): Use the new link code.  Fix to be 0 based.
13125
13126         * shell/ev-window.c: (update_action_sensitivity),
13127         (document_supports_sidebar): 0 based.
13128
13129 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13130
13131         * pdf/pdf-document.cc: Patch from Fernando Herrera
13132         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13133         *blush*
13134
13135 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13136
13137         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13138         1 to the page, as this seems to be 1 based.  I thought we has this
13139         fixed.  grump.
13140
13141 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13142
13143         * TODO:
13144         * backend/Makefile.am:
13145         * backend/ev-document-links.c:
13146         (ev_document_links_has_document_links),
13147         (ev_document_links_get_links_model):
13148         * backend/ev-document-links.h:
13149         * backend/ev-document.c: (ev_document_get_page_cache),
13150         (ev_document_get_doc_mutex), (ev_document_load),
13151         (ev_document_save), (ev_document_get_title),
13152         (ev_document_get_n_pages), (ev_document_set_page),
13153         (ev_document_get_page), (ev_document_set_target),
13154         (ev_document_set_scale), (ev_document_set_page_offset),
13155         (ev_document_get_page_size), (ev_document_get_text),
13156         (ev_document_get_link), (ev_document_render),
13157         (ev_document_render_pixbuf), (ev_document_scale_changed):
13158         * backend/ev-document.h:
13159         * backend/ev-job-queue.c: (remove_object_from_queue),
13160         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13161         (no_jobs_available_unlocked), (ev_render_thread),
13162         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13163         (ev_job_queue_remove_job):
13164         * backend/ev-job-queue.h:
13165         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13166         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13167         (ev_job_links_class_init), (ev_job_render_init),
13168         (ev_job_render_dispose), (ev_job_render_class_init),
13169         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13170         (ev_job_thumbnail_class_init), (ev_job_finished),
13171         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13172         (ev_job_render_run), (ev_job_thumbnail_new),
13173         (ev_job_thumbnail_run):
13174         * backend/ev-jobs.h:
13175         * backend/ev-link.c:
13176         * backend/ev-link.h:
13177         * backend/ev-page-cache.c: (ev_page_cache_init),
13178         (ev_page_cache_class_init), (ev_page_cache_finalize),
13179         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13180         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13181         (ev_page_cache_set_link), (ev_page_cache_get_title),
13182         (ev_page_cache_get_size), (ev_page_cache_next_page),
13183         (ev_page_cache_prev_page):
13184         * backend/ev-page-cache.h:
13185         * pdf/pdf-document.cc:
13186         * ps/gsdefaults.c:
13187         * ps/gsdefaults.h:
13188         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13189         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13190         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13191         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13192         (is_interpreter_ready), (output), (catchPipe), (input),
13193         (start_interpreter), (check_filecompressed), (compute_dimensions),
13194         (ps_document_enable_interpreter), (document_load),
13195         (ps_document_next_page), (render_page), (ps_document_set_page),
13196         (ps_document_set_scale), (render_pixbuf_idle),
13197         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13198         * ps/ps-document.h:
13199         * shell/Makefile.am:
13200         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13201         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13202         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13203         (ev_pixbuf_cache_new), (job_finished_cb),
13204         (check_job_size_and_unref), (move_one_job),
13205         (ev_pixbuf_cache_update_range), (find_job_cache),
13206         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13207         (ev_pixbuf_cache_add_jobs_if_needed),
13208         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13209         * shell/ev-pixbuf-cache.h:
13210         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13211         (idle_print_handler):
13212         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13213         (selection_changed_cb), (create_loading_model),
13214         (ev_sidebar_links_construct), (links_page_num_func),
13215         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13216         (update_page_callback), (job_finished_cb),
13217         (ev_sidebar_links_set_document):
13218         * shell/ev-sidebar-thumbnails.c:
13219         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13220         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13221         (page_changed_cb), (thumbnail_job_completed_callback),
13222         (ev_sidebar_thumbnails_set_document):
13223         * shell/ev-sidebar-thumbnails.h:
13224         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13225         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13226         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13227         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13228         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13229         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13230         (ev_view_button_release_event), (ev_view_scroll_view),
13231         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13232         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13233         (ev_view_new), (job_finished_cb), (page_changed_cb),
13234         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13235         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13236         (ev_view_find_previous):
13237         * shell/ev-view.h:
13238         * shell/ev-window.c: (update_action_sensitivity),
13239         (ev_window_open_page), (update_window_title), (update_total_pages),
13240         (page_changed_cb), (ev_window_setup_document),
13241         (password_dialog_response), (ev_window_cmd_save_as),
13242         (ev_window_print), (ev_window_cmd_go_previous_page),
13243         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13244         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13245         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13246         * shell/main.c: (main):
13247
13248         Merge evince-threads branch
13249
13250 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13251
13252         * configure.ac: Added "lt" to ALL_LINGUAS.
13253
13254 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13255
13256         * NEWS:
13257         * configure.ac:
13258
13259         Release 0.1.9
13260
13261 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13262
13263         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13264
13265         Fix here also the thumbnails 1-basedness :)
13266
13267 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * NEWS:
13270         * configure.ac:
13271
13272         Release 0.1.8
13273
13274 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13275
13276         * pdf/pdf-document.cc:
13277         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13278         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13279
13280         Fix the mess we did with thumbnails and 1-basedness
13281
13282 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13283
13284         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13285
13286 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * NEWS:
13289         * configure.ac:
13290
13291         Release 0.1.7
13292
13293 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * ps/Makefile.am:
13296         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13297         (gtk_gs_defaults_get_alpha_parameters),
13298         (gtk_gs_defaults_get_ungzip_cmd),
13299         (gtk_gs_defaults_get_unbzip2_cmd):
13300         * ps/gsdefaults.h:
13301         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13302         (ps_document_get_orientation), (document_load),
13303         (ps_document_goto_page), (ps_document_set_page_size):
13304         * ps/ps-document.h:
13305
13306         Some more sanitization of the ps backend. Remove a lot
13307         of unused code and do not base our defaults on ggv
13308         preferences (ugh!)
13309
13310 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13311
13312         * thumbnailer/evince-thumbnailer.schemas:
13313         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13314         (main): add -s option for thumbnail size.
13315
13316 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13317
13318         * configure.ac:
13319
13320         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13321         remove it.
13322
13323 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * pdf/pdf-document.cc:
13326
13327         Remove 4 pixels of useless border from the
13328         thumbnail.
13329
13330 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * backend/ev-document-thumbnails.c:
13333         (ev_document_thumbnails_get_thumbnail):
13334         * backend/ev-document-thumbnails.h:
13335
13336         Rework API a bit. Add a border flag and
13337         change sizing logic (now the size we specify
13338         applies to the bigger dimension).
13339
13340         * pdf/pdf-document.cc:
13341         * pixbuf/pixbuf-document.c:
13342         (pixbuf_document_thumbnails_get_thumbnail):
13343         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13344         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13345
13346         Adapt to the new API and do not draw a border for nautilus
13347         thumbnailer.
13348
13349 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13350
13351         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13352         take thumbnails from page "0" instead of "1". Added a copyright header.
13353
13354 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13355
13356         * ps/ps-document.c: (set_up_page), (start_interpreter):
13357
13358         Make it C89 compliant
13359
13360 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * Makefile.am:
13363         * configure.ac:
13364         * pdf/.cvsignore:
13365         * pdf/pdf-document.cc:
13366         * thumbnailer/Makefile.am:
13367         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13368         (main):
13369         * thumbnailer/evince-thumbnailer.schemas:
13370         * thumbnailer/pdf-icon.png:
13371
13372         Add a nautilus thumbnailer.
13373         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13374
13375 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * NEWS:
13378         * configure.ac:
13379         * po/POTFILES.in:
13380
13381         Release 0.1.6
13382
13383 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13384
13385         Use poppler instead of including xpdf source code.  Poppler is a
13386         fork of xpdf to build it as a shared library. See
13387         http://freedesktop.org/wiki/Software/poppler.
13388
13389         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13390         xpdf fork.
13391         
13392         * pdf/Makefile.am: Build libpdfdocument.a here.
13393         
13394         * pdf/GDKSplashOutputDev.cc:
13395         * pdf/GDKSplashOutputDev.h:
13396         * pdf/GnomeVFSStream.cc:
13397         * pdf/GnomeVFSStream.h:
13398         * pdf-document.cc:
13399         * pdf-document.h:
13400         * test-gdk-output-dev.cc
13401         * Thumb.cc:
13402         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13403         against poppler.
13404
13405 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13408
13409         Clear idle stack before unsetting the document
13410
13411 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * ps/ps-document.c: (ps_document_widget_event),
13414         (ps_document_set_target), (ps_document_finalize),
13415         (ps_document_get_page):
13416
13417         Disconnect the widget event signal on finalize.
13418         Some code cleanups.
13419
13420 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13421
13422         * ps/ps-document.c: (set_up_page):
13423
13424         If there is no bpixmap create one, even if size
13425         is not changed.
13426
13427 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13430         (set_up_page), (document_load), (ps_document_set_zoom):
13431
13432         Default page is 0. Calculate size even when we have no
13433         target yet.
13434
13435 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13436
13437         * shell/ev-sidebar.c: expand the selection widget to be always as
13438         wide as the sidebar
13439
13440 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13441
13442         * shell/ev-sidebar-thumbnails.c:
13443         (ev_sidebar_thumbnails_set_document):
13444
13445         Clear the list store when setting document
13446
13447 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * shell/ev-page-action.c: (update_entry), (sync_entry),
13450         (activate_cb), (entry_size_request_cb), (create_tool_item),
13451         (connect_proxy):
13452
13453         Use an entry for the page control instead of spinbuttons
13454
13455 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * data/evince.schemas.in:
13458
13459         Correct confusing string
13460
13461 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13462
13463         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13464         for real.  Gosh, how long has this been broken.
13465
13466         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13467         check for a NULL link.  We crash otherwise.
13468
13469 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * NEWS:
13472         * configure.ac:
13473
13474         Release 0.1.5
13475
13476 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13477
13478         * configure.ac: add the french translation.
13479
13480 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13481
13482         * shell/ev-window.c:
13483
13484         Remove unused header -> fix distcheck
13485
13486 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * shell/ev-window.c: (update_window_title),
13489         (ev_window_popup_password_dialog):
13490
13491         Unescape filename for display
13492
13493 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * pdf/xpdf/pdf-document.cc:
13496
13497         In get_page_size deal with rotation. Also
13498         cleanup the function a bit.
13499
13500 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * pdf/xpdf/pdf-document.cc:
13503
13504         Fix crash when opening in new window
13505
13506 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * configure.ac:
13509
13510         Check ghostscript >= 7
13511
13512 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13513
13514         * shell/ev-window.c:
13515
13516         Make page width the default sizing mode
13517
13518 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13519         Marco Pesenti Gritti <marco@gnome.org>
13520
13521         * shell/ev-window.c: Remember the sidebar size
13522
13523         * data/evince.schemas.in: Add a new gconf key to store the size of
13524         the sidebar
13525
13526 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13527
13528         * data/evince-ui.xml:
13529         * shell/ev-window.c: (update_action_sensitivity),
13530         (ev_window_cmd_view_reload):
13531         
13532         Add a "Reload" action and menu entry
13533
13534 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13535
13536         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13537         iff the type doesn't support thumbnailing and indexing.
13538
13539 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13540
13541         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13542
13543 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13544
13545         * pdf/splash/Splash.cc:
13546
13547         Port fix for a crasher from kde bug
13548         http://bugs.kde.org/show_bug.cgi?id=97131
13549
13550 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * pdf/xpdf/pdf-document.cc:
13553
13554         Return a link even if it's of an unrecognized
13555         type. Otherwise we go in an infinte cycle.
13556
13557 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13558
13559         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13560         (size_allocate_cb), (ev_window_set_sizing_mode):
13561
13562         Update size when switching mode
13563
13564 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13567         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13568         (ev_window_cmd_view_normal_size):
13569
13570         Fix size toggle buttons behavior
13571
13572 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13575         (doc_rect_to_view_rect), (ev_view_size_allocate),
13576         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13577         (scale_changed_callback):
13578
13579         Do not cache offsets in size_allocate.
13580
13581 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13582
13583         * shell/ev-view.c: (ev_view_size_allocate):
13584
13585         Calculate offsets before calling the parent
13586         class (which does a redraw)
13587
13588 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * pdf/xpdf/pdf-document.cc:
13591
13592         Fix a crasher on exit. Unused code, put a TODO
13593
13594 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13595
13596         * backend/ev-document.c: (ev_document_class_init),
13597         (ev_document_page_changed), (ev_document_scale_changed):
13598         * backend/ev-document.h:
13599
13600         Separate page/scale notifications
13601
13602         * pdf/xpdf/pdf-document.cc:
13603
13604         Emit the new signals.
13605         Do not display the pdf page in _render, do it
13606         when scale/page are requested.
13607
13608         * ps/ps-document.c: (ps_document_set_zoom),
13609         (ps_document_widget_event):
13610         * ps/ps-document.h:
13611
13612         Emit the new signals.
13613
13614         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13615         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13616         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13617         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13618         * shell/ev-view.h:
13619         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13620         (ev_window_cmd_view_page_width), (size_allocate_cb),
13621         (ev_window_set_sizing_mode):
13622
13623         Rework sizing to be pixel based.
13624         There are bugs but should be already way better.
13625
13626 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13627
13628         * shell/ev-window.c: (ev_window_init):
13629
13630         Do not allow to shrink sidebar smaller then
13631         child requisition
13632
13633 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13634
13635         * shell/ev-sidebar.[ch]
13636         * shell/ev-window.c:
13637
13638         Improved sidebar widget. Fixes #166683
13639
13640 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13641
13642         * shell/ev-view.c (update_find_status_message): Give translators
13643         more flexibility with ngettext plural handling.
13644
13645 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13646
13647         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13648         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13649         page when we get the page size.
13650
13651 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13652
13653         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13654
13655         ps pages are 0 based, convert 
13656
13657 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13658
13659         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13660
13661         Initialize correct parent class. Set GError on document load
13662
13663 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * pdf/xpdf/pdf-document.cc:
13666
13667         Fixup selection offset calculation
13668
13669         * shell/ev-view.c: (view_rect_to_doc_rect),
13670         (doc_rect_to_view_rect), (ev_view_size_allocate),
13671         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13672         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13673
13674         Store selection as document relative, so that zooming
13675         and offset changing doesnt break it.
13676
13677 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13678
13679         * shell/ev-view.c: (ev_view_best_fit):
13680
13681         Do not try to best fit if the view is not realized
13682
13683 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13684           
13685         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13686
13687 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13688
13689         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13690
13691 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13692
13693         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13694         the popup window.  That prevents it resizing when in full screen
13695         mode.
13696
13697         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13698         multiple rerenders.  This pretty much sucks.
13699
13700         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13701         rest of the toolbar.
13702
13703 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13704
13705         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13706
13707 2005-02-17  Alexander Shopov  <ash@contact.bg>
13708
13709         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13710
13711 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13712
13713         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13714
13715 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13716
13717         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13718         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13719         (set_document_page), (document_changed_callback),
13720         (ev_view_set_document), (ev_view_find_previous),
13721         (ev_view_hide_cursor), (ev_view_show_cursor):
13722         * shell/ev-view.h:
13723         * shell/ev-window.c: (update_chrome_visibility),
13724         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13725         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13726         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13727         (ev_window_unfullscreen):
13728         * shell/main.c: (main):
13729
13730         Automatically hide the fullscreen button.
13731         Patch by Kristian Høgsberg <krh@redhat.com>
13732
13733 2005-02-16  Vincent Noel  <vnoel@cox.net>
13734
13735         * shell/main.c (main): Specify an icon for the window. Patch by
13736         Jaap A. Haitsma. Fixes #166177.
13737
13738 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13739
13740         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13741
13742 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13743
13744         * backend/ev-document-misc.h:
13745         * backend/ev-document-misc.c:
13746         (ev_document_misc_get_page_border_size),
13747         (ev_document_misc_paint_one_page): New function to canonicalize
13748         sizing/painting a border.
13749
13750         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13751         used.
13752
13753         * pdf/xpdf/pdf-document.cc: use new function
13754
13755         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13756         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13757         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13758         shell/ev-window.c: (update_sizing_buttons),
13759         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13760         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13761         (ev_window_cmd_view_page_width), (size_allocate_cb),
13762         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13763         and "fit width" values act as toggle buttons so they stay
13764         toggled.  It's not 100% perfect, and it's a little slow, but it's
13765         good enough to commit I think.
13766
13767 2005-02-15  David Lodge  <dave@cirt.net>
13768
13769         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13770
13771 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13772
13773         * shell/ev-window.c (update_window_title): replace newlines in
13774         the title by spaces. Bug #166107.
13775
13776 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13777
13778         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13779         parameters providing allocation width and height without
13780         scrollbars and width of a possible vertical scrollbar. With this
13781         additional information the functions can work as
13782         intended. Unfortunately they're not idempotent. We should
13783         transform these commands to toggles. Fixes Bug #164976
13784         Initial patch by Stephane Loeuillet, then heavily modified.
13785
13786         * shell/ev-view.h: update prototypes.
13787
13788         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13789         (ev_window_cmd_view_page_width): provide EvView fit functions with
13790         all the information they need. Formulas to calculate this
13791         information taken from GtkScrolledWindow.
13792
13793 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13794
13795         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13796         created a thumbnail, the list store is updated to know
13797         that the thumbnail is set. Fixes bug #166792
13798
13799 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13800
13801         * shell/ev-window.c: fixed typo, closes bug 166897
13802
13803         * TODO: updated TODO with bug numbers that are relevant
13804
13805 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13806
13807         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13808
13809 2005-02-09  Vincent Noel  <vnoel@cox.net>
13810
13811         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13812         and "Next" toolbar buttons as important to make them stand out.
13813
13814 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13815
13816         * lib/ev-debug.c:
13817         * lib/ev-debug.h:
13818         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13819         (start_interpreter), (stop_interpreter), (document_load),
13820         (ps_document_next_page), (ps_document_goto_page),
13821         (ps_document_set_page_size), (ps_document_widget_event),
13822         (ps_document_render):
13823         * shell/ev-page-view.c: (ev_page_view_dispose):
13824         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13825
13826         Fix compilation on non-gcc platforms
13827
13828 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * NEWS:
13831         * configure.ac:
13832
13833         Release 0.1.4
13834
13835         * pdf/xpdf/Catalog.cc:
13836         * pdf/xpdf/XRef.cc:
13837
13838         Fix the fix for CAN-2004-0888
13839
13840 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13841
13842         * data/Makefile.am:
13843         * data/evince-ui.xml:
13844         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13845         * shell/ev-stock-icons.h:
13846         * shell/ev-window.c: (update_action_sensitivity),
13847         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13848         (set_action_properties):
13849
13850         Improve toolbar layout/icons
13851
13852 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13853
13854         * pdf/xpdf/pdf-document.cc:
13855
13856         Add warnings about unimplemented/unknown link
13857         types.
13858
13859 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13860
13861         * ps/ps-document.c: (set_up_page):
13862
13863         Log gs property
13864
13865 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13866
13867         * ps/ps-document.c: (start_interpreter):
13868
13869         Log gs env var
13870
13871 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13872
13873         * shell/ev-page-view.c: (ev_page_view_dispose):
13874         * shell/ev-view.c: (ev_view_finalize):
13875         * shell/ev-window.c: (ev_window_setup_document),
13876         (ev_window_dispose), (ev_window_init):
13877
13878         Solve more refs issues.
13879
13880         I commented out the page_view initialization for now:
13881         it was never destroyed (because it's never added
13882         to a container). Because of that we was leaking
13883         gs processes. Couldnt think to a clean fix.
13884         We need to figure this out, password view has the
13885         same issue probably.
13886
13887 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13888
13889         * ps/ps-document.c: (ps_document_finalize),
13890         (ps_document_get_n_pages), (ps_document_get_page):
13891
13892         Some cleanups, stop the interpreter on finalize
13893
13894         * shell/ev-page-view.c: (ev_page_view_dispose),
13895         (ev_page_view_class_init):
13896
13897         Release our reference on the document
13898
13899 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13900
13901         * Makefile.am:
13902         * configure.ac:
13903         * doc/debugging.txt:
13904         * lib/.cvsignore:
13905         * lib/Makefile.am:
13906         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13907         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13908         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13909         * lib/ev-debug.h:
13910
13911         Add debugging helpers
13912
13913         * ps/Makefile.am:
13914         * ps/ps-document.c: (set_up_page), (start_interpreter),
13915         (stop_interpreter), (document_load), (ps_document_next_page),
13916         (ps_document_goto_page), (ps_document_set_page_size),
13917         (ps_document_widget_event), (ps_document_render):
13918         * shell/Makefile.am:
13919         * shell/ev-view.c: (expose_bin_window):
13920         * shell/main.c: (main):
13921
13922         Add some logs
13923         
13924 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13925
13926         * ps/ps-document.c: (ps_document_widget_event):
13927
13928         Initialize message_window, this should make ps
13929         rendering really work! (Never noticed because I was
13930         testing with a ps that is causing gs to exit every time!)
13931
13932 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13933
13934         * data/evince.schemas.in: updated simple error in applyto closing tag
13935
13936 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13937
13938         * Makefile.am:
13939         * configure.ac:
13940         * data/.cvsignore:
13941         * data/Makefile.am:
13942         * data/evince-ui.xml:
13943         A data/evince.schemas.in:
13944         * po/POTFILES.in:
13945         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13946         * shell/ev-stock-icons.h:
13947         * shell/ev-window.c: (update_chrome_visibility),
13948         (update_chrome_flag), (ev_window_cmd_edit_find),
13949         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13950         (ev_window_unfullscreen), (ev_window_focus_in_event),
13951         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13952         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13953         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13954         (ev_window_dispose), (ev_window_class_init),
13955         (set_action_properties), (set_chrome_actions), (load_chrome),
13956         (ev_window_init):
13957
13958         Implement fullscreen mode changes from bug #164776.
13959         Also implement persistent chrome toggles.
13960
13961 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13962
13963         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13964
13965 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13966
13967         * NEWS:
13968         * configure.ac:
13969         * shell/ev-view.c:
13970
13971         Add another check for find interface
13972
13973         Release 0.1.3
13974
13975 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13976
13977         * shell/ev-application.c: (ev_application_open):
13978         * shell/ev-window.c: (ev_window_open):
13979
13980         Open gzipped ps documents
13981
13982 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13983
13984         * TODO:
13985         * shell/ev-view.c: (set_document_page):
13986
13987         Clamp page number, dont try to move to
13988         not existant pages.
13989
13990 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13991
13992         * backend/ev-document-find.c: (ev_document_find_changed):
13993         * backend/ev-document-find.h:
13994         * pdf/xpdf/pdf-document.cc:
13995         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13996         * shell/ev-window.c: (find_bar_search_changed_cb):
13997
13998         Fix several bugs with find
13999
14000 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14001
14002         * shell/ev-sidebar-thumbnails.c
14003         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14004         document. Prevents warning from scroll_to_cell.
14005
14006 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14007
14008         * configure.ac: Add «nb» to ALL_LINGUAS too.
14009
14010 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14011
14012         * NOTES: New file with some random thoughts.
14013
14014         * TODO: Update.
14015
14016         * backend/ev-document-misc.c:
14017         (ev_document_misc_get_page_border_size): New function to
14018         canonicalize shadow drawing sizes.  Possibly goofy.
14019
14020         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14021         (ev_view_best_fit), (ev_view_fit_width):
14022         * pdf/xpdf/pdf-document.cc:
14023         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14024         * ps/ps-document.c: (ps_document_get_page_size):
14025         * backend/ev-document-misc.h:
14026         * backend/ev-document.c: (ev_document_get_page_size):
14027         * backend/ev-document.h: get_page_size now takes a page number
14028         parameter.  Made all the backends/frontends honor it.
14029
14030         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14031         see.  Doesn't work yet.
14032
14033         * shell/Makefile.am:
14034         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14035         Doesn't do anything yet.
14036
14037         * shell/ev-sidebar-thumbnails.c:
14038         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14039         [0..n_pages-1]
14040
14041         * shell/ev-window.c: (update_action_sensitivity),
14042         (ev_window_setup_document), (ev_window_set_page_mode),
14043         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14044         view-swapping code a bit so we can have multiple views on a
14045         document.  Add the multi-page view, though it can't be turned on
14046         yet.
14047
14048 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * shell/ev-application.c: (ev_application_open):
14051         * shell/ev-view.c: (expose_bin_window):
14052         * shell/ev-window.c: (ev_window_open):
14053
14054         Support eps and check document supports find
14055         before drawing highlightings in expose.
14056
14057 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14058
14059         * pixbuf/pixbuf-document.c:
14060         (pixbuf_document_thumbnails_get_dimensions),
14061         (pixbuf_document_document_thumbnails_iface_init):
14062
14063         implement get_dimensions
14064
14065 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * NEWS:
14068         * configure.ac:
14069
14070         Release 0.1.2
14071
14072 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * shell/ev-view.c: (set_document_page):
14075
14076         Scroll at the top of the page when changing page
14077
14078 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * shell/ev-view.c: (ev_view_motion_notify_event):
14081
14082         Do not redraw unnecessarily
14083
14084 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14085
14086         * pdf/xpdf/pdf-document.cc:
14087         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14088         (expose_bin_window), (find_changed_cb):
14089
14090         Yay! find works now... Now to find bugs...
14091
14092 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * backend/ev-document-find.c: (ev_document_find_base_init),
14095         (ev_document_find_changed):
14096         * backend/ev-document-find.h:
14097         * pdf/xpdf/pdf-document.cc:
14098         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14099         (expose_bin_window), (ev_view_init), (set_document_page),
14100         (ensure_rectangle_is_visible), (jump_to_find_result),
14101         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14102         (ev_view_find_next), (ev_view_find_previous):
14103         * shell/ev-view.h:
14104         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14105
14106         More work on find implementation, mostly there now
14107
14108 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14109
14110         * backend/ev-backend-marshalers.list:
14111         * backend/ev-document-find.c: (ev_document_find_base_init),
14112         (ev_document_find_cancel), (ev_document_find_page_has_results),
14113         (ev_document_find_get_n_results), (ev_document_find_get_result),
14114         (ev_document_find_get_progress), (ev_document_find_changed):
14115         * backend/ev-document-find.h:
14116
14117         Enanche the find interface to be really able to do
14118         multi page find.
14119
14120         * pdf/xpdf/pdf-document.cc:
14121
14122         Implement
14123
14124         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14125         (expose_bin_window), (ev_view_init),
14126         (ev_view_get_find_status_message), (find_changed_cb),
14127         (ev_view_set_document), (set_document_page):
14128
14129         Adapt to the new interface. A few things are regressed sorry,
14130         I will finish it soon.
14131
14132 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14133
14134         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14135         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14136         ev_sidebar_thumbnails_parent_class variable, don't define another
14137         parent_class variable.
14138
14139         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14140         (ev_page_action_class_init): ditto.
14141
14142         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14143         (pixbuf_document_class_init): ditto.
14144
14145         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14146         ditto.
14147
14148         * .cvsignore: ignore various valgrind output files.
14149
14150 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14151
14152         * data/evince-ui.xml:
14153         * shell/Makefile.am:
14154         * shell/ev-history.c:
14155         * shell/ev-history.h:
14156         * shell/ev-navigation-action.c:
14157         * shell/ev-navigation-action.h:
14158         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14159         (ev_view_set_page), (ev_view_fit_width):
14160         * shell/ev-view.h:
14161         * shell/ev-window.c: (update_action_sensitivity),
14162         (ev_window_setup_document), (register_custom_actions):
14163
14164         Kill session history
14165
14166 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14167
14168         * shell/ev-window.c: (update_action_sensitivity):
14169
14170         Fix inverted up/down buttons
14171
14172 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14173
14174         * shell/ev-sidebar-thumbnails.c
14175         (ev_sidebar_thumbnails_select_page): make sure the selected
14176         thumbnail stays visible.
14177
14178 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14179
14180         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14181         scrolled window for Federico.
14182
14183 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14184
14185         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14186
14187 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14188
14189         * configure.ac:
14190         * pdf/splash/SplashFTFontEngine.cc:
14191
14192         Fix CID fonts with freetype 2.1.9
14193
14194 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14195
14196         * TODO: added item for desktop icon thumbnailer
14197
14198 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14199
14200         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14201         unloaded docs when the title is accessed.
14202
14203         * shell/ev-password-view.[hc]: New widget for displaying password
14204         state.
14205
14206         * shell/ev-window.[ch]: Refactor password handling code to handle
14207         the new view.
14208
14209 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14210
14211         * NEWS:
14212         * configure.ac:
14213         * data/Makefile.am:
14214
14215         Release 0.1.1
14216
14217 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14218
14219         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14220         ignore page offset here, to make search results independent of it,
14221
14222         * shell/ev-view.c (expose_bin_window): but take offsets into
14223         account here. Bug #164932
14224
14225         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14226         scale at the right time. Bug #164996
14227
14228 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14229
14230         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14231         fix the problem. Now I just removed the Adobe font names and hope
14232         that the URW fonts are always in outline format. Bug #164934
14233
14234         * shell/ev-window.c (update_window_title): empty titles are
14235         useless, use filename in that case too.
14236
14237         * NEWS: Add some content.
14238
14239 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14240
14241         * TODO: added one more TODO item and a TODONE section :)
14242
14243 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14244
14245         * ps/ps-document.h: add page_[xy]_offset fields.
14246
14247         * ps/ps-document.c (ps_document_set_page_offset)
14248         (ps_document_render): Keep offset in consideration in a few
14249         places. Bug #164752 "postscript documents are not centered in
14250         window"
14251
14252         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14253         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14254
14255         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14256         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14257         stub out missing methods for complete EvDocument implementation.
14258         Fixes segfaults with Save A Copy and Copy actions.
14259
14260         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14261         (ps_document_document_iface_init): ditto.
14262         
14263 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14264
14265         * data/.cvsignore:
14266         * data/Makefile.am:
14267         * data/evince.desktop.in:
14268
14269         Add desktop file
14270
14271 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14272
14273         * shell/ev-view.c: (ev_view_button_press_event),
14274         (ev_view_motion_notify_event):
14275
14276         Make selection work in any direction
14277
14278 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14279
14280         * TODO:
14281         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14282
14283         Use shorter labels for some of the toolbars items
14284
14285 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14286
14287         * pdf/xpdf/pdf-document.cc:
14288
14289         Check the links info is initialized before
14290         using it. Should fix a crash on startup.
14291
14292 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14293
14294         * pixbuf/pixbuf-document.c
14295         (pixbuf_document_thumbnails_get_dimensions): force floating point
14296         division to calculate page_ratio. Fixes crash with landscape
14297         format pixbufs.
14298
14299 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14300
14301         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14302
14303 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14304
14305         * shell/ev-view.c (set_document_page): unset has_selection when
14306         the page changes.
14307         (set_document_page): handle paper size changes when the page
14308         changes (test with Free Culture, page 2).
14309
14310 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14311
14312         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14313         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14314
14315         Use normal style color for the widget background and
14316         draw a black box around the page.
14317
14318 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * pdf/xpdf/pdf-document.cc:
14321
14322         Keep offset in consideration in a few places
14323
14324         * shell/ev-view.c: (expose_bin_window):
14325
14326         Set the offsets so that the document is ever centered
14327
14328 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14329
14330         * TODO: Added TODO items and finished off the first todo item
14331
14332         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14333         reflect current authors
14334
14335 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14336
14337         * pdf/xpdf/pdf-document.cc:
14338         * shell/ev-view.c: (ev_view_set_cursor),
14339         (ev_view_motion_notify_event), (document_changed_callback),
14340         (set_document_page):
14341
14342         Show a wait cursor while the page is rendering
14343
14344 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14345
14346         * shell/ev-sidebar-thumbnails.c:
14347         (ev_sidebar_tree_selection_changed),
14348         (ev_sidebar_thumbnails_select_page):
14349         * shell/ev-sidebar-thumbnails.h:
14350         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14351         (ev_view_can_go_forward):
14352         * shell/ev-window.c: (ev_window_open_page),
14353         (ev_window_setup_document), (update_current_page),
14354         (view_page_changed_cb), (ev_window_init):
14355         * shell/ev-window.h:
14356
14357         Ensure thumbnails selection, toolbar page control and
14358         current page are in sync.
14359
14360 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14361
14362         * pdf/xpdf/XRef.cc:
14363
14364         Fix CAN-2005-0064
14365
14366 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14367
14368         * backend/Makefile.am:
14369         * backend/ev-document-links.h:
14370         * backend/ev-document-security.c: (ev_document_security_get_type),
14371         (ev_document_security_has_document_security),
14372         (ev_document_security_set_password):
14373         * backend/ev-document-security.h:
14374         * backend/ev-document.c: (ev_document_error_quark):
14375         * backend/ev-document.h:
14376         * data/Makefile.am:
14377         * data/evince-password.glade:
14378         * pdf/xpdf/pdf-document.cc:
14379         * shell/Makefile.am:
14380         * shell/ev-password.c: (ev_password_set_bad_password_label),
14381         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14382         (ev_password_dialog_get_password),
14383         (ev_password_dialog_set_bad_pass):
14384         * shell/ev-password.h:
14385         * shell/ev-window.c: (ev_window_get_attribute),
14386         (ev_window_set_property), (update_action_sensitivity),
14387         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14388         (ev_window_setup_document), (ev_window_get_password),
14389         (ev_window_open), (ev_window_cmd_save_as),
14390         (using_postscript_printer), (ev_window_print),
14391         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14392         (update_fullscreen_popup), (ev_window_fullscreen),
14393         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14394         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14395         (menu_item_select_cb), (find_bar_search_changed_cb),
14396         (ev_window_dispose), (ev_window_init):
14397
14398         Add initial support for password-supported dialogs.  This could be
14399         a lot cooler, but it'll do for now.
14400
14401 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14402
14403         * pdf/xpdf/pdf-document.cc:
14404         * shell/ev-view.c: (status_message_from_link),
14405         (ev_view_set_status), (ev_view_set_cursor),
14406         (ev_view_motion_notify_event), (ev_view_init):
14407         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14408
14409         Fix bugs in the links implementation and change cursor
14410         when hovering a link.
14411
14412 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14413
14414         * viewer/.cvsignore: added cvsignore file for viewer directory
14415
14416         * TODO: created TODO document
14417
14418 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14419
14420         * shell/ev-view.h:
14421         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14422         new functions to help with implementation of sensitivity code
14423         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14424         of all actions that might require it.  Fixes a crash when you
14425         click on the Zoom actions in a window lacking a document.
14426
14427 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14428
14429         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14430         of the Find action
14431
14432 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14433
14434         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14435         (pixbuf_document_document_iface_init):
14436         * ps/ps-document.c: (ps_document_get_link),
14437         (ps_document_document_iface_init):
14438         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14439         (status_message_from_link), (ev_view_set_status),
14440         (ev_view_set_find_status), (ev_view_motion_notify_event),
14441         (ev_view_button_release_event), (ev_view_set_property),
14442         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14443         (ev_view_get_find_status_message), (update_find_results),
14444         (ev_view_get_status), (ev_view_get_find_status):
14445         * shell/ev-view.h:
14446         * shell/ev-window.c: (view_status_changed_cb),
14447         (view_find_status_changed_cb), (ev_window_init):
14448
14449         View status message support, use it to show the links.
14450         Needs work...
14451
14452 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14453
14454         * backend/ev-document.c: (ev_document_get_link):
14455         * backend/ev-document.h:
14456         * pdf/xpdf/pdf-document.cc:
14457         * shell/ev-application.c: (ev_application_open):
14458         * shell/ev-application.h:
14459         * shell/ev-sidebar-links.c: (selection_changed_cb):
14460         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14461         (ev_view_go_to_link):
14462
14463         Add support for document links
14464
14465 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14466
14467         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14468         (create_tool_item):
14469         Set the spin button limits correctly.
14470         
14471         * shell/ev-sidebar-thumbnails.c:
14472         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14473         Support changing pages by clicking on the thumbnails.
14474         
14475 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14476
14477         * pixbuf/pixbuf-document.c:
14478         (pixbuf_document_thumbnails_get_dimensions),
14479         (pixbuf_document_document_thumbnails_iface_init):
14480
14481         implement get_dimensions
14482
14483 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14484
14485         * ps/ps-document.c: (ps_document_goto_page):
14486
14487         Fix page switching on multipage documents
14488
14489 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14490
14491         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14492         
14493         check for NULL before assigning to width and height parameters
14494
14495 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14496
14497         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14498         (pixbuf_document_set_property), (pixbuf_document_get_property):
14499
14500         implement get/set properties
14501
14502 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14503
14504         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14505         
14506         return NULL instead of "Unknown", letting the title get set to
14507         the filename when the pdf has no title.
14508
14509 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14510
14511         * ps/ps-document.c: (ps_document_get_page_count),
14512         (ps_document_goto_page):
14513
14514 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14515
14516         * shell/ev-history.c: (ev_history_get_property),
14517         (ev_history_set_property), (ev_history_class_init),
14518         (ev_history_add_page), (ev_history_set_current_index):
14519         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14520         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14521         (ev_navigation_action_finalize):
14522         * shell/ev-navigation-action.h:
14523         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14524         (ev_view_go_forward), (ev_view_get_find_status_message),
14525         (history_index_changed_cb), (ev_view_set_history):
14526         * shell/ev-view.h:
14527         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14528         (update_current_page), (register_custom_actions):
14529
14530         Implement history dropdowns
14531
14532 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14533
14534         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14535         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14536         (ev_view_go_forward):
14537         * shell/ev-window.c: (register_custom_actions):
14538
14539         Fix several history bugs
14540
14541 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14542
14543         * configure.ac: Add «nb» to ALL_LINGUAS.
14544
14545 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14546
14547         * backend/Makefile.am:
14548         * backend/ev-bookmark.c:
14549         * backend/ev-bookmark.h:
14550         * backend/ev-document-bookmarks.c:
14551         * backend/ev-document-bookmarks.h:
14552         * backend/ev-document-links.c: (ev_document_links_get_type),
14553         (ev_document_links_has_document_links),
14554         (ev_document_links_begin_read), (ev_document_links_get_link),
14555         (ev_document_links_get_child), (ev_document_links_next),
14556         (ev_document_links_free_iter):
14557         * backend/ev-document-links.h:
14558         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14559         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14560         (ev_link_get_link_type), (ev_link_set_link_type),
14561         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14562         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14563         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14564         (ev_link_new_external):
14565         * backend/ev-link.h:
14566         * pdf/xpdf/pdf-document.cc:
14567         * shell/Makefile.am:
14568         * shell/ev-application.c: (ev_application_open_link):
14569         * shell/ev-application.h:
14570         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14571         (ev_history_get_link_nth):
14572         * shell/ev-history.h:
14573         * shell/ev-sidebar-bookmarks.c:
14574         * shell/ev-sidebar-bookmarks.h:
14575         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14576         (ev_sidebar_links_class_init), (selection_changed_cb),
14577         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14578         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14579         (do_one_iteration), (populate_links_idle),
14580         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14581         * shell/ev-sidebar-links.h:
14582         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14583         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14584         (go_to_index):
14585         * shell/ev-view.h:
14586         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14587         * shell/ev-window.h:
14588
14589         Rename bookmark to link, and use "Index" for the sidebar panel.
14590
14591 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14592
14593         * shell/Makefile.am:
14594         * shell/ev-application.c: (ev_application_open_bookmark):
14595         * shell/ev-application.h:
14596         * shell/ev-history.c: (ev_history_init), (free_links_list),
14597         (ev_history_finalize), (ev_history_class_init),
14598         (ev_history_add_link), (ev_history_add_page),
14599         (ev_history_get_link_nth), (ev_history_get_n_links),
14600         (ev_history_get_current_index), (ev_history_set_current_index),
14601         (ev_history_new):
14602         * shell/ev-history.h:
14603         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14604         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14605         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14606         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14607         (ev_view_set_page):
14608         * shell/ev-view.h:
14609         * shell/ev-window.c: (ev_window_open_bookmark),
14610         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14611         (goto_page_cb), (register_custom_actions):
14612         * shell/ev-window.h:
14613
14614         Initial history implementation. Needs work.
14615
14616 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14617
14618         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14619
14620 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14621
14622         * cut-n-paste/recent-files/egg-recent-item.c:
14623         * cut-n-paste/recent-files/egg-recent-item.h:
14624         * cut-n-paste/recent-files/egg-recent-model.c:
14625         * cut-n-paste/recent-files/egg-recent-util.c:
14626         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14627         * cut-n-paste/recent-files/egg-recent-view.c:
14628
14629         Update
14630
14631 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14632
14633         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14634         (fillGlyph, fillImageMask, drawImage):
14635         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14636         pdf/splash/SplashTypes.h:
14637         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14638         packed mode for Splash.
14639
14640         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14641         RGB8 packed mode, eliminates the pixbuf data creation loop.
14642
14643         * shell/ev-print-job.c (ev_print_job_finalize)
14644         (ev_print_job_set_property, ev_print_job_get_property)
14645         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14646         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14647         (print_closure_finalize, ev_print_job_print): implement
14648         printing (for backends with EvPsExporter)
14649
14650         * shell/ev_print_job.h: update prototypes.
14651
14652         * shell/ev-window.c (ev_window_print): unref print job after
14653         printing.
14654
14655         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14656         unless the document implements the EvDocumentFind interface.
14657
14658 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14659
14660         * configure.ac: Added ja to ALL_LINGUAS.
14661
14662 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14663
14664         * pdf/xpdf/pdf-document.cc:
14665
14666         add a FIXME. We should probably not allocate
14667         a bookmark object every time
14668
14669 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14670
14671         * shell/ev-application.c: (ev_application_open),
14672         (ev_application_open_bookmark):
14673         * shell/ev-application.h:
14674         
14675         Add a way to open bookmarks
14676
14677         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14678         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14679         (ev_bookmark_set_property), (ev_bookmark_class_init),
14680         (ev_bookmark_new_title), (ev_bookmark_new_link),
14681         (ev_bookmark_new_external):
14682
14683         Support for external uris, better constructors.
14684
14685         * backend/ev-bookmark.h:
14686         * pdf/xpdf/pdf-document.cc:
14687         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14688
14689         Handle external uris
14690
14691 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14692
14693         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14694         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14695
14696         Hook up bookmarks navigation
14697
14698 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14699
14700         * backend/Makefile.am:
14701         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14702         (ev_bookmark_get_title), (ev_bookmark_set_title),
14703         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14704         (ev_bookmark_get_page), (ev_bookmark_set_page),
14705         (ev_bookmark_get_property), (ev_bookmark_set_property),
14706         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14707         (ev_bookmark_new):
14708         * backend/ev-bookmark.h:
14709         * backend/ev-document-bookmarks.c:
14710         (ev_document_bookmarks_get_bookmark):
14711         * backend/ev-document-bookmarks.h:
14712         * pdf/xpdf/pdf-document.cc:
14713         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14714
14715         Add a bookmark object to the backend and use it instead of get_values
14716
14717 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * data/evince-ui.xml:
14720
14721         Cleanup and add select all.
14722
14723         * shell/ev-view.c: (ev_view_select_all),
14724         (ev_view_button_press_event):
14725         * shell/ev-view.h:
14726         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14727
14728         Add select all.
14729         Clear selection on click.
14730
14731 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14732
14733         * shell/ev-sidebar-thumbnails.c
14734         (ev_sidebar_thumbnails_set_document): forgot to unref the
14735         loading_icon.
14736
14737 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14738
14739         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14740         at the visible page, not just linearly.  This makes it look fast.
14741
14742 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14743
14744         * backend/ev-document-misc.c
14745         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14746         white.
14747         * backend/ev-document-thumbnails.h: New interface to get the size
14748         of a page.
14749
14750 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14751
14752         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14753         make dist works
14754
14755 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14756
14757         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14758         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14759         things up a bit.
14760
14761         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14762
14763 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14764
14765         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14766         fonts. Should fix font problems on systems that have the base
14767         fonts in bitmap format. Reported by James Henstridge
14768         <james@jamesh.id.au>.
14769
14770 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14771
14772         * pdf/xpdf/Gfx.cc:
14773         * pdf/xpdf/GfxState.cc:
14774
14775         Fix for CAN-2004-1125
14776
14777 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14778
14779         * shell/ev-view.c: (ev_view_copy):
14780         * shell/ev-view.h:
14781         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14782
14783         Implement Edit->Copy
14784
14785 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14786
14787         * backend/ev-document.c: (ev_document_get_text):
14788         * backend/ev-document.h:
14789         * pdf/xpdf/pdf-document.cc:
14790         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14791         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14792         (ev_view_update_primary_selection), (ev_view_button_press_event),
14793         (ev_view_motion_notify_event), (ev_view_button_release_event):
14794
14795         Beginnings of clipboard support. Incomplete but primary sort
14796         of work.
14797
14798 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14799
14800         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14801         (expose_bin_window):
14802
14803         Nicer rubberband drawing, from GtkIconView.
14804
14805 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14806
14807         * backend/ev-document.c: (ev_document_save):
14808         * backend/ev-document.h:
14809         * data/evince-ui.xml:
14810         * pdf/xpdf/pdf-document.cc:
14811         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14812
14813         Implement "Save a copy..." menu item
14814
14815 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14816
14817         * shell/ev-view.c: (ev_view_zoom):
14818
14819         Queue a resize when zoom changes
14820
14821 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14822
14823         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14824         shadows.
14825
14826         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14827         thumbnails..
14828
14829 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14830
14831         * pdf/xpdf/pdf-document.cc
14832         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14833
14834 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14835
14836         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14837         It's slow, but I'll speed it up next!
14838
14839 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14840
14841         * shell/main.c (load_files):
14842
14843         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14844         from the command line and because it seems more appropriate.
14845
14846 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14847
14848         * data/evince-ui.xml:
14849         * shell/ev-window.c: (update_action_sensitivity),
14850         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14851
14852         s/next page/page down
14853         s/previous page/page up
14854
14855 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14856
14857         * data/evince-ui.xml:
14858
14859         Change the layout to match clarkbw design.
14860
14861         * shell/Makefile.am:
14862         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14863         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14864         (ev_navigation_action_finalize),
14865         (ev_navigation_action_set_property),
14866         (ev_navigation_action_get_property),
14867         (ev_navigation_action_class_init):
14868         * shell/ev-navigation-action.h:
14869
14870         Implement clarkbw toolbar navigation controls (incomplete)
14871
14872         * shell/ev-page-action.c: (update_label), (update_spin),
14873         (value_changed_cb), (create_tool_item), (connect_proxy),
14874         (ev_page_action_init), (ev_page_action_finalize),
14875         (ev_page_action_set_property), (ev_page_action_get_property),
14876         (ev_page_action_set_current_page),
14877         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14878         * shell/ev-page-action.h:
14879
14880         Implement a page switcher in the toolbar
14881
14882         * shell/ev-view.c: (ev_view_scroll_view):
14883         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14884         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14885         (register_custom_actions), (ev_window_init):
14886
14887         Change page on PageUp/Down.
14888
14889 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14890
14891         * pdf/xpdf/pdf-document.cc
14892         (pdf_document_thumbnails_get_thumbnail): initial stab at
14893         implementing thumbnail support for pdfs.  It only does documents
14894         with precached pdfs now.
14895
14896 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14897
14898         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14899         thumbnail code into a time-based idle as well.  Also, turn off the
14900         shadow temporarily as it's really slow.
14901
14902 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14903
14904         * backend/ev-document.c: (ev_document_class_init):
14905         * pdf/xpdf/pdf-document.cc:
14906         * shell/ev-window.c: (ev_window_open):
14907
14908         Fix document title bugs and fallback to
14909         filename when not available.
14910
14911 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14912
14913         * backend/ev-document.c: (ev_document_get_type),
14914         (ev_document_class_init), (ev_document_load),
14915         (ev_document_get_title):
14916         * backend/ev-document.h:
14917         * pdf/xpdf/pdf-document.cc:
14918         * ps/ps-document.c: (ps_document_set_property),
14919         (ps_document_get_property), (ps_document_class_init),
14920         (document_load):
14921         * ps/ps-document.h:
14922         * ps/ps.h:
14923         * shell/ev-window.c: (update_window_title), (ev_window_open),
14924         (ev_window_init):
14925
14926         Initial support for document title. Not working yet.
14927
14928 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14929
14930         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14931
14932         Grab focus on the view when clicking it
14933
14934 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14935
14936         * shell/ev-marshal.list:
14937         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14938         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14939
14940         Add key bindings to the view. Now if the focus would work
14941         right...
14942
14943 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14944
14945         * Makefile.am:
14946         * backend/Makefile.am:
14947         * data/Makefile.am:
14948         * dvi/Makefile.am:
14949         * dvi/dvilib/Makefile.am:
14950         * pdf/xpdf/Makefile.am:
14951         * po/POTFILES.in:
14952         * ps/Makefile.am:
14953
14954         Fix distcheck
14955
14956 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14957
14958         * shell/ev-view.c: (ev_view_realize):
14959
14960         Fix mouse wheel scrolling
14961
14962 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14963
14964         * ps/Makefile.am:
14965         * ps/gstypes.h:
14966         * ps/gtkgs.c:
14967         * ps/gtkgs.h:
14968         * ps/ps-document.c: (catchPipe), (ps_document_init),
14969         (ps_document_class_init), (ps_document_cleanup),
14970         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14971         (set_up_page), (close_pipe), (is_interpreter_ready),
14972         (interpreter_failed), (output), (input), (start_interpreter),
14973         (stop_interpreter), (file_length), (file_readable),
14974         (check_filecompressed), (check_pdf), (compute_xdpi),
14975         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14976         (ps_document_get_type), (ps_document_emit_error_msg),
14977         (document_load), (ps_document_next_page),
14978         (ps_document_get_current_page), (ps_document_get_page_count),
14979         (ps_document_goto_page), (ps_document_set_page_size),
14980         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14981         (ps_document_load), (ps_document_get_n_pages),
14982         (ps_document_set_page), (ps_document_get_page),
14983         (ps_document_widget_event), (ps_document_set_target),
14984         (ps_document_set_scale), (ps_document_set_page_offset),
14985         (ps_document_get_page_size), (ps_document_render),
14986         (ps_document_document_iface_init):
14987         * ps/ps-document.h:
14988         * ps/ps.c:
14989         * shell/ev-window.c: (ev_window_open):
14990
14991         Rename GtkGS to PSDocument
14992
14993 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14994
14995         * ps/gtkgs.c: (gtk_gs_class_init):
14996         * ps/gtkgs.h:
14997
14998         Some more leftover...
14999
15000 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15001
15002         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15003         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15004         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15005         * ps/gtkgs.h:
15006
15007         Remove unused code and make a lot of stuff private
15008
15009 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15010
15011         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15012         (gtk_gs_defaults_changed):
15013         * ps/gsdefaults.h:
15014         * ps/gtkgs.c:
15015         * ps/gtkgs.h:
15016         * ps/ps.h:
15017
15018         Cleanup headers dependencies
15019
15020 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15021
15022         * ps/Makefile.am:
15023         * ps/ggvutils.c:
15024         * ps/ggvutils.h:
15025         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15026         * ps/gsdefaults.h:
15027         * ps/gtkgs.c: (file_length), (file_readable),
15028         (check_filecompressed), (check_pdf), (gtk_gs_load),
15029         (gtk_gs_get_postscript):
15030
15031         Get rid of ggvutils
15032
15033 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15034
15035         * ps/ggvutils.c:
15036         * ps/ggvutils.h:
15037         * ps/gsio.h:
15038         * ps/gtkgs.c: (gtk_gs_set_zoom):
15039
15040         Cleanups
15041
15042 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15043
15044         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15045
15046         Ensure the page is rerendered when changing zoom
15047
15048 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15049
15050         * backend/ev-document.c: (ev_document_base_init),
15051         (ev_document_changed):
15052         * backend/ev-document.h:
15053
15054         Add a changed event that is emitted when the page content
15055         changes. This is necessary to deal with the fact that
15056         in ps backend rendering happen asycrounously.
15057         This makes the ps backend mostly work.
15058
15059         * pdf/xpdf/pdf-document.cc:
15060
15061         Emit changed event
15062
15063         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15064         (ps_document_set_target):
15065
15066         Emit changed event
15067
15068         * shell/ev-view.c: (document_changed_callback),
15069         (ev_view_set_document), (ev_view_set_page):
15070
15071         Redraw on the changed signal
15072
15073 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15074
15075         * configure.ac: Added pt_BR to ALL_LINGUAS.
15076
15077 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15078
15079         * backend/ev-document-bookmarks.c:
15080         (ev_document_bookmarks_get_child): *
15081         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15082         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15083         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15084         (ev_sidebar_bookmarks_destroy),
15085         (ev_sidebar_bookmarks_class_init),
15086         (ev_sidebar_bookmarks_construct), (stack_data_free),
15087         (do_one_iteration), (populate_bookmarks_idle),
15088         (ev_sidebar_bookmarks_clear_document),
15089         (ev_sidebar_bookmarks_set_document): *
15090         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15091         (ev_sidebar_add_page),
15092         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15093         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15094         it displays both the topics and the page numbers.
15095
15096 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15097
15098         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15099         toggle.
15100         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15101         visible.
15102
15103 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15104
15105         * configure.ac: Added en_CA to ALL_LINGUAS.
15106
15107 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15108
15109         * ChangeLog: replace bottom of this ChangeLog (merged history of
15110         ggv and gpdf; where all paths were wrong and most of the files are
15111         not even in this tree) with ChangeLog (from arch) of the shell
15112         code.
15113
15114 2004-12-23  Havoc Pennington  <hp@redhat.com>
15115
15116         * shell/ev-window.c: hook up potentially-questionable "find
15117         results status text" feature - something involving the sidebar or
15118         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15119         might be better in the end.
15120
15121         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15122         with corresponding signal when it should be updated
15123
15124         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15125
15126 2004-12-22  Havoc Pennington  <hp@redhat.com>
15127
15128         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15129         find stuff on other pages, sort of (only returns one result on
15130         invisible pages, to show they have results; updates full results
15131         for a page when you view it). Currently repaints the current page
15132         every time a new result is found on any page, which isn't so nice.
15133
15134 2004-12-22  Havoc Pennington  <hp@redhat.com>
15135
15136         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15137         the document doesn't support find (better ideas?)
15138         (find_bar_search_changed_cb): handle missing document or document
15139         that doesn't support find
15140
15141         * pdf/xpdf/pdf-document.cc: port to implement the new
15142         EvDocumentFindIface
15143
15144         * backend/ev-document-find.c: create a new interface for searching
15145
15146         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15147
15148 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15149
15150         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15151         libevbackend.la.
15152
15153         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15154         EvPrintJob constructor arguments.
15155
15156         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15157         for documents that can export PostScript (page by page).
15158
15159         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15160         
15161         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15162         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15163         (pdf_document_ps_exporter_iface_init:
15164         Implement EvPSExporter.
15165
15166         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15167
15168 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15169
15170         * backend/Makefile.am:
15171         * backend/ev-document-thumbnails.c:
15172         (ev_document_thumbnails_get_type),
15173         (ev_document_thumbnails_get_thumbnail):
15174         * backend/ev-document-thumbnails.h:
15175         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15176         (pixbuf_document_thumbnails_get_thumbnail),
15177         (pixbuf_document_document_thumbnails_iface_init):
15178         * shell/Makefile.am:
15179         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15180         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15181         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15182         * shell/ev-sidebar-thumbnails.h:
15183         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15184         (ev_sidebar_set_document):
15185         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15186         (create_shadow), (ev_pixbuf_add_shadow):
15187         * shell/ev-utils.h:
15188         Add thumbnail support.
15189         
15190 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15191
15192         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15193         (using_postscript_printer): Set up a print dialog for "PostScript
15194         injection" method.
15195
15196         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15197         EvPrintJob.
15198
15199         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15200
15201 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15202
15203         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15204         (ps_document_set_target), (ps_document_get_page_size),
15205         (ps_document_render):
15206         * ps/gtkgs.h:
15207
15208         Fix a few bugs
15209
15210 2004-12-22  Christian Rose  <menthos@menthos.com>
15211
15212         * configure.ac: Added "sv" to ALL_LINGUAS.
15213
15214 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15215
15216         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15217         document supports bookmarks.
15218
15219 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15220
15221         * ps/ggvutils.c: (ggv_file_readable):
15222         * ps/ggvutils.h:
15223         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15224         (gtk_gs_get_postscript):
15225
15226         Remove unused utils
15227
15228 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15229
15230         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15231         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15232         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15233         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15234         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15235         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15236         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15237         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15238         (gtk_gs_set_antialiasing), (ps_document_load),
15239         (ps_document_render):
15240         * ps/gtkgs.h:
15241
15242         Another check point for the ps backend. Now I can get it to show
15243         pages!
15244
15245 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15246
15247         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15248         document setting code.
15249
15250 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15251
15252         * shell/eggfindbar.c: (entry_activate_callback):
15253         Animate the next button when activate is pressed.
15254         
15255 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15256
15257         * shell/ev-window.c: (ev_window_cmd_edit_find),
15258         (update_fullscreen_popup), (ev_window_fullscreen),
15259         (ev_window_unfullscreen), (ev_window_state_event_cb),
15260         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15261         Fix bugs in fullscreen code.
15262         
15263 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15264
15265         * Makefile.am:
15266         * configure.ac:
15267         * pixbuf/Makefile.am:
15268         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15269         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15270         (pixbuf_document_set_page), (pixbuf_document_get_page),
15271         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15272         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15273         (pixbuf_document_render), (pixbuf_document_begin_find),
15274         (pixbuf_document_end_find), (pixbuf_document_finalize),
15275         (pixbuf_document_class_init),
15276         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15277         * pixbuf/pixbuf-document.h:
15278         * shell/Makefile.am:
15279         * shell/ev-application.c: (ev_application_open):
15280         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15281         (ev_window_open):
15282         Add pixbuf backend.
15283         
15284 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15285
15286         * Makefile.am: 
15287         * dvi/dvilib/Makefile.am:
15288         * dvi/Makefile.am:
15289         * configure.ac: Auto*ify dvi and dvi/dvilib
15290
15291         * dvi/Makefile: Remove from CVS
15292         
15293         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15294         confusion.
15295
15296         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15297         
15298         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15299         
15300 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15301
15302         * ps/Makefile.am:
15303         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15304         (gtk_gs_value_adjustment_changed), (compute_size),
15305         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15306         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15307         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15308         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15309         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15310         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15311         (ps_document_load), (ps_document_get_n_pages),
15312         (ps_document_set_page), (ps_document_get_page),
15313         (ps_document_set_target), (ps_document_set_scale),
15314         (ps_document_set_page_offset), (ps_document_get_page_size),
15315         (ps_document_render), (ps_document_begin_find),
15316         (ps_document_end_find), (ps_document_document_iface_init):
15317         * ps/gtkgs.h:
15318         * shell/Makefile.am:
15319         * shell/ev-window.c: (ev_window_open):
15320
15321         Some work to integrate gtkgs with EvDocument
15322
15323 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15324
15325         * shell/ev-window.c: (update_fullscreen_popup),
15326         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15327         (exit_fullscreen_button_clicked_cb),
15328         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15329         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15330         (ev_window_state_event_cb), (ev_window_init):
15331         Add fullscreen support from Epiphany.
15332         
15333 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15334
15335         * data/ev-stock-zoom-fit-width.png: fit-width
15336         stock icon from gpdf.
15337         
15338         * shell/ev-stock-icons.[ch]: copied from gpdf.
15339         
15340         * shell/main.c: (main): init stock icons.
15341         
15342         * shell/ev-window.c: use the fit-width icon.
15343         
15344         * data/evince-ui.xml: add zooming toolbar items.
15345
15346 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15347
15348         * shell/ev-view.c: 
15349         (ev_view_best_fit), (ev_view_fit_width): because
15350         get_page_size() returns the scaled page size, we
15351         need to calculate the scale factor relative to
15352         the previous scale factor. Should really just
15353         add get_real_page_size().
15354
15355 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15356
15357         * shell/ev-view.[ch]:
15358         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15359         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15360         add zooming.
15361         
15362         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15363         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15364         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15365         hook it up.
15366         
15367         * pdf/xpdf/pdf-document.cc:
15368         (pdf_document_begin_find),
15369         (pdf_document_end_find): make static.
15370
15371 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15372
15373         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15374
15375         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15376         names to fontconfig patterns.
15377         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15378
15379         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15380         setupBaseFontsFc.
15381
15382 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15383
15384         * Makefile.am:
15385         * configure.ac:
15386         * ps/Makefile.am:
15387         * ps/ggvutils.c:
15388         * ps/ggvutils.h:
15389         * ps/gsdefaults.c:
15390         * ps/gsdefaults.h:
15391         * ps/gsio.c:
15392         * ps/gsio.h:
15393         * ps/gtkgs.c:
15394         * ps/gtkgs.h:
15395         * ps/ps.c:
15396         * ps/ps.h:
15397
15398         Import ggv backend. Not hooked up yet.
15399
15400 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15401
15402         * shell/main.c: (load_files), (main): load files
15403         from the command line.
15404
15405 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15406
15407         * configure.ac: don't require bonobo.
15408         
15409         * cut-n-paste/recent-files/*: kill bonobo recent
15410         view.
15411
15412         * shell/ev-window.c:
15413         (ev_window_is_empty): upd.
15414         (unable_to_load), (ev_window_open): load backend
15415         based on the mime type.
15416
15417 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15418
15419         * backend/.cvsignore: ignore generated marshalers source.
15420
15421         * shell/main.c (main): this is not epiphany.
15422
15423 2004-12-22  Havoc Pennington  <hp@redhat.com>
15424
15425         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15426         (expose_bin_window): draw find highlights
15427
15428         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15429         
15430         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15431         (pdf_document_end_find): implement this interface
15432
15433         * backend/ev-document.c (ev_document_found): add this to emit
15434         signal
15435
15436 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15437
15438         * data/evince-ui.xml: Add a few more toolbar items.
15439
15440         * shell/ev-window.c: Hook up page navigation toolbar 
15441         items.
15442
15443         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15444         a page-changed signal.
15445
15446         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15447         Add ev_document_get_page().
15448
15449         * shell/ev-window.c: Sensitize/desensitize navigation
15450         actions.
15451
15452 2004-12-21  Havoc Pennington  <hp@redhat.com>
15453
15454         * backend/ev-backend-marshal.c,
15455         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15456         marshaler-generator thingy. I'm sure there's a better way to do
15457         this in the modern world.
15458
15459         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15460         end_find methods and "found" signal.
15461
15462         * configure.ac: find glib-genmarshal
15463
15464 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15465
15466         * shell/ev-sidebar.c: Construct an actual sidebar.
15467         * shell/ev-sidebar-bookmarks.[ch]:
15468         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15469
15470 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15471
15472         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15473         Redo size handling.
15474         
15475         * shell/ev-view.c: Track the size from the document.
15476
15477 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15478
15479         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15480         constructor assumes ownership of the string passed in.
15481         
15482         * shell/ev-window.c (ev_window_open): Destroy the error
15483         dialog once we've displayed it.
15484
15485 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15486
15487         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15488         a bit, it works! (sort of)
15489
15490         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15491         Move to .cc since we need to use C++ in the implementation.
15492
15493         * shell/dummy.cc: Add a CC file to force evince
15494         to be linked as a C++ program.
15495
15496 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15497
15498         * shell/ev-view.[ch]: Start of content-area widget.
15499
15500         * shell/ev-window.c: Create a EvView, update it
15501         as we change documents.
15502
15503         * shell/Makefile.am shell/ev-marshal.list: Add
15504         generated marshalers.
15505
15506 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15507
15508         * Makefile.am (SUBDIRS): move shell.
15509
15510 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15511
15512         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15513         .a to libtool convenience libraries.
15514
15515         * shell/ev-window.c (ev_window_open): Hard code loading
15516         a PDF document.
15517         
15518         * backend/ev-document.h: Add a boolean return to load(),
15519         fix GError * to GError **.
15520
15521         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15522         object for a PDF backend EvDocument.
15523
15524 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15525
15526         * dvi/*: New directory with the beginning of a .dvi backend.
15527
15528 2004-12-21  Havoc Pennington  <hp@redhat.com>
15529
15530         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15531         previous/next instead of back/forward
15532
15533 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15534
15535         * backend/ev-document.[ch]: Fix a couple of problems so
15536         it compile.
15537
15538 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15539
15540         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15541         to backend/ directory, rename EvViewer to EvDocument.
15542
15543 2004-12-21  Havoc Pennington  <hp@redhat.com>
15544
15545         * shell/ev-window.c: hook up the find bar widget; now we just need
15546         a document to find things in
15547
15548         * shell/eggfindbar.c: a find bar widget
15549
15550 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15551
15552         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15553
15554 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15555
15556         * pdf/**: Import of xpdf code from gpdf. 
15557
15558         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15559
15560         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15561         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15562         Fix FreeType includes.
15563
15564         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15565         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15566         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15567         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15568         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15569         Include xpdfconfig.h
15570         
15571 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15572
15573         * shell/ev-window.c (ev_window_dispose): dispose can be called
15574         multiple times.
15575
15576 2004-12-21  Havoc Pennington  <hp@redhat.com>
15577
15578         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15579         rather than Evince
15580
15581         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15582         items; really they should be synced with the strings, etc. from
15583         current gpdf, but just getting the boring typing out of the way 
15584
15585 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15586
15587         * po/POTFILES.in:
15588         * shell/ev-application.c: (window_destroy_cb):
15589         * shell/ev-window.c:
15590         * shell/main.c: (main):
15591
15592         Actually show the window...
15593
15594 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15595
15596         * Makefile.am:
15597         * shell/Makefile.am:
15598         * shell/ev-application.c: (ev_application_class_init):
15599         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15600
15601         Make it build again
15602
15603 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15604
15605         Import to gnome cvs.
15606         
15607         * Remove copies of gpdf and ggv trees.
15608         * Rip out all the recursive configure code.
15609         * Remove bonobo machinery.
15610         * viewer/*: GInterfaces that backends should/can implement.
15611
15612 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15615         typo
15616
15617 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15618
15619         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15620         (ev_application_finalize, ev_application_class_init)
15621         (ev_application_init): use GType instance private data for priv.
15622
15623         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15624         (ev_window_finalize, ev_window_class_init)
15625         (ev_window_init): ditto.
15626
15627 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15628
15629         * shell/ev-application.c (ev_application_new_window): make public
15630         (ev_application_show_initial_window): kill.
15631
15632         * shell/ev-application.h: update prototypes.
15633
15634         * shell/main.cc (main): inline ev_application_show_initial_window.
15635
15636 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15637
15638         * shell/ev-application.c (ev_application_new_window): impl.
15639         (ev_application_show_initial_window): use it.
15640         (is_window_empty, ev_application_get_empty_window): returns an
15641         existing empty window or a new one.
15642         (ev_application_open): from ev_window_cmd_file_open.
15643
15644         * shell/ev-application.h: update prototypes
15645
15646         * shell/ev-window.c (ev_window_is_empty): impl.
15647         (ev_window_open): make public.
15648         (ev_window_cmd_file_open): use ev_application_open
15649
15650         * shell/ev-window.h: update prototypes, remove unused.
15651
15652 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15653
15654         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15655         move destroy handler out of here...
15656
15657         * shell/ev-application.c, shell/ev-application.h: ...into this new
15658         class. Also handles initial window creation.
15659
15660         * shell/main.cc (main): use EvApplication to create initial
15661         window.
15662
15663 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15664
15665         * Makefile.am (SUBDIRS): add cut-n-paste
15666
15667         * cut-n-paste/Makefile.am: add
15668
15669         * configure.ac: generate Makefiles in cut-n-paste
15670
15671 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15672
15673         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15674         (ev_window_class_init): install ev_window_dispose.
15675
15676 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15677
15678         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15679         char (gchar looks stupid).
15680
15681 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15682
15683         * po/de.po: updated German translation.
15684
15685 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15686
15687         * configure.ac: add more pkg-config library checks for gnome-vfs,
15688         bonobo etc.
15689
15690         * gpdf/configure.in: temporarily disable libpaper
15691         checks. Otherwise I'd have to add the checks for the shell, too.
15692
15693 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15694
15695         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15696         and * file filters to the file choose.
15697
15698 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15699
15700         * po/de.po: Updated German translation.
15701
15702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15703
15704         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15705
15706 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15707
15708         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15709
15710         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15711         (ev_window_init): implement those menuitems.
15712
15713 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15714
15715         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15716
15717         * shell/ev-window.c (ev_window_init): use the toolbar.
15718
15719 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15720
15721         * shell/ev-window.c (ev_window_init): use menu translations
15722
15723 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15724
15725         * configure.ac: add "de" to ALL_LINGUAS.
15726
15727         * po/de.po: add German translation.
15728
15729 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15730
15731         * Makefile.am (SUBDIRS): add po
15732
15733         * configure.ac: check intltool, glib-gettext etc, generate
15734         po/Makefile.in
15735
15736         * po, po/POTFILES.in, po/POTFILES.skip: new.
15737
15738 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15739
15740         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15741         already use (#ifdef ENABLE_NLS)
15742
15743         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15744         pointer indirection thinko.
15745
15746         * shell/main.c: include gi18n.h for bindtextdomain etc.
15747
15748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15749
15750         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15751         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15752         tooltips for menu items in the statusbar.
15753
15754 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15755
15756         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15757         pkgdatadir drop UIDIR
15758
15759 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15760
15761         * data/evince-ui.xml: Add File->Open menu item
15762
15763         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15764         chooser), hook it up in the ui manager.
15765
15766 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15767
15768         * shell/ev-window.c: fix Help->About tooltip.
15769
15770 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15771
15772         * configure.ac: set CFLAGS for libevprivate.
15773
15774         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15775         definitions, factory etc.
15776
15777         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15778
15779         * shell/Makefile.am: link against libevprivate.a.
15780
15781         * shell/ev-window.c (entries): add stock icon to Help->About.
15782
15783         * shell/main.c (main): init stock icon code.
15784
15785 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15786
15787         * lib/recent-files: egg recent files code
15788
15789         * lib/Makefile.am: add.
15790
15791         * Makefile.am: add lib subdir.
15792
15793         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15794         set CFLAGS for recent-files.
15795
15796 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15797
15798         * configure.ac: disable -ansi and -pedantic gcc flags. They
15799         disable POSIX stuff in stdio.h, but egg-recent uses them.
15800
15801 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15802
15803         * configure.ac: add --disable-deprecated flag (defaults to on in
15804         "cvs" builds).
15805
15806         * shell/Makefile.am (INCLUDES): use it.
15807
15808 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15809
15810         * shell/main.c: add missing #include.
15811
15812         * shell/ev-window.c: fix for pedantic gcc.
15813         (ev_window_cmd_help_about): split license into paragraphs for
15814         translators and pedantic compilers.
15815
15816 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15817
15818         * configure.ac: add more warning flags if compiling with gcc from
15819         cvs (or explicitly requested with --enable-more-warnings).
15820
15821 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15822
15823         * data/evince-ui.xml: add File and File->Close menu.
15824
15825         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15826         (ev_window_destroy): quit after destroy.
15827         (ev_window_class_init): override GtkObject::destroy.
15828         (entries): install close_window callback.
15829
15830 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15831
15832         * Makefile.am (SUBDIRS): add data subdir.
15833
15834         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15835         gtk+ 2.5.0 for GtkAboutDialog.
15836
15837         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15838         main window.
15839
15840         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15841
15842         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15843         manager.
15844         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15845
15846 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15847
15848         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15849
15850 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15851
15852         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15853
15854 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15855
15856         * shell/*: Added shell directory boilerplate, build it.
15857
15858 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15859
15860         * configure.ac, Makefile.am: Added top-level configure.ac and
15861         Makefile.am