]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Delete the print settings file.
[evince.git] / ChangeLog
1 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
4         (main):
5
6         Delete the print settings file.
7         
8 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * data/evince-ui.xml:
11         * shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
12         (ev_application_open_uri), (ev_application_open_uri_list):
13         * shell/ev-print-operation.c: (export_print_done):
14         * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
15         (update_chrome_visibility), (ev_window_clear_local_uri),
16         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
17         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
18         (ev_window_cmd_recent_file_activate),
19         (ev_window_open_recent_action_item_activated),
20         (ev_window_dispose), (open_remote_link):
21         * shell/main.c: (launch_previewer), (arguments_parse), (main):
22
23         Remove the preview mode from EvWindow. EvPrintOperation now 
24         launches evince-previewer. The preview mode command line options
25         have not been removed to keep backwards compatibility, launching
26         evince-previewer when evince is run in preview mode.
27         
28 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * configure.ac:
31         * Makefile.am:
32         * data/Makefile.am:
33         * previewer/Makefile.am:
34         * previewer/ev-previewer-window.[ch]:
35         * previewer/ev-previewer.c:
36
37         Add evince-previewer as a separate applicaton that implements the
38         preview mode.
39         
40 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
41
42         * configure.ac:
43         * Makefile.am:
44         * po/POTFILES.in:
45         * shell/Makefile.am:
46         * shell/ev-page-action-widget.[ch]:
47         * shell/ev-page-action.[ch]:
48         * shell/ev-stock-icons.[ch]:
49         * shell/ev-application.c:
50         * shell/main.c:
51         * libmisc/Makefile.am:
52         * libmisc/ev-page-action-widget.[ch]:
53         * libmisc/ev-page-action.[ch]:
54         * libmisc/ev-stock-icons.[ch]:
55
56         Move EvPageAction and EvStockIcons from shell to a new internal
57         library (libevmisc) that will be used by the evince previewer too.
58         
59 2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
60
61         * backend/tiff/tiff2ps.c (tiff2ps_context_new):
62         
63         Fixes memory leak. Bug #578285.
64         
65 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * libview/ev-view.[ch]: (ev_view_set_zoom),
68         (ev_view_update_view_size):
69         * shell/ev-window.c: (ev_window_set_view_size),
70         (ev_window_sizing_mode_changed_cb), (ev_window_init):
71
72         Move ev_view_update_view_size() from libview to ev-window again
73         and make sure the view is not redrawn when calling
74         ev_view_set_zoom more than once with the same zoom scale.
75
76 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
77
78         * shell/ev-window.c:
79
80         Follow up to bug #539972. Alt+Arrows conflict with
81         view scrolling, changed it to Ctrl+Arrows.
82
83 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
84
85         * shell/ev-print-operation.c (clamp_ranges),
86         (ev_print_operation_export_print_dialog_response_cb):
87         * test/Makefile.am:
88         * test/test7.py:
89         
90         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
91         the bug 517735. Fixes preview of the empty selection.
92
93 2009-04-01  Christian Persch  <chpe@gnome.org>
94
95         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
96         BugBuddyBugs component.
97
98 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
99
100         * shell/ev-application.c (ev_application_init):
101         
102         Set proper path to saved accels file. Fixes bug #577500.
103
104 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
105
106         * libview/ev-transition-animation.c:
107         (ev_transition_animation_paint), (ev_transition_animation_ready):
108
109         Animation is ready only when origin surface is ready. This fixes
110         fading animations because otherwise next page is displayed 
111         before animaiton starts.
112
113 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
114
115         * test/Makefile.am:
116         * test/test6.py:
117         
118         Added a test to check printing and a size of the file.
119
120 2009-03-24  Christian Persch  <chpe@gnome.org>
121
122         * cut-n-paste/smclient/eggdesktopfile.c:
123         (egg_desktop_file_launchv), (egg_set_desktop_file):
124         * cut-n-paste/smclient/eggsmclient.c:
125         (egg_sm_client_get_option_group): Update smclient from libegg master.
126
127 2009-03-19  Christian Persch  <chpe@gnome.org>
128
129         * shell/ev-window.c: (ev_window_cmd_save_as),
130         (ev_window_cmd_file_close_window),
131         (ev_view_popup_cmd_save_image_as),
132         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
133         order for dialogues.
134
135 2009-03-19  Christian Persch  <chpe@gnome.org>
136
137         Bug 575085 – titles not translated in the nautilus tab
138
139         * properties/ev-properties-view.c: (set_property): Translate the
140         categories.
141
142 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * NEWS:
145         * configure.ac:
146
147         Updated for release 2.26.0
148         
149 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
150
151         * properties/ev-properties-view.c:
152         (ev_properties_view_format_date): Make the fixed sized string a 
153         semantically correct const char[] instead of a const char* to fix 
154         a compiler warning if built with -Wformat.
155         ** Fixes bug 574168
156
157 2009-03-03  Christian Persch  <chpe@gnome.org>
158
159         * libdocument/ev-document-factory.c:
160         (ev_document_factory_get_document): If the document is encrypted,
161         the ev_document_factory_get_document() is supposed to return the
162         document *and* fill in the error. So let's propagate the local error.
163
164 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * NEWS:
167
168         Update for release 2.25.92.
169         
170 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * libview/ev-view.c: (ev_view_goto_window_create):
173
174         Show the 'jump to page' window in the right GdkScreen. Fixes bug
175         #560541.
176         
177 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-window.c: (ev_window_set_document),
180         (ev_window_reload_job_cb):
181
182         Do not lose page position when reloading. Fixes bug #573091.
183         
184 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
187         (pdf_document_thumbnails_get_thumbnail),
188         (pdf_document_thumbnails_get_dimensions):
189
190         Make our own thumbnail when the provided one doesn't have the size
191         we need. Based on patch and feedback by Christian Spurk. Fixes
192         bugs #323198 and #307357.
193         
194 2009-02-27   Christian Spurk  <mail@code.chriki.de>
195
196         * thumbnailer/evince-thumbnailer.c: (main):
197
198         Reduce the restriction on the minimum size of thumbnails from 40
199         to 1. See bug #323198.
200         
201 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
204
205         Use GOption in thumbnailer.
206         
207 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * backend/pdf/ev-poppler.cc: (pdf_document_save),
210         (pdf_document_forms_form_field_text_set_text),
211         (pdf_document_forms_form_field_button_set_state),
212         (pdf_document_forms_form_field_choice_select_item),
213         (pdf_document_forms_form_field_choice_toggle_item),
214         (pdf_document_forms_form_field_choice_unselect_all),
215         (pdf_document_forms_form_field_choice_set_text):
216
217         Use poppler_document_save_a_copy(), which never saves the document
218         modifications, when saving an unmodified document. It makes saving
219         a copy of encrypted PDFs work again. Fixes bug #566791.
220         
221 2009-02-18  Christian Persch  <chpe@gnome.org>
222
223         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
224         Don't use g_quark_from_static_string in a loadable module!
225
226 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * configure.ac:
229
230         Update for release 2.25.91
231         
232 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
233
234         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
235         GTK symbol in commented out code. Bug #571707
236
237 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * NEWS:
240
241         Update for release 2.25.91.
242         
243 2009-02-16  Christian Persch  <chpe@gnome.org>
244
245         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
246         memory read.
247
248 2009-02-15  Christian Persch  <chpe@gnome.org>
249
250         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
251         warnings.
252
253 2009-02-15  Christian Persch  <chpe@gnome.org>
254
255         * libdocument/Makefile.am:
256         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
257
258 2009-02-15  Christian Persch  <chpe@gnome.org>
259
260         * libdocument/ev-document-type-builtins.c.template:
261         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
262
263 2009-02-14  Christian Persch  <chpe@gnome.org>
264
265         * backend/impress/impress-document.c: (impress_document_save):
266         Fill in the error.
267
268 2009-02-14  Christian Persch  <chpe@gnome.org>
269
270         * libdocument/ev-document.c: (ev_document_load): Add code to catch
271         backends incorrectly implementing the load vfunc.
272
273 2009-02-14  Christian Persch  <chpe@gnome.org>
274
275         * libdocument/ev-document-factory.c:
276         (ev_document_factory_get_document): Use a local GError, and propagate
277         as appropriate, making sure always to fill in @error if returning NULL.
278
279 2009-02-14  Christian Persch  <chpe@gnome.org>
280
281         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
282
283 2009-02-14  Christian Persch  <chpe@gnome.org>
284
285         * backend/pdf/ev-poppler.cc: Plug a mem leak.
286
287 2009-02-14  Christian Persch  <chpe@gnome.org>
288
289         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
290         an error.
291
292 2009-02-14  Christian Persch  <chpe@gnome.org>
293
294         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
295         to always set @error when returning FALSE. Fix a typo.
296
297 2009-02-14  Christian Persch  <chpe@gnome.org>
298
299         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
300         to always set @error when returning FALSE.
301
302 2009-02-14  Christian Persch  <chpe@gnome.org>
303
304         * backend/comics/comics-document.c: (comics_document_load): Make sure
305         to always set @error when returning FALSE.
306
307 2009-02-14  Christian Persch  <chpe@gnome.org>
308
309         * backend/impress/impress-document.c: (impress_document_load): Plug a
310         mem leak.
311
312 2009-02-14  Christian Persch  <chpe@gnome.org>
313
314         * backend/impress/impress-document.c: (impress_document_load): Don't
315         overwrite an error.
316
317 2009-02-14  Christian Persch  <chpe@gnome.org>
318
319         * libdocument/ev-document.c: (ev_document_info_copy): Remove
320         unnecessary NULL check; g_strdup() is NULL-safe.
321
322 2009-02-14  Christian Persch  <chpe@gnome.org>
323
324         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
325         that this returns either NULL and fills in error, or non-NULL. Use a
326         local GError so we can reliably check it.
327
328 2009-02-14  Christian Persch  <chpe@gnome.org>
329
330         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
331         content type to get the description, not the MIME type.
332
333 2009-02-14  Christian Persch  <chpe@gnome.org>
334
335         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
336         in @error on failure. Also, since this is exported in public APIs,
337         cope with the passed-in GError** being NULL.
338
339 2009-02-13  Christian Persch  <chpe@gnome.org>
340
341         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
342         safety.
343         (get_mime_type_from_data): Return the MIME type, not the content type.
344
345 2009-02-13  Christian Persch  <chpe@gnome.org>
346
347         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
348         the input stream.
349
350 2009-02-13  Christian Persch  <chpe@gnome.org>
351
352         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
353         all errors upwards.
354
355 2009-02-13  Christian Persch  <chpe@gnome.org>
356
357         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
358         more bytes from buffer than were read from the file.
359
360 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
361
362         * properties/ev-properties-view.c (set_property):
363         
364         Fixes bug #571787.
365
366 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/eggfindbar.c: (egg_find_bar_init):
369
370         Use gtk_tool_button_set_use_underline() for next/previous buttons
371         so that the underline is used for the mnemonic. Fixes bug #571547.
372         
373 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * shell/ev-window.c: (setup_document_from_metadata),
376         (setup_sidebar_from_metadata), (setup_document_from_metadata),
377         (setup_view_from_metadata), (ev_window_set_document),
378         (ev_window_load_job_cb), (ev_window_reload_job_cb),
379         (ev_window_reload_remote), (ev_window_init):
380
381         Do not use metadata when reloading the document, so that the
382         window is not resized when reloading. See bugs #571051 and
383         #304249.
384         
385 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * configure.ac:
388         * cut-n-paste/smclient/Makefile.am:
389
390         Fix smclient libs on cycgwin. See bug #339172.
391         
392 2009-02-08  Christian Persch  <chpe@gnome.org>
393
394         * configure.ac:
395         * libdocument/Makefile.am:
396         * libview/Makefile.am: Add experimental introspection support.
397         Disabled by default; use --enable-introspection to enable it.
398         Bug #569083.
399
400 2009-02-08  Christian Persch  <chpe@gnome.org>
401
402         * libview/Makefile.am: Link libevdocument.la to libevview.la.
403
404 2009-02-05  Christian Persch  <chpe@gnome.org>
405
406         * backend/comics/comics-document.c: (comics_document_load):
407         * backend/djvu/djvu-document.c: (djvu_document_load):
408         * backend/dvi/dvi-document.c: (dvi_document_load):
409         * backend/impress/impress-document.c: (impress_document_load):
410         * backend/pdf/ev-poppler.cc:
411         * libdocument/ev-document-factory.c: (get_document_from_uri),
412         (ev_document_factory_get_document):
413         * shell/ev-print-operation.c:
414         (ev_print_operation_export_print_dialog_response_cb): Use
415         g_set_error_literal now that we depend on glib 2.18.
416
417 2009-02-05  Hib Eris  <hib@hiberis.nl>
418
419         * shell/ev-application.c:
420
421         Include gdkx.h only with X11. See bug #339172.
422         
423 2009-02-05  Hib Eris  <hib@hiberis.nl>
424
425         * backend/pdf/pdfdocument.evince-backend.in:
426
427         Add application/x-ext-pdf mime type for pdf backend. See bug
428         #339172.
429         
430 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * configure.ac:
433         * cut-n-paste/smclient/Makefile.am:
434         * cut-n-paste/smclient/eggdesktopfile.c:
435         * cut-n-paste/smclient/eggsmclient-win32.c:
436         * shell/main.c:
437
438         Make session manager code compile for w32. These changes have been
439         taken from upstream libegg. Based on patch by Hib Eris. See bug
440         #339172.
441         
442 2009-02-05  Hib Eris  <hib@hiberis.nl>
443
444         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
445
446         Make screensaver code compile for w32. These changes have been
447         copied from upstream totem. See bug #339172.
448         
449 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * configure.ac:
452         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
453
454         Make use of GConf optional. Based on patch by Hib Eris. See bug
455         #339172.
456         
457 2009-02-04  Christian Persch  <chpe@gnome.org>
458
459         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
460         evince gettext domain, so i18n works in the library.
461
462         * properties/ev-properties-main.c: (nautilus_module_initialize):
463         Remove extra bindtextdomain call.
464
465 2009-02-04  Christian Persch  <chpe@gnome.org>
466
467         * backend/comics/comics-document.c:
468         * backend/djvu/djvu-document.c:
469         * backend/dvi/dvi-document.c:
470         * backend/impress/impress-document.c:
471         * backend/pdf/ev-poppler.cc:
472         * backend/pixbuf/pixbuf-document.c:
473         * backend/ps/ev-spectre.c:
474         * backend/tiff/tiff-document.c:
475         * libdocument/ev-attachment.c:
476         * libdocument/ev-document-factory.c:
477         * libview/ev-jobs.c:
478         * libview/ev-view-accessible.c:
479         * libview/ev-view.c:
480         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
481         gi18n.h.
482
483 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * NEWS:
486         * configure.ac:
487
488         Update for release 2.25.90
489         
490 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * cut-n-paste/zoom-control/ephy-zoom-control.c:
493         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
494
495         Remove the old tooltips code and use G_DEFINE_TYPE().
496         
497 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * configure.ac:
500         * help/reference/Makefile.am:
501         * help/reference/libdocument/Makefile.am:
502         * help/reference/libdocument/libevdocument-docs.sgml:
503         * help/reference/libdocument/libevdocument.types:
504         * help/reference/libdocument/version.xml.in:
505         * help/reference/libview/Makefile.am:
506         * help/reference/libview/libevview-docs.sgml:
507         * help/reference/libview/libevview.types:
508         * help/reference/libview/version.xml.in:
509         * help/reference/shell/Makefile.am:
510         * help/reference/shell/evince-docs.sgml:
511         * help/reference/shell/evince.types:
512         * help/reference/shell/tmpl/dummy.sgml:
513         * help/reference/shell/version.xml.in:
514
515         Split API documentation into libdocument, libview and
516         shell. Required gtk-doc files has been added, but API docs still
517         need to be completed and improved. Fixes bug #568465.
518         
519 2009-02-01  Christian Persch  <chpe@gnome.org>
520
521         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
522
523 2009-02-01  Christian Persch  <chpe@gnome.org>
524
525         * backend/Makefile.am:
526         A backend/backend.symbols:
527         * configure.ac: Only export the backend module entry point. Bug
528         #569998.
529
530 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * shell/eggfindbar.c: (egg_find_bar_init):
533
534         Add mnemonics to buttons in search bar. Fixes bug #569212.
535         
536 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
537         
538         * shell/ev-print-operation.c:
539         (ev_print_operation_export_print_dialog_response_cb):
540
541         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
542         
543 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
546
547         Clamp top/bottom values of destinations to make sure they are not
548         bigger than the page height. Fixes bug #569327.
549         
550 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * libdocument/ev-debug.h:
553
554         Fix build when debug mode is disabled.
555         
556 2009-01-30  Christian Persch  <chpe@gnome.org>
557
558         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
559         this return TRUE only if any backends were loaded, so the ev_init()
560         function works as documented.
561
562 2009-01-30  Christian Persch  <chpe@gnome.org>
563
564         * evince-document.h:
565         * libdocument/Makefile.am:
566         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
567         #569117.
568
569         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
570         * libdocument/ev-backends-manager.h:
571         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
572         * libdocument/ev-debug.h:
573         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
574         (_ev_file_helpers_shutdown):
575         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
576         private.
577
578         * properties/ev-properties-main.c: (nautilus_module_initialize),
579         (nautilus_module_shutdown):
580         * shell/main.c: (main):
581         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
582         init/shutdown method.
583
584 2009-01-29  Christian Persch  <chpe@gnome.org>
585
586         * shell/main.c: (option_version_cb): Add --version which was lost in
587         the libgnome removal. Bug #562869.
588
589 2009-01-26  Christian Persch  <chpe@gnome.org>
590
591         * shell/ev-application.c: (ev_application_register_service),
592         (ev_application_shutdown):
593         * shell/main.c: (main): Move metadata manager initialisation and
594         shutdown into EvApplication. Follow-up from bug #569120.
595
596 2009-01-26  Christian Persch  <chpe@gnome.org>
597
598         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
599         copy the string twice. Bug #569231.
600
601 2009-01-26  Christian Persch  <chpe@gnome.org>
602
603         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
604         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
605         * libdocument/ev-file-helpers.h:
606         * shell/ev-application.c: (ev_application_shutdown),
607         (ev_application_init), (ev_application_screensaver_disable),
608         (ev_application_save_print_settings),
609         (ev_application_set_page_setup):
610         * shell/ev-application.h:
611         * shell/ev-metadata-manager.c: (load_values),
612         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
613         shell, since it shouldn't be public API. Bug #569120.
614
615         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
616         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
617
618 2009-01-25  Christian Persch  <chpe@gnome.org>
619
620         Bug 569082 – use versioned directory for backends
621
622         * configure.ac: Define ev_binary_version and backenddir.
623         * evince-document.pc.in: Add backenddir variable.
624         * libdocument/Makefile.am:
625         * backend/*/Makefile.am: Remove backenddir definition, so it picks
626         up the one from configure.
627
628 2009-01-25  Christian Persch  <chpe@gnome.org>
629
630         * configure.ac:
631         * evince-document.pc.in: Renamed from evince-backend.pc.in.
632         * libdocument/Makefile.am: Renamed library to libevdocument.la.
633         * libview/Makefile.am:
634         * shell/Makefile.am:
635         * backend/*/Makefile.am: Adapt to changed library name.
636
637         * libdocument/Makefile.am:
638         * libview/Makefile.am: Change the installed headers path to match
639         the directory names in SVN.
640
641         * evince-document.h:
642         * evince-view.h: Add single headers. Bug #568227.
643
644         * libdocument/*.h:
645         * libview/*.h: Add single headers guards.
646
647         * libview/Makefile.am:
648         * libdocument/Makefile.am:
649         * backend/*/Makefile.am:
650         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
651         still include individual headers.
652
653         * properties/Makefile.am:
654         * properties/ev-properties-main.c:
655         * properties/ev-properties-view.h:
656         * thumbnailer/Makefile.am:
657         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
658
659         * libdocument/Makefile.am:
660         * libview/Makefile.am: Generate type builtins from all installed headers.
661         * libdocument/ev-link-action.[ch]:
662         * libdocument/ev-link-dest.[ch]:
663         * libdocument/ev-transition-effect.[ch]:
664         * libview/ev-view.[ch]: Remove handcoded type builtins.
665
666         * libdocument/Makefile.am:
667         * evince-document.h: Add ev-document-factory.h to the public headers.
668
669 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * shell/ev-sidebar-page.c:
672
673         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
674         #568228.
675         
676 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * libdocument/ev-document.h:
679
680         Add EV_DEFINE_INTERFACE macro.
681         
682         * libdocument/ev-async-renderer.c:
683         * libdocument/ev-document-find.c:
684         * libdocument/ev-document-fonts.c:
685         * libdocument/ev-document-forms.c:
686         * libdocument/ev-document-images.c:
687         * libdocument/ev-document-layers.c:
688         * libdocument/ev-document-links.c:
689         * libdocument/ev-document-security.c:
690         * libdocument/ev-document-thumbnails.c:
691         * libdocument/ev-document-transition.c:
692         * libdocument/ev-document.c:
693         * libdocument/ev-file-exporter.c:
694         * libdocument/ev-selection.c:
695
696         Use EV_DEFINE_INTERFACE macro to define interfaces in
697         libdocument. See bug #568228.
698         
699 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * libdocument/ev-document.[ch]:
702
703         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
704         #568228.
705         
706 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
707
708         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
709         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
710         (new_separator_pixbuf):
711         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
712         (egg_toolbar_editor_disconnect_model),
713         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
714         (egg_toolbar_editor_finalize):
715         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
716         * cut-n-paste/toolbar-editor/eggmarshalers.list:
717         
718         Sync EggToolbarEditor with libegg.
719
720 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
721
722         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
723         When saving a file, using the default permissions for the user/system,
724         respecting umask and any setgid bit on the directory. Uses the new
725         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
726         Bug #568593.
727         
728 2009-01-21  Christian Persch  <chpe@gnome.org>
729
730         * configure.ac:
731         * libdocument/Makefile.am:
732         * libview/Makefile.am: Add libtool versioning to libevbackend and
733         libevview. Bug #568229.
734
735 2009-01-21  Christian Persch  <chpe@gnome.org>
736
737         * Makefile.am:
738         * configure.ac:
739         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
740
741 2009-01-21  Christian Persch  <chpe@gnome.org>
742
743         * configure.ac:
744         * libdocument/Makefile.am:
745         A libdocument/ev-version.h.in: Add version defines and version check
746         macro. Bug #568224.
747
748 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
749
750         * shell/ev-sidebar-links.c
751         * shell/ev-print-operation.c:
752         * shell/ev-history.c:
753         * shell/ev-file-monitor.c:
754         * shell/ev-window.c:
755         * shell/ev-password-view.c:
756         * shell/ev-sidebar-thumbnails.c:
757         * shell/ev-sidebar-attachments.c:
758         * libview/ev-pixbuf-cache.c:
759         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
760         Bug #568386.
761
762 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
763
764         * libdocument/ev-document-info.h:
765
766         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
767         
768 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
769
770         * libview/Makefile.am:
771
772         Install ev-job-scheduler.h. See bug #567790.
773         
774 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
775
776         * libdocument/Makefile.am:
777
778         Install ev-backends-manager.h and
779         ev-document-type-builtins.h. Fixes bug #567787.
780         
781 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * NEWS:
784         * configure.ac:
785
786         Update for release 2.25.5
787         
788 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * libview/ev-view.c: (ev_view_drag_data_get):
791
792         Fix second parameter passed to gtk_selection_data_set_uris(), 
793         it expects a gchar **.
794         
795 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
796
797         * libdocument/Makefile.am:
798         * libdocument/ev-document-info.h:
799         * libdocument/ev-document-type-builtins.c.template:
800         * libdocument/ev-document-type-builtins.h.template:
801         * libdocument/ev-document.c: (ev_document_info_get_type),
802         (ev_document_info_copy):
803
804         Make EvDocumentInfo and enums definded in ev-document-info.h
805         GTypes. Fixes bug #567789.
806         
807 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
808
809         * shell/main.c (arguments_parse): Fix for a minor code typo.
810
811 2009-01-18  Christian Persch  <chpe@gnome.org>
812
813         * help/reference/Makefile.am:
814         * help/reference/evince.types: Fix the API docs build. Bug #568171.
815
816 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
817
818         * libview/Makefile.am:
819         * libview/ev-view-type-builtins.c.template:
820         * libview/ev-view-type-builtins.h.template:
821
822         Make EvJobPriority a proper GType. Fixes bug #567788.
823         
824 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * configure.ac:
827         * cut-n-paste/*/Makefile.am:
828         * libdocument/Makefile.am:
829
830         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
831         code.
832         
833 2009-01-18  Christian Persch  <chpe@gnome.org>
834
835         * libview/ev-view.c: (ev_view_drag_data_get),
836         (ev_view_drag_motion), (ev_view_update_primary_selection),
837         (clear_link_selected):
838         * shell/ev-sidebar-attachments.c:
839         (ev_sidebar_attachments_drag_data_get),
840         (ev_sidebar_attachments_get_property),
841         (ev_sidebar_attachments_init):
842         * shell/ev-window.c: Update drag handling code to use the
843         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
844         hardcoding the targets lists. Bug #558084.
845         
846 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * libdocument/Makefile.am:
849         * libdocument/ev-backend-marshal.c:
850         * libdocument/ev-backend-marshalers.list:
851         * libdocument/ev-document.c:
852
853         Remove unused marshalers stuff from libdocument.
854         
855 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * po/POTFILES.in:
858
859         Update for the current source tree.
860         
861 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * configure.ac:
864         * Makefile.am:
865         * libdocument/Makefile.am:
866         * libview/Makefile.am:
867         * libview/ev-job-scheduler.[ch]:
868         * libview/ev-jobs.[ch]:
869         * libview/ev-page-cache.[ch]:
870         * libview/ev-pixbuf-cache.[ch]:
871         * libview/ev-timeline.[ch]:
872         * libview/ev-transition-animation.[ch]:
873         * libview/ev-view-accessible.[ch]:
874         * libview/ev-view-marshal.list:
875         * libview/ev-view.[ch]:
876         * shell/Makefile.am:
877
878         Move EvView specific code to a libeviview library so that it can
879         be embbeded in other applications. Based on patches by Tomeu
880         Vizoso. Fixes bug #567751.
881         
882 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
885         * shell/ev-window.c: (ev_window_load_job_cb),
886         (ev_window_load_job_cb), (ev_window_open_uri),
887         (ev_window_reload_local), (ev_window_dispose):
888
889         Remove dest, mode and search_string from EvJobLoad since they are
890         not really needed by the job, but for the window.
891         
892 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-view.c: (ev_view_drag_data_received),
895         (ev_view_class_init), (ev_view_init):
896         * shell/ev-window.c: (ev_window_drag_data_received),
897         (ev_window_class_init), (ev_window_init):
898
899         Make the whole EvWindow the destination of a drag and drop
900         operation.
901         
902 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * shell/ev-window.c: (window_open_file_copy_progress_cb):
905
906         Add missing brakets around the percentage in progress
907         messages. See bug #567910.
908         
909 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * shell/ev-application.c: (ev_application_open_window),
912         (ev_application_open_uri_at_dest):
913
914         Do no use gdk_x11_* when not available. Based on patch by Hib
915         Eris, see bug #339172.
916         
917 2009-01-16  Hib Eris  <hib@hiberis.nl>
918
919         * configure.ac:
920         * properties/ev-properties-view.c:
921         (ev_properties_view_format_date):
922
923         Check for localtime_r. See bug #339172.
924         
925 2009-01-16  Hib Eris  <hib@hiberis.nl>
926
927         * shell/main.c:
928
929         Include gdkx only for dbus support. See bug #339172.
930         
931 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
932
933         * shell/ev-view.c: (ev_view_set_zoom_for_size):
934
935         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
936         #567785.
937         
938 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-window.c: (reload_remote_copy_progress_cb),
941         (window_save_file_copy_progress_cb):
942
943         Use brakets around the percentage in progress messages. See bug
944         #567910.
945         
946 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-window.c: (reload_remote_copy_ready_cb):
949
950         Fix typo in error message. See bug #567910.
951         
952 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * shell/ev-window.c: (ev_window_cmd_file_close_window):
955
956         Fix mnemonic conflict. Fixes bug #567937.
957         
958 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
959
960         * NEWS:
961         * configure.ac:
962
963         Update for release 2.25.4
964         
965 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
966
967         * configure.ac:
968         
969         GLib version requirement bumped to 2.18 due to g_set_error_literal.
970         Thanks to Christian Spurk.
971
972 2008-12-31  Hib Eris  <hib@hiberis.nl>
973         
974         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
975
976         Fix mime type handling.
977         
978 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * po/POTFILES.in:
981
982         Add ev-print-operation.c.
983         
984 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-window.c: (ev_window_clear_progress_idle),
987         (reset_progress_idle), (ev_window_show_progress_message),
988         (ev_window_reset_progress_cancellable),
989         (ev_window_progress_response_cb), (show_loading_progress),
990         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
991         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
992         (show_reloading_progress), (reload_remote_copy_ready_cb),
993         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
994         (show_saving_progress), (window_save_file_copy_ready_cb),
995         (window_save_file_copy_progress_cb), (ev_window_save_remote),
996         (ev_window_dispose):
997
998         Show progress information when loading/saving remote files. Fixes
999         bug #370958.
1000         
1001 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
1004
1005         Show better warning message when temp file cannot be deleted.
1006         
1007 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * shell/ev-window.c: (image_save_dialog_response_cb):
1010
1011         Fix saving images to remote locations.
1012         
1013 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-application.[ch]: (ev_application_shutdown),
1016         (ev_application_get_print_settings_file),
1017         (ev_application_save_print_settings),
1018         (ev_application_get_print_settings),
1019         (ev_application_set_print_settings),
1020         (ev_application_get_page_setup), (ev_application_set_page_setup):
1021         * shell/ev-window.c: (ev_window_save_print_page_setup),
1022         (ev_window_load_print_page_setup_from_metadata),
1023         (ev_window_print_page_setup_done_cb),
1024         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
1025         (ev_window_cmd_preview_print):
1026
1027         Remember page setup options too. Paper size is globally remembered
1028         while page margins are stored per document in metadata file. Fixes
1029         bugs #525185 and #349102.
1030         
1031 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-print-operation.c:
1034         (ev_print_operation_export_print_dialog_response_cb):
1035
1036         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1037         
1038 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * shell/ev-print-operation.c: (export_cancel),
1041         (export_job_cancelled), (ev_print_operation_export_begin),
1042         (ev_print_operation_export_cancel):
1043         * shell/ev-window.c: (ev_window_print_cancel),
1044         (ev_window_print_update_pending_jobs_message),
1045         (ev_window_print_operation_done),
1046         (ev_window_print_operation_status_changed),
1047         (print_jobs_confirmation_dialog_response),
1048         (ev_window_cmd_file_close_window):
1049
1050         Show a confirmation dialog when there are pending print jobs while
1051         closing the main window. Fixes bug #480964.
1052         
1053 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1056         (ev_print_operation_get_job_name),
1057         (ev_print_operation_get_status),
1058         (ev_print_operation_get_progress),
1059         (ev_print_operation_update_status),
1060         (ev_print_operation_export_get_job_name), (clamp_ranges),
1061         (get_first_and_last_page), (ev_print_operation_export_run_next),
1062         (print_job_finished), (export_print_done), (export_job_cancelled),
1063         (update_progress), (export_print_page),
1064         (ev_print_operation_export_begin),
1065         (ev_print_operation_export_print_dialog_response_cb),
1066         (ev_print_operation_export_run),
1067         (ev_print_operation_export_cancel),
1068         (ev_print_operation_export_class_init):
1069         * shell/ev-window.c:
1070         (ev_window_print_update_pending_jobs_message),
1071         (ev_window_print_operation_done),
1072         (ev_window_print_progress_response_cb),
1073         (ev_window_print_operation_status_changed),
1074         (ev_window_print_operation_begin_print), (ev_window_print_range),
1075         (ev_window_dispose):
1076
1077         Show progress information when printing. Fixes bug #482770.
1078         
1079 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/Makefile.am:
1082         * shell/ev-progress-message-area.[ch]:
1083         * shell/ev-message-area.[ch]: (ev_message_area_init),
1084         (ev_message_area_set_image_from_stock):
1085
1086         Add EvProgressMessageArea derived from EvMessageArea to show
1087         progress information in the message area. 
1088         
1089 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1092
1093         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1094         close button. Add a function to get the contents of the message
1095         area.
1096         
1097 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * shell/Makefile.am:
1100         * shell/ev-print-operation.[ch]:
1101         * shell/ev-jobs.[ch]: (ev_job_export_init),
1102         (ev_job_export_dispose), (ev_job_export_run),
1103         (ev_job_export_class_init), (ev_job_export_new),
1104         (ev_job_export_set_page):
1105         * shell/ev-window.c: (ev_window_print_operation_done),
1106         (ev_window_print_range), (ev_window_dispose):
1107
1108         First step of the printing system rework. EvJobPrint has been
1109         replaced by EvJobExport so that every page is scheduled to be
1110         exported in a thread instead of scheduling the whole printing
1111         process. This way the gui is responsive during printing.
1112         
1113 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * shell/ev-window.c: (setup_size_from_metadata),
1116         (ev_window_load_print_settings_from_metadata):
1117
1118         Fix memory leaks.
1119         
1120 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * libdocument/ev-document.c: (ev_document_get_type):
1123
1124         Add GObject type as prerequisite to EvDocument interface so that
1125         document instances can be used as GObjects.
1126         
1127 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-view.c: (jump_to_find_result):
1130
1131         Only jump the the location of the find result for the first match
1132         when searching. It drastically improves the performance when
1133         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1134         #564774.
1135         
1136 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * properties/ev-properties-main.c: (ev_properties_get_pages):
1139         * properties/ev-properties-view.[ch]:
1140         (ev_properties_view_dispose), (ev_properties_view_class_init),
1141         (ev_properties_view_set_info), (ev_properties_view_new):
1142         * shell/ev-properties-dialog.[ch]:
1143         (ev_properties_dialog_set_document):
1144         * shell/ev-window.c: (ev_window_setup_document),
1145         (ev_window_cmd_file_properties):
1146
1147         Add document URI to properties page. Fixes bug #555376.
1148         
1149 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * configure.ac:
1152         * data/Makefile.am:
1153         * data/evince-password.glade: Removed
1154         * data/evince-properties.glade: Removed
1155         * properties/ev-properties-view.c:
1156         (ev_properties_view_class_init), (set_property),
1157         (ev_properties_view_set_info), (ev_properties_view_init):
1158         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1159         (font_cell_data_func), (ev_properties_fonts_init):
1160
1161         Remove Glade dependency.
1162         
1163 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * backend/comics/comics-document.c: (comics_document_load):
1166
1167         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1168         
1169 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * NEWS:
1172         * configure.ac:
1173
1174         Update for release 2.25.2
1175         
1176 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * configure.ac:
1179         * shell/Makefile.am:
1180         * shell/ev-keyring.[ch]:
1181         * shell/ev-password.[ch]: Removed
1182         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1183         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1184         (ev_password_view_init), (ev_password_view_set_uri),
1185         (ev_password_dialog_got_response),
1186         (ev_password_dialog_remember_button_toggled),
1187         (ev_password_dialog_entry_changed_cb),
1188         (ev_password_dialog_entry_activated_cb),
1189         (ev_password_view_ask_password), (ev_password_view_get_password),
1190         (ev_password_view_get_password_save_flags),
1191         (ev_password_view_new):
1192         * shell/ev-window.c: (ev_window_password_view_unlock),
1193         (ev_window_load_job_cb), (ev_window_close_dialogs),
1194         (ev_window_init):
1195
1196         Rework the password view. When the password is in the keyring it's
1197         used automatically without showing the password dialog and it's  
1198         only stored in the keyring when we are sure it's correct. The
1199         password dialog has been reworked too, in order to make it
1200         more hig compliant and consistent with the GTK+ dialog used in
1201         gtkmountoperation. Fixes bug #562496. 
1202         
1203 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * backend/comics/comics-document.c: (comics_document_load):
1206
1207         Do not trust file extensions when getting the command needed to
1208         uncompress comic documents. Fixes bug #562143.
1209         
1210 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * libdocument/ev-document-factory.c: (get_document_from_uri),
1213         (ev_document_factory_get_document):
1214         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1215         (get_mime_type_from_data), (ev_file_get_mime_type):
1216
1217         Move mime-type functions from document-facrory to file-helpers so
1218         that it can be reused.
1219         
1220 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1223         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1224         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1225         (ev_window_reload_remote), (ev_window_reload_document):
1226
1227         Add support for reloading remote documents. Fixes bug #555399.
1228         
1229 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * shell/ev-view.c: (ev_view_find_previous):
1232
1233         Make sure find_result is never < 0 which causes a crash while
1234         searching. Fixes bug #558377.
1235         
1236 2008-11-19  Marek Kašík <mkasik@redhat.com>
1237
1238         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1239         (ev_pixbuf_cache_get_selection_surface):
1240         
1241         Fixes crash on fast scrolling with simultaneous text selection.
1242
1243 2008-11-19  Marek Kašík <mkasik@redhat.com>
1244
1245         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1246         * shell/ev-window.c (launch_external_uri):
1247         
1248         Fixes assertion fail on selecting text. See bug #561393.
1249
1250 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1251
1252         * shell/Makefile.am:
1253         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1254         (ev_job_layers_dispose), (ev_job_layers_run),
1255         (ev_job_layers_class_init), (ev_job_layers_new):
1256         * shell/ev-sidebar-layers.[ch]:
1257         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1258         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1259         (ev_view_reload_page), (ev_view_reload):
1260         * shell/ev-window.c: (setup_sidebar_from_metadata),
1261         (ev_window_sidebar_current_page_changed_cb),
1262         (sidebar_layers_visibility_changed), (ev_window_init):
1263
1264         Add layers support.
1265         
1266 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * data/icons/22x22/actions/Makefile.am:
1269         * data/icons/22x22/actions/eye.png:
1270         * shell/ev-stock-icons.[ch]:
1271         
1272         Add eye icon from gimp to hide/show layers.
1273         
1274 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * configure.ac:
1277         * cut-n-paste/Makefile.am:
1278         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1279         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1280         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1281
1282         Add GimpCellRendererToggle from gimp slightly modified to fit our
1283         needs. 
1284         
1285 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * configure.ac:
1288         * backend/pdf/ev-poppler.cc:
1289
1290         Implement layers interface in PDF backend.
1291         
1292 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * libdocument/Makefile.am:
1295         * libdocument/ev-document-layers.[ch]:
1296         * libdocument/ev-layer.[ch]:
1297
1298         Add optional content (layers) interface.
1299         
1300 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1301
1302         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1303         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1304
1305         Removes unused code.
1306
1307 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * NEWS:
1310         * configure.ac:
1311
1312         Update for 2.25.1 release
1313
1314 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-window.c:
1317
1318         Fix build with GTK+ < 2.14
1319
1320 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1321
1322         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1323         
1324         Makes menu label translatable. Fixes bug #559129.
1325
1326 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1327
1328         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1329         (t1_transform_font):
1330         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1331         
1332         More renames of warning to mdvi_warning in follow up to the
1333         fix of the bug #553369. Fix for the bug #559257 by
1334         Tuxce <tuxce.net@gmail.com>.
1335         
1336 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/ev-application.c: (ev_application_init_session):
1339         * shell/main.c: (main):
1340
1341         Move the egg_set_desktop_file() call to main and remove
1342         gtk_window_set_default_icon_name() since it's already called by
1343         egg_set_desktop_file()
1344         
1345 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1348
1349         Initialize GError to NULL.
1350         
1351 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1354         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1355         (ev_window_preview_print_finished), (launch_action):
1356
1357         Do not use popup dialogs to show error messages anymore, use the
1358         message area instead.
1359         
1360 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * shell/ev-window.c: (ev_window_error_message),
1363         (ev_window_warning_message), (ev_window_set_document),
1364         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1365         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1366         (ev_window_cmd_help_contents), (launch_external_uri),
1367         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1368         (ev_attachment_popup_cmd_open_attachment),
1369         (attachment_save_dialog_response_cb):
1370
1371         Use a message format (with printf()-style) in
1372         ev_window_error_message and ev_window_warning_message.
1373
1374 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * shell/ev-window.c: (ev_window_error_message),
1377         (ev_window_warning_message), (ev_window_set_document),
1378         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1379         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1380         (ev_window_cmd_help_contents), (launch_external_uri),
1381         (image_save_dialog_response_cb),
1382         (ev_attachment_popup_cmd_open_attachment),
1383         (attachment_save_dialog_response_cb):
1384
1385         Change ev_window_error_message and ev_window_warning_message to
1386         receive a EvWindow instead of a GtkWindow. It's more consistent
1387         and avoids unneeded casts.
1388         
1389 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * shell/ev-window.c: (ev_window_cmd_help_contents):
1392
1393         Use gtk_show_uri() when availale to display help contents.
1394         
1395 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * configure.ac:
1398         * backend/pdf/ev-poppler.cc:
1399         * properties/ev-properties-view.c:
1400         * shell/Makefile.am:
1401         * shell/ev-tooltip.[ch]: Removed
1402         * shell/ev-view-private.h
1403         * shell/eggfindbar.c:
1404         * shell/ev-application.c:
1405         * shell/ev-open-recent-action.c:
1406         * shell/ev-sidebar-thumbnails.c:
1407         * shell/ev-view.c:
1408         * shell/ev-window.c:
1409
1410         Bump GTK+ requirement to 2.12.
1411         
1412 2008-10-27 Christian Persch <chpe@gnome.org>
1413
1414         * backend/djvu/djvu-document.c
1415         * backend/dvi/cairo-device.c
1416         * cut-n-paste/evmountoperation/ev-mount-operation.h
1417         * cut-n-paste/gedit-message-area/gedit-message-area.h
1418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1419         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1420         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1421         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1422         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1423         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1424         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1425         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1426         * cut-n-paste/zoom-control/ephy-zoom-action.c
1427         * cut-n-paste/zoom-control/ephy-zoom-action.h
1428         * cut-n-paste/zoom-control/ephy-zoom-control.c
1429         * cut-n-paste/zoom-control/ephy-zoom-control.h
1430         * libdocument/ev-async-renderer.h
1431         * libdocument/ev-document-factory.c
1432         * libdocument/ev-document-misc.h
1433         * libdocument/ev-image.h
1434         * libdocument/ev-selection.h
1435         * shell/ev-properties-fonts.h
1436         * shell/ev-stock-icons.h
1437         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1438         directly. Bug #558064.
1439
1440 2008-10-27 Christian Persch <chpe@gnome.org>
1441
1442         * cut-and-paste/smclient/*: Update from libegg.
1443
1444 2008-10-27 Christian Persch <chpe@gnome.org>
1445
1446         * backend/djvu/djvu-document.c
1447         * backend/ps/ev-spectre.c
1448         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1449
1450 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1451
1452         * shell/ev-view.c (ev_view_change_page),
1453         (ev_view_transition_animation_finish),
1454         (ev_view_transition_animation_cancel), (page_changed_cb),
1455         (ev_view_set_presentation), (ev_view_next_page),
1456         (ev_view_previous_page):
1457         
1458         Cancel the animation without scheduling transition start
1459         and proceed to the next page to fix bug #516749.
1460
1461 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * NEWS:
1464         * configure.ac:
1465
1466         Update for release 2.24.1
1467         
1468 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1471
1472         Disable toggle function of F5 when in presentation mode. Patch by
1473         Dave Neary. Fixes bug #556162.
1474         
1475 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1478         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1479         (ev_sidebar_thumbnails_fill_model),
1480         (ev_sidebar_thumbnails_refresh),
1481         (ev_sidebar_thumbnails_set_document):
1482
1483         Instead of using only one loading icon for thumbnails based on the
1484         size of the first page, create an icon for every different page
1485         size. Fixes bug #556264.
1486         
1487 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1490
1491         Fix memory leak.
1492         
1493 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1494
1495         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1496
1497         Removes bad prefixes from window title. Patch by 
1498         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1499         
1500 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * shell/ev-window.c: (launch_external_uri):
1503
1504         Do not consider mailto links as http uris. Fixes bug #555801.
1505         
1506 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1509
1510         Fix memory leak. Fixes bug #555134.
1511         
1512 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1515
1516         Emit the job finished signal when the job is handled before the
1517         page_ready callback.
1518         
1519 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-window.c: (launch_action):
1522
1523         Use GdkAppLaunchContext when available to launch external
1524         applications.
1525         
1526 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-window.c: (launch_action):
1529
1530         Fix launching external applications for launch actions which seems
1531         to be broken since the gio port. Fixes bug #554500.
1532         
1533 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * backend/dvi/Makefile.am:
1536         * backend/dvi/cairo-device.c:
1537         * backend/dvi/dvi-document.c:
1538         * backend/dvi/mdvi-lib/Makefile.am:
1539
1540         Fix several compile warnings in the dvi backend.
1541         
1542 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * backend/dvi/mdvi-lib/common.h:
1545         * backend/dvi/mdvi-lib/dviread.c:
1546         * backend/dvi/mdvi-lib/font.c:
1547         * backend/dvi/mdvi-lib/fontmap.c:
1548         * backend/dvi/mdvi-lib/fontsrch.c:
1549         * backend/dvi/mdvi-lib/gf.c:
1550         * backend/dvi/mdvi-lib/pagesel.c:
1551         * backend/dvi/mdvi-lib/pk.c:
1552         * backend/dvi/mdvi-lib/sp-epsf.c:
1553         * backend/dvi/mdvi-lib/special.c:
1554         * backend/dvi/mdvi-lib/tfm.c:
1555         * backend/dvi/mdvi-lib/tfmfile.c:
1556         * backend/dvi/mdvi-lib/util.c:
1557         * backend/dvi/mdvi-lib/vf.c:
1558
1559         Rename error as mdvi_error to avoid symbol conflicts with the libc
1560         error. Rename also message, crash, fatal and warning for
1561         consistency. Fixes bug #553369.
1562         
1563 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * backend/dvi/dvi-document.c: (dvi_document_load):
1566
1567         Fix memory leak.
1568         
1569 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * backend/dvi/dvi-document.c:
1572
1573         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1574         G_IMPLEMENT_INTERFACE.
1575         
1576 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1579
1580         Make sure copy_job_page_and_selection_to_job_info is always called
1581         before copy_job_to_job_info. Fixes bug #552382.
1582         
1583 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * NEWS:
1586         * configure.ac:
1587
1588         Update for release 2.24.0
1589         
1590 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * shell/ev-window.c: (launch_external_uri):
1593
1594         Use GdkAppLaunchContext when available to launch external uris.
1595         
1596 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-window.c: (launch_external_uri):
1599
1600         Use the message area to show errors when lauching external uris
1601         instead of a popup window.
1602         
1603 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * shell/ev-window.c: (launch_external_uri):
1606
1607         Assume invalid uris are http uris. Fixes bug #552071.
1608         
1609 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * NEWS:
1612         * configure.ac:
1613
1614         Update for release 2.23.92.
1615         
1616 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * shell/eggfindbar.c: (egg_find_bar_class_init):
1619
1620         Allow page scrolling with PageUp/PageDown keys when find bar is
1621         active. Fixes bug #529833.
1622         
1623 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-view-private.h:
1626         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1627         (ev_view_scroll), (ev_view_class_init):
1628         * shell/ev-view-accessible.c:
1629         (ev_view_accessible_action_do_action):
1630         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1631         (ev_window_cmd_scroll_backward):
1632
1633         Use GtkScrollType instead of EvScrollType.
1634         
1635 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1636
1637         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1638         
1639         Patch for case unsensitive page label match by Michael Lee.
1640         See bug #550136.
1641         
1642         * shell/ev-page-action.c (create_tool_item):    
1643         * test/Makefile.am:
1644         * test/test1.py:
1645         * test/test4.py:
1646         * test/test5.py:
1647         
1648         Added test for the above and updated other tests.
1649
1650 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-window.c: (image_save_dialog_response_cb):
1653
1654         Do not append the file extension twice when saving an image.
1655         
1656 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1659
1660         Remove an invalid ifdef.
1661         
1662 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * shell/ev-view.c: (ev_view_motion_notify_event):
1665
1666         Make sure the cursor is correctly restored after showing the right
1667         click menu.
1668         
1669 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1672         (ev_attachment_open):
1673         * shell/ev-sidebar-attachments.c:
1674         (ev_sidebar_attachments_button_press):
1675         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1676
1677         Use GdkAppLaunchContext when available to open attachments.
1678         
1679 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1682
1683         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1684         by Eric Piel.
1685         
1686 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-application.c: (ev_application_get_media_keys):
1689         * shell/ev-media-player-keys.[ch]:
1690         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1691         (ev_media_player_keys_grab_keys),
1692         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1693         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1694         * shell/ev-window.[ch]: (ev_window_dispose),
1695         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1696         (ev_window_init):
1697
1698         Clean up the media player keys stuff.
1699         
1700 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * NEWS:
1703         * configure.ac:
1704
1705         Update for release 2.23.91.
1706         
1707 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1710         (sm_client_xsmp_set_initial_properties):
1711
1712         Fix memory leak.
1713         
1714 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * shell/ev-application.c: (ev_application_open_window),
1717         (ev_application_open_uri_at_dest):
1718
1719         Make sure evince starts up in the right workspace when resuming a
1720         previous session.
1721         
1722 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-application.[ch]: (ev_application_open_window),
1725         (ev_application_add_icon_path_for_screen),
1726         (ev_application_open_uri_at_dest):
1727
1728         Fix window manager warnings shown in ~/.xsession-errors
1729         
1730 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * configure.ac:
1733         * cut-n-paste/Makefile.am:
1734         * cut-n-paste/smclient/Makefile.am:
1735         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1736         * cut-n-paste/smclient/eggsmclient-private.h:
1737         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1738         * cut-n-paste/smclient/eggsmclient.[ch]:
1739
1740         EggSMClient copied from libegg
1741
1742         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1743         * shell/Makefile.am:
1744         * shell/ev-application.[ch]: (ev_application_load_session),
1745         (smclient_save_state_cb), (smclient_quit_cb),
1746         (ev_application_init_session), (ev_application_shutdown),
1747         (ev_application_init):
1748         * shell/main.c: (main):
1749
1750         Use EggSMClient instead of gnome-client and remove libgnome and
1751         libgnomeui dependencies.
1752         
1753 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1754
1755         * shell/main.c: (main):
1756
1757         Remove gnome_authentication_manager_init.
1758         
1759 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * shell/ev-view.c: (ev_view_goto_window_create):
1762
1763         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1764         since it's now deprecated.
1765         
1766 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * backend/djvu/Makefile.am:
1769         * backend/djvu/djvu-document-private.h:
1770         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1771         (djvu_document_find_iface_init):
1772         * backend/djvu/djvu-text-page.[ch]:
1773         * backend/djvu/djvu-text.[ch]: Removed
1774         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1775         (pdf_document_find_iface_init):
1776         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1777         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1778         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1779         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1780         (ev_job_find_has_results), (ev_job_find_get_results):
1781         * shell/ev-view-private.h:
1782         * shell/ev-view.[ch]: (ev_view_expose_event),
1783         (highlight_find_results), (ev_view_finalize),
1784         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1785         (ev_view_set_document), (ev_view_find_get_n_results),
1786         (ev_view_find_get_result), (jump_to_find_result),
1787         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1788         (ev_view_find_previous), (ev_view_find_search_changed),
1789         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1790         * shell/ev-window.c: (ev_window_update_actions),
1791         (page_changed_cb), (ev_window_setup_document),
1792         (ev_window_update_find_status_message),
1793         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1794         (ev_window_clear_find_job), (find_bar_close_cb),
1795         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1796         (ev_window_dispose), (ev_window_init):
1797
1798         Rework find interface. The find logic has been moved from backends
1799         to the shell avoiding a lot of duplicated code in the backends and
1800         making easier to implement the find interface in the backends.
1801         
1802 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * backend/pdf/ev-poppler.cc:
1805         (pdf_document_thumbnails_get_dimensions):
1806
1807         Make sure thumbnail size returned by the PDF is actually
1808         valid. Fixes bug #548462.
1809         
1810 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * shell/ev-window.c: (ev_window_setup_document),
1813         (ev_window_set_document), (ev_window_dispose):
1814
1815         Remove the idle function for setting the document up when the
1816         window is destroyed. Fixes bug #549163.
1817         
1818 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1821         (ev_job_attachments_dispose), (ev_job_attachments_run),
1822         (ev_job_attachments_class_init), (ev_job_attachments_new):
1823         * shell/ev-sidebar-attachments.c:
1824         (ev_sidebar_attachments_set_document):
1825
1826         Add a new job to get the attachments in a thread with the document
1827         lock held. Fixes bug #548653.
1828         
1829 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1832         (tiff_document_document_iface_init):
1833
1834         Implement document_get_page_label in tiff backend.
1835         
1836 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * backend/tiff/tiff-document.c: (tiff_document_render):
1839
1840         Handle document orientation in tiff backend. Fixes bug #548444.
1841         
1842 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1845
1846         Do not crash when adjustment page size is 0. Fixes bug #547440.
1847         
1848 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1851
1852         Sync with current GTK+.
1853         
1854 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1855
1856         * configure.ac:
1857         
1858         Update for release 2.23.6.
1859
1860 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1863         (ev_job_load_set_password):
1864         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1865         * shell/ev-window.c: (password_dialog_response),
1866         (ev_window_load_job_cb):
1867
1868         Fix loading encrypted documents since I broke it with the jobs
1869         rework.
1870         
1871 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * NEWS:
1874
1875         Update NEWS for 2.23.6 release.
1876         
1877 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1878
1879         * backend/impress/impress-document.c:
1880         * backend/impress/render.h:
1881         * libdocument/ev-document-factory.c:
1882         * libdocument/ev-document-factory.h:
1883         * libdocument/ev-document-links.h:
1884         * libdocument/ev-document-misc.c:
1885         * libdocument/ev-document-misc.h:
1886         * properties/ev-properties-main.c:
1887         * properties/ev-properties-view.c:
1888         * properties/ev-properties-view.h:
1889         * shell/eggfindbar.c:
1890         * shell/eggfindbar.h:
1891         * shell/ev-application.c:
1892         * shell/ev-application.h:
1893         * shell/ev-jobs.h:
1894         * shell/ev-message-area.h:
1895         * shell/ev-navigation-action.c:
1896         * shell/ev-navigation-action.h:
1897         * shell/ev-open-recent-action.c:
1898         * shell/ev-open-recent-action.h:
1899         * shell/ev-page-action-widget.c:
1900         * shell/ev-page-action.c:
1901         * shell/ev-page-action.h:
1902         * shell/ev-page-cache.h:
1903         * shell/ev-password-view.h:
1904         * shell/ev-password.h:
1905         * shell/ev-pixbuf-cache.h:
1906         * shell/ev-properties-fonts.c:
1907         * shell/ev-sidebar-attachments.c:
1908         * shell/ev-sidebar-links.c:
1909         * shell/ev-sidebar-links.h:
1910         * shell/ev-sidebar-thumbnails.c:
1911         * shell/ev-sidebar-thumbnails.h:
1912         * shell/ev-sidebar.c:
1913         * shell/ev-sidebar.h:
1914         * shell/ev-stock-icons.c:
1915         * shell/ev-tooltip.h:
1916         * shell/ev-view.c:
1917         * shell/ev-view.h:
1918         * shell/ev-window.c:
1919         * shell/ev-window.h:
1920         * shell/main.c:
1921
1922         More #include cleanups. Again: reordering, single gtk.h
1923         includes and other stuff.
1924
1925 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1926
1927         * shell/eggfindbar.c:
1928         * shell/ev-application.c:
1929         * shell/ev-message-area.c:
1930         * shell/ev-navigation-action.c:
1931         * shell/ev-open-recent-action.c:
1932         * shell/ev-page-action-widget.c:
1933         * shell/ev-page-action.c:
1934         * shell/ev-password-view.c:
1935         * shell/ev-properties-dialog.c:
1936         * shell/ev-properties-fonts.c:
1937         * shell/ev-sidebar-attachments.c:
1938         * shell/ev-sidebar-page.c:
1939         * shell/ev-sidebar-thumbnails.c:
1940         * shell/ev-stock-icons.c:
1941         * shell/ev-tooltip.c:
1942         * shell/ev-view.c:
1943         * shell/ev-window.c:
1944         * shell/main.c:
1945
1946         Cleanup many #include statements: reorder so that a
1947         generic-to-specific order is used, use single gtk.h
1948         includes, and some other cleanups.
1949
1950 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * shell/ev-jobs.h:
1953
1954         Add gio header.
1955         
1956 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1959         (ev_document_fc_mutex_trylock):
1960         * shell/Makefile.am:
1961         * shell/ev-job-queue.[ch]:
1962         * shell/ev-job-scheduler.[ch]:
1963         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1964         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1965         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1966         (ev_job_failed_from_error), (ev_job_succeeded),
1967         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1968         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1969         (ev_job_links_class_init), (ev_job_render_init),
1970         (notify_page_ready), (ev_job_render_page_ready),
1971         (ev_job_render_run), (ev_job_render_class_init),
1972         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1973         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1974         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1975         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1976         (ev_job_save_dispose), (ev_job_save_run),
1977         (ev_job_save_class_init), (ev_job_print_init),
1978         (ev_job_print_dispose), (ev_job_print_run),
1979         (ev_job_print_class_init):
1980         * shell/ev-page-cache.c:
1981         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1982         (check_job_size_and_unref), (move_one_job),
1983         (copy_job_to_job_info), (add_job),
1984         (ev_pixbuf_cache_add_jobs_if_needed):
1985         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1986         (job_fonts_finished_cb), (job_fonts_updated_cb),
1987         (ev_properties_fonts_set_document):
1988         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1989         (ev_sidebar_links_set_document):
1990         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1991         (ev_sidebar_thumbnails_set_document),
1992         (ev_sidebar_thumbnails_clear_job):
1993         * shell/ev-view-private.h:
1994         * shell/ev-view.c:
1995         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1996         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1997         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1998         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1999         (window_open_file_copy_ready_cb), (ev_window_open_uri),
2000         (ev_window_reload_document), (ev_window_clear_save_job),
2001         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2002         (ev_window_clear_print_job), (ev_window_print_job_cb),
2003         (ev_window_print_dialog_response_cb):
2004         * shell/main.c: (main):
2005
2006         Rework the jobs system in order to make it simpler and more
2007         extensible. It allows to run jobs in the main loop instead of
2008         using a thread when it's appropriate like the fonts job. Now it's
2009         also possible to cancel jobs that are currently running. 
2010         
2011 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * libdocument/ev-debug.c: (profile_init):
2014
2015         Create the hash table also when profiling service is enabled for
2016         all sections.
2017         
2018 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * libdocument/ev-debug.[ch]: (ev_profiler_start),
2021         (ev_profiler_stop):
2022         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
2023         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
2024         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
2025         (ev_job_print_run):
2026         * shell/main.c: (main):
2027
2028         Add a profile mode available when debug is enabled. Add profilers
2029         in ev-jobs.
2030         
2031 2008-07-23  Götz Waschk <waschk@mandriva.org>
2032
2033         * configure.ac: Correctly build desktop file. Fixes
2034         bug #544237.
2035
2036 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2037
2038         * configure.ac:
2039         
2040         Update for release 2.23.5.
2041
2042 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * NEWS:
2045
2046         Update NEWS for 2.23.5 release.
2047         
2048 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * shell/ev-window.c: (ev_window_state_event),
2051         (ev_window_class_init):
2052
2053         Intercept window manager's fullscreen request in order to run/stop
2054         fullscreen mode. Fixes bug #493541.
2055         
2056 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * shell/ev-window.c: (find_bar_visibility_changed_cb):
2059
2060         Restart the job search when the find bar is opened for the second
2061         time. Fixes bug #531956.
2062         
2063 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2066         (get_document_from_uri):
2067
2068         Make sure we always return a valid error struct when
2069         get_document_from_uri fails. Fixes nautilus crash, see bug
2070         #542548.
2071         
2072 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2073
2074         * libdocument/ev-transition-effect.c
2075         (ev_transition_effect_type_get_type),
2076         (ev_transition_effect_alignment_get_type),
2077         (ev_transition_effect_direction_get_type):
2078         
2079         Fixes bug #542924. Makes enums static to fix Solaris build.
2080
2081 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * shell/ev-view.c: (ev_view_key_press_event):
2084
2085         Add '.' keybinding for blanking the screen in presentation
2086         mode. Fixes bug #542001.
2087         
2088 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * libdocument/ev-document-misc.c:
2091         (ev_document_misc_pixbuf_from_surface):
2092
2093         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2094         #540950.
2095         
2096 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2097
2098         * backend/comics/comics-document.c (comics_document_load):
2099         * backend/comics/comicsdocument.evince-backend.in:
2100         * configure.ac:
2101         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2102         
2103         Added support for 7-zip based cb7 comic book. Patch by
2104         Kartik Rustagi. Fixes bug #532312.
2105
2106 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2107
2108         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2109         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2110         Fixes bug #539972.
2111
2112 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2113
2114         * shell/Makefile.am:
2115         * shell/ev-application.c (ev_application_init),
2116         (ev_application_get_media_keys):
2117         * shell/ev-application.h:
2118         * shell/ev-marshal.list:
2119         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2120         (proxy_destroy), (on_media_player_key_pressed),
2121         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2122         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2123         * shell/ev-media-player-keys.h:
2124         * shell/ev-window.c (ev_window_go_previous_page),
2125         (ev_window_go_next_page), (ev_window_go_first_page),
2126         (ev_window_go_last_page), (ev_window_start_presentation),
2127         (ev_window_dispose), (view_actions_focus_in_cb):
2128         * shell/ev-window.h: When building with D-Bus support, listen
2129         for multimedia key events from gnome-settings-daemon. This allows
2130         to go to the next/previous/first/last pages using, respectively,
2131         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2132         a presentation. Fixes bug #539971.
2133
2134 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2135
2136         * configure.ac:
2137         
2138         Update for release 2.23.4.
2139
2140 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * NEWS:
2143
2144         Update news for 2.23.4 release.
2145         
2146 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2149         * shell/ev-sidebar-thumbnails.c:
2150         (ev_sidebar_thumbnails_set_loading_icon),
2151         (ev_sidebar_thumbnails_refresh):
2152         * shell/ev-window.c: (ev_window_error_message),
2153         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2154         (ev_window_set_document):
2155
2156         Do not crash opening documents with no pages and show a warning
2157         message in the message area. Fixes bugs #537574 and #171588.
2158         
2159 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/Makefile.am:
2162         * shell/ev-file-monitor.[ch]:
2163         * shell/ev-window.c: (ev_window_document_changed),
2164         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2165         (ev_window_reload_job_cb), (ev_window_open_uri),
2166         (ev_window_reload_document), (ev_window_cmd_view_reload),
2167         (ev_window_dispose):
2168
2169         Automaticly reload the document when the file has changed on
2170         disk. Bug #304249.
2171         
2172 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2173
2174         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2175         * libdocument/ev-image.c: (ev_image_save_tmp):
2176         * libdocument/ev-module.c: (ev_module_load):
2177         * shell/ev-application.c: (ev_application_shutdown),
2178         (ev_application_get_print_settings):
2179         * shell/ev-sidebar-attachments.c:
2180         (ev_sidebar_attachments_button_press),
2181         (ev_sidebar_attachments_drag_data_get):
2182         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2183         (ev_window_print_finished), (ev_window_print_send),
2184         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2185         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2186         (ev_window_cmd_preview_print):
2187         * shell/main.c: (load_files_remote):
2188         Fix some build warnings under GCC 4.3.0. (#537535).
2189
2190 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-jobs.c: (ev_job_render_dispose):
2193
2194         Fix a crash in debug mode. Patch by Daniel M German.
2195         
2196 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * shell/ev-window.c:
2199
2200         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2201         
2202 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-window.c: (ev_window_print_send),
2205         (ev_window_do_preview_print):
2206
2207         Use the window title as print job name instead of just
2208         "evince-print". Fixes bug #534493.
2209         
2210 2008-05-19  Frederic Peters  <fpeters@0d.be>
2211
2212         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2213         Bug #533897.
2214
2215 2008-05-19  Frederic Peters  <fpeters@0d.be>
2216
2217         * help/reference/Makefile.am: added missing libevmountoperation to
2218         gtkdoc-scanobj libraries.  Bug #533896.
2219
2220 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2221
2222         * properties/ev-properties-view.c (get_default_user_units):
2223         Fixes check for default units string translation. Bug #533323.
2224
2225 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2226
2227         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2228         be an iks_free(). Fix an array overflow in the XML parser that
2229         would occur whenever the number of attributes in a tag was greater
2230         than 0 and divisible by 6. Fixes GNOME bug #530852.
2231
2232 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * backend/djvu/djvu-document-private.h:
2235         * backend/djvu/djvu-links.c:
2236         * backend/djvu/djvu-text.c:
2237         * backend/djvu/djvu-document.c: (djvu_handle_events),
2238         (djvu_wait_for_message), (djvu_document_load),
2239         (document_get_page_size), (djvu_document_render),
2240         (djvu_document_thumbnails_get_thumbnail),
2241         (djvu_document_file_exporter_end):
2242
2243         Make sure load job doesn't finish successfully when the document
2244         is not successfully decoded by libdjvu. Fixes bug #530202.
2245         
2246 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * configure.ac:
2249         * libdocument/Makefile.am:
2250         * libdocument/ev-debug.[ch]:
2251         * libdocument/ev-document.c:
2252         * shell/ev-jobs.c: (ev_job_links_dispose),
2253         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2254         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2255         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2256         (ev_job_render_page_ready), (ev_job_render_run),
2257         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2258         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2259         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2260         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2261         (ev_job_print_new), (ev_job_print_run):
2262         * shell/main.c: (main):
2263
2264         Add debug mode based on gedit code. Add debug messages in
2265         ev-jobs.
2266         
2267 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * libdocument/ev-document-factory.c: (get_document_from_uri):
2270
2271         Fix memory leak.
2272         
2273 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2274
2275         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2276         (get_mime_type_from_data), (get_document_from_uri),
2277         (ev_document_factory_get_document):
2278         
2279         Improved error message about file opening failture.
2280         Bug #529129.
2281
2282 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2283
2284         * data/evince-toolbar.xml:
2285         
2286         Allow to add SaveAs to toolbar.
2287
2288 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * shell/ev-view-private.h:
2291         * shell/ev-view.[ch]: (ev_view_button_release_event),
2292         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2293         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2294         (ev_view_update_primary_selection), (clear_link_selected),
2295         (ev_view_copy_link_address):
2296         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2297
2298         Update also the primary selection when copying a link
2299         address. Fixes bug #520855.
2300         
2301 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * libdocument/ev-document-factory.c: (get_document_from_uri):
2304
2305         Use the pixbuf backend only when the mime type is not supported by
2306         any of the other backend so that tiff documents, for instance, are
2307         handled by the tiff backend instead of the pixbuf backend. fixes
2308         bug #520290.
2309         
2310 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * cut-n-paste/Makefile.am:
2313
2314         Add evmountoperation to subdirs list.
2315         
2316 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * configure.ac:
2319
2320         Fix libspectre check in configure script. Fixes bug #528549.
2321         
2322 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * configure.ac:
2325         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2326         * shell/Makefile.am:
2327         * shell/ev-window.c: (ev_window_load_remote_failed),
2328         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2329
2330         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2331         open documents in remote locations that are not mounted.
2332         
2333 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2336         (bitmap_convert_msb8):
2337         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2338         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2339
2340         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2341         
2342 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2345         (ev_job_render_new), (ev_job_render_set_selection_info),
2346         (ev_job_render_run):
2347         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2348         (check_job_size_and_unref),
2349         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2350         (add_job), (ev_pixbuf_cache_get_selection_surface):
2351
2352         Create the render context needed for rendering a page in the render
2353         thread so that we don't block the main thread. Simplify
2354         EvJobRender API.
2355         
2356 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * libdocument/Makefile.am:
2359         * libdocument/ev-page.[ch]:
2360         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2361         (ev_render_context_new), (ev_render_context_set_page):
2362         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2363         (ev_form_field_finalize), (ev_form_field_class_init):
2364         * libdocument/ev-document-forms.[ch]:
2365         (ev_document_forms_get_form_fields):
2366         * libdocument/ev-document.[ch]: (ev_document_get_page),
2367         (ev_document_get_page_size), (ev_document_get_page_label):
2368         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2369         (ev_job_render_run), (ev_job_thumbnail_new),
2370         (ev_job_thumbnail_run), (ev_job_print_run):
2371         * shell/ev-page-cache.c: (ev_page_cache_new):
2372         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2373         (check_job_size_and_unref), (add_job):
2374         * shell/ev-sidebar-thumbnails.c: (add_range):
2375         * shell/ev-view.c: (ev_view_form_field_get_region),
2376         (ev_view_form_field_button_create_widget),
2377         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2378         (ev_view_handle_form_field), (ev_view_size_allocate),
2379         (get_selected_text):
2380         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2381         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2382         (pdf_document_get_page), (pdf_document_get_page_label),
2383         (pdf_document_render), (pdf_document_get_info),
2384         (pdf_document_document_iface_init),
2385         (pdf_document_thumbnails_get_thumbnail),
2386         (pdf_document_thumbnails_get_dimensions),
2387         (pdf_document_file_exporter_do_page),
2388         (pdf_selection_render_selection),
2389         (pdf_selection_get_selected_text),
2390         (pdf_selection_get_selection_region),
2391         (pdf_selection_get_selection_map),
2392         (pdf_document_forms_get_form_fields),
2393         (pdf_document_forms_form_field_text_get_text),
2394         (pdf_document_forms_form_field_text_set_text),
2395         (pdf_document_forms_form_field_button_set_state),
2396         (pdf_document_forms_form_field_button_get_state),
2397         (pdf_document_forms_form_field_choice_get_item),
2398         (pdf_document_forms_form_field_choice_get_n_items),
2399         (pdf_document_forms_form_field_choice_is_item_selected),
2400         (pdf_document_forms_form_field_choice_select_item),
2401         (pdf_document_forms_form_field_choice_toggle_item),
2402         (pdf_document_forms_form_field_choice_unselect_all),
2403         (pdf_document_forms_form_field_choice_set_text),
2404         (pdf_document_forms_form_field_choice_get_text):
2405         * backend/ps/ev-spectre.c: (ps_document_get_page),
2406         (ps_document_get_page_size), (ps_document_get_page_label),
2407         (ps_document_render), (ps_document_document_iface_init),
2408         (ps_document_file_exporter_do_page):
2409         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2410         (tiff_document_render), (tiff_document_render_pixbuf),
2411         (tiff_document_file_exporter_do_page):
2412         * backend/pixbuf/pixbuf-document.c:
2413         (pixbuf_document_get_page_size):
2414         * backend/comics/comics-document.c:
2415         (comics_document_get_page_size), (comics_document_render_pixbuf):
2416         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2417         (djvu_document_render), (djvu_selection_get_selected_text),
2418         (djvu_document_thumbnails_get_thumbnail),
2419         (djvu_document_file_exporter_do_page),
2420         (djvu_document_find_get_result):
2421         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2422         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2423         (dvi_document_thumbnails_get_thumbnail),
2424         (dvi_document_file_exporter_do_page):
2425         * backend/impress/impress-document.c:
2426         (impress_document_get_page_size),
2427         (impress_document_render_pixbuf):
2428         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2429
2430         Add EvPage so that we can hold a reference to the backend
2431         page. Form fields keep now a reference to the poppler page
2432         improving performance since we don't have to create/destroy the
2433         poppler field for every form operation. This will be needed for
2434         annotations too.
2435         
2436 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * data/evince-ui.xml:
2439         * shell/ev-window.c:
2440
2441         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2442         
2443 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * configure.ac:
2446         * backend/ps/Makefile.am:
2447
2448         Remove gs stuff from ps backend.
2449         
2450 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * configure.ac:
2453         * backend/pdf/ev-poppler.cc:
2454
2455         Bump poppler requirement to 0.8.0.
2456         
2457 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2458
2459         * NEWS:
2460         * configure.ac:
2461
2462         Update for release 2.22.1.1
2463
2464 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * configure.ac:
2467
2468         Fix build (again) when poppler version is 0.6
2469         
2470 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * backend/djvu/djvu-links.c: (build_tree):
2473
2474         Make sure link title is a valid utf8 string. Fixes bug #526517.
2475         
2476 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * configure.ac:
2479
2480         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2481         #526799.
2482         
2483 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2484
2485         * configure.ac:
2486         
2487         Update for release 2.22.1.
2488
2489 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * NEWS:
2492
2493         Update for upcoming release.
2494
2495 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * configure.ac:
2498         * backend/dvi/dvidocument.evince-backend.in:
2499
2500         Add compressed dvi to the list of supported mime types. Patch by
2501         Ed Catmur. Fixes bug #307087.
2502
2503 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2506
2507         Fix a crash when printing a range that doesn't specify the start or
2508         end page. Fixes bug #524288.
2509
2510 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * shell/ev-window.c: (ev_window_cmd_continuous),
2513         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2514         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2515         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2516         (ev_window_run_presentation), (ev_window_stop_presentation),
2517         (ev_window_cmd_view_presentation),
2518         (ev_window_cmd_leave_fullscreen),
2519         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2520
2521         Do not unfullscreen and fullscreen again the window when changing
2522         from fullscreen to presentation mode and vice versa. Fixes bug
2523         #524112.
2524         
2525 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2528
2529         Do not crash when thumbnail failed to render in PS backend. Fixes
2530         bug #525015.
2531         
2532 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2535         (ev_window_load_file_remote), (ev_window_open_uri):
2536
2537         Handle errors when opening remote files.
2538         
2539 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2542
2543         Only grab the focus for the current visible proxy widget. Fixes
2544         bug #521224.
2545         
2546 2008-03-30  Emil Soleyman  <emil@nishra.com>
2547
2548         * shell/ev-window.c: (launch_external_uri):
2549         
2550         Reuse g_app_info_launch_default_for_uri to
2551         save some code and fix bug #525009.
2552
2553 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2554
2555         * shell/ev-window.c (image_save_dialog_response_cb):
2556
2557         Use g_str_has_suffix. See bug #523069.
2558
2559 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * configure.ac:
2562
2563         Add a configure option to enable/diable DBus. Patch by Rémi
2564         Cardona. Fixes bug 521797.
2565
2566 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2569
2570         Fix printing in documents with rotated pages. Patch by Eugen
2571         Dedu. Fixes bug #512648.
2572         
2573 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2576         (ev_link_from_action):
2577
2578         Fix warning messages.
2579         
2580 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * shell/ev-window.c: (image_save_dialog_response_cb):
2583
2584         Do not append the extension to filename when saving an image
2585         if the filename alredy contains the extension. Fixes bug #523069.
2586         
2587 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * shell/ev-view.[ch]: (ev_view_find_cancel):
2590         * shell/ev-window.c: (find_bar_close_cb):
2591
2592         Cancel the find operation when the find bar is closed. Fixes bug
2593         #508845.
2594         
2595 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * backend/ps/psdocument.evince-backend.in:
2598
2599         Make ps backend module resident. Fixes bug #520607.
2600         
2601 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-jobs.c: (ev_job_print_run):
2604
2605         Invert collate action in order to work as expected, fix reverse
2606         printing so that it doesn't start with a blank page and fix number
2607         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2608         
2609 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2612
2613         Fix build with poppler <= 0.7.2
2614         
2615 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * libdocument/ev-document-misc.c:
2618         (ev_document_misc_surface_from_pixbuf):
2619
2620         Fix selections with poppler-splash.
2621         
2622 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * configure.ac:
2625         * backend/pdf/ev-poppler.cc:
2626
2627         Fix build with poppler >= 0.7.2
2628         
2629 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2630
2631         * configure.ac:
2632         
2633         Update for release 2.22.0
2634
2635 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * NEWS:
2638
2639         Update for upcoming release.
2640
2641 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2642
2643         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2644
2645         Bug 495107 – Handle print dialog responses correctly
2646
2647         Correctly handle print dialog response. Properly fixes
2648         the above mentioned bug.
2649
2650 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2653
2654         Make sure print job is only run when the print button is
2655         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2656         
2657 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * backend/pdf/pdfdocument.evince-backend.in:
2660         * libdocument/ev-backends-manager.c:
2661         (ev_backends_manager_load_backend),
2662         (ev_backends_manager_get_document):
2663         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2664
2665         Allow making backend modules resident. This is needed only for
2666         some backends like pdf to avoid registering glib types more than
2667         once.
2668         
2669 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * backend/comics/comics-document.c:
2672         * backend/djvu/djvu-document.c:
2673         * backend/impress/impress-document.c:
2674         * backend/pdf/ev-poppler.cc:
2675         * backend/pixbuf/pixbuf-document.c:
2676         * backend/ps/ev-spectre.c:
2677         * backend/ps/ps-document.c:
2678         * backend/tiff/tiff-document.c:
2679         * libdocument/ev-document.h:
2680         * properties/ev-properties-main.c:
2681
2682         Use g_type_module_add_interface instead of
2683         g_type_add_interface_static. Fixes bug #519679.
2684         
2685 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2686
2687         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2688         Added. Returns whether the animation has everything necessary to run.
2689         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2690         is ready just because it's been created. Fixes #519106.
2691         (draw_one_page): Do not show the "Loading..." text in presentation
2692         mode, there was a slim probability that this could happen.
2693
2694 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2697
2698         Duplicate mime_type string before freeing it so that it doesn't
2699         always fail when getting mime type from uri. Fixes bug #518874.
2700         
2701 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2704
2705         Fix a crash when a choice form field doesn't have any item
2706         selected. Fixes bug #518831
2707         
2708 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2709
2710         * shell/ev-window.c (ev_window_clear_temp_file):
2711         Use g_file_has_prefix instead of renamed
2712         g_file_contains_file.
2713
2714         * configure.ac:
2715         Require new glib for above change.
2716         
2717 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * libdocument/ev-image.c: (ev_image_finalize),
2720         (ev_image_save_tmp):
2721
2722         Return a real uri instead of a filename when saving an
2723         image. Fixes images drag an drop from evince to nautilus. 
2724         
2725 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * backend/pdf/ev-poppler.cc:
2728         (pdf_document_images_get_image_mapping):
2729
2730         Return the image list in the right order. Fixes bug #516237.
2731         
2732 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2733
2734         * backend/impress/impress-document.c:
2735         (impress_document_thumbnails_get_thumbnail):
2736
2737         Remove unused variable to avoid a compiler warning.
2738
2739 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2740
2741         * configure.ac:
2742         
2743         Update for release 2.21.91.
2744
2745 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * configure.ac:
2748         * shell/Makefile.am:
2749         * shell/ev-application.[ch]:
2750         * shell/ev-sidebar-links.c:
2751         * shell/ev-utils.[ch]:
2752         * shell/ev-window.[ch]:
2753
2754         Remove libgnomeprint support. Fixes bug #512370.
2755         
2756 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2757
2758         * thumbnailer/evince-thumbnailer.c: (main):
2759
2760         Initialize glib type system before using it. Fixes bug #513934.
2761         
2762 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * properties/ev-properties-main.c:
2765
2766         Add missing #include.
2767         
2768 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * configure.ac:
2771         * backend/djvu/djvu-document.c: (djvu_document_render):
2772         * backend/tiff/tiff-document.c: (tiff_document_render):
2773
2774         Use the new cairo function cairo_format_stride_for_width when
2775         available. Fixes bug #482720.
2776
2777 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2780         (get_mime_type_from_data), (get_document_from_uri):
2781
2782         Use g_content_type_guess() only when slow is true in
2783         get_document_from_uri(). Fix several memory leaks.
2784         
2785 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2786
2787         * libdocument/ev-document-factory.c:
2788         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2789         (get_document_from_uri):
2790
2791         Use g_content_type_guess () to get mimetype for files.
2792         Bug #510401.
2793
2794 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2795
2796         * thumbnailer/Makefile.am:
2797
2798         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2799         
2800 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * configure.ac:
2803
2804         Fix build with --without-libgnome. Fixes bug #512771.
2805         
2806 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2807
2808         * backend/dvi/Makefile.am: Install only dvi
2809         module. Fixes bug #512718.
2810
2811 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2812
2813         * properties/ev-properties-main.c: (nautilus_module_initialize):
2814         
2815         Initialize backends in properties tab. Fixes bug
2816         #512720.
2817
2818 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2819
2820         * properties/Makefile.am: No need to link with 
2821         libraries. Fixes bug #512719.
2822
2823 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2824
2825         * NEWS:
2826         * configure.ac:
2827         
2828         Update for release 2.21.90.
2829
2830 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * shell/ev-window.c: (ev_window_cmd_escape):
2833
2834         Fix compile warning.
2835         
2836 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2839
2840         Fix printing in dvi backend when filename contains white
2841         espaces. Fixes bug #502839.
2842         
2843 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2846         (screensaver_disable_x11):
2847         * shell/Makefile.am:
2848         * shell/xdg-user-dir-lookup.c: Removed
2849         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2850         * shell/ev-view.c: (ev_view_presentation_transition_start):
2851         * shell/ev-window.c: (ev_window_cmd_file_open),
2852         (ev_window_cmd_save_as), (presentation_set_timeout):
2853
2854         Remove #ifdefs that are no longer needed.
2855         
2856 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-view.[ch]: (ev_view_button_release_event),
2859         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2860         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2861         (ev_window_cmd_escape):
2862
2863         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2864         
2865 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * configure.ac:
2868         * backend/comics/comics-document.c: (comics_document_load):
2869         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2870         (ev_attachment_set_property), (ev_attachment_init),
2871         (ev_attachment_save), (ev_attachment_launch_app),
2872         (ev_attachment_open):
2873         * libdocument/ev-document-factory.c: (get_document_from_uri):
2874         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2875         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2876         * shell/ev-jobs.c:
2877         * shell/ev-password.c: (ev_password_dialog_set_property),
2878         (ev_password_dialog_save_password):
2879         * shell/ev-sidebar-attachments.c:
2880         (ev_sidebar_attachments_drag_data_get):
2881         * shell/ev-window-title.c: (get_filename_from_uri):
2882         * shell/ev-window.c: (ev_window_clear_temp_file),
2883         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2884         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2885         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2886         (launch_external_uri), (image_save_dialog_response_cb),
2887         (attachment_save_dialog_response_cb):
2888         * shell/main.c: (load_files), (load_files_remote), (main):
2889         * thumbnailer/evince-thumbnailer.c: (main):
2890
2891         Port to gio and drop gnome-vfs dependency. Fixes bug
2892         #510401. Based on patch by Cosimo Cecchi.
2893         
2894 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2895
2896         * NEWS:
2897
2898         Fixed formatting inconsistencies (spaces vs. tabs)
2899
2900 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2901
2902         * shell/ev-window.c:
2903
2904         Use top/up/bottom/down arrows instead of
2905         first/left/last/right in the toolbar and menu actions.
2906         This fixes issues with RTL languages and is visually
2907         consistent with the page view. Fixes bug #170081.
2908
2909 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2910
2911         * NEWS:
2912
2913         Fixed some inaccuracies pointed out by Carlos Garcia
2914         Campos.
2915
2916 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2917
2918         * NEWS:
2919         * data/evince.schemas.in:
2920         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2921
2922         Override PDF restrictions by default. Fixes bug #382700.
2923
2924 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2925
2926         * NEWS: Updated for upcoming release
2927
2928 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2931
2932         Fix memory leak.
2933         
2934 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2935
2936         * shell/ev-window.c: (register_custom_actions):
2937         
2938         Added comment for translators
2939
2940 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * shell/ev-view.c: (ev_view_button_release_event):
2943
2944         Do not create the idle function for kinetic scrolling if we are
2945         not in a drag operation.
2946
2947 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2950         (ev_view_button_press_event), (ev_view_motion_notify_event),
2951         (ev_view_button_release_event):
2952
2953         Restore cursor after autoscrolling. Fixes bug #509958.
2954
2955 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * configure.ac:
2958         * backend/pdf/ev-poppler.cc:
2959         (pdf_document_images_get_image_mapping),
2960         (pdf_document_images_get_image),
2961         (pdf_document_document_images_iface_init):
2962         * libdocument/ev-document-images.[ch]:
2963         (ev_document_images_get_image_mapping),
2964         (ev_document_images_get_image):
2965         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2966         (ev_image_get_id), (ev_image_save_tmp):
2967         * shell/ev-jobs.c: (ev_job_render_run):
2968         * shell/ev-view.c: (ev_view_drag_data_get):
2969         * shell/ev-window.c: (image_save_dialog_response_cb),
2970         (ev_view_popup_cmd_copy_image):
2971
2972         Do not render images when rendering the page but on demand. It
2973         reduces the memory comsumption.
2974         
2975 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2976
2977         * configure.a:
2978         * shell/ev-password.c:
2979
2980         Make gnome-keyring optional. Fixes bug #509676.
2981         
2982 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * shell/ev-pixbuf-cache.c: (add_job):
2985
2986         Initialize include_images variable as FALSE instead of TRUE.
2987         
2988 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2989
2990         * configure.ac:
2991         * cut-n-paste/Makefile.am:
2992         * cut-n-paste/fileformatchooser/Makefile.am:
2993         * cut-n-paste/fileformatchooser/egg-macros.h:
2994         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2995         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2996         * shell/Makefile.am:
2997         * shell/ev-utils.c:
2998         (file_chooser_dialog_add_writable_pixbuf_formats),
2999         (get_gdk_pixbuf_format_by_extension):
3000         * shell/ev-utils.h:
3001         * shell/ev-window.c: (ev_window_error_message),
3002         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
3003         
3004         Simplify image format selection on save.
3005
3006 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * shell/ev-view.c: (ev_view_scroll_event):
3009         
3010         Repair gorizontal scrolling with shift. Fixes
3011         bug #483412.
3012
3013 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3014         
3015         * MAINTAINERS:
3016
3017         Fix formatting issues.
3018         
3019 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3020
3021         * backend/comics/comics-document.c: (comics_regex_quote):
3022         
3023         Don't overquote special chars except of '. See bug 
3024         502500. Thanks to Tom Parker.
3025
3026 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3027
3028         * MAINTAINERS:
3029         
3030         Added Nickolay and Carlos, since they're doing most of
3031         the releases nowadays.
3032
3033 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3034
3035         * properties/Makefile.am:
3036
3037         Get the nautilus extension dir properly instead of using
3038         a hack. Fixes bug #505359.
3039
3040 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * properties/Makefile.am:
3043         
3044         Install nautilus extension into new place. See bug
3045         #505359. Thanks to Matthias Clasen, Brian Pepple and
3046         Damien Carbery.
3047
3048 2008-01-13  Djihed Afifi  <djihed@gmail.com>
3049
3050         * shell/ev-window.c: (ev_window_get_recent_file_label):
3051         
3052         RTL marker in recent file list. See bug #509076.
3053
3054 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3057         * shell/ev-window.c: (image_save_dialog_response_cb):
3058
3059         Fix compile warnings due to unused variables.
3060         
3061 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * configure.ac:
3064         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3065         * backend/ps/ev-spectre.c: (ps_document_render):
3066
3067         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3068
3069 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3070
3071         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3072         (ev_transition_animation_paint): Implement "fade" effect.
3073
3074 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3075
3076         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3077         (ev_transition_animation_paint): Implement "uncover" effect.
3078
3079 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3080
3081         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3082         (ev_transition_animation_paint): Implement "cover" effect.
3083
3084 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3085
3086         * shell/ev-transition-animation.c (ev_transition_animation_push)
3087         (ev_transition_animation_paint): Implement "push" effect.
3088
3089 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3090
3091         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3092         (ev_transition_animation_paint): Implement "dissolve" effect.
3093
3094 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3095
3096         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3097         (ev_transition_animation_paint): Implement "wipe" effect.
3098
3099 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3100
3101         * shell/ev-transition-animation.c (ev_transition_animation_box)
3102         (ev_transition_animation_paint): Implement "box" effect.
3103
3104 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3105
3106         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3107         (ev_transition_animation_paint): Implement "blinds" effect.
3108
3109 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3110
3111         * shell/ev-transition-animation.c (ev_transition_animation_split)
3112         (ev_transition_animation_paint): Implement "split" effect.
3113
3114 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3115
3116         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3117         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3118         (ev_view_transition_animation_start) 
3119         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3120         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3121         (ev_view_next_page) (ev_view_previous_page):
3122         
3123         Use EvTransitionAnimation to drive page changes in the presentation
3124         mode, the animation will wait to start until both the origin and 
3125         destination page surfaces are available. Fixes #458460.
3126
3127         (draw_loading_text):
3128
3129         Remove workaround for bug #320352, it's now fixed properly.
3130
3131
3132 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3133
3134         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3135         will contain the implementations for page transition animations, at
3136         the moment it just has the "replace" effect.
3137         * shell/Makefile.am: Added these files to build.
3138
3139 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3140
3141         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3142         animations.
3143         * shell/Makefile.am: Added these files to build.
3144
3145 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3146
3147         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3148         implementation to get_effect() in EvDocumentTransitionIface.
3149
3150 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3151
3152         * libdocument/ev-transition-effect.[ch]: New files, define a page
3153         transition effect, at the moment it maps PopplerPageTransition to a
3154         GObject.
3155         * libdocument/Makefile.am: Added these files to build.
3156         * libdocument/ev-document-transition.[ch]
3157         (ev_document_transition_get_effect): New method, gets the
3158         EvTransitionEffect returned by the interface implementation, with
3159         fallback to the "replace" effect.
3160
3161 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3162
3163         * configure.ac:
3164         * cut-n-paste/Makefile.am:
3165         * cut-n-paste/fileformatchooser/Makefile.am:
3166         * cut-n-paste/fileformatchooser/egg-macros.h:
3167         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3168         * shell/Makefile.am:
3169         * shell/ev-window.c: (image_save_dialog_response_cb),
3170         (ev_view_popup_cmd_save_image_as):
3171
3172         Allow exporting images in any format supported by
3173         GdkPixbuf. Fixes bug #500209.
3174         
3175 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * backend/pixbuf/pixbuf-document.c:
3178
3179         More warnings fixed.
3180         
3181 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3184         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3185         * backend/djvu/djvu-text.h:
3186         * backend/tiff/tiff-document.c: (tiff_document_render):
3187
3188         Fix compile warnings.
3189         
3190 2007-12-28  Christian Persch  <chpe@gnome.org>
3191
3192         * **/*.c: Include config.h. Bug #504721.
3193
3194 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * configure.ac:
3197         * Makefile.am:
3198         * po/POTFILES.in:
3199         * backend/comics/Makefile.am:
3200         * backend/comics/comics-document.[ch]:
3201         * backend/comics/comicsdocument.evince-backend.in:
3202         * backend/djvu/Makefile.am:
3203         * backend/djvu/djvu-document.[ch]:
3204         * backend/djvu/djvudocument.evince-backend.in:
3205         * backend/dvi/Makefile.am:
3206         * backend/dvi/dvi-document.[c]:
3207         * backend/dvi/dvidocument.evince-backend.in:
3208         * backend/impress/Makefile.am:
3209         * backend/impress/impress-document.[ch]:
3210         * backend/impress/impressdocument.evince-backend.in:
3211         * backend/pdf/Makefile.am:
3212         * backend/pdf/ev-poppler.cc:
3213         * backend/pdf/ev-poppler.h:
3214         * backend/pdf/pdfdocument.evince-backend.in:
3215         * backend/pixbuf/Makefile.am:
3216         * backend/pixbuf/pixbuf-document.[ch]:
3217         * backend/pixbuf/pixbufdocument.evince-backend.in:
3218         * backend/ps/Makefile.am:
3219         * backend/ps/ev-spectre.[ch]:
3220         * backend/ps/ps-document.[ch]:
3221         * backend/ps/psdocument.evince-backend.in:
3222         * backend/tiff/Makefile.am:
3223         * backend/tiff/tiff-document.[ch]:
3224         * backend/tiff/tiffdocument.evince-backend.in:
3225         * libdocument/Makefile.am:
3226         * libdocument/ev-backends-manager.[ch]:
3227         * libdocument/ev-module.[ch]:
3228         * libdocument/ev-document.h:
3229         * libdocument/ev-document-factory.[ch]:
3230         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3231         (get_compression_from_mime_type), (get_document_from_uri),
3232         (ev_document_factory_get_document), (file_filter_add_mime_types),
3233         (ev_document_factory_add_filters):
3234         * shell/Makefile.am:
3235         * shell/ev-window-title.c: (get_filename_from_uri):
3236         * shell/main.c: (main):
3237         * thumbnailer/Makefile.am:
3238         * thumbnailer/evince-thumbnailer.c: (main):
3239
3240         Plugin system for backends. Fixes bug #351348.
3241         
3242 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3243
3244         * shell/ev-view-private.h:
3245         * shell/ev-view.c: (ev_view_drag_update_momentum),
3246         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3247         (ev_view_button_release_event), (ev_view_destroy):
3248         
3249         Kinetic scrolling implemented as requested in
3250         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3251
3252 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3253
3254         * data/evince-toolbar.xml:
3255         * data/evince-ui.xml:
3256         * shell/ev-view-private.h:
3257         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3258         (ev_view_button_press_event), (ev_view_motion_notify_event),
3259         (ev_view_button_release_event), (ev_view_init),
3260         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3261         (ev_view_set_cursor):
3262         * shell/ev-view.h:
3263         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3264         (ev_window_cmd_view_autoscroll):
3265         
3266         Autoscroll feature with the context menu. Fixes bug 
3267         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3268
3269 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3272
3273         Disconnect also page-ready signal when removing a job because the
3274         page size has changed. Thanks to kripken
3275         <kripkensteiner@gmail.com>.
3276
3277 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3278
3279         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3280         
3281         Scroll pages in page entry with mouse wheel. Fixes bug
3282         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3283
3284 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * backend/dvi/Makefile.am:
3287         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3288         (mdvi_cairo_device_init):
3289         * backend/dvi/mdvi-lib/common.h:
3290         * backend/dvi/mdvi-lib/mdvi.h:
3291         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3292         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3293         (mdvi_build_path_from_cwd):
3294
3295         Add ps specials support in dvi backend when libspectre is
3296         present. Fixes bug #386005.
3297         
3298 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * configure.ac:
3301         * backend/ps/Makefile.am:
3302         * backend/ps/ev-spectre.[ch]:
3303         
3304         Use libspectre, if available, for the ps backend. Fixes bugs
3305         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3306
3307 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3308         
3309         * backend/comics/comics-document.c: (comics_document_load):
3310         
3311         Cygwin build issue fix.
3312
3313 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-view.c: (ev_view_set_zoom):
3316
3317         Do not limit the minimum zoom factor when sizing mode is best bit
3318         or fit width. Fixes bug #503805.
3319         
3320 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3323         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3324         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3325         (ev_link_dest_get_property), (ev_link_dest_set_property),
3326         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3327         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3328         (ev_link_dest_new_fitr):
3329         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3330         (goto_fith_dest), (goto_xyz_dest):
3331
3332         Do not change left, top and zoom values when they are null in PDF
3333         destinations. Fixes bug #460658.
3334         
3335 2007-12-10  Christian Persch  <chpe@gnome.org>
3336
3337         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3338         (ev_view_accessible_class_init),
3339         (ev_view_accessible_idle_do_action),
3340         (ev_view_accessible_action_do_action),
3341         (ev_view_accessible_action_get_description),
3342         (ev_view_accessible_action_set_description),
3343         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3344         (ev_view_accessible_factory_init),
3345         (ev_view_accessible_factory_get_accessible_type):
3346         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3347         private data, and G_DEFINE_TYPE. Bug #502843.
3348
3349 2007-12-08  Christian Persch  <chpe@gnome.org>
3350
3351         * shell/ev-metadata-manager.c: (item_free),
3352         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3353         (value_free), (parse_value), (parseItem),
3354         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3355         (save_values): Use GSlice to allocate small amounts of memory. Bug
3356         #475972.
3357
3358 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3361
3362         Restore cursor to normal after a drag operation. Fixes bug
3363         #501603.
3364         
3365 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3366
3367         * NEWS:
3368         * configure.ac:
3369         
3370         Update for release 2.21.1
3371
3372 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * configure.ac:
3375         * cut-n-paste/gedit-message-area/Makefile.am:
3376         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3377         * shell/Makefile.am:
3378         * shell/ev-message-area.[ch]:
3379         * shell/ev-window.c: (ev_window_set_message_area),
3380         (ev_window_error_message_response_cb), (ev_window_error_message),
3381         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3382         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3383         (ev_attachment_popup_cmd_open_attachment),
3384         (attachment_save_dialog_response_cb), (ev_window_set_document),
3385         (ev_window_init):
3386
3387         Use a message area instead of a popup dialog for error
3388         notifications. Fixes bug #337495.
3389         
3390 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3393         (ev_window_run_fullscreen):
3394
3395         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3396         
3397 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * ev-sidebar-thumbnails.c: (update_visible_range),
3400         (ev_sidebar_thumbnails_refresh),
3401         (ev_sidebar_thumbnails_set_document),
3402         (ev_sidebar_thumbnails_support_document):
3403
3404         Show thumbnails for documents with one page. Fixes bug #358751.
3405         
3406 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-window.c:
3409         (ev_window_load_print_settings_from_metadata),
3410         (ev_window_save_print_settings), (ev_window_print_finished),
3411         (ev_window_print_range):
3412
3413         Print settings that are specific to the document are now saved per
3414         document in the metadata file. Fixes bug #488806.
3415         
3416 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3417
3418         * backend/tiff/tiff-document.c: (tiff_document_render):
3419
3420         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3421         
3422 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * shell/ev-application.[ch]: (get_find_string_from_args),
3425         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3426         (ev_application_open_uri_list):
3427         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3428         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3429         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3430         (ev_window_cmd_recent_file_activate),
3431         (ev_window_open_recent_action_item_activated),
3432         (ev_window_print_send), (open_remote_link):
3433         * shell/main.c: (arguments_parse):
3434
3435         Add a command line option for search. Fixes bug #497710.
3436         
3437 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3438
3439         * shell/ev-jobs.c: (ev_job_print_new):
3440
3441         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3442         
3443 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * data/evince-toolbar.xml:
3446         * shell/Makefile.am:
3447         * shell/ev-application.c: (ev_application_init):
3448         * shell/ev-open-recent-action.[ch]:
3449         * shell/ev-window.c:
3450         (ev_window_open_recent_action_item_activated),
3451         (register_custom_actions):
3452
3453         Add an expander to the open toolbar item which pops up a dropdown
3454         menu with the recently used documents. Fixes bug #487215.
3455         
3456 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * shell/ev-window.c: (ev_window_open_uri),
3459         (ev_window_cmd_view_reload):
3460
3461         Do not jump to the first page when reloading by running evince
3462         from the command line. Fixes bug #490847.
3463         
3464 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3465
3466         * shell/ev-window.c: (ev_window_cmd_help_contents):
3467
3468         Plugged memory leak when help file is not found. Fixes bug
3469         #490762.
3470         
3471 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * configure.ac:
3474
3475         Enable djvu, dvi and comics backends by default. Fixes bug
3476         #437121.
3477         
3478 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * configure.ac:
3481         * cut-n-paste/Makefile.am:
3482         * cut-n-paste/recent-files/*: Removed
3483         * help/reference/Makefile.am:
3484         * shell/Makefile.am:
3485         * shell/ev-application.[ch]: (ev_application_shutdown),
3486         (ev_application_init):
3487         * shell/ev-window.c: (ev_window_add_recent),
3488         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3489
3490         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3491         
3492 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3493
3494         * shell/ev-window.c: (launch_external_uri):
3495
3496         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3497         and report error if the URL is not supported (#489910).
3498
3499 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3502         (pdf_document_file_exporter_begin_page),
3503         (pdf_document_file_exporter_end_page):
3504
3505         Fix printing with poppler splash backend. Fixes bug #489774.
3506         
3507 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3510         * shell/ev-print-job.c: (ev_print_job_class_init):
3511
3512         Fix a crash when printing with the gnome-print dialog. Fixes bug
3513         #488939.
3514         
3515 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3516
3517         * backend/pixbuf/pixbuf-document.c:
3518
3519         Fix an implicit function definition warning (#487655)
3520
3521 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-window.c:
3524
3525         Fix conflicting shortcut for view sade pane and presentation.
3526         
3527 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * backend/pdf/ev-poppler.cc:
3530         (pdf_document_file_exporter_begin_page),
3531         (pdf_document_file_exporter_do_page),
3532         (pdf_document_file_exporter_end_page),
3533         (pdf_document_file_exporter_iface_init):
3534         * libdocument/ev-file-exporter.[ch]:
3535         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3536         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3537         (ev_job_print_run):
3538
3539         When printing multiple pages per sheet in reverse option, do not
3540         invert the order of the pages in every sheet, but the order of the
3541         sheets. Do not print blank pages when page range is invalid. Fixes
3542         bugs #484857 and #485521.
3543         
3544 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3545
3546         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3547         (ev_job_print_run):
3548         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3549
3550         Respect ranges order when printing more than one range in random
3551         order.
3552         
3553 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3554
3555         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3556         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3557
3558         Rotate also the window icon when document is rotated. Fixes bug
3559         #474681.
3560         
3561 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3564         (pdf_document_forms_get_form_fields):
3565
3566         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3567         Matthias Drochner.
3568         
3569 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * configure.ac:
3572         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3573
3574         Use poppler_page_render_for_printing() instead of
3575         poppler_page_render() if available when exporting to a ps or pdf
3576         file. Fixes bug #476627.
3577         
3578 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * shell/ev-window.c: (ev_window_run_fullscreen):
3581
3582         Do not show the toolbar in fullscreen mode if the main toolbar is
3583         not visible. Fixes bug #483048.
3584         
3585 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-view.c: (ev_view_button_press_event):
3588
3589         Give priority to form fields over images when deciding whether a
3590         button press event is over an image or form field. It allows edit
3591         form fields when they are over a background image. Fixes bug
3592         #477841.
3593         
3594 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3595
3596         * NEWS:
3597         * configure.ac:
3598         
3599         Update for release 2.20.0
3600
3601 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * backend/pdf/ev-poppler.cc:
3604
3605         Remove #ifdef HAVE_FORMS, so that forms support works again.
3606
3607 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3608
3609         * configure.ac:
3610         * data/evince.desktop.in.in:
3611         
3612         Fixes desktop file issues. See bug #473471.
3613
3614 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3617         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3618         (ev_job_queue_remove_job):
3619         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3620         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3621         * shell/ev-window.c: (ev_window_clear_save_job),
3622         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3623         (ev_window_dispose):
3624
3625         Move save a copy task to its own job so that it's carried out in a
3626         thread avoiding another lock in the main thread. Use
3627         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3628         can be saved to a pathin another file system. Fixes bug #456891.
3629         
3630 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3631
3632         * NEWS:
3633         * configure.ac:
3634         
3635         Update for release 2.19.92
3636
3637 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3638
3639         * configure.ac:
3640         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3641         (pdf_selection_get_selection_region),
3642         (pdf_selection_get_selection_map),
3643         (ev_form_field_from_poppler_field):
3644
3645         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3646         and triple click selections are enabled again now.
3647
3648 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * shell/ev-window.c: (ev_window_add_history):
3651
3652         Make sure not to use the history with documents not supporting
3653         links. Fixes bug #468954.
3654
3655 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-window.c: (ev_window_load_job_cb):
3658
3659         Restart the search when reloading a document with the find bar
3660         visible. Fixes bug #461962.
3661
3662 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * shell/ev-window.c: (setup_document_from_metadata),
3665         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3666
3667         Do not jump to the first page when reloading a document from the
3668         last page.
3669
3670 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-window.c: (update_chrome_flag),
3673         (setup_sidebar_from_metadata),
3674         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3675         (ev_window_cmd_edit_find_next),
3676         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3677         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3678         (find_bar_close_cb), (view_actions_focus_in_cb):
3679
3680         Do not update visibility when changing a chrome flag so that it's
3681         possible to update several flags and update visibility only once
3682         for all of them.
3683
3684 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3687
3688         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3689         supported by gtk+. Fixes bug #460907.
3690
3691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-view.c: (view_update_range_and_current_page):
3694
3695         Make sure current-page <= end-page in continuous mode. Fixes bug
3696         #454950.
3697
3698 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * backend/pdf/ev-poppler.cc: (build_tree):
3701
3702         Ignore outline items without a title. Fixes bug #453913.
3703
3704 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3707         (ev_view_button_release_event), (ev_view_leave_notify_event):
3708
3709         Use always drag mouse cursor during a drag operation. Fixes bug
3710         #470564.
3711
3712 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3715         (pdf_selection_get_selection_region),
3716         (pdf_selection_get_selection_map):
3717
3718         Temporarily disable double and triple selections since it depends on
3719         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3720         released and the update of the external dependency minimal version
3721         approved.
3722
3723 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3726         (pdf_document_file_exporter_do_page):
3727         * libdocument/ev-file-exporter.h:
3728         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3729         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3730
3731         Actually fix printing regressions. Remove orientation from
3732         EvPrintContext since it's redundant.
3733
3734 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3737         * backend/impress/impress-document.c:
3738         (impress_document_document_iface_init):
3739         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3740         * backend/djvu/djvu-document.c:
3741         (djvu_document_document_iface_init),
3742         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3743         * backend/tiff/tiff-document.c:
3744         (tiff_document_document_iface_init):
3745         * backend/pixbuf/pixbuf-document.c:
3746         (pixbuf_document_document_iface_init):
3747         * backend/comics/comics-document.c:
3748         (comics_document_document_iface_init):
3749         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3750         (pdf_selection_render_selection),
3751         (pdf_selection_get_selected_text),
3752         (pdf_selection_get_selection_region),
3753         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3754         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3755         (ev_selection_get_selection_region),
3756         (ev_selection_get_selection_map):
3757         * libdocument/ev-document.[ch]:
3758         * shell/ev-pixbuf-cache.[ch]: (add_job),
3759         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3760         * shell/ev-view-private.h:
3761         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3762         (ev_job_render_run):
3763         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3764         * shell/ev-view.c: (start_selection_for_event),
3765         (ev_view_button_press_event), (ev_view_drag_data_get),
3766         (ev_view_drag_data_received), (ev_view_button_release_event),
3767         (compute_new_selection_text), (compute_selections),
3768         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3769         (ev_view_primary_get_cb):
3770
3771         Add support for double and triple click selections.
3772
3773 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3774
3775         * NEWS:
3776         * configure.ac:
3777
3778         Update for release 2.19.4
3779
3780 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3781
3782         * shell/ev-view-private.h:
3783         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3784         (ev_view_set_highlight_search):
3785         * shell/ev-view.h:
3786         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3787         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3788         (find_bar_visibility_changed_cb):
3789         
3790         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3791
3792 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3795         (pdf_document_file_exporter_begin),
3796         (pdf_document_file_exporter_do_page):
3797         * shell/ev-jobs.c: (ev_job_print_run):
3798         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3799
3800         Create always a portrait cairo surface and rotate when needed for
3801         landscape. It fixes printing problems in real printers.
3802
3803 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3806         * libdocument/ev-file-exporter.[ch]:
3807         (ev_file_exporter_get_capabilities):
3808         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3809         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3810
3811         Adjust number of pages per row according to page orientation when
3812         printing 2 or 6 pages per sheet.
3813
3814 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-window.c: (ev_window_print_send):
3817
3818         Reset also cups setting to 1 when printing multiple pages per
3819         sheet. Fixes bug #468853.
3820
3821 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * libdocument/ev-document-misc.c:
3824         (ev_document_misc_surface_rotate_and_scale):
3825
3826         Use directly cairo_surface_get_content() when creating a similar
3827         surface as suggested by Jeff Muizelaar. Thanks again.
3828
3829 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * backend/djvu/djvu-document.c: (djvu_document_render):
3832         * backend/tiff/tiff-document.c: (tiff_document_render):
3833         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3834         * libdocument/ev-document-misc.c:
3835         (ev_document_misc_surface_from_pixbuf),
3836         (ev_document_misc_surface_rotate_and_scale):
3837
3838         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3839         creating page surfaces. Fixes bug #453123. Thank you very much to
3840         Jeff Muizelaar <jeff@infidigm.net>.
3841
3842 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * shell/ev-page-cache.c: (ev_page_cache_new),
3845         (ev_page_cache_get_thumbnail_size):
3846         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3847         (ev_sidebar_thumbnails_set_loading_icon):
3848
3849         Also store in page-cache the dimensions of the thumbnails so that
3850         they can be used to create the correct loading icon in the side
3851         pane. Fixes bug #466857.
3852
3853 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * backend/pdf/ev-poppler.cc:
3856         (pdf_document_thumbnails_get_thumbnail):
3857
3858         Fix thumbnails rotation in pdf documents that include embedded 
3859         thumbnails.
3860
3861 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3862
3863         * backend/pdf/ev-poppler.cc:
3864
3865         Don't use #ifdef in macro expansion. Some compilers don't
3866         like that. Closes bug #467042.
3867
3868 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3869
3870         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3871         
3872         Fixes memory leak in djvu backend.
3873
3874 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3875
3876         * data/icons/32x32/Makefile.am:
3877         * data/icons/32x32/actions/Makefile.am:
3878         * data/icons/32x32/actions/view-page-cont.svg:
3879         * data/icons/32x32/actions/view-page-facing.svg:
3880         * data/icons/48x48/Makefile.am:
3881         * data/icons/48x48/actions/Makefile.am:
3882         * data/icons/48x48/actions/view-page-cont.svg:
3883         * data/icons/48x48/actions/view-page-facing.svg:
3884         
3885         Icons for a new sizes.
3886
3887 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3888
3889         * shell/ev-page-cache.c: (build_height_to_page),
3890         (ev_page_cache_get_height_to_page):
3891         
3892         Fixes invalid read, see bug #466401.
3893
3894 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3897         (set_drag_cursor):
3898         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3899         (configure_item_cursor), (new_pixbuf_from_widget):
3900
3901         Fix multihead problems in toolbar editor. Fixes bug #382055.
3902
3903 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * shell/ev-window.c: (ev_window_cmd_file_open),
3906         (ev_window_cmd_save_as):
3907
3908         Use g_get_user_special_dir when available instead of
3909         xdg_user_dir_lookup.
3910
3911 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3912
3913         * MAINTAINERS:
3914         
3915         Updated according to request on desktop-devel.
3916
3917 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3920
3921         Do not use cairo_rectangle and cairo_clip since we are
3922         not using cairo_fill but cairo_paint. Use the same cairo context
3923         for every page in the same expose event.
3924
3925 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3926
3927         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3928         leak.
3929
3930 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * configure.ac:
3933         * NEWS:
3934
3935         Release 0.9.3
3936
3937 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * libdocument/ev-document-info.h:
3940         * libdocument/ev-document.h:
3941         * shell/ev-page-action.h:
3942         * shell/ev-sidebar-links.h:
3943
3944         Fix a headers problem with ev-link
3945         
3946         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3947         * shell/ev-view-private.h:
3948         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3949         (get_link_area), (ev_view_query_tooltip),
3950         (ev_view_leave_notify_event), (ev_view_destroy),
3951         (ev_view_class_init):
3952
3953         Use new gtk tooltips when available instead of ev-tooltip.
3954         
3955 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * shell/ev-window.c: (update_chrome_visibility),
3958         (ev_window_sidebar_visibility_changed_cb):
3959
3960         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3961         
3962 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/ev-navigation-action.c:
3965         (ev_navigation_action_history_changed),
3966         (ev_navigation_action_set_history):
3967         * shell/ev-navigation-action-widget.c:
3968         (ev_navigation_action_widget_init):
3969         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3970
3971         Fix compile warnings.
3972         
3973 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3976         (egg_editable_toolbar_dispose):
3977
3978         Fix memory leak.
3979         
3980 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3983         (screensaver_disable_x11):
3984         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3985         * shell/ev-window.c: (presentation_set_timeout):
3986         * shell/ev-view.c: (ev_view_presentation_transition_start):
3987
3988         Use g_timeout_add_seconds instead of g_timeout_add when
3989         available.
3990         
3991 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3994
3995         Set horizontal scrollbar policy to AUTOMATIC instead of
3996         NEVER. Workaround for bug #449462.
3997         
3998 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * shell/ev-jobs.c: (ev_job_render_page_ready):
4001
4002         Add page_ready callback to main loop with high priority and hold
4003         a reference to job during idle.
4004         
4005 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4006
4007         * configure.ac:
4008         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
4009         (pdf_document_file_exporter_begin),
4010         (pdf_document_file_exporter_do_page),
4011         (pdf_document_file_exporter_get_capabilities):
4012         * libdocument/ev-file-exporter.h:
4013         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4014         * shell/ev-window.c: (ev_window_print_send),
4015         (ev_window_print_dialog_response_cb):
4016
4017         Allow printing multiple pages per sheet. Fixes bug #395573.
4018         
4019 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-view.c: (tip_from_link):
4022         
4023         Check for NULL, fixes bug #460862.
4024
4025 2007-07-29  Christian Persch  <chpe@gnome.org>
4026
4027         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4028         (ev_window_preview_print_finished), (ev_window_do_preview_print),
4029         (ev_window_cmd_preview_print):
4030         
4031         Fixes bug #437681 - blocks while enumerating printers.
4032
4033 2007-07-29  Christian Persch  <chpe@gnome.org>
4034
4035         * shell/ev-window.c: (ev_window_screen_changed):
4036         
4037         Don't use deprecated gtk+ function. See bug #460909.
4038
4039 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * shell/ev-utils.c: (get_num_monitors):
4042         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4043
4044         Do not use display before initializing it. Remove compile
4045         warnings.
4046
4047 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
4048
4049         * shell/ev-view.c: (ev_view_class_init):
4050         
4051         Unix-like hjkl bindings added. See bug #458111.
4052
4053 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
4054
4055         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4056         * shell/ev-utils.h:
4057         * shell/ev-view.c: (ev_view_set_zoom_for_size),
4058         (ev_view_update_view_size):
4059         * shell/ev-view.h:
4060         * shell/ev-window.c: (ev_window_update_actions),
4061         (setup_view_from_metadata), (ev_window_screen_changed),
4062         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4063         (zoom_control_changed_cb):
4064         * shell/ev-window.h:
4065         
4066         Reorganizes utility functions.
4067
4068 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4071         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4072         (add_job), (ev_pixbuf_cache_get_surface),
4073         (ev_pixbuf_cache_get_link_mapping),
4074         (ev_pixbuf_cache_get_image_mapping),
4075         (ev_pixbuf_cache_get_form_field_mapping),
4076         (ev_pixbuf_cache_get_text_mapping):
4077         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4078         (notify_page_ready), (ev_job_render_page_ready),
4079         (ev_job_render_run):
4080
4081         Add page_ready signal to notify that page is ready as soon as
4082         possible even if other page elements like links, forms, images or
4083         text mapping are not ready yet.
4084
4085 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4088         (dvi_document_file_exporter_do_page),
4089         (dvi_document_file_exporter_get_capabilities),
4090         (dvi_document_file_exporter_iface_init):
4091         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4092         (ps_document_file_exporter_do_page),
4093         (ps_document_file_exporter_get_capabilities),
4094         (ps_document_file_exporter_iface_init):
4095         * backend/djvu/djvu-document.c:
4096         (djvu_document_file_exporter_begin),
4097         (djvu_document_file_exporter_end),
4098         (djvu_document_file_exporter_get_capabilities),
4099         (djvu_document_file_exporter_iface_init):
4100         * backend/tiff/tiff-document.c:
4101         (tiff_document_file_exporter_begin),
4102         (tiff_document_file_exporter_get_capabilities),
4103         (tiff_document_document_file_exporter_iface_init):
4104         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4105         (pdf_document_file_exporter_do_page),
4106         (pdf_document_file_exporter_get_capabilities),
4107         (pdf_document_file_exporter_iface_init):
4108         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4109         (ev_file_exporter_get_capabilities):
4110         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4111         (idle_print_handler), (ev_print_job_print):
4112         * shell/ev-jobs.c: (ev_job_print_run):
4113         * shell/ev-window.c: (ev_window_print_send),
4114         (ev_window_print_range):
4115
4116         Use capabilities to know which options should be offered by the
4117         print dialog depending on the document backend.
4118
4119 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4122
4123         Give priority to forms over text to set the cursor.
4124
4125 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4126
4127         * shell/ev-view-private.h:
4128         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4129         (ev_view_leave_notify_event), (ev_view_finalize),
4130         (ev_view_get_property), (ev_view_class_init):
4131
4132         Use IBEAM cursor for text form fields and NORMAL cursor for read
4133         only fields. Remove unused status attribute.
4134
4135 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4138
4139         Update region for current selected items also for checkbox
4140         buttons, since they can behave as radio buttons when they are in a
4141         set.
4142
4143 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * configure.ac:
4146         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4147
4148         Get max length of text form fields.
4149
4150 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4153         * libdocument/ev-form-field.h:
4154         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4155
4156         Fix build with current poppler cvs head.
4157
4158 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4161         * shell/eggfindbar.c: (egg_find_bar_init):
4162
4163         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4164         deprecation. Fixes bug #455667
4165
4166 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * NEWS:
4169         * configure.ac:
4170         
4171         Update for release 0.9.2
4172
4173 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-view.c: (ev_view_form_field_text_save),
4176         (ev_view_form_field_choice_save):
4177
4178         Fix a crash when closing whith a form widget visible.
4179
4180 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4183
4184         Update also the region of the current selected button when
4185         clicking on another button if they are radio buttons.
4186
4187 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4190         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4191         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4192         (ev_pixbuf_cache_get_link_mapping),
4193         (ev_pixbuf_cache_get_image_mapping),
4194         (ev_pixbuf_cache_get_form_field_mapping),
4195         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4196         * shell/ev-view.c: (ev_view_form_field_get_region),
4197         (ev_view_form_field_button_create_widget),
4198         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4199         (job_finished_cb):
4200
4201         Redraw only form field region instead of the whole page when
4202         reloading a page to show changes on the form field.
4203
4204 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * shell/ev-view.c: (ev_view_form_field_choice_save):
4207
4208         Fix selection of first item in list form fields.
4209
4210 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4213         (ev_pixbuf_cache_reload_page),
4214         (ev_pixbuf_cache_get_form_field_mapping):
4215
4216         Some refactoring to avoid duplicated code.
4217
4218 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * configure.ac:
4221         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4222         (ev_form_field_from_poppler_field),
4223         (pdf_document_forms_get_form_fields),
4224         (pdf_document_forms_form_field_text_get_text),
4225         (pdf_document_forms_form_field_text_set_text),
4226         (pdf_document_forms_form_field_button_set_state),
4227         (pdf_document_forms_form_field_button_get_state),
4228         (pdf_document_forms_form_field_choice_get_item),
4229         (pdf_document_forms_form_field_choice_get_n_items),
4230         (pdf_document_forms_form_field_choice_is_item_selected),
4231         (pdf_document_forms_form_field_choice_select_item),
4232         (pdf_document_forms_form_field_choice_toggle_item),
4233         (pdf_document_forms_form_field_choice_unselect_all),
4234         (pdf_document_forms_form_field_choice_set_text),
4235         (pdf_document_forms_form_field_choice_get_text),
4236         (pdf_document_document_forms_iface_init):
4237         * libdocument/Makefile.am:
4238         * libdocument/ev-form-field.[ch]:
4239         * libdocument/ev-document-forms.[ch]:
4240         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4241         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4242         (add_job), (ev_pixbuf_cache_reload_page),
4243         (ev_pixbuf_cache_get_form_field_mapping):
4244         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4245         * shell/ev-view-private.h:
4246         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4247         (ev_view_handle_cursor_over_xy),
4248         (ev_view_get_form_field_at_location),
4249         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4250         (ev_view_form_field_button_create_widget),
4251         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4252         (ev_view_form_field_text_create_widget),
4253         (ev_view_form_field_choice_save),
4254         (ev_view_form_field_choice_changed),
4255         (ev_view_form_field_choice_create_widget),
4256         (ev_view_handle_form_field), (ev_view_size_allocate),
4257         (ev_view_realize), (draw_end_presentation_page),
4258         (ev_view_button_press_event), (ev_view_remove_all),
4259         (ev_view_motion_notify_event), (ev_view_key_press_event),
4260         (ev_view_enter_notify_event), (highlight_find_results),
4261         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4262         (ev_view_class_init), (page_changed_cb),
4263         (on_adjustment_value_changed), (ev_view_set_presentation),
4264         (merge_selection_region), (ev_view_set_cursor),
4265         (ev_view_reset_presentation_state):
4266         
4267         Merge evince-forms branch.
4268
4269 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4270
4271         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4272
4273         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4274         This script also updates itself from libegg
4275
4276         * cut-n-paste/toolbar-editor/egg*:
4277         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4278         libegg
4279
4280 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4281
4282         * shell/ev-window.c:
4283         
4284         Adds a nice icon to page action during toolbar editing.
4285         See bug #452872.
4286
4287 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4288
4289         * data/evince-toolbar.xml:
4290         * shell/ev-window.c:
4291         
4292         Let user add a presentation and fullscreen icons on toolbar.
4293         See bug #449734.
4294
4295 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4296
4297         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4298
4299         new script to keep in sync with toolbareditor in libegg
4300
4301         * cut-n-paste/toolbar-editor/*: 
4302
4303         Run update-toolbareditor-from-libegg so we are in sync again. 
4304         Fixes bug #452850.
4305         
4306
4307 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * shell/ev-sidebar-links.c: (job_finished_callback):
4310
4311         Do not connect selection changed signal more than once. Fixes bug
4312         #349433.
4313
4314 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4317
4318         Do not change sidebar chrome flag when pressing F9 key in
4319         presentation mode.
4320
4321 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * backend/pdf/ev-poppler.cc:
4324         (pdf_document_thumbnails_get_dimensions):
4325
4326         Make sure thumbnails width and height is not <= 0. Fixes a crash
4327         with some pdf documents which have really small pages.
4328
4329 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4330
4331         * shell/main.c: (main):
4332
4333         Fixes program description translation issue.
4334         Bug #450148.
4335
4336 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4337
4338         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4339
4340         Do not change current page when returning from black/white mode
4341         in presentation. Fixes bug #415032.
4342
4343 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * NEWS:
4346         * configure.ac:
4347         
4348         Update for release 0.9.1
4349
4350 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4351
4352         * backend/dvi/dvi-document.c:
4353         (dvi_document_finalize),
4354         (dvi_document_file_exporter_format_supported),
4355         (dvi_document_file_exporter_begin),
4356         (dvi_document_file_exporter_do_page),
4357         (dvi_document_file_exporter_end),
4358         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4359         
4360         PDF exporter for dvi documents. Fixes bug #441319.
4361
4362 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * shell/ev-window.c: (ev_window_clear_print_job):
4365
4366         Clear gtk print job when job has finished. Fixes bug #447612.
4367
4368 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * shell/ev-window.c: (ev_window_print_send),
4371         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4372
4373         Add preview button to print dialog. Fixes bug #445419.
4374
4375 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * backend/dvi/Makefile.am:
4378         * backend/dvi/pixbuf-device.[ch]: Removed
4379         * backend/dvi/cairo-device.[ch]: Added
4380         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4381         * backend/dvi/dvi-document.c: (dvi_document_load),
4382         (dvi_document_render), (dvi_document_finalize),
4383         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4384         (dvi_document_do_color_special):
4385         * libdocument/ev-document-misc.[ch]:
4386         (ev_document_misc_pixbuf_from_surface):
4387
4388         Port dvi backend to cairo and fix a problem with colors. 
4389
4390 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * shell/ev-view.c: (draw_one_page):
4393
4394         Draw only visible region.
4395
4396 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * backend/djvu/djvu-document.c: (djvu_document_render):
4399
4400         Fix rotation in djvu backend.
4401
4402 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4405         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4406         (ev_pixbuf_cache_get_image_mapping),
4407         (ev_pixbuf_cache_get_text_mapping):
4408
4409         Redraw view every time we have a new surface. Fixes bug #443587.
4410
4411 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * libdocument/ev-document.c: (ev_document_info_free):
4414
4415         Fix memory leaks.
4416
4417 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * backend/dvi/dvi-document.c: (dvi_document_render),
4420         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4421         * backend/impress/impress-document.c:
4422         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4423         (impress_document_render), (impress_document_document_iface_init),
4424         (impress_document_thumbnails_get_thumbnail):
4425         * backend/djvu/djvu-document-private.h:
4426         * backend/djvu/djvu-document.c: (djvu_document_render),
4427         (djvu_document_finalize), (djvu_document_document_iface_init),
4428         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4429         * backend/tiff/tiff-document.c: (tiff_document_render),
4430         (tiff_document_render_pixbuf),
4431         (tiff_document_document_iface_init):
4432         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4433         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4434         (pdf_selection_render_selection):
4435         * backend/comics/comics-document.c:
4436         (comics_document_render_pixbuf), (comics_document_render),
4437         (comics_document_document_iface_init):
4438         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4439         (pixbuf_document_document_iface_init):
4440         * libdocument/ev-document-misc.[ch]:
4441         (ev_document_misc_surface_from_pixbuf),
4442         (ev_document_misc_surface_rotate_and_scale):
4443         * libdocument/ev-document.[ch]: (ev_document_render):
4444         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4445         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4446         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4447         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4448         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4449         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4450         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4451         (render_finished_cb), (ev_job_render_run):
4452         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4453         (merge_selection_region):
4454
4455         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4456         and selections.
4457
4458 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * shell/ev-window-title.c: (ev_window_title_update):
4461
4462         Fix memory leak.
4463
4464 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * shell/ev-view.c: (draw_loading_text):
4467
4468         Show loading text centered. Fixes bug #433061
4469
4470 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4471
4472         * shell/ev-sidebar-thumbnails.c:
4473         (ev_sidebar_thumbnails_set_loading_icon):
4474
4475         Remove a mutex in the main thread that blocks the UI in heavy
4476         documents.
4477
4478 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4481
4482         Set points_set to TRUE so that selections don't disappear after a
4483         zoom change.
4484
4485 2007-06-07  Michael Monreal  <infernux@web.de>
4486
4487         * data/icons/16x16/actions/Makefile.am:
4488         * data/icons/16x16/actions/zoom.svg:
4489         * data/icons/22x22/actions/Makefile.am:
4490         * data/icons/22x22/actions/zoom.svg:
4491         * data/icons/24x24/actions/Makefile.am:
4492         * shell/ev-stock-icons.c:
4493         * shell/ev-stock-icons.h:
4494         * shell/ev-window.c:
4495         
4496         Zoom icon artwork. See bug #444795.
4497
4498 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4499
4500         * shell/ev-metadata-manager.c: Remove extraneous function
4501         (Closes: #444386)
4502
4503 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4504
4505         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4506         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4507         (ev_metadata_manager_set), (ev_metadata_manager_save):
4508         Simplify the timeout, no need for modified anymore
4509
4510 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4511
4512         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4513         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4514         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4515         (ev_metadata_manager_save): Adapted patch from Arjan van de
4516         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4517         time, saves on power (Closes: #443851)
4518
4519 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * configure.ac:
4522         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4523         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4524
4525         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4526
4527 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * shell/ev-window.c: (ev_window_add_history):
4530
4531         Check if history is NULL
4532
4533 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * libdocument/ev-image.c: (ev_image_finalize):
4536         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4537         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4538         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4539         (ev_tmp_uri_unlink):
4540
4541         Add functions to delete temporary files created by evince in a safe
4542         way.
4543
4544         * shell/ev-window.c: (ev_window_clear_local_uri),
4545         (open_xfer_update_progress_callback),
4546         (save_xfer_update_progress_callback), (ev_window_save_remote),
4547         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4548         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4549         (attachment_save_dialog_response_cb),
4550         (ev_attachment_popup_cmd_save_attachment_as):
4551
4552         Allow saving a copy of a document, image or attachment to a remote
4553         location. Fixes bug #440754. 
4554
4555 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * configure.ac:
4558         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4559
4560         Fix build with current poppler from cvs head. 
4561
4562 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4563
4564         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4565
4566         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4567         directory exists.
4568
4569 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4570
4571         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4572         * shell/ev-window.c:
4573
4574         Change sidebar ordering. Fixes bug #439939.
4575
4576 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4577
4578         * backend/comics/Makefile.am:
4579         
4580         Fixes build with --without-libgnome.
4581
4582 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4583         
4584         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4585
4586         Update cursor and tooltip on page change and view scroll. Fixes bug
4587         #439217.
4588
4589 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * NEWS:
4592         * configure.ac:
4593         
4594         Update for release 0.9.0
4595
4596 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4597
4598         * backend/djvu/djvu-document-private.h:
4599         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4600         (djvu_document_finalize),
4601         (djvu_document_file_exporter_format_supported),
4602         (djvu_document_file_exporter_begin),
4603         (djvu_document_file_exporter_do_page),
4604         (djvu_document_file_exporter_end),
4605         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4606         
4607         Implemented printing with djvu. Bug #437998.
4608
4609 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * backend/impress/zip.c:
4612         Add missing ulong definition.
4613
4614         * backend/ps/ps-interpreter.c:
4615         Add missing headers.
4616
4617         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4618
4619 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4622
4623         Add missing call to parent class dispose method. 
4624
4625 2007-05-12  Ross Burton  <ross@openedhand.com>
4626
4627         * shell/main.c:
4628         Sync keybindings manually when building without libgnome
4629         (#437925).
4630
4631 2007-05-12  Ross Burton  <ross@openedhand.com>
4632
4633         * shell/ev-window.c:
4634         Respect the screen when opening help (#437866).
4635
4636 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4637
4638         * data/evince-ui.xml:
4639         * shell/ev-application.[ch]: (get_print_settings_from_args),
4640         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4641         (ev_application_open_uri_list):
4642         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4643         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4644         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4645         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4646         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4647         (ev_window_dispose):
4648         * shell/main.c: (arguments_parse):
4649
4650         Add print button in preview mode. Fixes bug #396475. 
4651
4652 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * cut-n-paste/zoom-control/ephy-zoom.h:
4655         
4656         Fixes zoom level factors. See bug #408119 for details.
4657
4658 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4659
4660         * backend/comics/comics-document.c: (comics_regex_quote),
4661         (extract_argv):
4662         
4663         Correctly quote symbols. Fixes crash in the bug
4664         #415370.
4665
4666 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * shell/ev-navigation-action-widget.c:
4669         (ev_navigation_action_widget_init),
4670         (ev_navigation_action_widget_class_init),
4671         (ev_navigation_action_widget_button_press_event):
4672         
4673         Connect to button-press event on correct widget. Fixes
4674         bug #431988
4675
4676 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * shell/ev-application.c: (ev_application_open_window),
4679         (ev_application_add_icon_path_for_screen),
4680         (ev_application_open_uri_at_dest):
4681         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4682         * shell/ev-navigation-action.c: (build_menu):
4683         
4684         Add app-specific icons to our icon theme. Fixes bug
4685         #425508.
4686
4687 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4688
4689         * shell/ev-history.c: (ev_history_class_init),
4690         (ev_history_add_link):
4691         * shell/ev-history.h:
4692         * shell/ev-navigation-action.c:
4693         (ev_navigation_action_history_changed),
4694         (ev_navigation_action_set_history), (build_menu),
4695         (ev_navigation_action_finalize):
4696         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4697         
4698         Make navigation action unsensitive instead of showing
4699         menu with unsensitive word. Fixes bug #417392.
4700
4701 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4702
4703         * shell/ev-application.[ch]: (ev_application_shutdown),
4704         (ev_application_get_print_settings),
4705         (ev_application_set_print_settings):
4706         * shell/ev-window.c:
4707
4708         Remember print settings. Fixes bug #349102. 
4709
4710 2007-05-08  Christian Persch  <chpe@gnome.org>
4711
4712         * configure.ac:
4713         * properties/ev-properties-view.c:
4714
4715         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4716         Bug #382438.
4717
4718 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * configure.ac:
4721         * properties/ev-properties-view.c: (ev_regular_paper_size):
4722
4723         Use gtk+ builtin paper list to identify the document's paper size.
4724         Fixes bug #382438. 
4725
4726 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4727
4728         * configure.ac:
4729
4730         Fix build when compiling with thumbnailer and libgnome support. 
4731
4732 2007-05-04  Ross Burton  <ross@openedhand.com>
4733
4734         * configure.ac:
4735         Add --without-libgnome, check for libgnome and libgnomeui
4736         separately, and add them to the symbols as required.
4737
4738         * libdocument/ev-file-helpers.c:
4739         When building without libgnome, use g_get_user_config_dir instead
4740         of gnome_user_dir_get.
4741
4742         * shell/ev-application.c:
4743         When building without libgnome, don't use session management.
4744
4745         * shell/main.c:
4746         When building without libgnome, don't use GnomeProgram or
4747         initialise the authentication manager.
4748
4749         This fixes #328842.
4750
4751 2007-05-04  Ross Burton  <ross@openedhand.com>
4752
4753         * shell/ev-window.c:
4754         Don't use libgnome to open help, instead call Yelp directly.
4755
4756 2007-05-04  Ross Burton  <ross@openedhand.com>
4757
4758         * shell/ev-sidebar-attachments.c:
4759         Don't use libgnome to lookup icons for MIME types, instead copy
4760         code from GTK+ to do it manually.
4761
4762 2007-05-04  Ross Burton  <ross@openedhand.com>
4763
4764         * configure.ac:
4765         Add libxml to the dependencies for SHELL_CORE (#435818).
4766
4767 2007-05-02  Ross Burton  <ross@openedhand.com>
4768
4769         * configure.ac:
4770         * Makefile.am:
4771         Add --disable-thumbnailer (#434825)
4772
4773 2007-05-02  Ross Burton  <ross@openedhand.com>
4774
4775         * shell/ev-window.c:
4776         Add missing includes, fix indentation.
4777
4778         * shell/main.c:
4779         Fix indentation.
4780
4781 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4782
4783         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4784         ev_application_open_uri_at_dest instead of ev_application_open_uri
4785         preventing new document always being opened in a new window even if there
4786         is an empty window.
4787
4788 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4791         (egg_recent_view_uimanager_finalize):
4792         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4793         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4794         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4795         (ev_pixbuf_cache_dispose):
4796         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4797         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4798         
4799         Add missing chain to parent class methods. Fixes
4800         bug #433128.
4801
4802 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4803
4804         * data/Makefile.am (update-icon-cache): Updates
4805         gtk-update-icon-cache in uninstall-hook.
4806
4807 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * shell/ev-window.c: (ev_window_setup_document),
4810         (ev_window_set_document), (ev_window_load_job_cb):
4811         * shell/ev-view.c: (setup_caches):
4812         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4813
4814         Start rendering pages before any other jobs. 
4815
4816 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * shell/ev-window.c: (ev_window_stop_fullscreen),
4819         (ev_window_stop_presentation):
4820
4821         Update chrome visibility before window unfullscreen. 
4822
4823 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * data/Makefile.am:
4826         * data/evince-ui.xml:
4827         * shell/ev-stock-icons.[ch]:
4828         * shell/ev-application.[ch]: (ev_application_shutdown),
4829         (ev_application_init), (ev_application_get_toolbars_model):
4830         * shell/ev-window.c: (update_chrome_visibility),
4831         (fullscreen_toolbar_setup_item_properties),
4832         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4833         (ev_window_run_presentation), (ev_window_stop_presentation),
4834         (ev_window_run_preview), (ev_window_screen_changed),
4835         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4836         (ev_window_dispose), (ev_window_init):
4837
4838         Make fullscreen toolbar always visible. Do not use egg toolbars for
4839         fullscreen and preview modes since such toolbars are not editables.
4840         Fixes bugs #300278, #338910 and #316188.  
4841
4842 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4843
4844         * shell/ev-application.c:
4845         * shell/ev-job-queue.c:
4846         * shell/ev-metadata-manager.c:
4847         * shell/ev-stock-icons.c:
4848         * shell/ev-window.c:
4849         * shell/main.c:
4850         
4851         Developers documentation updated.
4852
4853 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4856
4857         Check whether uri is valid before launching it. Fixes bug #427664.
4858
4859 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * shell/ev-window.c:
4862
4863         Change key accelerator for Open a Copy menu entry which is in conflict
4864         with Close. Fixes bug #427321.
4865
4866 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * NEWS:
4869         * configure.ac:
4870         
4871         Update for release 0.8.1
4872
4873 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * shell/ev-window.c: (setup_size_from_metadata):
4876         
4877         Do not make window bigger than screen. Fixes bug 
4878         #388985.
4879
4880 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4883         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4884
4885         Use default resolution when it's not provided by document. Fixes bug
4886         #408762.
4887
4888 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4889
4890         * configure.ac:
4891         * thumbnailer/Makefile.am:
4892         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4893         * thumbnailer/evince-thumbnailer.schemas.in:
4894         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4895
4896         Add support for ps, eps and compressed documents thumbnails. Do not
4897         ignore size parameter. 
4898
4899 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4900
4901         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4902         (dvi_document_do_color_special):
4903         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4904
4905         Implement font color specials in the DVI backend. Fixes bug #303651.
4906
4907 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4908
4909         Fixup the previous commit:
4910
4911         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4912         * shell/xdg-user-dir-lookup.c: Make the function non-static
4913         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4914
4915 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4916
4917         * shell/ev-window.c (file_open_dialog_response_cb): Use
4918         the xdg-user-dirs DOCUMENTS folder as default folder when
4919         opening a file chooser.  (#424858)
4920
4921         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4922         xdg-user-dirs.
4923
4924 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4925
4926         * shell/ev-window.c: (ev_window_load_job_cb):
4927
4928         Do not setup view from metadata on preview mode. 
4929
4930 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4931
4932         * shell/main.c:
4933
4934         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4935
4936 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-view.c: (ev_view_primary_get_cb):
4939
4940         Check pointer != NULL before using it. Fixes bug #416841. 
4941
4942 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * NEWS:
4945         * configure.ac:
4946         
4947         Release 0.8.0
4948
4949 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4952
4953         Do not render thumbnails when sidebar thumbnail page is not visible
4954         at startup. Fixes bug #416447. 
4955
4956 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4957
4958         * data/evince.desktop.in.in:
4959
4960         "Application" is not a valid category in the freedesktop specification.
4961
4962 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4963
4964         * libdocument/ev-file-helpers.[ch]: (compression_run),
4965         (ev_file_uncompress), (ev_file_compress):
4966         * shell/ev-window.c: (file_save_dialog_response_cb):
4967
4968         Save document compressed when saving a copy of a compressed document.
4969         Fixes bug #334542.
4970
4971 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4972
4973         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4974
4975         Allow deleting in goto window entry in presentation mode. 
4976
4977 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4978
4979         * Makefile.am: Dist MAINTAINERS.
4980
4981 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4982
4983         * shell/ev-window.c: (ev_window_update_actions):
4984
4985         Fix zoom shortcut keys when searching. Fixes bug #409828.
4986
4987 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * shell/ev-window.c: (ev_window_setup_document):
4990
4991         Fix crash when loading documents with only one page. 
4992
4993 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * backend/dvi/dvi-document.c:
4996         (dvi_document_thumbnails_get_dimensions),
4997         (dvi_document_thumbnails_get_thumbnail):
4998         * backend/impress/impress-document.c:
4999         (impress_document_thumbnails_get_thumbnail),
5000         (impress_document_thumbnails_get_dimensions):
5001         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
5002         (ps_document_thumbnails_get_dimensions):
5003         * backend/djvu/djvu-document.c:
5004         (djvu_document_thumbnails_get_dimensions),
5005         (djvu_document_thumbnails_get_thumbnail):
5006         * backend/tiff/tiff-document.c:
5007         (tiff_document_thumbnails_get_thumbnail),
5008         (tiff_document_thumbnails_get_dimensions):
5009         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
5010         (pdf_document_thumbnails_get_thumbnail),
5011         (pdf_document_thumbnails_get_dimensions):
5012         * backend/comics/comics-document.c:
5013         (comics_document_thumbnails_get_thumbnail),
5014         (comics_document_thumbnails_get_dimensions):
5015         * backend/pixbuf/pixbuf-document.c:
5016         (pixbuf_document_thumbnails_get_thumbnail),
5017         (pixbuf_document_thumbnails_get_dimensions):
5018         * libdocument/ev-document-thumbnails.[ch]:
5019         (ev_document_thumbnails_get_thumbnail),
5020         (ev_document_thumbnails_get_dimensions):
5021         * libdocument/ev-document-misc.[ch]:
5022         (ev_document_misc_get_thumbnail_frame):
5023         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
5024         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5025         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
5026         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5027         (ev_sidebar_thumbnails_refresh):
5028         * shell/ev-window.c: (ev_window_setup_document):
5029         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5030
5031         Use an EvRenderContext for rendering thumbnails instead of a suggested
5032         width, so that different sized pages get sized proportionally.
5033
5034 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-view.c: (ev_view_button_press_event),
5037         (ev_view_key_press_event):
5038
5039         Fix critical warnings when there is no document loaded. 
5040
5041 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * shell/ev-page-action-widget.c:
5044         * shell/ev-navigation-action.c:
5045         * shell/ev-window.c:
5046
5047         Fix compile warnings. 
5048
5049 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * backend/djvu/djvu-text.h:
5052         * backend/djvu/djvu-document.c:
5053         * backend/djvu/djvu-text-page.c:
5054         * backend/djvu/djvu-links.c:
5055         * backend/djvu/djvu-text-page.h:
5056         * backend/djvu/djvu-text.c:
5057         
5058         Fix build on Mac. Fixes bug #392186. Patch by
5059         <ephraim_owns@hotmail.com>
5060
5061 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5064
5065         Restore cairo context before rendering every page when printing a PDF
5066         document into a PDF file. 
5067
5068 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * backend/ps/gstypes.h:
5071         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5072         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5073         (ps_document_thumbnails_get_thumbnail):
5074
5075         Handle PostScript page orientation. Fixes bug #318568.
5076
5077 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5078
5079         * backend/ps/Makefile.am:
5080         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5081         (document_load), (ps_document_load), (save_document),
5082         (save_page_list), (ps_document_get_n_pages),
5083         (ps_document_get_page_size), (ps_document_get_info),
5084         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5085         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5086         (ps_document_thumbnails_get_thumbnail),
5087         (ps_document_thumbnails_get_dimensions),
5088         (ps_document_document_thumbnails_iface_init):
5089         * backend/ps/ps.[ch]: (psgetpagebox):
5090         * backend/ps/ps-interpreter.[ch]:
5091
5092         Add support for thumbnails in ps backend. Fixes bug #164755. 
5093
5094 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * NEWS:
5097         * configure.ac:
5098         
5099         Release 0.7.2
5100
5101 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5104         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5105         (ev_window_dispose):
5106
5107         Use document thumbnail as window icon. Fixes bug #384442.
5108
5109 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5110
5111         * configure.ac:
5112
5113         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5114         duplicated adding application/x-bzpostscript instead. 
5115
5116 2007-02-11  Tom Parker  <palfrey@tevp.net>
5117
5118         * backend/ps/ps-document.c: (document_load):
5119
5120         Check return value of psscan before trying
5121         to use it. Fixes bug #372414.
5122
5123 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5126
5127         Fix invalid free in ev-page-cache. Fixes bug #404745.
5128
5129 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * test/Makefile.am:
5132         * test/test3.py:
5133         
5134         Added reload test case.
5135
5136 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * po/POTFILES.in:
5139         * backend/djvu/djvu-document.c: (djvu_document_load):
5140
5141         Check whether there are missing files in indirect multipage djvu
5142         documents. Fixes bug #361683. 
5143
5144 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5145
5146         * test/Makefile.am:
5147         * test/test-mime.bin:
5148         * test/test3.py:
5149         
5150         Added test for slow mime type
5151
5152 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5155
5156         Add some checks and call parent_class->finalize. Fixes bug #404745.
5157
5158 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5159
5160         * shell/ev-navigation-action.c: (connect_proxy):
5161         
5162         Fixes dropdown history menu. Thanks a lot Carlos!
5163
5164 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5165
5166         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5167
5168         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5169         bug #373715.
5170
5171 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5172
5173         * backend/ps/ps.c: (psscan):
5174
5175         Fix memory leak. 
5176
5177 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * configure.ac:
5180         * libdocument/ev-file-helpers.c: 
5181
5182         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5183
5184 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * configure.ac:
5187         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5188         (ps_interpreter_start), (document_load), (save_document),
5189         (save_page_list):
5190         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5191         * libdocument/ev-document-factory.c:
5192         (ev_document_factory_get_from_mime), (get_document_from_uri),
5193         (free_uncompressed_uri), (ev_document_factory_get_document):
5194         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5195
5196         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5197
5198 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * libdocument/ev-document.h:
5201
5202         Fix typo in function name. 
5203
5204 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5205
5206         * backend/ps/ps-document.c: (ps_interpreter_finished),
5207         (ps_interpreter_start), (ps_interpreter_failed):
5208
5209         Handle ghostscript interpreter crashes. 
5210
5211 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * shell/ev-window.c: (ev_window_open_uri),
5214         (window_configure_event_cb):
5215
5216         Setup window size and position before showing it. Fixes bug #401711.
5217
5218 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * backend/ps/Makefile.am:
5221         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5222         (ps_document_dispose), (ps_document_class_init),
5223         (ps_interpreter_input), (ps_interpreter_output),
5224         (ps_interpreter_error), (setup_interpreter_env),
5225         (ps_interpreter_start), (ps_interpreter_stop),
5226         (ps_interpreter_failed), (ps_interpreter_is_ready),
5227         (check_filecompressed), (document_load), (ps_document_load),
5228         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5229         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5230         (render_page):
5231
5232         Rework ps-document. Code cleanups, remove deprecated code. 
5233
5234 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5235
5236         * shell/ev-view.c: (ev_view_button_press_event):
5237
5238         Do not start an image drag and drop operation when pointer is on 
5239         text, so that we can select text when the whole background is an
5240         image. 
5241
5242 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * shell/ev-window.c: (ev_window_update_actions): 
5245
5246         Disable all zoom related actions during presentation mode. 
5247
5248 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5249
5250         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5251
5252         Do not zoom in or out on presentation mode. Fixes bug #401305.
5253
5254 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5255
5256         * shell/ev-navigation-action.c: (connect_proxy),
5257         (create_menu_item), (ev_navigation_action_class_init):
5258         
5259         Correctly show menu and fix crash when navigaton 
5260         action is out of toolbar visible area.
5261
5262 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * data/Makefile.am:
5265         * data/evince.1:
5266         
5267         Added man file
5268
5269 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * help/reference/* :
5272         * configure.ac:
5273         
5274         Added gtk-doc based documentation for Evince.
5275         Still in initial state but I hope it will
5276         grow.
5277         
5278         * configure.ac:
5279         
5280         Lower dbus requirement to 0.70
5281
5282 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5283
5284         * shell/ev-window.c: (ev_window_add_history):
5285
5286         Fix memory leak. 
5287
5288 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5291         * shell/ev-view.h:
5292         * shell/ev-window.c: (ev_window_add_history):
5293         
5294         Correctly handle named destination links
5295
5296 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * NOTES:
5299         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5300         * backend/pdf/ev-poppler.cc:
5301         * libdocument/ev-document-links.h:
5302         * libdocument/ev-link.c: (ev_link_get_page):
5303         * libdocument/ev-link.h:
5304         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5305         (ev_history_add_link):
5306         * shell/ev-history.h:
5307         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5308         (new_history_menu_item), (build_menu):
5309         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5310         * shell/ev-sidebar-links.c: (create_loading_model),
5311         (print_section_cb), (ev_sidebar_links_construct),
5312         (fill_page_labels), (update_page_callback_foreach),
5313         (update_page_callback), (job_finished_callback):
5314         * shell/ev-view.c: (ev_view_handle_link):
5315         * shell/ev-window.c: (ev_window_find_chapter),
5316         (ev_window_add_history), (view_handle_link_cb),
5317         (history_changed_cb):
5318         
5319         Implements another history variant
5320
5321 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5322
5323         * shell/ev-window.c: (view_external_link_cb):
5324         * shell/ev-view.c: (ev_view_button_release_event):
5325
5326         Open links in new window when clicking with middle button. 
5327
5328 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5329
5330         * shell/ev-navigation-action.c: (new_history_menu_item):
5331         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5332         * shell/ev-view.c: (ev_view_handle_link):
5333         * shell/ev-window.c:
5334         
5335         Store link before jump, not the destination. For me it 
5336         seems like more natural history behavior.
5337
5338 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5339
5340         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5341         (ev_navigation_action_class_init):
5342         * shell/ev-navigation-action.h:
5343         * shell/ev-page-action.c: (activate_cb):
5344         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5345         (ev_page_cache_set_current_page_history):
5346         * shell/ev-page-cache.h:
5347         * shell/ev-sidebar-thumbnails.c:
5348         (ev_sidebar_tree_selection_changed),
5349         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5350         * shell/ev-view-private.h:
5351         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5352         * shell/ev-view.h:
5353         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5354         (ev_window_setup_document), (ev_window_load_job_cb):
5355         * shell/ev-window.h:
5356         
5357         History finally works as expected.
5358
5359 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5362
5363         Do not update links treeview if it doesn't have a model assigned yet. 
5364
5365 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5368         (ev_sidebar_links_class_init), (update_page_callback):
5369
5370         Do not update links treeview when sidepane is not visible. 
5371
5372 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5373
5374         * shell/ev-marshal.list:
5375         * shell/ev-page-action.c: (activate_cb),
5376         (ev_page_action_class_init):
5377         * shell/ev-page-action.h:
5378         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5379         * shell/ev-window.c:
5380         
5381         Remove activate_link signal, not required.
5382
5383 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * shell/ev-navigation-action.c: (build_menu):
5386         
5387         Reorder menu items and build menu with fixed length.
5388
5389 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5390
5391         * shell/ev-view.c: (get_selected_text):
5392         
5393         Normalize text to fix ligatures problem. See bug
5394         #341947 for details.
5395
5396 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5397
5398         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5399
5400         Fix memory leak in ev-page-cache. 
5401
5402 2007-01-25  Tom Parker <palfrey@tevp.net>
5403
5404         * backend/impress/impress-document.c: (impress_document_load),
5405         (impress_document_finalize), (impress_document_init):
5406         * properties/ev-properties-main.c: (ev_properties_get_pages):
5407         
5408         Correctly handle impress document errors. Fixes nautilus
5409         crash in property page #370491.
5410
5411 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5412
5413         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5414         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5415         (ev_job_queue_remove_job):
5416         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5417         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5418         (ev_job_load_run):
5419         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5420         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5421         (ev_window_load_job_cb), (xfer_update_progress_callback),
5422         (ev_window_open_uri), (ev_window_dispose):
5423         * shell/main.c: (main):
5424
5425         Do file transfer asynchronously in the main thread instead of
5426         synchronously in the load thread. Fixes bugs #399694, #398307 and
5427         #343542.
5428
5429 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5430
5431         * shell/ev-jobs.c: (ev_job_xfer_run):
5432
5433         Load the document with the font-config lock held. 
5434
5435 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * backend/ps/ps-document.c: (start_interpreter):
5438
5439         Fix memory leaks in ps backend. 
5440
5441 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5442
5443         * backend/impress/impress-document.c:
5444         (impress_document_render_pixbuf):
5445
5446         Do not acquire fontconfig lock in impress backend, since it is using
5447         the main loop for rendering. 
5448
5449 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5450
5451         * po/POTFILES.in: 
5452
5453         Remove mdvi files that shouldn't be translated. 
5454
5455 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5456
5457         * shell/ev-view-private.h:
5458         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5459         (ev_view_set_zoom):
5460
5461         Render "loading..." text into a cairo surface instead of directly into
5462         the window so that fontconfig lock is only needed once and UI is not
5463         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5464
5465 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5466
5467         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5468         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5469
5470         Use icon theme associated with the window screen rather than default. 
5471
5472 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5473
5474         * configure.ac:
5475
5476         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5477
5478 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5479
5480         * data/icons/*/apps/evince.*:
5481
5482         Move Evince icons under new apps directory.
5483
5484         * data/icons/*/actions/*:
5485
5486         Add new custom themeable Evince icons: view-page-continuous, 
5487         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5488         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5489
5490         * configure.ac:
5491
5492         Add new directories to AC_CONFIG_FILES.
5493
5494         * shell/ev-stock-icons.c:
5495         * shell/ev-stock-icons.h:
5496
5497         Use new custom themeable icons.
5498
5499 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5500
5501         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5502
5503         Do not draw white background page in presentation mode. 
5504
5505 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5506
5507         * shell/ev-view.c: Remove unused gnome-vfs include.
5508
5509 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5510
5511         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5512         
5513         Format string is corrected, fixes bug #397129.
5514
5515 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * shell/ev-window.c: (ev_window_setup_recent):
5518
5519         Do not include in recent menu inexistent documents. Fixes
5520         bug #339171.
5521
5522 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * po/POTFILES.skip: 
5525
5526         Update POTFILES.skip file according to current source tree. 
5527
5528 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5529
5530         * shell/ev-window.c: (file_save_dialog_response_cb):
5531
5532         Do Save a copy in atomic way. Fixes bug #328266. 
5533
5534 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5535
5536         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5537
5538         Keep selected cell always visible in index treeview.
5539
5540 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5541         
5542         * shell/ev-view.c: (ev_view_size_allocate):
5543
5544         Restore horizontal scrollbar after switching to/from fullscreen
5545         or presentation mode. Fixes bug #331728.
5546
5547 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5548
5549         * shell/ev-view-private.h:
5550         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5551         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5552         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5553         (ev_view_can_zoom_out):
5554
5555         Use max and min scale values in the view iby taking dpi into account. 
5556
5557 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5558
5559         * configure.ac:
5560         * NEWS:
5561
5562         Release 0.7.1
5563
5564 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5565
5566         * shell/ev-window.c: (ev_window_print_send):
5567
5568         Send print job to printer with some settings set to default values,
5569         since we have already exported to a file according to such settings
5570         and they could be taken twice by some printers. 
5571
5572 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5573
5574         * shell/ev-jobs.c: (ev_job_xfer_run):
5575         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5576
5577         Show main window and load document with the font-config lock held. 
5578
5579 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * configure.ac:
5582         * shell/ev-application.c: (ev_application_register_service):
5583         * shell/main.c: (load_files_remote):
5584
5585         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5586
5587 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5588
5589         * doc/debugging.txt:
5590         
5591         Remove obsolete documentation.
5592
5593 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5594
5595         * Makefile.am:
5596         * backend/Makefile.am:
5597         * backend/comics/Makefile.am:
5598         * backend/djvu/Makefile.am:
5599         * backend/dvi/Makefile.am:
5600         * backend/ev-async-renderer.c:
5601         * backend/ev-async-renderer.h:
5602         * backend/ev-attachment.c:
5603         * backend/ev-attachment.h:
5604         * backend/ev-backend-marshal.c:
5605         * backend/ev-document-factory.c:
5606         * backend/ev-document-factory.h:
5607         * backend/ev-document-find.c:
5608         * backend/ev-document-find.h:
5609         * backend/ev-document-fonts.c:
5610         * backend/ev-document-fonts.h:
5611         * backend/ev-document-images.c:
5612         * backend/ev-document-images.h:
5613         * backend/ev-document-info.h:
5614         * backend/ev-document-links.c:
5615         * backend/ev-document-links.h:
5616         * backend/ev-document-misc.c:
5617         * backend/ev-document-misc.h:
5618         * backend/ev-document-security.c:
5619         * backend/ev-document-security.h:
5620         * backend/ev-document-thumbnails.c:
5621         * backend/ev-document-thumbnails.h:
5622         * backend/ev-document-transition.c:
5623         * backend/ev-document-transition.h:
5624         * backend/ev-document.c:
5625         * backend/ev-document.h:
5626         * backend/ev-file-exporter.c:
5627         * backend/ev-file-exporter.h:
5628         * backend/ev-image.c:
5629         * backend/ev-image.h:
5630         * backend/ev-link-action.c:
5631         * backend/ev-link-action.h:
5632         * backend/ev-link-dest.c:
5633         * backend/ev-link-dest.h:
5634         * backend/ev-link.c:
5635         * backend/ev-link.h:
5636         * backend/ev-render-context.c:
5637         * backend/ev-render-context.h:
5638         * backend/ev-selection.c:
5639         * backend/ev-selection.h:
5640         * backend/impress/Makefile.am:
5641         * backend/pdf/Makefile.am:
5642         * backend/pixbuf/Makefile.am:
5643         * backend/ps/Makefile.am:
5644         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5645         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5646         (start_interpreter), (stop_interpreter), (document_load),
5647         (ps_document_next_page), (render_page):
5648         * backend/tiff/Makefile.am:
5649         * comics/Makefile.am:
5650         * comics/comics-document.c:
5651         * comics/comics-document.h:
5652         * configure.ac:
5653         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5654         * djvu/Makefile.am:
5655         * djvu/djvu-document-private.h:
5656         * djvu/djvu-document.c:
5657         * djvu/djvu-document.h:
5658         * djvu/djvu-links.c:
5659         * djvu/djvu-links.h:
5660         * djvu/djvu-text-page.c:
5661         * djvu/djvu-text-page.h:
5662         * djvu/djvu-text.c:
5663         * djvu/djvu-text.h:
5664         * dvi/Makefile.am:
5665         * dvi/dvi-document.c:
5666         * dvi/dvi-document.h:
5667         * dvi/fonts.c:
5668         * dvi/fonts.h:
5669         * dvi/mdvi-lib/Makefile.am:
5670         * dvi/mdvi-lib/afmparse.c:
5671         * dvi/mdvi-lib/afmparse.h:
5672         * dvi/mdvi-lib/bitmap.c:
5673         * dvi/mdvi-lib/bitmap.h:
5674         * dvi/mdvi-lib/color.c:
5675         * dvi/mdvi-lib/color.h:
5676         * dvi/mdvi-lib/common.c:
5677         * dvi/mdvi-lib/common.h:
5678         * dvi/mdvi-lib/defaults.h:
5679         * dvi/mdvi-lib/dvimisc.c:
5680         * dvi/mdvi-lib/dviopcodes.h:
5681         * dvi/mdvi-lib/dviread.c:
5682         * dvi/mdvi-lib/files.c:
5683         * dvi/mdvi-lib/font.c:
5684         * dvi/mdvi-lib/fontmap.c:
5685         * dvi/mdvi-lib/fontmap.h:
5686         * dvi/mdvi-lib/fontsrch.c:
5687         * dvi/mdvi-lib/gf.c:
5688         * dvi/mdvi-lib/hash.c:
5689         * dvi/mdvi-lib/hash.h:
5690         * dvi/mdvi-lib/list.c:
5691         * dvi/mdvi-lib/mdvi.h:
5692         * dvi/mdvi-lib/pagesel.c:
5693         * dvi/mdvi-lib/paper.c:
5694         * dvi/mdvi-lib/paper.h:
5695         * dvi/mdvi-lib/pk.c:
5696         * dvi/mdvi-lib/private.h:
5697         * dvi/mdvi-lib/setup.c:
5698         * dvi/mdvi-lib/sp-epsf.c:
5699         * dvi/mdvi-lib/special.c:
5700         * dvi/mdvi-lib/sysdeps.h:
5701         * dvi/mdvi-lib/t1.c:
5702         * dvi/mdvi-lib/tfm.c:
5703         * dvi/mdvi-lib/tfmfile.c:
5704         * dvi/mdvi-lib/tt.c:
5705         * dvi/mdvi-lib/util.c:
5706         * dvi/mdvi-lib/vf.c:
5707         * dvi/pixbuf-device.c:
5708         * dvi/pixbuf-device.h:
5709         * impress/Makefile.am:
5710         * impress/common.h:
5711         * impress/document.c:
5712         * impress/f_oasis.c:
5713         * impress/f_oo13.c:
5714         * impress/iksemel.c:
5715         * impress/iksemel.h:
5716         * impress/imposter.h:
5717         * impress/impress-document.c:
5718         * impress/impress-document.h:
5719         * impress/internal.h:
5720         * impress/r_back.c:
5721         * impress/r_draw.c:
5722         * impress/r_geometry.c:
5723         * impress/r_gradient.c:
5724         * impress/r_style.c:
5725         * impress/r_text.c:
5726         * impress/render.c:
5727         * impress/render.h:
5728         * impress/zip.c:
5729         * impress/zip.h:
5730         * lib/Makefile.am:
5731         * lib/ev-debug.c:
5732         * lib/ev-debug.h:
5733         * lib/ev-file-helpers.c:
5734         * lib/ev-file-helpers.h:
5735         * lib/ev-gui.c:
5736         * lib/ev-gui.h:
5737         * lib/ev-tooltip.c:
5738         * lib/ev-tooltip.h:
5739         * libdocument/Makefile.am:
5740         * libdocument/ev-file-helpers.c:
5741         * pdf/Makefile.am:
5742         * pdf/ev-poppler.cc:
5743         * pdf/ev-poppler.h:
5744         * pixbuf/Makefile.am:
5745         * pixbuf/pixbuf-document.c:
5746         * pixbuf/pixbuf-document.h:
5747         * properties/Makefile.am:
5748         * ps/Makefile.am:
5749         * ps/gsdefaults.c:
5750         * ps/gsdefaults.h:
5751         * ps/gsio.c:
5752         * ps/gsio.h:
5753         * ps/gstypes.h:
5754         * ps/ps-document.c:
5755         * ps/ps-document.h:
5756         * ps/ps.c:
5757         * ps/ps.h:
5758         * shell/Makefile.am:
5759         * shell/ev-application.h:
5760         * shell/ev-sidebar-links.c:
5761         * shell/ev-sidebar-links.h:
5762         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5763         (ev_gui_menu_position_tree_selection):
5764         * shell/ev-utils.h:
5765         * shell/ev-view.c: (ev_view_finalize):
5766         * shell/ev-window.c:
5767         * shell/main.c: (main):
5768         * thumbnailer/Makefile.am:
5769         * tiff/Makefile.am:
5770         * tiff/tiff-document.c:
5771         * tiff/tiff-document.h:
5772         * tiff/tiff2ps.c:
5773         * tiff/tiff2ps.h:
5774         
5775         Reorganize source tree.
5776
5777 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * backend/ev-document-factory.c:
5780
5781         Do not include ev-poppler.h when pdf is disabled. 
5782
5783 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5784
5785         * configure.ac:
5786         * data/evince-ui.xml:
5787         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5788         (pdf_document_document_images_iface_init):
5789         * backend/Makefile.am:
5790         * backend/ev-document-images.[ch]:
5791         * backend/ev-image.[ch]:
5792         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5793         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5794         (ev_job_xfer_run):
5795         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5796         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5797         (ev_pixbuf_cache_get_image_mapping):
5798         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5799         (view_menu_popup_cb), (ev_window_dispose),
5800         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5801         (ev_view_popup_cmd_copy_image):
5802         * shell/ev-view-private.h:
5803         * shell/ev-view.c: (ev_view_get_image_at_location),
5804         (ev_view_do_popup_menu), (ev_view_popup_menu),
5805         (ev_view_button_press_event), (ev_view_drag_data_get),
5806         (ev_view_drag_motion), (ev_view_drag_data_received),
5807         (ev_view_motion_notify_event), (ev_view_button_release_event),
5808         (ev_view_finalize), (ev_view_class_init):
5809
5810         Add image handling support. Fixes bugs #310008 and #325047. Images
5811         selection is not supported yet. 
5812
5813 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5814
5815         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5816         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5817         (ev_view_init):
5818
5819         Move view drag and drop stuff to ev-view.
5820
5821 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5822
5823         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5824         * shell/ev-view.c: (clear_selection): 
5825
5826         Clear selection also in pixbuf cache.
5827
5828 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5829
5830         * data/evince.desktop.in.in:
5831         
5832         Change icon name in desktop file. See bug #390734
5833         for details.
5834
5835 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5836
5837         * thumbnailer/Makefile.am:
5838
5839         Use top_builddir instead top_srcdir for generated schema
5840         file installation. Fixes bug #390161.
5841
5842 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5843
5844         * configure.ac:
5845         * backend/Makefile.am:
5846         * backend/ev-document-transition.[ch]:
5847         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5848         (pdf_document_page_transition_iface_init):
5849         * shell/ev-view-private.h:
5850         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5851         (ev_view_set_presentation), (transition_next_page),
5852         (ev_view_presentation_transition_stop),
5853         (ev_view_presentation_transition_start), (ev_view_next_page):
5854
5855         Add page transition support in presentation mode. At the moment only
5856         page duration is supported, but not transition effects. Fixes bug
5857         #309815.
5858
5859 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5860
5861         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5862
5863         Run find_link_dest with document lock held, since it's called by links
5864         thread and main thread at the same time. 
5865
5866 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5867
5868         * shell/ev-view.c: (goto_dest):
5869
5870         Update page-cache when page is changed by the view, so that
5871         page-changed signal is emitted. 
5872
5873 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5874
5875         * test/test1.py:
5876         * test/test2.py:
5877
5878         Use C locale in tests. 
5879
5880 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * shell/ev-window.c: (ev_window_run_presentation):
5883         * shell/ev-view-private.h:
5884         * shell/ev-view.c: (ev_view_set_presentation):
5885
5886         Restore zoom settings when back from presentation mode. 
5887
5888 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5889
5890         * shell/ev-window.c: (ev_window_run_presentation):
5891
5892         Always use "best fit" zoom in presentation mode.
5893         Fixes bug #389195.
5894
5895 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5896
5897         * shell/ev-view.c: (ev_view_goto_window_create):
5898
5899         Show "Jump to page" label in the page jumping popup in
5900         presentation mode instead of just a GtkEntry.
5901
5902 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * shell/ev-window.c: (launch_external_uri):
5905
5906         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5907         #378085.
5908
5909 2006-12-22  Elijah Newren  <newren gmail com>
5910
5911         * configure.ac: explicitly check for libxml2.  Fixes #388795
5912
5913 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5914
5915         * shell/ev-view-private.h:
5916         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5917         (ev_view_goto_window_delete_event), (key_is_numeric),
5918         (ev_view_goto_window_key_press_event),
5919         (ev_view_goto_window_button_press_event),
5920         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5921         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5922         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5923
5924         Allow jumping to another page by typing a page number in presentation
5925         mode. It uses a popup window with an entry. Fixes bug #353625.
5926
5927 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * configure.ac:
5930         * properties/ev-properties-view.c: (ev_get_default_user_units),
5931         (ev_regular_paper_size):
5932         
5933         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5934         to Damien Carbery <damien.carbery@sun.com> and
5935         Yevgen Muntyan <muntyan@tamu.edu>.
5936
5937 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5938
5939         * shell/ev-window.c: (setup_document_from_metadata):
5940
5941         Make sure Evince doesn't restore the view on the last
5942         page when a document is reopened. Fixes bug #383381.
5943
5944 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5945
5946         * shell/ev-view.c: (draw_loading_text):
5947
5948         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5949
5950 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5951
5952         * configure.ac:
5953         * NEWS:
5954
5955         Release 0.7.0
5956
5957 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5958
5959         * configure.ac:
5960         * pdf/ev-poppler.cc: (pdf_print_context_free),
5961         (pdf_document_file_exporter_begin),
5962         (pdf_document_file_exporter_do_page):
5963
5964         Make cairo-pdf depedency optional. 
5965
5966 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5967
5968         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5969
5970         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5971
5972 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5973
5974         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5975         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5976         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5977         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5978         * shell/ev-view.c: (draw_loading_text):
5979         * shell/ev-window.c: (ev_window_cmd_file_properties):
5980
5981         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5982         related to using FontConfig from different threads.
5983         
5984 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5985
5986         * shell/ev-view.c: (draw_loading_text):
5987
5988         Acquire lock document when drawing "Loading..." text so that only one
5989         thread will use FontConfig at the same time. Fixes bug #374750.
5990
5991 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5992
5993         * shell/ev-page-action.[ch]: (activate_cb):
5994         * shell/ev-window.c: (activate_label_cb):
5995
5996         Check if text inserted in page entry is a valid page number when it
5997         doesn't match to any document page label. Fixes bug #383165.
5998
5999 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
6000         * shell/ev-window.c:
6001
6002         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
6003         available with GTK < 2.10. Added an ifdef to avoid compilation
6004         error.
6005
6006 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6007
6008         * configure.ac:
6009         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
6010
6011         Fix ps backend in multihead systems.
6012
6013 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
6016         * shell/ev-window.c: (ev_window_get_screen_dpi),
6017         (ev_window_update_actions), (setup_view_from_metadata),
6018         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
6019
6020         Take screen DPI into account when zooming. Fixes bug #318285.
6021
6022 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6023
6024         * data/Makefile.am:
6025
6026         Cleaned up/slightly refactored Makefile.am. Added GConf
6027         schemas uninstallation as well.
6028
6029 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6030
6031         * Makefile.am:
6032         * test/Makefile.am:
6033
6034         Fight with autotools to fix make check. Make distcheck
6035         works fine as well now!
6036
6037 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6038
6039         * shell/ev-view.c: (draw_end_presentation_page):
6040
6041         Corrected "end of presentation" string.
6042
6043 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6044
6045         * shell/ev-view.c: (ev_view_key_press_event):
6046
6047         Correctly propagate key press event so that up/down keys
6048         work as expected (correct behaviour was broken by
6049         black/white screen key bindings for presentations).
6050
6051 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6052
6053         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6054         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6055         (pdf_document_find_get_progress), (pdf_selection_render_selection),
6056         (pdf_selection_get_selection_region),
6057         (pdf_selection_get_selection_map):
6058
6059         Add "static" to some private functions. 
6060
6061 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
6062
6063         * lib/ev-tooltip.h:
6064         * properties/ev-properties-view.h:
6065         * shell/ev-jobs.h:
6066         * shell/ev-properties-dialog.h:
6067         * shell/ev-properties-fonts.h:
6068         * shell/ev-sidebar-links.h:
6069         * shell/ev-sidebar-thumbnails.h:
6070         * shell/ev-sidebar.h:
6071         * shell/ev-window.h:
6072         
6073         Fixes CHACK type in class casts. See bug #385343
6074         for details.
6075
6076 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6077
6078         * shell/ev-view-private.h:
6079         * shell/ev-view.c: (draw_end_presentation_page),
6080         (ev_view_expose_event), (ev_view_key_press_event),
6081         (ev_view_class_init), (ev_view_init):
6082
6083         Blank screen in presentation mode when pressing 'b' (filling with
6084         black) or 'w' (filling with white) keys. Fixes bug #358132.
6085
6086 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6087
6088         * data/evince-toolbar.xml:
6089         * shell/ev-window.c:
6090         
6091         Use stock icon for Select All action. Fixes
6092         bug #382652.
6093
6094 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6095
6096         * shell/ev-view.c: (get_doc_point_from_offset),
6097         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6098
6099         Add links support in rotated documents. Fixes bug #343733.
6100
6101 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6102
6103         * shell/ev-view-private.h:
6104         * shell/ev-view.c: (draw_end_presentation_page),
6105         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6106
6107         Show a blank page after the last page in presentation mode with a
6108         message indicating that presentation has finished and how to exit. 
6109
6110 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6111
6112         * shell/ev-window.c: (fullscreen_timeout_cb):
6113
6114         Hide cursor after a while in presentation mode. 
6115
6116 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6117
6118         * backend/ev-document-info.h:
6119         * data/evince-properties.glade:
6120         * pdf/ev-poppler.cc:
6121         * properties/ev-properties-view.c: (ev_regular_paper_size),
6122         (ev_properties_view_set_info):
6123         * ps/ps-document.c: (ps_document_get_info):
6124
6125         Adds a paper size field to the properties dialog. Fixes
6126         bug #307315. Patch by Kasper Svendsen (with some i18n
6127         changes done by me).
6128
6129 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6132         (screensaver_init_dbus), (totem_scrsaver_new),
6133         (totem_scrsaver_init):
6134         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6135         * shell/ev-application.c: (ev_application_register_service),
6136         (ev_application_screensaver_enable),
6137         (ev_application_screensaver_disable):
6138         * shell/ev-application.h:
6139         * shell/ev-window.c: (ev_window_run_presentation),
6140         (ev_window_stop_presentation), (build_comments_string),
6141         (ev_window_init):
6142         
6143         Move screensaver handling to application. No more
6144         message on startup.
6145
6146 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6147
6148         * configure.ac:
6149         * backend/Makefile.am:
6150         * backend/ev-file-exporter.[ch]:
6151         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6152         * ps/ps-document.c: (ps_document_file_exporter_*):
6153         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6154         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6155         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6156         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6157
6158         Allow printing to PDF when suppoted by the backend.
6159         
6160 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6161
6162         * shell/ev-window.c: (build_comments_string):
6163
6164         Use always "Document Viewer" in about dialog. 
6165
6166 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6167
6168         * djvu/djvu-document.c: (djvu_document_get_page_size):
6169
6170         Display a warning message when get_pageinfo fails. 
6171
6172 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6173
6174         * Makefile.am:
6175         * backend/Makefile.am:
6176         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6177         * configure.ac:
6178         * shell/ev-window.c: (build_comments_string):
6179         
6180         Make pdf compilation optional. See bug #38007.
6181
6182 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6183
6184         * ps/ps.c: (get_next_text):
6185
6186         Fix CVE-2006-5864.
6187
6188 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6189
6190         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6191         * shell/ev-navigation-action.c: (connect_proxy),
6192         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6193         
6194         Do not call g_type_class_peek_parent twice.
6195
6196 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6197
6198         * configure.ac:
6199         * data/icons/24x24/.cvsignore:
6200         * data/icons/24x24/Makefile.am:
6201         * data/icons/24x24/evince.png:
6202         * data/icons/Makefile.am:
6203         
6204         Add 24x24 icon. Thanks to 
6205         Michael Monreal <infernux@web.de>.
6206
6207 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * configure.ac: Fix typo in configure.ac. Thanks
6210         to dmacks@netspace.org for notification.
6211
6212 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6215         
6216         Drop dbus include, fixes compilation with older dbus.
6217
6218 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6219
6220         * configure.ac:
6221         * cut-n-paste/Makefile.am:
6222         * cut-n-paste/totem-screensaver/.cvsignore
6223         * cut-n-paste/totem-screensaver/Makefile.am:
6224         * cut-n-paste/totem-screensaver/README:
6225         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6226         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6227         * shell/Makefile.am:
6228         * shell/ev-window.c: (ev_window_run_presentation),
6229         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6230         (ev_window_init):
6231
6232         Implemented screensaver enabling/disabling for
6233         presentation mode (not fullscreen mode). Code stolen
6234         from Totem (with some minor tweaks). Fixes bug #338889.
6235
6236 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6237
6238         * configure.ac:
6239
6240         Bump gnome-icon-theme requirements. We use the rotation
6241         icons that appeared recently.
6242
6243 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6244
6245         * shell/ev-history.c: (ev_history_add_page):
6246         * shell/ev-history.h:
6247         * shell/ev-window.c: (page_changed_cb):
6248         
6249         Use page labels instead of numbers.
6250
6251 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * data/evince-toolbar.xml:
6254         * po/POTFILES.in:
6255         * shell/Makefile.am:
6256         * shell/ev-navigation-action-widget.c:
6257         (ev_navigation_action_widget_init),
6258         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6259         (menu_detacher), (ev_navigation_action_widget_set_menu),
6260         (menu_position_func), (popup_menu_under_arrow),
6261         (ev_navigation_action_widget_toggled),
6262         (ev_navigation_action_widget_button_press_event):
6263         * shell/ev-navigation-action-widget.h:
6264         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6265         (ev_navigation_action_set_window), (activate_menu_item_cb),
6266         (new_history_menu_item), (new_empty_history_menu_item),
6267         (build_menu), (menu_activated_cb), (connect_proxy),
6268         (create_tool_item), (ev_navigation_action_init),
6269         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6270         * shell/ev-navigation-action.h:
6271         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6272         (ev_page_action_widget_set_page_cache),
6273         (ev_page_action_widget_finalize),
6274         (ev_page_action_widget_class_init), (match_selected_cb),
6275         (display_completion_text), (match_completion), (build_new_tree_cb),
6276         (get_filter_model_from_model),
6277         (ev_page_action_widget_update_model):
6278         * shell/ev-page-action-widget.h:
6279         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6280         (connect_proxy):
6281         * shell/ev-page-action.h:
6282         * shell/ev-stock-icons.c:
6283         * shell/ev-stock-icons.h:
6284         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6285         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6286         (register_custom_actions):
6287         * shell/main.c:
6288         
6289         Preliminary history implementation
6290
6291 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6294         (dvi_document_class_init), (dvi_document_init_params):
6295         * dvi/mdvi-lib/font.c: (font_reference):
6296         
6297         Add reference to subfont. Fixes bug #374277.
6298
6299 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6300
6301         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6302         (ev_window_cmd_file_open_copy_at_dest):
6303
6304         Fix a race condition when creating symlink. Increase the counter
6305         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6306         Mathias Hasselmann).
6307
6308 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6309
6310         * backend/Makefile.am:
6311         * backend/ev-attachment.c: (ev_attachment_open):
6312         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6313         (ev_tmp_dir), (ev_tmp_filename):
6314         * shell/ev-sidebar-attachments.c:
6315         (ev_sidebar_attachments_drag_data_get):
6316         * shell/ev-window.c: (ev_window_clear_temp_file):
6317
6318         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6319         in ensure_dir_exists. Abort without crashing when we can't create
6320         user's directory.
6321
6322 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6323
6324         * data/evince-ui.xml:
6325         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6326         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6327         (ev_window_cmd_file_open_copy_at_dest),
6328         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6329         (ev_view_popup_cmd_open_link_new_window):
6330
6331         Allow opening a copy of the current document in a new window. Fixes bug
6332         #357472
6333
6334 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * data/evince-toolbar.xml:
6337         
6338         Add rotate right and rotate left to available items for toolbar.
6339         
6340         * data/evince-ui.xml:
6341         * shell/ev-window.c: (ev_window_init):
6342         
6343         Customize toolbar with right click. Fixes bug #372451.
6344
6345 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6346
6347         * shell/ev-window.c: 
6348         
6349         Use "object-rotate-{left,right}" stock icons. Fixes 
6350         bug #373863.
6351
6352 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6353
6354         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6355         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6356         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6357         (ev_window_open_uri):
6358         * shell/main.c: (arguments_parse):
6359
6360         Remove temp file created when evince is used by GTK+ in
6361         preview mode. Fixes bug #365282. 
6362
6363 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6366         
6367         Fixes bug #372474 - Side pane disabled when entering 
6368         and leaving fullscreen mode.
6369
6370 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6373         * data/Makefile.am:
6374         * data/evince-preview-toolbar.xml:
6375         * data/evince-toolbar.xml:
6376         * shell/ev-application.c: (ev_application_shutdown),
6377         (ev_application_init), (ev_application_get_toolbars_model):
6378         * shell/ev-application.h:
6379         * shell/ev-window.c: (update_chrome_visibility),
6380         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6381         (ev_window_cmd_edit_toolbar), (ev_window_init):
6382         
6383         Fixes bug #364364 - toolbar editor shows zoom actions again.
6384
6385 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6386
6387         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6388
6389         Do not take margins into consideration for paper size when printing.
6390         Really fixes bug #350491.
6391
6392 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6393
6394         * data/evince-ui.xml:
6395         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6396         (ev_window_cmd_file_print_setup),
6397         (ev_window_print_dialog_response_cb),
6398         (ev_window_setup_action_sensitivity):
6399
6400         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6401
6402 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6403
6404         * shell/ev-window.c: (ev_window_print_range):
6405
6406         Revert my previuos commit, since printing to PDF is not supported by
6407         evince yet. 
6408
6409 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6410
6411         * shell/ev-window.c: (ev_window_print_range):
6412
6413         Enable print to a PDF. Fixes bug #332121.
6414
6415 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6416
6417         * shell/ev-application-service.xml:
6418         * shell/ev-application.[ch]: (ev_application_open_window),
6419         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6420         (ev_application_open_uri), (ev_application_open_uri_list):
6421         * shell/ev-window.c: (file_open_dialog_response_cb),
6422         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6423         (drag_data_received_cb), (open_remote_link):
6424         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6425
6426         Add support for multiscreen systems. Fixes bug #316206.
6427
6428 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6429
6430         * shell/ev-jobs.[ch]: (ev_job_print_new),
6431         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6432         (ev_job_print_do_page):
6433         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6434
6435         Allow printing only odd/even pages. Fixes bug #367289.
6436
6437 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6438
6439         * test/test1.py:
6440         * test/test2.py:
6441
6442         Re-add locale settings to test files.
6443
6444 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * data/evince-ui.xml:
6447         * shell/ev-window.c: (set_action_properties):
6448         
6449         Removed garbage from code and ui.
6450
6451 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6452
6453         * shell/ev-window.c: (ev_window_cmd_help_about):
6454
6455         Shamelessly add my name to the list of contributors.
6456
6457 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6458
6459         * test/test1.py:
6460         * test/test2.py:
6461
6462         Cleaned up the dogtail scripts.
6463
6464 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6465
6466         * shell/ev-view.c: (draw_loading_text): Don't render
6467         "loading..." text in presentation mode. Temporary
6468         workaround for bug #320352.
6469
6470 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6471
6472         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6473         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6474
6475         Use print settings scale, copies, collate and reverse which were
6476         ignored. Fixes bug #359032.
6477
6478 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * configure.ac:
6481         * data/evince-password.glade:
6482         * test/Makefile.am:
6483         * test/test-encrypt.pdf:
6484         * test/test-links.pdf:
6485         * test/test1.py:
6486         * test/test2.py:
6487
6488         Add automated UI tests for evince with dogtail. See
6489         bug #300948.    
6490
6491 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6494
6495         Hide fullscreen toolbar when switching to another desktop workspace.
6496         Fixes bug #338871
6497
6498 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6499
6500         * shell/ev-window-title.c: 
6501         
6502         Test for .dvi in title of pdf documents.
6503
6504 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6505
6506         * shell/ev-view.c: (ev_view_scroll):
6507
6508         Page Up/Down should do page jumps in "Best fit" mode.
6509         If a user has explicitly chosen to view exactly one page
6510         at a time, scrolling just a part of the page when
6511         pressing Page Up/Down is not right. Fixes bug #323107.
6512
6513 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * NEWS:
6516         * configure.ac:
6517         
6518         Update for 0.6.1
6519
6520 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6523         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6524         
6525         Correctly disconnect from job signals on destroy.
6526
6527 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6528
6529         * shell/ev-view-private.h:
6530         * shell/ev-view.c: (view_set_adjustment_values),
6531         (view_update_range_and_current_page),
6532         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6533         
6534         Fixes bug #343199, current page now follows find page.
6535
6536 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6537
6538         * backend/ev-document-factory.c:
6539         * configure.ac:
6540         Assigned OpenDocument presenation MIME type to the
6541         Impress backend. Added some missing (but harmless)
6542         #ifdefs in the document factory as well to make things
6543         consistent again. Fixes bug #360658.
6544
6545 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6546
6547         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6548         * backend/ev-document-find.c: (ev_document_find_get_type):
6549         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6550         * backend/ev-document-links.c: (ev_document_links_get_type):
6551         * backend/ev-document-security.c: (ev_document_security_get_type):
6552         * backend/ev-document-thumbnails.c:
6553         (ev_document_thumbnails_get_type):
6554         * backend/ev-document.c: (ev_document_get_type):
6555         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6556         * backend/ev-selection.c: (ev_selection_get_type):
6557         * cut-n-paste/recent-files/egg-recent-model.c:
6558         (egg_recent_model_get_type):
6559         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6560         (egg_recent_view_uimanager_get_type):
6561         * cut-n-paste/recent-files/egg-recent-view.c:
6562         (egg_recent_view_get_type):
6563         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6564         (egg_editable_toolbar_get_type):
6565         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6566         (egg_toolbar_editor_get_type):
6567         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6568         (egg_toolbars_model_get_type):
6569         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6570         (egg_tree_multi_drag_source_get_type):
6571         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6572         (ephy_zoom_action_get_type):
6573         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6574         (ephy_zoom_control_get_type):
6575         * impress/r_back.c: (_imp_fill_back):
6576         * properties/ev-properties-main.c:
6577         (ev_properties_plugin_register_type):
6578         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6579         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6580         (ev_view_accessible_factory_get_type):
6581
6582         Reduce relocations. Bug #360616.
6583
6584 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * backend/ev-document-factory.c:
6587         (ev_document_factory_get_document):
6588         
6589         Load document even if extension is wrong.
6590
6591 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * shell/ev-metadata-manager.c: (save_values):
6594         * shell/ev-window.c: (setup_size_from_metadata),
6595         (setup_view_from_metadata), (ev_window_setup_document),
6596         (ev_window_xfer_job_cb), (window_configure_event_cb):
6597         
6598         Set size according to the document size/page size ratio.
6599         That should correct rather wierd behaviour of the previous
6600         commit.
6601
6602 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6603
6604         * shell/ev-window.c: (setup_view_from_metadata):
6605         
6606         Set size for new windows from previous window size.
6607         See bugs #354968 and #168450 for details. Thanks
6608         to Meik Hellmund.
6609
6610 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6611
6612         * djvu/djvu-links.c: (build_tree):
6613
6614         Fix memory leak.
6615
6616 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6619         
6620         Don't make sidebar close button insensitive. Fixes
6621         bug #357871.
6622
6623 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6626         (ev_window_set_view_accels_sensitivity):
6627         
6628         Don't enable Slash on documents which don't support
6629         find. Fixes bug #358648.
6630
6631 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6632
6633         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6634         open dialog fall back to the current document uri if the
6635         filechooser hasn't been used before. Fixes bug #356980.
6636
6637 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6638
6639         * shell/ev-window.c: (ev_window_setup_recent), 
6640         (ev_window_get_recent_file_label):
6641
6642         Escape underscores in filenames of recent file items.
6643
6644 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * configure.ac:
6647         
6648         Bumped poppler requirements, really 0.5.3 is very 
6649         buggy, now we require 0.5.4.
6650
6651 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * djvu/Makefile.am:
6654         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6655         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6656         (djvu_document_document_links_iface_init):
6657         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6658         (number_from_string_10), (get_djvu_link_dest),
6659         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6660         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6661         (djvu_links_get_links), (djvu_links_find_link_dest),
6662         (djvu_links_get_links_model):
6663         * djvu/djvu-links.h:
6664         
6665         Add support for links and bookmarks in djvu documents. Thanks
6666         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6667         patch.
6668
6669 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6672         
6673         Reopen should reload document. Fixes 
6674         bug 327951.
6675
6676 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6677
6678         * configure.ac:
6679         * data/Makefile.am:
6680         * data/evince-16.png:
6681         * data/evince-22.png:
6682         * data/evince.png:
6683         * data/evince.svg:
6684         * data/icons/16x16/Makefile.am:
6685         * data/icons/16x16/evince.png:
6686         * data/icons/22x22/Makefile.am:
6687         * data/icons/22x22/evince.png:
6688         * data/icons/48x48/Makefile.am:
6689         * data/icons/48x48/evince.png:
6690         * data/icons/Makefile.am:
6691         * data/icons/scalable/Makefile.am:
6692         * data/icons/scalable/evince.svg:
6693         
6694         Install icons with correct names. Fixes
6695         bug #354429.
6696
6697 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6698
6699         * shell/ev-view.c: (ev_view_button_release_event):
6700
6701         Don't open links with middle mouse button. Fixes bug #353649
6702
6703 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * NEWS:
6706         * configure.ac:
6707         
6708         Update for release 0.6.0
6709
6710 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6713         Implement Close named action. Patch by Carlos Garcia Campos.
6714
6715 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6718         
6719         Don't clear link mapping on copy_job_to_job_info. Fixes
6720         bug 346168.
6721
6722 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6723
6724         * shell/main.c: (main):
6725
6726         Revert my previous commit, gnome_program_init owns the option context.
6727         Fix another memory leak in main. Both caught by Christian Persch. 
6728
6729 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6730
6731         * shell/main.c: (main):
6732
6733         Fix memory leak.
6734
6735 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6736
6737         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6738
6739         Fix crash when opening a pdf with password protection. 
6740
6741 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6742
6743         * pdf/ev-poppler.cc: (pdf_document_search_free):
6744
6745         Fix memory leak. 
6746
6747 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * backend/ev-document-factory.c:
6750         (ev_document_factory_get_document):
6751         * tiff/tiff-document.c: (tiff_document_finalize):
6752         
6753         More correct handling of document loading. Fixes
6754         bug #349043.
6755
6756 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6757
6758         * backend/ev-attachment.c: (ev_attachment_save):
6759
6760         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6761         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6762
6763 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6764         
6765         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6766         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6767
6768 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6769
6770         * shell/ev-sidebar-thumbnails.c:
6771
6772         Do not render thumbnails unless thumbnails page is active in the
6773         sidebar.
6774
6775 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6776
6777         * shell/ev-properties-dialog.c:
6778
6779         Fix dialogue spacing. Bug #351370.
6780
6781 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6782
6783         * configure.ac:
6784
6785         Use lowercase gettext catalog file names (evince.mo
6786         instead of Evince.mo)
6787
6788 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6789
6790         * shell/ev-sidebar-attachments.c:
6791
6792         GtkIconTheme is now screen safe too. Fixes bug #350878
6793
6794 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6795
6796         * shell/ev-window.c:
6797
6798         GtkRecent manager is now screen safe. Fixes bug #350145
6799
6800 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * shell/ev-sidebar.c: (ev_sidebar_init):
6803         
6804         Make sidebar close icon smaller. Fix for bug 350177.
6805         See also bugs 350176 and 165770.
6806
6807 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6808
6809         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6810
6811         Ignore zoom for xyz destinations when it's <= 1, keeping user
6812         preferences instead. Set correct sizing-mode for fith and fitv
6813         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6814
6815 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6816
6817         * NEWS:
6818         * configure.ac:
6819         
6820         Update for release 0.5.5
6821
6822 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6823         
6824         * shell/ev-window.c: (ev_window_cmd_escape)
6825
6826         Escape unfocus page entry. Fixes bug #345809.
6827
6828 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6829
6830         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6831         (build_tree), (pdf_document_links_get_links),
6832         (pdf_document_links_find_link_dest):
6833         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6834         (goto_xyz_dest):
6835
6836         Convert from PDF style coordinates to X style coordinates in the
6837         backend rather than in the view. Fixes bug #338440
6838
6839 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * shell/ev-window.c:
6842         
6843         Remove Ctrl+Shift+T shortcut for toolbars. See
6844         the bug #350098.
6845
6846 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6847
6848         * configure.ac:
6849
6850         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6851         of this. 
6852
6853 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6854
6855         * configure.ac:
6856         * cut-n-paste/Makefile.am:
6857         * data/evince-ui.xml:
6858         * shell/Makefile.am:
6859         * shell/ev-application.[ch]:
6860         * shell/ev-window.c:
6861
6862         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6863         #349273
6864
6865 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6866
6867         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6868         findbar code: s/help/search/
6869
6870 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6871
6872         * shell/ev-window.c: (setup_document_from_metadata),
6873         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6874         (setup_view_from_metadata):
6875         
6876         Fix memory leaks.
6877
6878 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6879
6880         * autogen.sh, configure.ac: 
6881         
6882         Update automake usage. See bug 349292.
6883
6884 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/eggfindbar.c: (egg_find_bar_class_init),
6887         (entry_activate_callback), (egg_find_bar_init),
6888         (egg_find_bar_set_status_text):
6889         * shell/eggfindbar.h:
6890         
6891         Unify Evince findbar with Epiphany. Nice patch
6892         from Fabricio Silva <silva@crans.org> and
6893         Frederic Peters <fpeters@entrouvert.com>. See
6894         bug #339966 for details.
6895
6896 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6897
6898         * data/evince.desktop.in.in:
6899         
6900         Correct information for bugzilla. Thanks to
6901         Olaf Vitters, see bug #348855.
6902
6903 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6904
6905         * shell/ev-jobs.[ch]:
6906         * shell/ev-sidebar-links.c:
6907         * shell/ev-window.[ch]:
6908
6909         GtkPrintJob doesn't support print ranges or current page, so we export
6910         to a ps file now when printing ranges or current page.
6911
6912 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * pdf/ev-poppler.cc:
6915         * shell/ev-window.c: (do_action_named):
6916
6917         We should be more clear about bugzilla. See the
6918         poppler bug #7623.
6919
6920 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6921
6922         * configure.ac:
6923         * shell/Makefile.am:
6924         * shell/ev-job-queue.c:
6925         * shell/ev-jobs.[ch]:
6926         * shell/ev-sidebar-links.c:
6927         * shell/ev-window.[ch]:
6928         
6929         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6930         #348422
6931
6932 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6933
6934         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6935         * shell/ev-application-service.xml:
6936         * shell/ev-application.[ch]:
6937         * shell/ev-jobs.[ch]:
6938         * shell/ev-window.[ch]: (ev_window_run_preview):
6939         * shell/main.c: 
6940
6941         Add preview mode to use evince as a printing previewer. It also adds
6942         other command line options for fullscreen and presentation modes.
6943         Fixes bugs #347822, #317031
6944
6945 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * NEWS:
6948         * configure.ac:
6949         
6950         Update for release 0.5.4
6951
6952 2006-07-11  Bastien Nocera <hadess@hadess.net>
6953
6954         * Makefile.am:
6955         * backend/Makefile.am:
6956         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6957         * backend/ev-document-factory.h:
6958         * configure.ac:
6959         * impress/.cvsignore:
6960         * impress/Makefile.am:
6961         * impress/common.h:
6962         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6963         (imp_get_page), (imp_next_page), (imp_prev_page),
6964         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6965         * impress/f_oasis.c: (render_object), (render_page),
6966         (get_geometry), (_imp_oasis_load):
6967         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6968         (_imp_oo13_load):
6969         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6970         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6971         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6972         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6973         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6974         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6975         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6976         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6977         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6978         (iks_new_within), (iks_insert), (iks_insert_cdata),
6979         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6980         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6981         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6982         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6983         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6984         (iks_cdata), (iks_cdata_size), (iks_has_children),
6985         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6986         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6987         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6988         (iks_tree), (iks_load), (iks_save):
6989         * impress/iksemel.h:
6990         * impress/imposter.h:
6991         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6992         (imp_render_draw_bezier_real), (imp_render_get_size),
6993         (imp_render_set_fg_color), (imp_render_draw_line),
6994         (imp_render_draw_rect), (imp_render_draw_polygon),
6995         (imp_render_draw_arc), (imp_render_draw_bezier),
6996         (imp_render_open_image), (imp_render_get_image_size),
6997         (imp_render_scale_image), (imp_render_draw_image),
6998         (imp_render_close_image), (imp_render_markup),
6999         (imp_render_get_text_size), (imp_render_draw_text),
7000         (impress_document_load), (impress_document_save),
7001         (impress_document_get_n_pages), (impress_document_get_page_size),
7002         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
7003         (impress_document_finalize), (impress_document_class_init),
7004         (impress_document_can_get_text), (impress_document_get_info),
7005         (impress_document_document_iface_init),
7006         (impress_document_thumbnails_get_thumbnail),
7007         (impress_document_thumbnails_get_dimensions),
7008         (impress_document_document_thumbnails_iface_init),
7009         (impress_document_init):
7010         * impress/impress-document.h:
7011         * impress/internal.h:
7012         * impress/r_back.c: (_imp_fill_back):
7013         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
7014         (_imp_draw_image), (_imp_tile_image):
7015         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
7016         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
7017         (r_polyline):
7018         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
7019         (r_draw_gradient_complex), (r_draw_gradient):
7020         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
7021         (r_get_bullet):
7022         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
7023         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
7024         (r_text):
7025         * impress/render.c: (imp_create_context), (imp_context_set_page),
7026         (imp_context_set_step), (imp_render), (imp_delete_context):
7027         * impress/render.h:
7028         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7029         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7030         (zip_load_xml), (zip_get_size), (zip_load):
7031         * impress/zip.h:
7032         * shell/ev-utils.c:
7033         
7034         New backend to support impress slides. Fixes bug #30867.
7035
7036 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
7037
7038         * shell/ev-utils.c: (using_postscript_printer):
7039         
7040         Fixes crash when print using PAPI backend,
7041         bug #345012.
7042
7043 2006-06-09  Pat Rondon  <pmr@patrondon.org>
7044
7045         * shell/ev-jobs.c: (ev_job_xfer_run):
7046         * shell/ev-window.c: (password_dialog_response),
7047         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7048         (ev_window_dispose):
7049         Fixes bug #344160: if the xfer job doesn't complete
7050         because a password is required, reload the existing
7051         instance instead of creating a new one.
7052
7053 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7054
7055         * shell/main.c: (main): Call gdk_threads_init. Thus
7056         we'll avoid errors in auth dialog. Fix for the bug
7057         #343347.
7058
7059 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7060
7061         * configure.ac: Advertise pixbuf support, fix
7062         for the bug 343317.
7063
7064 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7067         (ev_sidebar_thumbnails_set_document):
7068         
7069         Update sidebar thumbnails after reloading.
7070
7071 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7074         * shell/ev-jobs.h:
7075         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7076         (ev_window_cmd_view_reload), (ev_window_init):
7077         
7078         Don't crash on reload. Fix for the bug #343167.
7079
7080 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * shell/ev-jobs.c: (ev_job_render_run):
7083         
7084         Check for document links.
7085
7086 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * backend/ev-attachment.c: (ev_attachment_save),
7089         (ev_attachment_launch_app), (ev_attachment_open):
7090         * backend/ev-document-factory.c: (get_document_from_uri):
7091         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7092         (egg_recent_view_uimanager_set_list):
7093         * ps/ps-document.c: (check_filecompressed), (document_load),
7094         (ps_document_load):
7095         * shell/ev-metadata-manager.c: (load_values):
7096         * shell/ev-password.c: (ev_password_dialog_set_property):
7097         * shell/ev-view.c: (tip_from_link):
7098         * shell/ev-window.c: (file_save_dialog_response_cb),
7099         (ev_window_print_dialog_response_cb):
7100         
7101         Use consistent quoting style. Fix for the bug #320285.
7102
7103 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * shell/ev-jobs.c: (ev_job_xfer_run):
7106         * shell/main.c: (load_files):
7107                 
7108         Open links with anchors. Fix for the bug #339836.
7109
7110 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7113         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7114         (ev_link_dest_set_property), (ev_link_dest_finalize),
7115         (ev_link_dest_class_init), (ev_link_dest_new_named),
7116         (ev_link_dest_new_page_label):
7117         * backend/ev-link-dest.h:
7118         * shell/ev-application.c: (ev_application_open_uri):
7119         * shell/ev-view.c: (goto_dest):
7120         * shell/ev-window.c:
7121         * shell/ev-window.h:
7122         
7123         Fix page-label command line option. Bug #342070.
7124
7125 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7126
7127         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7128         
7129         Don't show highlight rects if page can't be showed. Fix for 
7130         the bug #342076
7131
7132 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7133
7134         * shell/ev-window.c: (setup_sidebar_from_metadata),
7135         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7136         
7137         Setup sidebar from metadata even if there is no document
7138         loaded. Fix for the bug #342807.
7139
7140 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * cut-n-paste/toolbar-editor/Makefile.am:
7143         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7144         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7145         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7146         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7147         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7148         (popup_context_menu_cb), (button_press_event_cb),
7149         (configure_item_sensitivity), (configure_item_cursor),
7150         (configure_item_tooltip), (connect_widget_signals),
7151         (action_sensitive_cb), (create_item_from_action),
7152         (create_item_from_position), (toolbar_drag_data_received_cb),
7153         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7154         (toolbar_drag_leave_cb), (configure_drag_dest),
7155         (toggled_visibility_cb), (toolbar_visibility_refresh),
7156         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7157         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7158         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7159         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7160         (egg_editable_toolbar_dispose),
7161         (egg_editable_toolbar_set_ui_manager),
7162         (egg_editable_toolbar_get_selected),
7163         (egg_editable_toolbar_set_selected), (set_edit_mode),
7164         (egg_editable_toolbar_set_property),
7165         (egg_editable_toolbar_get_property),
7166         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7167         (egg_editable_toolbar_new_with_model),
7168         (egg_editable_toolbar_get_edit_mode),
7169         (egg_editable_toolbar_set_edit_mode),
7170         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7171         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7172         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7173         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7174         (item_added_or_removed_cb), (toolbar_removed_cb),
7175         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7176         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7177         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7178         (editor_create_item_from_name), (append_table),
7179         (update_editor_sheet), (egg_toolbar_editor_init):
7180         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7181         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7182         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7183         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7184         (toolbar_node_free), (egg_toolbars_model_get_flags),
7185         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7186         (egg_toolbars_model_get_name), (impl_add_item),
7187         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7188         (parse_data_list), (parse_item_list), (parse_toolbars),
7189         (egg_toolbars_model_load_toolbars), (parse_available_list),
7190         (parse_names), (egg_toolbars_model_load_names),
7191         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7192         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7193         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7194         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7195         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7196         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7197         (egg_toolbars_model_set_types), (fill_avail_array),
7198         (egg_toolbars_model_get_name_avail),
7199         (egg_toolbars_model_get_name_flags),
7200         (egg_toolbars_model_set_name_flags):
7201         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7202         * cut-n-paste/toolbar-editor/eggintl.h:
7203         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7204         (egg_tree_multi_drag_source_get_type),
7205         (egg_tree_multi_drag_source_row_draggable),
7206         (egg_tree_multi_drag_source_drag_data_delete),
7207         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7208         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7209         (path_list_free), (set_context_data), (get_context_data),
7210         (get_info), (egg_tree_multi_drag_drag_data_get),
7211         (egg_tree_multi_drag_motion_event),
7212         (egg_tree_multi_drag_button_press_event),
7213         (egg_tree_multi_drag_add_drag_support):
7214         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7215         * shell/ev-application.c: (ev_application_init),
7216         (ev_application_save_toolbars_model):
7217         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7218         (ev_window_cmd_edit_toolbar), (ev_window_init):
7219         
7220         Sync toolbareditor with epiphany and libegg
7221
7222 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7223
7224         * configure.ac: 
7225
7226         Depend on poppler 0.5.2
7227
7228 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * shell/ev-jobs.c: (ev_job_render_run):
7231         
7232         Check if document supports links iterface.
7233
7234 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7235
7236         * NEWS:
7237         * configure.ac:
7238         
7239         Update for release 0.5.3
7240
7241 2006-05-13  Michael Plump  <plumpy@skylab.org>
7242
7243         * configure.ac:
7244         * shell/Makefile.am:
7245         * shell/main.c: (main):
7246         
7247         Port to GOption command line parsing. Fix for the 
7248         bug #327518
7249
7250 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7251
7252         * shell/ev-window.c: (ev_window_cmd_help_about):
7253         
7254         Do not wrap license. Fix for the bug #309460.
7255
7256 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7257
7258         * configure.ac:
7259         * properties/ev-properties-main.c: (ev_properties_get_pages):
7260         * shell/ev-application.c: (ev_application_open_window),
7261         (ev_application_open_uri_at_dest):
7262         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7263         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7264         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7265         * shell/ev-utils.c: (save_print_config_to_file):
7266         * shell/ev-window.c: (ev_window_cmd_save_as),
7267         (ev_attachment_popup_cmd_save_attachment_as):
7268         * shell/main.c: (load_files_remote):
7269         
7270         Bump requirements to gtk 2.8 and drop all ifdefs used.
7271
7272 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7275         * shell/ev-window.c: (ev_window_init):
7276         
7277         Show attachments page.
7278
7279 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7280
7281         * po/POTFILES.in:
7282         * shell/ev-attachment-bar.c:
7283         * shell/ev-attachment-bar.h:
7284         * shell/ev-sidebar-attachments.c:
7285         (ev_sidebar_attachments_icon_cache_add),
7286         (icon_theme_get_pixbuf_from_mime_type),
7287         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7288         (ev_sidebar_attachments_icon_cache_refresh),
7289         (ev_sidebar_attachments_get_attachment_at_pos),
7290         (ev_sidebar_attachments_popup_menu_show),
7291         (ev_sidebar_attachments_popup_menu),
7292         (ev_sidebar_attachments_button_press),
7293         (ev_sidebar_attachments_update_icons),
7294         (ev_sidebar_attachments_drag_data_get),
7295         (ev_sidebar_attachments_get_property),
7296         (ev_sidebar_attachments_destroy),
7297         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7298         (ev_sidebar_attachments_new),
7299         (ev_sidebar_attachments_set_document),
7300         (ev_sidebar_attachments_support_document),
7301         (ev_sidebar_attachments_get_label),
7302         (ev_sidebar_attachments_page_iface_init):
7303         * shell/ev-sidebar-attachments.h:
7304         * shell/ev-window.c: (update_chrome_visibility),
7305         (setup_sidebar_from_metadata), (ev_window_setup_document),
7306         (ev_window_sidebar_current_page_changed_cb),
7307         (attachment_bar_menu_popup_cb), (ev_window_init):
7308         
7309         Move attachments bar to sidebar.
7310
7311 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7312
7313         * pdf/ev-poppler.cc:
7314         * shell/ev-application.[ch]:
7315         * shell/main.c:
7316
7317         Fix some memory leaks.
7318
7319 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7320
7321         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7322
7323         Change the properties dialog response to
7324         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7325         will make the dialog go away when the user presses
7326         enter. With gtk+ >= 2.9 this will happen anyway, but for
7327         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7328         escape by default. Fixes bug #340539. See also bug
7329         #101293 for the gtk+ part.
7330
7331 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7332
7333         * shell/ev-view.c (tip_from_action_named): Replace some strings
7334         that were wrong. Closes #340970.
7335
7336 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7337
7338         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7339
7340         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7341         #341049
7342
7343 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * djvu/Makefile.am:
7346         * dvi/Makefile.am:
7347         * dvi/mdvi-lib/Makefile.am:
7348         * properties/Makefile.am:
7349         * ps/Makefile.am:
7350         * shell/Makefile.am:
7351         * thumbnailer/Makefile.am:
7352         
7353         Due to broken libtool that is unable to track dependencies
7354         of noinst libraries we are forced to explicitely point
7355         libraries for binary. Fix for the bug #333334.
7356
7357 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * data/evince.desktop.in.in:
7360         * shell/ev-view.c: (view_update_range_and_current_page),
7361         (ev_view_next_page), (ev_view_previous_page):
7362         * shell/ev-window.c: (update_chrome_visibility),
7363         (setup_sidebar_from_metadata), (ev_window_setup_document),
7364         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7365         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7366         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7367         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7368         (ev_window_stop_presentation), (ev_window_focus_in_event),
7369         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7370         (ev_window_init):
7371         * thumbnailer/Makefile.am:
7372         
7373         Update fullscreen and presentation timeout handling. Hide
7374         cursor in presentation after timeout. Fix for the bugs
7375         #136359 and #336981.
7376
7377 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7378
7379         * backend/ev-link-action.[ch]:
7380         * pdf/ev-poppler.cc: (ev_link_from_action):
7381         * shell/ev-view-private.h:
7382         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7383         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7384
7385         Add support for Named Action links
7386
7387 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7388
7389         * backend/Makefile.am:
7390         * backend/ev-document-links.[ch]:
7391         * backend/ev-document.[ch]:
7392         * backend/ev-link-action.[ch]:
7393         * backend/ev-link-dest.[ch]:
7394         * backend/ev-link.[ch]:
7395         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7396         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7397         * shell/ev-page-action.c: (build_new_tree_cb):
7398         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7399         (links_page_num_func), (update_page_callback):
7400         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7401         (tip_from_link):
7402         * shell/ev-jobs.c:
7403         * shell/ev-window.[ch]: (ev_window_open_uri),
7404         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7405         * shell/ev-application.[ch]: (ev_application_open_window),
7406         (ev_application_open_uri):
7407
7408         Rework links system, it adds support for remote links now and it makes
7409         easier to add new kinds of actions and destinations. Fixes bug #317292
7410
7411 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7412
7413         * data/Makefile.am:
7414         * data/evince.png:
7415         * data/evince-16.png:
7416         * data/evince-22.png:
7417         * data/evince.svg:
7418         * shell/main.c: (main):
7419         
7420         Evince use it's own icon. Fix for the bug #313392.
7421
7422         * shell/ev-window.c: (fullscreen_timeout_cb),
7423         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7424         (ev_window_cmd_help_about), (ev_window_dispose):
7425         
7426         Simplify fullscreen timeout code.
7427
7428 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7429
7430         * backend/ev-attachment.c: 
7431         * shell/ev-attachment-bar.c:
7432         * shell/ev-window.c:
7433
7434         Allow multiple selection of attachments
7435
7436 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * shell/ev-view.c: (view_update_range_and_current_page),
7439         (ev_view_scroll):
7440         
7441         Fix for the bug #312573 – Optimal selection of current 
7442         page among visible pages.
7443
7444 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7445
7446         * configure.ac:
7447         * djvu/Makefile.am:
7448         * djvu/djvu-text.h:
7449         
7450         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7451         for the bug 339868.
7452
7453 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7454
7455         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7456
7457 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7458
7459         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7460         dictated by the GNOME HIG. Fixes bug #339235.
7461
7462 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7463
7464         * data/evince-ui.xml:
7465         * shell/ev-view.c: (ev_view_can_find_previous):
7466         * shell/ev-view.h:
7467         * shell/ev-window.c: (ev_window_update_actions),
7468         (ev_window_cmd_edit_find_previous):
7469
7470         Add support for "Find Previous" as dictated by the GNOME HIG. A
7471         menu item is added and some glue code to make it all work is added
7472         to various files.
7473
7474 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7475
7476         * configure.ac: Award myself the "useless use of cat" award.
7477
7478 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7479
7480         * po/LINGUAS: New file listing all supported languages.
7481
7482         * configure.in: Use po/LINGUAS instead of including all languages
7483         directly in this file. See the wiki for more information:
7484         http://live.gnome.org/GnomeGoals/PoLinguas
7485
7486 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7487
7488         * backend/ev-document-factory.c:
7489
7490         Do not load the document twice when there isn't errors
7491
7492 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7493
7494         * backend/ev-attachment.c: 
7495
7496         Fix a crash when there isn't a default application to open an
7497         attachment
7498
7499 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7500
7501         * backend/ev-attachment.[ch]:
7502         * shell/ev-attachment-bar.[ch]:
7503
7504         Added missing files. 
7505
7506 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7507
7508         * backend/Makefile.am:
7509         * data/evince-ui.xml:
7510         * backend/ev-attachment.[ch]:
7511         * backend/ev-document.[ch]: (ev_document_has_attachments),
7512         (ev_document_get_attachments):
7513         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7514         (attachment_save_to_buffer), (pdf_document_get_attachments),
7515         (pdf_document_document_iface_init):
7516         * shell/Makefile.am:
7517         * shell/ev-attachment-bar.[ch]:
7518         * shell/ev-window.c:
7519
7520         Add support for PDF attachments. Fixes bug #325143
7521
7522 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * backend/ev-document-factory.c: (get_document_from_uri),
7525         (ev_document_factory_get_document):
7526         * backend/ev-document-factory.h:
7527         * properties/ev-properties-main.c: (ev_properties_get_pages):
7528         * shell/Makefile.am:
7529         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7530         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7531         (ev_job_queue_remove_job):
7532         * shell/ev-job-queue.h:
7533         * shell/ev-job-xfer.c:
7534         * shell/ev-job-xfer.h:
7535         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7536         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7537         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7538         (ev_job_xfer_run):
7539         * shell/ev-jobs.h:
7540         * shell/ev-window.c: (ev_window_is_empty),
7541         (password_dialog_response), (ev_window_clear_xfer_job),
7542         (ev_window_xfer_job_cb), (ev_window_open_uri),
7543         (ev_window_cmd_focus_page_selector),
7544         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7545         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7546         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7547         (ev_window_dispose):
7548         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7549         
7550         * Cleanup mime type detection on document load. Fix for the
7551         bug #336448.
7552
7553 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7556         
7557         Fix crash on exit, described in the bug #336825.
7558
7559 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7560
7561         * backend/ev-document-factory.c:
7562         (ev_document_factory_get_from_mime),
7563         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7564         (ev_document_factory_get_document),
7565         (file_filter_add_mime_list_and_free),
7566         (ev_document_factory_add_filters):
7567         * backend/ev-document-factory.h:
7568         * properties/ev-properties-main.c: (ev_properties_get_pages):
7569         * shell/Makefile.am:
7570         * shell/ev-application.c:
7571         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7572         * shell/ev-window.c: (ev_window_cmd_file_open),
7573         (ev_window_cmd_save_as):
7574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7575         
7576         Rework factory functions so they are placed now in a single 
7577         file ev-document-factory.c
7578
7579 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * shell/ev-window.c: (update_chrome_visibility):
7582         
7583         Fix for the bug 166566 - don't show menubar in fullscreen
7584         mode.
7585
7586 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7587
7588         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7589
7590 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * shell/ev-view.c: (ev_view_expose_event):
7593         
7594         More correctly draw loading text when document
7595         is empty.
7596
7597 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * shell/ev-view.c: (ev_view_scroll):
7600         
7601         Fix for the bug #334854, page down and page up switch
7602         pages in presentation mode.
7603
7604 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * shell/ev-window.c: (ev_window_set_action_sensitive),
7607         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7608         (ev_window_set_view_accels_sensitivity),
7609         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7610         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7611         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7612         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7613         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7614         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7615         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7616         (view_actions_focus_in_cb), (ev_window_init):
7617         
7618         Fix for the bug #333902, now it's possible to search
7619         words with slash.
7620
7621 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7622
7623         * configure.ac: Added Breton translation.
7624         * po/br.po: Added Breton translation.
7625
7626 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7627
7628         * shell/ev-window-title (ev_window_title_update):
7629
7630         Fix memory leak in window title. Fixes bug #333944
7631
7632 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7633
7634         * shell/ev-metadata-manager.c (parseItem):
7635
7636         Fix memory leaks. Fixes bug #333945
7637
7638 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7639         
7640         * NEWS, configure.ac, TODO:
7641         
7642         Update for release 0.5.2.
7643
7644 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * shell/ev-view.c: (view_update_range_and_current_page),
7647         (page_changed_cb):
7648         
7649         Don't jump on scrolling, fix for the bug #333127.
7650
7651 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7654         
7655         Scroll by one page in presentation mode. Fix for the bug
7656         #332993.
7657
7658 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7659
7660         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7661
7662 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7663
7664         * configure.ac  Added lv in ALL_LINGUAS line.
7665
7666 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7667         
7668         * NEWS, configure.ac:
7669         
7670         Update for release 0.5.1
7671
7672 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7673
7674         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7675         * backend/ev-document-misc.h:
7676         * shell/ev-view.c: (draw_one_page):
7677         
7678          Clairfy what page the toolbar page number applies to. Fix
7679          for the bug #328102.
7680
7681 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7682
7683         * shell/ev-view-private.h:
7684         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7685         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7686         (ev_view_search_changed):
7687         * shell/ev-view.h:
7688         * shell/ev-window.c: (find_bar_search_changed_cb):
7689         
7690         Dont't jump to find result if window was scrolled during search.
7691         Fix for the bug #313266.
7692
7693 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7694
7695         * shell/eggfindbar.c: (egg_find_bar_class_init):
7696         * shell/eggfindbar.h:
7697         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7698         * shell/ev-view-private.h:
7699         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7700         (ev_view_class_init), (ev_sizing_mode_get_type),
7701         (ev_scroll_type_get_type):
7702         * shell/ev-view.h:
7703         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7704         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7705         (ev_window_init):
7706         
7707         Fix for the bug 319133 - Find entry should allow text scroll.
7708
7709 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7710
7711         * shell/ev-view-private.h:
7712         * shell/ev-view.c: (view_update_range_and_current_page),
7713         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7714         (ev_view_set_document), (update_find_status_message),
7715         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7716         (ev_view_find_previous):
7717         
7718         Fix for the bug #319137. Search now takes account for scrolling.
7719
7720 2006-02-19  Michael Hofmann <mh21@piware.de>
7721
7722         * configure.ac:
7723         * djvu/Makefile.am:
7724         * djvu/djvu-document-private.h:
7725         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7726         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7727         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7728         (djvu_document_can_get_text), (djvu_document_get_text),
7729         (djvu_document_document_iface_init),
7730         (djvu_document_thumbnails_get_thumbnail),
7731         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7732         (djvu_document_find_get_result),
7733         (djvu_document_find_page_has_results),
7734         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7735         (djvu_document_find_iface_init):
7736         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7737         (djvu_text_page_selection), (djvu_text_page_limits_process),
7738         (djvu_text_page_limits), (djvu_text_page_copy),
7739         (djvu_text_page_position), (djvu_text_page_union),
7740         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7741         (djvu_text_page_box), (djvu_text_page_append_text),
7742         (djvu_text_page_search), (djvu_text_page_prepare_search),
7743         (djvu_text_page_new), (djvu_text_page_free):
7744         * djvu/djvu-text-page.h:
7745         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7746         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7747         (djvu_text_n_results), (djvu_text_has_results),
7748         (djvu_text_get_result), (djvu_text_get_progress):
7749         * djvu/djvu-text.h:
7750         
7751         Text search in djvu. Fix for the bug #303415.
7752
7753 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7754
7755         * configure.ac:
7756         * shell/ev-window.c: (ev_window_cmd_save_as):
7757         
7758         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7759         Thanks to Gary Coady <gary@lyranthe.org>
7760
7761 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7762
7763         * shell/ev-print-job.c: (idle_print_handler):
7764         
7765         Inverse order printing, bug #320919.
7766
7767 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7768
7769         * data/evince-toolbar.xml:
7770         * shell/ev-window.c:
7771         
7772         Allow to add sidebar checkbutton on toolbar. Fix
7773         for the bug #144577.
7774
7775 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7776
7777         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7778         
7779         Add checks that have sense for empty ps document.
7780
7781 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7782
7783         * configure.ac: Include PS in mime types list. 
7784
7785 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7786
7787         * configure.ac:
7788         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7789         * ps/gsdefaults.h:
7790         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7791         
7792         Runtime check for gs interpreter. Fix for the bug #320868.
7793         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7794
7795 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7796
7797         * shell/ev-application.c: 
7798
7799         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7800         dbus>=0.60, so that the request is not queued. 
7801
7802 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7803
7804         * configure.ac:
7805         * shell/Makefile.am:
7806         * shell/ev-sidebar-links.c: (print_section_cb):
7807         * shell/ev-utils.c:
7808         * shell/ev-utils.h:
7809         * shell/ev-window.c: (update_action_sensitivity),
7810         (ev_window_close_dialogs), (ev_window_print):
7811         * shell/ev-window.h:
7812         
7813         Make printing support optional. Patch from Eduardo de Barros Lima
7814         <eduardo.lima@indt.org.br> for the bug #330546.
7815
7816 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * shell/ev-view-private.h:
7819         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7820         (ev_view_set_document):
7821         * shell/ev-view.h:
7822         * shell/ev-window.c: (ev_window_load_job_cb),
7823         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7824         (ev_window_init):
7825
7826         Draw Loading message during xfer job. Fix for the bug #329495.
7827
7828 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7829
7830         * comics/comics-document.c: (comics_regex_quote),
7831         (comics_document_load), (extract_argv):
7832         
7833         Correcly quote regexp before passing it to unzip.
7834
7835 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7836
7837         * shell/ev-page-cache.c: (build_height_to_page),
7838         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7839         (ev_page_cache_get_dual_even_left):
7840         * shell/ev-page-cache.h:
7841         * shell/ev-view.c: (view_update_range_and_current_page),
7842         (get_page_y_offset), (get_page_extents):
7843         
7844         Place even pages to the left if document has less then
7845         two pages. Fix for the bug #328856.
7846
7847 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7850         
7851         Correct comics scheme. This make evince create thumbnails
7852         for comic books. Fix for the bug 329088.
7853
7854 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7855
7856         * data/evince-password.glade: Don't explicitly set
7857         invisible_char to the current default value in case
7858         the default changes; let GTK+ do its magic.
7859
7860 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7861
7862         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7863         real filename to tmp filename since often document
7864         type is determined by extension.
7865
7866 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7867
7868         * shell/ev-view.c: (add_scroll_binding_keypad),
7869         (ev_view_binding_activated), (ev_view_class_init):
7870         
7871         Add keybindings for percision-scrolling of display area. 
7872         Fix for the bug #314072.
7873
7874 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7875
7876         * data/evince.desktop.in.in:
7877         
7878         Add GTK to the list of categories. Fix for the bug #328034.
7879
7880 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7881
7882         * shell/ev-application.c: (ev_application_shutdown),
7883         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7884         * shell/ev-application.h:
7885         * shell/ev-window.c: (file_open_dialog_response_cb),
7886         (ev_window_cmd_file_open):
7887         
7888         Save last uri in file chooser dialog. Fix for the bug #327950.
7889
7890 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * NEWS:
7893         * README:
7894         
7895         Final update for release 0.5.0
7896         
7897         * shell/Makefile.am:
7898         
7899         Remove disable deprecated until we'll require libgnome-2.13.7
7900         and port to GOption argument parsing. See bug 327518.
7901
7902 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7903
7904         * comics/comics-document.c: (comics_document_save):
7905         * djvu/djvu-document.c: (djvu_document_save):
7906         * dvi/dvi-document.c: (dvi_document_save):
7907         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7908         * lib/ev-file-helpers.h:
7909         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7910         * tiff/tiff-document.c: (tiff_document_save):
7911         
7912         Use common save function for backends.
7913
7914 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7915
7916         * backend/ev-document-types.c:
7917         
7918         Fix crash on saving pixbuf.
7919
7920 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * cut-n-paste/recent-files/egg-recent-item.c:
7923         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7924         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7925         (parse_info_free), (valid_element), (start_element_handler),
7926         (end_element_handler), (text_handler), (egg_recent_model_filter),
7927         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7928         (egg_recent_model_monitor), (egg_recent_model_read),
7929         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7930         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7931         (egg_recent_model_set_property), (egg_recent_model_class_init),
7932         (egg_recent_model_init), (egg_recent_model_add_full),
7933         (egg_recent_model_delete), (egg_recent_model_get_list),
7934         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7935         (egg_recent_model_set_filter_mime_types),
7936         (egg_recent_model_clear_group_filter),
7937         (egg_recent_model_set_filter_groups),
7938         (egg_recent_model_clear_scheme_filter),
7939         (egg_recent_model_set_filter_uri_schemes),
7940         (egg_recent_model_remove_expired):
7941         * cut-n-paste/recent-files/egg-recent-util.c:
7942         (egg_recent_util_get_icon):
7943         * cut-n-paste/recent-files/egg-recent-util.h:
7944         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7945         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7946         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7947         (egg_recent_view_uimanager_set_property),
7948         (egg_recent_view_uimanager_get_property),
7949         (egg_recent_view_uimanager_class_init),
7950         (egg_recent_view_uimanager_init),
7951         (egg_recent_view_uimanager_set_label_width),
7952         (egg_recent_view_uimanager_get_label_width):
7953         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7954         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7955         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7956         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7957         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7958         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7959         
7960         Update from libegg.
7961
7962 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7963
7964         * shell/ev-page-cache.c: (build_height_to_page),
7965         (ev_page_cache_get_height_to_page):
7966         * shell/ev-page-cache.h:
7967         * shell/ev-view.c: (view_update_range_and_current_page),
7968         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7969         (ev_view_previous_page):
7970         
7971         Dual mode places even pages to the left. Fix for the bug #309393.
7972
7973         * shell/ev-view.h:
7974         * shell/ev-window.c: (update_action_sensitivity),
7975         (setup_view_from_metadata), (view_menu_popup_cb):
7976         
7977         Don't restore presentation in empty windows, more intelligent
7978         next page behaviour in dual mode.
7979
7980         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7981         (ev_pixbuf_cache_clear_job_sizes):
7982         
7983         Cleanup job callback on removal. Fix for the bug #325886.
7984
7985 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7986
7987         * ps/ps.c: (psscan):
7988         
7989         Commit workaround Mozilla problem. Fix for the bug #325919
7990         
7991         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7992         (save_item):
7993         
7994         Fix for year 2038 problem.
7995
7996 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * shell/ev-window.c: (setup_document_from_metadata),
7999         (ev_window_cmd_view_reload):
8000
8001         Clamp page recieved from metadata in valid values. Fix
8002         for the bug #325986.
8003
8004 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005
8006         * MAINTAINERS: 
8007         Add MAINTAINERS as requested on desktop-devel-list.
8008
8009 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
8012         (mime_type_supported_by_gdk_pixbuf),
8013         (ev_document_factory_get_mime_types),
8014         (ev_document_factory_get_all_mime_types):
8015         
8016         Don't add pixbuf mime types if pixbuf backend is disabled.
8017         
8018         * shell/ev-application.c: (ev_application_get_uri_window):
8019         
8020         Fix for the bug 325815 - unhandled MIME type message doesn't 
8021         appear a second time. 
8022         
8023         * shell/ev-document-types.c: (ev_document_types_add_filters):
8024         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
8025         (password_dialog_response), (ev_window_popup_password_dialog),
8026         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8027         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8028         (ev_window_run_presentation), (ev_window_stop_presentation),
8029         (save_sizing_mode), (ev_window_zoom_changed_cb),
8030         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8031         (ev_window_dual_mode_changed_cb),
8032         (ev_window_sidebar_current_page_changed_cb),
8033         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8034         (window_state_event_cb), (window_configure_event_cb):
8035         
8036         Cleanup additional uris holded by EvWindow.
8037
8038 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8039
8040         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8041         (ev_view_can_previous_page), (ev_view_can_next_page):
8042         * shell/ev-view.h:
8043         * shell/ev-window.c: (update_action_sensitivity):
8044         
8045         Two page scrolling with Space and PageUp in dual mode. Second fix 
8046         for the bug #316608.
8047
8048 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8049
8050         * shell/ev-view.c: (scroll_to_current_page):
8051         
8052         Correctly clamp adjustment value. Fix for the bug
8053         #325808.
8054
8055 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8056
8057         * shell/ev-sidebar-links.c: (print_section_cb):
8058         * shell/ev-window.c: (ev_window_get_uri),
8059         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8060         (ev_window_print_dialog_response_cb), (ev_window_print_range),
8061         (ev_window_dispose):
8062         
8063         Make print dialog non-modal. Fix for the bug #325622.
8064
8065 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * shell/ev-metadata-manager.c:
8068         * shell/ev-utils.c: (using_pdf_printer),
8069         (using_postscript_printer), (load_print_config_from_file),
8070         (save_print_config_to_file):
8071         * shell/ev-utils.h:
8072         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8073         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8074         (setup_view_from_metadata), (ev_window_setup_document),
8075         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8076         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8077         (ev_window_run_presentation), (ev_window_stop_presentation),
8078         (save_sizing_mode), (ev_window_zoom_changed_cb),
8079         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8080         (ev_window_dual_mode_changed_cb),
8081         (ev_window_sidebar_current_page_changed_cb),
8082         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8083         (window_state_event_cb), (window_configure_event_cb),
8084         (ev_window_init):
8085         
8086         Setting saving behaviour fixes.
8087
8088 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * configure.ac:
8091         
8092         Make antialiasing gs options better and allow
8093         to change them during configure. Fix for the 
8094         bug #319049.
8095
8096 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8097
8098         * shell/ev-window.c: (setup_view_from_metadata):
8099         
8100         Remember if last window was maximized. Fix for the
8101         bug #323797.
8102
8103 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8104
8105         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8106
8107 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8108
8109         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8110         * shell/ev-page-action.c: (build_new_tree_cb):
8111         * shell/ev-sidebar-links.c: (links_page_num_func),
8112         (update_page_callback_foreach), (update_page_callback):
8113         * shell/ev-view.c: (scroll_to_current_page):
8114         
8115         Fix for the bug #325067 with more intelligent selection
8116         of current link in sidebar. Make sidebar handle links
8117         of FITR-like type more correctly.
8118
8119         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8120         (dvi_pixbuf_put_pixel):
8121         
8122         Fix memory consumtion with disabled alpha channel.
8123
8124 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8125
8126         * data/evince-ui.xml:
8127         * shell/ev-window.c: (view_menu_popup_cb),
8128         (ev_popup_cmd_open_link), (ev_window_init):
8129         
8130         Update context menu for internal links. Fix for the bug
8131         #325066.
8132
8133 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8134
8135         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8136         
8137         Bind context menu to keyboard also. Fix for the bug
8138         #325065.
8139
8140 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8141
8142         * shell/ev-view.c: (selection_scroll_timeout_cb):
8143         
8144         Horizontal scroll on selection also.
8145
8146 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8147
8148         * shell/ev-metadata-manager.c: (parse_value):
8149         * shell/ev-view.c: (goto_xyz_link):
8150         
8151         Correct zoom setup and metadata save broken in 
8152         some locales.
8153
8154 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8155
8156         * shell/ev-view-private.h:
8157         * shell/ev-view.c: (scroll_to_current_page),
8158         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8159         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8160         (page_changed_cb), (ev_view_set_continuous),
8161         (ev_view_set_dual_page), (ev_view_set_presentation):
8162         
8163         Delay scroll until allocation to correctly position page. Fix
8164         for the bug #317334.
8165
8166 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * NEWS:
8169         * configure.ac:
8170         
8171         Update NEWS and require poppler 0.5.0.
8172
8173 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8174         
8175         * data/evince-ui.xml:
8176         * shell/ev-view-private.h:
8177         * shell/ev-view.c: (ev_view_get_link_at_location),
8178         (handle_link_over_xy), (ev_view_button_press_event),
8179         (ev_view_button_release_event), (ev_view_class_init):
8180         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8181         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8182         (ev_window_init):
8183         
8184         Implement right-click context menu.
8185
8186 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8187
8188         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8189         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8190         (mdvi_pixbuf_device_render):
8191         * pdf/ev-poppler.cc:
8192
8193         Don't generate thumbnails with alpha. See bug #324077.
8194         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8195
8196 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8197
8198         * shell/ev-window.c: (setup_chrome_from_metadata):
8199         
8200         Fix typo that was hiding toolbar.
8201
8202 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * shell/ev-view-private.h:
8205         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8206         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8207         (ev_view_button_release_event), (ev_view_destroy):
8208         
8209         Small cleanup and autoscrolling during selection. Thanks to 
8210         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8211
8212 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8213
8214         * configure.ac:
8215         
8216         Correctly check for comics option.
8217
8218 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8219         * Makefile.am:
8220         * configure.ac:
8221         * backend/Makefile.am:
8222         * backend/ev-document-factory.c:
8223         * shell/ev-document-types.c:
8224
8225         Included option in configure to make ps backend 
8226         compilation optional with --disable-ps.
8227
8228 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229
8230         * backend/ev-document-factory.c:
8231         * comics/Makefile.am:
8232         * comics/comics-document.c: (comics_document_load):
8233         * comics/ev-cbr-mime.xml:
8234         * configure.ac:
8235         
8236         Comics mime types are added to shared-mime-info CVS. Now
8237         we don't need to install our own mime types.
8238
8239 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8240
8241         * shell/ev-window.c:
8242         
8243         Add shortcut for "save a copy" menu entry. Fix for
8244         the bug #324582.
8245
8246 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8247
8248         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8249         (job_finished_cb), (new_selection_pixbuf_needed),
8250         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8251         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8252         
8253         Rework selection job info logic and fix critical warning.
8254
8255 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8256
8257         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8258
8259 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8260
8261         * data/evince-ui.xml:
8262         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8263         
8264         Enter as shortcut key for next page. Fix for the bug
8265         #321394.
8266
8267 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8268
8269         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8270
8271 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8272
8273         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8274         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8275         (new_selection_pixbuf_needed),
8276         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8277         (clear_job_selection):
8278         
8279         Too early for 0.5. Pixbuf cache code cleaned a bit.
8280
8281 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * NEWS:
8284         * configure.ac:
8285         
8286         Release 0.5.0 preparation
8287
8288 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * comics/Makefile.am:
8291         * configure.ac:
8292         * shell/ev-document-types.c: (ev_document_types_add_filters):
8293         
8294         More advanced handling of custom mime type installation.
8295
8296 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8297
8298         * data/evince.schemas.in:
8299         * shell/ev-metadata-manager.c: (value_free),
8300         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8301         (ev_metadata_manager_get), (ev_metadata_manager_set):
8302         * shell/ev-metadata-manager.h:
8303         * shell/ev-window.c: (update_chrome_flag),
8304         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8305         (setup_document_from_metadata), (setup_chrome_from_metadata),
8306         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8307         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8308         (ev_window_view_toolbar_cb),
8309         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8310         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8311         
8312         Save last document settings and reuse them for new documents.
8313
8314 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8315
8316         * Makefile.am:
8317         * backend/Makefile.am:
8318         * backend/ev-document-factory.c:
8319         * backend/ev-document-factory.h:
8320         * comics/Makefile.am:
8321         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8322         (comics_document_load), (comics_document_save),
8323         (comics_document_get_n_pages), (comics_document_get_page_size),
8324         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8325         (comics_document_class_init), (comics_document_can_get_text),
8326         (comics_document_get_info), (comics_document_document_iface_init),
8327         (comics_document_init), (get_supported_image_extensions),
8328         (comics_document_thumbnails_get_geometry),
8329         (comics_document_thumbnails_get_thumbnail),
8330         (comics_document_thumbnails_get_dimensions),
8331         (comics_document_document_thumbnails_iface_init), (extract_argv):
8332         * comics/comics-document.h:
8333         * comics/ev-cbr-mime.xml:
8334         * configure.ac:
8335         * po/POTFILES.in:
8336         * shell/ev-application.c: (ev_application_register_service):
8337         * shell/ev-document-types.c: (ev_document_types_add_filters):
8338         * thumbnailer/Makefile.am:
8339         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8340         
8341         New CBR/CBZ backend for comic books.
8342
8343 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * shell/main.c: (load_files_remote):
8346
8347         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8348         warning on startup of second instance is fixed. It
8349         is bug #320353.
8350
8351 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8352
8353         * shell/ev-window.c: (ev_window_finalize):
8354         
8355         Fix double free that cause crash.
8356
8357 2005-10-29  Bastien Nocera <hadess@hadess.net>
8358
8359         * tiff/tiff-document.c: (tiff_document_load):
8360         
8361         Fix memory leak.
8362
8363 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8364
8365         * po/POTFILES.in:
8366         * shell/Makefile.am:
8367         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8368         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8369         (ev_view_accessible_get_text),
8370         (ev_view_accessible_get_character_at_offset),
8371         (ev_view_accessible_get_text_before_offset),
8372         (ev_view_accessible_get_text_at_offset),
8373         (ev_view_accessible_get_text_after_offset),
8374         (ev_view_accessible_get_character_count),
8375         (ev_view_accessible_get_caret_offset),
8376         (ev_view_accessible_set_caret_offset),
8377         (ev_view_accessible_get_run_attributes),
8378         (ev_view_accessible_get_default_attributes),
8379         (ev_view_accessible_get_character_extents),
8380         (ev_view_accessible_get_offset_at_point),
8381         (ev_view_accessible_get_n_selections),
8382         (ev_view_accessible_get_selection),
8383         (ev_view_accessible_add_selection),
8384         (ev_view_accessible_remove_selection),
8385         (ev_view_accessible_set_selection),
8386         (ev_view_accessible_text_iface_init),
8387         (ev_view_accessible_idle_do_action),
8388         (ev_view_accessible_action_do_action),
8389         (ev_view_accessible_action_get_n_actions),
8390         (ev_view_accessible_action_get_description),
8391         (ev_view_accessible_action_get_name),
8392         (ev_view_accessible_action_set_description),
8393         (ev_view_accessible_action_iface_init),
8394         (ev_view_accessible_get_type), (ev_view_accessible_new),
8395         (ev_view_accessible_factory_get_accessible_type),
8396         (ev_view_accessible_factory_create_accessible),
8397         (ev_view_accessible_factory_class_init),
8398         (ev_view_accessible_factory_get_type):
8399         * shell/ev-view-accessible.h:
8400         * shell/ev-view-private.h:
8401         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8402         * shell/ev-view.h:
8403         
8404         Initial accessibility support.
8405
8406 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8407
8408         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8409
8410 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8411
8412         * shell/ev-print-job.c: (idle_print_handler):
8413         
8414         Fix for bug Bug 318916: Printing multiple pages.
8415
8416 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8417
8418         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8419
8420 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8421
8422         * pdf/ev-poppler.cc:
8423         
8424         Thumnail dimensions unified with other backends.
8425         
8426         * shell/ev-window-title.c: (ev_window_title_update):
8427         
8428         Fix warning.
8429
8430 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * data/ev-stock-zoom-fit-width.png:
8433         
8434         Remove unused file.
8435
8436 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8437
8438         * configure.ac:
8439         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8440         (djvu_document_finalize):
8441         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8442         (dvi_document_finalize):
8443         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8444         (pixbuf_document_save), (pixbuf_document_finalize):
8445         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8446         (tiff_document_finalize):
8447         
8448         Save a copy implemented for various backends.
8449
8450 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8451
8452         * configure.ac:
8453         
8454         Don't link with ltiff if tiff is disabled.
8455
8456 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8457
8458         * pdf/GDKSplashOutputDev.cc:
8459         * pdf/GDKSplashOutputDev.h:
8460         * pdf/Thumb.cc:
8461         * pdf/Thumb.h:
8462         * pdf/pdf-document.cc:
8463         * pdf/pdf-document.h:
8464         * pdf/test-gdk-output-dev.cc:
8465         
8466         Remove old unused files.
8467
8468 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8469
8470         * shell/ev-window.c: (ev_window_setup_document):
8471         
8472         Fixed warnings on reload and probably crash reason.
8473
8474 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8475
8476         * properties/ev-properties-view.c:
8477         (ev_properties_view_format_date):
8478         
8479         Check if date is invalid. Fix for bug 318134.
8480
8481 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8482
8483         * shell/ev-window-title.c:
8484         
8485         Add .indd files (Adobe Indesign) to the list of "bad
8486         extensions".
8487
8488 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8489
8490         * data/evince-ui.xml:
8491         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8492         
8493         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8494
8495 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8496
8497         * shell/ev-window.c: (launch_link), (launch_external_uri),
8498         (view_external_link_cb):
8499
8500         URL-escape link before passing it to gnome_vfs_url_show.
8501
8502 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8503
8504         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8505         there isn't text selected.
8506
8507 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * shell/ev-view.c: (handle_link_over_xy):
8510
8511         Check tooltip is valid utf8 before showing it
8512
8513 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8514
8515         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8516
8517 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8518
8519         * shell/ev-window-title.c: (ev_window_title_update):
8520
8521         Guard against using g_strstrip on NULL. Fixes bug #317291.
8522
8523 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8524
8525         * pdf/ev-poppler.cc:
8526
8527         Show title even for unknown links
8528
8529 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * shell/ev-window-title.c: (ev_window_title_update):
8532
8533         Strip the title string
8534
8535 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8536
8537         * shell/ev-window-title.c:
8538
8539         Add .rtf to the bad extensions list
8540
8541 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8544         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8545
8546         Ignore link coordinates if they are outside page bounds
8547
8548 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * backend/ev-link.c: (ev_link_type_get_type),
8551         (ev_link_get_filename), (ev_link_get_params),
8552         (ev_link_get_property), (ev_link_set_property),
8553         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8554         * backend/ev-link.h:
8555         * pdf/ev-poppler.cc:
8556         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8557         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8558         (ev_window_init):
8559
8560         Implement launch links. Delegate external link opening to
8561         the window.
8562
8563 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8566         (ev_link_get_right), (ev_link_get_property),
8567         (ev_link_set_property), (ev_link_class_init),
8568         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8569         * backend/ev-link.h:
8570         * pdf/ev-poppler.cc:
8571         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8572
8573         Implement fitr links
8574
8575 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8576
8577         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8578         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8579         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8580         (ev_view_size_request_continuous),
8581         (ev_view_size_request_dual_page),
8582         (ev_view_size_request_single_page), (ev_view_size_allocate),
8583         (ev_view_zoom_for_size_continuous_and_dual_page),
8584         (ev_view_zoom_for_size_continuous),
8585         (ev_view_zoom_for_size_dual_page),
8586         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8587         (ev_sizing_mode_get_type):
8588         * shell/ev-view.h:
8589         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8590
8591         Do not use modes for link, we need to calculate size ad hoc.
8592         Still not perfect because of the usual scrollbar issues grrr.
8593
8594 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * backend/ev-link.c: (ev_link_type_get_type),
8597         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8598         * backend/ev-link.h:
8599         * pdf/ev-poppler.cc:
8600         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8601         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8602         (ev_view_size_request_continuous),
8603         (ev_view_size_request_dual_page),
8604         (ev_view_size_request_single_page), (ev_view_size_allocate),
8605         (zoom_for_size_fit_height),
8606         (ev_view_zoom_for_size_continuous_and_dual_page),
8607         (ev_view_zoom_for_size_continuous),
8608         (ev_view_zoom_for_size_dual_page),
8609         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8610         (ev_sizing_mode_get_type):
8611         * shell/ev-view.h:
8612         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8613
8614         Implement FIT_HEIGHT mode (only for links).
8615         Implement FITH links
8616
8617 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * shell/ev-window-title.c: (get_filename_from_uri),
8620         (ev_window_title_sanitize_extension), (ev_window_title_update),
8621         (ev_window_title_set_document), (ev_window_title_set_uri),
8622         (ev_window_title_free):
8623         * shell/ev-window-title.h:
8624         * shell/ev-window.c: (ev_window_setup_document),
8625         (ev_window_popup_password_dialog):
8626
8627         Refactor window title building while fixing it for
8628         password documents.
8629
8630 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * pdf/ev-poppler.cc:
8633
8634         Escape link title before setting it in the model
8635
8636 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * shell/ev-application.c: (removed_from_session), (save_session),
8639         (init_session), (ev_application_get_empty_window),
8640         (ev_application_init), (ev_application_get_windows):
8641         * shell/ev-application.h:
8642         * shell/ev-window.c: (ev_window_finalize):
8643
8644         Add a function to retrieve window list and share it where
8645         necessary.
8646         Implement session handling, works pretty well thanks to the
8647         metadata system.
8648
8649 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8650
8651         * shell/ev-password.c: (ev_password_item_created_callback),
8652         (ev_password_dialog_save_password):
8653         
8654         Fix for bug 316972. Use async gnome-keyring API.
8655
8656 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8657
8658         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8659         Remove unused unrealize handler. Add scroll handling to
8660         ev_view_scroll_event for presentation mode (bug #316708),
8661         and fix the event state checks there.
8662
8663 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8664
8665         * shell/ev-page-action.c: (page_changed_cb):
8666
8667         "marco, maybe we should be crazy and jump right to 6! :)"
8668
8669         Bryan Clark, Sep 2005
8670
8671 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8672
8673         * ps/ps-document.c: (save_document), (ps_document_save),
8674         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8675         (ps_document_ps_export_end):
8676
8677         Fix unstructured documents save and print
8678
8679 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8680
8681         * shell/ev-application.c: (ev_application_open_uri):
8682
8683         Fix window size persistance
8684
8685 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8686
8687         * shell/ev-view.c: (ev_view_button_release_event):
8688
8689         Based on a patch from carlosgc@gnome.org. Mouse buttons
8690         switch pages in presentation mode.
8691
8692 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8695
8696         Dont cast to int before scaling
8697
8698 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * backend/ev-link.c: (ev_link_type_get_type),
8701         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8702         (ev_link_new_page_fith):
8703         * backend/ev-link.h:
8704         * pdf/ev-poppler.cc:
8705         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8706
8707         Implement FIT and FITH links
8708
8709 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8710
8711         * pdf/ev-poppler.cc:
8712
8713         Return 0 results when search is not in progress.
8714
8715         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8716         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8717
8718         Update menu sensitivity when cancelling search
8719
8720 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8721
8722         * shell/ev-view.c: (ev_view_can_find_next):
8723
8724         Take all pages in consideration, not just current one
8725
8726 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8727
8728         * shell/ev-page-cache.c:
8729         * shell/ev-page-cache.h:
8730         * shell/ev-view.c: (ev_view_binding_activated),
8731         (ev_view_next_page), (ev_view_previous_page),
8732         (ev_sizing_mode_get_type):
8733         * shell/ev-view.h:
8734         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8735         (ev_window_cmd_go_next_page):
8736
8737         Move page next/previous functions from page chace to
8738         view and change it to move by 2 page steps in dual mode.
8739
8740 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * shell/ev-window.c: (update_sidebar_visibility),
8743         (setup_sidebar_from_metadata), (ev_window_setup_document),
8744         (setup_view_from_metadata):
8745
8746         Show the index by default when there is one     
8747
8748 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * shell/ev-window-title.c: (ev_window_title_set_document):
8751
8752         Missing null check
8753
8754 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8755
8756         * shell/ev-view.c: (view_update_range_and_current_page):
8757         
8758         Allow display of last odd page in dual view. Fix for 316347.
8759
8760 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8761
8762         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8763         
8764         Make close button default. Fix for 316383.
8765
8766 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8767
8768         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8769         
8770         Mark close button as default. Fix for 316381.
8771
8772 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8773
8774         * backend/ev-link.c: (ev_link_class_init):
8775
8776         Allow negative doubles in left/top properties
8777
8778 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * shell/ev-window.c:
8781
8782         Remove a bunch of strings that was used only
8783         by the statusbar.
8784
8785 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * shell/ev-window-title.c: (get_filename_from_uri),
8788         (ev_window_title_set_document):
8789
8790         When title has a confusing extension, show also
8791         the document filename inside ()
8792
8793 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * shell/Makefile.am:
8796         * shell/ev-window-title.c: (ev_window_title_new),
8797         (ev_window_title_update), (ev_window_title_set_type),
8798         (ev_window_title_set_document), (ev_window_title_free):
8799         * shell/ev-window-title.h:
8800         * shell/ev-window.c: (ev_window_setup_document),
8801         (password_dialog_response), (ev_window_popup_password_dialog),
8802         (ev_window_dispose), (ev_window_init):
8803
8804         Factor out and cleanup window title code
8805
8806 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8809         (unable_to_load):
8810
8811         Make dialog transient so it doesnt block other windows
8812
8813 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8814
8815         * pdf/ev-poppler.cc:
8816         
8817         Fix pdf thumbnails rendering.
8818
8819 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8820
8821         * shell/ev-window.c: (fullscreen_set_timeout):
8822         
8823         Increase timeout to hide full screen popup. Bug 
8824         316123. 
8825
8826 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8827
8828         * data/evince.schemas.in:
8829         * shell/ev-window.c: (update_action_sensitivity):
8830
8831         Allow the user to override document restrictions. Fix for bug
8832         305818.
8833
8834 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8835
8836         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8837         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8838         (ev_window_class_init): Fix multihead behaviour of fullscreen
8839         toolbar popup. Fixes bug #315451.
8840
8841 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8842
8843         * configure.ac:
8844         * data/evince-password.glade:
8845         * shell/ev-password.c: (ev_password_dialog_set_property),
8846         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8847         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8848         (ev_password_dialog_entry_changed_cb),
8849         (ev_password_dialog_entry_activated_cb),
8850         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8851         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8852         (ev_password_dialog_set_bad_pass):
8853         * shell/ev-password.h:
8854         * shell/ev-window.c: (password_dialog_response),
8855         (ev_window_popup_password_dialog):
8856         
8857         Support for gnome-keyring for encrypted PDF's.
8858
8859 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8860
8861         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8862         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8863         (ev_view_enter_notify_event), (ev_view_class_init):
8864         
8865         More precise handling of enter_notify/leave_notify events
8866         in EvView. Fix for bug 315470.
8867
8868 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8869
8870         * shell/ev-window.c: (fullscreen_timeout_cb),
8871         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8872         (ev_window_dispose):
8873
8874         leak fix: unref fullscreen_timeout_source before clearing it
8875
8876 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8877
8878         * configure.ac, dvi/mdvi/Makefile.am: 
8879         
8880         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8881
8882 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * backend/ev-link.c: (ev_link_new_page_xyz):
8885         * pdf/ev-poppler.cc:
8886         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8887
8888         Fix some bugs with xyz links, respect zoom
8889
8890 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8891
8892         * shell/ev-window.c: (page_changed_cb),
8893         (setup_document_from_metadata), (update_sidebar_visibility),
8894         (setup_view_from_metadata), (ev_window_run_fullscreen),
8895         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8896         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8897         (ev_window_dual_mode_changed_cb),
8898         (ev_window_sidebar_current_page_changed_cb):
8899
8900         null check uri before setting and getting metadata
8901
8902 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * dvi/Makefile.am:
8905         * properties/Makefile.am:
8906         * shell/Makefile.am:
8907         * thumbnailer/Makefile.am:
8908
8909         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8910
8911 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8912
8913         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8914         (selection_changed_callback):
8915         * shell/ev-sidebar-links.h:
8916
8917         Add a signal for link activation.
8918
8919         * shell/ev-view.c: (ev_view_goto_link),
8920         (ev_view_button_release_event):
8921         * shell/ev-view.h:
8922         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8923         (ev_window_init):
8924
8925         Implement the signal so that we can handle all link types.
8926
8927         * shell/ev-page-cache.c:
8928
8929         Remove unused set_link function
8930
8931 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8934
8935         Add some space from the cursor, hardcoded but I couldnt
8936         find a better way.
8937
8938 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8939
8940         * lib/ev-tooltip.c:
8941
8942         Use mozilla style vs gtk style, way better for links.
8943
8944         * shell/ev-view.c: (ev_view_motion_notify_event),
8945         (ev_view_destroy), (ev_view_init):
8946
8947         Deactive tooltip when the link hovered is changed.
8948
8949 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8950
8951         * backend/ev-document.h:
8952         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8953         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8954         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8955         (ev_link_new_page), (ev_link_new_page_xyz):
8956         * backend/ev-link.h:
8957         * pdf/ev-poppler.cc:
8958         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8959         (go_to_link), (tip_from_link):
8960
8961         Implement xyz links, still not functional. Links are a total
8962         mess, will need to refactor and bugfix a lot :(
8963
8964 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8965
8966         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8967
8968 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8969
8970         * data/evince-ui.xml:
8971         * data/evince.schemas.in:
8972         * shell/Makefile.am:
8973         * shell/ev-window.c: (update_chrome_visibility),
8974         (password_dialog_response), (ev_window_load_job_cb),
8975         (ev_window_xfer_job_cb), (ev_window_open_uri),
8976         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8977         (ev_window_init):
8978
8979         Remove the statusbar. This regress loading feedback, need to
8980         check with Bryan what we want to do there...
8981
8982 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8983
8984         * lib/ev-tooltip.c: (ev_tooltip_init):
8985
8986         Fix tooltip border and size handling
8987
8988 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8991         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8992         (ev_tooltip_timeout), (ev_tooltip_activate),
8993         (ev_tooltip_deactivate):
8994         * lib/ev-tooltip.h:
8995         * shell/ev-view.c: (ev_view_motion_notify_event):
8996
8997         Delay popup showing. Mirror gtk logic/times.
8998
8999 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
9000
9001         * lib/Makefile.am:
9002         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
9003         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
9004         (ev_tooltip_set_text), (ev_tooltip_set_position):
9005         * lib/ev-tooltip.h:
9006
9007         Simple widget to show tooltips at a custom position
9008
9009         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
9010         (ev_view_destroy):
9011
9012         Use it for links. First go, needs work
9013
9014 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
9015
9016         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
9017         HIG fixes.  Use title capitalization for window title. Use 12 
9018         pixels of space between the dialog's vbox and action area.
9019
9020 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * shell/ev-window.c: (file_open_dialog_response_cb),
9023         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
9024         (ev_window_cmd_save_as):
9025
9026         Make file pickers not modal and refactor code some
9027
9028 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * shell/ev-sidebar.h:
9031         * shell/ev-sidebar.c: (ev_sidebar_set_property),
9032         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9033         (ev_sidebar_class_init), (ev_sidebar_select_page),
9034         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9035         (ev_sidebar_set_page):
9036
9037         Add a current page property and allow to get/set it
9038
9039         * shell/ev-window.c: (setup_view_from_metadata),
9040         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9041
9042         Persist current sidebar page per document
9043
9044 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9045
9046         * data/evince.schemas.in:
9047         * shell/ev-window.c: (update_chrome_visibility),
9048         (setup_document_from_metadata), (update_sidebar_visibility),
9049         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9050         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9051         (ev_window_run_presentation), (ev_window_stop_presentation),
9052         (ev_window_view_sidebar_cb),
9053         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9054         (load_chrome), (ev_window_init):
9055
9056         Persist size/visibility of sidebar per document
9057
9058 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
9059
9060         * shell/ev-view.c (draw_loading_text): Draw loading text.
9061
9062 2005-09-02  Dan Damian  <dand@gnome.ro>
9063
9064         * configure.in: Added "ro" to ALL_LINGUAS.
9065
9066 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9067
9068         * shell/ev-view.c: (clear_caches):
9069
9070         ev_page_cache_get doesnt return a reference,
9071         dont try to unref it.
9072
9073 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9074
9075         * shell/main.c: (load_files_remote):
9076
9077         Fix timestamp parameter with dbus <= 0.33
9078
9079 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * data/evince.schemas.in:
9082
9083         Add missing full stop
9084
9085 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9086
9087         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9088         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9089
9090         Plug some memory leaks
9091
9092 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9093
9094         * configure.ac:
9095         * lib/ev-debug.c: (trap_handler):
9096
9097         Check for execinfo.h and use it only if it exists.
9098         Ported from Epiphany (bug #314776).
9099
9100 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9101
9102         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9103
9104 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9105
9106         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9107         * po/id.po      : Added Indonesian translation
9108
9109 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9110
9111         * shell/main.c:
9112         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9113         * NEWS: Release 0.4.0
9114
9115 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9116
9117         * configure.ac: catch another gtk+-2.8ism
9118         * shell/main.c: Make work with gtk+-2.6
9119
9120 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9121
9122         * shell/ev-application-service.xml: Add 'timestamp' argument to
9123           ev_application_open_window and ev_application_open_uri methods.
9124
9125         * shell/ev-application.h: Add 'timestamp' argument to
9126           ev_application_open_window, ev_application_open_uri,
9127           and ev_application_open_uri_list functions.
9128
9129         * shell/ev-application.c (ev_application_open_window,
9130           ev_application_open_uri, ev_application_open_uri_list): Change
9131           functions that show/present windows to use a timestamp if one
9132           is passed in.
9133
9134         * shell/ev-window.c (ev_window_cmd_file_open,
9135           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9136         * shell/main.c (load_files): Modify calls to ev_application to
9137           include GDK_CURRENT_TIME as timestamp.
9138
9139         * shell/main.c (load_files_remote): Obtain timestamp for client
9140           instance from GDK and pass to server instance so new windows are
9141           focused properly.  Fix dbus_g_proxy_call() calls by including second
9142           G_TYPE_INVALID.
9143           
9144         Closes bug #314475.
9145
9146 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9147
9148         * shell/ev-window.c (ev_window_finalize): Check for
9149         avail. EvWindows when quiting to handle the finalize better,
9150         #314497
9151
9152 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153         
9154         * properties/ev-properties-view.c: 
9155         
9156         Set textdomain to libglade. Fixes translation problem in property page.
9157
9158 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9159
9160         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9161         * dvi/Makefile.am:
9162         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9163         * dvi/mdvi-lib/Makefile.am:
9164         
9165         Fix rotation of thumbnails, ported to new API. Moved library
9166         dependencies earlier, probably it will fix linkage problem.
9167
9168 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9169
9170         * backend/ev-document-misc.c:
9171         (ev_document_misc_get_thumbnail_frame):
9172         * backend/ev-document-misc.h:
9173         * configure.ac:
9174         * pdf/ev-poppler.cc:
9175         * shell/Makefile.am:
9176         * shell/ev-sidebar-thumbnails.c: (add_range),
9177         (ev_sidebar_thumbnails_set_loading_icon),
9178         (ev_sidebar_thumbnails_refresh),
9179         (ev_sidebar_thumbnails_set_document):
9180         * shell/ev-sidebar-thumbnails.h:
9181         * shell/ev-view.c: (ev_view_motion_notify_event),
9182         (ev_view_set_property), (ev_view_get_property),
9183         (ev_view_class_init), (ev_view_set_rotation):
9184         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9185         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9186         (ev_window_init):
9187         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9188         Redo rotation (again).  prepare for 0.4.0
9189
9190 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9191
9192         * configure.ac: Bump poppler requirement to 0.4.1.
9193
9194         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9195         argument to poppler_page_render_selection() call.
9196
9197 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9200         (djvu_document_thumbnails_get_thumbnail):
9201         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9202         (dvi_document_thumbnails_get_thumbnail):
9203         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9204         (pixbuf_document_thumbnails_get_thumbnail):
9205         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9206         
9207         Update rotation direction of backends to fit with pdf and ps.
9208
9209 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9210
9211         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9212         * backend/ev-async-renderer.h:
9213         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9214         (setup_page), (ps_document_get_page_size),
9215         (ps_async_renderer_render_pixbuf):
9216         * ps/ps-document.h:
9217         * shell/ev-jobs.c: (ev_job_render_run):
9218
9219         Fix orientation in the postscript document
9220
9221 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9222
9223         * pdf/ev-poppler.cc:
9224         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9225         * shell/ev-view.c: (highlight_find_results):
9226
9227         Adapt to the new poppler rotation API. Fix text maps on landscape
9228         documents.
9229
9230 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9231
9232         * shell/ev-view.c (compute_new_selection_text): get the correct
9233         region when selecting in modes other than continuous.
9234
9235 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9236
9237         * shell/main.c (main): remove redundant g_warnings.
9238
9239 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9240
9241         * shell/Makefile.am: Don't include autogenerated
9242         file ev-application-service.h into distribution, since
9243         it causes dbus crash. Fix for bugs 313724 and 313443. 
9244
9245 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9246
9247         * configure.ac: Fix sed expression for FreeBSD. Thanks
9248         to Joe Marcus Clark <marcus@freebsd.org>
9249         
9250         * shell/eggfindbar.c: (entry_activate_callback),
9251         (entry_changed_callback), (egg_find_bar_init),
9252         (egg_find_bar_set_search_string):
9253         
9254         Made findbar buttons unsensitive if there is no text in
9255         entry. Fix for the bug 313285.
9256
9257 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9258
9259         * ps/ps-document.c: Use g_filename_display_name for displaying
9260         filenames and revert string freeze breackage
9261
9262 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9263
9264         * NEWS:
9265         * configure.ac:
9266
9267         Update for 0.3.4
9268
9269         * shell/Makefile.am:
9270
9271         Add ev-application-service.xml to extra dist
9272
9273         * shell/ev-view.c: (find_page_at_location):
9274
9275         Remove unused function (fix warning)
9276
9277 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9278
9279         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9280         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9281         
9282         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9283         bug 313623.
9284
9285 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9286
9287         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9288         * shell/ev-window.c:
9289         Fix build warnings
9290
9291 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9292
9293         * configure.ac: Update script to get dbus version.
9294         Fix for the bug #313443.
9295
9296 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9297
9298         * shell/ev-window.c: (ev_window_cmd_escape):
9299         
9300         Return focus back to view on escape. Fix for bug 313295.
9301
9302 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9303
9304         * shell/ev-window.c: (update_window_title),
9305         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9306         (ev_window_cmd_save_as):
9307         
9308         Correct conversion from uri to displayable string. Fix for
9309         bug 313296.
9310
9311 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9312
9313         * ps/ps-document.c: convert filename to utf8 when there is an error
9314         loading document. Fixes #309915
9315
9316 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9317
9318         * configure.ac:
9319
9320         We depend on poppler 0.4.0
9321
9322 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9323
9324         * configure.ac:
9325         * NEWS: Release 0.3.3.
9326         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9327
9328 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9329
9330         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9331         add a couple missing mnemonics to menu items, use title 
9332         capitalization for menu items and window titles, and add 
9333         ellipsis to open menu item.     
9334
9335 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9336
9337         * pdf/ev-poppler.cc:
9338         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9339         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9340         (ev_view_get_rotation):
9341         * shell/ev-view.h:
9342         * shell/ev-window.c: (setup_view_from_metadata),
9343         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9344         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9345         disk.
9346
9347 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9348
9349         * configure.ac: Added tr to ALL_LINGUAS
9350
9351 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9352
9353         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9354         requires several clicks to find word. Thanks to 
9355         Colin Slater <kiltedtaco@gmail.com>.
9356
9357 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9358
9359         * data/evince.desktop.in.in: Hide menu entry and
9360         rename it to "Document Viewer". Fix for bug 
9361         #312399.
9362
9363 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9364
9365         * shell/ev-page-action.c (ev_page_action_class_init): 
9366
9367         Point to the correct function in constructor of the
9368         activate_label signal
9369
9370 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9371
9372         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9373         * shell/ev-jobs.h: Make thread safe.
9374
9375 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9376
9377         * shell/ev-view.c: (view_update_range_and_current_page):
9378         Don't update page range if we are scrolling to some document
9379         point.
9380
9381 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9382
9383         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9384         when getting max_page_width, fix drawing in dual mode.
9385
9386 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9387
9388         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9389         getting the area for select_all.
9390
9391 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9392
9393         * backend/ev-selection.c: (ev_selection_render_selection):
9394         * backend/ev-selection.h:
9395         * pdf/ev-poppler.cc:
9396         * shell/ev-jobs.c: (ev_job_render_new):
9397         * shell/ev-jobs.h:
9398         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9399         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9400         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9401         (ev_view_class_init):
9402
9403         Change selection color on focus in and focus out events.  Also,
9404         poppler now uses GdkColor for specifying the selection colors, so
9405         drop some awkward conversion code.
9406
9407 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9408
9409         * configure.ac: Added Hebrew translation
9410
9411 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9412
9413         * NOTES:
9414         * backend/ev-selection.c: (ev_selection_render_selection):
9415         * backend/ev-selection.h:
9416         * pdf/ev-poppler.cc:
9417         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9418         (ev_job_render_run):
9419         * shell/ev-jobs.h:
9420         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9421         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9422         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9423         (ev_pixbuf_cache_style_changed),
9424         (ev_pixbuf_cache_get_selection_pixbuf),
9425         (ev_pixbuf_cache_set_selection_list),
9426         (ev_pixbuf_cache_get_selection_list):
9427         * shell/ev-pixbuf-cache.h:
9428         * shell/ev-utils.c: (ev_print_region_contents):
9429         * shell/ev-utils.h:
9430         * shell/ev-view.c: (ev_view_queue_draw_page),
9431         (selection_update_idle_cb), (ev_view_motion_notify_event),
9432         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9433         (setup_caches), (ev_view_find_next), (merge_selection_region),
9434         (selection_free):
9435         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9436
9437         Clean up selection to be much smoother!
9438
9439 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9440
9441         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9442         to poppler_page_render_selection().
9443
9444 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * ps/ps-document.c: (save_page_list): Use
9447         unzipped document when printing. Thanks to 
9448         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9449         311016.
9450
9451 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         * shell/ev-window.c: (update_action_sensitivity):
9454         
9455         Disable print and save respect to lockdown gconf keys. Fix
9456         for 312342.
9457
9458 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9459
9460         * configure.ac:
9461         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9462         (write_to_temp_file), (ev_file_set_contents):
9463         * shell/ev-utils.h:
9464         * shell/ev-window.c: (save_print_config_to_file):
9465         
9466         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9467         Fix for bug 312238
9468
9469 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9470
9471         * shell/ev-window.c: (load_print_config_from_file),
9472         (save_print_config_to_file), (ev_window_print_range):
9473
9474         Persist the print settings. Fixes bug #311578.
9475
9476 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9477
9478         * djvu/djvu-document.c: (djvu_document_get_page_size),
9479         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9480         (djvu_document_thumbnails_get_thumbnail):
9481         * dvi/dvi-document.c: (dvi_document_get_page_size),
9482         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9483         (dvi_document_thumbnails_get_dimensions),
9484         (dvi_document_thumbnails_get_thumbnail):
9485         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9486         (pixbuf_document_render_pixbuf),
9487         (pixbuf_document_document_iface_init),
9488         (pixbuf_document_thumbnails_get_thumbnail):
9489         
9490         Update backends to make them build with new rotation system.
9491
9492 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9493
9494         * help/C/figures/evince_start_window.png:
9495         
9496         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9497
9498 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9499
9500         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9501         * shell/ev-pixbuf-cache.h:
9502         * shell/ev-sidebar-thumbnails.c:
9503         (ev_sidebar_thumbnails_get_property), (add_range),
9504         (adjustment_changed_cb):
9505         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9506         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9507         we were thumbnailing the entire docment on startup, slowing us
9508         down hugely. 
9509
9510 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9511
9512         * shell/ev-page-cache.c: (ev_page_cache_new):
9513         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9514         == 0, fixes #310306.
9515
9516 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9519         (ev_view_rotate_left):
9520
9521         Account rotation in doc_rect_to_view_rect.
9522         Ensure rotation doesnt go out of bounds.
9523
9524 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9525
9526         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9527
9528         Correct and cleanup w/h swapping
9529
9530 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9531
9532         * backend/ev-document-thumbnails.c:
9533         (ev_document_thumbnails_get_thumbnail):
9534         * backend/ev-document-thumbnails.h:
9535         * backend/ev-document.c:
9536         * backend/ev-document.h:
9537         * backend/ev-render-context.c: (ev_render_context_new),
9538         (ev_render_context_set_rotation):
9539         * backend/ev-render-context.h:
9540         * pdf/ev-poppler.cc:
9541         * ps/ps-document.c: (ps_document_document_iface_init):
9542         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9543         * shell/ev-jobs.h:
9544         * shell/ev-page-cache.c: (build_height_to_page),
9545         (ev_page_cache_new), (ev_page_cache_get_size),
9546         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9547         (ev_page_cache_get_height_to_page):
9548         * shell/ev-page-cache.h:
9549         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9550         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9551         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9552         (ev_pixbuf_cache_get_selection_pixbuf):
9553         * shell/ev-pixbuf-cache.h:
9554         * shell/ev-print-job.c: (idle_print_handler):
9555         * shell/ev-sidebar-thumbnails.c: (add_range):
9556         * shell/ev-view.c: (view_update_range_and_current_page),
9557         (get_page_y_offset), (get_page_extents),
9558         (ev_view_size_request_continuous_dual_page),
9559         (ev_view_size_request_continuous),
9560         (ev_view_size_request_dual_page),
9561         (ev_view_size_request_single_page), (draw_one_page),
9562         (ev_view_set_rotation), (ev_view_rotate_right),
9563         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9564         (ev_view_zoom_for_size_continuous_and_dual_page),
9565         (ev_view_zoom_for_size_continuous),
9566         (ev_view_zoom_for_size_dual_page),
9567         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9568         (ev_view_select_all):
9569         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9570         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9571         (tiff_document_document_iface_init),
9572         (tiff_document_thumbnails_get_thumbnail):
9573
9574         Use rotation rather than orientation. It's easier and enough
9575         for our needs.
9576
9577 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9578
9579         * shell/ev-page-cache.c: (build_height_to_page),
9580         (ev_page_cache_new), (ev_page_cache_get_size),
9581         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9582         (ev_page_cache_get_height_to_page):
9583         * shell/ev-page-cache.h:
9584         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9585         (ev_view_size_request_continuous_dual_page),
9586         (ev_view_size_request_continuous),
9587         (ev_view_zoom_for_size_continuous_and_dual_page),
9588         (ev_view_zoom_for_size_continuous):
9589
9590         Make the page cache aware of page orientation.
9591
9592 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9593
9594         * backend/ev-document-thumbnails.c:
9595         (ev_document_thumbnails_get_thumbnail):
9596         * backend/ev-document-thumbnails.h:
9597         * backend/ev-document.c:
9598         * backend/ev-document.h:
9599         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9600         * backend/ev-ps-exporter.h:
9601         * pdf/ev-poppler.cc:
9602         * ps/ps-document.c: (ps_document_document_iface_init),
9603         (ps_document_ps_export_do_page):
9604         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9605         * shell/ev-jobs.h:
9606         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9607         (ev_page_cache_get):
9608         * shell/ev-page-cache.h:
9609         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9610         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9611         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9612         * shell/ev-pixbuf-cache.h:
9613         * shell/ev-print-job.c: (idle_print_handler):
9614         * shell/ev-sidebar-thumbnails.c: (add_range):
9615         * shell/ev-view.c: (view_update_range_and_current_page),
9616         (get_page_extents), (ev_view_size_request_dual_page),
9617         (ev_view_size_request_single_page), (draw_one_page),
9618         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9619         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9620         (ev_view_zoom_for_size_dual_page),
9621         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9622         (ev_view_select_all):
9623         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9624         * tiff/tiff-document.c: (tiff_document_get_page_size),
9625         (tiff_document_get_orientation), (rotate_pixbuf),
9626         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9627         (tiff_document_thumbnails_get_thumbnail),
9628         (tiff_document_ps_export_do_page), (tiff_document_init):
9629
9630         Really make use of the orientation bit of the render context.
9631         Use the render context in a few more places in the backend API.
9632         This regress orientation, but now it's done right. Will try to
9633         fix it up asap...
9634
9635 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9636
9637         * shell/ev-view.c: (ensure_rectangle_is_visible):
9638
9639         Patch by Nickolay V. Shmyrev to fix find flickering
9640
9641 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9642
9643         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9644         duplex parameters to ::begin.
9645
9646         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9647         * shell/ev-print-job.c (idle_print_handler): 
9648         * ps/ps-document.c (ps_document_ps_export_begin): 
9649         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9650         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9651         implementations. Poppler backend needs poppler cvs. Rest has
9652         unchanged behavior.
9653
9654 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9655
9656         * shell/ev-window.c (using_pdf_printer): new function.
9657         (ev_window_print_range): print a less techy message if someone
9658         tries to print to PDF.
9659
9660 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9661
9662         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9663         from "unknown font" string. Bug #311431
9664
9665 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9666
9667         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9668
9669 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9670
9671         Bug #311280
9672         
9673         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9674         name for PopplerFontTypes
9675         (pdf_document_fonts_fill_model): add font type to the detail column
9676
9677         * backend/ev-document-fonts.h: added
9678         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9679
9680         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9681         font name and font details, add a little markup.
9682         (ev_properties_fonts_init): use the new cell data func, specify ypad
9683         property for the cell renderer.
9684         (ev_properties_fonts_set_document): add the details column.
9685
9686 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9687
9688         * configure.ac: Added "pl" to ALL_LINGUAS.
9689
9690 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9691
9692         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9693
9694 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9695
9696         * help/ChangeLog: Started this for translations of manual.
9697         * configure.ac, autogen.sh, .cvsignore: Migrated to
9698         gnome-doc-utils. Patch in bug #311222.
9699
9700 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9701
9702         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9703         #ifdef this away to fix an unused-function warning.
9704
9705 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9706
9707         * configure.ac: Added 'gl' to ALL_LINGUAS.
9708
9709 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9710
9711         * configure.ac: Added ne in ALL_LINGUAS
9712         
9713 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9714
9715         * shell/ev-view.c: (ev_view_leave_notify_event):
9716         
9717         Clear status message when pointer leaves view. Fix for bug
9718         #310818 
9719
9720 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9721
9722         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9723
9724 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9725
9726         * shell/ev-view.c: (ev_view_leave_notify_event),
9727         (ev_view_class_init):
9728         
9729         Set cursor to normal then leaving view.
9730
9731 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9732
9733         * configure.ac:
9734         
9735         Fix required djvulibre version.
9736
9737 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9738
9739         *configure.ac: Hindi (hi) language added
9740
9741 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9742
9743         *configure.ac: Punjabi (pa) Language added
9744
9745 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9746
9747         * data/evince-ui.xml, shell/ev-window.c:
9748         
9749         Add keypad accelerators for zooming. Fix for bug 308128.
9750
9751 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9752
9753         * Makefile.am:
9754         * backend/Makefile.am:
9755         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9756         * configure.ac:
9757         * shell/ev-document-types.c: (ev_document_types_add_filters):
9758
9759         Allow to enable/disable the pixbuf backend.
9760         Default to off for now. If we want it enabled we should
9761         really put mime types in the desktop, implement properties etc.
9762
9763         * properties/evince-properties.c:
9764
9765         Initialize error to NULL.
9766         Check error is not NULL before freeing.
9767
9768 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9769
9770         * shell/ev-window.c:
9771
9772         Use F5 as presentation accell
9773
9774 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9775
9776         * shell/ev-window.c: (update_chrome_visibility),
9777         (ev_window_create_fullscreen_popup), (ev_window_init):
9778
9779         Do not leak the fullscreen toolbar
9780
9781 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9782
9783         * shell/ev-window.c: (view_actions_focus_in_cb),
9784         (view_actions_focus_out_cb):
9785
9786         These has a return value! Fix totally random focus
9787         issues we was seeing.
9788
9789 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9790
9791         * shell/main.c: (load_files_remote):
9792
9793         Allow open more than one file
9794
9795 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9796
9797         * shell/main.c: (load_files_remote):
9798
9799         Fix for dbus 0.33. bug #309975
9800
9801 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9802
9803         * properties/ev-properties-main.c: (ev_properties_get_pages):
9804
9805         Actually return NULL for types we dont support
9806
9807 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9808
9809         * po/POTFILES.in:
9810
9811         Remove empty lines.
9812
9813 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9814
9815         * backend/ev-document-factory.c:
9816         (ev_document_factory_get_document):
9817
9818         Do not try to create the object if type
9819         is invalid.
9820
9821 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9822
9823         * ps/ps-document.c: (ps_document_dispose),
9824         (ps_async_renderer_render_pixbuf):
9825         * ps/ps-document.h:
9826
9827         Do not leak the target window
9828
9829 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9830
9831         * shell/ev-application.c: (ev_application_init):
9832
9833         Let tbe check file existence for us.
9834         Add a comment about eggrecent mime filter.
9835
9836 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9837
9838         * data/evince-ui.xml:
9839         * shell/ev-application.c: (ev_application_shutdown),
9840         (ev_application_init), (ev_application_get_toolbars_model),
9841         (ev_application_get_recent_model),
9842         (ev_application_save_toolbars_model):
9843         * shell/ev-application.h:
9844         * shell/ev-window.c: (ev_window_add_recent),
9845         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9846         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9847         (ev_window_init):
9848
9849         Use common toolbar and recent models for all windows.
9850         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9851
9852 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9853
9854         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9855         successfully check for gtk_icon_view_get_visible_range.
9856
9857 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9858
9859         * djvu/Makefile.am:
9860         * dvi/Makefile.am:
9861         
9862         Fix djvu and dvi backend build.
9863
9864 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9865
9866         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9867         (new_separator_pixbuf):
9868
9869         Don't leak windows.
9870
9871 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9872
9873         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9874
9875         HIGification of toolbar editor dialogue.
9876
9877 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * configure.ac:
9880         * shell/Makefile.am:
9881
9882         Ever build metadata manager since it's just
9883         disabled at runtime now.
9884
9885 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9886
9887         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9888         (ev_metadata_manager_get), (ev_metadata_manager_set):
9889         * shell/ev-metadata-manager.h:
9890
9891         Add an _init functions that enabled metadata management
9892         at runtime.
9893
9894         * shell/ev-window.c: (page_changed_cb),
9895         (setup_document_from_metadata), (ev_window_setup_document),
9896         (setup_view_from_metadata), (ev_window_open_uri),
9897         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9898         (ev_window_run_presentation), (ev_window_stop_presentation),
9899         (save_sizing_mode), (ev_window_zoom_changed_cb),
9900         (ev_window_continuous_changed_cb),
9901         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9902         (window_configure_event_cb):
9903
9904         Remove all ugly metadata define since we deal with it
9905         at runtime now.
9906
9907         * shell/main.c: (load_files_remote), (main):
9908
9909         Add support for dbus cvs head. Hopefully didnt break one
9910         of the other versions now!
9911
9912         If we dont get a response from the dbus server just
9913         give up with it and not enable metadata.
9914
9915 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9916
9917         * Makefile.am:
9918         * backend/Makefile.am:
9919         * configure.ac:
9920         * cut-n-paste/recent-files/Makefile.am:
9921         * cut-n-paste/toolbar-editor/Makefile.am:
9922         * cut-n-paste/zoom-control/Makefile.am:
9923         * lib/Makefile.am:
9924         * pdf/Makefile.am:
9925         * pixbuf/Makefile.am:
9926         * properties/Makefile.am:
9927         * ps/Makefile.am:
9928         * shell/Makefile.am:
9929         * thumbnailer/Makefile.am:
9930         * tiff/Makefile.am:
9931
9932         Make frontends depend on just libev.
9933         Rework and group CFLAGS/LIBS definitions.
9934         Cleanups.
9935
9936 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * shell/ev-window:
9939
9940         do not unnecessarily save zoom
9941
9942         * configure.ac:
9943         * lib/ev-file-helpers.c: (ev_dot_dir):
9944         * shell/Makefile.am:
9945         * shell/dummy.cc:
9946
9947         Some cleanups
9948
9949 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9950
9951         * configure.ac:
9952         
9953         Remove unnecessary dependencies
9954
9955 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9956
9957         * properties/Makefile.am:
9958         * thumbnailer/Makefile.am:
9959         * tiff/Makefile.am:
9960
9961         Some more cleanups. Was really necessary
9962         but I probably introduced bugs, feel free
9963         to flame :)
9964
9965 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9966
9967         * backend/Makefile.am:
9968         * configure.ac:
9969         * cut-n-paste/recent-files/Makefile.am:
9970         * cut-n-paste/toolbar-editor/Makefile.am:
9971         * cut-n-paste/zoom-control/Makefile.am:
9972         * lib/Makefile.am:
9973         * pdf/Makefile.am:
9974         * pixbuf/Makefile.am:
9975         * properties/Makefile.am:
9976         * ps/Makefile.am:
9977         * shell/Makefile.am:
9978         * thumbnailer/Makefile.am:
9979         * tiff/Makefile.am:
9980
9981         Use gnome-common macros when possible.
9982         Cleanup dependencies.
9983         Actually disable deprecated where possible.
9984
9985 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9986
9987         * Makefile.am:
9988         * backend/Makefile.am:
9989         * properties/Makefile.am:
9990         * shell/Makefile.am:
9991         * thumbnailer/Makefile.am:
9992
9993         This should solve the circular dep without
9994         requiring dir reorg!
9995
9996         * shell/ev-window.c: (setup_view_from_metadata):
9997
9998         Never restore window size/position when the
9999         window is already visible.
10000
10001 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10002
10003         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
10004
10005         Return a boolean from timeout func. Fix ported from gedit.
10006
10007 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
10008
10009         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
10010
10011 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
10012
10013         * shell/ev-document-types.c: set "All Documents" as default filter in
10014         open dialog
10015
10016 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
10017
10018         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
10019         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
10020         (ev_metadata_manager_set_boolean): fix value/val thinko.
10021
10022 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * shell/ev-window.c: (setup_view_from_metadata),
10025         (window_state_event_cb), (window_configure_event_cb),
10026         (ev_window_init):
10027
10028         Remember window position and maximized state
10029
10030 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10031
10032         * configure.ac:
10033
10034         Fix DBUS configure checks.
10035
10036         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10037         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10038         (ev_metadata_manager_set_boolean):
10039
10040         Plug mem leaks.
10041
10042         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10043         (ev_window_stop_fullscreen), (ev_window_run_presentation),
10044         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10045         (ev_window_continuous_changed_cb),
10046         (ev_window_dual_mode_changed_cb), (ev_window_new):
10047
10048         Fix the build without DBUS.
10049
10050 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10051
10052         * shell/ev-metadata-manager.c: (parse_value), (save_values),
10053         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10054         (ev_metadata_manager_set_string),
10055         (ev_metadata_manager_set_boolean):
10056         * shell/ev-metadata-manager.h:
10057
10058         Add support for some more types
10059
10060         * shell/ev-view.c: (scroll_to_current_page),
10061         (ev_view_get_continuous), (ev_view_set_continuous),
10062         (ev_view_get_dual_page):
10063         * shell/ev-view.h:
10064         * shell/ev-window.c: (page_changed_cb),
10065         (setup_document_from_metadata), (ev_window_setup_document),
10066         (setup_view_from_metadata), (ev_window_open_uri),
10067         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10068         (ev_window_run_presentation), (ev_window_stop_presentation),
10069         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10070         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10071         (ev_window_update_dual_page_action),
10072         (ev_window_continuous_changed_cb),
10073         (ev_window_dual_mode_changed_cb), (ev_window_init):
10074
10075         Remember a bunch of view/document properties. Prolly some
10076         are still missing but it's getting interesting.
10077
10078 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10079
10080         * configure.ac: check if dbus-binding-tool is installed. Not the
10081         case on current Ubuntu breezy, it seems.
10082
10083 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10084
10085         * data/evince.desktop.in.in:
10086         
10087         Allow open uri lists and add TryExec field.
10088
10089 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10090
10091         * configure.ac:
10092
10093         Enable dbus when available, do not require a configure
10094         option.
10095
10096 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10097
10098         * configure.ac:
10099
10100         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10101         disabled.
10102
10103 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10104         Marco Pesenti Gritti  <mpg@redhat.com>
10105
10106         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10107         
10108         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10109         functions to the format required by dbus
10110
10111         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10112         errors. Use the RPC parameters in the expected way
10113
10114 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10115
10116         * Makefile.am:
10117         * properties/Makefile.am:
10118         * properties/ev-properties-main.c: (ev_properties_get_pages):
10119
10120         Support all mime types
10121
10122         * shell/Makefile.am:
10123         * thumbnailer/Makefile.am:
10124         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10125         (evince_thumbnail_pngenc_get):
10126
10127         Use the document factory
10128
10129 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10130
10131         * backend/Makefile.am:
10132         * backend/ev-document-factory.c:
10133         (mime_type_supported_by_gdk_pixbuf),
10134         (ev_document_type_get_from_mime),
10135         (ev_document_factory_get_document),
10136         (ev_document_factory_get_backend),
10137         (ev_document_factory_get_mime_types),
10138         (ev_document_factory_get_all_mime_types):
10139         * backend/ev-document-factory.h:
10140         * shell/Makefile.am:
10141         * shell/ev-document-types.c: (get_document_from_uri),
10142         (ev_document_types_get_document),
10143         (file_filter_add_mime_list_and_free),
10144         (ev_document_types_add_filters):
10145         * shell/ev-document-types.h:
10146         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10147         * shell/ev-properties-dialog.c:
10148         (ev_properties_dialog_set_document):
10149         * shell/ev-window.c: (ev_window_cmd_file_open),
10150         (ev_window_cmd_save_as):
10151         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10152
10153         Rework document types managing to avoid code duplication
10154         and actually abstract from backend implementations.
10155         Also provide a minimal factory api that can be used by
10156         thumbnailer/properties.
10157
10158 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10159
10160         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10161         Plug a mem leak.
10162         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10163         HIG spacings.
10164
10165 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10166
10167         * shell/ev-properties-dialog.c
10168         (ev_properties_dialog_set_document): only call
10169         ev_properties_fonts_set_document() if the document implements the
10170         fonts interface
10171
10172 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10173
10174         * configure.ac:
10175         * properties/Makefile.am:
10176         * properties/ev-properties-view.c:
10177         (ev_properties_view_register_type):
10178         * properties/ev-properties-view.h:
10179         * properties/ev-properties-main.h:
10180
10181         Implement nautilus plugin for properties.
10182         Works only for pdf atm, I need to rework the
10183         document types stuff to get this to work
10184         for all backends...
10185
10186 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10187
10188         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10189         (ev_properties_fonts_set_document): use
10190         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10191
10192 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10193
10194         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10195         them
10196         (PlaceImage, tiff2ps_process_page): use
10197         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10198
10199
10200 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10201
10202         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10203         (main): to call gnome_authentication_manager_init. Should fix
10204         Bug #308510
10205
10206         * configure.ac: that requires libgnomeui 2.6.0.
10207
10208 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10209
10210         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10211         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10212         use the new tiff2ps interfaces
10213
10214         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10215         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10216
10217         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10218         structure instead of global variables.  Remove use of static
10219         variables in functions.
10220
10221 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10222
10223         * shell/ev-page-action.c: unref the completion after setting it to the
10224         entry
10225
10226 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10227
10228         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10229         postscript files
10230
10231 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10232
10233         * shell/ev-window.c (update_action_sensitivity): disable
10234         File->Print if the document does not implement the ps exporter
10235         interface
10236
10237 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10238
10239         * Makefile.am:
10240         * configure.ac:
10241         * data/evince-properties.glade:
10242         * properties/.cvsignore:
10243         * properties/Makefile.am:
10244         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10245         (ev_properties_view_class_init), (ev_properties_view_format_date),
10246         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10247         (ev_properties_view_init), (ev_properties_view_new):
10248         * properties/ev-properties-view.h:
10249         * shell/Makefile.am:
10250         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10251         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10252         (ev_properties_dialog_new):
10253         * shell/ev-properties-dialog.h:
10254         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10255         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10256         (update_progress_label), (job_fonts_finished_cb),
10257         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10258         * shell/ev-properties-fonts.h:
10259         * shell/ev-properties.c:
10260         * shell/ev-properties.h:
10261         * shell/ev-window.c: (ev_window_setup_document),
10262         (ev_window_cmd_file_properties):
10263
10264         Split the properties pages in two different objects, depend
10265         only on the backend where possible, use widgets instead
10266         of gobject for the glade part, reimplement the dialog
10267         itself with gtk.
10268         I need this to implement nautilus properties page.
10269
10270 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10271
10272         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10273         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10274         (tiff_document_document_ps_exporter_iface_init): implement the ps
10275         exporter interface for tiff documents
10276
10277         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10278         libtiff to implement TIFF postscript export
10279
10280         * tiff/tiff2ps.h: added a header file for external tiff2ps
10281         functions.
10282
10283         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10284         tiff2ps.h
10285
10286 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10287
10288         * shell/ev-view.c: (scroll_to_current_page),
10289         (ev_view_set_fullscreen), (ev_view_set_presentation):
10290         
10291         Scroll to current page when exit from presentation
10292
10293 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10294
10295         * shell/ev-window.c: (update_document_mode),
10296         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10297         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10298         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10299         
10300         Exit from fullscreen mode when switch to presentation. Fix for
10301         bug 309365
10302
10303 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10304
10305         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10306         return NULL if the document does not implement the selection
10307         interface.
10308
10309 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10310
10311         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10312         reported height by using the resolution aspect ratio
10313         (tiff_document_render_pixbuf): scale the pixbuf using the
10314         resolution aspect ratio
10315
10316 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10317
10318         * configure.ac:
10319         
10320         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10321         <kiltedaco@gmail.com>
10322         
10323         * djvu/djvu-document.c: (djvu_document_get_orientation),
10324         (djvu_document_set_orientation), (djvu_document_get_page_size),
10325         (rotate_pixbuf), (djvu_document_render_pixbuf),
10326         (djvu_document_document_iface_init):
10327         * dvi/dvi-document.c: (dvi_document_get_orientation),
10328         (dvi_document_set_orientation), (dvi_document_get_page_size),
10329         (rotate_pixbuf), (dvi_document_render_pixbuf),
10330         (dvi_document_document_iface_init):
10331         
10332         Dvi and djvu backends are ported to new API
10333
10334 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10335
10336         * backend/ev-selection.c: (ev_selection_get_selection_region),
10337         (ev_selection_get_selection_map):
10338         * backend/ev-selection.h:
10339         * pdf/ev-poppler.cc:
10340         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10341         * shell/ev-jobs.h:
10342         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10343         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10344         (ev_pixbuf_cache_get_text_mapping):
10345         * shell/ev-pixbuf-cache.h:
10346         * shell/ev-view.c: (location_in_text),
10347         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10348         support to EvView.  Now we can see where we can select!  Sweet!
10349
10350 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10351
10352         * shell/ev-view.c (ev_view_button_press_event): Fix
10353         event->y + view->scroll_x typo.
10354
10355 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10356
10357         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10358         sub-GdkPixbuf instead of passing dest_x and dest_y.
10359         
10360         * shell/ev-view.c: (view_point_to_doc_point),
10361         (view_rect_to_doc_rect), (ev_view_button_press_event),
10362         (ev_view_motion_notify_event), (compute_new_selection_rect),
10363         (gdk_rectangle_point_in), (compute_new_selection_text),
10364         (compute_selections): Update selection code to keep the selection
10365         around as two points and not as a normalized rectangle, and fix
10366         page level selection in two-column mode.
10367
10368 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10369
10370         * shell/ev-window.c: (window_configure_event_cb): 
10371         
10372         Fix compilation
10373         
10374 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10375
10376         * pdf/ev-poppler.cc:
10377
10378         Fix compilation
10379
10380 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10381
10382         * shell/Makefile.am:
10383         * shell/ev-metadata-manager.c: (item_free),
10384         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10385         (parse_value), (parseItem), (load_values),
10386         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10387         (save_values), (save_item), (get_oldest), (resize_items),
10388         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10389         * shell/ev-metadata-manager.h:
10390
10391         Metadata manager from gedit but modified to use GValue, so that
10392         we dont need to keep converting from strings.
10393
10394         * configure.ac:
10395
10396         ENABLE_METADATA conditional, on when dbus is on
10397
10398         * shell/ev-application.c: (ev_application_open_uri):
10399
10400         Show the window after load so that we can initialize
10401         window size before it's showed.
10402
10403         * shell/ev-window.c: (ev_window_setup_from_metadata),
10404         (ev_window_open_uri), (window_configure_event_cb),
10405         (ev_window_init):
10406
10407         Save and load metadata information about window size.
10408         Not yet keeping states in account.
10409
10410         * shell/main.c: (main):
10411
10412         Shutdown metadata manager.
10413
10414 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10415
10416         * shell/ev-application-service.xml:
10417         * configure.ac:
10418         * shell/Makefile.am:
10419         * shell/ev-application.c:
10420         * shell/ev-application.h:
10421         * shell/ev-window.c:
10422         * shell/ev-window.h:
10423         * shell/main.c:
10424
10425         Add an optional dbus interface (--enable-dbus).
10426         Rework application code, mainly to be easier to
10427         use "remotely".
10428         Do not open multiple windows with the same document,
10429         spatial evince!
10430
10431 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10434         pixbuf iff it exists.
10435
10436 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10437
10438         * shell/*:
10439         * backend/ev-render-context.[ch]:
10440         * backend/ev-selection.[ch]:
10441
10442         Massive changes.  We now support text selection of pdfs, and not
10443         just rectangular selection.  This is pretty broken still, but I
10444         want to get something into CVS.
10445
10446 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10447
10448         * pdf/ev-poppler.cc:
10449         
10450         Fix for Bug 309080: crash on window close.
10451         
10452         * shell/ev-page-action.c: (page_changed_cb):
10453         
10454         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10455         jensgr@gmx.net (Jens Granseuer).
10456
10457 2005-06-25  Marcel Telka  <marcel@telka.sk>
10458
10459         * configure.in (ALL_LINGUAS): Added sk.
10460
10461 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10462
10463         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10464         not a document open
10465
10466 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10467
10468         * NEWS:
10469         * configure.ac:
10470
10471         Release 0.3.2
10472
10473         * cut-n-paste/recent-files/Makefile.am:
10474
10475         Fix make distcheck
10476
10477 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10478
10479         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10480         (pixbuf_document_set_orientation), (rotate_pixbuf),
10481         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10482         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10483
10484         Implement rotation and cleanup the code a bit.
10485
10486         * tiff/tiff-document.c: (tiff_document_get_page_size),
10487         (tiff_document_get_orientation), (tiff_document_set_orientation),
10488         (rotate_pixbuf), (tiff_document_render_pixbuf),
10489         (tiff_document_document_iface_init), (tiff_document_init):
10490
10491         Implement rotation. Was the quicker solution for the release
10492         but we really need to share this code in the shell.
10493
10494 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10495
10496         * pdf/ev-poppler.cc:
10497
10498         Enable rotation, require poppler cvs. Fix a leak.
10499
10500 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502         * shell/ev-window.c: (update_action_sensitivity):
10503         
10504         Make properties unsensitive if document backend doesn't provide
10505         any info
10506
10507 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10508
10509         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10510         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10511         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10512         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10513         (bitmap_flip_rotate_counter_clockwise):
10514         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10515         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10516         (buff_gets):
10517         * dvi/mdvi-lib/common.h:
10518         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10519         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10520         (opendvi), (mdvi_reload), (mdvi_init_context),
10521         (mdvi_destroy_context), (mdvi_dopage), (special):
10522         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10523         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10524         (file_hash_free), (register_encoding), (parse_spec),
10525         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10526         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10527         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10528         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10529         (mdvi_register_font_type), (mdvi_unregister_font_type),
10530         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10531         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10532         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10533         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10534         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10535         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10536         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10537         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10538         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10539         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10540         (mdvi_unregister_special), (mdvi_flush_specials):
10541         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10542         (t1_font_remove):
10543         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10544         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10545         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10546         (free_font_metrics), (flush_font_metrics):
10547         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10548         (tt_font_remove):
10549         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10550         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10551         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10552         (dstring_insert), (dstring_new), (dstring_reset):
10553         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10554         
10555         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10556         avoid conflict with libtool on FC4
10557         
10558         * shell/ev-window.c: (ev_window_cmd_help_about):
10559         
10560         Update copyright year. Fix for bug 308828.
10561
10562 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10563
10564         * shell/ev-view.c: (add_scroll_binding_keypad),
10565         (ev_view_binding_activated), (ev_view_class_init),
10566         (on_adjustment_value_changed):
10567         
10568         Bug 170874: Arrow keys switch pages in presentation mode
10569
10570 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10571
10572         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10573         
10574         Fix for Bug 308265: Sidebar dissappears coming out of 
10575         Presentation mode
10576
10577 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10578
10579         * shell/ev-application.c: (ev_application_open):
10580         * shell/ev-document-types.c: (ev_document_types_add_filters),
10581         (ev_document_types_add_filters_for_type):
10582         * shell/ev-document-types.h:
10583         * shell/ev-window.c: (ev_window_cmd_save_as):
10584         
10585         Suggest basename as template when saving, provide filters
10586         for save dialog. It's bug 308402
10587
10588 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10589
10590         * pdf/ev-poppler.cc:
10591         * shell/ev-sidebar-links.c: (job_finished_callback):
10592         * shell/ev-view.c: (update_find_status_message):
10593         
10594         Some leaks fixed
10595
10596 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10597
10598         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10599         (egg_recent_view_uimanager_set_list):
10600
10601         Fix buglet in !show_numbers case.
10602
10603 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10604
10605         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10606         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10607
10608         Use pango ellipsisation.
10609
10610         * pdf/ev-poppler.cc:
10611
10612         Fix refcount leak, from nsh.
10613
10614 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10615
10616         * cut-n-paste/recent-files/Makefile.am:
10617         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10618         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10619         
10620         Removed EggRecentViewGtk
10621         
10622         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10623         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10624         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10625         (ev_window_setup_recent):
10626         
10627         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10628         with other projects
10629
10630 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10631
10632         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10633         (egg_recent_view_gtk_finalize):
10634
10635         Fix memory leak
10636
10637         * cut-n-paste/toolbar-editor/Makefile.am:
10638         
10639         Fix location of cursor icon.
10640         
10641         * pdf/ev-poppler.cc:
10642         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10643         (display_completion_text), (match_completion):
10644         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10645         (selection_changed_callback), (create_loading_model),
10646         (print_section_cb), (links_page_num_func),
10647         (update_page_callback_foreach):
10648         * shell/ev-window.c: (ev_window_dispose):
10649         
10650         Small memory fixes. Links model now store objects instead
10651         of pointers to improve memory management. 
10652
10653 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10654
10655         * shell/ev-window.c: (zoom_control_changed_cb):
10656         
10657         Fix update of zoom control (bug 308268).
10658
10659 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10660
10661         * shell/ev-properties.c (set_property): escape the text correctly.
10662         Handles non-UTF-8 properties and escaped properties.  Also, sets
10663         the text to "<i>None</i>" if the property isn't set.
10664
10665         * data/evince-properties.glade: Change the label to be ellipsized,
10666         and give it a minimum size.
10667
10668 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10669
10670         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10671         * shell/ev-sidebar-links.c: (create_loading_model):
10672         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10673         * shell/ev-view.c: (ev_view_set_document):
10674         * shell/ev-window.c: (ev_window_dispose):
10675         
10676         Various small fixes, mostly memory leaks. Thanks to valgrind.
10677
10678 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10679
10680         * ps/ps-document.c: remove the locale.h include again ;-). And
10681         kill the (bogus) setlocale/savelocale business.
10682
10683 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10684
10685         * ps/ps-document.c:
10686         
10687         Include locale.h to fix build
10688         
10689         * shell/ev-sidebar.c:
10690         
10691         Remove unnecessary includes
10692
10693 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10694
10695         * dvi/dvi-document.c: (dvi_document_load):
10696         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10697         * po/POTFILES.in:
10698         
10699         Check for incorrect dvi files. Fix parsing dvi on AMD64
10700         platform. Thanks to tester@tester.ca (Olivier Crete).
10701
10702 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10703
10704         * shell/ev-page-action.c: (match_selected_cb),
10705         (display_completion_text), (match_completion), (update_model):
10706         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10707         (expand_open_links):
10708         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10709         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10710         (ev_sidebar_set_document):
10711         * shell/ev-window.c: (ev_window_xfer_job_cb),
10712         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10713         
10714         Fixed lot's of memory leaks, for example, memory leak on reload, 
10715         described in bug 307793.
10716
10717 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10718
10719         * pdf/ev-poppler.cc:
10720         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10721         (update_visible_range), (adjustment_changed_cb),
10722         (ev_sidebar_thumbnails_fill_model),
10723         (ev_sidebar_thumbnails_refresh),
10724         (ev_sidebar_tree_selection_changed),
10725         (ev_sidebar_icon_selection_changed),
10726         (ev_sidebar_thumbnails_use_icon_view),
10727         (ev_sidebar_thumbnails_set_document):
10728         * shell/ev-sidebar-thumbnails.h:
10729         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10730         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10731
10732         Refresh thumbnails when changing orientation. Not fully
10733         working yet becuase of a sidebar bug.
10734
10735         Set page orientation to poppler page everywhere. This sucks
10736         really need to fix poppler.
10737
10738 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10739
10740         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10741         (egg_recent_view_gtk_new_menu_item),
10742         (egg_recent_view_gtk_set_property),
10743         (egg_recent_view_gtk_get_property),
10744         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10745         (egg_recent_view_gtk_set_tooltip_func),
10746         (egg_recent_view_gtk_set_label_width),
10747         (egg_recent_view_gtk_get_label_width):
10748         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10749
10750         Sync with libegg (ellipsize labels)
10751
10752 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10753
10754         * data/evince-ui.xml:
10755         * shell/ev-window.c: (ev_window_cmd_go_forward),
10756         (ev_window_cmd_go_backward):
10757         
10758         Shift + PageUp moves 10 Pages. Fix for 306125
10759
10760 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10761
10762         * pdf/ev-poppler.cc:
10763
10764         Add a flag to check if orientation has been overriden
10765
10766 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10767
10768         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10769         field if necessary.
10770
10771         * ps/ps.h: add creator field to document.
10772
10773         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10774         set creator field.
10775
10776 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10777
10778         * data/evince-properties.glade:
10779         * shell/ev-properties.c: (ev_properties_set_document):
10780
10781         s/PDF Version/Format
10782
10783 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10784
10785         * shell/ev-properties.c: (ev_properties_set_document):
10786
10787         Remove unnecessary translations
10788
10789 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10790
10791         * cut-n-paste/toolbar-editor/Makefile.am:
10792
10793         Correct library name    
10794
10795 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10796
10797         * configure.ac:
10798         * cut-n-paste/recent-files/egg-recent-model.c:
10799         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10800         (egg_recent_model_unlock_file):
10801         * cut-n-paste/recent-files/egg-recent-util.c:
10802         (egg_recent_util_get_unique_id):
10803         * cut-n-paste/recent-files/update-from-egg.sh:
10804         * cut-n-paste/toolbar-editor/Makefile.am:
10805         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10806         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10807         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10808         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10809         (egg_toolbars_model_get_type):
10810         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10811
10812         Better makefile for toolbar editor and update everything
10813         to latest libegg.
10814
10815 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10816
10817         * shell/ev-window.c: (update_document_mode):
10818
10819         Prefer presentation mode when the document
10820         require fullscreen.
10821
10822 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10823
10824         * data/evince-ui.xml:
10825         * shell/ev-window.c:
10826
10827         Add control-equal for zooming
10828
10829 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10830
10831         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10832
10833 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10834
10835         * backend/ev-document.c: (ev_document_get_orientation):
10836         * backend/ev-document.h:
10837         * pdf/ev-poppler.cc:
10838         * ps/ps-document.c: (ps_document_get_orientation),
10839         (ps_document_set_orientation), (ps_document_document_iface_init):
10840
10841         Add a get_orientation api. Improve set_orientation.
10842
10843         * data/evince-ui.xml:
10844         * shell/ev-view.c: (ev_view_set_orientation),
10845         (ev_view_rotate_right), (ev_view_rotate_left):
10846         * shell/ev-view.h:
10847         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10848         (ev_window_cmd_edit_rotate_right):
10849
10850         Better ui for changing document orientation
10851
10852 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10853
10854         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10855         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10856         * shell/ev-sidebar-links.h:
10857         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10858         (ev_sidebar_page_iface_init):
10859         * shell/ev-sidebar-page.h:
10860         * shell/ev-sidebar-thumbnails.c:
10861         (ev_sidebar_thumbnails_get_property),
10862         (ev_sidebar_thumbnails_class_init),
10863         (ev_sidebar_thumbnails_set_document):
10864         * shell/ev-sidebar-thumbnails.h:
10865         * shell/ev-view.c: (ev_view_motion_notify_event):
10866         * shell/ev-window.c: (update_chrome_visibility),
10867         (ev_window_cmd_focus_page_selector),
10868         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10869         (sidebar_page_main_widget_update_cb), (ev_window_init):
10870         
10871         Autoraise toolbar on GoToPage binding and fix bindings in
10872         EvSidebarThumbnails page.
10873
10874 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10875
10876         * shell/ev-properties.c: (update_progress_label):
10877
10878         Hide the progress label when finished; bug #307697.
10879
10880 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10881
10882         * pdf/ev-poppler.cc:
10883
10884         Enable is_open for links, you will need poppler cvs
10885
10886         * shell/ev-properties.c: (job_fonts_finished_cb):
10887
10888         Get a lock on the document when filling the tree view
10889
10890 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10891
10892         * backend/ev-document-links.h:
10893         * pdf/ev-poppler.cc:
10894         * shell/ev-sidebar-links.c: (create_loading_model),
10895         (expand_open_links), (job_finished_callback):
10896
10897         Expand links when specified by the document.
10898         Depend on a poppler api (defined out for now)
10899
10900 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10901
10902         * shell/ev-properties.c: (ev_properties_dispose),
10903         (ev_properties_class_init), (dialog_destroy_cb),
10904         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10905         (ev_properties_set_document), (ev_properties_new),
10906         (ev_properties_show):
10907         * shell/ev-properties.h:
10908
10909         Make it an object, cleanup the code, api to show it as transient
10910         and to set the document.
10911
10912         * shell/ev-window.c: (ev_window_setup_document),
10913         (ev_window_cmd_file_properties):
10914
10915         Adapt to EvProperties changes, do not show multiple
10916         times, update it when document changes.
10917
10918 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10919
10920         * ps/gstypes.h:
10921         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10922         (ps_document_set_orientation), (ps_document_document_iface_init):
10923         * ps/ps-document.h:
10924
10925         Implement orientation here too
10926
10927         * shell/ev-properties.c: (ev_properties_new):
10928         * data/evince-properties.glade:
10929
10930         Hide the fonts page for backends that doesnt
10931         support it.     
10932
10933 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10934
10935         * backend/ev-document.c: (ev_document_set_orientation):
10936         * backend/ev-document.h:
10937         * pdf/ev-poppler.cc:
10938
10939         Add orientation api. Currently poppler api is not optimal,
10940         we need to set orientation every time we _get a page.
10941         I will try to fix that at some point.
10942
10943         * data/evince-ui.xml:
10944         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10945         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10946
10947         Add orientation menu items
10948
10949         * shell/ev-page-cache.c: (ev_page_cache_clear):
10950         * shell/ev-page-cache.h:
10951
10952         Add api to clear the cache
10953
10954         * shell/ev-view.c: (setup_caches), (clear_caches),
10955         (ev_view_set_document), (ev_view_zoom_out),
10956         (ev_view_set_orientation):
10957         * shell/ev-view.h:
10958
10959         Implement orientation changing
10960
10961 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10962
10963         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10964         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10965         * backend/ev-document-fonts.h:
10966
10967         Separate scan and fill so that we can incrementally fill from
10968         the main thread. Add a progress api.
10969
10970         * data/evince-properties.glade:
10971         * pdf/ev-poppler.cc:
10972         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10973         * shell/ev-jobs.h:
10974         * shell/ev-properties.c: (update_progress_label),
10975         (job_fonts_finished_cb), (setup_fonts_view):
10976
10977         Incrementally feel the list and show the progress
10978         percentage in a label like acrobat does.
10979
10980         You are going to need poppler cvs
10981
10982 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10983
10984         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10985         * backend/ev-document-fonts.h:
10986         * pdf/ev-poppler.cc:
10987
10988         Make fonts model fill incrementally.
10989
10990         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10991         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10992         (ev_job_queue_remove_job):
10993         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10994         (ev_job_fonts_new), (ev_job_fonts_run):
10995         * shell/ev-jobs.h:
10996
10997         New job for fonts scanning
10998
10999         * shell/ev-properties.c: (job_fonts_finished_cb),
11000         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
11001         * shell/ev-properties.h:
11002         * shell/ev-window.c: (ev_window_cmd_file_properties):
11003
11004         Incrementally feel the treeview using the new job. Show Loading...
11005         message until scanning is completed.
11006
11007         Hopefully I didnt break the build without the poppler patch.
11008
11009 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11010
11011         * shell/ev-application.c: (ev_application_open):
11012         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
11013         (ev_document_type_get_type), (ev_document_type_lookup):
11014         * shell/ev-document-types.h:
11015         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
11016         * shell/ev-job-xfer.h:
11017         * shell/ev-window.c: (ev_window_clear_local_uri),
11018         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
11019         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
11020         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11021         
11022         Transfer remote documents to tmp directory to display them later.
11023
11024 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
11025
11026         * backend/ev-document-info.h:
11027         * shell/ev-properties.c: (ev_properties_new):
11028
11029         s/GTime*/GTime. Not sure why we was using a pointer
11030         at all there!
11031
11032 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
11033
11034         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11035         situations.  That situation is that you're using GTK+-HEAD with
11036         the patch at #306726 is applied, and you have a document with <
11037         1500 pages in it.  It's not quite as uniformly nice as the
11038         TreeView, but should be better in the long run.
11039
11040         I'm pretty sure I guarded against breaking compilation with
11041         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11042         I missed some.
11043
11044         * shell/ev-window.c (ev_window_init): We don't have our tree/list
11045         widget yet, so I commented that code out
11046         enable_view_actions_for_widget() for now.  Need to figure this
11047         out.
11048
11049         * shell/ev-page-action.c (match_selected_cb): emit the right
11050         signals.  Our cool C-l completion now works.
11051
11052 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11053
11054         * backend/Makefile.am:
11055         * backend/ev-document-fonts.c:
11056         * backend/ev-document-links.c:
11057         * backend/ev-document.c: (ev_document_load):
11058         * backend/ev-document.h:
11059         * backend/ev-job-queue.c:
11060         * backend/ev-job-queue.h:
11061         * backend/ev-jobs.c:
11062         * backend/ev-jobs.h:
11063         * backend/ev-page-cache.c:
11064         * backend/ev-page-cache.h:
11065
11066         EvPageCache and EvJobs are moved to shell.
11067
11068         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11069         (ev_tmp_filename):
11070         * lib/ev-file-helpers.h:
11071         
11072         New helper to work with temporary files
11073         
11074         * shell/Makefile.am:
11075         * shell/ev-application.c: (ev_application_open):
11076         * shell/ev-application.h:
11077         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11078         (remove_job_from_async_queue), (add_job_to_async_queue),
11079         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11080         (handle_job), (search_for_jobs_unlocked),
11081         (no_jobs_available_unlocked), (ev_render_thread),
11082         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11083         (ev_job_queue_add_job), (move_job_async), (move_job),
11084         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11085         * shell/ev-job-queue.h:
11086         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11087         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11088         * shell/ev-job-xfer.h:
11089         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11090         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11091         (ev_job_links_class_init), (ev_job_render_init),
11092         (ev_job_render_dispose), (ev_job_render_class_init),
11093         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11094         (ev_job_thumbnail_class_init), (ev_job_load_init),
11095         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11096         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11097         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11098         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11099         * shell/ev-jobs.h:
11100         * shell/ev-page-action.c: (ev_page_action_set_document):
11101         * shell/ev-page-cache.c: (ev_page_cache_init),
11102         (ev_page_cache_class_init), (ev_page_cache_finalize),
11103         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11104         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11105         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11106         (ev_page_cache_get_title), (ev_page_cache_get_size),
11107         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11108         (ev_page_cache_get_height_to_page),
11109         (ev_page_cache_get_max_label_chars),
11110         (ev_page_cache_get_page_label),
11111         (ev_page_cache_has_nonnumeric_page_labels),
11112         (ev_page_cache_get_info), (ev_page_cache_next_page),
11113         (ev_page_cache_prev_page), (ev_page_cache_get):
11114         * shell/ev-page-cache.h:
11115         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11116         (ev_pixbuf_cache_clear_job_sizes),
11117         (ev_pixbuf_cache_add_jobs_if_needed),
11118         (ev_pixbuf_cache_set_page_range):
11119         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11120         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11121         * shell/ev-sidebar-thumbnails.c:
11122         (ev_sidebar_tree_selection_changed),
11123         (ev_sidebar_thumbnails_set_document):
11124         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11125         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11126         (ev_statusbar_get_context_id), (ev_statusbar_push),
11127         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11128         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11129         (ev_statusbar_set_progress):
11130         * shell/ev-statusbar.h:
11131         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11132         (ev_view_find_previous):
11133         * shell/ev-window.c: (ev_window_is_empty),
11134         (ev_window_setup_document), (password_dialog_response),
11135         (ev_window_clear_jobs), (ev_window_load_job_cb),
11136         (ev_window_xfer_job_cb), (ev_window_open_uri),
11137         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11138         (ev_window_print), (ev_window_print_range),
11139         (ev_window_state_event), (ev_window_cmd_view_reload),
11140         (menu_item_select_cb), (menu_item_deselect_cb),
11141         (view_status_changed_cb), (ev_window_dispose),
11142         (drag_data_received_cb), (ev_window_init):
11143         * shell/ev-window.h:
11144         * shell/main.c: (load_files):
11145         
11146         New statusbar to show progress on idle. Two new jobs - 
11147         xfer job and load job to load document in background. And update
11148         of page_cache clients to new location of code.
11149
11150 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11151
11152         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11153         selection in open dialog. It also remembers the last visited directory 
11154         in the current session.
11155
11156 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11157
11158         * shell/ev-properties.c: (ev_properties_new):
11159         * shell/ev-properties.h:
11160         * shell/ev-window.c: (ev_window_cmd_file_properties):
11161         
11162         Get document info from page cache instead of document itself.
11163         This should fix crash related to race conditions described in
11164         bug 306545.
11165
11166 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * ps/ps-document.c: (ps_document_init),
11169         (send_ps), (get_page_box), (output), (catchPipe), (input),
11170         (stop_interpreter), (file_length), (file_readable),
11171         (check_filecompressedb), (ps_document_enable_interpreter),
11172         (document_load), (ps_async_renderer_render_pixbuf):
11173         * ps/ps-document.h:
11174
11175         Big cleanup of the ps code
11176
11177 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11178
11179         * backend/Makefile.am:
11180         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11181         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11182         * backend/ev-async-renderer.h:
11183
11184         Add an async renderer interface (method + callback) which
11185         is useful for backends like ps.
11186
11187         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11188         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11189         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11190         (ev_job_queue_add_job), (move_job_async), (move_job),
11191         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11192
11193         Add queues for async renderer, these are executed on the
11194         main thread.
11195
11196         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11197         (ev_job_render_run):
11198         * backend/ev-jobs.h:
11199
11200         If the backend support async renderer interface use it.
11201
11202         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11203         (setup_pixmap), (ps_document_get_type),
11204         (ps_async_renderer_render_pixbuf),
11205         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11206
11207         Implement async renderer interface.
11208
11209 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11210
11211         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11212
11213         Cleanup links job on exit.
11214
11215 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11216
11217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11218         (drag_data_get_cb), (drag_data_received_cb):
11219         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11220         (drag_data_get_cb), (parse_item_list),
11221         (egg_toolbar_editor_load_actions):
11222         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11223         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11224         (parse_item_list), (parse_toolbars):
11225         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11226         (dvi_pixbuf_put_pixel):
11227         
11228         Fix gcc 4.0 warnings
11229
11230 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11231
11232         * ps/ps-document.c: (start_interpreter):
11233
11234         Fix warning when loading ps
11235
11236 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11237
11238         * ps/ps-document.c: (output):
11239
11240         Fix crash when priting gs error messages.
11241
11242 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11243
11244         * backend/ev-page-cache.c: (_ev_page_cache_new):
11245         * backend/ev-page-cache.h:
11246
11247         Use a const to return title so that we dont double
11248         free it. Small cleanup and fix a leak.
11249
11250         * shell/ev-window.c: (update_window_title):
11251
11252         strdup value from get_title.
11253
11254 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11255
11256         * shell/ev-sidebar-links.c: (job_finished_callback),
11257         (ev_sidebar_links_set_document):
11258
11259         Cleanup the old job when changing document
11260
11261 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11262
11263         * shell/ev-stock-icons.c:
11264         * shell/ev-stock-icons.h:
11265         * shell/ev-window.c:
11266         
11267         Add stock icons for actions that can appear in toolbar. Fix for
11268         bug 306566.
11269
11270 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11271
11272         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11273         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11274         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11275         * backend/ev-page-cache.h:
11276         * shell/ev-view.c: (scroll_to_current_page),
11277         (view_update_range_and_current_page), (get_page_y_offset),
11278         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11279         (ev_view_size_request_continuous),
11280         (ev_view_zoom_for_size_continuous_and_dual_page),
11281         (ev_view_zoom_for_size_continuous):
11282         
11283         More compact EvView layout in document with pages of different size.
11284
11285 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11286
11287         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11288         compilation.
11289
11290 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11291
11292         * shell/ev-view.c: (view_set_adjustment_values):
11293         * shell/ev-window.c: (ev_window_cmd_file_properties):
11294         
11295         A bit different fix for rounding problem but it has no
11296         problems on startup. Make properties window transient to parent.
11297
11298 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11299
11300         * pdf/ev-poppler.cc:
11301         
11302         More commenting of font stuff.
11303
11304 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11305
11306         * pdf/ev-poppler.cc:
11307
11308         Comment out some more fonts stuff. Should really
11309         work without the poppler patch now.
11310
11311 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11312
11313         * pdf/ev-poppler.cc:
11314
11315         Adapt to api change
11316
11317 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11318
11319         * data/evince-properties.glade:
11320         * pdf/ev-poppler.cc:
11321         * shell/ev-properties.c: (setup_fonts_view):
11322
11323         Set the column title. Show the dialog only
11324         once everything is setup.
11325         Getting font info can be very slow... will
11326         prolly need to make this threaded too.
11327
11328 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11329
11330         * backend/Makefile.am:
11331         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11332         (ev_document_fonts_get_fonts_model):
11333         * backend/ev-document-fonts.h:
11334         * data/evince-properties.glade:
11335         * pdf/ev-poppler.cc:
11336         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11337         * shell/ev-properties.h:
11338         * shell/ev-window.c: (ev_window_cmd_file_properties):
11339
11340         Implement fonts list. Defined out for now, since it depends
11341         on a not yet committed poppler patch.
11342
11343 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11344
11345         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11346         page + 1.
11347
11348         * shell/ev-window.c: Make sure we add the timeout when we get a
11349         focus-in event.
11350
11351         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11352         adjustment->value before calculating the zoom factor to average
11353         out all of our rounding errors.  The page no longer 'drifts' when
11354         resizing.
11355
11356 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11357
11358         * data/evince-properties.glade:
11359         * shell/ev-properties.c: (ev_properties_format_date),
11360         (set_property):
11361         
11362         Labels don't expand when the dialogue is resized.
11363         strftime result needs to be converted to UTF-8. Thanks
11364         to Christian Persch <chpe@gnome.org>.
11365
11366 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11367
11368         * data/evince-properties.glade:
11369
11370         Hide the fonts tab
11371
11372 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11373
11374         * backend/ev-document-info.h:
11375         * backend/ev-document.c: (ev_document_info_free):
11376         * data/evince-properties.glade:
11377         * pdf/ev-poppler.cc:
11378         * ps/ps-document.c: (ps_document_get_info):
11379         * shell/ev-properties.c: (ev_properties_format_date),
11380         (set_property), (ev_properties_new):
11381         * shell/ev-properties.h:
11382         * shell/ev-window.c: (ev_window_cmd_file_properties):
11383
11384         Rework properties code to take only EvPropertyInfo
11385         in the constructor so that it can be useful for
11386         nautilus plugin too.
11387
11388         Deal with backends that doesnt support some properties.
11389         Make set property code generic.
11390
11391 2005-06-04  Christian Persch <chpe@gnome.org>
11392
11393         * data/evince-properties.glade:
11394
11395         fix spacings, make resizeable, and make data labels
11396         selectable + ellipsised
11397
11398 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11399
11400         * backend/ev-document-info.h:
11401         * data/Makefile.am:
11402         * data/evince-ui.xml:
11403         * pdf/ev-poppler.cc:
11404         * shell/Makefile.am:
11405         * shell/ev-window.c: (update_action_sensitivity),
11406         (ev_window_cmd_file_properties):
11407
11408         Initial go at file properties. Patch by
11409         Emil Soleyman-Zomalan <emil@soleyman.com>.
11410         Needs love see #169583
11411
11412 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11413
11414         * ps/ps-document.c: (output):
11415         * ps/ps.c: (psscan):
11416
11417         Try to render even if psscan fails.
11418
11419 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11420
11421         * ps/ps.c: (psscan), (pscopydoc):
11422
11423         Port buffered reading code from gv
11424
11425 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11426
11427         * ps/ps-document.c: (interpreter_message), (output):
11428
11429         Do not fail on interpreter messages
11430
11431 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11432
11433         * backend/ev-document-misc.c:
11434         (ev_document_misc_get_thumbnail_frame):
11435
11436         Pages can be 0 x 0, dont assert on this case
11437
11438 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11439
11440         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11441         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11442
11443         Correctly manage our reference on document. Finally the reload
11444         huge leak is gone...
11445
11446 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11447
11448         * ps/ps-document.c: (ps_document_dispose):
11449
11450         Forgot to chain it to the parent. Thanks chpe.
11451
11452 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11453
11454         * ps/ps-document.c: (ps_document_dispose),
11455         (ps_document_class_init), (stop_interpreter), (document_load):
11456
11457         Cleanup dispose a bit. Dont leak the whole pixmap.
11458
11459 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * pdf/ev-poppler.cc:
11462
11463         Release the poppler document on dispose
11464
11465 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11466
11467         * shell/ev-view.c: (ev_view_set_document):
11468
11469         Release ref on the pixbuf cache when changing
11470         document.
11471
11472 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11473
11474         * ps/ps-document.c: (ps_document_get_info):
11475
11476         Fix a double free
11477
11478 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11479
11480         * backend/ev-page-cache.c: (ev_page_cache_init),
11481         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11482         * backend/ev-page-cache.h:
11483         * shell/ev-page-action.c: (page_changed_cb):
11484         
11485         Set page action entry width depending on labels width. Fix
11486         for bug 305202.
11487
11488 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11489
11490         * backend/ev-link.c: (ev_link_class_init):
11491
11492         Allow -1 as page value (error)
11493
11494 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11495
11496         * shell/ev-sidebar-thumbnails.c:
11497         (ev_sidebar_thumbnails_set_document):
11498         * shell/ev-view.c: (scroll_to_current_page),
11499         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11500         (page_changed_cb), (on_adjustment_value_changed),
11501         (ev_view_set_document):
11502
11503         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11504         Fix bug 305377
11505
11506 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11507
11508         * configure.ac:
11509         * djvu/djvu-document.c: (djvu_document_get_page_size):
11510
11511         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11512         bug 301993.
11513
11514 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11515
11516         * shell/ev-view.c (draw_one_page): modify the expose handling to
11517         get the shadows.
11518
11519         * shell/ev-window.c (update_action_sensitivity): Respect
11520         permissions field.  Kowtow to the man.
11521
11522         * pdf/ev-poppler.cc: Get the permissions field.
11523
11524         * tiff/*c: Make a tiny bit more robust.
11525
11526 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11527
11528         * djvu/djvu-document.c:
11529         
11530         Pop messages from djvu context message queue.
11531
11532 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11533
11534         * configure.ac, Makefile.am, shell/Makefile.am:
11535         * tiff/Makefile.am, shell/ev-document-types.c:
11536         
11537         Cleanup tiff configure checks. Fix for bug 305218.
11538
11539 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11540
11541         * configure.ac: Added "uk" to ALL_LINGUAS.
11542
11543 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11544
11545         * cut-n-paste/zoom-control/ephy-zoom.c:
11546         (ephy_zoom_get_changed_zoom_level):
11547         * cut-n-paste/zoom-control/ephy-zoom.h:
11548         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11549         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11550         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11551         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11552         (zoom_control_changed_cb), (ev_window_init):
11553         
11554         Fix minor points related to moving best fit up. Introduce
11555         "zoom" property and make zoom control change it's value on
11556         notify::zoom signals. Fix for 305080.
11557
11558 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11559
11560         * data/evince-ui.xml:
11561         * shell/ev-window.c: (set_view_actions_sensitivity):
11562         
11563         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11564
11565 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11566
11567         * configure.ac:
11568
11569         Depends on poppler 0.3.2
11570
11571 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11572
11573         * cut-n-paste/recent-files/egg-recent-item.c:
11574         (egg_recent_item_get_short_name):
11575         * cut-n-paste/toolbar-editor/Makefile.am:
11576         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11577         (new_pixbuf_from_widget):
11578         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11579         * cut-n-paste/toolbar-editor/egg-marshal.c:
11580         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11581         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11582
11583         Sync
11584
11585 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11586
11587         * tiff/tiff-document.c: Rough TIFF backend.
11588
11589 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11590
11591         * NEWS:
11592         * configure.ac:
11593         * cut-n-paste/toolbar-editor/Makefile.am:
11594
11595         Release 0.3.1
11596
11597 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11598
11599         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11600         (ev_view_find_next), (ev_view_find_previous):
11601
11602         Remove the locks around get_n_results   
11603
11604 2005-05-21  Juerg Billeter  <j@bitron.ch>
11605
11606         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11607
11608         Pass correct number of pages to poppler.
11609
11610 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11611
11612         * configure.ac:
11613         * data/Makefile.am:
11614         * data/evince.desktop.in: 
11615         * data/evince.desktop.in.in:
11616         * po/POTFILES.in:
11617         
11618         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11619
11620 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11621
11622         * shell/ev-view.c: (view_update_adjustments),
11623         (view_set_adjustment_values): cast adjustmen->value to (int)
11624         before using it.  Otherwise, we get off by a pixel in some
11625         situations.
11626
11627         (draw_one_page): Draw the border on expose.
11628
11629 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11630
11631         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11632         adjustment when the mode changes, #304923
11633
11634 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11635
11636         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11637         flickering on resize but still use gdk_window_scroll on
11638         scrolling
11639
11640 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11643         option, #170458
11644
11645 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11646
11647         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11648         second page on page_changed if possible, #304669
11649
11650 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11651
11652         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11653         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11654
11655 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11656
11657         * .cvsignore:
11658         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11659         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11660         (ev_view_zoom_for_size_presentation),
11661         (ev_view_zoom_for_size_continuous_and_dual_page),
11662         (ev_view_zoom_for_size_continuous),
11663         (ev_view_zoom_for_size_dual_page),
11664         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11665         * shell/ev-view.h:
11666         * shell/ev-window.c: (update_view_size),
11667         (ev_window_sizing_mode_changed_cb):
11668
11669         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11670         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11671         an infinite loop, #304769
11672
11673
11674 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * data/evince-ui.xml:
11677         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11678         * shell/ev-window.c: (set_view_actions_sensitivity):
11679
11680         Make PgUp/Down behave like Space
11681
11682 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11683
11684         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11685         * backend/ev-ps-exporter.h:
11686         * pdf/ev-poppler.cc:
11687         * ps/ps-document.c: (ps_document_ps_export_begin):
11688         * shell/ev-print-job.c: (idle_print_handler):
11689
11690         Adapt to new poppler api
11691
11692 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11693
11694         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11695         (ephy_zoom_control_init):
11696
11697         Translate zoom levels
11698
11699 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11700
11701         * cut-n-paste/zoom-control/ephy-zoom.c:
11702         (ephy_zoom_get_zoom_level_index):
11703
11704         Fix current zoom -> zoom control match
11705
11706 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11707
11708         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11709         rather than the scrolled_window that it's in. Fixes bug #304655.
11710
11711 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11712
11713         * shell/ev-view.c: (view_update_adjustments),
11714         (view_set_adjustment_values), (view_update_range_and_current_page),
11715         (view_scroll_to_page), (set_scroll_adjustment),
11716         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11717         (ev_view_scroll), (ev_view_scroll_view),
11718         (ensure_rectangle_is_visible), (find_page_at_location),
11719         (get_link_at_location), (go_to_link), (status_message_from_link),
11720         (ev_view_size_request_continuous_dual_page),
11721         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11722         (ev_view_unrealize), (ev_view_expose_event),
11723         (ev_view_button_press_event), (ev_view_motion_notify_event),
11724         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11725         (draw_rubberband), (highlight_find_results), (draw_one_page),
11726         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11727         (ev_view_init), (find_changed_cb), (page_changed_cb),
11728         (on_adjustment_value_changed), (ev_view_new),
11729         (ev_view_set_document), (ev_view_set_zoom),
11730         (ev_view_set_continuous), (ev_view_set_dual_page),
11731         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11732         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11733         (ev_view_zoom_for_size_presentation),
11734         (ev_view_zoom_for_size_continuous_dual_page),
11735         (ev_view_zoom_for_size_continuous),
11736         (ev_view_zoom_for_size_dual_page),
11737         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11738         (ev_view_get_status), (ev_view_set_status),
11739         (update_find_status_message), (ev_view_get_find_status),
11740         (ev_view_set_find_status), (jump_to_find_result),
11741         (jump_to_find_page), (compute_selections), (clear_selection),
11742         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11743         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11744         (ev_view_update_primary_selection),
11745         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11746         * shell/ev-view.h:
11747         * shell/ev-window.c: (ev_window_open_page_label),
11748         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11749         (ev_window_init):
11750         * shell/ev-window.h:
11751         * shell/main.c: (load_files):
11752
11753         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11754         when resizing.  Remove the bin_window().  Also, patch from James
11755         Bowes to fix command line page, #300641
11756         
11757 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11758
11759         * data/evince-ui.xml:
11760         * shell/ev-view.c:
11761         * shell/ev-view.h:
11762         * shell/ev-window.c: (update_action_sensitivity):
11763
11764         Get rid of View->Normal Size, it's just confusing
11765
11766 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11767
11768         * backend/ev-document-info.h:
11769         * backend/ev-document.c: (ev_document_info_free): Free the
11770         EvDocumentInfo.
11771
11772         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11773         (clear_range), (add_range), (update_visible_range),
11774         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11775         (ev_sidebar_thumbnails_set_document):
11776         * shell/ev-window.c: (ev_window_setup_document): Only render the
11777         visible thumbnails.  It takes an instant to render, but it uses
11778         much less memory.
11779
11780 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11781
11782         * shell/ev-sidebar-links.c: (popup_menu_cb):
11783
11784         Select first item
11785
11786 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11787
11788         * lib/Makefile.am:
11789         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11790         (button_press_cb), (ev_sidebar_links_construct):
11791
11792         Show the popup menu also on keybindings
11793
11794 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11795
11796         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11797         * shell/ev-window.h:
11798
11799         Expose api to print a range (with dialog). Make private _print use
11800         it.
11801
11802         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11803         (ev_sidebar_links_construct):
11804
11805         Show a print context menu on linkx, it prints the selected
11806         section.
11807
11808 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11809
11810         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11811         button.
11812
11813 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11814
11815         * AUTHORS:
11816
11817         Update
11818
11819         * shell/ev-window.c: (build_comments_string),
11820         (ev_window_cmd_help_about):
11821
11822         Show poppler version/backend and authors
11823
11824 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11825
11826         * cut-n-paste/zoom-control/ephy-zoom.c:
11827         (ephy_zoom_get_zoom_level_index):
11828         * cut-n-paste/zoom-control/ephy-zoom.h:
11829
11830         Move the best fit items at the top of the list
11831
11832 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11833
11834         * shell/ev-marshal.list:
11835         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11836         (activate_cb), (match_selected_cb), (activate_link_cb),
11837         (connect_proxy), (ev_page_action_class_init):
11838         * shell/ev-page-action.h:
11839
11840         Use signals to notify action activation. Hopefully
11841         I did not break completion since I cant test...
11842
11843         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11844         (register_custom_actions):
11845
11846         Connect to page selector actions and also grab focus on
11847         the view when activated.
11848
11849 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11850
11851         * pdf/ev-poppler.cc:
11852         * backend/ev-page-cache.c: make page size calculation consistent
11853         and set it to (int)( width * scale + 0.5).  This makes the weird
11854         line going through the middle of the page go away.
11855
11856         * shell/ev-view.c: move painting the background page after
11857         checking the expose area covers us.
11858
11859 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11860
11861         * data/evince-password.glade:
11862         
11863         Mark labels as not translatable. Fix for bug 302842.
11864
11865 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11866
11867         * configure.ac: Added "es" to ALL_LINGUAS.
11868
11869 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11870
11871         * data/evince-toolbar.xml:
11872         * shell/ev-window.c: (update_action_sensitivity),
11873         (ev_window_setup_document), (ev_window_set_page_mode),
11874         (ev_window_init):
11875
11876         Remove some leftover code from jrb first continous
11877         attempt. Use the new actions, we still need good icons
11878         though...
11879
11880 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11881
11882         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11883
11884         Update label when connecting proxy. Fix a warning with NULL
11885         page_cache.
11886
11887 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11888
11889         * data/evince-ui.xml:
11890         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11891         * shell/ev-page-action.h:
11892         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11893
11894         Add mnemonic for edit toolbar.
11895         ctrl+l focus the page entry.
11896
11897 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11898
11899         * lib/Makefile.am:
11900         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11901         (ev_window_init):
11902         * shell/main.c: (main):
11903
11904         Put the toolbar xml in evince own dot dir
11905
11906 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11907
11908         * shell/ev-window.c: (ev_window_init):
11909
11910         Make the toolbar not removable
11911
11912 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11913
11914         * data/evince-ui.xml:
11915         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11916         * shell/ev-sidebar-links.h:
11917         * shell/ev-sidebar-thumbnails.c:
11918         (ev_sidebar_thumbnails_get_treeview):
11919         * shell/ev-sidebar-thumbnails.h:
11920         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11921         (ev_view_class_init):
11922         * shell/ev-view.h:
11923         * shell/ev-window.c: (update_action_sensitivity),
11924         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11925         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11926         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11927         (ev_window_init):
11928
11929         This is evil... Make space/backspace global accelerators but
11930         enable them only for some widgets (sidebars and view).
11931         I dont like it, but I dont know a better way... :/
11932
11933 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11934
11935         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11936         (ev_page_action_widget_finalize),
11937         (ev_page_action_widget_class_init), (update_page_cache):
11938
11939         Keep a weak reference on proxy->page_cache so that we
11940         dont try to disconnect the signal if the object is already
11941         gone. Maybe there is a better way to cleanup reference handling
11942         in page action though...
11943
11944 2005-05-10  Juerg Billeter  <j@bitron.ch>
11945
11946         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11947         * backend/ev-ps-exporter.h:
11948         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11949         * ps/ps-document.c: (ps_document_ps_export_begin):
11950         
11951         Change api to pass print range to ps_exporter_begin. The pdf backend
11952         requires this information.
11953         
11954         * shell/ev-print-job.c: (idle_print_handler):
11955         
11956         Adapt to api change
11957
11958 2005-05-10  Juerg Billeter  <j@bitron.ch>
11959
11960         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11961         (idle_print_handler)
11962         * shell/ev-window.c: (ev_window_print):
11963
11964         Support printing page range, based on patch by Amaury Jacquot
11965
11966 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11967
11968         * data/evince-toolbar.xml:
11969
11970         Add zoom control to available items
11971
11972 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11973
11974         * shell/ev-window.c: (update_action_sensitivity):
11975
11976         Set slash action insensitive when appropriate
11977
11978 2005-05-10  Christian Persch <chpe@gnome.org>
11979
11980         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11981
11982         Fix warning on the overflow menu
11983
11984 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11985
11986         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11987
11988         Check for uri correctness/existence
11989
11990 2005-05-09  Juerg Billeter  <j@bitron.ch>
11991
11992         * shell/ev-window.c: (using_postscript_printer):
11993
11994         LPD printers use postscript, too
11995
11996 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11997
11998         * shell/ev-window.c: (register_custom_actions):
11999
12000         The zoom one is actually sort of useful,
12001         put it back
12002
12003 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12004
12005         * shell/ev-window.c: (register_custom_actions):
12006
12007         Hide page/zoom controls from overflow, they
12008         are useless.
12009
12010 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12011
12012         * cut-n-paste/update-from-egg.sh:
12013         
12014         Share it between all cut-n-paste subdirs
12015
12016         * cut-n-paste/recent-files/Makefile.am:
12017
12018         Fix to use "global" update-from-egg.sh
12019
12020         * cut-n-paste/recent-files/egg-recent-model.c:
12021         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
12022         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12023         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
12024         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
12025
12026         Update from libegg
12027
12028         * cut-n-paste/toolbar-editor/Makefile.am:
12029
12030         Fix to use "global" update-from-egg.sh
12031
12032         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12033
12034         Update from libegg
12035
12036 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
12037
12038         * configure.ac:
12039         * cut-n-paste/Makefile.am:
12040         * cut-n-paste/recent-files/Makefile.am:
12041         * cut-n-paste/toolbar-editor/.cvsignore:
12042         * cut-n-paste/toolbar-editor/Makefile.am:
12043         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12044         (egg_editable_toolbar_get_type), (get_toolbar_position),
12045         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12046         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12047         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12048         (set_item_drag_source), (create_item_from_action), (create_item),
12049         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12050         (popup_toolbar_context_menu_cb), (free_dragged_item),
12051         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12052         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12053         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12054         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12055         (item_added_cb), (item_removed_cb),
12056         (egg_editable_toolbar_construct),
12057         (egg_editable_toolbar_disconnect_model),
12058         (egg_editable_toolbar_deconstruct),
12059         (egg_editable_toolbar_set_model),
12060         (egg_editable_toolbar_set_ui_manager),
12061         (egg_editable_toolbar_set_property),
12062         (egg_editable_toolbar_get_property),
12063         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12064         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12065         (egg_editable_toolbar_new_with_model),
12066         (egg_editable_toolbar_get_edit_mode),
12067         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12068         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12069         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12070         (new_pixbuf_from_widget), (new_separator_pixbuf),
12071         (update_separator_image), (style_set_cb),
12072         (_egg_editable_toolbar_new_separator_image),
12073         (egg_editable_toolbar_get_model):
12074         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12075         * cut-n-paste/toolbar-editor/egg-marshal.c:
12076         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12077         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12078         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12079         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12080         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12081         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12082         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12083         (editor_drag_data_delete_cb), (drag_data_get_cb),
12084         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12085         (editor_create_item), (update_editor_sheet), (setup_editor),
12086         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12087         (parse_item_list), (model_has_action), (update_actions_list),
12088         (egg_toolbar_editor_load_actions):
12089         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12090         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12091         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12092         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12093         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12094         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12095         (egg_toolbars_model_add_separator), (impl_add_item),
12096         (parse_item_list), (egg_toolbars_model_add_toolbar),
12097         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12098         (impl_get_item_data), (impl_get_item_type),
12099         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12100         (egg_toolbars_model_init), (free_toolbar),
12101         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12102         (egg_toolbars_model_remove_toolbar),
12103         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12104         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12105         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12106         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12107         (egg_toolbars_model_get_item_data),
12108         (egg_toolbars_model_get_item_type):
12109         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12110         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12111         * data/Makefile.am:
12112         * data/evince-toolbar.xml:
12113         * data/evince-ui.xml:
12114         * data/hand-open.png:
12115         * po/POTFILES.in:
12116         * shell/Makefile.am:
12117         * shell/ev-window.c: (update_chrome_visibility),
12118         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12119         (ev_window_dispose), (ev_window_init):
12120
12121         Implement epiphany like toolbar editor. Based on patch by
12122         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12123
12124 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12125
12126         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12127
12128         Use set_cursor instead of set_selection, so that
12129         the keyboard focus moves too.
12130
12131 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12132
12133         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12134
12135         Fix infinite loop when loading Type1 fonts
12136
12137 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12138
12139         * data/evince-ui.xml:
12140         * shell/ev-window.c:
12141
12142         Slash -> Find
12143
12144 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12145
12146         * configure.ac:
12147
12148         Make --disable really disable
12149
12150 2005-05-07  Juerg Billeter  <j@bitron.ch>
12151
12152         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12153
12154         Compare page labels even without has_labels set, fixes setting page
12155         with entry
12156
12157 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12158
12159         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12160         (ev_view_set_cursor), (ev_view_button_press_event),
12161         (ev_view_motion_notify_event), (ev_view_button_release_event),
12162         (ev_view_init):
12163
12164         Implement middle button scrolling. Based on a patch
12165         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12166
12167 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12168
12169         * shell/ev-document-types.c: (get_slow_mime_type),
12170         (get_document_type_from_mime), (ev_document_type_lookup):
12171         * shell/ev-document-types.h:
12172
12173         Change api to lookup from uri. Do fast lookup first, if the
12174         type is unknown try with data sniffing.
12175
12176         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12177         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12178
12179         Adapt to api change
12180
12181 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12182
12183         * thumbnailer/Makefile.am:
12184
12185         Fix distcheck
12186
12187 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12188
12189         * NEWS:
12190         * configure.ac:
12191
12192         Release 0.3.0
12193
12194         * data/evince-ui.xml:
12195
12196         Hide presentation mode for now
12197
12198         * shell/ev-view.c: (highlight_find_results):
12199
12200         Show current find selection only on current page
12201
12202 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12203
12204         * shell/ev-view.c: (ev_view_select_all):
12205
12206         Compute size of the actual page, not of
12207         the current one.
12208
12209 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12210
12211         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12212         (view_rect_to_doc_rect), (compute_selections),
12213         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12214         (ev_view_copy), (ev_view_primary_get_cb),
12215         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12216         (ev_view_button_press_event), (ev_view_motion_notify_event),
12217         (ev_view_button_release_event), (page_changed_cb):
12218
12219         Fix text selection
12220
12221 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12222
12223         * shell/ev-view.c: (compute_border), (get_page_extents),
12224         (doc_rect_to_view_rect), (highlight_find_results),
12225         (ev_view_bin_expose), (ev_view_select_all),
12226         (ev_view_motion_notify_event), (update_find_status_message),
12227         (jump_to_find_result), (jump_to_find_page):
12228
12229         First go at fixing search, still buggy
12230
12231 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12232
12233         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12234         dropdown box and button at the top of the sidebar.
12235
12236 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12237
12238         * configure.ac: Output zoom-control Makefile.
12239         * cut-n-paste/Makefile.am: build zoom-control subdir.
12240         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12241         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12242         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12243         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12244         * cut-n-paste/zoom-control/ephy-zoom.c:
12245         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12246         from epiphany, and modified to add a separator into the menu.
12247         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12248         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12249         zoom-control action.
12250         * shell/Makefile.am: Include zoom-control flags.
12251         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12252         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12253         (ev_view_zoom_for_size_presentation),
12254         (ev_view_zoom_for_size_continuous_and_dual_page),
12255         (ev_view_zoom_for_size_continuous),
12256         (ev_view_zoom_for_size_dual_page),
12257         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12258         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12259         ev_view_get_zoom and ev_view_get_sizing_mode.
12260         * shell/ev-view.h:
12261         * shell/ev-window.c: (update_action_sensitivity),
12262         (update_sizing_buttons), (zoom_control_changed_cb),
12263         (register_custom_actions): Initialize and use the zoom-control 
12264         widget.
12265
12266 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12267
12268         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12269         preview cache back to 1.  Don't know when it got set to 0.
12270         
12271         * shell/ev-view.c: (compute_border), (ev_view_realize),
12272         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12273         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12274         (ev_view_get_fullscreen), (ev_view_set_presentation),
12275         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12276         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12277         * shell/ev-view.h:
12278         * shell/ev-window.c:
12279         (update_chrome_visibility),
12280         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12281         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12282         (update_document_mode), (ev_window_update_fullscreen_action),
12283         (ev_window_fullscreen), (ev_window_unfullscreen),
12284         (ev_window_cmd_view_fullscreen),
12285         (ev_window_update_presentation_action),
12286         (ev_window_run_presentation), (ev_window_stop_presentation),
12287         (ev_window_cmd_view_presentation), (ev_window_state_event),
12288         (ev_window_focus_in_event), (ev_window_focus_out_event),
12289         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12290         * data/evince-ui.xml: Initial presentation mode.  We should
12291         probably hide this until it's done, as it's quite rough.  Also,
12292         change full-screen to fullscreen and add two getters to EvView.
12293
12294 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12295
12296         * shell/ev-page-action.c: (update_page_cache),
12297         (ev_page_action_dispose):
12298         * shell/ev-window.c: (destroy_fullscreen_popup),
12299         (ev_window_create_fullscreen_popup):
12300
12301         Use connect_object rather than explicitly
12302         disconnect on dispose.
12303
12304 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12305
12306         * shell/ev-page-action.c: (update_page_cache),
12307         (ev_page_action_dispose):
12308
12309 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12310
12311         * backend/ev-page-cache.c: (_ev_page_cache_new),
12312         (ev_page_cache_set_page_label),
12313         (ev_page_cache_has_nonnumeric_page_labels):
12314         * backend/ev-page-cache.h:
12315         * shell/ev-page-action.c: (update_pages_label):
12316         
12317         If all page labels are numeric, fallback to default
12318         way to display number of pages. See bug 173185.
12319
12320 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12321
12322         * shell/ev-page-action.c: (ev_page_action_dispose):
12323         * shell/ev-view.c: (view_update_range_and_current_page):
12324         * shell/ev-window.c: (ev_window_dispose):
12325         
12326         Set page on scroll in continuous mode. Fixes bug 301986.
12327         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12328
12329 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12330
12331         * configure.ac:
12332
12333         Require poppler 0.3.0
12334
12335 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12336         
12337         * shell/Makefile.am, configure.ac: Fix build problems
12338         with t1lib. Bug 301996.
12339
12340 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12341
12342         * shell/ev-view.c: (ev_view_scroll_event):
12343         
12344         Scroll up increase zoom
12345
12346 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12347
12348         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12349         (ev_view_set_sizing_mode),
12350         (ev_view_zoom_for_size_continuous_and_dual_page),
12351         (ev_view_zoom_for_size_continuous):
12352         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12353         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12354         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12355         (ev_window_init):
12356
12357         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12358         Fix for 165473 and 165472.
12359
12360 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12361
12362         * po/POTFILES.in:
12363         * thumbnailer/Makefile.am:
12364         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12365         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12366         * thumbnailer/evince-thumbnailer.schemas.in:
12367         
12368         Make thumbnailer schemas translatable. Fix for bug 301773
12369         
12370         * thumbnailer/evince-thumbnailer-djvu.schemas:
12371         * thumbnailer/evince-thumbnailer-dvi.schemas:
12372         * thumbnailer/evince-thumbnailer.schemas:
12373
12374         Removed files
12375
12376 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12377
12378         * shell/ev-view.c (ev_view_init): forgot to set this.
12379
12380 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12381
12382         * shell/ev-view.c: (find_page_at_location),
12383         (get_link_at_location),
12384         (ev_view_set_show_border), (ev_view_set_spacing),
12385         (ev_view_zoom_for_size_continuous_and_dual_page),
12386         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12387         Also, add a quick fix measuring of widths.  Also, removed
12388         ev_view_set_spacing and ev_view_set_show_border.
12389         
12390         * shell/ev-window.c: (ev_window_unfullscreen),
12391         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12392
12393 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12394
12395         * shell/ev-view.c: (view_update_range_and_current_page),
12396         (page_changed_cb):
12397         
12398         Fix crash on exit and scrolling to page in continuous view.
12399
12400 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12401
12402         * TODO:
12403         * backend/ev-page-cache.c: (_ev_page_cache_new),
12404         (ev_page_cache_get_max_width_size),
12405         (ev_page_cache_get_max_height_size):
12406         * backend/ev-page-cache.h:
12407         * data/evince-ui.xml:
12408         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12409         * shell/ev-view.c: (view_update_adjustments),
12410         (view_update_range_and_current_page), (get_bounding_box_size),
12411         (ev_view_size_request_continuous_and_dual_page),
12412         (ev_view_size_request_continuous),
12413         (ev_view_size_request_dual_page),
12414         (ev_view_size_request_single_page), (ev_view_size_request),
12415         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12416         (ev_view_bin_expose), (ev_view_expose_event),
12417         (ev_view_set_property), (ev_view_get_property),
12418         (ev_view_class_init), (ev_view_init), (ev_view_new),
12419         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12420         (ev_view_set_dual_page), (ev_view_set_full_screen),
12421         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12422         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12423         (ev_view_zoom_out), (zoom_for_size_fit_width),
12424         (zoom_for_size_best_fit),
12425         (ev_view_zoom_for_size_continuous_and_dual_page),
12426         (ev_view_zoom_for_size_continuous),
12427         (ev_view_zoom_for_size_dual_page),
12428         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12429         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12430         * shell/ev-view.h:
12431         * shell/ev-window.c: (update_action_sensitivity),
12432         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12433         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12434         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12435         (ev_window_cmd_view_zoom_out), (update_view_size),
12436         (ev_window_set_sizing_mode), (ev_window_init):
12437
12438         Add Continuous and Dual page modes.
12439
12440 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12441
12442         * dvi/dvi-document.c: (dvi_document_load),
12443         (dvi_document_thumbnails_get_thumbnail),
12444         (dvi_document_init_params): Fix up some mixups between
12445         width and height to correct thumbnail rendering.
12446
12447 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12448
12449         * dvi/mdvi-lib/private.h:
12450         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12451         
12452         Suppess output for kpathsea during font generation. Thanks to
12453         James Bowes
12454
12455 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12456
12457         * NEWS:
12458         * configure.ac:
12459
12460         Release 0.2.1
12461
12462         * Makefile.am: fix distcheck.
12463
12464 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12465
12466         * shell/ev-sidebar-links.c: (selection_changed_callback),
12467         (update_page_callback), (row_activated_callback),
12468         (job_finished_callback), (ev_sidebar_links_set_document):
12469         
12470         Fix for bug #169901. Double click on links expands tree.
12471
12472 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12473
12474         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12475         hard-coded style. Fix for bug 170111
12476
12477 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12478
12479         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12480         locking.
12481
12482 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12483
12484         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12485
12486 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12487
12488         * pdf/ev-poppler.cc:
12489         * shell/ev-view.c: (highlight_find_results):
12490
12491         Fix find on single page documents
12492
12493 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12494
12495         * data/evince.schemas.in: fix for bug 301390
12496
12497 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12498
12499         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12500         (ev_view_zoom_out), (ev_view_zoom_normal):
12501         * shell/ev-view.h:
12502         * shell/ev-window.c: (update_action_sensitivity),
12503         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12504         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12505         (ev_window_cmd_view_normal_size):
12506
12507         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12508         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12509         better than oom. 
12510
12511 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12512
12513         * configure.ac:
12514
12515         Depend on 2.57, 2.59 doesnt seem to be necessary
12516
12517 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12518
12519         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12520         (create_tool_item):
12521
12522         Put back total number of pages as (1 of 1234)
12523
12524 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12525
12526         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12527         remove the job.
12528
12529         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12530         function.  This helps debugging.
12531
12532 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12533
12534         * djvu/djvu-document.c: (djvu_document_class_init),
12535         (djvu_document_get_info), (djvu_document_document_iface_init):
12536         * dvi/dvi-document.c: (dvi_document_class_init),
12537         (dvi_document_get_info), (dvi_document_document_iface_init):
12538
12539         Dummy implementation of get_info method for dvi and
12540         djvu. Fix crashes with those backends
12541
12542 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12543
12544         * data/evince.desktop.in:
12545
12546         Add application/x-gzpostscript
12547
12548 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12549
12550         * data/evince.schemas.in: Added real long descriptions, 
12551         closes bug 172496 
12552
12553         * README: Added actual text, closes bug 171869
12554
12555 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12556
12557         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12558
12559         Thumbnail page 0
12560
12561 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12562
12563         * backend/ev-document-info.h:
12564
12565         s/GDate */GDate so we can just use g_free
12566
12567 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12568
12569         * shell/ev-window.c: (update_document_mode),
12570         (ev_window_setup_document):
12571
12572         Show the window in fullscreen when specified by
12573         the document
12574
12575 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12576
12577         * backend/ev-document.c: (ev_document_class_init),
12578         (ev_document_get_info), (ev_document_render_pixbuf):
12579         * backend/ev-document.h:
12580         * backend/ev-page-cache.c: (_ev_page_cache_new):
12581         * pdf/ev-poppler.cc:
12582         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12583         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12584         * ps/ps-document.c: (ps_document_class_init), (document_load),
12585         (ps_document_get_info), (ps_document_document_iface_init):
12586
12587         Remove get_title from the interface, we can just use document info
12588
12589 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12590
12591         * backend/Makefile.am:
12592         * backend/ev-document.c: (ev_document_render_get_info):
12593         * backend/ev-document.h:
12594         * pdf/ev-poppler.cc:
12595
12596         Initial support for document info. Based on jrb patch.
12597
12598 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12599
12600         * shell/ev-window.c: (ev_window_state_event),
12601         (ev_window_class_init), (ev_window_init):
12602         
12603         Doesn't show resize grip when maximized. See bug #301053
12604
12605 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12606
12607         * po/POTFILES.in:
12608         
12609         ev-sidebar-thumbnails now has translatable labels
12610         
12611         * shell/Makefile.am:
12612         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12613         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12614         (ev_sidebar_links_page_iface_init):
12615         * shell/ev-sidebar-links.h:
12616         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12617         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12618         (ev_sidebar_page_get_label):
12619         * shell/ev-sidebar-page.h:
12620         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12621         (ev_sidebar_thumbnails_set_document),
12622         (ev_sidebar_thumbnails_support_document),
12623         (ev_sidebar_thumbnails_get_label),
12624         (ev_sidebar_thumbnails_page_iface_init):
12625         * shell/ev-sidebar-thumbnails.h:
12626         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12627         (ev_sidebar_set_document):
12628         * shell/ev-sidebar.h:
12629         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12630         
12631         Small rework of sidebar code. Now sidebar pages should implement
12632         EvSidebarPage interface. That makes page management in EvSidebar
12633         easier. See bug #164811 for details
12634
12635 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12636
12637         * shell/ev-application.c: (ev_application_open):
12638         * shell/ev-document-types.c:
12639         
12640         Fix build error and small problem with application exit
12641
12642 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12643
12644         * thumbnailer/Makefile.am:
12645         * thumbnailer/evince-thumbnailer-djvu.schemas:
12646         * thumbnailer/evince-thumbnailer-dvi.schemas:
12647         
12648         Conditionally install schemas for djvu/dvi thumbnailer
12649
12650 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12651
12652         * shell/ev-document-types.h: 
12653         * shell/ev-document-types.c: 
12654         New files, handling the mapping from mimetypes to backends
12655         
12656         * shell/ev-window.c: 
12657         * thumbnailer/evince-thumbnailer.c:     
12658         Use the ev-document-types code
12659         
12660         * shell/Makefile.am: 
12661         Added new convenience library libevbackendfactory_la, containing
12662         the new mimetype->backend logic; moved the backends into it.
12663
12664         * thumbnailer/Makefile.am:
12665         Make the thumbnailer link with the libevbackend.la convenience
12666         library, rather than having a duplicate of the backend logic here.
12667
12668 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12669
12670         * shell/ev-stock-icons.c: constify some vars.
12671         * shell/ev-window.c: ditto.
12672
12673 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12674
12675         * ps/ps-document.c (get_page_orientation):
12676
12677         Respect document orientation 
12678
12679 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12680
12681         * djvu/Makefile.am:
12682         * dvi/Makefile.am:
12683         * shell/Makefile.am:
12684         
12685         Move library dependencies to components.
12686         
12687         * shell/ev-window.c: (update_window_title),
12688         (start_loading_document):
12689         
12690         Fix display of uris with spaces. Bug 168358.
12691
12692 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12693
12694         * shell/ev-sidebar-links.c: (selection_changed_cb):
12695         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12696         (ev_view_button_release_event), (ev_view_set_document):
12697         * shell/ev-view.h:
12698         * shell/ev-window.c: (find_bar_search_changed_cb):
12699         * shell/ev-window.h: Minor cleanups removing some dead code.
12700
12701 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12702
12703         * backend/ev-page-cache.c: (_ev_page_cache_new):
12704         
12705         Set current page to 0 if document has pages.
12706
12707 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12708
12709         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12710
12711         Initialize GError to NULL, fix a crash when loading fails.
12712
12713 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12714
12715         * shell/ev-window.c: (update_view_size):
12716
12717         Calculate shadow size only when there is actually
12718         a shadow.
12719
12720 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12721
12722         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12723         * shell/ev-view.h:
12724
12725         Allow setting view spacing, default to 0
12726
12727         * shell/ev-window.c: (ev_window_unfullscreen),
12728         (ev_window_cmd_view_fullscreen), (ev_window_init):
12729
12730         Remove spacing in fullscreen mode
12731
12732 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12733
12734         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12735         (ev_view_size_request), (expose_bin_window),
12736         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12737         * shell/ev-view.h:
12738         * shell/ev-window.c: (ev_window_unfullscreen),
12739         (ev_window_cmd_view_fullscreen):
12740
12741         Do not draw the border in fulscreen
12742
12743 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12744
12745         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12746         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12747         (find_page_at_location), (page_changed_cb):
12748
12749         Rework border calculation, so that I can more easily disable it.
12750         Code somewhat cleaner too.
12751
12752 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12753
12754         * backend/ev-page-cache.c: (ev_page_cache_init),
12755         (_ev_page_cache_new):
12756
12757         Remove some assertions, documents can have 0 pages.
12758         Make initial current page -1.
12759
12760         * shell/ev-page-action.c: (page_changed_cb):
12761
12762         Show "" if current page is -1
12763
12764         * shell/ev-window.c: (update_action_sensitivity),
12765         (ev_window_setup_document):
12766
12767         When document has 0 pages do not set the view
12768         and make nearly everything insensitive.
12769
12770 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12771
12772         * shell/ev-page-view.c:
12773         * shell/ev-page-view.h:
12774
12775         Remove unused files.
12776         
12777         * shell/ev-sidebar-thumbnails.c:
12778         (ev_sidebar_thumbnails_set_document):
12779         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12780         (ev_sidebar_supports_document):
12781         * shell/ev-sidebar.h:
12782         * shell/ev-window.c: (ev_window_setup_document):
12783         
12784         Doesn't show thumbnails if document has 1 page. Make
12785         sidebar menu entries sensitive only if if they have 
12786         sense. Fix bug 164811. 
12787
12788 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12789
12790         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12791         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12792         (ev_view_zoom_out), (ev_view_set_size):
12793
12794         Rework sizing to deal with documents with not uniform page
12795         size.
12796
12797 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12798
12799         * backend/ev-page-cache.c: (_ev_page_cache_new):
12800
12801         Fix several page size caching bugs
12802
12803 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12804
12805         * shell/ev-window.c: (set_action_properties):
12806
12807         Make all toolbar items translatable
12808
12809 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12810
12811         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12812         (save_page_list), (ps_document_save),
12813         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12814         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12815         (ps_document_ps_exporter_iface_init):
12816         * ps/ps-document.h:
12817
12818         Based on a patch by J�rg Billeter <j@bitron.ch>
12819         
12820         Implement print and save a copy for the ps backend.
12821
12822 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12823
12824         * backend/ev-document.h:
12825         * djvu/djvu-document.c: (djvu_document_can_get_text),
12826         (djvu_document_document_iface_init):
12827         * dvi/dvi-document.c: (dvi_document_can_get_text),
12828         (dvi_document_document_iface_init):
12829         * pdf/ev-poppler.cc:
12830         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12831         (pixbuf_document_document_iface_init):
12832         * ps/ps-document.c: (ps_document_can_get_text),
12833         (ps_document_document_iface_init):
12834         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12835         * shell/ev-window.c: (update_action_sensitivity):
12836
12837         Fix the crash when trying to copy in backends that doesnt
12838         support it. We can implement a better solution once we
12839         do real text selection.
12840
12841 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12842
12843         * data/evince-ui.xml:
12844         * shell/ev-window.c: (ev_window_cmd_escape):
12845         
12846         Work around the Escape conflict (find bar and unfullscreen)
12847
12848 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12849
12850         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12851         
12852         Fix for #300233. Next page correctly handles document end.
12853         
12854         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12855         (ev_sidebar_thumbnails_class_init),
12856         (ev_sidebar_thumbnails_set_document),
12857         (ev_sidebar_thumbnails_clear_job),
12858         (ev_sidebar_thumbnails_clear_model):
12859         
12860         Cleanup thumbnail jobs on document changes.
12861         
12862         * shell/ev-view.c: (add_scroll_binding_keypad),
12863         (add_scroll_binding_shifted), (ev_view_class_init):
12864         
12865         Shift + Space scrolls up. Fix for #173184
12866         
12867         * shell/ev-window.c: (ev_window_open_page),
12868         (ev_window_cmd_view_reload):
12869         
12870         Fix reload (Bug #300094)
12871
12872 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12873
12874         
12875         * dvi/mdvi-lib/assoc.c:
12876         * dvi/mdvi-lib/assoc.h: Removed garbage files
12877         
12878         * dvi/mdvi-lib/bitmap.c:
12879         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12880         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12881         * dvi/mdvi-lib/color.h: Antialias of rules
12882         
12883         * dvi/mdvi-lib/common.h:
12884         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12885         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12886         * dvi/mdvi-lib/files.c:
12887         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12888         * dvi/mdvi-lib/mdvi.h:
12889         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12890         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12891         * dvi/mdvi-lib/util.c: Fix compile warnings
12892         
12893         * dvi/dvi-document.c:
12894         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12895         (dvi_document_thumbnails_get_thumbnail),
12896         (dvi_document_document_thumbnails_iface_init):
12897         * dvi/mdvi-lib/Makefile.am:
12898         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12899         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12900         
12901         Dvi backend now renders thumbnails
12902
12903 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12904
12905         * shell/main.c: (main): 
12906         
12907         Save accelerators on exit. Fixes bug #172095.
12908
12909 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12910
12911         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12912         update priority" comment.
12913
12914         * backend/ev-job-queue.c: Give a way to change priority.
12915
12916 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12917
12918         * shell/ev-page-action.c: Fix logic.
12919
12920 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12921
12922         * shell/ev-view.c: (ev_view_can_find_next):
12923         * shell/ev-window.c: (ev_window_setup_document):
12924
12925         Check that the document supports find
12926
12927 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12928
12929         * data/evince-ui.xml:
12930         * shell/ev-view.c: (ev_view_can_find_next):
12931         * shell/ev-view.h:
12932         * shell/ev-window.c: (update_action_sensitivity),
12933         (find_changed_cb), (ev_window_setup_document),
12934         (ev_window_cmd_edit_find_next):
12935
12936         Add Edit->Find Next
12937
12938 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12939
12940         * pdf/ev-poppler.cc:
12941         * shell/ev-print-job.c: (idle_print_handler):
12942
12943         Make printing work again
12944
12945 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12946
12947         * shell/ev-page-action.h:
12948         * shell/ev-page-action.c: (ev_page_action_widget_init),
12949         (ev_page_action_widget_class_init), (page_changed_cb),
12950         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12951         (get_filter_model_from_model), (match_selected_cb),
12952         (display_completion_text), (match_completion), (update_model),
12953         (connect_proxy), (ev_page_action_set_property),
12954         (ev_page_action_get_property), (ev_page_action_set_document),
12955         (ev_page_action_set_model), (ev_page_action_class_init): Big
12956         reworking to make completions work iff we have >= GTK-2.7.0
12957                 
12958         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12959         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12960         (job_finished_cb): We now have a 'model' property that is set when
12961         the links are loaded.  This can be caught with "notify::model"
12962
12963         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12964         listen for the model to be set, and propagate it to the action.
12965
12966 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12967
12968         * cut-n-paste/recent-files/egg-recent-item.c:
12969         (egg_recent_item_set_uri), (make_valid_utf8),
12970         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12971         * cut-n-paste/recent-files/egg-recent-item.h:
12972         
12973         Update egg-recent from libegg. This should fix long
12974         startup problem. For details see
12975         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12976
12977 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12978
12979         * cut-n-paste/recent-files/Makefile.am:
12980         * data/evince-ui.xml, shell/Makefile.am:
12981         * shell/ev-application.c, shell/ev-application.h:
12982         * shell/ev-window.c: Recent files support.
12983         
12984         * configure.ac: Added "ru" to ALL_LINGUAS.
12985         
12986         * dvju: new backend to support DJVU files.
12987         * dvi: new backend to support DVI.
12988
12989         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12990         * ev-application.c: Support for new backends.
12991         
12992         * help, ev-window.c, main.c shell/Makefile.am: 
12993         Evince user documentation.
12994
12995 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12996
12997         * po/POTFILES.in:
12998         * shell/ev-window.c:
12999         * thumbnailer/evince-thumbnailer.c:
13000
13001         s/pdf-document/ev-poppler
13002
13003 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13004
13005         * NEWS:
13006         * configure.ac:
13007
13008         Release 0.2.0
13009
13010         * ps/ps-document.c: (setup_pixmap):
13011
13012         Remove debug code
13013
13014 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
13015
13016         * backend/ev-page-cache.c (ev_page_cache_next_page): 
13017         * shell/ev-window.c (ev_window_cmd_go_next_page) 
13018         (ev_window_cmd_go_first_page): Fix of by one errors.
13019
13020 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13021
13022         * ps/ps-document.c: (get_page_box):
13023
13024         Fix page size calculation
13025
13026 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13027
13028         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13029         (ps_document_cleanup), (setup_pixmap), (get_page_box),
13030         (get_page_orientation), (setup_page), (document_load),
13031         (ps_document_get_page_size), (render_pixbuf_idle):
13032         * ps/ps-document.h:
13033
13034         More refactoring to adapt to EvDocument changes
13035
13036 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13037
13038         * ps/ps-document.c: (start_interpreter):
13039
13040         Actually add alpha args
13041
13042 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13043
13044         * pdf/ev-poppler.cc:
13045
13046         Make clipboard work again
13047
13048 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
13049
13050         Make searching work again.
13051         
13052         * backend/ev-document.c:
13053         * backend/ev-document.h:
13054         * backend/ev-document-find.c:
13055         * backend/ev-document-find.h: Change EvDocumentIface so we no
13056         longer store the current page or zoom level in the document.  The
13057         consequence is that all calls that operate on the current page now
13058         instead take the page number as an extra argument, and all
13059         coordinates are now doubles in document coordinate system.
13060
13061         * pdf/ev-poppler.cc:
13062         * pixbuf/pixbuf-document.c:
13063         * ps/ps-document.c: Update backends accordingly.
13064
13065 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13066
13067         * autogen.sh:
13068
13069         Add required gettext version
13070
13071 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13072
13073         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13074         make F1 bring up non-existent help.
13075
13076         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13077         epiphany's find bar, #167477
13078
13079         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13080         <emil@nishra.com> to add space-bar scrolling, 
13081
13082         * shell/ev-window.c (static GtkActionEntry entries): add default
13083         keybinding for Help (F1)
13084         Fixes #171068
13085
13086         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13087         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13088         170110
13089
13090 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13091
13092         * Makefile.am: 
13093         * pixbuf/pixbuf-document.c: 
13094
13095         Got pixbuf backend working again
13096
13097 2005-04-01  Steve Murphy  <murf@e-tools.com>
13098
13099         * configure.in: Added "rw" to ALL_LINGUAS.
13100
13101 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13102
13103         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13104         model types, noticed by Martin Kretzschmar.
13105
13106 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13107
13108         * pdf/ev-poppler.cc: Implement search based on
13109         poppler_page_find_text().  Currently a bit crude since we remember
13110         all matches from all pages.  Also, we grab the big document lock
13111         when we search since searching changes the underlying stream and
13112         thus conflicts with the rendering thread.
13113         
13114         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13115         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13116         (ev_view_find_previous): Fix some page indexes to be 0 based,
13117         offset rubber band by view offset,
13118
13119 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13120
13121         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13122
13123 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13124
13125         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13126         completely because I didn't understand GtkActions.  I should
13127         read Marco's code more carefully in the future.
13128
13129         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13130         function
13131
13132 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13133
13134         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13135         PopplerRectangle change from poppler CVS.
13136
13137 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13138
13139         * backend/ev-document.c: (ev_document_get_page_label):
13140         * backend/ev-document.h:
13141         * backend/ev-page-cache.c: (_ev_page_cache_new),
13142         (ev_page_cache_get_page_label):
13143         * backend/ev-page-cache.h:
13144         * pdf/ev-poppler.cc:
13145         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13146         (links_page_num_func):
13147         * shell/ev-sidebar-thumbnails.c:
13148         (ev_sidebar_thumbnails_set_document):
13149         * shell/ev-view.c: (status_message_from_link),
13150         (ev_view_motion_notify_event):
13151         * shell/ev-window.c: (document_supports_sidebar): Add in page
13152         label support.  It's not perfect yet, but it's the first 'feature'
13153         in a while.
13154         Also, fix a bogus comment noticed by crispin. 
13155
13156 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13157
13158         * Makefile.am: Remove pixbuf backend for now
13159
13160         * configure.ac: Require poppler-glib instead of just poppler.
13161
13162         * backend/ev-document-thumbnails.h: Add a comment
13163
13164         * backend/ev-document.h:
13165         * backend/ev-document.c: (ev_document_class_init),
13166         (ev_document_load), (ev_document_get_link),
13167         (ev_document_get_links): Remove 3 methods and add get_links.
13168         Also, made 0 based.
13169
13170         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13171         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13172
13173         * backend/ev-link.c: (ev_link_set_title),
13174         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13175         (ev_link_mapping_find):
13176         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13177         
13178         * backend/ev-page-cache.c: (ev_page_cache_init),
13179         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13180         (ev_page_cache_get_size), (ev_page_cache_next_page),
13181         (ev_page_cache_prev_page): Fix to be 0 based.
13182
13183         * pdf/Makefile.am: 
13184         * pdf/ev-poppler.h:
13185         * pdf/ev-poppler.cc: New backend.
13186         
13187         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13188         (ps_document_get_page), (ps_document_document_iface_init):
13189
13190         * shell/ev-pixbuf-cache.h:
13191         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13192         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13193         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13194         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13195         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13196         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13197         based.
13198         
13199         * shell/ev-sidebar-thumbnails.c:
13200         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13201         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13202
13203         * shell/ev-view.c: (status_message_from_link),
13204         (find_page_at_location), (get_link_at_location),
13205         (ev_view_motion_notify_event), (ev_view_button_release_event),
13206         (ev_view_init): Use the new link code.  Fix to be 0 based.
13207
13208         * shell/ev-window.c: (update_action_sensitivity),
13209         (document_supports_sidebar): 0 based.
13210
13211 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13212
13213         * pdf/pdf-document.cc: Patch from Fernando Herrera
13214         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13215         *blush*
13216
13217 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13218
13219         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13220         1 to the page, as this seems to be 1 based.  I thought we has this
13221         fixed.  grump.
13222
13223 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13224
13225         * TODO:
13226         * backend/Makefile.am:
13227         * backend/ev-document-links.c:
13228         (ev_document_links_has_document_links),
13229         (ev_document_links_get_links_model):
13230         * backend/ev-document-links.h:
13231         * backend/ev-document.c: (ev_document_get_page_cache),
13232         (ev_document_get_doc_mutex), (ev_document_load),
13233         (ev_document_save), (ev_document_get_title),
13234         (ev_document_get_n_pages), (ev_document_set_page),
13235         (ev_document_get_page), (ev_document_set_target),
13236         (ev_document_set_scale), (ev_document_set_page_offset),
13237         (ev_document_get_page_size), (ev_document_get_text),
13238         (ev_document_get_link), (ev_document_render),
13239         (ev_document_render_pixbuf), (ev_document_scale_changed):
13240         * backend/ev-document.h:
13241         * backend/ev-job-queue.c: (remove_object_from_queue),
13242         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13243         (no_jobs_available_unlocked), (ev_render_thread),
13244         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13245         (ev_job_queue_remove_job):
13246         * backend/ev-job-queue.h:
13247         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13248         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13249         (ev_job_links_class_init), (ev_job_render_init),
13250         (ev_job_render_dispose), (ev_job_render_class_init),
13251         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13252         (ev_job_thumbnail_class_init), (ev_job_finished),
13253         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13254         (ev_job_render_run), (ev_job_thumbnail_new),
13255         (ev_job_thumbnail_run):
13256         * backend/ev-jobs.h:
13257         * backend/ev-link.c:
13258         * backend/ev-link.h:
13259         * backend/ev-page-cache.c: (ev_page_cache_init),
13260         (ev_page_cache_class_init), (ev_page_cache_finalize),
13261         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13262         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13263         (ev_page_cache_set_link), (ev_page_cache_get_title),
13264         (ev_page_cache_get_size), (ev_page_cache_next_page),
13265         (ev_page_cache_prev_page):
13266         * backend/ev-page-cache.h:
13267         * pdf/pdf-document.cc:
13268         * ps/gsdefaults.c:
13269         * ps/gsdefaults.h:
13270         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13271         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13272         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13273         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13274         (is_interpreter_ready), (output), (catchPipe), (input),
13275         (start_interpreter), (check_filecompressed), (compute_dimensions),
13276         (ps_document_enable_interpreter), (document_load),
13277         (ps_document_next_page), (render_page), (ps_document_set_page),
13278         (ps_document_set_scale), (render_pixbuf_idle),
13279         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13280         * ps/ps-document.h:
13281         * shell/Makefile.am:
13282         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13283         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13284         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13285         (ev_pixbuf_cache_new), (job_finished_cb),
13286         (check_job_size_and_unref), (move_one_job),
13287         (ev_pixbuf_cache_update_range), (find_job_cache),
13288         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13289         (ev_pixbuf_cache_add_jobs_if_needed),
13290         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13291         * shell/ev-pixbuf-cache.h:
13292         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13293         (idle_print_handler):
13294         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13295         (selection_changed_cb), (create_loading_model),
13296         (ev_sidebar_links_construct), (links_page_num_func),
13297         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13298         (update_page_callback), (job_finished_cb),
13299         (ev_sidebar_links_set_document):
13300         * shell/ev-sidebar-thumbnails.c:
13301         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13302         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13303         (page_changed_cb), (thumbnail_job_completed_callback),
13304         (ev_sidebar_thumbnails_set_document):
13305         * shell/ev-sidebar-thumbnails.h:
13306         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13307         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13308         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13309         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13310         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13311         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13312         (ev_view_button_release_event), (ev_view_scroll_view),
13313         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13314         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13315         (ev_view_new), (job_finished_cb), (page_changed_cb),
13316         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13317         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13318         (ev_view_find_previous):
13319         * shell/ev-view.h:
13320         * shell/ev-window.c: (update_action_sensitivity),
13321         (ev_window_open_page), (update_window_title), (update_total_pages),
13322         (page_changed_cb), (ev_window_setup_document),
13323         (password_dialog_response), (ev_window_cmd_save_as),
13324         (ev_window_print), (ev_window_cmd_go_previous_page),
13325         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13326         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13327         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13328         * shell/main.c: (main):
13329
13330         Merge evince-threads branch
13331
13332 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13333
13334         * configure.ac: Added "lt" to ALL_LINGUAS.
13335
13336 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13337
13338         * NEWS:
13339         * configure.ac:
13340
13341         Release 0.1.9
13342
13343 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13344
13345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13346
13347         Fix here also the thumbnails 1-basedness :)
13348
13349 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13350
13351         * NEWS:
13352         * configure.ac:
13353
13354         Release 0.1.8
13355
13356 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13357
13358         * pdf/pdf-document.cc:
13359         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13360         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13361
13362         Fix the mess we did with thumbnails and 1-basedness
13363
13364 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13365
13366         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13367
13368 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * NEWS:
13371         * configure.ac:
13372
13373         Release 0.1.7
13374
13375 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * ps/Makefile.am:
13378         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13379         (gtk_gs_defaults_get_alpha_parameters),
13380         (gtk_gs_defaults_get_ungzip_cmd),
13381         (gtk_gs_defaults_get_unbzip2_cmd):
13382         * ps/gsdefaults.h:
13383         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13384         (ps_document_get_orientation), (document_load),
13385         (ps_document_goto_page), (ps_document_set_page_size):
13386         * ps/ps-document.h:
13387
13388         Some more sanitization of the ps backend. Remove a lot
13389         of unused code and do not base our defaults on ggv
13390         preferences (ugh!)
13391
13392 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13393
13394         * thumbnailer/evince-thumbnailer.schemas:
13395         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13396         (main): add -s option for thumbnail size.
13397
13398 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13399
13400         * configure.ac:
13401
13402         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13403         remove it.
13404
13405 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * pdf/pdf-document.cc:
13408
13409         Remove 4 pixels of useless border from the
13410         thumbnail.
13411
13412 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * backend/ev-document-thumbnails.c:
13415         (ev_document_thumbnails_get_thumbnail):
13416         * backend/ev-document-thumbnails.h:
13417
13418         Rework API a bit. Add a border flag and
13419         change sizing logic (now the size we specify
13420         applies to the bigger dimension).
13421
13422         * pdf/pdf-document.cc:
13423         * pixbuf/pixbuf-document.c:
13424         (pixbuf_document_thumbnails_get_thumbnail):
13425         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13426         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13427
13428         Adapt to the new API and do not draw a border for nautilus
13429         thumbnailer.
13430
13431 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13432
13433         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13434         take thumbnails from page "0" instead of "1". Added a copyright header.
13435
13436 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13437
13438         * ps/ps-document.c: (set_up_page), (start_interpreter):
13439
13440         Make it C89 compliant
13441
13442 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * Makefile.am:
13445         * configure.ac:
13446         * pdf/.cvsignore:
13447         * pdf/pdf-document.cc:
13448         * thumbnailer/Makefile.am:
13449         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13450         (main):
13451         * thumbnailer/evince-thumbnailer.schemas:
13452         * thumbnailer/pdf-icon.png:
13453
13454         Add a nautilus thumbnailer.
13455         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13456
13457 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13458
13459         * NEWS:
13460         * configure.ac:
13461         * po/POTFILES.in:
13462
13463         Release 0.1.6
13464
13465 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13466
13467         Use poppler instead of including xpdf source code.  Poppler is a
13468         fork of xpdf to build it as a shared library. See
13469         http://freedesktop.org/wiki/Software/poppler.
13470
13471         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13472         xpdf fork.
13473         
13474         * pdf/Makefile.am: Build libpdfdocument.a here.
13475         
13476         * pdf/GDKSplashOutputDev.cc:
13477         * pdf/GDKSplashOutputDev.h:
13478         * pdf/GnomeVFSStream.cc:
13479         * pdf/GnomeVFSStream.h:
13480         * pdf-document.cc:
13481         * pdf-document.h:
13482         * test-gdk-output-dev.cc
13483         * Thumb.cc:
13484         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13485         against poppler.
13486
13487 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13490
13491         Clear idle stack before unsetting the document
13492
13493 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * ps/ps-document.c: (ps_document_widget_event),
13496         (ps_document_set_target), (ps_document_finalize),
13497         (ps_document_get_page):
13498
13499         Disconnect the widget event signal on finalize.
13500         Some code cleanups.
13501
13502 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * ps/ps-document.c: (set_up_page):
13505
13506         If there is no bpixmap create one, even if size
13507         is not changed.
13508
13509 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13512         (set_up_page), (document_load), (ps_document_set_zoom):
13513
13514         Default page is 0. Calculate size even when we have no
13515         target yet.
13516
13517 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13518
13519         * shell/ev-sidebar.c: expand the selection widget to be always as
13520         wide as the sidebar
13521
13522 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * shell/ev-sidebar-thumbnails.c:
13525         (ev_sidebar_thumbnails_set_document):
13526
13527         Clear the list store when setting document
13528
13529 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13530
13531         * shell/ev-page-action.c: (update_entry), (sync_entry),
13532         (activate_cb), (entry_size_request_cb), (create_tool_item),
13533         (connect_proxy):
13534
13535         Use an entry for the page control instead of spinbuttons
13536
13537 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13538
13539         * data/evince.schemas.in:
13540
13541         Correct confusing string
13542
13543 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13544
13545         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13546         for real.  Gosh, how long has this been broken.
13547
13548         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13549         check for a NULL link.  We crash otherwise.
13550
13551 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13552
13553         * NEWS:
13554         * configure.ac:
13555
13556         Release 0.1.5
13557
13558 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13559
13560         * configure.ac: add the french translation.
13561
13562 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13563
13564         * shell/ev-window.c:
13565
13566         Remove unused header -> fix distcheck
13567
13568 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * shell/ev-window.c: (update_window_title),
13571         (ev_window_popup_password_dialog):
13572
13573         Unescape filename for display
13574
13575 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * pdf/xpdf/pdf-document.cc:
13578
13579         In get_page_size deal with rotation. Also
13580         cleanup the function a bit.
13581
13582 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * pdf/xpdf/pdf-document.cc:
13585
13586         Fix crash when opening in new window
13587
13588 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * configure.ac:
13591
13592         Check ghostscript >= 7
13593
13594 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13595
13596         * shell/ev-window.c:
13597
13598         Make page width the default sizing mode
13599
13600 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13601         Marco Pesenti Gritti <marco@gnome.org>
13602
13603         * shell/ev-window.c: Remember the sidebar size
13604
13605         * data/evince.schemas.in: Add a new gconf key to store the size of
13606         the sidebar
13607
13608 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13609
13610         * data/evince-ui.xml:
13611         * shell/ev-window.c: (update_action_sensitivity),
13612         (ev_window_cmd_view_reload):
13613         
13614         Add a "Reload" action and menu entry
13615
13616 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13617
13618         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13619         iff the type doesn't support thumbnailing and indexing.
13620
13621 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13622
13623         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13624
13625 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * pdf/splash/Splash.cc:
13628
13629         Port fix for a crasher from kde bug
13630         http://bugs.kde.org/show_bug.cgi?id=97131
13631
13632 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * pdf/xpdf/pdf-document.cc:
13635
13636         Return a link even if it's of an unrecognized
13637         type. Otherwise we go in an infinte cycle.
13638
13639 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13640
13641         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13642         (size_allocate_cb), (ev_window_set_sizing_mode):
13643
13644         Update size when switching mode
13645
13646 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13647
13648         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13649         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13650         (ev_window_cmd_view_normal_size):
13651
13652         Fix size toggle buttons behavior
13653
13654 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13655
13656         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13657         (doc_rect_to_view_rect), (ev_view_size_allocate),
13658         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13659         (scale_changed_callback):
13660
13661         Do not cache offsets in size_allocate.
13662
13663 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * shell/ev-view.c: (ev_view_size_allocate):
13666
13667         Calculate offsets before calling the parent
13668         class (which does a redraw)
13669
13670 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13671
13672         * pdf/xpdf/pdf-document.cc:
13673
13674         Fix a crasher on exit. Unused code, put a TODO
13675
13676 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13677
13678         * backend/ev-document.c: (ev_document_class_init),
13679         (ev_document_page_changed), (ev_document_scale_changed):
13680         * backend/ev-document.h:
13681
13682         Separate page/scale notifications
13683
13684         * pdf/xpdf/pdf-document.cc:
13685
13686         Emit the new signals.
13687         Do not display the pdf page in _render, do it
13688         when scale/page are requested.
13689
13690         * ps/ps-document.c: (ps_document_set_zoom),
13691         (ps_document_widget_event):
13692         * ps/ps-document.h:
13693
13694         Emit the new signals.
13695
13696         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13697         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13698         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13699         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13700         * shell/ev-view.h:
13701         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13702         (ev_window_cmd_view_page_width), (size_allocate_cb),
13703         (ev_window_set_sizing_mode):
13704
13705         Rework sizing to be pixel based.
13706         There are bugs but should be already way better.
13707
13708 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13709
13710         * shell/ev-window.c: (ev_window_init):
13711
13712         Do not allow to shrink sidebar smaller then
13713         child requisition
13714
13715 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13716
13717         * shell/ev-sidebar.[ch]
13718         * shell/ev-window.c:
13719
13720         Improved sidebar widget. Fixes #166683
13721
13722 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13723
13724         * shell/ev-view.c (update_find_status_message): Give translators
13725         more flexibility with ngettext plural handling.
13726
13727 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13728
13729         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13730         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13731         page when we get the page size.
13732
13733 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13736
13737         ps pages are 0 based, convert 
13738
13739 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13740
13741         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13742
13743         Initialize correct parent class. Set GError on document load
13744
13745 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13746
13747         * pdf/xpdf/pdf-document.cc:
13748
13749         Fixup selection offset calculation
13750
13751         * shell/ev-view.c: (view_rect_to_doc_rect),
13752         (doc_rect_to_view_rect), (ev_view_size_allocate),
13753         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13754         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13755
13756         Store selection as document relative, so that zooming
13757         and offset changing doesnt break it.
13758
13759 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13760
13761         * shell/ev-view.c: (ev_view_best_fit):
13762
13763         Do not try to best fit if the view is not realized
13764
13765 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13766           
13767         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13768
13769 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13770
13771         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13772
13773 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13774
13775         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13776         the popup window.  That prevents it resizing when in full screen
13777         mode.
13778
13779         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13780         multiple rerenders.  This pretty much sucks.
13781
13782         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13783         rest of the toolbar.
13784
13785 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13786
13787         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13788
13789 2005-02-17  Alexander Shopov  <ash@contact.bg>
13790
13791         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13792
13793 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13794
13795         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13796
13797 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13798
13799         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13800         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13801         (set_document_page), (document_changed_callback),
13802         (ev_view_set_document), (ev_view_find_previous),
13803         (ev_view_hide_cursor), (ev_view_show_cursor):
13804         * shell/ev-view.h:
13805         * shell/ev-window.c: (update_chrome_visibility),
13806         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13807         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13808         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13809         (ev_window_unfullscreen):
13810         * shell/main.c: (main):
13811
13812         Automatically hide the fullscreen button.
13813         Patch by Kristian Høgsberg <krh@redhat.com>
13814
13815 2005-02-16  Vincent Noel  <vnoel@cox.net>
13816
13817         * shell/main.c (main): Specify an icon for the window. Patch by
13818         Jaap A. Haitsma. Fixes #166177.
13819
13820 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13821
13822         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13823
13824 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13825
13826         * backend/ev-document-misc.h:
13827         * backend/ev-document-misc.c:
13828         (ev_document_misc_get_page_border_size),
13829         (ev_document_misc_paint_one_page): New function to canonicalize
13830         sizing/painting a border.
13831
13832         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13833         used.
13834
13835         * pdf/xpdf/pdf-document.cc: use new function
13836
13837         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13838         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13839         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13840         shell/ev-window.c: (update_sizing_buttons),
13841         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13842         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13843         (ev_window_cmd_view_page_width), (size_allocate_cb),
13844         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13845         and "fit width" values act as toggle buttons so they stay
13846         toggled.  It's not 100% perfect, and it's a little slow, but it's
13847         good enough to commit I think.
13848
13849 2005-02-15  David Lodge  <dave@cirt.net>
13850
13851         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13852
13853 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13854
13855         * shell/ev-window.c (update_window_title): replace newlines in
13856         the title by spaces. Bug #166107.
13857
13858 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13859
13860         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13861         parameters providing allocation width and height without
13862         scrollbars and width of a possible vertical scrollbar. With this
13863         additional information the functions can work as
13864         intended. Unfortunately they're not idempotent. We should
13865         transform these commands to toggles. Fixes Bug #164976
13866         Initial patch by Stephane Loeuillet, then heavily modified.
13867
13868         * shell/ev-view.h: update prototypes.
13869
13870         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13871         (ev_window_cmd_view_page_width): provide EvView fit functions with
13872         all the information they need. Formulas to calculate this
13873         information taken from GtkScrolledWindow.
13874
13875 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13876
13877         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13878         created a thumbnail, the list store is updated to know
13879         that the thumbnail is set. Fixes bug #166792
13880
13881 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13882
13883         * shell/ev-window.c: fixed typo, closes bug 166897
13884
13885         * TODO: updated TODO with bug numbers that are relevant
13886
13887 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13888
13889         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13890
13891 2005-02-09  Vincent Noel  <vnoel@cox.net>
13892
13893         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13894         and "Next" toolbar buttons as important to make them stand out.
13895
13896 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13897
13898         * lib/ev-debug.c:
13899         * lib/ev-debug.h:
13900         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13901         (start_interpreter), (stop_interpreter), (document_load),
13902         (ps_document_next_page), (ps_document_goto_page),
13903         (ps_document_set_page_size), (ps_document_widget_event),
13904         (ps_document_render):
13905         * shell/ev-page-view.c: (ev_page_view_dispose):
13906         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13907
13908         Fix compilation on non-gcc platforms
13909
13910 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13911
13912         * NEWS:
13913         * configure.ac:
13914
13915         Release 0.1.4
13916
13917         * pdf/xpdf/Catalog.cc:
13918         * pdf/xpdf/XRef.cc:
13919
13920         Fix the fix for CAN-2004-0888
13921
13922 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13923
13924         * data/Makefile.am:
13925         * data/evince-ui.xml:
13926         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13927         * shell/ev-stock-icons.h:
13928         * shell/ev-window.c: (update_action_sensitivity),
13929         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13930         (set_action_properties):
13931
13932         Improve toolbar layout/icons
13933
13934 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13935
13936         * pdf/xpdf/pdf-document.cc:
13937
13938         Add warnings about unimplemented/unknown link
13939         types.
13940
13941 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13942
13943         * ps/ps-document.c: (set_up_page):
13944
13945         Log gs property
13946
13947 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13948
13949         * ps/ps-document.c: (start_interpreter):
13950
13951         Log gs env var
13952
13953 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13954
13955         * shell/ev-page-view.c: (ev_page_view_dispose):
13956         * shell/ev-view.c: (ev_view_finalize):
13957         * shell/ev-window.c: (ev_window_setup_document),
13958         (ev_window_dispose), (ev_window_init):
13959
13960         Solve more refs issues.
13961
13962         I commented out the page_view initialization for now:
13963         it was never destroyed (because it's never added
13964         to a container). Because of that we was leaking
13965         gs processes. Couldnt think to a clean fix.
13966         We need to figure this out, password view has the
13967         same issue probably.
13968
13969 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13970
13971         * ps/ps-document.c: (ps_document_finalize),
13972         (ps_document_get_n_pages), (ps_document_get_page):
13973
13974         Some cleanups, stop the interpreter on finalize
13975
13976         * shell/ev-page-view.c: (ev_page_view_dispose),
13977         (ev_page_view_class_init):
13978
13979         Release our reference on the document
13980
13981 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13982
13983         * Makefile.am:
13984         * configure.ac:
13985         * doc/debugging.txt:
13986         * lib/.cvsignore:
13987         * lib/Makefile.am:
13988         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13989         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13990         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13991         * lib/ev-debug.h:
13992
13993         Add debugging helpers
13994
13995         * ps/Makefile.am:
13996         * ps/ps-document.c: (set_up_page), (start_interpreter),
13997         (stop_interpreter), (document_load), (ps_document_next_page),
13998         (ps_document_goto_page), (ps_document_set_page_size),
13999         (ps_document_widget_event), (ps_document_render):
14000         * shell/Makefile.am:
14001         * shell/ev-view.c: (expose_bin_window):
14002         * shell/main.c: (main):
14003
14004         Add some logs
14005         
14006 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14007
14008         * ps/ps-document.c: (ps_document_widget_event):
14009
14010         Initialize message_window, this should make ps
14011         rendering really work! (Never noticed because I was
14012         testing with a ps that is causing gs to exit every time!)
14013
14014 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
14015
14016         * data/evince.schemas.in: updated simple error in applyto closing tag
14017
14018 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
14019
14020         * Makefile.am:
14021         * configure.ac:
14022         * data/.cvsignore:
14023         * data/Makefile.am:
14024         * data/evince-ui.xml:
14025         A data/evince.schemas.in:
14026         * po/POTFILES.in:
14027         * shell/ev-stock-icons.c: (ev_stock_icons_init):
14028         * shell/ev-stock-icons.h:
14029         * shell/ev-window.c: (update_chrome_visibility),
14030         (update_chrome_flag), (ev_window_cmd_edit_find),
14031         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14032         (ev_window_unfullscreen), (ev_window_focus_in_event),
14033         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14034         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14035         (ev_window_view_sidebar_cb), (find_bar_close_cb),
14036         (ev_window_dispose), (ev_window_class_init),
14037         (set_action_properties), (set_chrome_actions), (load_chrome),
14038         (ev_window_init):
14039
14040         Implement fullscreen mode changes from bug #164776.
14041         Also implement persistent chrome toggles.
14042
14043 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
14044
14045         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14046
14047 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * NEWS:
14050         * configure.ac:
14051         * shell/ev-view.c:
14052
14053         Add another check for find interface
14054
14055         Release 0.1.3
14056
14057 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14058
14059         * shell/ev-application.c: (ev_application_open):
14060         * shell/ev-window.c: (ev_window_open):
14061
14062         Open gzipped ps documents
14063
14064 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14065
14066         * TODO:
14067         * shell/ev-view.c: (set_document_page):
14068
14069         Clamp page number, dont try to move to
14070         not existant pages.
14071
14072 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * backend/ev-document-find.c: (ev_document_find_changed):
14075         * backend/ev-document-find.h:
14076         * pdf/xpdf/pdf-document.cc:
14077         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14078         * shell/ev-window.c: (find_bar_search_changed_cb):
14079
14080         Fix several bugs with find
14081
14082 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14083
14084         * shell/ev-sidebar-thumbnails.c
14085         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14086         document. Prevents warning from scroll_to_cell.
14087
14088 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14089
14090         * configure.ac: Add «nb» to ALL_LINGUAS too.
14091
14092 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14093
14094         * NOTES: New file with some random thoughts.
14095
14096         * TODO: Update.
14097
14098         * backend/ev-document-misc.c:
14099         (ev_document_misc_get_page_border_size): New function to
14100         canonicalize shadow drawing sizes.  Possibly goofy.
14101
14102         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14103         (ev_view_best_fit), (ev_view_fit_width):
14104         * pdf/xpdf/pdf-document.cc:
14105         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14106         * ps/ps-document.c: (ps_document_get_page_size):
14107         * backend/ev-document-misc.h:
14108         * backend/ev-document.c: (ev_document_get_page_size):
14109         * backend/ev-document.h: get_page_size now takes a page number
14110         parameter.  Made all the backends/frontends honor it.
14111
14112         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14113         see.  Doesn't work yet.
14114
14115         * shell/Makefile.am:
14116         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14117         Doesn't do anything yet.
14118
14119         * shell/ev-sidebar-thumbnails.c:
14120         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14121         [0..n_pages-1]
14122
14123         * shell/ev-window.c: (update_action_sensitivity),
14124         (ev_window_setup_document), (ev_window_set_page_mode),
14125         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14126         view-swapping code a bit so we can have multiple views on a
14127         document.  Add the multi-page view, though it can't be turned on
14128         yet.
14129
14130 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14131
14132         * shell/ev-application.c: (ev_application_open):
14133         * shell/ev-view.c: (expose_bin_window):
14134         * shell/ev-window.c: (ev_window_open):
14135
14136         Support eps and check document supports find
14137         before drawing highlightings in expose.
14138
14139 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14140
14141         * pixbuf/pixbuf-document.c:
14142         (pixbuf_document_thumbnails_get_dimensions),
14143         (pixbuf_document_document_thumbnails_iface_init):
14144
14145         implement get_dimensions
14146
14147 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * NEWS:
14150         * configure.ac:
14151
14152         Release 0.1.2
14153
14154 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14155
14156         * shell/ev-view.c: (set_document_page):
14157
14158         Scroll at the top of the page when changing page
14159
14160 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14161
14162         * shell/ev-view.c: (ev_view_motion_notify_event):
14163
14164         Do not redraw unnecessarily
14165
14166 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14167
14168         * pdf/xpdf/pdf-document.cc:
14169         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14170         (expose_bin_window), (find_changed_cb):
14171
14172         Yay! find works now... Now to find bugs...
14173
14174 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14175
14176         * backend/ev-document-find.c: (ev_document_find_base_init),
14177         (ev_document_find_changed):
14178         * backend/ev-document-find.h:
14179         * pdf/xpdf/pdf-document.cc:
14180         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14181         (expose_bin_window), (ev_view_init), (set_document_page),
14182         (ensure_rectangle_is_visible), (jump_to_find_result),
14183         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14184         (ev_view_find_next), (ev_view_find_previous):
14185         * shell/ev-view.h:
14186         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14187
14188         More work on find implementation, mostly there now
14189
14190 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * backend/ev-backend-marshalers.list:
14193         * backend/ev-document-find.c: (ev_document_find_base_init),
14194         (ev_document_find_cancel), (ev_document_find_page_has_results),
14195         (ev_document_find_get_n_results), (ev_document_find_get_result),
14196         (ev_document_find_get_progress), (ev_document_find_changed):
14197         * backend/ev-document-find.h:
14198
14199         Enanche the find interface to be really able to do
14200         multi page find.
14201
14202         * pdf/xpdf/pdf-document.cc:
14203
14204         Implement
14205
14206         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14207         (expose_bin_window), (ev_view_init),
14208         (ev_view_get_find_status_message), (find_changed_cb),
14209         (ev_view_set_document), (set_document_page):
14210
14211         Adapt to the new interface. A few things are regressed sorry,
14212         I will finish it soon.
14213
14214 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14215
14216         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14217         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14218         ev_sidebar_thumbnails_parent_class variable, don't define another
14219         parent_class variable.
14220
14221         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14222         (ev_page_action_class_init): ditto.
14223
14224         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14225         (pixbuf_document_class_init): ditto.
14226
14227         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14228         ditto.
14229
14230         * .cvsignore: ignore various valgrind output files.
14231
14232 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14233
14234         * data/evince-ui.xml:
14235         * shell/Makefile.am:
14236         * shell/ev-history.c:
14237         * shell/ev-history.h:
14238         * shell/ev-navigation-action.c:
14239         * shell/ev-navigation-action.h:
14240         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14241         (ev_view_set_page), (ev_view_fit_width):
14242         * shell/ev-view.h:
14243         * shell/ev-window.c: (update_action_sensitivity),
14244         (ev_window_setup_document), (register_custom_actions):
14245
14246         Kill session history
14247
14248 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14249
14250         * shell/ev-window.c: (update_action_sensitivity):
14251
14252         Fix inverted up/down buttons
14253
14254 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14255
14256         * shell/ev-sidebar-thumbnails.c
14257         (ev_sidebar_thumbnails_select_page): make sure the selected
14258         thumbnail stays visible.
14259
14260 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14261
14262         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14263         scrolled window for Federico.
14264
14265 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14266
14267         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14268
14269 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14270
14271         * configure.ac:
14272         * pdf/splash/SplashFTFontEngine.cc:
14273
14274         Fix CID fonts with freetype 2.1.9
14275
14276 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14277
14278         * TODO: added item for desktop icon thumbnailer
14279
14280 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14281
14282         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14283         unloaded docs when the title is accessed.
14284
14285         * shell/ev-password-view.[hc]: New widget for displaying password
14286         state.
14287
14288         * shell/ev-window.[ch]: Refactor password handling code to handle
14289         the new view.
14290
14291 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14292
14293         * NEWS:
14294         * configure.ac:
14295         * data/Makefile.am:
14296
14297         Release 0.1.1
14298
14299 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14300
14301         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14302         ignore page offset here, to make search results independent of it,
14303
14304         * shell/ev-view.c (expose_bin_window): but take offsets into
14305         account here. Bug #164932
14306
14307         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14308         scale at the right time. Bug #164996
14309
14310 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14311
14312         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14313         fix the problem. Now I just removed the Adobe font names and hope
14314         that the URW fonts are always in outline format. Bug #164934
14315
14316         * shell/ev-window.c (update_window_title): empty titles are
14317         useless, use filename in that case too.
14318
14319         * NEWS: Add some content.
14320
14321 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14322
14323         * TODO: added one more TODO item and a TODONE section :)
14324
14325 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14326
14327         * ps/ps-document.h: add page_[xy]_offset fields.
14328
14329         * ps/ps-document.c (ps_document_set_page_offset)
14330         (ps_document_render): Keep offset in consideration in a few
14331         places. Bug #164752 "postscript documents are not centered in
14332         window"
14333
14334         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14335         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14336
14337         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14338         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14339         stub out missing methods for complete EvDocument implementation.
14340         Fixes segfaults with Save A Copy and Copy actions.
14341
14342         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14343         (ps_document_document_iface_init): ditto.
14344         
14345 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14346
14347         * data/.cvsignore:
14348         * data/Makefile.am:
14349         * data/evince.desktop.in:
14350
14351         Add desktop file
14352
14353 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14354
14355         * shell/ev-view.c: (ev_view_button_press_event),
14356         (ev_view_motion_notify_event):
14357
14358         Make selection work in any direction
14359
14360 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14361
14362         * TODO:
14363         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14364
14365         Use shorter labels for some of the toolbars items
14366
14367 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14368
14369         * pdf/xpdf/pdf-document.cc:
14370
14371         Check the links info is initialized before
14372         using it. Should fix a crash on startup.
14373
14374 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14375
14376         * pixbuf/pixbuf-document.c
14377         (pixbuf_document_thumbnails_get_dimensions): force floating point
14378         division to calculate page_ratio. Fixes crash with landscape
14379         format pixbufs.
14380
14381 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14382
14383         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14384
14385 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14386
14387         * shell/ev-view.c (set_document_page): unset has_selection when
14388         the page changes.
14389         (set_document_page): handle paper size changes when the page
14390         changes (test with Free Culture, page 2).
14391
14392 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14393
14394         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14395         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14396
14397         Use normal style color for the widget background and
14398         draw a black box around the page.
14399
14400 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14401
14402         * pdf/xpdf/pdf-document.cc:
14403
14404         Keep offset in consideration in a few places
14405
14406         * shell/ev-view.c: (expose_bin_window):
14407
14408         Set the offsets so that the document is ever centered
14409
14410 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14411
14412         * TODO: Added TODO items and finished off the first todo item
14413
14414         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14415         reflect current authors
14416
14417 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14418
14419         * pdf/xpdf/pdf-document.cc:
14420         * shell/ev-view.c: (ev_view_set_cursor),
14421         (ev_view_motion_notify_event), (document_changed_callback),
14422         (set_document_page):
14423
14424         Show a wait cursor while the page is rendering
14425
14426 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14427
14428         * shell/ev-sidebar-thumbnails.c:
14429         (ev_sidebar_tree_selection_changed),
14430         (ev_sidebar_thumbnails_select_page):
14431         * shell/ev-sidebar-thumbnails.h:
14432         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14433         (ev_view_can_go_forward):
14434         * shell/ev-window.c: (ev_window_open_page),
14435         (ev_window_setup_document), (update_current_page),
14436         (view_page_changed_cb), (ev_window_init):
14437         * shell/ev-window.h:
14438
14439         Ensure thumbnails selection, toolbar page control and
14440         current page are in sync.
14441
14442 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14443
14444         * pdf/xpdf/XRef.cc:
14445
14446         Fix CAN-2005-0064
14447
14448 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14449
14450         * backend/Makefile.am:
14451         * backend/ev-document-links.h:
14452         * backend/ev-document-security.c: (ev_document_security_get_type),
14453         (ev_document_security_has_document_security),
14454         (ev_document_security_set_password):
14455         * backend/ev-document-security.h:
14456         * backend/ev-document.c: (ev_document_error_quark):
14457         * backend/ev-document.h:
14458         * data/Makefile.am:
14459         * data/evince-password.glade:
14460         * pdf/xpdf/pdf-document.cc:
14461         * shell/Makefile.am:
14462         * shell/ev-password.c: (ev_password_set_bad_password_label),
14463         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14464         (ev_password_dialog_get_password),
14465         (ev_password_dialog_set_bad_pass):
14466         * shell/ev-password.h:
14467         * shell/ev-window.c: (ev_window_get_attribute),
14468         (ev_window_set_property), (update_action_sensitivity),
14469         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14470         (ev_window_setup_document), (ev_window_get_password),
14471         (ev_window_open), (ev_window_cmd_save_as),
14472         (using_postscript_printer), (ev_window_print),
14473         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14474         (update_fullscreen_popup), (ev_window_fullscreen),
14475         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14476         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14477         (menu_item_select_cb), (find_bar_search_changed_cb),
14478         (ev_window_dispose), (ev_window_init):
14479
14480         Add initial support for password-supported dialogs.  This could be
14481         a lot cooler, but it'll do for now.
14482
14483 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14484
14485         * pdf/xpdf/pdf-document.cc:
14486         * shell/ev-view.c: (status_message_from_link),
14487         (ev_view_set_status), (ev_view_set_cursor),
14488         (ev_view_motion_notify_event), (ev_view_init):
14489         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14490
14491         Fix bugs in the links implementation and change cursor
14492         when hovering a link.
14493
14494 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14495
14496         * viewer/.cvsignore: added cvsignore file for viewer directory
14497
14498         * TODO: created TODO document
14499
14500 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14501
14502         * shell/ev-view.h:
14503         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14504         new functions to help with implementation of sensitivity code
14505         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14506         of all actions that might require it.  Fixes a crash when you
14507         click on the Zoom actions in a window lacking a document.
14508
14509 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14510
14511         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14512         of the Find action
14513
14514 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14515
14516         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14517         (pixbuf_document_document_iface_init):
14518         * ps/ps-document.c: (ps_document_get_link),
14519         (ps_document_document_iface_init):
14520         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14521         (status_message_from_link), (ev_view_set_status),
14522         (ev_view_set_find_status), (ev_view_motion_notify_event),
14523         (ev_view_button_release_event), (ev_view_set_property),
14524         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14525         (ev_view_get_find_status_message), (update_find_results),
14526         (ev_view_get_status), (ev_view_get_find_status):
14527         * shell/ev-view.h:
14528         * shell/ev-window.c: (view_status_changed_cb),
14529         (view_find_status_changed_cb), (ev_window_init):
14530
14531         View status message support, use it to show the links.
14532         Needs work...
14533
14534 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14535
14536         * backend/ev-document.c: (ev_document_get_link):
14537         * backend/ev-document.h:
14538         * pdf/xpdf/pdf-document.cc:
14539         * shell/ev-application.c: (ev_application_open):
14540         * shell/ev-application.h:
14541         * shell/ev-sidebar-links.c: (selection_changed_cb):
14542         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14543         (ev_view_go_to_link):
14544
14545         Add support for document links
14546
14547 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14548
14549         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14550         (create_tool_item):
14551         Set the spin button limits correctly.
14552         
14553         * shell/ev-sidebar-thumbnails.c:
14554         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14555         Support changing pages by clicking on the thumbnails.
14556         
14557 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14558
14559         * pixbuf/pixbuf-document.c:
14560         (pixbuf_document_thumbnails_get_dimensions),
14561         (pixbuf_document_document_thumbnails_iface_init):
14562
14563         implement get_dimensions
14564
14565 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14566
14567         * ps/ps-document.c: (ps_document_goto_page):
14568
14569         Fix page switching on multipage documents
14570
14571 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14572
14573         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14574         
14575         check for NULL before assigning to width and height parameters
14576
14577 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14578
14579         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14580         (pixbuf_document_set_property), (pixbuf_document_get_property):
14581
14582         implement get/set properties
14583
14584 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14585
14586         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14587         
14588         return NULL instead of "Unknown", letting the title get set to
14589         the filename when the pdf has no title.
14590
14591 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14592
14593         * ps/ps-document.c: (ps_document_get_page_count),
14594         (ps_document_goto_page):
14595
14596 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14597
14598         * shell/ev-history.c: (ev_history_get_property),
14599         (ev_history_set_property), (ev_history_class_init),
14600         (ev_history_add_page), (ev_history_set_current_index):
14601         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14602         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14603         (ev_navigation_action_finalize):
14604         * shell/ev-navigation-action.h:
14605         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14606         (ev_view_go_forward), (ev_view_get_find_status_message),
14607         (history_index_changed_cb), (ev_view_set_history):
14608         * shell/ev-view.h:
14609         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14610         (update_current_page), (register_custom_actions):
14611
14612         Implement history dropdowns
14613
14614 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14615
14616         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14617         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14618         (ev_view_go_forward):
14619         * shell/ev-window.c: (register_custom_actions):
14620
14621         Fix several history bugs
14622
14623 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14624
14625         * configure.ac: Add «nb» to ALL_LINGUAS.
14626
14627 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14628
14629         * backend/Makefile.am:
14630         * backend/ev-bookmark.c:
14631         * backend/ev-bookmark.h:
14632         * backend/ev-document-bookmarks.c:
14633         * backend/ev-document-bookmarks.h:
14634         * backend/ev-document-links.c: (ev_document_links_get_type),
14635         (ev_document_links_has_document_links),
14636         (ev_document_links_begin_read), (ev_document_links_get_link),
14637         (ev_document_links_get_child), (ev_document_links_next),
14638         (ev_document_links_free_iter):
14639         * backend/ev-document-links.h:
14640         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14641         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14642         (ev_link_get_link_type), (ev_link_set_link_type),
14643         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14644         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14645         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14646         (ev_link_new_external):
14647         * backend/ev-link.h:
14648         * pdf/xpdf/pdf-document.cc:
14649         * shell/Makefile.am:
14650         * shell/ev-application.c: (ev_application_open_link):
14651         * shell/ev-application.h:
14652         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14653         (ev_history_get_link_nth):
14654         * shell/ev-history.h:
14655         * shell/ev-sidebar-bookmarks.c:
14656         * shell/ev-sidebar-bookmarks.h:
14657         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14658         (ev_sidebar_links_class_init), (selection_changed_cb),
14659         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14660         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14661         (do_one_iteration), (populate_links_idle),
14662         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14663         * shell/ev-sidebar-links.h:
14664         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14665         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14666         (go_to_index):
14667         * shell/ev-view.h:
14668         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14669         * shell/ev-window.h:
14670
14671         Rename bookmark to link, and use "Index" for the sidebar panel.
14672
14673 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14674
14675         * shell/Makefile.am:
14676         * shell/ev-application.c: (ev_application_open_bookmark):
14677         * shell/ev-application.h:
14678         * shell/ev-history.c: (ev_history_init), (free_links_list),
14679         (ev_history_finalize), (ev_history_class_init),
14680         (ev_history_add_link), (ev_history_add_page),
14681         (ev_history_get_link_nth), (ev_history_get_n_links),
14682         (ev_history_get_current_index), (ev_history_set_current_index),
14683         (ev_history_new):
14684         * shell/ev-history.h:
14685         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14686         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14687         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14688         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14689         (ev_view_set_page):
14690         * shell/ev-view.h:
14691         * shell/ev-window.c: (ev_window_open_bookmark),
14692         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14693         (goto_page_cb), (register_custom_actions):
14694         * shell/ev-window.h:
14695
14696         Initial history implementation. Needs work.
14697
14698 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14699
14700         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14701
14702 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14703
14704         * cut-n-paste/recent-files/egg-recent-item.c:
14705         * cut-n-paste/recent-files/egg-recent-item.h:
14706         * cut-n-paste/recent-files/egg-recent-model.c:
14707         * cut-n-paste/recent-files/egg-recent-util.c:
14708         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14709         * cut-n-paste/recent-files/egg-recent-view.c:
14710
14711         Update
14712
14713 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14714
14715         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14716         (fillGlyph, fillImageMask, drawImage):
14717         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14718         pdf/splash/SplashTypes.h:
14719         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14720         packed mode for Splash.
14721
14722         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14723         RGB8 packed mode, eliminates the pixbuf data creation loop.
14724
14725         * shell/ev-print-job.c (ev_print_job_finalize)
14726         (ev_print_job_set_property, ev_print_job_get_property)
14727         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14728         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14729         (print_closure_finalize, ev_print_job_print): implement
14730         printing (for backends with EvPsExporter)
14731
14732         * shell/ev_print_job.h: update prototypes.
14733
14734         * shell/ev-window.c (ev_window_print): unref print job after
14735         printing.
14736
14737         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14738         unless the document implements the EvDocumentFind interface.
14739
14740 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14741
14742         * configure.ac: Added ja to ALL_LINGUAS.
14743
14744 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14745
14746         * pdf/xpdf/pdf-document.cc:
14747
14748         add a FIXME. We should probably not allocate
14749         a bookmark object every time
14750
14751 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14752
14753         * shell/ev-application.c: (ev_application_open),
14754         (ev_application_open_bookmark):
14755         * shell/ev-application.h:
14756         
14757         Add a way to open bookmarks
14758
14759         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14760         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14761         (ev_bookmark_set_property), (ev_bookmark_class_init),
14762         (ev_bookmark_new_title), (ev_bookmark_new_link),
14763         (ev_bookmark_new_external):
14764
14765         Support for external uris, better constructors.
14766
14767         * backend/ev-bookmark.h:
14768         * pdf/xpdf/pdf-document.cc:
14769         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14770
14771         Handle external uris
14772
14773 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14774
14775         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14776         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14777
14778         Hook up bookmarks navigation
14779
14780 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14781
14782         * backend/Makefile.am:
14783         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14784         (ev_bookmark_get_title), (ev_bookmark_set_title),
14785         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14786         (ev_bookmark_get_page), (ev_bookmark_set_page),
14787         (ev_bookmark_get_property), (ev_bookmark_set_property),
14788         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14789         (ev_bookmark_new):
14790         * backend/ev-bookmark.h:
14791         * backend/ev-document-bookmarks.c:
14792         (ev_document_bookmarks_get_bookmark):
14793         * backend/ev-document-bookmarks.h:
14794         * pdf/xpdf/pdf-document.cc:
14795         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14796
14797         Add a bookmark object to the backend and use it instead of get_values
14798
14799 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14800
14801         * data/evince-ui.xml:
14802
14803         Cleanup and add select all.
14804
14805         * shell/ev-view.c: (ev_view_select_all),
14806         (ev_view_button_press_event):
14807         * shell/ev-view.h:
14808         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14809
14810         Add select all.
14811         Clear selection on click.
14812
14813 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14814
14815         * shell/ev-sidebar-thumbnails.c
14816         (ev_sidebar_thumbnails_set_document): forgot to unref the
14817         loading_icon.
14818
14819 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14820
14821         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14822         at the visible page, not just linearly.  This makes it look fast.
14823
14824 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14825
14826         * backend/ev-document-misc.c
14827         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14828         white.
14829         * backend/ev-document-thumbnails.h: New interface to get the size
14830         of a page.
14831
14832 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14833
14834         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14835         make dist works
14836
14837 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14838
14839         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14840         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14841         things up a bit.
14842
14843         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14844
14845 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14846
14847         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14848         fonts. Should fix font problems on systems that have the base
14849         fonts in bitmap format. Reported by James Henstridge
14850         <james@jamesh.id.au>.
14851
14852 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14853
14854         * pdf/xpdf/Gfx.cc:
14855         * pdf/xpdf/GfxState.cc:
14856
14857         Fix for CAN-2004-1125
14858
14859 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14860
14861         * shell/ev-view.c: (ev_view_copy):
14862         * shell/ev-view.h:
14863         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14864
14865         Implement Edit->Copy
14866
14867 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14868
14869         * backend/ev-document.c: (ev_document_get_text):
14870         * backend/ev-document.h:
14871         * pdf/xpdf/pdf-document.cc:
14872         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14873         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14874         (ev_view_update_primary_selection), (ev_view_button_press_event),
14875         (ev_view_motion_notify_event), (ev_view_button_release_event):
14876
14877         Beginnings of clipboard support. Incomplete but primary sort
14878         of work.
14879
14880 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14881
14882         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14883         (expose_bin_window):
14884
14885         Nicer rubberband drawing, from GtkIconView.
14886
14887 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14888
14889         * backend/ev-document.c: (ev_document_save):
14890         * backend/ev-document.h:
14891         * data/evince-ui.xml:
14892         * pdf/xpdf/pdf-document.cc:
14893         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14894
14895         Implement "Save a copy..." menu item
14896
14897 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14898
14899         * shell/ev-view.c: (ev_view_zoom):
14900
14901         Queue a resize when zoom changes
14902
14903 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14904
14905         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14906         shadows.
14907
14908         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14909         thumbnails..
14910
14911 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14912
14913         * pdf/xpdf/pdf-document.cc
14914         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14915
14916 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14917
14918         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14919         It's slow, but I'll speed it up next!
14920
14921 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14922
14923         * shell/main.c (load_files):
14924
14925         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14926         from the command line and because it seems more appropriate.
14927
14928 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14929
14930         * data/evince-ui.xml:
14931         * shell/ev-window.c: (update_action_sensitivity),
14932         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14933
14934         s/next page/page down
14935         s/previous page/page up
14936
14937 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14938
14939         * data/evince-ui.xml:
14940
14941         Change the layout to match clarkbw design.
14942
14943         * shell/Makefile.am:
14944         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14945         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14946         (ev_navigation_action_finalize),
14947         (ev_navigation_action_set_property),
14948         (ev_navigation_action_get_property),
14949         (ev_navigation_action_class_init):
14950         * shell/ev-navigation-action.h:
14951
14952         Implement clarkbw toolbar navigation controls (incomplete)
14953
14954         * shell/ev-page-action.c: (update_label), (update_spin),
14955         (value_changed_cb), (create_tool_item), (connect_proxy),
14956         (ev_page_action_init), (ev_page_action_finalize),
14957         (ev_page_action_set_property), (ev_page_action_get_property),
14958         (ev_page_action_set_current_page),
14959         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14960         * shell/ev-page-action.h:
14961
14962         Implement a page switcher in the toolbar
14963
14964         * shell/ev-view.c: (ev_view_scroll_view):
14965         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14966         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14967         (register_custom_actions), (ev_window_init):
14968
14969         Change page on PageUp/Down.
14970
14971 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14972
14973         * pdf/xpdf/pdf-document.cc
14974         (pdf_document_thumbnails_get_thumbnail): initial stab at
14975         implementing thumbnail support for pdfs.  It only does documents
14976         with precached pdfs now.
14977
14978 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14979
14980         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14981         thumbnail code into a time-based idle as well.  Also, turn off the
14982         shadow temporarily as it's really slow.
14983
14984 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14985
14986         * backend/ev-document.c: (ev_document_class_init):
14987         * pdf/xpdf/pdf-document.cc:
14988         * shell/ev-window.c: (ev_window_open):
14989
14990         Fix document title bugs and fallback to
14991         filename when not available.
14992
14993 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14994
14995         * backend/ev-document.c: (ev_document_get_type),
14996         (ev_document_class_init), (ev_document_load),
14997         (ev_document_get_title):
14998         * backend/ev-document.h:
14999         * pdf/xpdf/pdf-document.cc:
15000         * ps/ps-document.c: (ps_document_set_property),
15001         (ps_document_get_property), (ps_document_class_init),
15002         (document_load):
15003         * ps/ps-document.h:
15004         * ps/ps.h:
15005         * shell/ev-window.c: (update_window_title), (ev_window_open),
15006         (ev_window_init):
15007
15008         Initial support for document title. Not working yet.
15009
15010 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15011
15012         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
15013
15014         Grab focus on the view when clicking it
15015
15016 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15017
15018         * shell/ev-marshal.list:
15019         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
15020         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
15021
15022         Add key bindings to the view. Now if the focus would work
15023         right...
15024
15025 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15026
15027         * Makefile.am:
15028         * backend/Makefile.am:
15029         * data/Makefile.am:
15030         * dvi/Makefile.am:
15031         * dvi/dvilib/Makefile.am:
15032         * pdf/xpdf/Makefile.am:
15033         * po/POTFILES.in:
15034         * ps/Makefile.am:
15035
15036         Fix distcheck
15037
15038 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15039
15040         * shell/ev-view.c: (ev_view_realize):
15041
15042         Fix mouse wheel scrolling
15043
15044 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15045
15046         * ps/Makefile.am:
15047         * ps/gstypes.h:
15048         * ps/gtkgs.c:
15049         * ps/gtkgs.h:
15050         * ps/ps-document.c: (catchPipe), (ps_document_init),
15051         (ps_document_class_init), (ps_document_cleanup),
15052         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15053         (set_up_page), (close_pipe), (is_interpreter_ready),
15054         (interpreter_failed), (output), (input), (start_interpreter),
15055         (stop_interpreter), (file_length), (file_readable),
15056         (check_filecompressed), (check_pdf), (compute_xdpi),
15057         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15058         (ps_document_get_type), (ps_document_emit_error_msg),
15059         (document_load), (ps_document_next_page),
15060         (ps_document_get_current_page), (ps_document_get_page_count),
15061         (ps_document_goto_page), (ps_document_set_page_size),
15062         (ps_document_zoom_to_fit), (ps_document_set_zoom),
15063         (ps_document_load), (ps_document_get_n_pages),
15064         (ps_document_set_page), (ps_document_get_page),
15065         (ps_document_widget_event), (ps_document_set_target),
15066         (ps_document_set_scale), (ps_document_set_page_offset),
15067         (ps_document_get_page_size), (ps_document_render),
15068         (ps_document_document_iface_init):
15069         * ps/ps-document.h:
15070         * ps/ps.c:
15071         * shell/ev-window.c: (ev_window_open):
15072
15073         Rename GtkGS to PSDocument
15074
15075 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15076
15077         * ps/gtkgs.c: (gtk_gs_class_init):
15078         * ps/gtkgs.h:
15079
15080         Some more leftover...
15081
15082 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15083
15084         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15085         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15086         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15087         * ps/gtkgs.h:
15088
15089         Remove unused code and make a lot of stuff private
15090
15091 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15092
15093         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15094         (gtk_gs_defaults_changed):
15095         * ps/gsdefaults.h:
15096         * ps/gtkgs.c:
15097         * ps/gtkgs.h:
15098         * ps/ps.h:
15099
15100         Cleanup headers dependencies
15101
15102 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15103
15104         * ps/Makefile.am:
15105         * ps/ggvutils.c:
15106         * ps/ggvutils.h:
15107         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15108         * ps/gsdefaults.h:
15109         * ps/gtkgs.c: (file_length), (file_readable),
15110         (check_filecompressed), (check_pdf), (gtk_gs_load),
15111         (gtk_gs_get_postscript):
15112
15113         Get rid of ggvutils
15114
15115 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15116
15117         * ps/ggvutils.c:
15118         * ps/ggvutils.h:
15119         * ps/gsio.h:
15120         * ps/gtkgs.c: (gtk_gs_set_zoom):
15121
15122         Cleanups
15123
15124 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15125
15126         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15127
15128         Ensure the page is rerendered when changing zoom
15129
15130 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15131
15132         * backend/ev-document.c: (ev_document_base_init),
15133         (ev_document_changed):
15134         * backend/ev-document.h:
15135
15136         Add a changed event that is emitted when the page content
15137         changes. This is necessary to deal with the fact that
15138         in ps backend rendering happen asycrounously.
15139         This makes the ps backend mostly work.
15140
15141         * pdf/xpdf/pdf-document.cc:
15142
15143         Emit changed event
15144
15145         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15146         (ps_document_set_target):
15147
15148         Emit changed event
15149
15150         * shell/ev-view.c: (document_changed_callback),
15151         (ev_view_set_document), (ev_view_set_page):
15152
15153         Redraw on the changed signal
15154
15155 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15156
15157         * configure.ac: Added pt_BR to ALL_LINGUAS.
15158
15159 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15160
15161         * backend/ev-document-bookmarks.c:
15162         (ev_document_bookmarks_get_child): *
15163         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15164         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15165         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15166         (ev_sidebar_bookmarks_destroy),
15167         (ev_sidebar_bookmarks_class_init),
15168         (ev_sidebar_bookmarks_construct), (stack_data_free),
15169         (do_one_iteration), (populate_bookmarks_idle),
15170         (ev_sidebar_bookmarks_clear_document),
15171         (ev_sidebar_bookmarks_set_document): *
15172         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15173         (ev_sidebar_add_page),
15174         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15175         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15176         it displays both the topics and the page numbers.
15177
15178 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15179
15180         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15181         toggle.
15182         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15183         visible.
15184
15185 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15186
15187         * configure.ac: Added en_CA to ALL_LINGUAS.
15188
15189 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15190
15191         * ChangeLog: replace bottom of this ChangeLog (merged history of
15192         ggv and gpdf; where all paths were wrong and most of the files are
15193         not even in this tree) with ChangeLog (from arch) of the shell
15194         code.
15195
15196 2004-12-23  Havoc Pennington  <hp@redhat.com>
15197
15198         * shell/ev-window.c: hook up potentially-questionable "find
15199         results status text" feature - something involving the sidebar or
15200         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15201         might be better in the end.
15202
15203         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15204         with corresponding signal when it should be updated
15205
15206         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15207
15208 2004-12-22  Havoc Pennington  <hp@redhat.com>
15209
15210         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15211         find stuff on other pages, sort of (only returns one result on
15212         invisible pages, to show they have results; updates full results
15213         for a page when you view it). Currently repaints the current page
15214         every time a new result is found on any page, which isn't so nice.
15215
15216 2004-12-22  Havoc Pennington  <hp@redhat.com>
15217
15218         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15219         the document doesn't support find (better ideas?)
15220         (find_bar_search_changed_cb): handle missing document or document
15221         that doesn't support find
15222
15223         * pdf/xpdf/pdf-document.cc: port to implement the new
15224         EvDocumentFindIface
15225
15226         * backend/ev-document-find.c: create a new interface for searching
15227
15228         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15229
15230 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15231
15232         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15233         libevbackend.la.
15234
15235         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15236         EvPrintJob constructor arguments.
15237
15238         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15239         for documents that can export PostScript (page by page).
15240
15241         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15242         
15243         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15244         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15245         (pdf_document_ps_exporter_iface_init:
15246         Implement EvPSExporter.
15247
15248         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15249
15250 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15251
15252         * backend/Makefile.am:
15253         * backend/ev-document-thumbnails.c:
15254         (ev_document_thumbnails_get_type),
15255         (ev_document_thumbnails_get_thumbnail):
15256         * backend/ev-document-thumbnails.h:
15257         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15258         (pixbuf_document_thumbnails_get_thumbnail),
15259         (pixbuf_document_document_thumbnails_iface_init):
15260         * shell/Makefile.am:
15261         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15262         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15263         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15264         * shell/ev-sidebar-thumbnails.h:
15265         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15266         (ev_sidebar_set_document):
15267         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15268         (create_shadow), (ev_pixbuf_add_shadow):
15269         * shell/ev-utils.h:
15270         Add thumbnail support.
15271         
15272 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15273
15274         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15275         (using_postscript_printer): Set up a print dialog for "PostScript
15276         injection" method.
15277
15278         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15279         EvPrintJob.
15280
15281         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15282
15283 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15284
15285         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15286         (ps_document_set_target), (ps_document_get_page_size),
15287         (ps_document_render):
15288         * ps/gtkgs.h:
15289
15290         Fix a few bugs
15291
15292 2004-12-22  Christian Rose  <menthos@menthos.com>
15293
15294         * configure.ac: Added "sv" to ALL_LINGUAS.
15295
15296 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15297
15298         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15299         document supports bookmarks.
15300
15301 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15302
15303         * ps/ggvutils.c: (ggv_file_readable):
15304         * ps/ggvutils.h:
15305         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15306         (gtk_gs_get_postscript):
15307
15308         Remove unused utils
15309
15310 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15311
15312         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15313         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15314         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15315         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15316         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15317         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15318         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15319         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15320         (gtk_gs_set_antialiasing), (ps_document_load),
15321         (ps_document_render):
15322         * ps/gtkgs.h:
15323
15324         Another check point for the ps backend. Now I can get it to show
15325         pages!
15326
15327 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15328
15329         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15330         document setting code.
15331
15332 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15333
15334         * shell/eggfindbar.c: (entry_activate_callback):
15335         Animate the next button when activate is pressed.
15336         
15337 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15338
15339         * shell/ev-window.c: (ev_window_cmd_edit_find),
15340         (update_fullscreen_popup), (ev_window_fullscreen),
15341         (ev_window_unfullscreen), (ev_window_state_event_cb),
15342         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15343         Fix bugs in fullscreen code.
15344         
15345 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15346
15347         * Makefile.am:
15348         * configure.ac:
15349         * pixbuf/Makefile.am:
15350         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15351         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15352         (pixbuf_document_set_page), (pixbuf_document_get_page),
15353         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15354         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15355         (pixbuf_document_render), (pixbuf_document_begin_find),
15356         (pixbuf_document_end_find), (pixbuf_document_finalize),
15357         (pixbuf_document_class_init),
15358         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15359         * pixbuf/pixbuf-document.h:
15360         * shell/Makefile.am:
15361         * shell/ev-application.c: (ev_application_open):
15362         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15363         (ev_window_open):
15364         Add pixbuf backend.
15365         
15366 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15367
15368         * Makefile.am: 
15369         * dvi/dvilib/Makefile.am:
15370         * dvi/Makefile.am:
15371         * configure.ac: Auto*ify dvi and dvi/dvilib
15372
15373         * dvi/Makefile: Remove from CVS
15374         
15375         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15376         confusion.
15377
15378         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15379         
15380         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15381         
15382 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15383
15384         * ps/Makefile.am:
15385         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15386         (gtk_gs_value_adjustment_changed), (compute_size),
15387         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15388         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15389         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15390         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15391         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15392         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15393         (ps_document_load), (ps_document_get_n_pages),
15394         (ps_document_set_page), (ps_document_get_page),
15395         (ps_document_set_target), (ps_document_set_scale),
15396         (ps_document_set_page_offset), (ps_document_get_page_size),
15397         (ps_document_render), (ps_document_begin_find),
15398         (ps_document_end_find), (ps_document_document_iface_init):
15399         * ps/gtkgs.h:
15400         * shell/Makefile.am:
15401         * shell/ev-window.c: (ev_window_open):
15402
15403         Some work to integrate gtkgs with EvDocument
15404
15405 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15406
15407         * shell/ev-window.c: (update_fullscreen_popup),
15408         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15409         (exit_fullscreen_button_clicked_cb),
15410         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15411         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15412         (ev_window_state_event_cb), (ev_window_init):
15413         Add fullscreen support from Epiphany.
15414         
15415 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15416
15417         * data/ev-stock-zoom-fit-width.png: fit-width
15418         stock icon from gpdf.
15419         
15420         * shell/ev-stock-icons.[ch]: copied from gpdf.
15421         
15422         * shell/main.c: (main): init stock icons.
15423         
15424         * shell/ev-window.c: use the fit-width icon.
15425         
15426         * data/evince-ui.xml: add zooming toolbar items.
15427
15428 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15429
15430         * shell/ev-view.c: 
15431         (ev_view_best_fit), (ev_view_fit_width): because
15432         get_page_size() returns the scaled page size, we
15433         need to calculate the scale factor relative to
15434         the previous scale factor. Should really just
15435         add get_real_page_size().
15436
15437 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15438
15439         * shell/ev-view.[ch]:
15440         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15441         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15442         add zooming.
15443         
15444         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15445         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15446         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15447         hook it up.
15448         
15449         * pdf/xpdf/pdf-document.cc:
15450         (pdf_document_begin_find),
15451         (pdf_document_end_find): make static.
15452
15453 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15454
15455         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15456
15457         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15458         names to fontconfig patterns.
15459         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15460
15461         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15462         setupBaseFontsFc.
15463
15464 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15465
15466         * Makefile.am:
15467         * configure.ac:
15468         * ps/Makefile.am:
15469         * ps/ggvutils.c:
15470         * ps/ggvutils.h:
15471         * ps/gsdefaults.c:
15472         * ps/gsdefaults.h:
15473         * ps/gsio.c:
15474         * ps/gsio.h:
15475         * ps/gtkgs.c:
15476         * ps/gtkgs.h:
15477         * ps/ps.c:
15478         * ps/ps.h:
15479
15480         Import ggv backend. Not hooked up yet.
15481
15482 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15483
15484         * shell/main.c: (load_files), (main): load files
15485         from the command line.
15486
15487 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15488
15489         * configure.ac: don't require bonobo.
15490         
15491         * cut-n-paste/recent-files/*: kill bonobo recent
15492         view.
15493
15494         * shell/ev-window.c:
15495         (ev_window_is_empty): upd.
15496         (unable_to_load), (ev_window_open): load backend
15497         based on the mime type.
15498
15499 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15500
15501         * backend/.cvsignore: ignore generated marshalers source.
15502
15503         * shell/main.c (main): this is not epiphany.
15504
15505 2004-12-22  Havoc Pennington  <hp@redhat.com>
15506
15507         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15508         (expose_bin_window): draw find highlights
15509
15510         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15511         
15512         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15513         (pdf_document_end_find): implement this interface
15514
15515         * backend/ev-document.c (ev_document_found): add this to emit
15516         signal
15517
15518 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15519
15520         * data/evince-ui.xml: Add a few more toolbar items.
15521
15522         * shell/ev-window.c: Hook up page navigation toolbar 
15523         items.
15524
15525         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15526         a page-changed signal.
15527
15528         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15529         Add ev_document_get_page().
15530
15531         * shell/ev-window.c: Sensitize/desensitize navigation
15532         actions.
15533
15534 2004-12-21  Havoc Pennington  <hp@redhat.com>
15535
15536         * backend/ev-backend-marshal.c,
15537         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15538         marshaler-generator thingy. I'm sure there's a better way to do
15539         this in the modern world.
15540
15541         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15542         end_find methods and "found" signal.
15543
15544         * configure.ac: find glib-genmarshal
15545
15546 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15547
15548         * shell/ev-sidebar.c: Construct an actual sidebar.
15549         * shell/ev-sidebar-bookmarks.[ch]:
15550         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15551
15552 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15553
15554         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15555         Redo size handling.
15556         
15557         * shell/ev-view.c: Track the size from the document.
15558
15559 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15560
15561         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15562         constructor assumes ownership of the string passed in.
15563         
15564         * shell/ev-window.c (ev_window_open): Destroy the error
15565         dialog once we've displayed it.
15566
15567 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15568
15569         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15570         a bit, it works! (sort of)
15571
15572         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15573         Move to .cc since we need to use C++ in the implementation.
15574
15575         * shell/dummy.cc: Add a CC file to force evince
15576         to be linked as a C++ program.
15577
15578 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15579
15580         * shell/ev-view.[ch]: Start of content-area widget.
15581
15582         * shell/ev-window.c: Create a EvView, update it
15583         as we change documents.
15584
15585         * shell/Makefile.am shell/ev-marshal.list: Add
15586         generated marshalers.
15587
15588 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15589
15590         * Makefile.am (SUBDIRS): move shell.
15591
15592 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15593
15594         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15595         .a to libtool convenience libraries.
15596
15597         * shell/ev-window.c (ev_window_open): Hard code loading
15598         a PDF document.
15599         
15600         * backend/ev-document.h: Add a boolean return to load(),
15601         fix GError * to GError **.
15602
15603         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15604         object for a PDF backend EvDocument.
15605
15606 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15607
15608         * dvi/*: New directory with the beginning of a .dvi backend.
15609
15610 2004-12-21  Havoc Pennington  <hp@redhat.com>
15611
15612         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15613         previous/next instead of back/forward
15614
15615 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15616
15617         * backend/ev-document.[ch]: Fix a couple of problems so
15618         it compile.
15619
15620 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15621
15622         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15623         to backend/ directory, rename EvViewer to EvDocument.
15624
15625 2004-12-21  Havoc Pennington  <hp@redhat.com>
15626
15627         * shell/ev-window.c: hook up the find bar widget; now we just need
15628         a document to find things in
15629
15630         * shell/eggfindbar.c: a find bar widget
15631
15632 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15633
15634         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15635
15636 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15637
15638         * pdf/**: Import of xpdf code from gpdf. 
15639
15640         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15641
15642         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15643         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15644         Fix FreeType includes.
15645
15646         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15647         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15648         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15649         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15650         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15651         Include xpdfconfig.h
15652         
15653 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15654
15655         * shell/ev-window.c (ev_window_dispose): dispose can be called
15656         multiple times.
15657
15658 2004-12-21  Havoc Pennington  <hp@redhat.com>
15659
15660         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15661         rather than Evince
15662
15663         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15664         items; really they should be synced with the strings, etc. from
15665         current gpdf, but just getting the boring typing out of the way 
15666
15667 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15668
15669         * po/POTFILES.in:
15670         * shell/ev-application.c: (window_destroy_cb):
15671         * shell/ev-window.c:
15672         * shell/main.c: (main):
15673
15674         Actually show the window...
15675
15676 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15677
15678         * Makefile.am:
15679         * shell/Makefile.am:
15680         * shell/ev-application.c: (ev_application_class_init):
15681         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15682
15683         Make it build again
15684
15685 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15686
15687         Import to gnome cvs.
15688         
15689         * Remove copies of gpdf and ggv trees.
15690         * Rip out all the recursive configure code.
15691         * Remove bonobo machinery.
15692         * viewer/*: GInterfaces that backends should/can implement.
15693
15694 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15695
15696         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15697         typo
15698
15699 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15700
15701         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15702         (ev_application_finalize, ev_application_class_init)
15703         (ev_application_init): use GType instance private data for priv.
15704
15705         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15706         (ev_window_finalize, ev_window_class_init)
15707         (ev_window_init): ditto.
15708
15709 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15710
15711         * shell/ev-application.c (ev_application_new_window): make public
15712         (ev_application_show_initial_window): kill.
15713
15714         * shell/ev-application.h: update prototypes.
15715
15716         * shell/main.cc (main): inline ev_application_show_initial_window.
15717
15718 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15719
15720         * shell/ev-application.c (ev_application_new_window): impl.
15721         (ev_application_show_initial_window): use it.
15722         (is_window_empty, ev_application_get_empty_window): returns an
15723         existing empty window or a new one.
15724         (ev_application_open): from ev_window_cmd_file_open.
15725
15726         * shell/ev-application.h: update prototypes
15727
15728         * shell/ev-window.c (ev_window_is_empty): impl.
15729         (ev_window_open): make public.
15730         (ev_window_cmd_file_open): use ev_application_open
15731
15732         * shell/ev-window.h: update prototypes, remove unused.
15733
15734 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15735
15736         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15737         move destroy handler out of here...
15738
15739         * shell/ev-application.c, shell/ev-application.h: ...into this new
15740         class. Also handles initial window creation.
15741
15742         * shell/main.cc (main): use EvApplication to create initial
15743         window.
15744
15745 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15746
15747         * Makefile.am (SUBDIRS): add cut-n-paste
15748
15749         * cut-n-paste/Makefile.am: add
15750
15751         * configure.ac: generate Makefiles in cut-n-paste
15752
15753 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15754
15755         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15756         (ev_window_class_init): install ev_window_dispose.
15757
15758 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15759
15760         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15761         char (gchar looks stupid).
15762
15763 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15764
15765         * po/de.po: updated German translation.
15766
15767 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15768
15769         * configure.ac: add more pkg-config library checks for gnome-vfs,
15770         bonobo etc.
15771
15772         * gpdf/configure.in: temporarily disable libpaper
15773         checks. Otherwise I'd have to add the checks for the shell, too.
15774
15775 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15776
15777         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15778         and * file filters to the file choose.
15779
15780 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15781
15782         * po/de.po: Updated German translation.
15783
15784 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15785
15786         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15787
15788 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15789
15790         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15791
15792         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15793         (ev_window_init): implement those menuitems.
15794
15795 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15796
15797         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15798
15799         * shell/ev-window.c (ev_window_init): use the toolbar.
15800
15801 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15802
15803         * shell/ev-window.c (ev_window_init): use menu translations
15804
15805 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15806
15807         * configure.ac: add "de" to ALL_LINGUAS.
15808
15809         * po/de.po: add German translation.
15810
15811 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15812
15813         * Makefile.am (SUBDIRS): add po
15814
15815         * configure.ac: check intltool, glib-gettext etc, generate
15816         po/Makefile.in
15817
15818         * po, po/POTFILES.in, po/POTFILES.skip: new.
15819
15820 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15821
15822         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15823         already use (#ifdef ENABLE_NLS)
15824
15825         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15826         pointer indirection thinko.
15827
15828         * shell/main.c: include gi18n.h for bindtextdomain etc.
15829
15830 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15831
15832         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15833         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15834         tooltips for menu items in the statusbar.
15835
15836 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15837
15838         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15839         pkgdatadir drop UIDIR
15840
15841 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15842
15843         * data/evince-ui.xml: Add File->Open menu item
15844
15845         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15846         chooser), hook it up in the ui manager.
15847
15848 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15849
15850         * shell/ev-window.c: fix Help->About tooltip.
15851
15852 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15853
15854         * configure.ac: set CFLAGS for libevprivate.
15855
15856         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15857         definitions, factory etc.
15858
15859         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15860
15861         * shell/Makefile.am: link against libevprivate.a.
15862
15863         * shell/ev-window.c (entries): add stock icon to Help->About.
15864
15865         * shell/main.c (main): init stock icon code.
15866
15867 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15868
15869         * lib/recent-files: egg recent files code
15870
15871         * lib/Makefile.am: add.
15872
15873         * Makefile.am: add lib subdir.
15874
15875         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15876         set CFLAGS for recent-files.
15877
15878 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15879
15880         * configure.ac: disable -ansi and -pedantic gcc flags. They
15881         disable POSIX stuff in stdio.h, but egg-recent uses them.
15882
15883 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15884
15885         * configure.ac: add --disable-deprecated flag (defaults to on in
15886         "cvs" builds).
15887
15888         * shell/Makefile.am (INCLUDES): use it.
15889
15890 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15891
15892         * shell/main.c: add missing #include.
15893
15894         * shell/ev-window.c: fix for pedantic gcc.
15895         (ev_window_cmd_help_about): split license into paragraphs for
15896         translators and pedantic compilers.
15897
15898 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15899
15900         * configure.ac: add more warning flags if compiling with gcc from
15901         cvs (or explicitly requested with --enable-more-warnings).
15902
15903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15904
15905         * data/evince-ui.xml: add File and File->Close menu.
15906
15907         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15908         (ev_window_destroy): quit after destroy.
15909         (ev_window_class_init): override GtkObject::destroy.
15910         (entries): install close_window callback.
15911
15912 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15913
15914         * Makefile.am (SUBDIRS): add data subdir.
15915
15916         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15917         gtk+ 2.5.0 for GtkAboutDialog.
15918
15919         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15920         main window.
15921
15922         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15923
15924         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15925         manager.
15926         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15927
15928 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15929
15930         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15931
15932 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15933
15934         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15935
15936 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15937
15938         * shell/*: Added shell directory boilerplate, build it.
15939
15940 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15941
15942         * configure.ac, Makefile.am: Added top-level configure.ac and
15943         Makefile.am