]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
8f2bffed41b0a68cc737553f57f0de1f16fa62a8
[evince.git] / ChangeLog
1 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * data/evince-ui.xml:
4         * shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
5         (ev_application_open_uri), (ev_application_open_uri_list):
6         * shell/ev-print-operation.c: (export_print_done):
7         * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
8         (update_chrome_visibility), (ev_window_clear_local_uri),
9         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
10         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
11         (ev_window_cmd_recent_file_activate),
12         (ev_window_open_recent_action_item_activated),
13         (ev_window_dispose), (open_remote_link):
14         * shell/main.c: (launch_previewer), (arguments_parse), (main):
15
16         Remove the preview mode from EvWindow. EvPrintOperation now 
17         launches evince-previewer. The preview mode command line options
18         have not been removed to keep backwards compatibility, launching
19         evince-previewer when evince is run in preview mode.
20         
21 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * configure.ac:
24         * Makefile.am:
25         * data/Makefile.am:
26         * previewer/Makefile.am:
27         * previewer/ev-previewer-window.[ch]:
28         * previewer/ev-previewer.c:
29
30         Add evince-previewer as a separate applicaton that implements the
31         preview mode.
32         
33 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * configure.ac:
36         * Makefile.am:
37         * po/POTFILES.in:
38         * shell/Makefile.am:
39         * shell/ev-page-action-widget.[ch]:
40         * shell/ev-page-action.[ch]:
41         * shell/ev-stock-icons.[ch]:
42         * shell/ev-application.c:
43         * shell/main.c:
44         * libmisc/Makefile.am:
45         * libmisc/ev-page-action-widget.[ch]:
46         * libmisc/ev-page-action.[ch]:
47         * libmisc/ev-stock-icons.[ch]:
48
49         Move EvPageAction and EvStockIcons from shell to a new internal
50         library (libevmisc) that will be used by the evince previewer too.
51         
52 2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
53
54         * backend/tiff/tiff2ps.c (tiff2ps_context_new):
55         
56         Fixes memory leak. Bug #578285.
57         
58 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * libview/ev-view.[ch]: (ev_view_set_zoom),
61         (ev_view_update_view_size):
62         * shell/ev-window.c: (ev_window_set_view_size),
63         (ev_window_sizing_mode_changed_cb), (ev_window_init):
64
65         Move ev_view_update_view_size() from libview to ev-window again
66         and make sure the view is not redrawn when calling
67         ev_view_set_zoom more than once with the same zoom scale.
68
69 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
70
71         * shell/ev-window.c:
72
73         Follow up to bug #539972. Alt+Arrows conflict with
74         view scrolling, changed it to Ctrl+Arrows.
75
76 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
77
78         * shell/ev-print-operation.c (clamp_ranges),
79         (ev_print_operation_export_print_dialog_response_cb):
80         * test/Makefile.am:
81         * test/test7.py:
82         
83         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
84         the bug 517735. Fixes preview of the empty selection.
85
86 2009-04-01  Christian Persch  <chpe@gnome.org>
87
88         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
89         BugBuddyBugs component.
90
91 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
92
93         * shell/ev-application.c (ev_application_init):
94         
95         Set proper path to saved accels file. Fixes bug #577500.
96
97 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
98
99         * libview/ev-transition-animation.c:
100         (ev_transition_animation_paint), (ev_transition_animation_ready):
101
102         Animation is ready only when origin surface is ready. This fixes
103         fading animations because otherwise next page is displayed 
104         before animaiton starts.
105
106 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
107
108         * test/Makefile.am:
109         * test/test6.py:
110         
111         Added a test to check printing and a size of the file.
112
113 2009-03-24  Christian Persch  <chpe@gnome.org>
114
115         * cut-n-paste/smclient/eggdesktopfile.c:
116         (egg_desktop_file_launchv), (egg_set_desktop_file):
117         * cut-n-paste/smclient/eggsmclient.c:
118         (egg_sm_client_get_option_group): Update smclient from libegg master.
119
120 2009-03-19  Christian Persch  <chpe@gnome.org>
121
122         * shell/ev-window.c: (ev_window_cmd_save_as),
123         (ev_window_cmd_file_close_window),
124         (ev_view_popup_cmd_save_image_as),
125         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
126         order for dialogues.
127
128 2009-03-19  Christian Persch  <chpe@gnome.org>
129
130         Bug 575085 – titles not translated in the nautilus tab
131
132         * properties/ev-properties-view.c: (set_property): Translate the
133         categories.
134
135 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * NEWS:
138         * configure.ac:
139
140         Updated for release 2.26.0
141         
142 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
143
144         * properties/ev-properties-view.c:
145         (ev_properties_view_format_date): Make the fixed sized string a 
146         semantically correct const char[] instead of a const char* to fix 
147         a compiler warning if built with -Wformat.
148         ** Fixes bug 574168
149
150 2009-03-03  Christian Persch  <chpe@gnome.org>
151
152         * libdocument/ev-document-factory.c:
153         (ev_document_factory_get_document): If the document is encrypted,
154         the ev_document_factory_get_document() is supposed to return the
155         document *and* fill in the error. So let's propagate the local error.
156
157 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * NEWS:
160
161         Update for release 2.25.92.
162         
163 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * libview/ev-view.c: (ev_view_goto_window_create):
166
167         Show the 'jump to page' window in the right GdkScreen. Fixes bug
168         #560541.
169         
170 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/ev-window.c: (ev_window_set_document),
173         (ev_window_reload_job_cb):
174
175         Do not lose page position when reloading. Fixes bug #573091.
176         
177 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
180         (pdf_document_thumbnails_get_thumbnail),
181         (pdf_document_thumbnails_get_dimensions):
182
183         Make our own thumbnail when the provided one doesn't have the size
184         we need. Based on patch and feedback by Christian Spurk. Fixes
185         bugs #323198 and #307357.
186         
187 2009-02-27   Christian Spurk  <mail@code.chriki.de>
188
189         * thumbnailer/evince-thumbnailer.c: (main):
190
191         Reduce the restriction on the minimum size of thumbnails from 40
192         to 1. See bug #323198.
193         
194 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
195
196         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
197
198         Use GOption in thumbnailer.
199         
200 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * backend/pdf/ev-poppler.cc: (pdf_document_save),
203         (pdf_document_forms_form_field_text_set_text),
204         (pdf_document_forms_form_field_button_set_state),
205         (pdf_document_forms_form_field_choice_select_item),
206         (pdf_document_forms_form_field_choice_toggle_item),
207         (pdf_document_forms_form_field_choice_unselect_all),
208         (pdf_document_forms_form_field_choice_set_text):
209
210         Use poppler_document_save_a_copy(), which never saves the document
211         modifications, when saving an unmodified document. It makes saving
212         a copy of encrypted PDFs work again. Fixes bug #566791.
213         
214 2009-02-18  Christian Persch  <chpe@gnome.org>
215
216         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
217         Don't use g_quark_from_static_string in a loadable module!
218
219 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * configure.ac:
222
223         Update for release 2.25.91
224         
225 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
226
227         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
228         GTK symbol in commented out code. Bug #571707
229
230 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * NEWS:
233
234         Update for release 2.25.91.
235         
236 2009-02-16  Christian Persch  <chpe@gnome.org>
237
238         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
239         memory read.
240
241 2009-02-15  Christian Persch  <chpe@gnome.org>
242
243         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
244         warnings.
245
246 2009-02-15  Christian Persch  <chpe@gnome.org>
247
248         * libdocument/Makefile.am:
249         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
250
251 2009-02-15  Christian Persch  <chpe@gnome.org>
252
253         * libdocument/ev-document-type-builtins.c.template:
254         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
255
256 2009-02-14  Christian Persch  <chpe@gnome.org>
257
258         * backend/impress/impress-document.c: (impress_document_save):
259         Fill in the error.
260
261 2009-02-14  Christian Persch  <chpe@gnome.org>
262
263         * libdocument/ev-document.c: (ev_document_load): Add code to catch
264         backends incorrectly implementing the load vfunc.
265
266 2009-02-14  Christian Persch  <chpe@gnome.org>
267
268         * libdocument/ev-document-factory.c:
269         (ev_document_factory_get_document): Use a local GError, and propagate
270         as appropriate, making sure always to fill in @error if returning NULL.
271
272 2009-02-14  Christian Persch  <chpe@gnome.org>
273
274         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
275
276 2009-02-14  Christian Persch  <chpe@gnome.org>
277
278         * backend/pdf/ev-poppler.cc: Plug a mem leak.
279
280 2009-02-14  Christian Persch  <chpe@gnome.org>
281
282         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
283         an error.
284
285 2009-02-14  Christian Persch  <chpe@gnome.org>
286
287         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
288         to always set @error when returning FALSE. Fix a typo.
289
290 2009-02-14  Christian Persch  <chpe@gnome.org>
291
292         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
293         to always set @error when returning FALSE.
294
295 2009-02-14  Christian Persch  <chpe@gnome.org>
296
297         * backend/comics/comics-document.c: (comics_document_load): Make sure
298         to always set @error when returning FALSE.
299
300 2009-02-14  Christian Persch  <chpe@gnome.org>
301
302         * backend/impress/impress-document.c: (impress_document_load): Plug a
303         mem leak.
304
305 2009-02-14  Christian Persch  <chpe@gnome.org>
306
307         * backend/impress/impress-document.c: (impress_document_load): Don't
308         overwrite an error.
309
310 2009-02-14  Christian Persch  <chpe@gnome.org>
311
312         * libdocument/ev-document.c: (ev_document_info_copy): Remove
313         unnecessary NULL check; g_strdup() is NULL-safe.
314
315 2009-02-14  Christian Persch  <chpe@gnome.org>
316
317         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
318         that this returns either NULL and fills in error, or non-NULL. Use a
319         local GError so we can reliably check it.
320
321 2009-02-14  Christian Persch  <chpe@gnome.org>
322
323         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
324         content type to get the description, not the MIME type.
325
326 2009-02-14  Christian Persch  <chpe@gnome.org>
327
328         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
329         in @error on failure. Also, since this is exported in public APIs,
330         cope with the passed-in GError** being NULL.
331
332 2009-02-13  Christian Persch  <chpe@gnome.org>
333
334         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
335         safety.
336         (get_mime_type_from_data): Return the MIME type, not the content type.
337
338 2009-02-13  Christian Persch  <chpe@gnome.org>
339
340         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
341         the input stream.
342
343 2009-02-13  Christian Persch  <chpe@gnome.org>
344
345         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
346         all errors upwards.
347
348 2009-02-13  Christian Persch  <chpe@gnome.org>
349
350         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
351         more bytes from buffer than were read from the file.
352
353 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
354
355         * properties/ev-properties-view.c (set_property):
356         
357         Fixes bug #571787.
358
359 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * shell/eggfindbar.c: (egg_find_bar_init):
362
363         Use gtk_tool_button_set_use_underline() for next/previous buttons
364         so that the underline is used for the mnemonic. Fixes bug #571547.
365         
366 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/ev-window.c: (setup_document_from_metadata),
369         (setup_sidebar_from_metadata), (setup_document_from_metadata),
370         (setup_view_from_metadata), (ev_window_set_document),
371         (ev_window_load_job_cb), (ev_window_reload_job_cb),
372         (ev_window_reload_remote), (ev_window_init):
373
374         Do not use metadata when reloading the document, so that the
375         window is not resized when reloading. See bugs #571051 and
376         #304249.
377         
378 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * configure.ac:
381         * cut-n-paste/smclient/Makefile.am:
382
383         Fix smclient libs on cycgwin. See bug #339172.
384         
385 2009-02-08  Christian Persch  <chpe@gnome.org>
386
387         * configure.ac:
388         * libdocument/Makefile.am:
389         * libview/Makefile.am: Add experimental introspection support.
390         Disabled by default; use --enable-introspection to enable it.
391         Bug #569083.
392
393 2009-02-08  Christian Persch  <chpe@gnome.org>
394
395         * libview/Makefile.am: Link libevdocument.la to libevview.la.
396
397 2009-02-05  Christian Persch  <chpe@gnome.org>
398
399         * backend/comics/comics-document.c: (comics_document_load):
400         * backend/djvu/djvu-document.c: (djvu_document_load):
401         * backend/dvi/dvi-document.c: (dvi_document_load):
402         * backend/impress/impress-document.c: (impress_document_load):
403         * backend/pdf/ev-poppler.cc:
404         * libdocument/ev-document-factory.c: (get_document_from_uri),
405         (ev_document_factory_get_document):
406         * shell/ev-print-operation.c:
407         (ev_print_operation_export_print_dialog_response_cb): Use
408         g_set_error_literal now that we depend on glib 2.18.
409
410 2009-02-05  Hib Eris  <hib@hiberis.nl>
411
412         * shell/ev-application.c:
413
414         Include gdkx.h only with X11. See bug #339172.
415         
416 2009-02-05  Hib Eris  <hib@hiberis.nl>
417
418         * backend/pdf/pdfdocument.evince-backend.in:
419
420         Add application/x-ext-pdf mime type for pdf backend. See bug
421         #339172.
422         
423 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * configure.ac:
426         * cut-n-paste/smclient/Makefile.am:
427         * cut-n-paste/smclient/eggdesktopfile.c:
428         * cut-n-paste/smclient/eggsmclient-win32.c:
429         * shell/main.c:
430
431         Make session manager code compile for w32. These changes have been
432         taken from upstream libegg. Based on patch by Hib Eris. See bug
433         #339172.
434         
435 2009-02-05  Hib Eris  <hib@hiberis.nl>
436
437         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
438
439         Make screensaver code compile for w32. These changes have been
440         copied from upstream totem. See bug #339172.
441         
442 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * configure.ac:
445         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
446
447         Make use of GConf optional. Based on patch by Hib Eris. See bug
448         #339172.
449         
450 2009-02-04  Christian Persch  <chpe@gnome.org>
451
452         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
453         evince gettext domain, so i18n works in the library.
454
455         * properties/ev-properties-main.c: (nautilus_module_initialize):
456         Remove extra bindtextdomain call.
457
458 2009-02-04  Christian Persch  <chpe@gnome.org>
459
460         * backend/comics/comics-document.c:
461         * backend/djvu/djvu-document.c:
462         * backend/dvi/dvi-document.c:
463         * backend/impress/impress-document.c:
464         * backend/pdf/ev-poppler.cc:
465         * backend/pixbuf/pixbuf-document.c:
466         * backend/ps/ev-spectre.c:
467         * backend/tiff/tiff-document.c:
468         * libdocument/ev-attachment.c:
469         * libdocument/ev-document-factory.c:
470         * libview/ev-jobs.c:
471         * libview/ev-view-accessible.c:
472         * libview/ev-view.c:
473         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
474         gi18n.h.
475
476 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * NEWS:
479         * configure.ac:
480
481         Update for release 2.25.90
482         
483 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * cut-n-paste/zoom-control/ephy-zoom-control.c:
486         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
487
488         Remove the old tooltips code and use G_DEFINE_TYPE().
489         
490 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * configure.ac:
493         * help/reference/Makefile.am:
494         * help/reference/libdocument/Makefile.am:
495         * help/reference/libdocument/libevdocument-docs.sgml:
496         * help/reference/libdocument/libevdocument.types:
497         * help/reference/libdocument/version.xml.in:
498         * help/reference/libview/Makefile.am:
499         * help/reference/libview/libevview-docs.sgml:
500         * help/reference/libview/libevview.types:
501         * help/reference/libview/version.xml.in:
502         * help/reference/shell/Makefile.am:
503         * help/reference/shell/evince-docs.sgml:
504         * help/reference/shell/evince.types:
505         * help/reference/shell/tmpl/dummy.sgml:
506         * help/reference/shell/version.xml.in:
507
508         Split API documentation into libdocument, libview and
509         shell. Required gtk-doc files has been added, but API docs still
510         need to be completed and improved. Fixes bug #568465.
511         
512 2009-02-01  Christian Persch  <chpe@gnome.org>
513
514         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
515
516 2009-02-01  Christian Persch  <chpe@gnome.org>
517
518         * backend/Makefile.am:
519         A backend/backend.symbols:
520         * configure.ac: Only export the backend module entry point. Bug
521         #569998.
522
523 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/eggfindbar.c: (egg_find_bar_init):
526
527         Add mnemonics to buttons in search bar. Fixes bug #569212.
528         
529 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
530         
531         * shell/ev-print-operation.c:
532         (ev_print_operation_export_print_dialog_response_cb):
533
534         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
535         
536 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
539
540         Clamp top/bottom values of destinations to make sure they are not
541         bigger than the page height. Fixes bug #569327.
542         
543 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * libdocument/ev-debug.h:
546
547         Fix build when debug mode is disabled.
548         
549 2009-01-30  Christian Persch  <chpe@gnome.org>
550
551         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
552         this return TRUE only if any backends were loaded, so the ev_init()
553         function works as documented.
554
555 2009-01-30  Christian Persch  <chpe@gnome.org>
556
557         * evince-document.h:
558         * libdocument/Makefile.am:
559         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
560         #569117.
561
562         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
563         * libdocument/ev-backends-manager.h:
564         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
565         * libdocument/ev-debug.h:
566         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
567         (_ev_file_helpers_shutdown):
568         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
569         private.
570
571         * properties/ev-properties-main.c: (nautilus_module_initialize),
572         (nautilus_module_shutdown):
573         * shell/main.c: (main):
574         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
575         init/shutdown method.
576
577 2009-01-29  Christian Persch  <chpe@gnome.org>
578
579         * shell/main.c: (option_version_cb): Add --version which was lost in
580         the libgnome removal. Bug #562869.
581
582 2009-01-26  Christian Persch  <chpe@gnome.org>
583
584         * shell/ev-application.c: (ev_application_register_service),
585         (ev_application_shutdown):
586         * shell/main.c: (main): Move metadata manager initialisation and
587         shutdown into EvApplication. Follow-up from bug #569120.
588
589 2009-01-26  Christian Persch  <chpe@gnome.org>
590
591         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
592         copy the string twice. Bug #569231.
593
594 2009-01-26  Christian Persch  <chpe@gnome.org>
595
596         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
597         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
598         * libdocument/ev-file-helpers.h:
599         * shell/ev-application.c: (ev_application_shutdown),
600         (ev_application_init), (ev_application_screensaver_disable),
601         (ev_application_save_print_settings),
602         (ev_application_set_page_setup):
603         * shell/ev-application.h:
604         * shell/ev-metadata-manager.c: (load_values),
605         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
606         shell, since it shouldn't be public API. Bug #569120.
607
608         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
609         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
610
611 2009-01-25  Christian Persch  <chpe@gnome.org>
612
613         Bug 569082 – use versioned directory for backends
614
615         * configure.ac: Define ev_binary_version and backenddir.
616         * evince-document.pc.in: Add backenddir variable.
617         * libdocument/Makefile.am:
618         * backend/*/Makefile.am: Remove backenddir definition, so it picks
619         up the one from configure.
620
621 2009-01-25  Christian Persch  <chpe@gnome.org>
622
623         * configure.ac:
624         * evince-document.pc.in: Renamed from evince-backend.pc.in.
625         * libdocument/Makefile.am: Renamed library to libevdocument.la.
626         * libview/Makefile.am:
627         * shell/Makefile.am:
628         * backend/*/Makefile.am: Adapt to changed library name.
629
630         * libdocument/Makefile.am:
631         * libview/Makefile.am: Change the installed headers path to match
632         the directory names in SVN.
633
634         * evince-document.h:
635         * evince-view.h: Add single headers. Bug #568227.
636
637         * libdocument/*.h:
638         * libview/*.h: Add single headers guards.
639
640         * libview/Makefile.am:
641         * libdocument/Makefile.am:
642         * backend/*/Makefile.am:
643         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
644         still include individual headers.
645
646         * properties/Makefile.am:
647         * properties/ev-properties-main.c:
648         * properties/ev-properties-view.h:
649         * thumbnailer/Makefile.am:
650         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
651
652         * libdocument/Makefile.am:
653         * libview/Makefile.am: Generate type builtins from all installed headers.
654         * libdocument/ev-link-action.[ch]:
655         * libdocument/ev-link-dest.[ch]:
656         * libdocument/ev-transition-effect.[ch]:
657         * libview/ev-view.[ch]: Remove handcoded type builtins.
658
659         * libdocument/Makefile.am:
660         * evince-document.h: Add ev-document-factory.h to the public headers.
661
662 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-sidebar-page.c:
665
666         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
667         #568228.
668         
669 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * libdocument/ev-document.h:
672
673         Add EV_DEFINE_INTERFACE macro.
674         
675         * libdocument/ev-async-renderer.c:
676         * libdocument/ev-document-find.c:
677         * libdocument/ev-document-fonts.c:
678         * libdocument/ev-document-forms.c:
679         * libdocument/ev-document-images.c:
680         * libdocument/ev-document-layers.c:
681         * libdocument/ev-document-links.c:
682         * libdocument/ev-document-security.c:
683         * libdocument/ev-document-thumbnails.c:
684         * libdocument/ev-document-transition.c:
685         * libdocument/ev-document.c:
686         * libdocument/ev-file-exporter.c:
687         * libdocument/ev-selection.c:
688
689         Use EV_DEFINE_INTERFACE macro to define interfaces in
690         libdocument. See bug #568228.
691         
692 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * libdocument/ev-document.[ch]:
695
696         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
697         #568228.
698         
699 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
700
701         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
702         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
703         (new_separator_pixbuf):
704         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
705         (egg_toolbar_editor_disconnect_model),
706         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
707         (egg_toolbar_editor_finalize):
708         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
709         * cut-n-paste/toolbar-editor/eggmarshalers.list:
710         
711         Sync EggToolbarEditor with libegg.
712
713 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
714
715         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
716         When saving a file, using the default permissions for the user/system,
717         respecting umask and any setgid bit on the directory. Uses the new
718         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
719         Bug #568593.
720         
721 2009-01-21  Christian Persch  <chpe@gnome.org>
722
723         * configure.ac:
724         * libdocument/Makefile.am:
725         * libview/Makefile.am: Add libtool versioning to libevbackend and
726         libevview. Bug #568229.
727
728 2009-01-21  Christian Persch  <chpe@gnome.org>
729
730         * Makefile.am:
731         * configure.ac:
732         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
733
734 2009-01-21  Christian Persch  <chpe@gnome.org>
735
736         * configure.ac:
737         * libdocument/Makefile.am:
738         A libdocument/ev-version.h.in: Add version defines and version check
739         macro. Bug #568224.
740
741 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
742
743         * shell/ev-sidebar-links.c
744         * shell/ev-print-operation.c:
745         * shell/ev-history.c:
746         * shell/ev-file-monitor.c:
747         * shell/ev-window.c:
748         * shell/ev-password-view.c:
749         * shell/ev-sidebar-thumbnails.c:
750         * shell/ev-sidebar-attachments.c:
751         * libview/ev-pixbuf-cache.c:
752         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
753         Bug #568386.
754
755 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
756
757         * libdocument/ev-document-info.h:
758
759         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
760         
761 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
762
763         * libview/Makefile.am:
764
765         Install ev-job-scheduler.h. See bug #567790.
766         
767 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
768
769         * libdocument/Makefile.am:
770
771         Install ev-backends-manager.h and
772         ev-document-type-builtins.h. Fixes bug #567787.
773         
774 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * NEWS:
777         * configure.ac:
778
779         Update for release 2.25.5
780         
781 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * libview/ev-view.c: (ev_view_drag_data_get):
784
785         Fix second parameter passed to gtk_selection_data_set_uris(), 
786         it expects a gchar **.
787         
788 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
789
790         * libdocument/Makefile.am:
791         * libdocument/ev-document-info.h:
792         * libdocument/ev-document-type-builtins.c.template:
793         * libdocument/ev-document-type-builtins.h.template:
794         * libdocument/ev-document.c: (ev_document_info_get_type),
795         (ev_document_info_copy):
796
797         Make EvDocumentInfo and enums definded in ev-document-info.h
798         GTypes. Fixes bug #567789.
799         
800 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
801
802         * shell/main.c (arguments_parse): Fix for a minor code typo.
803
804 2009-01-18  Christian Persch  <chpe@gnome.org>
805
806         * help/reference/Makefile.am:
807         * help/reference/evince.types: Fix the API docs build. Bug #568171.
808
809 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
810
811         * libview/Makefile.am:
812         * libview/ev-view-type-builtins.c.template:
813         * libview/ev-view-type-builtins.h.template:
814
815         Make EvJobPriority a proper GType. Fixes bug #567788.
816         
817 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * configure.ac:
820         * cut-n-paste/*/Makefile.am:
821         * libdocument/Makefile.am:
822
823         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
824         code.
825         
826 2009-01-18  Christian Persch  <chpe@gnome.org>
827
828         * libview/ev-view.c: (ev_view_drag_data_get),
829         (ev_view_drag_motion), (ev_view_update_primary_selection),
830         (clear_link_selected):
831         * shell/ev-sidebar-attachments.c:
832         (ev_sidebar_attachments_drag_data_get),
833         (ev_sidebar_attachments_get_property),
834         (ev_sidebar_attachments_init):
835         * shell/ev-window.c: Update drag handling code to use the
836         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
837         hardcoding the targets lists. Bug #558084.
838         
839 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * libdocument/Makefile.am:
842         * libdocument/ev-backend-marshal.c:
843         * libdocument/ev-backend-marshalers.list:
844         * libdocument/ev-document.c:
845
846         Remove unused marshalers stuff from libdocument.
847         
848 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * po/POTFILES.in:
851
852         Update for the current source tree.
853         
854 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * configure.ac:
857         * Makefile.am:
858         * libdocument/Makefile.am:
859         * libview/Makefile.am:
860         * libview/ev-job-scheduler.[ch]:
861         * libview/ev-jobs.[ch]:
862         * libview/ev-page-cache.[ch]:
863         * libview/ev-pixbuf-cache.[ch]:
864         * libview/ev-timeline.[ch]:
865         * libview/ev-transition-animation.[ch]:
866         * libview/ev-view-accessible.[ch]:
867         * libview/ev-view-marshal.list:
868         * libview/ev-view.[ch]:
869         * shell/Makefile.am:
870
871         Move EvView specific code to a libeviview library so that it can
872         be embbeded in other applications. Based on patches by Tomeu
873         Vizoso. Fixes bug #567751.
874         
875 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
878         * shell/ev-window.c: (ev_window_load_job_cb),
879         (ev_window_load_job_cb), (ev_window_open_uri),
880         (ev_window_reload_local), (ev_window_dispose):
881
882         Remove dest, mode and search_string from EvJobLoad since they are
883         not really needed by the job, but for the window.
884         
885 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-view.c: (ev_view_drag_data_received),
888         (ev_view_class_init), (ev_view_init):
889         * shell/ev-window.c: (ev_window_drag_data_received),
890         (ev_window_class_init), (ev_window_init):
891
892         Make the whole EvWindow the destination of a drag and drop
893         operation.
894         
895 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-window.c: (window_open_file_copy_progress_cb):
898
899         Add missing brakets around the percentage in progress
900         messages. See bug #567910.
901         
902 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * shell/ev-application.c: (ev_application_open_window),
905         (ev_application_open_uri_at_dest):
906
907         Do no use gdk_x11_* when not available. Based on patch by Hib
908         Eris, see bug #339172.
909         
910 2009-01-16  Hib Eris  <hib@hiberis.nl>
911
912         * configure.ac:
913         * properties/ev-properties-view.c:
914         (ev_properties_view_format_date):
915
916         Check for localtime_r. See bug #339172.
917         
918 2009-01-16  Hib Eris  <hib@hiberis.nl>
919
920         * shell/main.c:
921
922         Include gdkx only for dbus support. See bug #339172.
923         
924 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
925
926         * shell/ev-view.c: (ev_view_set_zoom_for_size):
927
928         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
929         #567785.
930         
931 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * shell/ev-window.c: (reload_remote_copy_progress_cb),
934         (window_save_file_copy_progress_cb):
935
936         Use brakets around the percentage in progress messages. See bug
937         #567910.
938         
939 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * shell/ev-window.c: (reload_remote_copy_ready_cb):
942
943         Fix typo in error message. See bug #567910.
944         
945 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * shell/ev-window.c: (ev_window_cmd_file_close_window):
948
949         Fix mnemonic conflict. Fixes bug #567937.
950         
951 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
952
953         * NEWS:
954         * configure.ac:
955
956         Update for release 2.25.4
957         
958 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
959
960         * configure.ac:
961         
962         GLib version requirement bumped to 2.18 due to g_set_error_literal.
963         Thanks to Christian Spurk.
964
965 2008-12-31  Hib Eris  <hib@hiberis.nl>
966         
967         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
968
969         Fix mime type handling.
970         
971 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * po/POTFILES.in:
974
975         Add ev-print-operation.c.
976         
977 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * shell/ev-window.c: (ev_window_clear_progress_idle),
980         (reset_progress_idle), (ev_window_show_progress_message),
981         (ev_window_reset_progress_cancellable),
982         (ev_window_progress_response_cb), (show_loading_progress),
983         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
984         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
985         (show_reloading_progress), (reload_remote_copy_ready_cb),
986         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
987         (show_saving_progress), (window_save_file_copy_ready_cb),
988         (window_save_file_copy_progress_cb), (ev_window_save_remote),
989         (ev_window_dispose):
990
991         Show progress information when loading/saving remote files. Fixes
992         bug #370958.
993         
994 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
997
998         Show better warning message when temp file cannot be deleted.
999         
1000 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-window.c: (image_save_dialog_response_cb):
1003
1004         Fix saving images to remote locations.
1005         
1006 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * shell/ev-application.[ch]: (ev_application_shutdown),
1009         (ev_application_get_print_settings_file),
1010         (ev_application_save_print_settings),
1011         (ev_application_get_print_settings),
1012         (ev_application_set_print_settings),
1013         (ev_application_get_page_setup), (ev_application_set_page_setup):
1014         * shell/ev-window.c: (ev_window_save_print_page_setup),
1015         (ev_window_load_print_page_setup_from_metadata),
1016         (ev_window_print_page_setup_done_cb),
1017         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
1018         (ev_window_cmd_preview_print):
1019
1020         Remember page setup options too. Paper size is globally remembered
1021         while page margins are stored per document in metadata file. Fixes
1022         bugs #525185 and #349102.
1023         
1024 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * shell/ev-print-operation.c:
1027         (ev_print_operation_export_print_dialog_response_cb):
1028
1029         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1030         
1031 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-print-operation.c: (export_cancel),
1034         (export_job_cancelled), (ev_print_operation_export_begin),
1035         (ev_print_operation_export_cancel):
1036         * shell/ev-window.c: (ev_window_print_cancel),
1037         (ev_window_print_update_pending_jobs_message),
1038         (ev_window_print_operation_done),
1039         (ev_window_print_operation_status_changed),
1040         (print_jobs_confirmation_dialog_response),
1041         (ev_window_cmd_file_close_window):
1042
1043         Show a confirmation dialog when there are pending print jobs while
1044         closing the main window. Fixes bug #480964.
1045         
1046 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1049         (ev_print_operation_get_job_name),
1050         (ev_print_operation_get_status),
1051         (ev_print_operation_get_progress),
1052         (ev_print_operation_update_status),
1053         (ev_print_operation_export_get_job_name), (clamp_ranges),
1054         (get_first_and_last_page), (ev_print_operation_export_run_next),
1055         (print_job_finished), (export_print_done), (export_job_cancelled),
1056         (update_progress), (export_print_page),
1057         (ev_print_operation_export_begin),
1058         (ev_print_operation_export_print_dialog_response_cb),
1059         (ev_print_operation_export_run),
1060         (ev_print_operation_export_cancel),
1061         (ev_print_operation_export_class_init):
1062         * shell/ev-window.c:
1063         (ev_window_print_update_pending_jobs_message),
1064         (ev_window_print_operation_done),
1065         (ev_window_print_progress_response_cb),
1066         (ev_window_print_operation_status_changed),
1067         (ev_window_print_operation_begin_print), (ev_window_print_range),
1068         (ev_window_dispose):
1069
1070         Show progress information when printing. Fixes bug #482770.
1071         
1072 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/Makefile.am:
1075         * shell/ev-progress-message-area.[ch]:
1076         * shell/ev-message-area.[ch]: (ev_message_area_init),
1077         (ev_message_area_set_image_from_stock):
1078
1079         Add EvProgressMessageArea derived from EvMessageArea to show
1080         progress information in the message area. 
1081         
1082 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1085
1086         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1087         close button. Add a function to get the contents of the message
1088         area.
1089         
1090 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/Makefile.am:
1093         * shell/ev-print-operation.[ch]:
1094         * shell/ev-jobs.[ch]: (ev_job_export_init),
1095         (ev_job_export_dispose), (ev_job_export_run),
1096         (ev_job_export_class_init), (ev_job_export_new),
1097         (ev_job_export_set_page):
1098         * shell/ev-window.c: (ev_window_print_operation_done),
1099         (ev_window_print_range), (ev_window_dispose):
1100
1101         First step of the printing system rework. EvJobPrint has been
1102         replaced by EvJobExport so that every page is scheduled to be
1103         exported in a thread instead of scheduling the whole printing
1104         process. This way the gui is responsive during printing.
1105         
1106 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * shell/ev-window.c: (setup_size_from_metadata),
1109         (ev_window_load_print_settings_from_metadata):
1110
1111         Fix memory leaks.
1112         
1113 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * libdocument/ev-document.c: (ev_document_get_type):
1116
1117         Add GObject type as prerequisite to EvDocument interface so that
1118         document instances can be used as GObjects.
1119         
1120 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-view.c: (jump_to_find_result):
1123
1124         Only jump the the location of the find result for the first match
1125         when searching. It drastically improves the performance when
1126         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1127         #564774.
1128         
1129 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * properties/ev-properties-main.c: (ev_properties_get_pages):
1132         * properties/ev-properties-view.[ch]:
1133         (ev_properties_view_dispose), (ev_properties_view_class_init),
1134         (ev_properties_view_set_info), (ev_properties_view_new):
1135         * shell/ev-properties-dialog.[ch]:
1136         (ev_properties_dialog_set_document):
1137         * shell/ev-window.c: (ev_window_setup_document),
1138         (ev_window_cmd_file_properties):
1139
1140         Add document URI to properties page. Fixes bug #555376.
1141         
1142 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * configure.ac:
1145         * data/Makefile.am:
1146         * data/evince-password.glade: Removed
1147         * data/evince-properties.glade: Removed
1148         * properties/ev-properties-view.c:
1149         (ev_properties_view_class_init), (set_property),
1150         (ev_properties_view_set_info), (ev_properties_view_init):
1151         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1152         (font_cell_data_func), (ev_properties_fonts_init):
1153
1154         Remove Glade dependency.
1155         
1156 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * backend/comics/comics-document.c: (comics_document_load):
1159
1160         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1161         
1162 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * NEWS:
1165         * configure.ac:
1166
1167         Update for release 2.25.2
1168         
1169 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * configure.ac:
1172         * shell/Makefile.am:
1173         * shell/ev-keyring.[ch]:
1174         * shell/ev-password.[ch]: Removed
1175         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1176         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1177         (ev_password_view_init), (ev_password_view_set_uri),
1178         (ev_password_dialog_got_response),
1179         (ev_password_dialog_remember_button_toggled),
1180         (ev_password_dialog_entry_changed_cb),
1181         (ev_password_dialog_entry_activated_cb),
1182         (ev_password_view_ask_password), (ev_password_view_get_password),
1183         (ev_password_view_get_password_save_flags),
1184         (ev_password_view_new):
1185         * shell/ev-window.c: (ev_window_password_view_unlock),
1186         (ev_window_load_job_cb), (ev_window_close_dialogs),
1187         (ev_window_init):
1188
1189         Rework the password view. When the password is in the keyring it's
1190         used automatically without showing the password dialog and it's  
1191         only stored in the keyring when we are sure it's correct. The
1192         password dialog has been reworked too, in order to make it
1193         more hig compliant and consistent with the GTK+ dialog used in
1194         gtkmountoperation. Fixes bug #562496. 
1195         
1196 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * backend/comics/comics-document.c: (comics_document_load):
1199
1200         Do not trust file extensions when getting the command needed to
1201         uncompress comic documents. Fixes bug #562143.
1202         
1203 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * libdocument/ev-document-factory.c: (get_document_from_uri),
1206         (ev_document_factory_get_document):
1207         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1208         (get_mime_type_from_data), (ev_file_get_mime_type):
1209
1210         Move mime-type functions from document-facrory to file-helpers so
1211         that it can be reused.
1212         
1213 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1216         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1217         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1218         (ev_window_reload_remote), (ev_window_reload_document):
1219
1220         Add support for reloading remote documents. Fixes bug #555399.
1221         
1222 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * shell/ev-view.c: (ev_view_find_previous):
1225
1226         Make sure find_result is never < 0 which causes a crash while
1227         searching. Fixes bug #558377.
1228         
1229 2008-11-19  Marek Kašík <mkasik@redhat.com>
1230
1231         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1232         (ev_pixbuf_cache_get_selection_surface):
1233         
1234         Fixes crash on fast scrolling with simultaneous text selection.
1235
1236 2008-11-19  Marek Kašík <mkasik@redhat.com>
1237
1238         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1239         * shell/ev-window.c (launch_external_uri):
1240         
1241         Fixes assertion fail on selecting text. See bug #561393.
1242
1243 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * shell/Makefile.am:
1246         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1247         (ev_job_layers_dispose), (ev_job_layers_run),
1248         (ev_job_layers_class_init), (ev_job_layers_new):
1249         * shell/ev-sidebar-layers.[ch]:
1250         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1251         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1252         (ev_view_reload_page), (ev_view_reload):
1253         * shell/ev-window.c: (setup_sidebar_from_metadata),
1254         (ev_window_sidebar_current_page_changed_cb),
1255         (sidebar_layers_visibility_changed), (ev_window_init):
1256
1257         Add layers support.
1258         
1259 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * data/icons/22x22/actions/Makefile.am:
1262         * data/icons/22x22/actions/eye.png:
1263         * shell/ev-stock-icons.[ch]:
1264         
1265         Add eye icon from gimp to hide/show layers.
1266         
1267 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * configure.ac:
1270         * cut-n-paste/Makefile.am:
1271         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1272         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1273         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1274
1275         Add GimpCellRendererToggle from gimp slightly modified to fit our
1276         needs. 
1277         
1278 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * configure.ac:
1281         * backend/pdf/ev-poppler.cc:
1282
1283         Implement layers interface in PDF backend.
1284         
1285 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * libdocument/Makefile.am:
1288         * libdocument/ev-document-layers.[ch]:
1289         * libdocument/ev-layer.[ch]:
1290
1291         Add optional content (layers) interface.
1292         
1293 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1296         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1297
1298         Removes unused code.
1299
1300 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * NEWS:
1303         * configure.ac:
1304
1305         Update for 2.25.1 release
1306
1307 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c:
1310
1311         Fix build with GTK+ < 2.14
1312
1313 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1314
1315         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1316         
1317         Makes menu label translatable. Fixes bug #559129.
1318
1319 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1320
1321         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1322         (t1_transform_font):
1323         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1324         
1325         More renames of warning to mdvi_warning in follow up to the
1326         fix of the bug #553369. Fix for the bug #559257 by
1327         Tuxce <tuxce.net@gmail.com>.
1328         
1329 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-application.c: (ev_application_init_session):
1332         * shell/main.c: (main):
1333
1334         Move the egg_set_desktop_file() call to main and remove
1335         gtk_window_set_default_icon_name() since it's already called by
1336         egg_set_desktop_file()
1337         
1338 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1341
1342         Initialize GError to NULL.
1343         
1344 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1347         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1348         (ev_window_preview_print_finished), (launch_action):
1349
1350         Do not use popup dialogs to show error messages anymore, use the
1351         message area instead.
1352         
1353 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * shell/ev-window.c: (ev_window_error_message),
1356         (ev_window_warning_message), (ev_window_set_document),
1357         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1358         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1359         (ev_window_cmd_help_contents), (launch_external_uri),
1360         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1361         (ev_attachment_popup_cmd_open_attachment),
1362         (attachment_save_dialog_response_cb):
1363
1364         Use a message format (with printf()-style) in
1365         ev_window_error_message and ev_window_warning_message.
1366
1367 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-window.c: (ev_window_error_message),
1370         (ev_window_warning_message), (ev_window_set_document),
1371         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1372         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1373         (ev_window_cmd_help_contents), (launch_external_uri),
1374         (image_save_dialog_response_cb),
1375         (ev_attachment_popup_cmd_open_attachment),
1376         (attachment_save_dialog_response_cb):
1377
1378         Change ev_window_error_message and ev_window_warning_message to
1379         receive a EvWindow instead of a GtkWindow. It's more consistent
1380         and avoids unneeded casts.
1381         
1382 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-window.c: (ev_window_cmd_help_contents):
1385
1386         Use gtk_show_uri() when availale to display help contents.
1387         
1388 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * configure.ac:
1391         * backend/pdf/ev-poppler.cc:
1392         * properties/ev-properties-view.c:
1393         * shell/Makefile.am:
1394         * shell/ev-tooltip.[ch]: Removed
1395         * shell/ev-view-private.h
1396         * shell/eggfindbar.c:
1397         * shell/ev-application.c:
1398         * shell/ev-open-recent-action.c:
1399         * shell/ev-sidebar-thumbnails.c:
1400         * shell/ev-view.c:
1401         * shell/ev-window.c:
1402
1403         Bump GTK+ requirement to 2.12.
1404         
1405 2008-10-27 Christian Persch <chpe@gnome.org>
1406
1407         * backend/djvu/djvu-document.c
1408         * backend/dvi/cairo-device.c
1409         * cut-n-paste/evmountoperation/ev-mount-operation.h
1410         * cut-n-paste/gedit-message-area/gedit-message-area.h
1411         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1412         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1413         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1414         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1415         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1416         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1417         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1418         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1419         * cut-n-paste/zoom-control/ephy-zoom-action.c
1420         * cut-n-paste/zoom-control/ephy-zoom-action.h
1421         * cut-n-paste/zoom-control/ephy-zoom-control.c
1422         * cut-n-paste/zoom-control/ephy-zoom-control.h
1423         * libdocument/ev-async-renderer.h
1424         * libdocument/ev-document-factory.c
1425         * libdocument/ev-document-misc.h
1426         * libdocument/ev-image.h
1427         * libdocument/ev-selection.h
1428         * shell/ev-properties-fonts.h
1429         * shell/ev-stock-icons.h
1430         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1431         directly. Bug #558064.
1432
1433 2008-10-27 Christian Persch <chpe@gnome.org>
1434
1435         * cut-and-paste/smclient/*: Update from libegg.
1436
1437 2008-10-27 Christian Persch <chpe@gnome.org>
1438
1439         * backend/djvu/djvu-document.c
1440         * backend/ps/ev-spectre.c
1441         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1442
1443 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1444
1445         * shell/ev-view.c (ev_view_change_page),
1446         (ev_view_transition_animation_finish),
1447         (ev_view_transition_animation_cancel), (page_changed_cb),
1448         (ev_view_set_presentation), (ev_view_next_page),
1449         (ev_view_previous_page):
1450         
1451         Cancel the animation without scheduling transition start
1452         and proceed to the next page to fix bug #516749.
1453
1454 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * NEWS:
1457         * configure.ac:
1458
1459         Update for release 2.24.1
1460         
1461 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1464
1465         Disable toggle function of F5 when in presentation mode. Patch by
1466         Dave Neary. Fixes bug #556162.
1467         
1468 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1471         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1472         (ev_sidebar_thumbnails_fill_model),
1473         (ev_sidebar_thumbnails_refresh),
1474         (ev_sidebar_thumbnails_set_document):
1475
1476         Instead of using only one loading icon for thumbnails based on the
1477         size of the first page, create an icon for every different page
1478         size. Fixes bug #556264.
1479         
1480 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1483
1484         Fix memory leak.
1485         
1486 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1487
1488         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1489
1490         Removes bad prefixes from window title. Patch by 
1491         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1492         
1493 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * shell/ev-window.c: (launch_external_uri):
1496
1497         Do not consider mailto links as http uris. Fixes bug #555801.
1498         
1499 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1502
1503         Fix memory leak. Fixes bug #555134.
1504         
1505 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1506
1507         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1508
1509         Emit the job finished signal when the job is handled before the
1510         page_ready callback.
1511         
1512 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-window.c: (launch_action):
1515
1516         Use GdkAppLaunchContext when available to launch external
1517         applications.
1518         
1519 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-window.c: (launch_action):
1522
1523         Fix launching external applications for launch actions which seems
1524         to be broken since the gio port. Fixes bug #554500.
1525         
1526 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * backend/dvi/Makefile.am:
1529         * backend/dvi/cairo-device.c:
1530         * backend/dvi/dvi-document.c:
1531         * backend/dvi/mdvi-lib/Makefile.am:
1532
1533         Fix several compile warnings in the dvi backend.
1534         
1535 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * backend/dvi/mdvi-lib/common.h:
1538         * backend/dvi/mdvi-lib/dviread.c:
1539         * backend/dvi/mdvi-lib/font.c:
1540         * backend/dvi/mdvi-lib/fontmap.c:
1541         * backend/dvi/mdvi-lib/fontsrch.c:
1542         * backend/dvi/mdvi-lib/gf.c:
1543         * backend/dvi/mdvi-lib/pagesel.c:
1544         * backend/dvi/mdvi-lib/pk.c:
1545         * backend/dvi/mdvi-lib/sp-epsf.c:
1546         * backend/dvi/mdvi-lib/special.c:
1547         * backend/dvi/mdvi-lib/tfm.c:
1548         * backend/dvi/mdvi-lib/tfmfile.c:
1549         * backend/dvi/mdvi-lib/util.c:
1550         * backend/dvi/mdvi-lib/vf.c:
1551
1552         Rename error as mdvi_error to avoid symbol conflicts with the libc
1553         error. Rename also message, crash, fatal and warning for
1554         consistency. Fixes bug #553369.
1555         
1556 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * backend/dvi/dvi-document.c: (dvi_document_load):
1559
1560         Fix memory leak.
1561         
1562 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * backend/dvi/dvi-document.c:
1565
1566         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1567         G_IMPLEMENT_INTERFACE.
1568         
1569 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1572
1573         Make sure copy_job_page_and_selection_to_job_info is always called
1574         before copy_job_to_job_info. Fixes bug #552382.
1575         
1576 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * NEWS:
1579         * configure.ac:
1580
1581         Update for release 2.24.0
1582         
1583 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * shell/ev-window.c: (launch_external_uri):
1586
1587         Use GdkAppLaunchContext when available to launch external uris.
1588         
1589 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * shell/ev-window.c: (launch_external_uri):
1592
1593         Use the message area to show errors when lauching external uris
1594         instead of a popup window.
1595         
1596 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-window.c: (launch_external_uri):
1599
1600         Assume invalid uris are http uris. Fixes bug #552071.
1601         
1602 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * NEWS:
1605         * configure.ac:
1606
1607         Update for release 2.23.92.
1608         
1609 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * shell/eggfindbar.c: (egg_find_bar_class_init):
1612
1613         Allow page scrolling with PageUp/PageDown keys when find bar is
1614         active. Fixes bug #529833.
1615         
1616 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * shell/ev-view-private.h:
1619         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1620         (ev_view_scroll), (ev_view_class_init):
1621         * shell/ev-view-accessible.c:
1622         (ev_view_accessible_action_do_action):
1623         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1624         (ev_window_cmd_scroll_backward):
1625
1626         Use GtkScrollType instead of EvScrollType.
1627         
1628 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1629
1630         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1631         
1632         Patch for case unsensitive page label match by Michael Lee.
1633         See bug #550136.
1634         
1635         * shell/ev-page-action.c (create_tool_item):    
1636         * test/Makefile.am:
1637         * test/test1.py:
1638         * test/test4.py:
1639         * test/test5.py:
1640         
1641         Added test for the above and updated other tests.
1642
1643 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * shell/ev-window.c: (image_save_dialog_response_cb):
1646
1647         Do not append the file extension twice when saving an image.
1648         
1649 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1652
1653         Remove an invalid ifdef.
1654         
1655 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * shell/ev-view.c: (ev_view_motion_notify_event):
1658
1659         Make sure the cursor is correctly restored after showing the right
1660         click menu.
1661         
1662 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1665         (ev_attachment_open):
1666         * shell/ev-sidebar-attachments.c:
1667         (ev_sidebar_attachments_button_press):
1668         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1669
1670         Use GdkAppLaunchContext when available to open attachments.
1671         
1672 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1675
1676         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1677         by Eric Piel.
1678         
1679 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-application.c: (ev_application_get_media_keys):
1682         * shell/ev-media-player-keys.[ch]:
1683         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1684         (ev_media_player_keys_grab_keys),
1685         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1686         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1687         * shell/ev-window.[ch]: (ev_window_dispose),
1688         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1689         (ev_window_init):
1690
1691         Clean up the media player keys stuff.
1692         
1693 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * NEWS:
1696         * configure.ac:
1697
1698         Update for release 2.23.91.
1699         
1700 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1703         (sm_client_xsmp_set_initial_properties):
1704
1705         Fix memory leak.
1706         
1707 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-application.c: (ev_application_open_window),
1710         (ev_application_open_uri_at_dest):
1711
1712         Make sure evince starts up in the right workspace when resuming a
1713         previous session.
1714         
1715 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * shell/ev-application.[ch]: (ev_application_open_window),
1718         (ev_application_add_icon_path_for_screen),
1719         (ev_application_open_uri_at_dest):
1720
1721         Fix window manager warnings shown in ~/.xsession-errors
1722         
1723 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * configure.ac:
1726         * cut-n-paste/Makefile.am:
1727         * cut-n-paste/smclient/Makefile.am:
1728         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1729         * cut-n-paste/smclient/eggsmclient-private.h:
1730         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1731         * cut-n-paste/smclient/eggsmclient.[ch]:
1732
1733         EggSMClient copied from libegg
1734
1735         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1736         * shell/Makefile.am:
1737         * shell/ev-application.[ch]: (ev_application_load_session),
1738         (smclient_save_state_cb), (smclient_quit_cb),
1739         (ev_application_init_session), (ev_application_shutdown),
1740         (ev_application_init):
1741         * shell/main.c: (main):
1742
1743         Use EggSMClient instead of gnome-client and remove libgnome and
1744         libgnomeui dependencies.
1745         
1746 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * shell/main.c: (main):
1749
1750         Remove gnome_authentication_manager_init.
1751         
1752 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * shell/ev-view.c: (ev_view_goto_window_create):
1755
1756         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1757         since it's now deprecated.
1758         
1759 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * backend/djvu/Makefile.am:
1762         * backend/djvu/djvu-document-private.h:
1763         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1764         (djvu_document_find_iface_init):
1765         * backend/djvu/djvu-text-page.[ch]:
1766         * backend/djvu/djvu-text.[ch]: Removed
1767         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1768         (pdf_document_find_iface_init):
1769         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1770         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1771         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1772         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1773         (ev_job_find_has_results), (ev_job_find_get_results):
1774         * shell/ev-view-private.h:
1775         * shell/ev-view.[ch]: (ev_view_expose_event),
1776         (highlight_find_results), (ev_view_finalize),
1777         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1778         (ev_view_set_document), (ev_view_find_get_n_results),
1779         (ev_view_find_get_result), (jump_to_find_result),
1780         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1781         (ev_view_find_previous), (ev_view_find_search_changed),
1782         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1783         * shell/ev-window.c: (ev_window_update_actions),
1784         (page_changed_cb), (ev_window_setup_document),
1785         (ev_window_update_find_status_message),
1786         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1787         (ev_window_clear_find_job), (find_bar_close_cb),
1788         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1789         (ev_window_dispose), (ev_window_init):
1790
1791         Rework find interface. The find logic has been moved from backends
1792         to the shell avoiding a lot of duplicated code in the backends and
1793         making easier to implement the find interface in the backends.
1794         
1795 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * backend/pdf/ev-poppler.cc:
1798         (pdf_document_thumbnails_get_dimensions):
1799
1800         Make sure thumbnail size returned by the PDF is actually
1801         valid. Fixes bug #548462.
1802         
1803 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * shell/ev-window.c: (ev_window_setup_document),
1806         (ev_window_set_document), (ev_window_dispose):
1807
1808         Remove the idle function for setting the document up when the
1809         window is destroyed. Fixes bug #549163.
1810         
1811 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1814         (ev_job_attachments_dispose), (ev_job_attachments_run),
1815         (ev_job_attachments_class_init), (ev_job_attachments_new):
1816         * shell/ev-sidebar-attachments.c:
1817         (ev_sidebar_attachments_set_document):
1818
1819         Add a new job to get the attachments in a thread with the document
1820         lock held. Fixes bug #548653.
1821         
1822 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1825         (tiff_document_document_iface_init):
1826
1827         Implement document_get_page_label in tiff backend.
1828         
1829 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * backend/tiff/tiff-document.c: (tiff_document_render):
1832
1833         Handle document orientation in tiff backend. Fixes bug #548444.
1834         
1835 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1838
1839         Do not crash when adjustment page size is 0. Fixes bug #547440.
1840         
1841 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1844
1845         Sync with current GTK+.
1846         
1847 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1848
1849         * configure.ac:
1850         
1851         Update for release 2.23.6.
1852
1853 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1856         (ev_job_load_set_password):
1857         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1858         * shell/ev-window.c: (password_dialog_response),
1859         (ev_window_load_job_cb):
1860
1861         Fix loading encrypted documents since I broke it with the jobs
1862         rework.
1863         
1864 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * NEWS:
1867
1868         Update NEWS for 2.23.6 release.
1869         
1870 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1871
1872         * backend/impress/impress-document.c:
1873         * backend/impress/render.h:
1874         * libdocument/ev-document-factory.c:
1875         * libdocument/ev-document-factory.h:
1876         * libdocument/ev-document-links.h:
1877         * libdocument/ev-document-misc.c:
1878         * libdocument/ev-document-misc.h:
1879         * properties/ev-properties-main.c:
1880         * properties/ev-properties-view.c:
1881         * properties/ev-properties-view.h:
1882         * shell/eggfindbar.c:
1883         * shell/eggfindbar.h:
1884         * shell/ev-application.c:
1885         * shell/ev-application.h:
1886         * shell/ev-jobs.h:
1887         * shell/ev-message-area.h:
1888         * shell/ev-navigation-action.c:
1889         * shell/ev-navigation-action.h:
1890         * shell/ev-open-recent-action.c:
1891         * shell/ev-open-recent-action.h:
1892         * shell/ev-page-action-widget.c:
1893         * shell/ev-page-action.c:
1894         * shell/ev-page-action.h:
1895         * shell/ev-page-cache.h:
1896         * shell/ev-password-view.h:
1897         * shell/ev-password.h:
1898         * shell/ev-pixbuf-cache.h:
1899         * shell/ev-properties-fonts.c:
1900         * shell/ev-sidebar-attachments.c:
1901         * shell/ev-sidebar-links.c:
1902         * shell/ev-sidebar-links.h:
1903         * shell/ev-sidebar-thumbnails.c:
1904         * shell/ev-sidebar-thumbnails.h:
1905         * shell/ev-sidebar.c:
1906         * shell/ev-sidebar.h:
1907         * shell/ev-stock-icons.c:
1908         * shell/ev-tooltip.h:
1909         * shell/ev-view.c:
1910         * shell/ev-view.h:
1911         * shell/ev-window.c:
1912         * shell/ev-window.h:
1913         * shell/main.c:
1914
1915         More #include cleanups. Again: reordering, single gtk.h
1916         includes and other stuff.
1917
1918 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1919
1920         * shell/eggfindbar.c:
1921         * shell/ev-application.c:
1922         * shell/ev-message-area.c:
1923         * shell/ev-navigation-action.c:
1924         * shell/ev-open-recent-action.c:
1925         * shell/ev-page-action-widget.c:
1926         * shell/ev-page-action.c:
1927         * shell/ev-password-view.c:
1928         * shell/ev-properties-dialog.c:
1929         * shell/ev-properties-fonts.c:
1930         * shell/ev-sidebar-attachments.c:
1931         * shell/ev-sidebar-page.c:
1932         * shell/ev-sidebar-thumbnails.c:
1933         * shell/ev-stock-icons.c:
1934         * shell/ev-tooltip.c:
1935         * shell/ev-view.c:
1936         * shell/ev-window.c:
1937         * shell/main.c:
1938
1939         Cleanup many #include statements: reorder so that a
1940         generic-to-specific order is used, use single gtk.h
1941         includes, and some other cleanups.
1942
1943 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/ev-jobs.h:
1946
1947         Add gio header.
1948         
1949 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1952         (ev_document_fc_mutex_trylock):
1953         * shell/Makefile.am:
1954         * shell/ev-job-queue.[ch]:
1955         * shell/ev-job-scheduler.[ch]:
1956         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1957         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1958         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1959         (ev_job_failed_from_error), (ev_job_succeeded),
1960         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1961         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1962         (ev_job_links_class_init), (ev_job_render_init),
1963         (notify_page_ready), (ev_job_render_page_ready),
1964         (ev_job_render_run), (ev_job_render_class_init),
1965         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1966         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1967         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1968         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1969         (ev_job_save_dispose), (ev_job_save_run),
1970         (ev_job_save_class_init), (ev_job_print_init),
1971         (ev_job_print_dispose), (ev_job_print_run),
1972         (ev_job_print_class_init):
1973         * shell/ev-page-cache.c:
1974         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1975         (check_job_size_and_unref), (move_one_job),
1976         (copy_job_to_job_info), (add_job),
1977         (ev_pixbuf_cache_add_jobs_if_needed):
1978         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1979         (job_fonts_finished_cb), (job_fonts_updated_cb),
1980         (ev_properties_fonts_set_document):
1981         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1982         (ev_sidebar_links_set_document):
1983         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1984         (ev_sidebar_thumbnails_set_document),
1985         (ev_sidebar_thumbnails_clear_job):
1986         * shell/ev-view-private.h:
1987         * shell/ev-view.c:
1988         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1989         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1990         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1991         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1992         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1993         (ev_window_reload_document), (ev_window_clear_save_job),
1994         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1995         (ev_window_clear_print_job), (ev_window_print_job_cb),
1996         (ev_window_print_dialog_response_cb):
1997         * shell/main.c: (main):
1998
1999         Rework the jobs system in order to make it simpler and more
2000         extensible. It allows to run jobs in the main loop instead of
2001         using a thread when it's appropriate like the fonts job. Now it's
2002         also possible to cancel jobs that are currently running. 
2003         
2004 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * libdocument/ev-debug.c: (profile_init):
2007
2008         Create the hash table also when profiling service is enabled for
2009         all sections.
2010         
2011 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * libdocument/ev-debug.[ch]: (ev_profiler_start),
2014         (ev_profiler_stop):
2015         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
2016         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
2017         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
2018         (ev_job_print_run):
2019         * shell/main.c: (main):
2020
2021         Add a profile mode available when debug is enabled. Add profilers
2022         in ev-jobs.
2023         
2024 2008-07-23  Götz Waschk <waschk@mandriva.org>
2025
2026         * configure.ac: Correctly build desktop file. Fixes
2027         bug #544237.
2028
2029 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2030
2031         * configure.ac:
2032         
2033         Update for release 2.23.5.
2034
2035 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * NEWS:
2038
2039         Update NEWS for 2.23.5 release.
2040         
2041 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-window.c: (ev_window_state_event),
2044         (ev_window_class_init):
2045
2046         Intercept window manager's fullscreen request in order to run/stop
2047         fullscreen mode. Fixes bug #493541.
2048         
2049 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-window.c: (find_bar_visibility_changed_cb):
2052
2053         Restart the job search when the find bar is opened for the second
2054         time. Fixes bug #531956.
2055         
2056 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2059         (get_document_from_uri):
2060
2061         Make sure we always return a valid error struct when
2062         get_document_from_uri fails. Fixes nautilus crash, see bug
2063         #542548.
2064         
2065 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2066
2067         * libdocument/ev-transition-effect.c
2068         (ev_transition_effect_type_get_type),
2069         (ev_transition_effect_alignment_get_type),
2070         (ev_transition_effect_direction_get_type):
2071         
2072         Fixes bug #542924. Makes enums static to fix Solaris build.
2073
2074 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * shell/ev-view.c: (ev_view_key_press_event):
2077
2078         Add '.' keybinding for blanking the screen in presentation
2079         mode. Fixes bug #542001.
2080         
2081 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * libdocument/ev-document-misc.c:
2084         (ev_document_misc_pixbuf_from_surface):
2085
2086         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2087         #540950.
2088         
2089 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * backend/comics/comics-document.c (comics_document_load):
2092         * backend/comics/comicsdocument.evince-backend.in:
2093         * configure.ac:
2094         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2095         
2096         Added support for 7-zip based cb7 comic book. Patch by
2097         Kartik Rustagi. Fixes bug #532312.
2098
2099 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2100
2101         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2102         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2103         Fixes bug #539972.
2104
2105 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2106
2107         * shell/Makefile.am:
2108         * shell/ev-application.c (ev_application_init),
2109         (ev_application_get_media_keys):
2110         * shell/ev-application.h:
2111         * shell/ev-marshal.list:
2112         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2113         (proxy_destroy), (on_media_player_key_pressed),
2114         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2115         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2116         * shell/ev-media-player-keys.h:
2117         * shell/ev-window.c (ev_window_go_previous_page),
2118         (ev_window_go_next_page), (ev_window_go_first_page),
2119         (ev_window_go_last_page), (ev_window_start_presentation),
2120         (ev_window_dispose), (view_actions_focus_in_cb):
2121         * shell/ev-window.h: When building with D-Bus support, listen
2122         for multimedia key events from gnome-settings-daemon. This allows
2123         to go to the next/previous/first/last pages using, respectively,
2124         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2125         a presentation. Fixes bug #539971.
2126
2127 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2128
2129         * configure.ac:
2130         
2131         Update for release 2.23.4.
2132
2133 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * NEWS:
2136
2137         Update news for 2.23.4 release.
2138         
2139 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2142         * shell/ev-sidebar-thumbnails.c:
2143         (ev_sidebar_thumbnails_set_loading_icon),
2144         (ev_sidebar_thumbnails_refresh):
2145         * shell/ev-window.c: (ev_window_error_message),
2146         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2147         (ev_window_set_document):
2148
2149         Do not crash opening documents with no pages and show a warning
2150         message in the message area. Fixes bugs #537574 and #171588.
2151         
2152 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * shell/Makefile.am:
2155         * shell/ev-file-monitor.[ch]:
2156         * shell/ev-window.c: (ev_window_document_changed),
2157         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2158         (ev_window_reload_job_cb), (ev_window_open_uri),
2159         (ev_window_reload_document), (ev_window_cmd_view_reload),
2160         (ev_window_dispose):
2161
2162         Automaticly reload the document when the file has changed on
2163         disk. Bug #304249.
2164         
2165 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2166
2167         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2168         * libdocument/ev-image.c: (ev_image_save_tmp):
2169         * libdocument/ev-module.c: (ev_module_load):
2170         * shell/ev-application.c: (ev_application_shutdown),
2171         (ev_application_get_print_settings):
2172         * shell/ev-sidebar-attachments.c:
2173         (ev_sidebar_attachments_button_press),
2174         (ev_sidebar_attachments_drag_data_get):
2175         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2176         (ev_window_print_finished), (ev_window_print_send),
2177         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2178         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2179         (ev_window_cmd_preview_print):
2180         * shell/main.c: (load_files_remote):
2181         Fix some build warnings under GCC 4.3.0. (#537535).
2182
2183 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-jobs.c: (ev_job_render_dispose):
2186
2187         Fix a crash in debug mode. Patch by Daniel M German.
2188         
2189 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * shell/ev-window.c:
2192
2193         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2194         
2195 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * shell/ev-window.c: (ev_window_print_send),
2198         (ev_window_do_preview_print):
2199
2200         Use the window title as print job name instead of just
2201         "evince-print". Fixes bug #534493.
2202         
2203 2008-05-19  Frederic Peters  <fpeters@0d.be>
2204
2205         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2206         Bug #533897.
2207
2208 2008-05-19  Frederic Peters  <fpeters@0d.be>
2209
2210         * help/reference/Makefile.am: added missing libevmountoperation to
2211         gtkdoc-scanobj libraries.  Bug #533896.
2212
2213 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2214
2215         * properties/ev-properties-view.c (get_default_user_units):
2216         Fixes check for default units string translation. Bug #533323.
2217
2218 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2219
2220         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2221         be an iks_free(). Fix an array overflow in the XML parser that
2222         would occur whenever the number of attributes in a tag was greater
2223         than 0 and divisible by 6. Fixes GNOME bug #530852.
2224
2225 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * backend/djvu/djvu-document-private.h:
2228         * backend/djvu/djvu-links.c:
2229         * backend/djvu/djvu-text.c:
2230         * backend/djvu/djvu-document.c: (djvu_handle_events),
2231         (djvu_wait_for_message), (djvu_document_load),
2232         (document_get_page_size), (djvu_document_render),
2233         (djvu_document_thumbnails_get_thumbnail),
2234         (djvu_document_file_exporter_end):
2235
2236         Make sure load job doesn't finish successfully when the document
2237         is not successfully decoded by libdjvu. Fixes bug #530202.
2238         
2239 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * configure.ac:
2242         * libdocument/Makefile.am:
2243         * libdocument/ev-debug.[ch]:
2244         * libdocument/ev-document.c:
2245         * shell/ev-jobs.c: (ev_job_links_dispose),
2246         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2247         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2248         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2249         (ev_job_render_page_ready), (ev_job_render_run),
2250         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2251         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2252         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2253         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2254         (ev_job_print_new), (ev_job_print_run):
2255         * shell/main.c: (main):
2256
2257         Add debug mode based on gedit code. Add debug messages in
2258         ev-jobs.
2259         
2260 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * libdocument/ev-document-factory.c: (get_document_from_uri):
2263
2264         Fix memory leak.
2265         
2266 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2267
2268         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2269         (get_mime_type_from_data), (get_document_from_uri),
2270         (ev_document_factory_get_document):
2271         
2272         Improved error message about file opening failture.
2273         Bug #529129.
2274
2275 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2276
2277         * data/evince-toolbar.xml:
2278         
2279         Allow to add SaveAs to toolbar.
2280
2281 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/ev-view-private.h:
2284         * shell/ev-view.[ch]: (ev_view_button_release_event),
2285         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2286         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2287         (ev_view_update_primary_selection), (clear_link_selected),
2288         (ev_view_copy_link_address):
2289         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2290
2291         Update also the primary selection when copying a link
2292         address. Fixes bug #520855.
2293         
2294 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * libdocument/ev-document-factory.c: (get_document_from_uri):
2297
2298         Use the pixbuf backend only when the mime type is not supported by
2299         any of the other backend so that tiff documents, for instance, are
2300         handled by the tiff backend instead of the pixbuf backend. fixes
2301         bug #520290.
2302         
2303 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * cut-n-paste/Makefile.am:
2306
2307         Add evmountoperation to subdirs list.
2308         
2309 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * configure.ac:
2312
2313         Fix libspectre check in configure script. Fixes bug #528549.
2314         
2315 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * configure.ac:
2318         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2319         * shell/Makefile.am:
2320         * shell/ev-window.c: (ev_window_load_remote_failed),
2321         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2322
2323         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2324         open documents in remote locations that are not mounted.
2325         
2326 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2329         (bitmap_convert_msb8):
2330         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2331         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2332
2333         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2334         
2335 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2338         (ev_job_render_new), (ev_job_render_set_selection_info),
2339         (ev_job_render_run):
2340         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2341         (check_job_size_and_unref),
2342         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2343         (add_job), (ev_pixbuf_cache_get_selection_surface):
2344
2345         Create the render context needed for rendering a page in the render
2346         thread so that we don't block the main thread. Simplify
2347         EvJobRender API.
2348         
2349 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * libdocument/Makefile.am:
2352         * libdocument/ev-page.[ch]:
2353         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2354         (ev_render_context_new), (ev_render_context_set_page):
2355         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2356         (ev_form_field_finalize), (ev_form_field_class_init):
2357         * libdocument/ev-document-forms.[ch]:
2358         (ev_document_forms_get_form_fields):
2359         * libdocument/ev-document.[ch]: (ev_document_get_page),
2360         (ev_document_get_page_size), (ev_document_get_page_label):
2361         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2362         (ev_job_render_run), (ev_job_thumbnail_new),
2363         (ev_job_thumbnail_run), (ev_job_print_run):
2364         * shell/ev-page-cache.c: (ev_page_cache_new):
2365         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2366         (check_job_size_and_unref), (add_job):
2367         * shell/ev-sidebar-thumbnails.c: (add_range):
2368         * shell/ev-view.c: (ev_view_form_field_get_region),
2369         (ev_view_form_field_button_create_widget),
2370         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2371         (ev_view_handle_form_field), (ev_view_size_allocate),
2372         (get_selected_text):
2373         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2374         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2375         (pdf_document_get_page), (pdf_document_get_page_label),
2376         (pdf_document_render), (pdf_document_get_info),
2377         (pdf_document_document_iface_init),
2378         (pdf_document_thumbnails_get_thumbnail),
2379         (pdf_document_thumbnails_get_dimensions),
2380         (pdf_document_file_exporter_do_page),
2381         (pdf_selection_render_selection),
2382         (pdf_selection_get_selected_text),
2383         (pdf_selection_get_selection_region),
2384         (pdf_selection_get_selection_map),
2385         (pdf_document_forms_get_form_fields),
2386         (pdf_document_forms_form_field_text_get_text),
2387         (pdf_document_forms_form_field_text_set_text),
2388         (pdf_document_forms_form_field_button_set_state),
2389         (pdf_document_forms_form_field_button_get_state),
2390         (pdf_document_forms_form_field_choice_get_item),
2391         (pdf_document_forms_form_field_choice_get_n_items),
2392         (pdf_document_forms_form_field_choice_is_item_selected),
2393         (pdf_document_forms_form_field_choice_select_item),
2394         (pdf_document_forms_form_field_choice_toggle_item),
2395         (pdf_document_forms_form_field_choice_unselect_all),
2396         (pdf_document_forms_form_field_choice_set_text),
2397         (pdf_document_forms_form_field_choice_get_text):
2398         * backend/ps/ev-spectre.c: (ps_document_get_page),
2399         (ps_document_get_page_size), (ps_document_get_page_label),
2400         (ps_document_render), (ps_document_document_iface_init),
2401         (ps_document_file_exporter_do_page):
2402         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2403         (tiff_document_render), (tiff_document_render_pixbuf),
2404         (tiff_document_file_exporter_do_page):
2405         * backend/pixbuf/pixbuf-document.c:
2406         (pixbuf_document_get_page_size):
2407         * backend/comics/comics-document.c:
2408         (comics_document_get_page_size), (comics_document_render_pixbuf):
2409         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2410         (djvu_document_render), (djvu_selection_get_selected_text),
2411         (djvu_document_thumbnails_get_thumbnail),
2412         (djvu_document_file_exporter_do_page),
2413         (djvu_document_find_get_result):
2414         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2415         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2416         (dvi_document_thumbnails_get_thumbnail),
2417         (dvi_document_file_exporter_do_page):
2418         * backend/impress/impress-document.c:
2419         (impress_document_get_page_size),
2420         (impress_document_render_pixbuf):
2421         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2422
2423         Add EvPage so that we can hold a reference to the backend
2424         page. Form fields keep now a reference to the poppler page
2425         improving performance since we don't have to create/destroy the
2426         poppler field for every form operation. This will be needed for
2427         annotations too.
2428         
2429 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * data/evince-ui.xml:
2432         * shell/ev-window.c:
2433
2434         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2435         
2436 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * configure.ac:
2439         * backend/ps/Makefile.am:
2440
2441         Remove gs stuff from ps backend.
2442         
2443 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * configure.ac:
2446         * backend/pdf/ev-poppler.cc:
2447
2448         Bump poppler requirement to 0.8.0.
2449         
2450 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2451
2452         * NEWS:
2453         * configure.ac:
2454
2455         Update for release 2.22.1.1
2456
2457 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * configure.ac:
2460
2461         Fix build (again) when poppler version is 0.6
2462         
2463 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/djvu/djvu-links.c: (build_tree):
2466
2467         Make sure link title is a valid utf8 string. Fixes bug #526517.
2468         
2469 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * configure.ac:
2472
2473         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2474         #526799.
2475         
2476 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2477
2478         * configure.ac:
2479         
2480         Update for release 2.22.1.
2481
2482 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * NEWS:
2485
2486         Update for upcoming release.
2487
2488 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * configure.ac:
2491         * backend/dvi/dvidocument.evince-backend.in:
2492
2493         Add compressed dvi to the list of supported mime types. Patch by
2494         Ed Catmur. Fixes bug #307087.
2495
2496 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2499
2500         Fix a crash when printing a range that doesn't specify the start or
2501         end page. Fixes bug #524288.
2502
2503 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * shell/ev-window.c: (ev_window_cmd_continuous),
2506         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2507         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2508         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2509         (ev_window_run_presentation), (ev_window_stop_presentation),
2510         (ev_window_cmd_view_presentation),
2511         (ev_window_cmd_leave_fullscreen),
2512         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2513
2514         Do not unfullscreen and fullscreen again the window when changing
2515         from fullscreen to presentation mode and vice versa. Fixes bug
2516         #524112.
2517         
2518 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2521
2522         Do not crash when thumbnail failed to render in PS backend. Fixes
2523         bug #525015.
2524         
2525 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2528         (ev_window_load_file_remote), (ev_window_open_uri):
2529
2530         Handle errors when opening remote files.
2531         
2532 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2535
2536         Only grab the focus for the current visible proxy widget. Fixes
2537         bug #521224.
2538         
2539 2008-03-30  Emil Soleyman  <emil@nishra.com>
2540
2541         * shell/ev-window.c: (launch_external_uri):
2542         
2543         Reuse g_app_info_launch_default_for_uri to
2544         save some code and fix bug #525009.
2545
2546 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2547
2548         * shell/ev-window.c (image_save_dialog_response_cb):
2549
2550         Use g_str_has_suffix. See bug #523069.
2551
2552 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * configure.ac:
2555
2556         Add a configure option to enable/diable DBus. Patch by Rémi
2557         Cardona. Fixes bug 521797.
2558
2559 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2562
2563         Fix printing in documents with rotated pages. Patch by Eugen
2564         Dedu. Fixes bug #512648.
2565         
2566 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2569         (ev_link_from_action):
2570
2571         Fix warning messages.
2572         
2573 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * shell/ev-window.c: (image_save_dialog_response_cb):
2576
2577         Do not append the extension to filename when saving an image
2578         if the filename alredy contains the extension. Fixes bug #523069.
2579         
2580 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * shell/ev-view.[ch]: (ev_view_find_cancel):
2583         * shell/ev-window.c: (find_bar_close_cb):
2584
2585         Cancel the find operation when the find bar is closed. Fixes bug
2586         #508845.
2587         
2588 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * backend/ps/psdocument.evince-backend.in:
2591
2592         Make ps backend module resident. Fixes bug #520607.
2593         
2594 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-jobs.c: (ev_job_print_run):
2597
2598         Invert collate action in order to work as expected, fix reverse
2599         printing so that it doesn't start with a blank page and fix number
2600         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2601         
2602 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2605
2606         Fix build with poppler <= 0.7.2
2607         
2608 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * libdocument/ev-document-misc.c:
2611         (ev_document_misc_surface_from_pixbuf):
2612
2613         Fix selections with poppler-splash.
2614         
2615 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * configure.ac:
2618         * backend/pdf/ev-poppler.cc:
2619
2620         Fix build with poppler >= 0.7.2
2621         
2622 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2623
2624         * configure.ac:
2625         
2626         Update for release 2.22.0
2627
2628 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * NEWS:
2631
2632         Update for upcoming release.
2633
2634 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2635
2636         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2637
2638         Bug 495107 – Handle print dialog responses correctly
2639
2640         Correctly handle print dialog response. Properly fixes
2641         the above mentioned bug.
2642
2643 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2646
2647         Make sure print job is only run when the print button is
2648         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2649         
2650 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * backend/pdf/pdfdocument.evince-backend.in:
2653         * libdocument/ev-backends-manager.c:
2654         (ev_backends_manager_load_backend),
2655         (ev_backends_manager_get_document):
2656         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2657
2658         Allow making backend modules resident. This is needed only for
2659         some backends like pdf to avoid registering glib types more than
2660         once.
2661         
2662 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * backend/comics/comics-document.c:
2665         * backend/djvu/djvu-document.c:
2666         * backend/impress/impress-document.c:
2667         * backend/pdf/ev-poppler.cc:
2668         * backend/pixbuf/pixbuf-document.c:
2669         * backend/ps/ev-spectre.c:
2670         * backend/ps/ps-document.c:
2671         * backend/tiff/tiff-document.c:
2672         * libdocument/ev-document.h:
2673         * properties/ev-properties-main.c:
2674
2675         Use g_type_module_add_interface instead of
2676         g_type_add_interface_static. Fixes bug #519679.
2677         
2678 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2679
2680         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2681         Added. Returns whether the animation has everything necessary to run.
2682         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2683         is ready just because it's been created. Fixes #519106.
2684         (draw_one_page): Do not show the "Loading..." text in presentation
2685         mode, there was a slim probability that this could happen.
2686
2687 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2690
2691         Duplicate mime_type string before freeing it so that it doesn't
2692         always fail when getting mime type from uri. Fixes bug #518874.
2693         
2694 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2697
2698         Fix a crash when a choice form field doesn't have any item
2699         selected. Fixes bug #518831
2700         
2701 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2702
2703         * shell/ev-window.c (ev_window_clear_temp_file):
2704         Use g_file_has_prefix instead of renamed
2705         g_file_contains_file.
2706
2707         * configure.ac:
2708         Require new glib for above change.
2709         
2710 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * libdocument/ev-image.c: (ev_image_finalize),
2713         (ev_image_save_tmp):
2714
2715         Return a real uri instead of a filename when saving an
2716         image. Fixes images drag an drop from evince to nautilus. 
2717         
2718 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * backend/pdf/ev-poppler.cc:
2721         (pdf_document_images_get_image_mapping):
2722
2723         Return the image list in the right order. Fixes bug #516237.
2724         
2725 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2726
2727         * backend/impress/impress-document.c:
2728         (impress_document_thumbnails_get_thumbnail):
2729
2730         Remove unused variable to avoid a compiler warning.
2731
2732 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2733
2734         * configure.ac:
2735         
2736         Update for release 2.21.91.
2737
2738 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * configure.ac:
2741         * shell/Makefile.am:
2742         * shell/ev-application.[ch]:
2743         * shell/ev-sidebar-links.c:
2744         * shell/ev-utils.[ch]:
2745         * shell/ev-window.[ch]:
2746
2747         Remove libgnomeprint support. Fixes bug #512370.
2748         
2749 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2750
2751         * thumbnailer/evince-thumbnailer.c: (main):
2752
2753         Initialize glib type system before using it. Fixes bug #513934.
2754         
2755 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * properties/ev-properties-main.c:
2758
2759         Add missing #include.
2760         
2761 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * configure.ac:
2764         * backend/djvu/djvu-document.c: (djvu_document_render):
2765         * backend/tiff/tiff-document.c: (tiff_document_render):
2766
2767         Use the new cairo function cairo_format_stride_for_width when
2768         available. Fixes bug #482720.
2769
2770 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2773         (get_mime_type_from_data), (get_document_from_uri):
2774
2775         Use g_content_type_guess() only when slow is true in
2776         get_document_from_uri(). Fix several memory leaks.
2777         
2778 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2779
2780         * libdocument/ev-document-factory.c:
2781         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2782         (get_document_from_uri):
2783
2784         Use g_content_type_guess () to get mimetype for files.
2785         Bug #510401.
2786
2787 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * thumbnailer/Makefile.am:
2790
2791         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2792         
2793 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * configure.ac:
2796
2797         Fix build with --without-libgnome. Fixes bug #512771.
2798         
2799 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2800
2801         * backend/dvi/Makefile.am: Install only dvi
2802         module. Fixes bug #512718.
2803
2804 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2805
2806         * properties/ev-properties-main.c: (nautilus_module_initialize):
2807         
2808         Initialize backends in properties tab. Fixes bug
2809         #512720.
2810
2811 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2812
2813         * properties/Makefile.am: No need to link with 
2814         libraries. Fixes bug #512719.
2815
2816 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2817
2818         * NEWS:
2819         * configure.ac:
2820         
2821         Update for release 2.21.90.
2822
2823 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * shell/ev-window.c: (ev_window_cmd_escape):
2826
2827         Fix compile warning.
2828         
2829 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2832
2833         Fix printing in dvi backend when filename contains white
2834         espaces. Fixes bug #502839.
2835         
2836 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2839         (screensaver_disable_x11):
2840         * shell/Makefile.am:
2841         * shell/xdg-user-dir-lookup.c: Removed
2842         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2843         * shell/ev-view.c: (ev_view_presentation_transition_start):
2844         * shell/ev-window.c: (ev_window_cmd_file_open),
2845         (ev_window_cmd_save_as), (presentation_set_timeout):
2846
2847         Remove #ifdefs that are no longer needed.
2848         
2849 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-view.[ch]: (ev_view_button_release_event),
2852         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2853         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2854         (ev_window_cmd_escape):
2855
2856         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2857         
2858 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * configure.ac:
2861         * backend/comics/comics-document.c: (comics_document_load):
2862         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2863         (ev_attachment_set_property), (ev_attachment_init),
2864         (ev_attachment_save), (ev_attachment_launch_app),
2865         (ev_attachment_open):
2866         * libdocument/ev-document-factory.c: (get_document_from_uri):
2867         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2868         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2869         * shell/ev-jobs.c:
2870         * shell/ev-password.c: (ev_password_dialog_set_property),
2871         (ev_password_dialog_save_password):
2872         * shell/ev-sidebar-attachments.c:
2873         (ev_sidebar_attachments_drag_data_get):
2874         * shell/ev-window-title.c: (get_filename_from_uri):
2875         * shell/ev-window.c: (ev_window_clear_temp_file),
2876         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2877         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2878         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2879         (launch_external_uri), (image_save_dialog_response_cb),
2880         (attachment_save_dialog_response_cb):
2881         * shell/main.c: (load_files), (load_files_remote), (main):
2882         * thumbnailer/evince-thumbnailer.c: (main):
2883
2884         Port to gio and drop gnome-vfs dependency. Fixes bug
2885         #510401. Based on patch by Cosimo Cecchi.
2886         
2887 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2888
2889         * NEWS:
2890
2891         Fixed formatting inconsistencies (spaces vs. tabs)
2892
2893 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2894
2895         * shell/ev-window.c:
2896
2897         Use top/up/bottom/down arrows instead of
2898         first/left/last/right in the toolbar and menu actions.
2899         This fixes issues with RTL languages and is visually
2900         consistent with the page view. Fixes bug #170081.
2901
2902 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2903
2904         * NEWS:
2905
2906         Fixed some inaccuracies pointed out by Carlos Garcia
2907         Campos.
2908
2909 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2910
2911         * NEWS:
2912         * data/evince.schemas.in:
2913         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2914
2915         Override PDF restrictions by default. Fixes bug #382700.
2916
2917 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2918
2919         * NEWS: Updated for upcoming release
2920
2921 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2924
2925         Fix memory leak.
2926         
2927 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2928
2929         * shell/ev-window.c: (register_custom_actions):
2930         
2931         Added comment for translators
2932
2933 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-view.c: (ev_view_button_release_event):
2936
2937         Do not create the idle function for kinetic scrolling if we are
2938         not in a drag operation.
2939
2940 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2943         (ev_view_button_press_event), (ev_view_motion_notify_event),
2944         (ev_view_button_release_event):
2945
2946         Restore cursor after autoscrolling. Fixes bug #509958.
2947
2948 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * configure.ac:
2951         * backend/pdf/ev-poppler.cc:
2952         (pdf_document_images_get_image_mapping),
2953         (pdf_document_images_get_image),
2954         (pdf_document_document_images_iface_init):
2955         * libdocument/ev-document-images.[ch]:
2956         (ev_document_images_get_image_mapping),
2957         (ev_document_images_get_image):
2958         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2959         (ev_image_get_id), (ev_image_save_tmp):
2960         * shell/ev-jobs.c: (ev_job_render_run):
2961         * shell/ev-view.c: (ev_view_drag_data_get):
2962         * shell/ev-window.c: (image_save_dialog_response_cb),
2963         (ev_view_popup_cmd_copy_image):
2964
2965         Do not render images when rendering the page but on demand. It
2966         reduces the memory comsumption.
2967         
2968 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2969
2970         * configure.a:
2971         * shell/ev-password.c:
2972
2973         Make gnome-keyring optional. Fixes bug #509676.
2974         
2975 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/ev-pixbuf-cache.c: (add_job):
2978
2979         Initialize include_images variable as FALSE instead of TRUE.
2980         
2981 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * configure.ac:
2984         * cut-n-paste/Makefile.am:
2985         * cut-n-paste/fileformatchooser/Makefile.am:
2986         * cut-n-paste/fileformatchooser/egg-macros.h:
2987         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2988         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2989         * shell/Makefile.am:
2990         * shell/ev-utils.c:
2991         (file_chooser_dialog_add_writable_pixbuf_formats),
2992         (get_gdk_pixbuf_format_by_extension):
2993         * shell/ev-utils.h:
2994         * shell/ev-window.c: (ev_window_error_message),
2995         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2996         
2997         Simplify image format selection on save.
2998
2999 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * shell/ev-view.c: (ev_view_scroll_event):
3002         
3003         Repair gorizontal scrolling with shift. Fixes
3004         bug #483412.
3005
3006 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3007         
3008         * MAINTAINERS:
3009
3010         Fix formatting issues.
3011         
3012 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3013
3014         * backend/comics/comics-document.c: (comics_regex_quote):
3015         
3016         Don't overquote special chars except of '. See bug 
3017         502500. Thanks to Tom Parker.
3018
3019 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3020
3021         * MAINTAINERS:
3022         
3023         Added Nickolay and Carlos, since they're doing most of
3024         the releases nowadays.
3025
3026 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3027
3028         * properties/Makefile.am:
3029
3030         Get the nautilus extension dir properly instead of using
3031         a hack. Fixes bug #505359.
3032
3033 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3034
3035         * properties/Makefile.am:
3036         
3037         Install nautilus extension into new place. See bug
3038         #505359. Thanks to Matthias Clasen, Brian Pepple and
3039         Damien Carbery.
3040
3041 2008-01-13  Djihed Afifi  <djihed@gmail.com>
3042
3043         * shell/ev-window.c: (ev_window_get_recent_file_label):
3044         
3045         RTL marker in recent file list. See bug #509076.
3046
3047 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3050         * shell/ev-window.c: (image_save_dialog_response_cb):
3051
3052         Fix compile warnings due to unused variables.
3053         
3054 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * configure.ac:
3057         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3058         * backend/ps/ev-spectre.c: (ps_document_render):
3059
3060         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3061
3062 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3063
3064         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3065         (ev_transition_animation_paint): Implement "fade" effect.
3066
3067 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3068
3069         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3070         (ev_transition_animation_paint): Implement "uncover" effect.
3071
3072 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3073
3074         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3075         (ev_transition_animation_paint): Implement "cover" effect.
3076
3077 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3078
3079         * shell/ev-transition-animation.c (ev_transition_animation_push)
3080         (ev_transition_animation_paint): Implement "push" effect.
3081
3082 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3083
3084         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3085         (ev_transition_animation_paint): Implement "dissolve" effect.
3086
3087 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3088
3089         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3090         (ev_transition_animation_paint): Implement "wipe" effect.
3091
3092 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3093
3094         * shell/ev-transition-animation.c (ev_transition_animation_box)
3095         (ev_transition_animation_paint): Implement "box" effect.
3096
3097 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3098
3099         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3100         (ev_transition_animation_paint): Implement "blinds" effect.
3101
3102 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3103
3104         * shell/ev-transition-animation.c (ev_transition_animation_split)
3105         (ev_transition_animation_paint): Implement "split" effect.
3106
3107 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3108
3109         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3110         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3111         (ev_view_transition_animation_start) 
3112         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3113         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3114         (ev_view_next_page) (ev_view_previous_page):
3115         
3116         Use EvTransitionAnimation to drive page changes in the presentation
3117         mode, the animation will wait to start until both the origin and 
3118         destination page surfaces are available. Fixes #458460.
3119
3120         (draw_loading_text):
3121
3122         Remove workaround for bug #320352, it's now fixed properly.
3123
3124
3125 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3126
3127         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3128         will contain the implementations for page transition animations, at
3129         the moment it just has the "replace" effect.
3130         * shell/Makefile.am: Added these files to build.
3131
3132 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3133
3134         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3135         animations.
3136         * shell/Makefile.am: Added these files to build.
3137
3138 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3139
3140         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3141         implementation to get_effect() in EvDocumentTransitionIface.
3142
3143 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3144
3145         * libdocument/ev-transition-effect.[ch]: New files, define a page
3146         transition effect, at the moment it maps PopplerPageTransition to a
3147         GObject.
3148         * libdocument/Makefile.am: Added these files to build.
3149         * libdocument/ev-document-transition.[ch]
3150         (ev_document_transition_get_effect): New method, gets the
3151         EvTransitionEffect returned by the interface implementation, with
3152         fallback to the "replace" effect.
3153
3154 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3155
3156         * configure.ac:
3157         * cut-n-paste/Makefile.am:
3158         * cut-n-paste/fileformatchooser/Makefile.am:
3159         * cut-n-paste/fileformatchooser/egg-macros.h:
3160         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3161         * shell/Makefile.am:
3162         * shell/ev-window.c: (image_save_dialog_response_cb),
3163         (ev_view_popup_cmd_save_image_as):
3164
3165         Allow exporting images in any format supported by
3166         GdkPixbuf. Fixes bug #500209.
3167         
3168 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * backend/pixbuf/pixbuf-document.c:
3171
3172         More warnings fixed.
3173         
3174 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3177         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3178         * backend/djvu/djvu-text.h:
3179         * backend/tiff/tiff-document.c: (tiff_document_render):
3180
3181         Fix compile warnings.
3182         
3183 2007-12-28  Christian Persch  <chpe@gnome.org>
3184
3185         * **/*.c: Include config.h. Bug #504721.
3186
3187 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * configure.ac:
3190         * Makefile.am:
3191         * po/POTFILES.in:
3192         * backend/comics/Makefile.am:
3193         * backend/comics/comics-document.[ch]:
3194         * backend/comics/comicsdocument.evince-backend.in:
3195         * backend/djvu/Makefile.am:
3196         * backend/djvu/djvu-document.[ch]:
3197         * backend/djvu/djvudocument.evince-backend.in:
3198         * backend/dvi/Makefile.am:
3199         * backend/dvi/dvi-document.[c]:
3200         * backend/dvi/dvidocument.evince-backend.in:
3201         * backend/impress/Makefile.am:
3202         * backend/impress/impress-document.[ch]:
3203         * backend/impress/impressdocument.evince-backend.in:
3204         * backend/pdf/Makefile.am:
3205         * backend/pdf/ev-poppler.cc:
3206         * backend/pdf/ev-poppler.h:
3207         * backend/pdf/pdfdocument.evince-backend.in:
3208         * backend/pixbuf/Makefile.am:
3209         * backend/pixbuf/pixbuf-document.[ch]:
3210         * backend/pixbuf/pixbufdocument.evince-backend.in:
3211         * backend/ps/Makefile.am:
3212         * backend/ps/ev-spectre.[ch]:
3213         * backend/ps/ps-document.[ch]:
3214         * backend/ps/psdocument.evince-backend.in:
3215         * backend/tiff/Makefile.am:
3216         * backend/tiff/tiff-document.[ch]:
3217         * backend/tiff/tiffdocument.evince-backend.in:
3218         * libdocument/Makefile.am:
3219         * libdocument/ev-backends-manager.[ch]:
3220         * libdocument/ev-module.[ch]:
3221         * libdocument/ev-document.h:
3222         * libdocument/ev-document-factory.[ch]:
3223         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3224         (get_compression_from_mime_type), (get_document_from_uri),
3225         (ev_document_factory_get_document), (file_filter_add_mime_types),
3226         (ev_document_factory_add_filters):
3227         * shell/Makefile.am:
3228         * shell/ev-window-title.c: (get_filename_from_uri):
3229         * shell/main.c: (main):
3230         * thumbnailer/Makefile.am:
3231         * thumbnailer/evince-thumbnailer.c: (main):
3232
3233         Plugin system for backends. Fixes bug #351348.
3234         
3235 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3236
3237         * shell/ev-view-private.h:
3238         * shell/ev-view.c: (ev_view_drag_update_momentum),
3239         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3240         (ev_view_button_release_event), (ev_view_destroy):
3241         
3242         Kinetic scrolling implemented as requested in
3243         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3244
3245 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3246
3247         * data/evince-toolbar.xml:
3248         * data/evince-ui.xml:
3249         * shell/ev-view-private.h:
3250         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3251         (ev_view_button_press_event), (ev_view_motion_notify_event),
3252         (ev_view_button_release_event), (ev_view_init),
3253         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3254         (ev_view_set_cursor):
3255         * shell/ev-view.h:
3256         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3257         (ev_window_cmd_view_autoscroll):
3258         
3259         Autoscroll feature with the context menu. Fixes bug 
3260         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3261
3262 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3265
3266         Disconnect also page-ready signal when removing a job because the
3267         page size has changed. Thanks to kripken
3268         <kripkensteiner@gmail.com>.
3269
3270 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3271
3272         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3273         
3274         Scroll pages in page entry with mouse wheel. Fixes bug
3275         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3276
3277 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * backend/dvi/Makefile.am:
3280         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3281         (mdvi_cairo_device_init):
3282         * backend/dvi/mdvi-lib/common.h:
3283         * backend/dvi/mdvi-lib/mdvi.h:
3284         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3285         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3286         (mdvi_build_path_from_cwd):
3287
3288         Add ps specials support in dvi backend when libspectre is
3289         present. Fixes bug #386005.
3290         
3291 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * configure.ac:
3294         * backend/ps/Makefile.am:
3295         * backend/ps/ev-spectre.[ch]:
3296         
3297         Use libspectre, if available, for the ps backend. Fixes bugs
3298         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3299
3300 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3301         
3302         * backend/comics/comics-document.c: (comics_document_load):
3303         
3304         Cygwin build issue fix.
3305
3306 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * shell/ev-view.c: (ev_view_set_zoom):
3309
3310         Do not limit the minimum zoom factor when sizing mode is best bit
3311         or fit width. Fixes bug #503805.
3312         
3313 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3316         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3317         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3318         (ev_link_dest_get_property), (ev_link_dest_set_property),
3319         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3320         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3321         (ev_link_dest_new_fitr):
3322         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3323         (goto_fith_dest), (goto_xyz_dest):
3324
3325         Do not change left, top and zoom values when they are null in PDF
3326         destinations. Fixes bug #460658.
3327         
3328 2007-12-10  Christian Persch  <chpe@gnome.org>
3329
3330         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3331         (ev_view_accessible_class_init),
3332         (ev_view_accessible_idle_do_action),
3333         (ev_view_accessible_action_do_action),
3334         (ev_view_accessible_action_get_description),
3335         (ev_view_accessible_action_set_description),
3336         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3337         (ev_view_accessible_factory_init),
3338         (ev_view_accessible_factory_get_accessible_type):
3339         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3340         private data, and G_DEFINE_TYPE. Bug #502843.
3341
3342 2007-12-08  Christian Persch  <chpe@gnome.org>
3343
3344         * shell/ev-metadata-manager.c: (item_free),
3345         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3346         (value_free), (parse_value), (parseItem),
3347         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3348         (save_values): Use GSlice to allocate small amounts of memory. Bug
3349         #475972.
3350
3351 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3354
3355         Restore cursor to normal after a drag operation. Fixes bug
3356         #501603.
3357         
3358 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * NEWS:
3361         * configure.ac:
3362         
3363         Update for release 2.21.1
3364
3365 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * configure.ac:
3368         * cut-n-paste/gedit-message-area/Makefile.am:
3369         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3370         * shell/Makefile.am:
3371         * shell/ev-message-area.[ch]:
3372         * shell/ev-window.c: (ev_window_set_message_area),
3373         (ev_window_error_message_response_cb), (ev_window_error_message),
3374         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3375         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3376         (ev_attachment_popup_cmd_open_attachment),
3377         (attachment_save_dialog_response_cb), (ev_window_set_document),
3378         (ev_window_init):
3379
3380         Use a message area instead of a popup dialog for error
3381         notifications. Fixes bug #337495.
3382         
3383 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3386         (ev_window_run_fullscreen):
3387
3388         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3389         
3390 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * ev-sidebar-thumbnails.c: (update_visible_range),
3393         (ev_sidebar_thumbnails_refresh),
3394         (ev_sidebar_thumbnails_set_document),
3395         (ev_sidebar_thumbnails_support_document):
3396
3397         Show thumbnails for documents with one page. Fixes bug #358751.
3398         
3399 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-window.c:
3402         (ev_window_load_print_settings_from_metadata),
3403         (ev_window_save_print_settings), (ev_window_print_finished),
3404         (ev_window_print_range):
3405
3406         Print settings that are specific to the document are now saved per
3407         document in the metadata file. Fixes bug #488806.
3408         
3409 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3410
3411         * backend/tiff/tiff-document.c: (tiff_document_render):
3412
3413         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3414         
3415 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * shell/ev-application.[ch]: (get_find_string_from_args),
3418         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3419         (ev_application_open_uri_list):
3420         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3421         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3422         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3423         (ev_window_cmd_recent_file_activate),
3424         (ev_window_open_recent_action_item_activated),
3425         (ev_window_print_send), (open_remote_link):
3426         * shell/main.c: (arguments_parse):
3427
3428         Add a command line option for search. Fixes bug #497710.
3429         
3430 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3431
3432         * shell/ev-jobs.c: (ev_job_print_new):
3433
3434         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3435         
3436 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3437
3438         * data/evince-toolbar.xml:
3439         * shell/Makefile.am:
3440         * shell/ev-application.c: (ev_application_init):
3441         * shell/ev-open-recent-action.[ch]:
3442         * shell/ev-window.c:
3443         (ev_window_open_recent_action_item_activated),
3444         (register_custom_actions):
3445
3446         Add an expander to the open toolbar item which pops up a dropdown
3447         menu with the recently used documents. Fixes bug #487215.
3448         
3449 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3450
3451         * shell/ev-window.c: (ev_window_open_uri),
3452         (ev_window_cmd_view_reload):
3453
3454         Do not jump to the first page when reloading by running evince
3455         from the command line. Fixes bug #490847.
3456         
3457 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3458
3459         * shell/ev-window.c: (ev_window_cmd_help_contents):
3460
3461         Plugged memory leak when help file is not found. Fixes bug
3462         #490762.
3463         
3464 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * configure.ac:
3467
3468         Enable djvu, dvi and comics backends by default. Fixes bug
3469         #437121.
3470         
3471 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * configure.ac:
3474         * cut-n-paste/Makefile.am:
3475         * cut-n-paste/recent-files/*: Removed
3476         * help/reference/Makefile.am:
3477         * shell/Makefile.am:
3478         * shell/ev-application.[ch]: (ev_application_shutdown),
3479         (ev_application_init):
3480         * shell/ev-window.c: (ev_window_add_recent),
3481         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3482
3483         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3484         
3485 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3486
3487         * shell/ev-window.c: (launch_external_uri):
3488
3489         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3490         and report error if the URL is not supported (#489910).
3491
3492 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3495         (pdf_document_file_exporter_begin_page),
3496         (pdf_document_file_exporter_end_page):
3497
3498         Fix printing with poppler splash backend. Fixes bug #489774.
3499         
3500 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3503         * shell/ev-print-job.c: (ev_print_job_class_init):
3504
3505         Fix a crash when printing with the gnome-print dialog. Fixes bug
3506         #488939.
3507         
3508 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3509
3510         * backend/pixbuf/pixbuf-document.c:
3511
3512         Fix an implicit function definition warning (#487655)
3513
3514 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-window.c:
3517
3518         Fix conflicting shortcut for view sade pane and presentation.
3519         
3520 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * backend/pdf/ev-poppler.cc:
3523         (pdf_document_file_exporter_begin_page),
3524         (pdf_document_file_exporter_do_page),
3525         (pdf_document_file_exporter_end_page),
3526         (pdf_document_file_exporter_iface_init):
3527         * libdocument/ev-file-exporter.[ch]:
3528         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3529         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3530         (ev_job_print_run):
3531
3532         When printing multiple pages per sheet in reverse option, do not
3533         invert the order of the pages in every sheet, but the order of the
3534         sheets. Do not print blank pages when page range is invalid. Fixes
3535         bugs #484857 and #485521.
3536         
3537 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3540         (ev_job_print_run):
3541         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3542
3543         Respect ranges order when printing more than one range in random
3544         order.
3545         
3546 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3547
3548         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3549         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3550
3551         Rotate also the window icon when document is rotated. Fixes bug
3552         #474681.
3553         
3554 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3557         (pdf_document_forms_get_form_fields):
3558
3559         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3560         Matthias Drochner.
3561         
3562 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * configure.ac:
3565         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3566
3567         Use poppler_page_render_for_printing() instead of
3568         poppler_page_render() if available when exporting to a ps or pdf
3569         file. Fixes bug #476627.
3570         
3571 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * shell/ev-window.c: (ev_window_run_fullscreen):
3574
3575         Do not show the toolbar in fullscreen mode if the main toolbar is
3576         not visible. Fixes bug #483048.
3577         
3578 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * shell/ev-view.c: (ev_view_button_press_event):
3581
3582         Give priority to form fields over images when deciding whether a
3583         button press event is over an image or form field. It allows edit
3584         form fields when they are over a background image. Fixes bug
3585         #477841.
3586         
3587 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3588
3589         * NEWS:
3590         * configure.ac:
3591         
3592         Update for release 2.20.0
3593
3594 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * backend/pdf/ev-poppler.cc:
3597
3598         Remove #ifdef HAVE_FORMS, so that forms support works again.
3599
3600 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3601
3602         * configure.ac:
3603         * data/evince.desktop.in.in:
3604         
3605         Fixes desktop file issues. See bug #473471.
3606
3607 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3610         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3611         (ev_job_queue_remove_job):
3612         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3613         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3614         * shell/ev-window.c: (ev_window_clear_save_job),
3615         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3616         (ev_window_dispose):
3617
3618         Move save a copy task to its own job so that it's carried out in a
3619         thread avoiding another lock in the main thread. Use
3620         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3621         can be saved to a pathin another file system. Fixes bug #456891.
3622         
3623 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3624
3625         * NEWS:
3626         * configure.ac:
3627         
3628         Update for release 2.19.92
3629
3630 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * configure.ac:
3633         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3634         (pdf_selection_get_selection_region),
3635         (pdf_selection_get_selection_map),
3636         (ev_form_field_from_poppler_field):
3637
3638         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3639         and triple click selections are enabled again now.
3640
3641 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/ev-window.c: (ev_window_add_history):
3644
3645         Make sure not to use the history with documents not supporting
3646         links. Fixes bug #468954.
3647
3648 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * shell/ev-window.c: (ev_window_load_job_cb):
3651
3652         Restart the search when reloading a document with the find bar
3653         visible. Fixes bug #461962.
3654
3655 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-window.c: (setup_document_from_metadata),
3658         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3659
3660         Do not jump to the first page when reloading a document from the
3661         last page.
3662
3663 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-window.c: (update_chrome_flag),
3666         (setup_sidebar_from_metadata),
3667         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3668         (ev_window_cmd_edit_find_next),
3669         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3670         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3671         (find_bar_close_cb), (view_actions_focus_in_cb):
3672
3673         Do not update visibility when changing a chrome flag so that it's
3674         possible to update several flags and update visibility only once
3675         for all of them.
3676
3677 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3680
3681         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3682         supported by gtk+. Fixes bug #460907.
3683
3684 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * shell/ev-view.c: (view_update_range_and_current_page):
3687
3688         Make sure current-page <= end-page in continuous mode. Fixes bug
3689         #454950.
3690
3691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * backend/pdf/ev-poppler.cc: (build_tree):
3694
3695         Ignore outline items without a title. Fixes bug #453913.
3696
3697 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3700         (ev_view_button_release_event), (ev_view_leave_notify_event):
3701
3702         Use always drag mouse cursor during a drag operation. Fixes bug
3703         #470564.
3704
3705 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3708         (pdf_selection_get_selection_region),
3709         (pdf_selection_get_selection_map):
3710
3711         Temporarily disable double and triple selections since it depends on
3712         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3713         released and the update of the external dependency minimal version
3714         approved.
3715
3716 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3719         (pdf_document_file_exporter_do_page):
3720         * libdocument/ev-file-exporter.h:
3721         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3722         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3723
3724         Actually fix printing regressions. Remove orientation from
3725         EvPrintContext since it's redundant.
3726
3727 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3730         * backend/impress/impress-document.c:
3731         (impress_document_document_iface_init):
3732         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3733         * backend/djvu/djvu-document.c:
3734         (djvu_document_document_iface_init),
3735         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3736         * backend/tiff/tiff-document.c:
3737         (tiff_document_document_iface_init):
3738         * backend/pixbuf/pixbuf-document.c:
3739         (pixbuf_document_document_iface_init):
3740         * backend/comics/comics-document.c:
3741         (comics_document_document_iface_init):
3742         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3743         (pdf_selection_render_selection),
3744         (pdf_selection_get_selected_text),
3745         (pdf_selection_get_selection_region),
3746         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3747         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3748         (ev_selection_get_selection_region),
3749         (ev_selection_get_selection_map):
3750         * libdocument/ev-document.[ch]:
3751         * shell/ev-pixbuf-cache.[ch]: (add_job),
3752         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3753         * shell/ev-view-private.h:
3754         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3755         (ev_job_render_run):
3756         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3757         * shell/ev-view.c: (start_selection_for_event),
3758         (ev_view_button_press_event), (ev_view_drag_data_get),
3759         (ev_view_drag_data_received), (ev_view_button_release_event),
3760         (compute_new_selection_text), (compute_selections),
3761         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3762         (ev_view_primary_get_cb):
3763
3764         Add support for double and triple click selections.
3765
3766 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * NEWS:
3769         * configure.ac:
3770
3771         Update for release 2.19.4
3772
3773 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3774
3775         * shell/ev-view-private.h:
3776         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3777         (ev_view_set_highlight_search):
3778         * shell/ev-view.h:
3779         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3780         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3781         (find_bar_visibility_changed_cb):
3782         
3783         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3784
3785 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3788         (pdf_document_file_exporter_begin),
3789         (pdf_document_file_exporter_do_page):
3790         * shell/ev-jobs.c: (ev_job_print_run):
3791         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3792
3793         Create always a portrait cairo surface and rotate when needed for
3794         landscape. It fixes printing problems in real printers.
3795
3796 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3799         * libdocument/ev-file-exporter.[ch]:
3800         (ev_file_exporter_get_capabilities):
3801         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3802         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3803
3804         Adjust number of pages per row according to page orientation when
3805         printing 2 or 6 pages per sheet.
3806
3807 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-window.c: (ev_window_print_send):
3810
3811         Reset also cups setting to 1 when printing multiple pages per
3812         sheet. Fixes bug #468853.
3813
3814 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * libdocument/ev-document-misc.c:
3817         (ev_document_misc_surface_rotate_and_scale):
3818
3819         Use directly cairo_surface_get_content() when creating a similar
3820         surface as suggested by Jeff Muizelaar. Thanks again.
3821
3822 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * backend/djvu/djvu-document.c: (djvu_document_render):
3825         * backend/tiff/tiff-document.c: (tiff_document_render):
3826         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3827         * libdocument/ev-document-misc.c:
3828         (ev_document_misc_surface_from_pixbuf),
3829         (ev_document_misc_surface_rotate_and_scale):
3830
3831         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3832         creating page surfaces. Fixes bug #453123. Thank you very much to
3833         Jeff Muizelaar <jeff@infidigm.net>.
3834
3835 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-page-cache.c: (ev_page_cache_new),
3838         (ev_page_cache_get_thumbnail_size):
3839         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3840         (ev_sidebar_thumbnails_set_loading_icon):
3841
3842         Also store in page-cache the dimensions of the thumbnails so that
3843         they can be used to create the correct loading icon in the side
3844         pane. Fixes bug #466857.
3845
3846 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * backend/pdf/ev-poppler.cc:
3849         (pdf_document_thumbnails_get_thumbnail):
3850
3851         Fix thumbnails rotation in pdf documents that include embedded 
3852         thumbnails.
3853
3854 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3855
3856         * backend/pdf/ev-poppler.cc:
3857
3858         Don't use #ifdef in macro expansion. Some compilers don't
3859         like that. Closes bug #467042.
3860
3861 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3862
3863         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3864         
3865         Fixes memory leak in djvu backend.
3866
3867 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3868
3869         * data/icons/32x32/Makefile.am:
3870         * data/icons/32x32/actions/Makefile.am:
3871         * data/icons/32x32/actions/view-page-cont.svg:
3872         * data/icons/32x32/actions/view-page-facing.svg:
3873         * data/icons/48x48/Makefile.am:
3874         * data/icons/48x48/actions/Makefile.am:
3875         * data/icons/48x48/actions/view-page-cont.svg:
3876         * data/icons/48x48/actions/view-page-facing.svg:
3877         
3878         Icons for a new sizes.
3879
3880 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3881
3882         * shell/ev-page-cache.c: (build_height_to_page),
3883         (ev_page_cache_get_height_to_page):
3884         
3885         Fixes invalid read, see bug #466401.
3886
3887 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3890         (set_drag_cursor):
3891         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3892         (configure_item_cursor), (new_pixbuf_from_widget):
3893
3894         Fix multihead problems in toolbar editor. Fixes bug #382055.
3895
3896 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * shell/ev-window.c: (ev_window_cmd_file_open),
3899         (ev_window_cmd_save_as):
3900
3901         Use g_get_user_special_dir when available instead of
3902         xdg_user_dir_lookup.
3903
3904 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3905
3906         * MAINTAINERS:
3907         
3908         Updated according to request on desktop-devel.
3909
3910 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3911
3912         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3913
3914         Do not use cairo_rectangle and cairo_clip since we are
3915         not using cairo_fill but cairo_paint. Use the same cairo context
3916         for every page in the same expose event.
3917
3918 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3919
3920         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3921         leak.
3922
3923 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * configure.ac:
3926         * NEWS:
3927
3928         Release 0.9.3
3929
3930 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * libdocument/ev-document-info.h:
3933         * libdocument/ev-document.h:
3934         * shell/ev-page-action.h:
3935         * shell/ev-sidebar-links.h:
3936
3937         Fix a headers problem with ev-link
3938         
3939         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3940         * shell/ev-view-private.h:
3941         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3942         (get_link_area), (ev_view_query_tooltip),
3943         (ev_view_leave_notify_event), (ev_view_destroy),
3944         (ev_view_class_init):
3945
3946         Use new gtk tooltips when available instead of ev-tooltip.
3947         
3948 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3949
3950         * shell/ev-window.c: (update_chrome_visibility),
3951         (ev_window_sidebar_visibility_changed_cb):
3952
3953         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3954         
3955 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * shell/ev-navigation-action.c:
3958         (ev_navigation_action_history_changed),
3959         (ev_navigation_action_set_history):
3960         * shell/ev-navigation-action-widget.c:
3961         (ev_navigation_action_widget_init):
3962         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3963
3964         Fix compile warnings.
3965         
3966 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3969         (egg_editable_toolbar_dispose):
3970
3971         Fix memory leak.
3972         
3973 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3976         (screensaver_disable_x11):
3977         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3978         * shell/ev-window.c: (presentation_set_timeout):
3979         * shell/ev-view.c: (ev_view_presentation_transition_start):
3980
3981         Use g_timeout_add_seconds instead of g_timeout_add when
3982         available.
3983         
3984 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3987
3988         Set horizontal scrollbar policy to AUTOMATIC instead of
3989         NEVER. Workaround for bug #449462.
3990         
3991 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * shell/ev-jobs.c: (ev_job_render_page_ready):
3994
3995         Add page_ready callback to main loop with high priority and hold
3996         a reference to job during idle.
3997         
3998 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * configure.ac:
4001         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
4002         (pdf_document_file_exporter_begin),
4003         (pdf_document_file_exporter_do_page),
4004         (pdf_document_file_exporter_get_capabilities):
4005         * libdocument/ev-file-exporter.h:
4006         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4007         * shell/ev-window.c: (ev_window_print_send),
4008         (ev_window_print_dialog_response_cb):
4009
4010         Allow printing multiple pages per sheet. Fixes bug #395573.
4011         
4012 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * shell/ev-view.c: (tip_from_link):
4015         
4016         Check for NULL, fixes bug #460862.
4017
4018 2007-07-29  Christian Persch  <chpe@gnome.org>
4019
4020         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4021         (ev_window_preview_print_finished), (ev_window_do_preview_print),
4022         (ev_window_cmd_preview_print):
4023         
4024         Fixes bug #437681 - blocks while enumerating printers.
4025
4026 2007-07-29  Christian Persch  <chpe@gnome.org>
4027
4028         * shell/ev-window.c: (ev_window_screen_changed):
4029         
4030         Don't use deprecated gtk+ function. See bug #460909.
4031
4032 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * shell/ev-utils.c: (get_num_monitors):
4035         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4036
4037         Do not use display before initializing it. Remove compile
4038         warnings.
4039
4040 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
4041
4042         * shell/ev-view.c: (ev_view_class_init):
4043         
4044         Unix-like hjkl bindings added. See bug #458111.
4045
4046 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
4047
4048         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4049         * shell/ev-utils.h:
4050         * shell/ev-view.c: (ev_view_set_zoom_for_size),
4051         (ev_view_update_view_size):
4052         * shell/ev-view.h:
4053         * shell/ev-window.c: (ev_window_update_actions),
4054         (setup_view_from_metadata), (ev_window_screen_changed),
4055         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4056         (zoom_control_changed_cb):
4057         * shell/ev-window.h:
4058         
4059         Reorganizes utility functions.
4060
4061 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4064         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4065         (add_job), (ev_pixbuf_cache_get_surface),
4066         (ev_pixbuf_cache_get_link_mapping),
4067         (ev_pixbuf_cache_get_image_mapping),
4068         (ev_pixbuf_cache_get_form_field_mapping),
4069         (ev_pixbuf_cache_get_text_mapping):
4070         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4071         (notify_page_ready), (ev_job_render_page_ready),
4072         (ev_job_render_run):
4073
4074         Add page_ready signal to notify that page is ready as soon as
4075         possible even if other page elements like links, forms, images or
4076         text mapping are not ready yet.
4077
4078 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4081         (dvi_document_file_exporter_do_page),
4082         (dvi_document_file_exporter_get_capabilities),
4083         (dvi_document_file_exporter_iface_init):
4084         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4085         (ps_document_file_exporter_do_page),
4086         (ps_document_file_exporter_get_capabilities),
4087         (ps_document_file_exporter_iface_init):
4088         * backend/djvu/djvu-document.c:
4089         (djvu_document_file_exporter_begin),
4090         (djvu_document_file_exporter_end),
4091         (djvu_document_file_exporter_get_capabilities),
4092         (djvu_document_file_exporter_iface_init):
4093         * backend/tiff/tiff-document.c:
4094         (tiff_document_file_exporter_begin),
4095         (tiff_document_file_exporter_get_capabilities),
4096         (tiff_document_document_file_exporter_iface_init):
4097         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4098         (pdf_document_file_exporter_do_page),
4099         (pdf_document_file_exporter_get_capabilities),
4100         (pdf_document_file_exporter_iface_init):
4101         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4102         (ev_file_exporter_get_capabilities):
4103         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4104         (idle_print_handler), (ev_print_job_print):
4105         * shell/ev-jobs.c: (ev_job_print_run):
4106         * shell/ev-window.c: (ev_window_print_send),
4107         (ev_window_print_range):
4108
4109         Use capabilities to know which options should be offered by the
4110         print dialog depending on the document backend.
4111
4112 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4115
4116         Give priority to forms over text to set the cursor.
4117
4118 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * shell/ev-view-private.h:
4121         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4122         (ev_view_leave_notify_event), (ev_view_finalize),
4123         (ev_view_get_property), (ev_view_class_init):
4124
4125         Use IBEAM cursor for text form fields and NORMAL cursor for read
4126         only fields. Remove unused status attribute.
4127
4128 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4131
4132         Update region for current selected items also for checkbox
4133         buttons, since they can behave as radio buttons when they are in a
4134         set.
4135
4136 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * configure.ac:
4139         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4140
4141         Get max length of text form fields.
4142
4143 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4146         * libdocument/ev-form-field.h:
4147         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4148
4149         Fix build with current poppler cvs head.
4150
4151 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4152
4153         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4154         * shell/eggfindbar.c: (egg_find_bar_init):
4155
4156         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4157         deprecation. Fixes bug #455667
4158
4159 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4160
4161         * NEWS:
4162         * configure.ac:
4163         
4164         Update for release 0.9.2
4165
4166 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-view.c: (ev_view_form_field_text_save),
4169         (ev_view_form_field_choice_save):
4170
4171         Fix a crash when closing whith a form widget visible.
4172
4173 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4176
4177         Update also the region of the current selected button when
4178         clicking on another button if they are radio buttons.
4179
4180 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4183         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4184         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4185         (ev_pixbuf_cache_get_link_mapping),
4186         (ev_pixbuf_cache_get_image_mapping),
4187         (ev_pixbuf_cache_get_form_field_mapping),
4188         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4189         * shell/ev-view.c: (ev_view_form_field_get_region),
4190         (ev_view_form_field_button_create_widget),
4191         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4192         (job_finished_cb):
4193
4194         Redraw only form field region instead of the whole page when
4195         reloading a page to show changes on the form field.
4196
4197 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * shell/ev-view.c: (ev_view_form_field_choice_save):
4200
4201         Fix selection of first item in list form fields.
4202
4203 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4204
4205         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4206         (ev_pixbuf_cache_reload_page),
4207         (ev_pixbuf_cache_get_form_field_mapping):
4208
4209         Some refactoring to avoid duplicated code.
4210
4211 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * configure.ac:
4214         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4215         (ev_form_field_from_poppler_field),
4216         (pdf_document_forms_get_form_fields),
4217         (pdf_document_forms_form_field_text_get_text),
4218         (pdf_document_forms_form_field_text_set_text),
4219         (pdf_document_forms_form_field_button_set_state),
4220         (pdf_document_forms_form_field_button_get_state),
4221         (pdf_document_forms_form_field_choice_get_item),
4222         (pdf_document_forms_form_field_choice_get_n_items),
4223         (pdf_document_forms_form_field_choice_is_item_selected),
4224         (pdf_document_forms_form_field_choice_select_item),
4225         (pdf_document_forms_form_field_choice_toggle_item),
4226         (pdf_document_forms_form_field_choice_unselect_all),
4227         (pdf_document_forms_form_field_choice_set_text),
4228         (pdf_document_forms_form_field_choice_get_text),
4229         (pdf_document_document_forms_iface_init):
4230         * libdocument/Makefile.am:
4231         * libdocument/ev-form-field.[ch]:
4232         * libdocument/ev-document-forms.[ch]:
4233         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4234         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4235         (add_job), (ev_pixbuf_cache_reload_page),
4236         (ev_pixbuf_cache_get_form_field_mapping):
4237         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4238         * shell/ev-view-private.h:
4239         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4240         (ev_view_handle_cursor_over_xy),
4241         (ev_view_get_form_field_at_location),
4242         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4243         (ev_view_form_field_button_create_widget),
4244         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4245         (ev_view_form_field_text_create_widget),
4246         (ev_view_form_field_choice_save),
4247         (ev_view_form_field_choice_changed),
4248         (ev_view_form_field_choice_create_widget),
4249         (ev_view_handle_form_field), (ev_view_size_allocate),
4250         (ev_view_realize), (draw_end_presentation_page),
4251         (ev_view_button_press_event), (ev_view_remove_all),
4252         (ev_view_motion_notify_event), (ev_view_key_press_event),
4253         (ev_view_enter_notify_event), (highlight_find_results),
4254         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4255         (ev_view_class_init), (page_changed_cb),
4256         (on_adjustment_value_changed), (ev_view_set_presentation),
4257         (merge_selection_region), (ev_view_set_cursor),
4258         (ev_view_reset_presentation_state):
4259         
4260         Merge evince-forms branch.
4261
4262 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4263
4264         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4265
4266         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4267         This script also updates itself from libegg
4268
4269         * cut-n-paste/toolbar-editor/egg*:
4270         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4271         libegg
4272
4273 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4274
4275         * shell/ev-window.c:
4276         
4277         Adds a nice icon to page action during toolbar editing.
4278         See bug #452872.
4279
4280 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4281
4282         * data/evince-toolbar.xml:
4283         * shell/ev-window.c:
4284         
4285         Let user add a presentation and fullscreen icons on toolbar.
4286         See bug #449734.
4287
4288 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4289
4290         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4291
4292         new script to keep in sync with toolbareditor in libegg
4293
4294         * cut-n-paste/toolbar-editor/*: 
4295
4296         Run update-toolbareditor-from-libegg so we are in sync again. 
4297         Fixes bug #452850.
4298         
4299
4300 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * shell/ev-sidebar-links.c: (job_finished_callback):
4303
4304         Do not connect selection changed signal more than once. Fixes bug
4305         #349433.
4306
4307 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4310
4311         Do not change sidebar chrome flag when pressing F9 key in
4312         presentation mode.
4313
4314 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * backend/pdf/ev-poppler.cc:
4317         (pdf_document_thumbnails_get_dimensions):
4318
4319         Make sure thumbnails width and height is not <= 0. Fixes a crash
4320         with some pdf documents which have really small pages.
4321
4322 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4323
4324         * shell/main.c: (main):
4325
4326         Fixes program description translation issue.
4327         Bug #450148.
4328
4329 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4330
4331         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4332
4333         Do not change current page when returning from black/white mode
4334         in presentation. Fixes bug #415032.
4335
4336 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4337
4338         * NEWS:
4339         * configure.ac:
4340         
4341         Update for release 0.9.1
4342
4343 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4344
4345         * backend/dvi/dvi-document.c:
4346         (dvi_document_finalize),
4347         (dvi_document_file_exporter_format_supported),
4348         (dvi_document_file_exporter_begin),
4349         (dvi_document_file_exporter_do_page),
4350         (dvi_document_file_exporter_end),
4351         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4352         
4353         PDF exporter for dvi documents. Fixes bug #441319.
4354
4355 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * shell/ev-window.c: (ev_window_clear_print_job):
4358
4359         Clear gtk print job when job has finished. Fixes bug #447612.
4360
4361 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * shell/ev-window.c: (ev_window_print_send),
4364         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4365
4366         Add preview button to print dialog. Fixes bug #445419.
4367
4368 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * backend/dvi/Makefile.am:
4371         * backend/dvi/pixbuf-device.[ch]: Removed
4372         * backend/dvi/cairo-device.[ch]: Added
4373         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4374         * backend/dvi/dvi-document.c: (dvi_document_load),
4375         (dvi_document_render), (dvi_document_finalize),
4376         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4377         (dvi_document_do_color_special):
4378         * libdocument/ev-document-misc.[ch]:
4379         (ev_document_misc_pixbuf_from_surface):
4380
4381         Port dvi backend to cairo and fix a problem with colors. 
4382
4383 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * shell/ev-view.c: (draw_one_page):
4386
4387         Draw only visible region.
4388
4389 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/djvu/djvu-document.c: (djvu_document_render):
4392
4393         Fix rotation in djvu backend.
4394
4395 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4398         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4399         (ev_pixbuf_cache_get_image_mapping),
4400         (ev_pixbuf_cache_get_text_mapping):
4401
4402         Redraw view every time we have a new surface. Fixes bug #443587.
4403
4404 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * libdocument/ev-document.c: (ev_document_info_free):
4407
4408         Fix memory leaks.
4409
4410 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * backend/dvi/dvi-document.c: (dvi_document_render),
4413         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4414         * backend/impress/impress-document.c:
4415         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4416         (impress_document_render), (impress_document_document_iface_init),
4417         (impress_document_thumbnails_get_thumbnail):
4418         * backend/djvu/djvu-document-private.h:
4419         * backend/djvu/djvu-document.c: (djvu_document_render),
4420         (djvu_document_finalize), (djvu_document_document_iface_init),
4421         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4422         * backend/tiff/tiff-document.c: (tiff_document_render),
4423         (tiff_document_render_pixbuf),
4424         (tiff_document_document_iface_init):
4425         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4426         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4427         (pdf_selection_render_selection):
4428         * backend/comics/comics-document.c:
4429         (comics_document_render_pixbuf), (comics_document_render),
4430         (comics_document_document_iface_init):
4431         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4432         (pixbuf_document_document_iface_init):
4433         * libdocument/ev-document-misc.[ch]:
4434         (ev_document_misc_surface_from_pixbuf),
4435         (ev_document_misc_surface_rotate_and_scale):
4436         * libdocument/ev-document.[ch]: (ev_document_render):
4437         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4438         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4439         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4440         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4441         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4442         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4443         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4444         (render_finished_cb), (ev_job_render_run):
4445         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4446         (merge_selection_region):
4447
4448         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4449         and selections.
4450
4451 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * shell/ev-window-title.c: (ev_window_title_update):
4454
4455         Fix memory leak.
4456
4457 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4458
4459         * shell/ev-view.c: (draw_loading_text):
4460
4461         Show loading text centered. Fixes bug #433061
4462
4463 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4464
4465         * shell/ev-sidebar-thumbnails.c:
4466         (ev_sidebar_thumbnails_set_loading_icon):
4467
4468         Remove a mutex in the main thread that blocks the UI in heavy
4469         documents.
4470
4471 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4472
4473         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4474
4475         Set points_set to TRUE so that selections don't disappear after a
4476         zoom change.
4477
4478 2007-06-07  Michael Monreal  <infernux@web.de>
4479
4480         * data/icons/16x16/actions/Makefile.am:
4481         * data/icons/16x16/actions/zoom.svg:
4482         * data/icons/22x22/actions/Makefile.am:
4483         * data/icons/22x22/actions/zoom.svg:
4484         * data/icons/24x24/actions/Makefile.am:
4485         * shell/ev-stock-icons.c:
4486         * shell/ev-stock-icons.h:
4487         * shell/ev-window.c:
4488         
4489         Zoom icon artwork. See bug #444795.
4490
4491 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4492
4493         * shell/ev-metadata-manager.c: Remove extraneous function
4494         (Closes: #444386)
4495
4496 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4497
4498         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4499         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4500         (ev_metadata_manager_set), (ev_metadata_manager_save):
4501         Simplify the timeout, no need for modified anymore
4502
4503 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4504
4505         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4506         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4507         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4508         (ev_metadata_manager_save): Adapted patch from Arjan van de
4509         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4510         time, saves on power (Closes: #443851)
4511
4512 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * configure.ac:
4515         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4516         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4517
4518         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4519
4520 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4521
4522         * shell/ev-window.c: (ev_window_add_history):
4523
4524         Check if history is NULL
4525
4526 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4527
4528         * libdocument/ev-image.c: (ev_image_finalize):
4529         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4530         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4531         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4532         (ev_tmp_uri_unlink):
4533
4534         Add functions to delete temporary files created by evince in a safe
4535         way.
4536
4537         * shell/ev-window.c: (ev_window_clear_local_uri),
4538         (open_xfer_update_progress_callback),
4539         (save_xfer_update_progress_callback), (ev_window_save_remote),
4540         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4541         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4542         (attachment_save_dialog_response_cb),
4543         (ev_attachment_popup_cmd_save_attachment_as):
4544
4545         Allow saving a copy of a document, image or attachment to a remote
4546         location. Fixes bug #440754. 
4547
4548 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * configure.ac:
4551         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4552
4553         Fix build with current poppler from cvs head. 
4554
4555 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4556
4557         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4558
4559         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4560         directory exists.
4561
4562 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4563
4564         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4565         * shell/ev-window.c:
4566
4567         Change sidebar ordering. Fixes bug #439939.
4568
4569 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4570
4571         * backend/comics/Makefile.am:
4572         
4573         Fixes build with --without-libgnome.
4574
4575 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4576         
4577         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4578
4579         Update cursor and tooltip on page change and view scroll. Fixes bug
4580         #439217.
4581
4582 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * NEWS:
4585         * configure.ac:
4586         
4587         Update for release 0.9.0
4588
4589 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4590
4591         * backend/djvu/djvu-document-private.h:
4592         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4593         (djvu_document_finalize),
4594         (djvu_document_file_exporter_format_supported),
4595         (djvu_document_file_exporter_begin),
4596         (djvu_document_file_exporter_do_page),
4597         (djvu_document_file_exporter_end),
4598         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4599         
4600         Implemented printing with djvu. Bug #437998.
4601
4602 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * backend/impress/zip.c:
4605         Add missing ulong definition.
4606
4607         * backend/ps/ps-interpreter.c:
4608         Add missing headers.
4609
4610         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4611
4612 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4615
4616         Add missing call to parent class dispose method. 
4617
4618 2007-05-12  Ross Burton  <ross@openedhand.com>
4619
4620         * shell/main.c:
4621         Sync keybindings manually when building without libgnome
4622         (#437925).
4623
4624 2007-05-12  Ross Burton  <ross@openedhand.com>
4625
4626         * shell/ev-window.c:
4627         Respect the screen when opening help (#437866).
4628
4629 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * data/evince-ui.xml:
4632         * shell/ev-application.[ch]: (get_print_settings_from_args),
4633         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4634         (ev_application_open_uri_list):
4635         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4636         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4637         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4638         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4639         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4640         (ev_window_dispose):
4641         * shell/main.c: (arguments_parse):
4642
4643         Add print button in preview mode. Fixes bug #396475. 
4644
4645 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4646
4647         * cut-n-paste/zoom-control/ephy-zoom.h:
4648         
4649         Fixes zoom level factors. See bug #408119 for details.
4650
4651 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * backend/comics/comics-document.c: (comics_regex_quote),
4654         (extract_argv):
4655         
4656         Correctly quote symbols. Fixes crash in the bug
4657         #415370.
4658
4659 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4660
4661         * shell/ev-navigation-action-widget.c:
4662         (ev_navigation_action_widget_init),
4663         (ev_navigation_action_widget_class_init),
4664         (ev_navigation_action_widget_button_press_event):
4665         
4666         Connect to button-press event on correct widget. Fixes
4667         bug #431988
4668
4669 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * shell/ev-application.c: (ev_application_open_window),
4672         (ev_application_add_icon_path_for_screen),
4673         (ev_application_open_uri_at_dest):
4674         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4675         * shell/ev-navigation-action.c: (build_menu):
4676         
4677         Add app-specific icons to our icon theme. Fixes bug
4678         #425508.
4679
4680 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * shell/ev-history.c: (ev_history_class_init),
4683         (ev_history_add_link):
4684         * shell/ev-history.h:
4685         * shell/ev-navigation-action.c:
4686         (ev_navigation_action_history_changed),
4687         (ev_navigation_action_set_history), (build_menu),
4688         (ev_navigation_action_finalize):
4689         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4690         
4691         Make navigation action unsensitive instead of showing
4692         menu with unsensitive word. Fixes bug #417392.
4693
4694 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * shell/ev-application.[ch]: (ev_application_shutdown),
4697         (ev_application_get_print_settings),
4698         (ev_application_set_print_settings):
4699         * shell/ev-window.c:
4700
4701         Remember print settings. Fixes bug #349102. 
4702
4703 2007-05-08  Christian Persch  <chpe@gnome.org>
4704
4705         * configure.ac:
4706         * properties/ev-properties-view.c:
4707
4708         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4709         Bug #382438.
4710
4711 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * configure.ac:
4714         * properties/ev-properties-view.c: (ev_regular_paper_size):
4715
4716         Use gtk+ builtin paper list to identify the document's paper size.
4717         Fixes bug #382438. 
4718
4719 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * configure.ac:
4722
4723         Fix build when compiling with thumbnailer and libgnome support. 
4724
4725 2007-05-04  Ross Burton  <ross@openedhand.com>
4726
4727         * configure.ac:
4728         Add --without-libgnome, check for libgnome and libgnomeui
4729         separately, and add them to the symbols as required.
4730
4731         * libdocument/ev-file-helpers.c:
4732         When building without libgnome, use g_get_user_config_dir instead
4733         of gnome_user_dir_get.
4734
4735         * shell/ev-application.c:
4736         When building without libgnome, don't use session management.
4737
4738         * shell/main.c:
4739         When building without libgnome, don't use GnomeProgram or
4740         initialise the authentication manager.
4741
4742         This fixes #328842.
4743
4744 2007-05-04  Ross Burton  <ross@openedhand.com>
4745
4746         * shell/ev-window.c:
4747         Don't use libgnome to open help, instead call Yelp directly.
4748
4749 2007-05-04  Ross Burton  <ross@openedhand.com>
4750
4751         * shell/ev-sidebar-attachments.c:
4752         Don't use libgnome to lookup icons for MIME types, instead copy
4753         code from GTK+ to do it manually.
4754
4755 2007-05-04  Ross Burton  <ross@openedhand.com>
4756
4757         * configure.ac:
4758         Add libxml to the dependencies for SHELL_CORE (#435818).
4759
4760 2007-05-02  Ross Burton  <ross@openedhand.com>
4761
4762         * configure.ac:
4763         * Makefile.am:
4764         Add --disable-thumbnailer (#434825)
4765
4766 2007-05-02  Ross Burton  <ross@openedhand.com>
4767
4768         * shell/ev-window.c:
4769         Add missing includes, fix indentation.
4770
4771         * shell/main.c:
4772         Fix indentation.
4773
4774 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4775
4776         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4777         ev_application_open_uri_at_dest instead of ev_application_open_uri
4778         preventing new document always being opened in a new window even if there
4779         is an empty window.
4780
4781 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4782
4783         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4784         (egg_recent_view_uimanager_finalize):
4785         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4786         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4787         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4788         (ev_pixbuf_cache_dispose):
4789         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4790         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4791         
4792         Add missing chain to parent class methods. Fixes
4793         bug #433128.
4794
4795 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4796
4797         * data/Makefile.am (update-icon-cache): Updates
4798         gtk-update-icon-cache in uninstall-hook.
4799
4800 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * shell/ev-window.c: (ev_window_setup_document),
4803         (ev_window_set_document), (ev_window_load_job_cb):
4804         * shell/ev-view.c: (setup_caches):
4805         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4806
4807         Start rendering pages before any other jobs. 
4808
4809 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * shell/ev-window.c: (ev_window_stop_fullscreen),
4812         (ev_window_stop_presentation):
4813
4814         Update chrome visibility before window unfullscreen. 
4815
4816 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * data/Makefile.am:
4819         * data/evince-ui.xml:
4820         * shell/ev-stock-icons.[ch]:
4821         * shell/ev-application.[ch]: (ev_application_shutdown),
4822         (ev_application_init), (ev_application_get_toolbars_model):
4823         * shell/ev-window.c: (update_chrome_visibility),
4824         (fullscreen_toolbar_setup_item_properties),
4825         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4826         (ev_window_run_presentation), (ev_window_stop_presentation),
4827         (ev_window_run_preview), (ev_window_screen_changed),
4828         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4829         (ev_window_dispose), (ev_window_init):
4830
4831         Make fullscreen toolbar always visible. Do not use egg toolbars for
4832         fullscreen and preview modes since such toolbars are not editables.
4833         Fixes bugs #300278, #338910 and #316188.  
4834
4835 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4836
4837         * shell/ev-application.c:
4838         * shell/ev-job-queue.c:
4839         * shell/ev-metadata-manager.c:
4840         * shell/ev-stock-icons.c:
4841         * shell/ev-window.c:
4842         * shell/main.c:
4843         
4844         Developers documentation updated.
4845
4846 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4849
4850         Check whether uri is valid before launching it. Fixes bug #427664.
4851
4852 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * shell/ev-window.c:
4855
4856         Change key accelerator for Open a Copy menu entry which is in conflict
4857         with Close. Fixes bug #427321.
4858
4859 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * NEWS:
4862         * configure.ac:
4863         
4864         Update for release 0.8.1
4865
4866 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * shell/ev-window.c: (setup_size_from_metadata):
4869         
4870         Do not make window bigger than screen. Fixes bug 
4871         #388985.
4872
4873 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4876         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4877
4878         Use default resolution when it's not provided by document. Fixes bug
4879         #408762.
4880
4881 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4882
4883         * configure.ac:
4884         * thumbnailer/Makefile.am:
4885         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4886         * thumbnailer/evince-thumbnailer.schemas.in:
4887         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4888
4889         Add support for ps, eps and compressed documents thumbnails. Do not
4890         ignore size parameter. 
4891
4892 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4893
4894         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4895         (dvi_document_do_color_special):
4896         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4897
4898         Implement font color specials in the DVI backend. Fixes bug #303651.
4899
4900 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4901
4902         Fixup the previous commit:
4903
4904         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4905         * shell/xdg-user-dir-lookup.c: Make the function non-static
4906         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4907
4908 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4909
4910         * shell/ev-window.c (file_open_dialog_response_cb): Use
4911         the xdg-user-dirs DOCUMENTS folder as default folder when
4912         opening a file chooser.  (#424858)
4913
4914         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4915         xdg-user-dirs.
4916
4917 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * shell/ev-window.c: (ev_window_load_job_cb):
4920
4921         Do not setup view from metadata on preview mode. 
4922
4923 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * shell/main.c:
4926
4927         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4928
4929 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * shell/ev-view.c: (ev_view_primary_get_cb):
4932
4933         Check pointer != NULL before using it. Fixes bug #416841. 
4934
4935 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * NEWS:
4938         * configure.ac:
4939         
4940         Release 0.8.0
4941
4942 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4945
4946         Do not render thumbnails when sidebar thumbnail page is not visible
4947         at startup. Fixes bug #416447. 
4948
4949 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4950
4951         * data/evince.desktop.in.in:
4952
4953         "Application" is not a valid category in the freedesktop specification.
4954
4955 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4956
4957         * libdocument/ev-file-helpers.[ch]: (compression_run),
4958         (ev_file_uncompress), (ev_file_compress):
4959         * shell/ev-window.c: (file_save_dialog_response_cb):
4960
4961         Save document compressed when saving a copy of a compressed document.
4962         Fixes bug #334542.
4963
4964 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4967
4968         Allow deleting in goto window entry in presentation mode. 
4969
4970 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4971
4972         * Makefile.am: Dist MAINTAINERS.
4973
4974 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4975
4976         * shell/ev-window.c: (ev_window_update_actions):
4977
4978         Fix zoom shortcut keys when searching. Fixes bug #409828.
4979
4980 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4981
4982         * shell/ev-window.c: (ev_window_setup_document):
4983
4984         Fix crash when loading documents with only one page. 
4985
4986 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4987
4988         * backend/dvi/dvi-document.c:
4989         (dvi_document_thumbnails_get_dimensions),
4990         (dvi_document_thumbnails_get_thumbnail):
4991         * backend/impress/impress-document.c:
4992         (impress_document_thumbnails_get_thumbnail),
4993         (impress_document_thumbnails_get_dimensions):
4994         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4995         (ps_document_thumbnails_get_dimensions):
4996         * backend/djvu/djvu-document.c:
4997         (djvu_document_thumbnails_get_dimensions),
4998         (djvu_document_thumbnails_get_thumbnail):
4999         * backend/tiff/tiff-document.c:
5000         (tiff_document_thumbnails_get_thumbnail),
5001         (tiff_document_thumbnails_get_dimensions):
5002         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
5003         (pdf_document_thumbnails_get_thumbnail),
5004         (pdf_document_thumbnails_get_dimensions):
5005         * backend/comics/comics-document.c:
5006         (comics_document_thumbnails_get_thumbnail),
5007         (comics_document_thumbnails_get_dimensions):
5008         * backend/pixbuf/pixbuf-document.c:
5009         (pixbuf_document_thumbnails_get_thumbnail),
5010         (pixbuf_document_thumbnails_get_dimensions):
5011         * libdocument/ev-document-thumbnails.[ch]:
5012         (ev_document_thumbnails_get_thumbnail),
5013         (ev_document_thumbnails_get_dimensions):
5014         * libdocument/ev-document-misc.[ch]:
5015         (ev_document_misc_get_thumbnail_frame):
5016         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
5017         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5018         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
5019         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5020         (ev_sidebar_thumbnails_refresh):
5021         * shell/ev-window.c: (ev_window_setup_document):
5022         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5023
5024         Use an EvRenderContext for rendering thumbnails instead of a suggested
5025         width, so that different sized pages get sized proportionally.
5026
5027 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-view.c: (ev_view_button_press_event),
5030         (ev_view_key_press_event):
5031
5032         Fix critical warnings when there is no document loaded. 
5033
5034 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-page-action-widget.c:
5037         * shell/ev-navigation-action.c:
5038         * shell/ev-window.c:
5039
5040         Fix compile warnings. 
5041
5042 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * backend/djvu/djvu-text.h:
5045         * backend/djvu/djvu-document.c:
5046         * backend/djvu/djvu-text-page.c:
5047         * backend/djvu/djvu-links.c:
5048         * backend/djvu/djvu-text-page.h:
5049         * backend/djvu/djvu-text.c:
5050         
5051         Fix build on Mac. Fixes bug #392186. Patch by
5052         <ephraim_owns@hotmail.com>
5053
5054 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5057
5058         Restore cairo context before rendering every page when printing a PDF
5059         document into a PDF file. 
5060
5061 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * backend/ps/gstypes.h:
5064         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5065         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5066         (ps_document_thumbnails_get_thumbnail):
5067
5068         Handle PostScript page orientation. Fixes bug #318568.
5069
5070 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5071
5072         * backend/ps/Makefile.am:
5073         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5074         (document_load), (ps_document_load), (save_document),
5075         (save_page_list), (ps_document_get_n_pages),
5076         (ps_document_get_page_size), (ps_document_get_info),
5077         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5078         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5079         (ps_document_thumbnails_get_thumbnail),
5080         (ps_document_thumbnails_get_dimensions),
5081         (ps_document_document_thumbnails_iface_init):
5082         * backend/ps/ps.[ch]: (psgetpagebox):
5083         * backend/ps/ps-interpreter.[ch]:
5084
5085         Add support for thumbnails in ps backend. Fixes bug #164755. 
5086
5087 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5088
5089         * NEWS:
5090         * configure.ac:
5091         
5092         Release 0.7.2
5093
5094 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5097         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5098         (ev_window_dispose):
5099
5100         Use document thumbnail as window icon. Fixes bug #384442.
5101
5102 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5103
5104         * configure.ac:
5105
5106         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5107         duplicated adding application/x-bzpostscript instead. 
5108
5109 2007-02-11  Tom Parker  <palfrey@tevp.net>
5110
5111         * backend/ps/ps-document.c: (document_load):
5112
5113         Check return value of psscan before trying
5114         to use it. Fixes bug #372414.
5115
5116 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5119
5120         Fix invalid free in ev-page-cache. Fixes bug #404745.
5121
5122 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * test/Makefile.am:
5125         * test/test3.py:
5126         
5127         Added reload test case.
5128
5129 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5130
5131         * po/POTFILES.in:
5132         * backend/djvu/djvu-document.c: (djvu_document_load):
5133
5134         Check whether there are missing files in indirect multipage djvu
5135         documents. Fixes bug #361683. 
5136
5137 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5138
5139         * test/Makefile.am:
5140         * test/test-mime.bin:
5141         * test/test3.py:
5142         
5143         Added test for slow mime type
5144
5145 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5146
5147         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5148
5149         Add some checks and call parent_class->finalize. Fixes bug #404745.
5150
5151 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5152
5153         * shell/ev-navigation-action.c: (connect_proxy):
5154         
5155         Fixes dropdown history menu. Thanks a lot Carlos!
5156
5157 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5160
5161         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5162         bug #373715.
5163
5164 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5165
5166         * backend/ps/ps.c: (psscan):
5167
5168         Fix memory leak. 
5169
5170 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5171
5172         * configure.ac:
5173         * libdocument/ev-file-helpers.c: 
5174
5175         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5176
5177 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * configure.ac:
5180         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5181         (ps_interpreter_start), (document_load), (save_document),
5182         (save_page_list):
5183         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5184         * libdocument/ev-document-factory.c:
5185         (ev_document_factory_get_from_mime), (get_document_from_uri),
5186         (free_uncompressed_uri), (ev_document_factory_get_document):
5187         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5188
5189         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5190
5191 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * libdocument/ev-document.h:
5194
5195         Fix typo in function name. 
5196
5197 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * backend/ps/ps-document.c: (ps_interpreter_finished),
5200         (ps_interpreter_start), (ps_interpreter_failed):
5201
5202         Handle ghostscript interpreter crashes. 
5203
5204 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5205
5206         * shell/ev-window.c: (ev_window_open_uri),
5207         (window_configure_event_cb):
5208
5209         Setup window size and position before showing it. Fixes bug #401711.
5210
5211 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * backend/ps/Makefile.am:
5214         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5215         (ps_document_dispose), (ps_document_class_init),
5216         (ps_interpreter_input), (ps_interpreter_output),
5217         (ps_interpreter_error), (setup_interpreter_env),
5218         (ps_interpreter_start), (ps_interpreter_stop),
5219         (ps_interpreter_failed), (ps_interpreter_is_ready),
5220         (check_filecompressed), (document_load), (ps_document_load),
5221         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5222         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5223         (render_page):
5224
5225         Rework ps-document. Code cleanups, remove deprecated code. 
5226
5227 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5228
5229         * shell/ev-view.c: (ev_view_button_press_event):
5230
5231         Do not start an image drag and drop operation when pointer is on 
5232         text, so that we can select text when the whole background is an
5233         image. 
5234
5235 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * shell/ev-window.c: (ev_window_update_actions): 
5238
5239         Disable all zoom related actions during presentation mode. 
5240
5241 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5242
5243         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5244
5245         Do not zoom in or out on presentation mode. Fixes bug #401305.
5246
5247 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * shell/ev-navigation-action.c: (connect_proxy),
5250         (create_menu_item), (ev_navigation_action_class_init):
5251         
5252         Correctly show menu and fix crash when navigaton 
5253         action is out of toolbar visible area.
5254
5255 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * data/Makefile.am:
5258         * data/evince.1:
5259         
5260         Added man file
5261
5262 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * help/reference/* :
5265         * configure.ac:
5266         
5267         Added gtk-doc based documentation for Evince.
5268         Still in initial state but I hope it will
5269         grow.
5270         
5271         * configure.ac:
5272         
5273         Lower dbus requirement to 0.70
5274
5275 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5276
5277         * shell/ev-window.c: (ev_window_add_history):
5278
5279         Fix memory leak. 
5280
5281 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5284         * shell/ev-view.h:
5285         * shell/ev-window.c: (ev_window_add_history):
5286         
5287         Correctly handle named destination links
5288
5289 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * NOTES:
5292         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5293         * backend/pdf/ev-poppler.cc:
5294         * libdocument/ev-document-links.h:
5295         * libdocument/ev-link.c: (ev_link_get_page):
5296         * libdocument/ev-link.h:
5297         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5298         (ev_history_add_link):
5299         * shell/ev-history.h:
5300         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5301         (new_history_menu_item), (build_menu):
5302         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5303         * shell/ev-sidebar-links.c: (create_loading_model),
5304         (print_section_cb), (ev_sidebar_links_construct),
5305         (fill_page_labels), (update_page_callback_foreach),
5306         (update_page_callback), (job_finished_callback):
5307         * shell/ev-view.c: (ev_view_handle_link):
5308         * shell/ev-window.c: (ev_window_find_chapter),
5309         (ev_window_add_history), (view_handle_link_cb),
5310         (history_changed_cb):
5311         
5312         Implements another history variant
5313
5314 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * shell/ev-window.c: (view_external_link_cb):
5317         * shell/ev-view.c: (ev_view_button_release_event):
5318
5319         Open links in new window when clicking with middle button. 
5320
5321 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * shell/ev-navigation-action.c: (new_history_menu_item):
5324         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5325         * shell/ev-view.c: (ev_view_handle_link):
5326         * shell/ev-window.c:
5327         
5328         Store link before jump, not the destination. For me it 
5329         seems like more natural history behavior.
5330
5331 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5334         (ev_navigation_action_class_init):
5335         * shell/ev-navigation-action.h:
5336         * shell/ev-page-action.c: (activate_cb):
5337         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5338         (ev_page_cache_set_current_page_history):
5339         * shell/ev-page-cache.h:
5340         * shell/ev-sidebar-thumbnails.c:
5341         (ev_sidebar_tree_selection_changed),
5342         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5343         * shell/ev-view-private.h:
5344         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5345         * shell/ev-view.h:
5346         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5347         (ev_window_setup_document), (ev_window_load_job_cb):
5348         * shell/ev-window.h:
5349         
5350         History finally works as expected.
5351
5352 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5353
5354         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5355
5356         Do not update links treeview if it doesn't have a model assigned yet. 
5357
5358 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5359
5360         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5361         (ev_sidebar_links_class_init), (update_page_callback):
5362
5363         Do not update links treeview when sidepane is not visible. 
5364
5365 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * shell/ev-marshal.list:
5368         * shell/ev-page-action.c: (activate_cb),
5369         (ev_page_action_class_init):
5370         * shell/ev-page-action.h:
5371         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5372         * shell/ev-window.c:
5373         
5374         Remove activate_link signal, not required.
5375
5376 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5377
5378         * shell/ev-navigation-action.c: (build_menu):
5379         
5380         Reorder menu items and build menu with fixed length.
5381
5382 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5383
5384         * shell/ev-view.c: (get_selected_text):
5385         
5386         Normalize text to fix ligatures problem. See bug
5387         #341947 for details.
5388
5389 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5390
5391         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5392
5393         Fix memory leak in ev-page-cache. 
5394
5395 2007-01-25  Tom Parker <palfrey@tevp.net>
5396
5397         * backend/impress/impress-document.c: (impress_document_load),
5398         (impress_document_finalize), (impress_document_init):
5399         * properties/ev-properties-main.c: (ev_properties_get_pages):
5400         
5401         Correctly handle impress document errors. Fixes nautilus
5402         crash in property page #370491.
5403
5404 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5405
5406         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5407         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5408         (ev_job_queue_remove_job):
5409         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5410         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5411         (ev_job_load_run):
5412         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5413         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5414         (ev_window_load_job_cb), (xfer_update_progress_callback),
5415         (ev_window_open_uri), (ev_window_dispose):
5416         * shell/main.c: (main):
5417
5418         Do file transfer asynchronously in the main thread instead of
5419         synchronously in the load thread. Fixes bugs #399694, #398307 and
5420         #343542.
5421
5422 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * shell/ev-jobs.c: (ev_job_xfer_run):
5425
5426         Load the document with the font-config lock held. 
5427
5428 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * backend/ps/ps-document.c: (start_interpreter):
5431
5432         Fix memory leaks in ps backend. 
5433
5434 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5435
5436         * backend/impress/impress-document.c:
5437         (impress_document_render_pixbuf):
5438
5439         Do not acquire fontconfig lock in impress backend, since it is using
5440         the main loop for rendering. 
5441
5442 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5443
5444         * po/POTFILES.in: 
5445
5446         Remove mdvi files that shouldn't be translated. 
5447
5448 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5449
5450         * shell/ev-view-private.h:
5451         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5452         (ev_view_set_zoom):
5453
5454         Render "loading..." text into a cairo surface instead of directly into
5455         the window so that fontconfig lock is only needed once and UI is not
5456         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5457
5458 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5459
5460         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5461         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5462
5463         Use icon theme associated with the window screen rather than default. 
5464
5465 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5466
5467         * configure.ac:
5468
5469         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5470
5471 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5472
5473         * data/icons/*/apps/evince.*:
5474
5475         Move Evince icons under new apps directory.
5476
5477         * data/icons/*/actions/*:
5478
5479         Add new custom themeable Evince icons: view-page-continuous, 
5480         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5481         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5482
5483         * configure.ac:
5484
5485         Add new directories to AC_CONFIG_FILES.
5486
5487         * shell/ev-stock-icons.c:
5488         * shell/ev-stock-icons.h:
5489
5490         Use new custom themeable icons.
5491
5492 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5493
5494         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5495
5496         Do not draw white background page in presentation mode. 
5497
5498 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5499
5500         * shell/ev-view.c: Remove unused gnome-vfs include.
5501
5502 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5503
5504         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5505         
5506         Format string is corrected, fixes bug #397129.
5507
5508 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5509
5510         * shell/ev-window.c: (ev_window_setup_recent):
5511
5512         Do not include in recent menu inexistent documents. Fixes
5513         bug #339171.
5514
5515 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * po/POTFILES.skip: 
5518
5519         Update POTFILES.skip file according to current source tree. 
5520
5521 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * shell/ev-window.c: (file_save_dialog_response_cb):
5524
5525         Do Save a copy in atomic way. Fixes bug #328266. 
5526
5527 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5530
5531         Keep selected cell always visible in index treeview.
5532
5533 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5534         
5535         * shell/ev-view.c: (ev_view_size_allocate):
5536
5537         Restore horizontal scrollbar after switching to/from fullscreen
5538         or presentation mode. Fixes bug #331728.
5539
5540 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5541
5542         * shell/ev-view-private.h:
5543         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5544         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5545         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5546         (ev_view_can_zoom_out):
5547
5548         Use max and min scale values in the view iby taking dpi into account. 
5549
5550 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5551
5552         * configure.ac:
5553         * NEWS:
5554
5555         Release 0.7.1
5556
5557 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5558
5559         * shell/ev-window.c: (ev_window_print_send):
5560
5561         Send print job to printer with some settings set to default values,
5562         since we have already exported to a file according to such settings
5563         and they could be taken twice by some printers. 
5564
5565 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5566
5567         * shell/ev-jobs.c: (ev_job_xfer_run):
5568         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5569
5570         Show main window and load document with the font-config lock held. 
5571
5572 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5573
5574         * configure.ac:
5575         * shell/ev-application.c: (ev_application_register_service):
5576         * shell/main.c: (load_files_remote):
5577
5578         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5579
5580 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5581
5582         * doc/debugging.txt:
5583         
5584         Remove obsolete documentation.
5585
5586 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5587
5588         * Makefile.am:
5589         * backend/Makefile.am:
5590         * backend/comics/Makefile.am:
5591         * backend/djvu/Makefile.am:
5592         * backend/dvi/Makefile.am:
5593         * backend/ev-async-renderer.c:
5594         * backend/ev-async-renderer.h:
5595         * backend/ev-attachment.c:
5596         * backend/ev-attachment.h:
5597         * backend/ev-backend-marshal.c:
5598         * backend/ev-document-factory.c:
5599         * backend/ev-document-factory.h:
5600         * backend/ev-document-find.c:
5601         * backend/ev-document-find.h:
5602         * backend/ev-document-fonts.c:
5603         * backend/ev-document-fonts.h:
5604         * backend/ev-document-images.c:
5605         * backend/ev-document-images.h:
5606         * backend/ev-document-info.h:
5607         * backend/ev-document-links.c:
5608         * backend/ev-document-links.h:
5609         * backend/ev-document-misc.c:
5610         * backend/ev-document-misc.h:
5611         * backend/ev-document-security.c:
5612         * backend/ev-document-security.h:
5613         * backend/ev-document-thumbnails.c:
5614         * backend/ev-document-thumbnails.h:
5615         * backend/ev-document-transition.c:
5616         * backend/ev-document-transition.h:
5617         * backend/ev-document.c:
5618         * backend/ev-document.h:
5619         * backend/ev-file-exporter.c:
5620         * backend/ev-file-exporter.h:
5621         * backend/ev-image.c:
5622         * backend/ev-image.h:
5623         * backend/ev-link-action.c:
5624         * backend/ev-link-action.h:
5625         * backend/ev-link-dest.c:
5626         * backend/ev-link-dest.h:
5627         * backend/ev-link.c:
5628         * backend/ev-link.h:
5629         * backend/ev-render-context.c:
5630         * backend/ev-render-context.h:
5631         * backend/ev-selection.c:
5632         * backend/ev-selection.h:
5633         * backend/impress/Makefile.am:
5634         * backend/pdf/Makefile.am:
5635         * backend/pixbuf/Makefile.am:
5636         * backend/ps/Makefile.am:
5637         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5638         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5639         (start_interpreter), (stop_interpreter), (document_load),
5640         (ps_document_next_page), (render_page):
5641         * backend/tiff/Makefile.am:
5642         * comics/Makefile.am:
5643         * comics/comics-document.c:
5644         * comics/comics-document.h:
5645         * configure.ac:
5646         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5647         * djvu/Makefile.am:
5648         * djvu/djvu-document-private.h:
5649         * djvu/djvu-document.c:
5650         * djvu/djvu-document.h:
5651         * djvu/djvu-links.c:
5652         * djvu/djvu-links.h:
5653         * djvu/djvu-text-page.c:
5654         * djvu/djvu-text-page.h:
5655         * djvu/djvu-text.c:
5656         * djvu/djvu-text.h:
5657         * dvi/Makefile.am:
5658         * dvi/dvi-document.c:
5659         * dvi/dvi-document.h:
5660         * dvi/fonts.c:
5661         * dvi/fonts.h:
5662         * dvi/mdvi-lib/Makefile.am:
5663         * dvi/mdvi-lib/afmparse.c:
5664         * dvi/mdvi-lib/afmparse.h:
5665         * dvi/mdvi-lib/bitmap.c:
5666         * dvi/mdvi-lib/bitmap.h:
5667         * dvi/mdvi-lib/color.c:
5668         * dvi/mdvi-lib/color.h:
5669         * dvi/mdvi-lib/common.c:
5670         * dvi/mdvi-lib/common.h:
5671         * dvi/mdvi-lib/defaults.h:
5672         * dvi/mdvi-lib/dvimisc.c:
5673         * dvi/mdvi-lib/dviopcodes.h:
5674         * dvi/mdvi-lib/dviread.c:
5675         * dvi/mdvi-lib/files.c:
5676         * dvi/mdvi-lib/font.c:
5677         * dvi/mdvi-lib/fontmap.c:
5678         * dvi/mdvi-lib/fontmap.h:
5679         * dvi/mdvi-lib/fontsrch.c:
5680         * dvi/mdvi-lib/gf.c:
5681         * dvi/mdvi-lib/hash.c:
5682         * dvi/mdvi-lib/hash.h:
5683         * dvi/mdvi-lib/list.c:
5684         * dvi/mdvi-lib/mdvi.h:
5685         * dvi/mdvi-lib/pagesel.c:
5686         * dvi/mdvi-lib/paper.c:
5687         * dvi/mdvi-lib/paper.h:
5688         * dvi/mdvi-lib/pk.c:
5689         * dvi/mdvi-lib/private.h:
5690         * dvi/mdvi-lib/setup.c:
5691         * dvi/mdvi-lib/sp-epsf.c:
5692         * dvi/mdvi-lib/special.c:
5693         * dvi/mdvi-lib/sysdeps.h:
5694         * dvi/mdvi-lib/t1.c:
5695         * dvi/mdvi-lib/tfm.c:
5696         * dvi/mdvi-lib/tfmfile.c:
5697         * dvi/mdvi-lib/tt.c:
5698         * dvi/mdvi-lib/util.c:
5699         * dvi/mdvi-lib/vf.c:
5700         * dvi/pixbuf-device.c:
5701         * dvi/pixbuf-device.h:
5702         * impress/Makefile.am:
5703         * impress/common.h:
5704         * impress/document.c:
5705         * impress/f_oasis.c:
5706         * impress/f_oo13.c:
5707         * impress/iksemel.c:
5708         * impress/iksemel.h:
5709         * impress/imposter.h:
5710         * impress/impress-document.c:
5711         * impress/impress-document.h:
5712         * impress/internal.h:
5713         * impress/r_back.c:
5714         * impress/r_draw.c:
5715         * impress/r_geometry.c:
5716         * impress/r_gradient.c:
5717         * impress/r_style.c:
5718         * impress/r_text.c:
5719         * impress/render.c:
5720         * impress/render.h:
5721         * impress/zip.c:
5722         * impress/zip.h:
5723         * lib/Makefile.am:
5724         * lib/ev-debug.c:
5725         * lib/ev-debug.h:
5726         * lib/ev-file-helpers.c:
5727         * lib/ev-file-helpers.h:
5728         * lib/ev-gui.c:
5729         * lib/ev-gui.h:
5730         * lib/ev-tooltip.c:
5731         * lib/ev-tooltip.h:
5732         * libdocument/Makefile.am:
5733         * libdocument/ev-file-helpers.c:
5734         * pdf/Makefile.am:
5735         * pdf/ev-poppler.cc:
5736         * pdf/ev-poppler.h:
5737         * pixbuf/Makefile.am:
5738         * pixbuf/pixbuf-document.c:
5739         * pixbuf/pixbuf-document.h:
5740         * properties/Makefile.am:
5741         * ps/Makefile.am:
5742         * ps/gsdefaults.c:
5743         * ps/gsdefaults.h:
5744         * ps/gsio.c:
5745         * ps/gsio.h:
5746         * ps/gstypes.h:
5747         * ps/ps-document.c:
5748         * ps/ps-document.h:
5749         * ps/ps.c:
5750         * ps/ps.h:
5751         * shell/Makefile.am:
5752         * shell/ev-application.h:
5753         * shell/ev-sidebar-links.c:
5754         * shell/ev-sidebar-links.h:
5755         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5756         (ev_gui_menu_position_tree_selection):
5757         * shell/ev-utils.h:
5758         * shell/ev-view.c: (ev_view_finalize):
5759         * shell/ev-window.c:
5760         * shell/main.c: (main):
5761         * thumbnailer/Makefile.am:
5762         * tiff/Makefile.am:
5763         * tiff/tiff-document.c:
5764         * tiff/tiff-document.h:
5765         * tiff/tiff2ps.c:
5766         * tiff/tiff2ps.h:
5767         
5768         Reorganize source tree.
5769
5770 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5771
5772         * backend/ev-document-factory.c:
5773
5774         Do not include ev-poppler.h when pdf is disabled. 
5775
5776 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5777
5778         * configure.ac:
5779         * data/evince-ui.xml:
5780         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5781         (pdf_document_document_images_iface_init):
5782         * backend/Makefile.am:
5783         * backend/ev-document-images.[ch]:
5784         * backend/ev-image.[ch]:
5785         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5786         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5787         (ev_job_xfer_run):
5788         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5789         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5790         (ev_pixbuf_cache_get_image_mapping):
5791         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5792         (view_menu_popup_cb), (ev_window_dispose),
5793         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5794         (ev_view_popup_cmd_copy_image):
5795         * shell/ev-view-private.h:
5796         * shell/ev-view.c: (ev_view_get_image_at_location),
5797         (ev_view_do_popup_menu), (ev_view_popup_menu),
5798         (ev_view_button_press_event), (ev_view_drag_data_get),
5799         (ev_view_drag_motion), (ev_view_drag_data_received),
5800         (ev_view_motion_notify_event), (ev_view_button_release_event),
5801         (ev_view_finalize), (ev_view_class_init):
5802
5803         Add image handling support. Fixes bugs #310008 and #325047. Images
5804         selection is not supported yet. 
5805
5806 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5807
5808         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5809         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5810         (ev_view_init):
5811
5812         Move view drag and drop stuff to ev-view.
5813
5814 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5815
5816         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5817         * shell/ev-view.c: (clear_selection): 
5818
5819         Clear selection also in pixbuf cache.
5820
5821 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5822
5823         * data/evince.desktop.in.in:
5824         
5825         Change icon name in desktop file. See bug #390734
5826         for details.
5827
5828 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5829
5830         * thumbnailer/Makefile.am:
5831
5832         Use top_builddir instead top_srcdir for generated schema
5833         file installation. Fixes bug #390161.
5834
5835 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5836
5837         * configure.ac:
5838         * backend/Makefile.am:
5839         * backend/ev-document-transition.[ch]:
5840         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5841         (pdf_document_page_transition_iface_init):
5842         * shell/ev-view-private.h:
5843         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5844         (ev_view_set_presentation), (transition_next_page),
5845         (ev_view_presentation_transition_stop),
5846         (ev_view_presentation_transition_start), (ev_view_next_page):
5847
5848         Add page transition support in presentation mode. At the moment only
5849         page duration is supported, but not transition effects. Fixes bug
5850         #309815.
5851
5852 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5853
5854         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5855
5856         Run find_link_dest with document lock held, since it's called by links
5857         thread and main thread at the same time. 
5858
5859 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5860
5861         * shell/ev-view.c: (goto_dest):
5862
5863         Update page-cache when page is changed by the view, so that
5864         page-changed signal is emitted. 
5865
5866 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5867
5868         * test/test1.py:
5869         * test/test2.py:
5870
5871         Use C locale in tests. 
5872
5873 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5874
5875         * shell/ev-window.c: (ev_window_run_presentation):
5876         * shell/ev-view-private.h:
5877         * shell/ev-view.c: (ev_view_set_presentation):
5878
5879         Restore zoom settings when back from presentation mode. 
5880
5881 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5882
5883         * shell/ev-window.c: (ev_window_run_presentation):
5884
5885         Always use "best fit" zoom in presentation mode.
5886         Fixes bug #389195.
5887
5888 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5889
5890         * shell/ev-view.c: (ev_view_goto_window_create):
5891
5892         Show "Jump to page" label in the page jumping popup in
5893         presentation mode instead of just a GtkEntry.
5894
5895 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5896
5897         * shell/ev-window.c: (launch_external_uri):
5898
5899         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5900         #378085.
5901
5902 2006-12-22  Elijah Newren  <newren gmail com>
5903
5904         * configure.ac: explicitly check for libxml2.  Fixes #388795
5905
5906 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5907
5908         * shell/ev-view-private.h:
5909         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5910         (ev_view_goto_window_delete_event), (key_is_numeric),
5911         (ev_view_goto_window_key_press_event),
5912         (ev_view_goto_window_button_press_event),
5913         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5914         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5915         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5916
5917         Allow jumping to another page by typing a page number in presentation
5918         mode. It uses a popup window with an entry. Fixes bug #353625.
5919
5920 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5921
5922         * configure.ac:
5923         * properties/ev-properties-view.c: (ev_get_default_user_units),
5924         (ev_regular_paper_size):
5925         
5926         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5927         to Damien Carbery <damien.carbery@sun.com> and
5928         Yevgen Muntyan <muntyan@tamu.edu>.
5929
5930 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5931
5932         * shell/ev-window.c: (setup_document_from_metadata):
5933
5934         Make sure Evince doesn't restore the view on the last
5935         page when a document is reopened. Fixes bug #383381.
5936
5937 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5938
5939         * shell/ev-view.c: (draw_loading_text):
5940
5941         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5942
5943 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5944
5945         * configure.ac:
5946         * NEWS:
5947
5948         Release 0.7.0
5949
5950 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5951
5952         * configure.ac:
5953         * pdf/ev-poppler.cc: (pdf_print_context_free),
5954         (pdf_document_file_exporter_begin),
5955         (pdf_document_file_exporter_do_page):
5956
5957         Make cairo-pdf depedency optional. 
5958
5959 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5960
5961         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5962
5963         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5964
5965 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5966
5967         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5968         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5969         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5970         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5971         * shell/ev-view.c: (draw_loading_text):
5972         * shell/ev-window.c: (ev_window_cmd_file_properties):
5973
5974         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5975         related to using FontConfig from different threads.
5976         
5977 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5978
5979         * shell/ev-view.c: (draw_loading_text):
5980
5981         Acquire lock document when drawing "Loading..." text so that only one
5982         thread will use FontConfig at the same time. Fixes bug #374750.
5983
5984 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5985
5986         * shell/ev-page-action.[ch]: (activate_cb):
5987         * shell/ev-window.c: (activate_label_cb):
5988
5989         Check if text inserted in page entry is a valid page number when it
5990         doesn't match to any document page label. Fixes bug #383165.
5991
5992 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5993         * shell/ev-window.c:
5994
5995         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5996         available with GTK < 2.10. Added an ifdef to avoid compilation
5997         error.
5998
5999 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6000
6001         * configure.ac:
6002         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
6003
6004         Fix ps backend in multihead systems.
6005
6006 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6007
6008         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
6009         * shell/ev-window.c: (ev_window_get_screen_dpi),
6010         (ev_window_update_actions), (setup_view_from_metadata),
6011         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
6012
6013         Take screen DPI into account when zooming. Fixes bug #318285.
6014
6015 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6016
6017         * data/Makefile.am:
6018
6019         Cleaned up/slightly refactored Makefile.am. Added GConf
6020         schemas uninstallation as well.
6021
6022 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6023
6024         * Makefile.am:
6025         * test/Makefile.am:
6026
6027         Fight with autotools to fix make check. Make distcheck
6028         works fine as well now!
6029
6030 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6031
6032         * shell/ev-view.c: (draw_end_presentation_page):
6033
6034         Corrected "end of presentation" string.
6035
6036 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6037
6038         * shell/ev-view.c: (ev_view_key_press_event):
6039
6040         Correctly propagate key press event so that up/down keys
6041         work as expected (correct behaviour was broken by
6042         black/white screen key bindings for presentations).
6043
6044 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6045
6046         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6047         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6048         (pdf_document_find_get_progress), (pdf_selection_render_selection),
6049         (pdf_selection_get_selection_region),
6050         (pdf_selection_get_selection_map):
6051
6052         Add "static" to some private functions. 
6053
6054 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
6055
6056         * lib/ev-tooltip.h:
6057         * properties/ev-properties-view.h:
6058         * shell/ev-jobs.h:
6059         * shell/ev-properties-dialog.h:
6060         * shell/ev-properties-fonts.h:
6061         * shell/ev-sidebar-links.h:
6062         * shell/ev-sidebar-thumbnails.h:
6063         * shell/ev-sidebar.h:
6064         * shell/ev-window.h:
6065         
6066         Fixes CHACK type in class casts. See bug #385343
6067         for details.
6068
6069 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6070
6071         * shell/ev-view-private.h:
6072         * shell/ev-view.c: (draw_end_presentation_page),
6073         (ev_view_expose_event), (ev_view_key_press_event),
6074         (ev_view_class_init), (ev_view_init):
6075
6076         Blank screen in presentation mode when pressing 'b' (filling with
6077         black) or 'w' (filling with white) keys. Fixes bug #358132.
6078
6079 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6080
6081         * data/evince-toolbar.xml:
6082         * shell/ev-window.c:
6083         
6084         Use stock icon for Select All action. Fixes
6085         bug #382652.
6086
6087 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6088
6089         * shell/ev-view.c: (get_doc_point_from_offset),
6090         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6091
6092         Add links support in rotated documents. Fixes bug #343733.
6093
6094 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6095
6096         * shell/ev-view-private.h:
6097         * shell/ev-view.c: (draw_end_presentation_page),
6098         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6099
6100         Show a blank page after the last page in presentation mode with a
6101         message indicating that presentation has finished and how to exit. 
6102
6103 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6104
6105         * shell/ev-window.c: (fullscreen_timeout_cb):
6106
6107         Hide cursor after a while in presentation mode. 
6108
6109 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6110
6111         * backend/ev-document-info.h:
6112         * data/evince-properties.glade:
6113         * pdf/ev-poppler.cc:
6114         * properties/ev-properties-view.c: (ev_regular_paper_size),
6115         (ev_properties_view_set_info):
6116         * ps/ps-document.c: (ps_document_get_info):
6117
6118         Adds a paper size field to the properties dialog. Fixes
6119         bug #307315. Patch by Kasper Svendsen (with some i18n
6120         changes done by me).
6121
6122 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6125         (screensaver_init_dbus), (totem_scrsaver_new),
6126         (totem_scrsaver_init):
6127         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6128         * shell/ev-application.c: (ev_application_register_service),
6129         (ev_application_screensaver_enable),
6130         (ev_application_screensaver_disable):
6131         * shell/ev-application.h:
6132         * shell/ev-window.c: (ev_window_run_presentation),
6133         (ev_window_stop_presentation), (build_comments_string),
6134         (ev_window_init):
6135         
6136         Move screensaver handling to application. No more
6137         message on startup.
6138
6139 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6140
6141         * configure.ac:
6142         * backend/Makefile.am:
6143         * backend/ev-file-exporter.[ch]:
6144         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6145         * ps/ps-document.c: (ps_document_file_exporter_*):
6146         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6147         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6148         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6149         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6150
6151         Allow printing to PDF when suppoted by the backend.
6152         
6153 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * shell/ev-window.c: (build_comments_string):
6156
6157         Use always "Document Viewer" in about dialog. 
6158
6159 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6160
6161         * djvu/djvu-document.c: (djvu_document_get_page_size):
6162
6163         Display a warning message when get_pageinfo fails. 
6164
6165 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6166
6167         * Makefile.am:
6168         * backend/Makefile.am:
6169         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6170         * configure.ac:
6171         * shell/ev-window.c: (build_comments_string):
6172         
6173         Make pdf compilation optional. See bug #38007.
6174
6175 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6176
6177         * ps/ps.c: (get_next_text):
6178
6179         Fix CVE-2006-5864.
6180
6181 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6182
6183         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6184         * shell/ev-navigation-action.c: (connect_proxy),
6185         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6186         
6187         Do not call g_type_class_peek_parent twice.
6188
6189 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6190
6191         * configure.ac:
6192         * data/icons/24x24/.cvsignore:
6193         * data/icons/24x24/Makefile.am:
6194         * data/icons/24x24/evince.png:
6195         * data/icons/Makefile.am:
6196         
6197         Add 24x24 icon. Thanks to 
6198         Michael Monreal <infernux@web.de>.
6199
6200 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * configure.ac: Fix typo in configure.ac. Thanks
6203         to dmacks@netspace.org for notification.
6204
6205 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6208         
6209         Drop dbus include, fixes compilation with older dbus.
6210
6211 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6212
6213         * configure.ac:
6214         * cut-n-paste/Makefile.am:
6215         * cut-n-paste/totem-screensaver/.cvsignore
6216         * cut-n-paste/totem-screensaver/Makefile.am:
6217         * cut-n-paste/totem-screensaver/README:
6218         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6219         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6220         * shell/Makefile.am:
6221         * shell/ev-window.c: (ev_window_run_presentation),
6222         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6223         (ev_window_init):
6224
6225         Implemented screensaver enabling/disabling for
6226         presentation mode (not fullscreen mode). Code stolen
6227         from Totem (with some minor tweaks). Fixes bug #338889.
6228
6229 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6230
6231         * configure.ac:
6232
6233         Bump gnome-icon-theme requirements. We use the rotation
6234         icons that appeared recently.
6235
6236 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6237
6238         * shell/ev-history.c: (ev_history_add_page):
6239         * shell/ev-history.h:
6240         * shell/ev-window.c: (page_changed_cb):
6241         
6242         Use page labels instead of numbers.
6243
6244 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * data/evince-toolbar.xml:
6247         * po/POTFILES.in:
6248         * shell/Makefile.am:
6249         * shell/ev-navigation-action-widget.c:
6250         (ev_navigation_action_widget_init),
6251         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6252         (menu_detacher), (ev_navigation_action_widget_set_menu),
6253         (menu_position_func), (popup_menu_under_arrow),
6254         (ev_navigation_action_widget_toggled),
6255         (ev_navigation_action_widget_button_press_event):
6256         * shell/ev-navigation-action-widget.h:
6257         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6258         (ev_navigation_action_set_window), (activate_menu_item_cb),
6259         (new_history_menu_item), (new_empty_history_menu_item),
6260         (build_menu), (menu_activated_cb), (connect_proxy),
6261         (create_tool_item), (ev_navigation_action_init),
6262         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6263         * shell/ev-navigation-action.h:
6264         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6265         (ev_page_action_widget_set_page_cache),
6266         (ev_page_action_widget_finalize),
6267         (ev_page_action_widget_class_init), (match_selected_cb),
6268         (display_completion_text), (match_completion), (build_new_tree_cb),
6269         (get_filter_model_from_model),
6270         (ev_page_action_widget_update_model):
6271         * shell/ev-page-action-widget.h:
6272         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6273         (connect_proxy):
6274         * shell/ev-page-action.h:
6275         * shell/ev-stock-icons.c:
6276         * shell/ev-stock-icons.h:
6277         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6278         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6279         (register_custom_actions):
6280         * shell/main.c:
6281         
6282         Preliminary history implementation
6283
6284 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6285
6286         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6287         (dvi_document_class_init), (dvi_document_init_params):
6288         * dvi/mdvi-lib/font.c: (font_reference):
6289         
6290         Add reference to subfont. Fixes bug #374277.
6291
6292 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6293
6294         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6295         (ev_window_cmd_file_open_copy_at_dest):
6296
6297         Fix a race condition when creating symlink. Increase the counter
6298         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6299         Mathias Hasselmann).
6300
6301 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6302
6303         * backend/Makefile.am:
6304         * backend/ev-attachment.c: (ev_attachment_open):
6305         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6306         (ev_tmp_dir), (ev_tmp_filename):
6307         * shell/ev-sidebar-attachments.c:
6308         (ev_sidebar_attachments_drag_data_get):
6309         * shell/ev-window.c: (ev_window_clear_temp_file):
6310
6311         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6312         in ensure_dir_exists. Abort without crashing when we can't create
6313         user's directory.
6314
6315 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6316
6317         * data/evince-ui.xml:
6318         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6319         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6320         (ev_window_cmd_file_open_copy_at_dest),
6321         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6322         (ev_view_popup_cmd_open_link_new_window):
6323
6324         Allow opening a copy of the current document in a new window. Fixes bug
6325         #357472
6326
6327 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * data/evince-toolbar.xml:
6330         
6331         Add rotate right and rotate left to available items for toolbar.
6332         
6333         * data/evince-ui.xml:
6334         * shell/ev-window.c: (ev_window_init):
6335         
6336         Customize toolbar with right click. Fixes bug #372451.
6337
6338 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6339
6340         * shell/ev-window.c: 
6341         
6342         Use "object-rotate-{left,right}" stock icons. Fixes 
6343         bug #373863.
6344
6345 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6346
6347         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6348         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6349         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6350         (ev_window_open_uri):
6351         * shell/main.c: (arguments_parse):
6352
6353         Remove temp file created when evince is used by GTK+ in
6354         preview mode. Fixes bug #365282. 
6355
6356 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6357
6358         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6359         
6360         Fixes bug #372474 - Side pane disabled when entering 
6361         and leaving fullscreen mode.
6362
6363 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6366         * data/Makefile.am:
6367         * data/evince-preview-toolbar.xml:
6368         * data/evince-toolbar.xml:
6369         * shell/ev-application.c: (ev_application_shutdown),
6370         (ev_application_init), (ev_application_get_toolbars_model):
6371         * shell/ev-application.h:
6372         * shell/ev-window.c: (update_chrome_visibility),
6373         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6374         (ev_window_cmd_edit_toolbar), (ev_window_init):
6375         
6376         Fixes bug #364364 - toolbar editor shows zoom actions again.
6377
6378 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6379
6380         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6381
6382         Do not take margins into consideration for paper size when printing.
6383         Really fixes bug #350491.
6384
6385 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6386
6387         * data/evince-ui.xml:
6388         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6389         (ev_window_cmd_file_print_setup),
6390         (ev_window_print_dialog_response_cb),
6391         (ev_window_setup_action_sensitivity):
6392
6393         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6394
6395 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6396
6397         * shell/ev-window.c: (ev_window_print_range):
6398
6399         Revert my previuos commit, since printing to PDF is not supported by
6400         evince yet. 
6401
6402 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6403
6404         * shell/ev-window.c: (ev_window_print_range):
6405
6406         Enable print to a PDF. Fixes bug #332121.
6407
6408 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6409
6410         * shell/ev-application-service.xml:
6411         * shell/ev-application.[ch]: (ev_application_open_window),
6412         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6413         (ev_application_open_uri), (ev_application_open_uri_list):
6414         * shell/ev-window.c: (file_open_dialog_response_cb),
6415         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6416         (drag_data_received_cb), (open_remote_link):
6417         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6418
6419         Add support for multiscreen systems. Fixes bug #316206.
6420
6421 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6422
6423         * shell/ev-jobs.[ch]: (ev_job_print_new),
6424         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6425         (ev_job_print_do_page):
6426         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6427
6428         Allow printing only odd/even pages. Fixes bug #367289.
6429
6430 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6431
6432         * test/test1.py:
6433         * test/test2.py:
6434
6435         Re-add locale settings to test files.
6436
6437 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6438
6439         * data/evince-ui.xml:
6440         * shell/ev-window.c: (set_action_properties):
6441         
6442         Removed garbage from code and ui.
6443
6444 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6445
6446         * shell/ev-window.c: (ev_window_cmd_help_about):
6447
6448         Shamelessly add my name to the list of contributors.
6449
6450 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6451
6452         * test/test1.py:
6453         * test/test2.py:
6454
6455         Cleaned up the dogtail scripts.
6456
6457 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6458
6459         * shell/ev-view.c: (draw_loading_text): Don't render
6460         "loading..." text in presentation mode. Temporary
6461         workaround for bug #320352.
6462
6463 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6464
6465         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6466         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6467
6468         Use print settings scale, copies, collate and reverse which were
6469         ignored. Fixes bug #359032.
6470
6471 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6472
6473         * configure.ac:
6474         * data/evince-password.glade:
6475         * test/Makefile.am:
6476         * test/test-encrypt.pdf:
6477         * test/test-links.pdf:
6478         * test/test1.py:
6479         * test/test2.py:
6480
6481         Add automated UI tests for evince with dogtail. See
6482         bug #300948.    
6483
6484 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6487
6488         Hide fullscreen toolbar when switching to another desktop workspace.
6489         Fixes bug #338871
6490
6491 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * shell/ev-window-title.c: 
6494         
6495         Test for .dvi in title of pdf documents.
6496
6497 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6498
6499         * shell/ev-view.c: (ev_view_scroll):
6500
6501         Page Up/Down should do page jumps in "Best fit" mode.
6502         If a user has explicitly chosen to view exactly one page
6503         at a time, scrolling just a part of the page when
6504         pressing Page Up/Down is not right. Fixes bug #323107.
6505
6506 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6507
6508         * NEWS:
6509         * configure.ac:
6510         
6511         Update for 0.6.1
6512
6513 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6516         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6517         
6518         Correctly disconnect from job signals on destroy.
6519
6520 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * shell/ev-view-private.h:
6523         * shell/ev-view.c: (view_set_adjustment_values),
6524         (view_update_range_and_current_page),
6525         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6526         
6527         Fixes bug #343199, current page now follows find page.
6528
6529 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6530
6531         * backend/ev-document-factory.c:
6532         * configure.ac:
6533         Assigned OpenDocument presenation MIME type to the
6534         Impress backend. Added some missing (but harmless)
6535         #ifdefs in the document factory as well to make things
6536         consistent again. Fixes bug #360658.
6537
6538 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6539
6540         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6541         * backend/ev-document-find.c: (ev_document_find_get_type):
6542         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6543         * backend/ev-document-links.c: (ev_document_links_get_type):
6544         * backend/ev-document-security.c: (ev_document_security_get_type):
6545         * backend/ev-document-thumbnails.c:
6546         (ev_document_thumbnails_get_type):
6547         * backend/ev-document.c: (ev_document_get_type):
6548         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6549         * backend/ev-selection.c: (ev_selection_get_type):
6550         * cut-n-paste/recent-files/egg-recent-model.c:
6551         (egg_recent_model_get_type):
6552         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6553         (egg_recent_view_uimanager_get_type):
6554         * cut-n-paste/recent-files/egg-recent-view.c:
6555         (egg_recent_view_get_type):
6556         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6557         (egg_editable_toolbar_get_type):
6558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6559         (egg_toolbar_editor_get_type):
6560         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6561         (egg_toolbars_model_get_type):
6562         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6563         (egg_tree_multi_drag_source_get_type):
6564         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6565         (ephy_zoom_action_get_type):
6566         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6567         (ephy_zoom_control_get_type):
6568         * impress/r_back.c: (_imp_fill_back):
6569         * properties/ev-properties-main.c:
6570         (ev_properties_plugin_register_type):
6571         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6572         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6573         (ev_view_accessible_factory_get_type):
6574
6575         Reduce relocations. Bug #360616.
6576
6577 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * backend/ev-document-factory.c:
6580         (ev_document_factory_get_document):
6581         
6582         Load document even if extension is wrong.
6583
6584 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * shell/ev-metadata-manager.c: (save_values):
6587         * shell/ev-window.c: (setup_size_from_metadata),
6588         (setup_view_from_metadata), (ev_window_setup_document),
6589         (ev_window_xfer_job_cb), (window_configure_event_cb):
6590         
6591         Set size according to the document size/page size ratio.
6592         That should correct rather wierd behaviour of the previous
6593         commit.
6594
6595 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6596
6597         * shell/ev-window.c: (setup_view_from_metadata):
6598         
6599         Set size for new windows from previous window size.
6600         See bugs #354968 and #168450 for details. Thanks
6601         to Meik Hellmund.
6602
6603 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6604
6605         * djvu/djvu-links.c: (build_tree):
6606
6607         Fix memory leak.
6608
6609 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6610
6611         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6612         
6613         Don't make sidebar close button insensitive. Fixes
6614         bug #357871.
6615
6616 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6619         (ev_window_set_view_accels_sensitivity):
6620         
6621         Don't enable Slash on documents which don't support
6622         find. Fixes bug #358648.
6623
6624 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6625
6626         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6627         open dialog fall back to the current document uri if the
6628         filechooser hasn't been used before. Fixes bug #356980.
6629
6630 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6631
6632         * shell/ev-window.c: (ev_window_setup_recent), 
6633         (ev_window_get_recent_file_label):
6634
6635         Escape underscores in filenames of recent file items.
6636
6637 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * configure.ac:
6640         
6641         Bumped poppler requirements, really 0.5.3 is very 
6642         buggy, now we require 0.5.4.
6643
6644 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * djvu/Makefile.am:
6647         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6648         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6649         (djvu_document_document_links_iface_init):
6650         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6651         (number_from_string_10), (get_djvu_link_dest),
6652         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6653         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6654         (djvu_links_get_links), (djvu_links_find_link_dest),
6655         (djvu_links_get_links_model):
6656         * djvu/djvu-links.h:
6657         
6658         Add support for links and bookmarks in djvu documents. Thanks
6659         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6660         patch.
6661
6662 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6665         
6666         Reopen should reload document. Fixes 
6667         bug 327951.
6668
6669 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * configure.ac:
6672         * data/Makefile.am:
6673         * data/evince-16.png:
6674         * data/evince-22.png:
6675         * data/evince.png:
6676         * data/evince.svg:
6677         * data/icons/16x16/Makefile.am:
6678         * data/icons/16x16/evince.png:
6679         * data/icons/22x22/Makefile.am:
6680         * data/icons/22x22/evince.png:
6681         * data/icons/48x48/Makefile.am:
6682         * data/icons/48x48/evince.png:
6683         * data/icons/Makefile.am:
6684         * data/icons/scalable/Makefile.am:
6685         * data/icons/scalable/evince.svg:
6686         
6687         Install icons with correct names. Fixes
6688         bug #354429.
6689
6690 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6691
6692         * shell/ev-view.c: (ev_view_button_release_event):
6693
6694         Don't open links with middle mouse button. Fixes bug #353649
6695
6696 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * NEWS:
6699         * configure.ac:
6700         
6701         Update for release 0.6.0
6702
6703 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6706         Implement Close named action. Patch by Carlos Garcia Campos.
6707
6708 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6709
6710         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6711         
6712         Don't clear link mapping on copy_job_to_job_info. Fixes
6713         bug 346168.
6714
6715 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6716
6717         * shell/main.c: (main):
6718
6719         Revert my previous commit, gnome_program_init owns the option context.
6720         Fix another memory leak in main. Both caught by Christian Persch. 
6721
6722 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6723
6724         * shell/main.c: (main):
6725
6726         Fix memory leak.
6727
6728 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6729
6730         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6731
6732         Fix crash when opening a pdf with password protection. 
6733
6734 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6735
6736         * pdf/ev-poppler.cc: (pdf_document_search_free):
6737
6738         Fix memory leak. 
6739
6740 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6741
6742         * backend/ev-document-factory.c:
6743         (ev_document_factory_get_document):
6744         * tiff/tiff-document.c: (tiff_document_finalize):
6745         
6746         More correct handling of document loading. Fixes
6747         bug #349043.
6748
6749 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6750
6751         * backend/ev-attachment.c: (ev_attachment_save):
6752
6753         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6754         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6755
6756 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6757         
6758         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6759         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6760
6761 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6762
6763         * shell/ev-sidebar-thumbnails.c:
6764
6765         Do not render thumbnails unless thumbnails page is active in the
6766         sidebar.
6767
6768 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6769
6770         * shell/ev-properties-dialog.c:
6771
6772         Fix dialogue spacing. Bug #351370.
6773
6774 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6775
6776         * configure.ac:
6777
6778         Use lowercase gettext catalog file names (evince.mo
6779         instead of Evince.mo)
6780
6781 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6782
6783         * shell/ev-sidebar-attachments.c:
6784
6785         GtkIconTheme is now screen safe too. Fixes bug #350878
6786
6787 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6788
6789         * shell/ev-window.c:
6790
6791         GtkRecent manager is now screen safe. Fixes bug #350145
6792
6793 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6794
6795         * shell/ev-sidebar.c: (ev_sidebar_init):
6796         
6797         Make sidebar close icon smaller. Fix for bug 350177.
6798         See also bugs 350176 and 165770.
6799
6800 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6801
6802         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6803
6804         Ignore zoom for xyz destinations when it's <= 1, keeping user
6805         preferences instead. Set correct sizing-mode for fith and fitv
6806         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6807
6808 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * NEWS:
6811         * configure.ac:
6812         
6813         Update for release 0.5.5
6814
6815 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6816         
6817         * shell/ev-window.c: (ev_window_cmd_escape)
6818
6819         Escape unfocus page entry. Fixes bug #345809.
6820
6821 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6822
6823         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6824         (build_tree), (pdf_document_links_get_links),
6825         (pdf_document_links_find_link_dest):
6826         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6827         (goto_xyz_dest):
6828
6829         Convert from PDF style coordinates to X style coordinates in the
6830         backend rather than in the view. Fixes bug #338440
6831
6832 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6833
6834         * shell/ev-window.c:
6835         
6836         Remove Ctrl+Shift+T shortcut for toolbars. See
6837         the bug #350098.
6838
6839 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6840
6841         * configure.ac:
6842
6843         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6844         of this. 
6845
6846 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6847
6848         * configure.ac:
6849         * cut-n-paste/Makefile.am:
6850         * data/evince-ui.xml:
6851         * shell/Makefile.am:
6852         * shell/ev-application.[ch]:
6853         * shell/ev-window.c:
6854
6855         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6856         #349273
6857
6858 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6859
6860         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6861         findbar code: s/help/search/
6862
6863 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6864
6865         * shell/ev-window.c: (setup_document_from_metadata),
6866         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6867         (setup_view_from_metadata):
6868         
6869         Fix memory leaks.
6870
6871 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6872
6873         * autogen.sh, configure.ac: 
6874         
6875         Update automake usage. See bug 349292.
6876
6877 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/eggfindbar.c: (egg_find_bar_class_init),
6880         (entry_activate_callback), (egg_find_bar_init),
6881         (egg_find_bar_set_status_text):
6882         * shell/eggfindbar.h:
6883         
6884         Unify Evince findbar with Epiphany. Nice patch
6885         from Fabricio Silva <silva@crans.org> and
6886         Frederic Peters <fpeters@entrouvert.com>. See
6887         bug #339966 for details.
6888
6889 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6890
6891         * data/evince.desktop.in.in:
6892         
6893         Correct information for bugzilla. Thanks to
6894         Olaf Vitters, see bug #348855.
6895
6896 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6897
6898         * shell/ev-jobs.[ch]:
6899         * shell/ev-sidebar-links.c:
6900         * shell/ev-window.[ch]:
6901
6902         GtkPrintJob doesn't support print ranges or current page, so we export
6903         to a ps file now when printing ranges or current page.
6904
6905 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * pdf/ev-poppler.cc:
6908         * shell/ev-window.c: (do_action_named):
6909
6910         We should be more clear about bugzilla. See the
6911         poppler bug #7623.
6912
6913 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6914
6915         * configure.ac:
6916         * shell/Makefile.am:
6917         * shell/ev-job-queue.c:
6918         * shell/ev-jobs.[ch]:
6919         * shell/ev-sidebar-links.c:
6920         * shell/ev-window.[ch]:
6921         
6922         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6923         #348422
6924
6925 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6926
6927         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6928         * shell/ev-application-service.xml:
6929         * shell/ev-application.[ch]:
6930         * shell/ev-jobs.[ch]:
6931         * shell/ev-window.[ch]: (ev_window_run_preview):
6932         * shell/main.c: 
6933
6934         Add preview mode to use evince as a printing previewer. It also adds
6935         other command line options for fullscreen and presentation modes.
6936         Fixes bugs #347822, #317031
6937
6938 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * NEWS:
6941         * configure.ac:
6942         
6943         Update for release 0.5.4
6944
6945 2006-07-11  Bastien Nocera <hadess@hadess.net>
6946
6947         * Makefile.am:
6948         * backend/Makefile.am:
6949         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6950         * backend/ev-document-factory.h:
6951         * configure.ac:
6952         * impress/.cvsignore:
6953         * impress/Makefile.am:
6954         * impress/common.h:
6955         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6956         (imp_get_page), (imp_next_page), (imp_prev_page),
6957         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6958         * impress/f_oasis.c: (render_object), (render_page),
6959         (get_geometry), (_imp_oasis_load):
6960         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6961         (_imp_oo13_load):
6962         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6963         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6964         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6965         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6966         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6967         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6968         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6969         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6970         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6971         (iks_new_within), (iks_insert), (iks_insert_cdata),
6972         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6973         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6974         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6975         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6976         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6977         (iks_cdata), (iks_cdata_size), (iks_has_children),
6978         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6979         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6980         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6981         (iks_tree), (iks_load), (iks_save):
6982         * impress/iksemel.h:
6983         * impress/imposter.h:
6984         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6985         (imp_render_draw_bezier_real), (imp_render_get_size),
6986         (imp_render_set_fg_color), (imp_render_draw_line),
6987         (imp_render_draw_rect), (imp_render_draw_polygon),
6988         (imp_render_draw_arc), (imp_render_draw_bezier),
6989         (imp_render_open_image), (imp_render_get_image_size),
6990         (imp_render_scale_image), (imp_render_draw_image),
6991         (imp_render_close_image), (imp_render_markup),
6992         (imp_render_get_text_size), (imp_render_draw_text),
6993         (impress_document_load), (impress_document_save),
6994         (impress_document_get_n_pages), (impress_document_get_page_size),
6995         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6996         (impress_document_finalize), (impress_document_class_init),
6997         (impress_document_can_get_text), (impress_document_get_info),
6998         (impress_document_document_iface_init),
6999         (impress_document_thumbnails_get_thumbnail),
7000         (impress_document_thumbnails_get_dimensions),
7001         (impress_document_document_thumbnails_iface_init),
7002         (impress_document_init):
7003         * impress/impress-document.h:
7004         * impress/internal.h:
7005         * impress/r_back.c: (_imp_fill_back):
7006         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
7007         (_imp_draw_image), (_imp_tile_image):
7008         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
7009         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
7010         (r_polyline):
7011         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
7012         (r_draw_gradient_complex), (r_draw_gradient):
7013         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
7014         (r_get_bullet):
7015         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
7016         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
7017         (r_text):
7018         * impress/render.c: (imp_create_context), (imp_context_set_page),
7019         (imp_context_set_step), (imp_render), (imp_delete_context):
7020         * impress/render.h:
7021         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7022         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7023         (zip_load_xml), (zip_get_size), (zip_load):
7024         * impress/zip.h:
7025         * shell/ev-utils.c:
7026         
7027         New backend to support impress slides. Fixes bug #30867.
7028
7029 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
7030
7031         * shell/ev-utils.c: (using_postscript_printer):
7032         
7033         Fixes crash when print using PAPI backend,
7034         bug #345012.
7035
7036 2006-06-09  Pat Rondon  <pmr@patrondon.org>
7037
7038         * shell/ev-jobs.c: (ev_job_xfer_run):
7039         * shell/ev-window.c: (password_dialog_response),
7040         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7041         (ev_window_dispose):
7042         Fixes bug #344160: if the xfer job doesn't complete
7043         because a password is required, reload the existing
7044         instance instead of creating a new one.
7045
7046 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7047
7048         * shell/main.c: (main): Call gdk_threads_init. Thus
7049         we'll avoid errors in auth dialog. Fix for the bug
7050         #343347.
7051
7052 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7053
7054         * configure.ac: Advertise pixbuf support, fix
7055         for the bug 343317.
7056
7057 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7060         (ev_sidebar_thumbnails_set_document):
7061         
7062         Update sidebar thumbnails after reloading.
7063
7064 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7067         * shell/ev-jobs.h:
7068         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7069         (ev_window_cmd_view_reload), (ev_window_init):
7070         
7071         Don't crash on reload. Fix for the bug #343167.
7072
7073 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * shell/ev-jobs.c: (ev_job_render_run):
7076         
7077         Check for document links.
7078
7079 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * backend/ev-attachment.c: (ev_attachment_save),
7082         (ev_attachment_launch_app), (ev_attachment_open):
7083         * backend/ev-document-factory.c: (get_document_from_uri):
7084         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7085         (egg_recent_view_uimanager_set_list):
7086         * ps/ps-document.c: (check_filecompressed), (document_load),
7087         (ps_document_load):
7088         * shell/ev-metadata-manager.c: (load_values):
7089         * shell/ev-password.c: (ev_password_dialog_set_property):
7090         * shell/ev-view.c: (tip_from_link):
7091         * shell/ev-window.c: (file_save_dialog_response_cb),
7092         (ev_window_print_dialog_response_cb):
7093         
7094         Use consistent quoting style. Fix for the bug #320285.
7095
7096 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * shell/ev-jobs.c: (ev_job_xfer_run):
7099         * shell/main.c: (load_files):
7100                 
7101         Open links with anchors. Fix for the bug #339836.
7102
7103 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7106         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7107         (ev_link_dest_set_property), (ev_link_dest_finalize),
7108         (ev_link_dest_class_init), (ev_link_dest_new_named),
7109         (ev_link_dest_new_page_label):
7110         * backend/ev-link-dest.h:
7111         * shell/ev-application.c: (ev_application_open_uri):
7112         * shell/ev-view.c: (goto_dest):
7113         * shell/ev-window.c:
7114         * shell/ev-window.h:
7115         
7116         Fix page-label command line option. Bug #342070.
7117
7118 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7119
7120         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7121         
7122         Don't show highlight rects if page can't be showed. Fix for 
7123         the bug #342076
7124
7125 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7126
7127         * shell/ev-window.c: (setup_sidebar_from_metadata),
7128         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7129         
7130         Setup sidebar from metadata even if there is no document
7131         loaded. Fix for the bug #342807.
7132
7133 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * cut-n-paste/toolbar-editor/Makefile.am:
7136         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7137         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7138         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7139         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7140         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7141         (popup_context_menu_cb), (button_press_event_cb),
7142         (configure_item_sensitivity), (configure_item_cursor),
7143         (configure_item_tooltip), (connect_widget_signals),
7144         (action_sensitive_cb), (create_item_from_action),
7145         (create_item_from_position), (toolbar_drag_data_received_cb),
7146         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7147         (toolbar_drag_leave_cb), (configure_drag_dest),
7148         (toggled_visibility_cb), (toolbar_visibility_refresh),
7149         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7150         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7151         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7152         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7153         (egg_editable_toolbar_dispose),
7154         (egg_editable_toolbar_set_ui_manager),
7155         (egg_editable_toolbar_get_selected),
7156         (egg_editable_toolbar_set_selected), (set_edit_mode),
7157         (egg_editable_toolbar_set_property),
7158         (egg_editable_toolbar_get_property),
7159         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7160         (egg_editable_toolbar_new_with_model),
7161         (egg_editable_toolbar_get_edit_mode),
7162         (egg_editable_toolbar_set_edit_mode),
7163         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7164         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7165         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7166         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7167         (item_added_or_removed_cb), (toolbar_removed_cb),
7168         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7169         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7170         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7171         (editor_create_item_from_name), (append_table),
7172         (update_editor_sheet), (egg_toolbar_editor_init):
7173         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7174         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7175         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7176         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7177         (toolbar_node_free), (egg_toolbars_model_get_flags),
7178         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7179         (egg_toolbars_model_get_name), (impl_add_item),
7180         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7181         (parse_data_list), (parse_item_list), (parse_toolbars),
7182         (egg_toolbars_model_load_toolbars), (parse_available_list),
7183         (parse_names), (egg_toolbars_model_load_names),
7184         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7185         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7186         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7187         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7188         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7189         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7190         (egg_toolbars_model_set_types), (fill_avail_array),
7191         (egg_toolbars_model_get_name_avail),
7192         (egg_toolbars_model_get_name_flags),
7193         (egg_toolbars_model_set_name_flags):
7194         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7195         * cut-n-paste/toolbar-editor/eggintl.h:
7196         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7197         (egg_tree_multi_drag_source_get_type),
7198         (egg_tree_multi_drag_source_row_draggable),
7199         (egg_tree_multi_drag_source_drag_data_delete),
7200         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7201         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7202         (path_list_free), (set_context_data), (get_context_data),
7203         (get_info), (egg_tree_multi_drag_drag_data_get),
7204         (egg_tree_multi_drag_motion_event),
7205         (egg_tree_multi_drag_button_press_event),
7206         (egg_tree_multi_drag_add_drag_support):
7207         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7208         * shell/ev-application.c: (ev_application_init),
7209         (ev_application_save_toolbars_model):
7210         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7211         (ev_window_cmd_edit_toolbar), (ev_window_init):
7212         
7213         Sync toolbareditor with epiphany and libegg
7214
7215 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7216
7217         * configure.ac: 
7218
7219         Depend on poppler 0.5.2
7220
7221 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * shell/ev-jobs.c: (ev_job_render_run):
7224         
7225         Check if document supports links iterface.
7226
7227 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7228
7229         * NEWS:
7230         * configure.ac:
7231         
7232         Update for release 0.5.3
7233
7234 2006-05-13  Michael Plump  <plumpy@skylab.org>
7235
7236         * configure.ac:
7237         * shell/Makefile.am:
7238         * shell/main.c: (main):
7239         
7240         Port to GOption command line parsing. Fix for the 
7241         bug #327518
7242
7243 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * shell/ev-window.c: (ev_window_cmd_help_about):
7246         
7247         Do not wrap license. Fix for the bug #309460.
7248
7249 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * configure.ac:
7252         * properties/ev-properties-main.c: (ev_properties_get_pages):
7253         * shell/ev-application.c: (ev_application_open_window),
7254         (ev_application_open_uri_at_dest):
7255         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7256         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7257         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7258         * shell/ev-utils.c: (save_print_config_to_file):
7259         * shell/ev-window.c: (ev_window_cmd_save_as),
7260         (ev_attachment_popup_cmd_save_attachment_as):
7261         * shell/main.c: (load_files_remote):
7262         
7263         Bump requirements to gtk 2.8 and drop all ifdefs used.
7264
7265 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7268         * shell/ev-window.c: (ev_window_init):
7269         
7270         Show attachments page.
7271
7272 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * po/POTFILES.in:
7275         * shell/ev-attachment-bar.c:
7276         * shell/ev-attachment-bar.h:
7277         * shell/ev-sidebar-attachments.c:
7278         (ev_sidebar_attachments_icon_cache_add),
7279         (icon_theme_get_pixbuf_from_mime_type),
7280         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7281         (ev_sidebar_attachments_icon_cache_refresh),
7282         (ev_sidebar_attachments_get_attachment_at_pos),
7283         (ev_sidebar_attachments_popup_menu_show),
7284         (ev_sidebar_attachments_popup_menu),
7285         (ev_sidebar_attachments_button_press),
7286         (ev_sidebar_attachments_update_icons),
7287         (ev_sidebar_attachments_drag_data_get),
7288         (ev_sidebar_attachments_get_property),
7289         (ev_sidebar_attachments_destroy),
7290         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7291         (ev_sidebar_attachments_new),
7292         (ev_sidebar_attachments_set_document),
7293         (ev_sidebar_attachments_support_document),
7294         (ev_sidebar_attachments_get_label),
7295         (ev_sidebar_attachments_page_iface_init):
7296         * shell/ev-sidebar-attachments.h:
7297         * shell/ev-window.c: (update_chrome_visibility),
7298         (setup_sidebar_from_metadata), (ev_window_setup_document),
7299         (ev_window_sidebar_current_page_changed_cb),
7300         (attachment_bar_menu_popup_cb), (ev_window_init):
7301         
7302         Move attachments bar to sidebar.
7303
7304 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7305
7306         * pdf/ev-poppler.cc:
7307         * shell/ev-application.[ch]:
7308         * shell/main.c:
7309
7310         Fix some memory leaks.
7311
7312 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7313
7314         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7315
7316         Change the properties dialog response to
7317         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7318         will make the dialog go away when the user presses
7319         enter. With gtk+ >= 2.9 this will happen anyway, but for
7320         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7321         escape by default. Fixes bug #340539. See also bug
7322         #101293 for the gtk+ part.
7323
7324 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7325
7326         * shell/ev-view.c (tip_from_action_named): Replace some strings
7327         that were wrong. Closes #340970.
7328
7329 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7330
7331         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7332
7333         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7334         #341049
7335
7336 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7337
7338         * djvu/Makefile.am:
7339         * dvi/Makefile.am:
7340         * dvi/mdvi-lib/Makefile.am:
7341         * properties/Makefile.am:
7342         * ps/Makefile.am:
7343         * shell/Makefile.am:
7344         * thumbnailer/Makefile.am:
7345         
7346         Due to broken libtool that is unable to track dependencies
7347         of noinst libraries we are forced to explicitely point
7348         libraries for binary. Fix for the bug #333334.
7349
7350 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7351
7352         * data/evince.desktop.in.in:
7353         * shell/ev-view.c: (view_update_range_and_current_page),
7354         (ev_view_next_page), (ev_view_previous_page):
7355         * shell/ev-window.c: (update_chrome_visibility),
7356         (setup_sidebar_from_metadata), (ev_window_setup_document),
7357         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7358         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7359         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7360         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7361         (ev_window_stop_presentation), (ev_window_focus_in_event),
7362         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7363         (ev_window_init):
7364         * thumbnailer/Makefile.am:
7365         
7366         Update fullscreen and presentation timeout handling. Hide
7367         cursor in presentation after timeout. Fix for the bugs
7368         #136359 and #336981.
7369
7370 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7371
7372         * backend/ev-link-action.[ch]:
7373         * pdf/ev-poppler.cc: (ev_link_from_action):
7374         * shell/ev-view-private.h:
7375         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7376         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7377
7378         Add support for Named Action links
7379
7380 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7381
7382         * backend/Makefile.am:
7383         * backend/ev-document-links.[ch]:
7384         * backend/ev-document.[ch]:
7385         * backend/ev-link-action.[ch]:
7386         * backend/ev-link-dest.[ch]:
7387         * backend/ev-link.[ch]:
7388         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7389         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7390         * shell/ev-page-action.c: (build_new_tree_cb):
7391         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7392         (links_page_num_func), (update_page_callback):
7393         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7394         (tip_from_link):
7395         * shell/ev-jobs.c:
7396         * shell/ev-window.[ch]: (ev_window_open_uri),
7397         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7398         * shell/ev-application.[ch]: (ev_application_open_window),
7399         (ev_application_open_uri):
7400
7401         Rework links system, it adds support for remote links now and it makes
7402         easier to add new kinds of actions and destinations. Fixes bug #317292
7403
7404 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * data/Makefile.am:
7407         * data/evince.png:
7408         * data/evince-16.png:
7409         * data/evince-22.png:
7410         * data/evince.svg:
7411         * shell/main.c: (main):
7412         
7413         Evince use it's own icon. Fix for the bug #313392.
7414
7415         * shell/ev-window.c: (fullscreen_timeout_cb),
7416         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7417         (ev_window_cmd_help_about), (ev_window_dispose):
7418         
7419         Simplify fullscreen timeout code.
7420
7421 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7422
7423         * backend/ev-attachment.c: 
7424         * shell/ev-attachment-bar.c:
7425         * shell/ev-window.c:
7426
7427         Allow multiple selection of attachments
7428
7429 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * shell/ev-view.c: (view_update_range_and_current_page),
7432         (ev_view_scroll):
7433         
7434         Fix for the bug #312573 – Optimal selection of current 
7435         page among visible pages.
7436
7437 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * configure.ac:
7440         * djvu/Makefile.am:
7441         * djvu/djvu-text.h:
7442         
7443         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7444         for the bug 339868.
7445
7446 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7447
7448         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7449
7450 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7451
7452         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7453         dictated by the GNOME HIG. Fixes bug #339235.
7454
7455 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7456
7457         * data/evince-ui.xml:
7458         * shell/ev-view.c: (ev_view_can_find_previous):
7459         * shell/ev-view.h:
7460         * shell/ev-window.c: (ev_window_update_actions),
7461         (ev_window_cmd_edit_find_previous):
7462
7463         Add support for "Find Previous" as dictated by the GNOME HIG. A
7464         menu item is added and some glue code to make it all work is added
7465         to various files.
7466
7467 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7468
7469         * configure.ac: Award myself the "useless use of cat" award.
7470
7471 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7472
7473         * po/LINGUAS: New file listing all supported languages.
7474
7475         * configure.in: Use po/LINGUAS instead of including all languages
7476         directly in this file. See the wiki for more information:
7477         http://live.gnome.org/GnomeGoals/PoLinguas
7478
7479 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7480
7481         * backend/ev-document-factory.c:
7482
7483         Do not load the document twice when there isn't errors
7484
7485 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7486
7487         * backend/ev-attachment.c: 
7488
7489         Fix a crash when there isn't a default application to open an
7490         attachment
7491
7492 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7493
7494         * backend/ev-attachment.[ch]:
7495         * shell/ev-attachment-bar.[ch]:
7496
7497         Added missing files. 
7498
7499 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7500
7501         * backend/Makefile.am:
7502         * data/evince-ui.xml:
7503         * backend/ev-attachment.[ch]:
7504         * backend/ev-document.[ch]: (ev_document_has_attachments),
7505         (ev_document_get_attachments):
7506         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7507         (attachment_save_to_buffer), (pdf_document_get_attachments),
7508         (pdf_document_document_iface_init):
7509         * shell/Makefile.am:
7510         * shell/ev-attachment-bar.[ch]:
7511         * shell/ev-window.c:
7512
7513         Add support for PDF attachments. Fixes bug #325143
7514
7515 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * backend/ev-document-factory.c: (get_document_from_uri),
7518         (ev_document_factory_get_document):
7519         * backend/ev-document-factory.h:
7520         * properties/ev-properties-main.c: (ev_properties_get_pages):
7521         * shell/Makefile.am:
7522         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7523         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7524         (ev_job_queue_remove_job):
7525         * shell/ev-job-queue.h:
7526         * shell/ev-job-xfer.c:
7527         * shell/ev-job-xfer.h:
7528         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7529         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7530         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7531         (ev_job_xfer_run):
7532         * shell/ev-jobs.h:
7533         * shell/ev-window.c: (ev_window_is_empty),
7534         (password_dialog_response), (ev_window_clear_xfer_job),
7535         (ev_window_xfer_job_cb), (ev_window_open_uri),
7536         (ev_window_cmd_focus_page_selector),
7537         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7538         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7539         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7540         (ev_window_dispose):
7541         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7542         
7543         * Cleanup mime type detection on document load. Fix for the
7544         bug #336448.
7545
7546 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7549         
7550         Fix crash on exit, described in the bug #336825.
7551
7552 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * backend/ev-document-factory.c:
7555         (ev_document_factory_get_from_mime),
7556         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7557         (ev_document_factory_get_document),
7558         (file_filter_add_mime_list_and_free),
7559         (ev_document_factory_add_filters):
7560         * backend/ev-document-factory.h:
7561         * properties/ev-properties-main.c: (ev_properties_get_pages):
7562         * shell/Makefile.am:
7563         * shell/ev-application.c:
7564         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7565         * shell/ev-window.c: (ev_window_cmd_file_open),
7566         (ev_window_cmd_save_as):
7567         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7568         
7569         Rework factory functions so they are placed now in a single 
7570         file ev-document-factory.c
7571
7572 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7573
7574         * shell/ev-window.c: (update_chrome_visibility):
7575         
7576         Fix for the bug 166566 - don't show menubar in fullscreen
7577         mode.
7578
7579 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7580
7581         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7582
7583 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * shell/ev-view.c: (ev_view_expose_event):
7586         
7587         More correctly draw loading text when document
7588         is empty.
7589
7590 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * shell/ev-view.c: (ev_view_scroll):
7593         
7594         Fix for the bug #334854, page down and page up switch
7595         pages in presentation mode.
7596
7597 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * shell/ev-window.c: (ev_window_set_action_sensitive),
7600         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7601         (ev_window_set_view_accels_sensitivity),
7602         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7603         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7604         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7605         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7606         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7607         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7608         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7609         (view_actions_focus_in_cb), (ev_window_init):
7610         
7611         Fix for the bug #333902, now it's possible to search
7612         words with slash.
7613
7614 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7615
7616         * configure.ac: Added Breton translation.
7617         * po/br.po: Added Breton translation.
7618
7619 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7620
7621         * shell/ev-window-title (ev_window_title_update):
7622
7623         Fix memory leak in window title. Fixes bug #333944
7624
7625 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7626
7627         * shell/ev-metadata-manager.c (parseItem):
7628
7629         Fix memory leaks. Fixes bug #333945
7630
7631 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7632         
7633         * NEWS, configure.ac, TODO:
7634         
7635         Update for release 0.5.2.
7636
7637 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7638
7639         * shell/ev-view.c: (view_update_range_and_current_page),
7640         (page_changed_cb):
7641         
7642         Don't jump on scrolling, fix for the bug #333127.
7643
7644 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7647         
7648         Scroll by one page in presentation mode. Fix for the bug
7649         #332993.
7650
7651 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7652
7653         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7654
7655 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7656
7657         * configure.ac  Added lv in ALL_LINGUAS line.
7658
7659 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7660         
7661         * NEWS, configure.ac:
7662         
7663         Update for release 0.5.1
7664
7665 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7666
7667         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7668         * backend/ev-document-misc.h:
7669         * shell/ev-view.c: (draw_one_page):
7670         
7671          Clairfy what page the toolbar page number applies to. Fix
7672          for the bug #328102.
7673
7674 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7675
7676         * shell/ev-view-private.h:
7677         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7678         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7679         (ev_view_search_changed):
7680         * shell/ev-view.h:
7681         * shell/ev-window.c: (find_bar_search_changed_cb):
7682         
7683         Dont't jump to find result if window was scrolled during search.
7684         Fix for the bug #313266.
7685
7686 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7687
7688         * shell/eggfindbar.c: (egg_find_bar_class_init):
7689         * shell/eggfindbar.h:
7690         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7691         * shell/ev-view-private.h:
7692         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7693         (ev_view_class_init), (ev_sizing_mode_get_type),
7694         (ev_scroll_type_get_type):
7695         * shell/ev-view.h:
7696         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7697         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7698         (ev_window_init):
7699         
7700         Fix for the bug 319133 - Find entry should allow text scroll.
7701
7702 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7703
7704         * shell/ev-view-private.h:
7705         * shell/ev-view.c: (view_update_range_and_current_page),
7706         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7707         (ev_view_set_document), (update_find_status_message),
7708         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7709         (ev_view_find_previous):
7710         
7711         Fix for the bug #319137. Search now takes account for scrolling.
7712
7713 2006-02-19  Michael Hofmann <mh21@piware.de>
7714
7715         * configure.ac:
7716         * djvu/Makefile.am:
7717         * djvu/djvu-document-private.h:
7718         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7719         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7720         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7721         (djvu_document_can_get_text), (djvu_document_get_text),
7722         (djvu_document_document_iface_init),
7723         (djvu_document_thumbnails_get_thumbnail),
7724         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7725         (djvu_document_find_get_result),
7726         (djvu_document_find_page_has_results),
7727         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7728         (djvu_document_find_iface_init):
7729         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7730         (djvu_text_page_selection), (djvu_text_page_limits_process),
7731         (djvu_text_page_limits), (djvu_text_page_copy),
7732         (djvu_text_page_position), (djvu_text_page_union),
7733         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7734         (djvu_text_page_box), (djvu_text_page_append_text),
7735         (djvu_text_page_search), (djvu_text_page_prepare_search),
7736         (djvu_text_page_new), (djvu_text_page_free):
7737         * djvu/djvu-text-page.h:
7738         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7739         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7740         (djvu_text_n_results), (djvu_text_has_results),
7741         (djvu_text_get_result), (djvu_text_get_progress):
7742         * djvu/djvu-text.h:
7743         
7744         Text search in djvu. Fix for the bug #303415.
7745
7746 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7747
7748         * configure.ac:
7749         * shell/ev-window.c: (ev_window_cmd_save_as):
7750         
7751         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7752         Thanks to Gary Coady <gary@lyranthe.org>
7753
7754 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * shell/ev-print-job.c: (idle_print_handler):
7757         
7758         Inverse order printing, bug #320919.
7759
7760 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7761
7762         * data/evince-toolbar.xml:
7763         * shell/ev-window.c:
7764         
7765         Allow to add sidebar checkbutton on toolbar. Fix
7766         for the bug #144577.
7767
7768 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7769
7770         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7771         
7772         Add checks that have sense for empty ps document.
7773
7774 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7775
7776         * configure.ac: Include PS in mime types list. 
7777
7778 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * configure.ac:
7781         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7782         * ps/gsdefaults.h:
7783         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7784         
7785         Runtime check for gs interpreter. Fix for the bug #320868.
7786         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7787
7788 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7789
7790         * shell/ev-application.c: 
7791
7792         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7793         dbus>=0.60, so that the request is not queued. 
7794
7795 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * configure.ac:
7798         * shell/Makefile.am:
7799         * shell/ev-sidebar-links.c: (print_section_cb):
7800         * shell/ev-utils.c:
7801         * shell/ev-utils.h:
7802         * shell/ev-window.c: (update_action_sensitivity),
7803         (ev_window_close_dialogs), (ev_window_print):
7804         * shell/ev-window.h:
7805         
7806         Make printing support optional. Patch from Eduardo de Barros Lima
7807         <eduardo.lima@indt.org.br> for the bug #330546.
7808
7809 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7810
7811         * shell/ev-view-private.h:
7812         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7813         (ev_view_set_document):
7814         * shell/ev-view.h:
7815         * shell/ev-window.c: (ev_window_load_job_cb),
7816         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7817         (ev_window_init):
7818
7819         Draw Loading message during xfer job. Fix for the bug #329495.
7820
7821 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * comics/comics-document.c: (comics_regex_quote),
7824         (comics_document_load), (extract_argv):
7825         
7826         Correcly quote regexp before passing it to unzip.
7827
7828 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7829
7830         * shell/ev-page-cache.c: (build_height_to_page),
7831         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7832         (ev_page_cache_get_dual_even_left):
7833         * shell/ev-page-cache.h:
7834         * shell/ev-view.c: (view_update_range_and_current_page),
7835         (get_page_y_offset), (get_page_extents):
7836         
7837         Place even pages to the left if document has less then
7838         two pages. Fix for the bug #328856.
7839
7840 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7843         
7844         Correct comics scheme. This make evince create thumbnails
7845         for comic books. Fix for the bug 329088.
7846
7847 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7848
7849         * data/evince-password.glade: Don't explicitly set
7850         invisible_char to the current default value in case
7851         the default changes; let GTK+ do its magic.
7852
7853 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7854
7855         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7856         real filename to tmp filename since often document
7857         type is determined by extension.
7858
7859 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7860
7861         * shell/ev-view.c: (add_scroll_binding_keypad),
7862         (ev_view_binding_activated), (ev_view_class_init):
7863         
7864         Add keybindings for percision-scrolling of display area. 
7865         Fix for the bug #314072.
7866
7867 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7868
7869         * data/evince.desktop.in.in:
7870         
7871         Add GTK to the list of categories. Fix for the bug #328034.
7872
7873 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7874
7875         * shell/ev-application.c: (ev_application_shutdown),
7876         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7877         * shell/ev-application.h:
7878         * shell/ev-window.c: (file_open_dialog_response_cb),
7879         (ev_window_cmd_file_open):
7880         
7881         Save last uri in file chooser dialog. Fix for the bug #327950.
7882
7883 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * NEWS:
7886         * README:
7887         
7888         Final update for release 0.5.0
7889         
7890         * shell/Makefile.am:
7891         
7892         Remove disable deprecated until we'll require libgnome-2.13.7
7893         and port to GOption argument parsing. See bug 327518.
7894
7895 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7896
7897         * comics/comics-document.c: (comics_document_save):
7898         * djvu/djvu-document.c: (djvu_document_save):
7899         * dvi/dvi-document.c: (dvi_document_save):
7900         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7901         * lib/ev-file-helpers.h:
7902         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7903         * tiff/tiff-document.c: (tiff_document_save):
7904         
7905         Use common save function for backends.
7906
7907 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7908
7909         * backend/ev-document-types.c:
7910         
7911         Fix crash on saving pixbuf.
7912
7913 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * cut-n-paste/recent-files/egg-recent-item.c:
7916         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7917         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7918         (parse_info_free), (valid_element), (start_element_handler),
7919         (end_element_handler), (text_handler), (egg_recent_model_filter),
7920         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7921         (egg_recent_model_monitor), (egg_recent_model_read),
7922         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7923         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7924         (egg_recent_model_set_property), (egg_recent_model_class_init),
7925         (egg_recent_model_init), (egg_recent_model_add_full),
7926         (egg_recent_model_delete), (egg_recent_model_get_list),
7927         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7928         (egg_recent_model_set_filter_mime_types),
7929         (egg_recent_model_clear_group_filter),
7930         (egg_recent_model_set_filter_groups),
7931         (egg_recent_model_clear_scheme_filter),
7932         (egg_recent_model_set_filter_uri_schemes),
7933         (egg_recent_model_remove_expired):
7934         * cut-n-paste/recent-files/egg-recent-util.c:
7935         (egg_recent_util_get_icon):
7936         * cut-n-paste/recent-files/egg-recent-util.h:
7937         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7938         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7939         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7940         (egg_recent_view_uimanager_set_property),
7941         (egg_recent_view_uimanager_get_property),
7942         (egg_recent_view_uimanager_class_init),
7943         (egg_recent_view_uimanager_init),
7944         (egg_recent_view_uimanager_set_label_width),
7945         (egg_recent_view_uimanager_get_label_width):
7946         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7947         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7948         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7949         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7950         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7951         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7952         
7953         Update from libegg.
7954
7955 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/ev-page-cache.c: (build_height_to_page),
7958         (ev_page_cache_get_height_to_page):
7959         * shell/ev-page-cache.h:
7960         * shell/ev-view.c: (view_update_range_and_current_page),
7961         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7962         (ev_view_previous_page):
7963         
7964         Dual mode places even pages to the left. Fix for the bug #309393.
7965
7966         * shell/ev-view.h:
7967         * shell/ev-window.c: (update_action_sensitivity),
7968         (setup_view_from_metadata), (view_menu_popup_cb):
7969         
7970         Don't restore presentation in empty windows, more intelligent
7971         next page behaviour in dual mode.
7972
7973         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7974         (ev_pixbuf_cache_clear_job_sizes):
7975         
7976         Cleanup job callback on removal. Fix for the bug #325886.
7977
7978 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7979
7980         * ps/ps.c: (psscan):
7981         
7982         Commit workaround Mozilla problem. Fix for the bug #325919
7983         
7984         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7985         (save_item):
7986         
7987         Fix for year 2038 problem.
7988
7989 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7990
7991         * shell/ev-window.c: (setup_document_from_metadata),
7992         (ev_window_cmd_view_reload):
7993
7994         Clamp page recieved from metadata in valid values. Fix
7995         for the bug #325986.
7996
7997 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7998
7999         * MAINTAINERS: 
8000         Add MAINTAINERS as requested on desktop-devel-list.
8001
8002 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8003
8004         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
8005         (mime_type_supported_by_gdk_pixbuf),
8006         (ev_document_factory_get_mime_types),
8007         (ev_document_factory_get_all_mime_types):
8008         
8009         Don't add pixbuf mime types if pixbuf backend is disabled.
8010         
8011         * shell/ev-application.c: (ev_application_get_uri_window):
8012         
8013         Fix for the bug 325815 - unhandled MIME type message doesn't 
8014         appear a second time. 
8015         
8016         * shell/ev-document-types.c: (ev_document_types_add_filters):
8017         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
8018         (password_dialog_response), (ev_window_popup_password_dialog),
8019         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8020         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8021         (ev_window_run_presentation), (ev_window_stop_presentation),
8022         (save_sizing_mode), (ev_window_zoom_changed_cb),
8023         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8024         (ev_window_dual_mode_changed_cb),
8025         (ev_window_sidebar_current_page_changed_cb),
8026         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8027         (window_state_event_cb), (window_configure_event_cb):
8028         
8029         Cleanup additional uris holded by EvWindow.
8030
8031 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8034         (ev_view_can_previous_page), (ev_view_can_next_page):
8035         * shell/ev-view.h:
8036         * shell/ev-window.c: (update_action_sensitivity):
8037         
8038         Two page scrolling with Space and PageUp in dual mode. Second fix 
8039         for the bug #316608.
8040
8041 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8042
8043         * shell/ev-view.c: (scroll_to_current_page):
8044         
8045         Correctly clamp adjustment value. Fix for the bug
8046         #325808.
8047
8048 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8049
8050         * shell/ev-sidebar-links.c: (print_section_cb):
8051         * shell/ev-window.c: (ev_window_get_uri),
8052         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8053         (ev_window_print_dialog_response_cb), (ev_window_print_range),
8054         (ev_window_dispose):
8055         
8056         Make print dialog non-modal. Fix for the bug #325622.
8057
8058 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8059
8060         * shell/ev-metadata-manager.c:
8061         * shell/ev-utils.c: (using_pdf_printer),
8062         (using_postscript_printer), (load_print_config_from_file),
8063         (save_print_config_to_file):
8064         * shell/ev-utils.h:
8065         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8066         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8067         (setup_view_from_metadata), (ev_window_setup_document),
8068         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8069         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8070         (ev_window_run_presentation), (ev_window_stop_presentation),
8071         (save_sizing_mode), (ev_window_zoom_changed_cb),
8072         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8073         (ev_window_dual_mode_changed_cb),
8074         (ev_window_sidebar_current_page_changed_cb),
8075         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8076         (window_state_event_cb), (window_configure_event_cb),
8077         (ev_window_init):
8078         
8079         Setting saving behaviour fixes.
8080
8081 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * configure.ac:
8084         
8085         Make antialiasing gs options better and allow
8086         to change them during configure. Fix for the 
8087         bug #319049.
8088
8089 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8090
8091         * shell/ev-window.c: (setup_view_from_metadata):
8092         
8093         Remember if last window was maximized. Fix for the
8094         bug #323797.
8095
8096 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8097
8098         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8099
8100 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8101
8102         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8103         * shell/ev-page-action.c: (build_new_tree_cb):
8104         * shell/ev-sidebar-links.c: (links_page_num_func),
8105         (update_page_callback_foreach), (update_page_callback):
8106         * shell/ev-view.c: (scroll_to_current_page):
8107         
8108         Fix for the bug #325067 with more intelligent selection
8109         of current link in sidebar. Make sidebar handle links
8110         of FITR-like type more correctly.
8111
8112         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8113         (dvi_pixbuf_put_pixel):
8114         
8115         Fix memory consumtion with disabled alpha channel.
8116
8117 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8118
8119         * data/evince-ui.xml:
8120         * shell/ev-window.c: (view_menu_popup_cb),
8121         (ev_popup_cmd_open_link), (ev_window_init):
8122         
8123         Update context menu for internal links. Fix for the bug
8124         #325066.
8125
8126 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8127
8128         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8129         
8130         Bind context menu to keyboard also. Fix for the bug
8131         #325065.
8132
8133 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8134
8135         * shell/ev-view.c: (selection_scroll_timeout_cb):
8136         
8137         Horizontal scroll on selection also.
8138
8139 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * shell/ev-metadata-manager.c: (parse_value):
8142         * shell/ev-view.c: (goto_xyz_link):
8143         
8144         Correct zoom setup and metadata save broken in 
8145         some locales.
8146
8147 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * shell/ev-view-private.h:
8150         * shell/ev-view.c: (scroll_to_current_page),
8151         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8152         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8153         (page_changed_cb), (ev_view_set_continuous),
8154         (ev_view_set_dual_page), (ev_view_set_presentation):
8155         
8156         Delay scroll until allocation to correctly position page. Fix
8157         for the bug #317334.
8158
8159 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8160
8161         * NEWS:
8162         * configure.ac:
8163         
8164         Update NEWS and require poppler 0.5.0.
8165
8166 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8167         
8168         * data/evince-ui.xml:
8169         * shell/ev-view-private.h:
8170         * shell/ev-view.c: (ev_view_get_link_at_location),
8171         (handle_link_over_xy), (ev_view_button_press_event),
8172         (ev_view_button_release_event), (ev_view_class_init):
8173         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8174         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8175         (ev_window_init):
8176         
8177         Implement right-click context menu.
8178
8179 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8180
8181         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8182         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8183         (mdvi_pixbuf_device_render):
8184         * pdf/ev-poppler.cc:
8185
8186         Don't generate thumbnails with alpha. See bug #324077.
8187         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8188
8189 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191         * shell/ev-window.c: (setup_chrome_from_metadata):
8192         
8193         Fix typo that was hiding toolbar.
8194
8195 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196
8197         * shell/ev-view-private.h:
8198         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8199         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8200         (ev_view_button_release_event), (ev_view_destroy):
8201         
8202         Small cleanup and autoscrolling during selection. Thanks to 
8203         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8204
8205 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8206
8207         * configure.ac:
8208         
8209         Correctly check for comics option.
8210
8211 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8212         * Makefile.am:
8213         * configure.ac:
8214         * backend/Makefile.am:
8215         * backend/ev-document-factory.c:
8216         * shell/ev-document-types.c:
8217
8218         Included option in configure to make ps backend 
8219         compilation optional with --disable-ps.
8220
8221 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * backend/ev-document-factory.c:
8224         * comics/Makefile.am:
8225         * comics/comics-document.c: (comics_document_load):
8226         * comics/ev-cbr-mime.xml:
8227         * configure.ac:
8228         
8229         Comics mime types are added to shared-mime-info CVS. Now
8230         we don't need to install our own mime types.
8231
8232 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * shell/ev-window.c:
8235         
8236         Add shortcut for "save a copy" menu entry. Fix for
8237         the bug #324582.
8238
8239 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8240
8241         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8242         (job_finished_cb), (new_selection_pixbuf_needed),
8243         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8244         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8245         
8246         Rework selection job info logic and fix critical warning.
8247
8248 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8249
8250         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8251
8252 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8253
8254         * data/evince-ui.xml:
8255         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8256         
8257         Enter as shortcut key for next page. Fix for the bug
8258         #321394.
8259
8260 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8261
8262         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8263
8264 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8265
8266         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8267         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8268         (new_selection_pixbuf_needed),
8269         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8270         (clear_job_selection):
8271         
8272         Too early for 0.5. Pixbuf cache code cleaned a bit.
8273
8274 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * NEWS:
8277         * configure.ac:
8278         
8279         Release 0.5.0 preparation
8280
8281 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * comics/Makefile.am:
8284         * configure.ac:
8285         * shell/ev-document-types.c: (ev_document_types_add_filters):
8286         
8287         More advanced handling of custom mime type installation.
8288
8289 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * data/evince.schemas.in:
8292         * shell/ev-metadata-manager.c: (value_free),
8293         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8294         (ev_metadata_manager_get), (ev_metadata_manager_set):
8295         * shell/ev-metadata-manager.h:
8296         * shell/ev-window.c: (update_chrome_flag),
8297         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8298         (setup_document_from_metadata), (setup_chrome_from_metadata),
8299         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8300         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8301         (ev_window_view_toolbar_cb),
8302         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8303         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8304         
8305         Save last document settings and reuse them for new documents.
8306
8307 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8308
8309         * Makefile.am:
8310         * backend/Makefile.am:
8311         * backend/ev-document-factory.c:
8312         * backend/ev-document-factory.h:
8313         * comics/Makefile.am:
8314         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8315         (comics_document_load), (comics_document_save),
8316         (comics_document_get_n_pages), (comics_document_get_page_size),
8317         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8318         (comics_document_class_init), (comics_document_can_get_text),
8319         (comics_document_get_info), (comics_document_document_iface_init),
8320         (comics_document_init), (get_supported_image_extensions),
8321         (comics_document_thumbnails_get_geometry),
8322         (comics_document_thumbnails_get_thumbnail),
8323         (comics_document_thumbnails_get_dimensions),
8324         (comics_document_document_thumbnails_iface_init), (extract_argv):
8325         * comics/comics-document.h:
8326         * comics/ev-cbr-mime.xml:
8327         * configure.ac:
8328         * po/POTFILES.in:
8329         * shell/ev-application.c: (ev_application_register_service):
8330         * shell/ev-document-types.c: (ev_document_types_add_filters):
8331         * thumbnailer/Makefile.am:
8332         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8333         
8334         New CBR/CBZ backend for comic books.
8335
8336 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8337
8338         * shell/main.c: (load_files_remote):
8339
8340         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8341         warning on startup of second instance is fixed. It
8342         is bug #320353.
8343
8344 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8345
8346         * shell/ev-window.c: (ev_window_finalize):
8347         
8348         Fix double free that cause crash.
8349
8350 2005-10-29  Bastien Nocera <hadess@hadess.net>
8351
8352         * tiff/tiff-document.c: (tiff_document_load):
8353         
8354         Fix memory leak.
8355
8356 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8357
8358         * po/POTFILES.in:
8359         * shell/Makefile.am:
8360         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8361         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8362         (ev_view_accessible_get_text),
8363         (ev_view_accessible_get_character_at_offset),
8364         (ev_view_accessible_get_text_before_offset),
8365         (ev_view_accessible_get_text_at_offset),
8366         (ev_view_accessible_get_text_after_offset),
8367         (ev_view_accessible_get_character_count),
8368         (ev_view_accessible_get_caret_offset),
8369         (ev_view_accessible_set_caret_offset),
8370         (ev_view_accessible_get_run_attributes),
8371         (ev_view_accessible_get_default_attributes),
8372         (ev_view_accessible_get_character_extents),
8373         (ev_view_accessible_get_offset_at_point),
8374         (ev_view_accessible_get_n_selections),
8375         (ev_view_accessible_get_selection),
8376         (ev_view_accessible_add_selection),
8377         (ev_view_accessible_remove_selection),
8378         (ev_view_accessible_set_selection),
8379         (ev_view_accessible_text_iface_init),
8380         (ev_view_accessible_idle_do_action),
8381         (ev_view_accessible_action_do_action),
8382         (ev_view_accessible_action_get_n_actions),
8383         (ev_view_accessible_action_get_description),
8384         (ev_view_accessible_action_get_name),
8385         (ev_view_accessible_action_set_description),
8386         (ev_view_accessible_action_iface_init),
8387         (ev_view_accessible_get_type), (ev_view_accessible_new),
8388         (ev_view_accessible_factory_get_accessible_type),
8389         (ev_view_accessible_factory_create_accessible),
8390         (ev_view_accessible_factory_class_init),
8391         (ev_view_accessible_factory_get_type):
8392         * shell/ev-view-accessible.h:
8393         * shell/ev-view-private.h:
8394         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8395         * shell/ev-view.h:
8396         
8397         Initial accessibility support.
8398
8399 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8400
8401         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8402
8403 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8404
8405         * shell/ev-print-job.c: (idle_print_handler):
8406         
8407         Fix for bug Bug 318916: Printing multiple pages.
8408
8409 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8410
8411         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8412
8413 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8414
8415         * pdf/ev-poppler.cc:
8416         
8417         Thumnail dimensions unified with other backends.
8418         
8419         * shell/ev-window-title.c: (ev_window_title_update):
8420         
8421         Fix warning.
8422
8423 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8424
8425         * data/ev-stock-zoom-fit-width.png:
8426         
8427         Remove unused file.
8428
8429 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * configure.ac:
8432         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8433         (djvu_document_finalize):
8434         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8435         (dvi_document_finalize):
8436         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8437         (pixbuf_document_save), (pixbuf_document_finalize):
8438         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8439         (tiff_document_finalize):
8440         
8441         Save a copy implemented for various backends.
8442
8443 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8444
8445         * configure.ac:
8446         
8447         Don't link with ltiff if tiff is disabled.
8448
8449 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8450
8451         * pdf/GDKSplashOutputDev.cc:
8452         * pdf/GDKSplashOutputDev.h:
8453         * pdf/Thumb.cc:
8454         * pdf/Thumb.h:
8455         * pdf/pdf-document.cc:
8456         * pdf/pdf-document.h:
8457         * pdf/test-gdk-output-dev.cc:
8458         
8459         Remove old unused files.
8460
8461 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8462
8463         * shell/ev-window.c: (ev_window_setup_document):
8464         
8465         Fixed warnings on reload and probably crash reason.
8466
8467 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8468
8469         * properties/ev-properties-view.c:
8470         (ev_properties_view_format_date):
8471         
8472         Check if date is invalid. Fix for bug 318134.
8473
8474 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8475
8476         * shell/ev-window-title.c:
8477         
8478         Add .indd files (Adobe Indesign) to the list of "bad
8479         extensions".
8480
8481 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * data/evince-ui.xml:
8484         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8485         
8486         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8487
8488 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8489
8490         * shell/ev-window.c: (launch_link), (launch_external_uri),
8491         (view_external_link_cb):
8492
8493         URL-escape link before passing it to gnome_vfs_url_show.
8494
8495 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8496
8497         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8498         there isn't text selected.
8499
8500 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-view.c: (handle_link_over_xy):
8503
8504         Check tooltip is valid utf8 before showing it
8505
8506 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8507
8508         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8509
8510 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8511
8512         * shell/ev-window-title.c: (ev_window_title_update):
8513
8514         Guard against using g_strstrip on NULL. Fixes bug #317291.
8515
8516 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * pdf/ev-poppler.cc:
8519
8520         Show title even for unknown links
8521
8522 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * shell/ev-window-title.c: (ev_window_title_update):
8525
8526         Strip the title string
8527
8528 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * shell/ev-window-title.c:
8531
8532         Add .rtf to the bad extensions list
8533
8534 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8535
8536         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8537         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8538
8539         Ignore link coordinates if they are outside page bounds
8540
8541 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * backend/ev-link.c: (ev_link_type_get_type),
8544         (ev_link_get_filename), (ev_link_get_params),
8545         (ev_link_get_property), (ev_link_set_property),
8546         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8547         * backend/ev-link.h:
8548         * pdf/ev-poppler.cc:
8549         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8550         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8551         (ev_window_init):
8552
8553         Implement launch links. Delegate external link opening to
8554         the window.
8555
8556 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8557
8558         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8559         (ev_link_get_right), (ev_link_get_property),
8560         (ev_link_set_property), (ev_link_class_init),
8561         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8562         * backend/ev-link.h:
8563         * pdf/ev-poppler.cc:
8564         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8565
8566         Implement fitr links
8567
8568 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8569
8570         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8571         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8572         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8573         (ev_view_size_request_continuous),
8574         (ev_view_size_request_dual_page),
8575         (ev_view_size_request_single_page), (ev_view_size_allocate),
8576         (ev_view_zoom_for_size_continuous_and_dual_page),
8577         (ev_view_zoom_for_size_continuous),
8578         (ev_view_zoom_for_size_dual_page),
8579         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8580         (ev_sizing_mode_get_type):
8581         * shell/ev-view.h:
8582         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8583
8584         Do not use modes for link, we need to calculate size ad hoc.
8585         Still not perfect because of the usual scrollbar issues grrr.
8586
8587 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * backend/ev-link.c: (ev_link_type_get_type),
8590         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8591         * backend/ev-link.h:
8592         * pdf/ev-poppler.cc:
8593         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8594         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8595         (ev_view_size_request_continuous),
8596         (ev_view_size_request_dual_page),
8597         (ev_view_size_request_single_page), (ev_view_size_allocate),
8598         (zoom_for_size_fit_height),
8599         (ev_view_zoom_for_size_continuous_and_dual_page),
8600         (ev_view_zoom_for_size_continuous),
8601         (ev_view_zoom_for_size_dual_page),
8602         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8603         (ev_sizing_mode_get_type):
8604         * shell/ev-view.h:
8605         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8606
8607         Implement FIT_HEIGHT mode (only for links).
8608         Implement FITH links
8609
8610 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * shell/ev-window-title.c: (get_filename_from_uri),
8613         (ev_window_title_sanitize_extension), (ev_window_title_update),
8614         (ev_window_title_set_document), (ev_window_title_set_uri),
8615         (ev_window_title_free):
8616         * shell/ev-window-title.h:
8617         * shell/ev-window.c: (ev_window_setup_document),
8618         (ev_window_popup_password_dialog):
8619
8620         Refactor window title building while fixing it for
8621         password documents.
8622
8623 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8624
8625         * pdf/ev-poppler.cc:
8626
8627         Escape link title before setting it in the model
8628
8629 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8630
8631         * shell/ev-application.c: (removed_from_session), (save_session),
8632         (init_session), (ev_application_get_empty_window),
8633         (ev_application_init), (ev_application_get_windows):
8634         * shell/ev-application.h:
8635         * shell/ev-window.c: (ev_window_finalize):
8636
8637         Add a function to retrieve window list and share it where
8638         necessary.
8639         Implement session handling, works pretty well thanks to the
8640         metadata system.
8641
8642 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8643
8644         * shell/ev-password.c: (ev_password_item_created_callback),
8645         (ev_password_dialog_save_password):
8646         
8647         Fix for bug 316972. Use async gnome-keyring API.
8648
8649 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8650
8651         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8652         Remove unused unrealize handler. Add scroll handling to
8653         ev_view_scroll_event for presentation mode (bug #316708),
8654         and fix the event state checks there.
8655
8656 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * shell/ev-page-action.c: (page_changed_cb):
8659
8660         "marco, maybe we should be crazy and jump right to 6! :)"
8661
8662         Bryan Clark, Sep 2005
8663
8664 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * ps/ps-document.c: (save_document), (ps_document_save),
8667         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8668         (ps_document_ps_export_end):
8669
8670         Fix unstructured documents save and print
8671
8672 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8673
8674         * shell/ev-application.c: (ev_application_open_uri):
8675
8676         Fix window size persistance
8677
8678 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8679
8680         * shell/ev-view.c: (ev_view_button_release_event):
8681
8682         Based on a patch from carlosgc@gnome.org. Mouse buttons
8683         switch pages in presentation mode.
8684
8685 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8686
8687         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8688
8689         Dont cast to int before scaling
8690
8691 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * backend/ev-link.c: (ev_link_type_get_type),
8694         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8695         (ev_link_new_page_fith):
8696         * backend/ev-link.h:
8697         * pdf/ev-poppler.cc:
8698         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8699
8700         Implement FIT and FITH links
8701
8702 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8703
8704         * pdf/ev-poppler.cc:
8705
8706         Return 0 results when search is not in progress.
8707
8708         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8709         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8710
8711         Update menu sensitivity when cancelling search
8712
8713 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * shell/ev-view.c: (ev_view_can_find_next):
8716
8717         Take all pages in consideration, not just current one
8718
8719 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * shell/ev-page-cache.c:
8722         * shell/ev-page-cache.h:
8723         * shell/ev-view.c: (ev_view_binding_activated),
8724         (ev_view_next_page), (ev_view_previous_page),
8725         (ev_sizing_mode_get_type):
8726         * shell/ev-view.h:
8727         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8728         (ev_window_cmd_go_next_page):
8729
8730         Move page next/previous functions from page chace to
8731         view and change it to move by 2 page steps in dual mode.
8732
8733 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8734
8735         * shell/ev-window.c: (update_sidebar_visibility),
8736         (setup_sidebar_from_metadata), (ev_window_setup_document),
8737         (setup_view_from_metadata):
8738
8739         Show the index by default when there is one     
8740
8741 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * shell/ev-window-title.c: (ev_window_title_set_document):
8744
8745         Missing null check
8746
8747 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8748
8749         * shell/ev-view.c: (view_update_range_and_current_page):
8750         
8751         Allow display of last odd page in dual view. Fix for 316347.
8752
8753 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8754
8755         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8756         
8757         Make close button default. Fix for 316383.
8758
8759 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8760
8761         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8762         
8763         Mark close button as default. Fix for 316381.
8764
8765 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8766
8767         * backend/ev-link.c: (ev_link_class_init):
8768
8769         Allow negative doubles in left/top properties
8770
8771 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * shell/ev-window.c:
8774
8775         Remove a bunch of strings that was used only
8776         by the statusbar.
8777
8778 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * shell/ev-window-title.c: (get_filename_from_uri),
8781         (ev_window_title_set_document):
8782
8783         When title has a confusing extension, show also
8784         the document filename inside ()
8785
8786 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8787
8788         * shell/Makefile.am:
8789         * shell/ev-window-title.c: (ev_window_title_new),
8790         (ev_window_title_update), (ev_window_title_set_type),
8791         (ev_window_title_set_document), (ev_window_title_free):
8792         * shell/ev-window-title.h:
8793         * shell/ev-window.c: (ev_window_setup_document),
8794         (password_dialog_response), (ev_window_popup_password_dialog),
8795         (ev_window_dispose), (ev_window_init):
8796
8797         Factor out and cleanup window title code
8798
8799 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8802         (unable_to_load):
8803
8804         Make dialog transient so it doesnt block other windows
8805
8806 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8807
8808         * pdf/ev-poppler.cc:
8809         
8810         Fix pdf thumbnails rendering.
8811
8812 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8813
8814         * shell/ev-window.c: (fullscreen_set_timeout):
8815         
8816         Increase timeout to hide full screen popup. Bug 
8817         316123. 
8818
8819 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8820
8821         * data/evince.schemas.in:
8822         * shell/ev-window.c: (update_action_sensitivity):
8823
8824         Allow the user to override document restrictions. Fix for bug
8825         305818.
8826
8827 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8828
8829         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8830         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8831         (ev_window_class_init): Fix multihead behaviour of fullscreen
8832         toolbar popup. Fixes bug #315451.
8833
8834 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8835
8836         * configure.ac:
8837         * data/evince-password.glade:
8838         * shell/ev-password.c: (ev_password_dialog_set_property),
8839         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8840         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8841         (ev_password_dialog_entry_changed_cb),
8842         (ev_password_dialog_entry_activated_cb),
8843         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8844         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8845         (ev_password_dialog_set_bad_pass):
8846         * shell/ev-password.h:
8847         * shell/ev-window.c: (password_dialog_response),
8848         (ev_window_popup_password_dialog):
8849         
8850         Support for gnome-keyring for encrypted PDF's.
8851
8852 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8853
8854         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8855         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8856         (ev_view_enter_notify_event), (ev_view_class_init):
8857         
8858         More precise handling of enter_notify/leave_notify events
8859         in EvView. Fix for bug 315470.
8860
8861 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8862
8863         * shell/ev-window.c: (fullscreen_timeout_cb),
8864         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8865         (ev_window_dispose):
8866
8867         leak fix: unref fullscreen_timeout_source before clearing it
8868
8869 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8870
8871         * configure.ac, dvi/mdvi/Makefile.am: 
8872         
8873         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8874
8875 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * backend/ev-link.c: (ev_link_new_page_xyz):
8878         * pdf/ev-poppler.cc:
8879         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8880
8881         Fix some bugs with xyz links, respect zoom
8882
8883 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * shell/ev-window.c: (page_changed_cb),
8886         (setup_document_from_metadata), (update_sidebar_visibility),
8887         (setup_view_from_metadata), (ev_window_run_fullscreen),
8888         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8889         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8890         (ev_window_dual_mode_changed_cb),
8891         (ev_window_sidebar_current_page_changed_cb):
8892
8893         null check uri before setting and getting metadata
8894
8895 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8896
8897         * dvi/Makefile.am:
8898         * properties/Makefile.am:
8899         * shell/Makefile.am:
8900         * thumbnailer/Makefile.am:
8901
8902         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8903
8904 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8905
8906         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8907         (selection_changed_callback):
8908         * shell/ev-sidebar-links.h:
8909
8910         Add a signal for link activation.
8911
8912         * shell/ev-view.c: (ev_view_goto_link),
8913         (ev_view_button_release_event):
8914         * shell/ev-view.h:
8915         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8916         (ev_window_init):
8917
8918         Implement the signal so that we can handle all link types.
8919
8920         * shell/ev-page-cache.c:
8921
8922         Remove unused set_link function
8923
8924 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8925
8926         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8927
8928         Add some space from the cursor, hardcoded but I couldnt
8929         find a better way.
8930
8931 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * lib/ev-tooltip.c:
8934
8935         Use mozilla style vs gtk style, way better for links.
8936
8937         * shell/ev-view.c: (ev_view_motion_notify_event),
8938         (ev_view_destroy), (ev_view_init):
8939
8940         Deactive tooltip when the link hovered is changed.
8941
8942 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * backend/ev-document.h:
8945         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8946         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8947         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8948         (ev_link_new_page), (ev_link_new_page_xyz):
8949         * backend/ev-link.h:
8950         * pdf/ev-poppler.cc:
8951         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8952         (go_to_link), (tip_from_link):
8953
8954         Implement xyz links, still not functional. Links are a total
8955         mess, will need to refactor and bugfix a lot :(
8956
8957 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8958
8959         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8960
8961 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8962
8963         * data/evince-ui.xml:
8964         * data/evince.schemas.in:
8965         * shell/Makefile.am:
8966         * shell/ev-window.c: (update_chrome_visibility),
8967         (password_dialog_response), (ev_window_load_job_cb),
8968         (ev_window_xfer_job_cb), (ev_window_open_uri),
8969         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8970         (ev_window_init):
8971
8972         Remove the statusbar. This regress loading feedback, need to
8973         check with Bryan what we want to do there...
8974
8975 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8976
8977         * lib/ev-tooltip.c: (ev_tooltip_init):
8978
8979         Fix tooltip border and size handling
8980
8981 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8982
8983         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8984         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8985         (ev_tooltip_timeout), (ev_tooltip_activate),
8986         (ev_tooltip_deactivate):
8987         * lib/ev-tooltip.h:
8988         * shell/ev-view.c: (ev_view_motion_notify_event):
8989
8990         Delay popup showing. Mirror gtk logic/times.
8991
8992 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8993
8994         * lib/Makefile.am:
8995         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8996         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8997         (ev_tooltip_set_text), (ev_tooltip_set_position):
8998         * lib/ev-tooltip.h:
8999
9000         Simple widget to show tooltips at a custom position
9001
9002         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
9003         (ev_view_destroy):
9004
9005         Use it for links. First go, needs work
9006
9007 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
9008
9009         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
9010         HIG fixes.  Use title capitalization for window title. Use 12 
9011         pixels of space between the dialog's vbox and action area.
9012
9013 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * shell/ev-window.c: (file_open_dialog_response_cb),
9016         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
9017         (ev_window_cmd_save_as):
9018
9019         Make file pickers not modal and refactor code some
9020
9021 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * shell/ev-sidebar.h:
9024         * shell/ev-sidebar.c: (ev_sidebar_set_property),
9025         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9026         (ev_sidebar_class_init), (ev_sidebar_select_page),
9027         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9028         (ev_sidebar_set_page):
9029
9030         Add a current page property and allow to get/set it
9031
9032         * shell/ev-window.c: (setup_view_from_metadata),
9033         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9034
9035         Persist current sidebar page per document
9036
9037 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9038
9039         * data/evince.schemas.in:
9040         * shell/ev-window.c: (update_chrome_visibility),
9041         (setup_document_from_metadata), (update_sidebar_visibility),
9042         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9043         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9044         (ev_window_run_presentation), (ev_window_stop_presentation),
9045         (ev_window_view_sidebar_cb),
9046         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9047         (load_chrome), (ev_window_init):
9048
9049         Persist size/visibility of sidebar per document
9050
9051 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
9052
9053         * shell/ev-view.c (draw_loading_text): Draw loading text.
9054
9055 2005-09-02  Dan Damian  <dand@gnome.ro>
9056
9057         * configure.in: Added "ro" to ALL_LINGUAS.
9058
9059 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9060
9061         * shell/ev-view.c: (clear_caches):
9062
9063         ev_page_cache_get doesnt return a reference,
9064         dont try to unref it.
9065
9066 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9067
9068         * shell/main.c: (load_files_remote):
9069
9070         Fix timestamp parameter with dbus <= 0.33
9071
9072 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9073
9074         * data/evince.schemas.in:
9075
9076         Add missing full stop
9077
9078 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9079
9080         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9081         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9082
9083         Plug some memory leaks
9084
9085 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9086
9087         * configure.ac:
9088         * lib/ev-debug.c: (trap_handler):
9089
9090         Check for execinfo.h and use it only if it exists.
9091         Ported from Epiphany (bug #314776).
9092
9093 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9094
9095         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9096
9097 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9098
9099         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9100         * po/id.po      : Added Indonesian translation
9101
9102 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9103
9104         * shell/main.c:
9105         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9106         * NEWS: Release 0.4.0
9107
9108 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9109
9110         * configure.ac: catch another gtk+-2.8ism
9111         * shell/main.c: Make work with gtk+-2.6
9112
9113 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9114
9115         * shell/ev-application-service.xml: Add 'timestamp' argument to
9116           ev_application_open_window and ev_application_open_uri methods.
9117
9118         * shell/ev-application.h: Add 'timestamp' argument to
9119           ev_application_open_window, ev_application_open_uri,
9120           and ev_application_open_uri_list functions.
9121
9122         * shell/ev-application.c (ev_application_open_window,
9123           ev_application_open_uri, ev_application_open_uri_list): Change
9124           functions that show/present windows to use a timestamp if one
9125           is passed in.
9126
9127         * shell/ev-window.c (ev_window_cmd_file_open,
9128           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9129         * shell/main.c (load_files): Modify calls to ev_application to
9130           include GDK_CURRENT_TIME as timestamp.
9131
9132         * shell/main.c (load_files_remote): Obtain timestamp for client
9133           instance from GDK and pass to server instance so new windows are
9134           focused properly.  Fix dbus_g_proxy_call() calls by including second
9135           G_TYPE_INVALID.
9136           
9137         Closes bug #314475.
9138
9139 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9140
9141         * shell/ev-window.c (ev_window_finalize): Check for
9142         avail. EvWindows when quiting to handle the finalize better,
9143         #314497
9144
9145 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9146         
9147         * properties/ev-properties-view.c: 
9148         
9149         Set textdomain to libglade. Fixes translation problem in property page.
9150
9151 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9152
9153         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9154         * dvi/Makefile.am:
9155         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9156         * dvi/mdvi-lib/Makefile.am:
9157         
9158         Fix rotation of thumbnails, ported to new API. Moved library
9159         dependencies earlier, probably it will fix linkage problem.
9160
9161 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9162
9163         * backend/ev-document-misc.c:
9164         (ev_document_misc_get_thumbnail_frame):
9165         * backend/ev-document-misc.h:
9166         * configure.ac:
9167         * pdf/ev-poppler.cc:
9168         * shell/Makefile.am:
9169         * shell/ev-sidebar-thumbnails.c: (add_range),
9170         (ev_sidebar_thumbnails_set_loading_icon),
9171         (ev_sidebar_thumbnails_refresh),
9172         (ev_sidebar_thumbnails_set_document):
9173         * shell/ev-sidebar-thumbnails.h:
9174         * shell/ev-view.c: (ev_view_motion_notify_event),
9175         (ev_view_set_property), (ev_view_get_property),
9176         (ev_view_class_init), (ev_view_set_rotation):
9177         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9178         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9179         (ev_window_init):
9180         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9181         Redo rotation (again).  prepare for 0.4.0
9182
9183 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9184
9185         * configure.ac: Bump poppler requirement to 0.4.1.
9186
9187         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9188         argument to poppler_page_render_selection() call.
9189
9190 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9191
9192         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9193         (djvu_document_thumbnails_get_thumbnail):
9194         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9195         (dvi_document_thumbnails_get_thumbnail):
9196         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9197         (pixbuf_document_thumbnails_get_thumbnail):
9198         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9199         
9200         Update rotation direction of backends to fit with pdf and ps.
9201
9202 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9203
9204         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9205         * backend/ev-async-renderer.h:
9206         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9207         (setup_page), (ps_document_get_page_size),
9208         (ps_async_renderer_render_pixbuf):
9209         * ps/ps-document.h:
9210         * shell/ev-jobs.c: (ev_job_render_run):
9211
9212         Fix orientation in the postscript document
9213
9214 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9215
9216         * pdf/ev-poppler.cc:
9217         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9218         * shell/ev-view.c: (highlight_find_results):
9219
9220         Adapt to the new poppler rotation API. Fix text maps on landscape
9221         documents.
9222
9223 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9224
9225         * shell/ev-view.c (compute_new_selection_text): get the correct
9226         region when selecting in modes other than continuous.
9227
9228 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9229
9230         * shell/main.c (main): remove redundant g_warnings.
9231
9232 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9233
9234         * shell/Makefile.am: Don't include autogenerated
9235         file ev-application-service.h into distribution, since
9236         it causes dbus crash. Fix for bugs 313724 and 313443. 
9237
9238 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9239
9240         * configure.ac: Fix sed expression for FreeBSD. Thanks
9241         to Joe Marcus Clark <marcus@freebsd.org>
9242         
9243         * shell/eggfindbar.c: (entry_activate_callback),
9244         (entry_changed_callback), (egg_find_bar_init),
9245         (egg_find_bar_set_search_string):
9246         
9247         Made findbar buttons unsensitive if there is no text in
9248         entry. Fix for the bug 313285.
9249
9250 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9251
9252         * ps/ps-document.c: Use g_filename_display_name for displaying
9253         filenames and revert string freeze breackage
9254
9255 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9256
9257         * NEWS:
9258         * configure.ac:
9259
9260         Update for 0.3.4
9261
9262         * shell/Makefile.am:
9263
9264         Add ev-application-service.xml to extra dist
9265
9266         * shell/ev-view.c: (find_page_at_location):
9267
9268         Remove unused function (fix warning)
9269
9270 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9271
9272         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9273         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9274         
9275         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9276         bug 313623.
9277
9278 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9279
9280         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9281         * shell/ev-window.c:
9282         Fix build warnings
9283
9284 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9285
9286         * configure.ac: Update script to get dbus version.
9287         Fix for the bug #313443.
9288
9289 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9290
9291         * shell/ev-window.c: (ev_window_cmd_escape):
9292         
9293         Return focus back to view on escape. Fix for bug 313295.
9294
9295 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9296
9297         * shell/ev-window.c: (update_window_title),
9298         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9299         (ev_window_cmd_save_as):
9300         
9301         Correct conversion from uri to displayable string. Fix for
9302         bug 313296.
9303
9304 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9305
9306         * ps/ps-document.c: convert filename to utf8 when there is an error
9307         loading document. Fixes #309915
9308
9309 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9310
9311         * configure.ac:
9312
9313         We depend on poppler 0.4.0
9314
9315 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9316
9317         * configure.ac:
9318         * NEWS: Release 0.3.3.
9319         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9320
9321 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9322
9323         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9324         add a couple missing mnemonics to menu items, use title 
9325         capitalization for menu items and window titles, and add 
9326         ellipsis to open menu item.     
9327
9328 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9329
9330         * pdf/ev-poppler.cc:
9331         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9332         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9333         (ev_view_get_rotation):
9334         * shell/ev-view.h:
9335         * shell/ev-window.c: (setup_view_from_metadata),
9336         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9337         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9338         disk.
9339
9340 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9341
9342         * configure.ac: Added tr to ALL_LINGUAS
9343
9344 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9345
9346         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9347         requires several clicks to find word. Thanks to 
9348         Colin Slater <kiltedtaco@gmail.com>.
9349
9350 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9351
9352         * data/evince.desktop.in.in: Hide menu entry and
9353         rename it to "Document Viewer". Fix for bug 
9354         #312399.
9355
9356 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9357
9358         * shell/ev-page-action.c (ev_page_action_class_init): 
9359
9360         Point to the correct function in constructor of the
9361         activate_label signal
9362
9363 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9364
9365         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9366         * shell/ev-jobs.h: Make thread safe.
9367
9368 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9369
9370         * shell/ev-view.c: (view_update_range_and_current_page):
9371         Don't update page range if we are scrolling to some document
9372         point.
9373
9374 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9377         when getting max_page_width, fix drawing in dual mode.
9378
9379 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9380
9381         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9382         getting the area for select_all.
9383
9384 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9385
9386         * backend/ev-selection.c: (ev_selection_render_selection):
9387         * backend/ev-selection.h:
9388         * pdf/ev-poppler.cc:
9389         * shell/ev-jobs.c: (ev_job_render_new):
9390         * shell/ev-jobs.h:
9391         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9392         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9393         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9394         (ev_view_class_init):
9395
9396         Change selection color on focus in and focus out events.  Also,
9397         poppler now uses GdkColor for specifying the selection colors, so
9398         drop some awkward conversion code.
9399
9400 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9401
9402         * configure.ac: Added Hebrew translation
9403
9404 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9405
9406         * NOTES:
9407         * backend/ev-selection.c: (ev_selection_render_selection):
9408         * backend/ev-selection.h:
9409         * pdf/ev-poppler.cc:
9410         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9411         (ev_job_render_run):
9412         * shell/ev-jobs.h:
9413         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9414         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9415         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9416         (ev_pixbuf_cache_style_changed),
9417         (ev_pixbuf_cache_get_selection_pixbuf),
9418         (ev_pixbuf_cache_set_selection_list),
9419         (ev_pixbuf_cache_get_selection_list):
9420         * shell/ev-pixbuf-cache.h:
9421         * shell/ev-utils.c: (ev_print_region_contents):
9422         * shell/ev-utils.h:
9423         * shell/ev-view.c: (ev_view_queue_draw_page),
9424         (selection_update_idle_cb), (ev_view_motion_notify_event),
9425         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9426         (setup_caches), (ev_view_find_next), (merge_selection_region),
9427         (selection_free):
9428         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9429
9430         Clean up selection to be much smoother!
9431
9432 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9433
9434         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9435         to poppler_page_render_selection().
9436
9437 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9438
9439         * ps/ps-document.c: (save_page_list): Use
9440         unzipped document when printing. Thanks to 
9441         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9442         311016.
9443
9444 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * shell/ev-window.c: (update_action_sensitivity):
9447         
9448         Disable print and save respect to lockdown gconf keys. Fix
9449         for 312342.
9450
9451 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         * configure.ac:
9454         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9455         (write_to_temp_file), (ev_file_set_contents):
9456         * shell/ev-utils.h:
9457         * shell/ev-window.c: (save_print_config_to_file):
9458         
9459         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9460         Fix for bug 312238
9461
9462 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9463
9464         * shell/ev-window.c: (load_print_config_from_file),
9465         (save_print_config_to_file), (ev_window_print_range):
9466
9467         Persist the print settings. Fixes bug #311578.
9468
9469 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9470
9471         * djvu/djvu-document.c: (djvu_document_get_page_size),
9472         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9473         (djvu_document_thumbnails_get_thumbnail):
9474         * dvi/dvi-document.c: (dvi_document_get_page_size),
9475         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9476         (dvi_document_thumbnails_get_dimensions),
9477         (dvi_document_thumbnails_get_thumbnail):
9478         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9479         (pixbuf_document_render_pixbuf),
9480         (pixbuf_document_document_iface_init),
9481         (pixbuf_document_thumbnails_get_thumbnail):
9482         
9483         Update backends to make them build with new rotation system.
9484
9485 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9486
9487         * help/C/figures/evince_start_window.png:
9488         
9489         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9490
9491 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9492
9493         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9494         * shell/ev-pixbuf-cache.h:
9495         * shell/ev-sidebar-thumbnails.c:
9496         (ev_sidebar_thumbnails_get_property), (add_range),
9497         (adjustment_changed_cb):
9498         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9499         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9500         we were thumbnailing the entire docment on startup, slowing us
9501         down hugely. 
9502
9503 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9504
9505         * shell/ev-page-cache.c: (ev_page_cache_new):
9506         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9507         == 0, fixes #310306.
9508
9509 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9512         (ev_view_rotate_left):
9513
9514         Account rotation in doc_rect_to_view_rect.
9515         Ensure rotation doesnt go out of bounds.
9516
9517 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9518
9519         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9520
9521         Correct and cleanup w/h swapping
9522
9523 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9524
9525         * backend/ev-document-thumbnails.c:
9526         (ev_document_thumbnails_get_thumbnail):
9527         * backend/ev-document-thumbnails.h:
9528         * backend/ev-document.c:
9529         * backend/ev-document.h:
9530         * backend/ev-render-context.c: (ev_render_context_new),
9531         (ev_render_context_set_rotation):
9532         * backend/ev-render-context.h:
9533         * pdf/ev-poppler.cc:
9534         * ps/ps-document.c: (ps_document_document_iface_init):
9535         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9536         * shell/ev-jobs.h:
9537         * shell/ev-page-cache.c: (build_height_to_page),
9538         (ev_page_cache_new), (ev_page_cache_get_size),
9539         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9540         (ev_page_cache_get_height_to_page):
9541         * shell/ev-page-cache.h:
9542         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9543         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9544         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9545         (ev_pixbuf_cache_get_selection_pixbuf):
9546         * shell/ev-pixbuf-cache.h:
9547         * shell/ev-print-job.c: (idle_print_handler):
9548         * shell/ev-sidebar-thumbnails.c: (add_range):
9549         * shell/ev-view.c: (view_update_range_and_current_page),
9550         (get_page_y_offset), (get_page_extents),
9551         (ev_view_size_request_continuous_dual_page),
9552         (ev_view_size_request_continuous),
9553         (ev_view_size_request_dual_page),
9554         (ev_view_size_request_single_page), (draw_one_page),
9555         (ev_view_set_rotation), (ev_view_rotate_right),
9556         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9557         (ev_view_zoom_for_size_continuous_and_dual_page),
9558         (ev_view_zoom_for_size_continuous),
9559         (ev_view_zoom_for_size_dual_page),
9560         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9561         (ev_view_select_all):
9562         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9563         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9564         (tiff_document_document_iface_init),
9565         (tiff_document_thumbnails_get_thumbnail):
9566
9567         Use rotation rather than orientation. It's easier and enough
9568         for our needs.
9569
9570 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * shell/ev-page-cache.c: (build_height_to_page),
9573         (ev_page_cache_new), (ev_page_cache_get_size),
9574         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9575         (ev_page_cache_get_height_to_page):
9576         * shell/ev-page-cache.h:
9577         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9578         (ev_view_size_request_continuous_dual_page),
9579         (ev_view_size_request_continuous),
9580         (ev_view_zoom_for_size_continuous_and_dual_page),
9581         (ev_view_zoom_for_size_continuous):
9582
9583         Make the page cache aware of page orientation.
9584
9585 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9586
9587         * backend/ev-document-thumbnails.c:
9588         (ev_document_thumbnails_get_thumbnail):
9589         * backend/ev-document-thumbnails.h:
9590         * backend/ev-document.c:
9591         * backend/ev-document.h:
9592         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9593         * backend/ev-ps-exporter.h:
9594         * pdf/ev-poppler.cc:
9595         * ps/ps-document.c: (ps_document_document_iface_init),
9596         (ps_document_ps_export_do_page):
9597         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9598         * shell/ev-jobs.h:
9599         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9600         (ev_page_cache_get):
9601         * shell/ev-page-cache.h:
9602         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9603         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9604         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9605         * shell/ev-pixbuf-cache.h:
9606         * shell/ev-print-job.c: (idle_print_handler):
9607         * shell/ev-sidebar-thumbnails.c: (add_range):
9608         * shell/ev-view.c: (view_update_range_and_current_page),
9609         (get_page_extents), (ev_view_size_request_dual_page),
9610         (ev_view_size_request_single_page), (draw_one_page),
9611         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9612         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9613         (ev_view_zoom_for_size_dual_page),
9614         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9615         (ev_view_select_all):
9616         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9617         * tiff/tiff-document.c: (tiff_document_get_page_size),
9618         (tiff_document_get_orientation), (rotate_pixbuf),
9619         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9620         (tiff_document_thumbnails_get_thumbnail),
9621         (tiff_document_ps_export_do_page), (tiff_document_init):
9622
9623         Really make use of the orientation bit of the render context.
9624         Use the render context in a few more places in the backend API.
9625         This regress orientation, but now it's done right. Will try to
9626         fix it up asap...
9627
9628 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9629
9630         * shell/ev-view.c: (ensure_rectangle_is_visible):
9631
9632         Patch by Nickolay V. Shmyrev to fix find flickering
9633
9634 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9635
9636         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9637         duplex parameters to ::begin.
9638
9639         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9640         * shell/ev-print-job.c (idle_print_handler): 
9641         * ps/ps-document.c (ps_document_ps_export_begin): 
9642         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9643         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9644         implementations. Poppler backend needs poppler cvs. Rest has
9645         unchanged behavior.
9646
9647 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9648
9649         * shell/ev-window.c (using_pdf_printer): new function.
9650         (ev_window_print_range): print a less techy message if someone
9651         tries to print to PDF.
9652
9653 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9654
9655         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9656         from "unknown font" string. Bug #311431
9657
9658 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9659
9660         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9661
9662 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9663
9664         Bug #311280
9665         
9666         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9667         name for PopplerFontTypes
9668         (pdf_document_fonts_fill_model): add font type to the detail column
9669
9670         * backend/ev-document-fonts.h: added
9671         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9672
9673         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9674         font name and font details, add a little markup.
9675         (ev_properties_fonts_init): use the new cell data func, specify ypad
9676         property for the cell renderer.
9677         (ev_properties_fonts_set_document): add the details column.
9678
9679 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9680
9681         * configure.ac: Added "pl" to ALL_LINGUAS.
9682
9683 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9684
9685         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9686
9687 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9688
9689         * help/ChangeLog: Started this for translations of manual.
9690         * configure.ac, autogen.sh, .cvsignore: Migrated to
9691         gnome-doc-utils. Patch in bug #311222.
9692
9693 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9694
9695         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9696         #ifdef this away to fix an unused-function warning.
9697
9698 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9699
9700         * configure.ac: Added 'gl' to ALL_LINGUAS.
9701
9702 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9703
9704         * configure.ac: Added ne in ALL_LINGUAS
9705         
9706 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9707
9708         * shell/ev-view.c: (ev_view_leave_notify_event):
9709         
9710         Clear status message when pointer leaves view. Fix for bug
9711         #310818 
9712
9713 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9714
9715         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9716
9717 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * shell/ev-view.c: (ev_view_leave_notify_event),
9720         (ev_view_class_init):
9721         
9722         Set cursor to normal then leaving view.
9723
9724 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9725
9726         * configure.ac:
9727         
9728         Fix required djvulibre version.
9729
9730 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9731
9732         *configure.ac: Hindi (hi) language added
9733
9734 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9735
9736         *configure.ac: Punjabi (pa) Language added
9737
9738 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9739
9740         * data/evince-ui.xml, shell/ev-window.c:
9741         
9742         Add keypad accelerators for zooming. Fix for bug 308128.
9743
9744 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9745
9746         * Makefile.am:
9747         * backend/Makefile.am:
9748         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9749         * configure.ac:
9750         * shell/ev-document-types.c: (ev_document_types_add_filters):
9751
9752         Allow to enable/disable the pixbuf backend.
9753         Default to off for now. If we want it enabled we should
9754         really put mime types in the desktop, implement properties etc.
9755
9756         * properties/evince-properties.c:
9757
9758         Initialize error to NULL.
9759         Check error is not NULL before freeing.
9760
9761 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9762
9763         * shell/ev-window.c:
9764
9765         Use F5 as presentation accell
9766
9767 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9768
9769         * shell/ev-window.c: (update_chrome_visibility),
9770         (ev_window_create_fullscreen_popup), (ev_window_init):
9771
9772         Do not leak the fullscreen toolbar
9773
9774 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9775
9776         * shell/ev-window.c: (view_actions_focus_in_cb),
9777         (view_actions_focus_out_cb):
9778
9779         These has a return value! Fix totally random focus
9780         issues we was seeing.
9781
9782 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9783
9784         * shell/main.c: (load_files_remote):
9785
9786         Allow open more than one file
9787
9788 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9789
9790         * shell/main.c: (load_files_remote):
9791
9792         Fix for dbus 0.33. bug #309975
9793
9794 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9795
9796         * properties/ev-properties-main.c: (ev_properties_get_pages):
9797
9798         Actually return NULL for types we dont support
9799
9800 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9801
9802         * po/POTFILES.in:
9803
9804         Remove empty lines.
9805
9806 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9807
9808         * backend/ev-document-factory.c:
9809         (ev_document_factory_get_document):
9810
9811         Do not try to create the object if type
9812         is invalid.
9813
9814 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * ps/ps-document.c: (ps_document_dispose),
9817         (ps_async_renderer_render_pixbuf):
9818         * ps/ps-document.h:
9819
9820         Do not leak the target window
9821
9822 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * shell/ev-application.c: (ev_application_init):
9825
9826         Let tbe check file existence for us.
9827         Add a comment about eggrecent mime filter.
9828
9829 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9830
9831         * data/evince-ui.xml:
9832         * shell/ev-application.c: (ev_application_shutdown),
9833         (ev_application_init), (ev_application_get_toolbars_model),
9834         (ev_application_get_recent_model),
9835         (ev_application_save_toolbars_model):
9836         * shell/ev-application.h:
9837         * shell/ev-window.c: (ev_window_add_recent),
9838         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9839         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9840         (ev_window_init):
9841
9842         Use common toolbar and recent models for all windows.
9843         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9846
9847         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9848         successfully check for gtk_icon_view_get_visible_range.
9849
9850 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9851
9852         * djvu/Makefile.am:
9853         * dvi/Makefile.am:
9854         
9855         Fix djvu and dvi backend build.
9856
9857 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9858
9859         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9860         (new_separator_pixbuf):
9861
9862         Don't leak windows.
9863
9864 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9865
9866         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9867
9868         HIGification of toolbar editor dialogue.
9869
9870 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9871
9872         * configure.ac:
9873         * shell/Makefile.am:
9874
9875         Ever build metadata manager since it's just
9876         disabled at runtime now.
9877
9878 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9879
9880         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9881         (ev_metadata_manager_get), (ev_metadata_manager_set):
9882         * shell/ev-metadata-manager.h:
9883
9884         Add an _init functions that enabled metadata management
9885         at runtime.
9886
9887         * shell/ev-window.c: (page_changed_cb),
9888         (setup_document_from_metadata), (ev_window_setup_document),
9889         (setup_view_from_metadata), (ev_window_open_uri),
9890         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9891         (ev_window_run_presentation), (ev_window_stop_presentation),
9892         (save_sizing_mode), (ev_window_zoom_changed_cb),
9893         (ev_window_continuous_changed_cb),
9894         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9895         (window_configure_event_cb):
9896
9897         Remove all ugly metadata define since we deal with it
9898         at runtime now.
9899
9900         * shell/main.c: (load_files_remote), (main):
9901
9902         Add support for dbus cvs head. Hopefully didnt break one
9903         of the other versions now!
9904
9905         If we dont get a response from the dbus server just
9906         give up with it and not enable metadata.
9907
9908 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9909
9910         * Makefile.am:
9911         * backend/Makefile.am:
9912         * configure.ac:
9913         * cut-n-paste/recent-files/Makefile.am:
9914         * cut-n-paste/toolbar-editor/Makefile.am:
9915         * cut-n-paste/zoom-control/Makefile.am:
9916         * lib/Makefile.am:
9917         * pdf/Makefile.am:
9918         * pixbuf/Makefile.am:
9919         * properties/Makefile.am:
9920         * ps/Makefile.am:
9921         * shell/Makefile.am:
9922         * thumbnailer/Makefile.am:
9923         * tiff/Makefile.am:
9924
9925         Make frontends depend on just libev.
9926         Rework and group CFLAGS/LIBS definitions.
9927         Cleanups.
9928
9929 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * shell/ev-window:
9932
9933         do not unnecessarily save zoom
9934
9935         * configure.ac:
9936         * lib/ev-file-helpers.c: (ev_dot_dir):
9937         * shell/Makefile.am:
9938         * shell/dummy.cc:
9939
9940         Some cleanups
9941
9942 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9943
9944         * configure.ac:
9945         
9946         Remove unnecessary dependencies
9947
9948 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * properties/Makefile.am:
9951         * thumbnailer/Makefile.am:
9952         * tiff/Makefile.am:
9953
9954         Some more cleanups. Was really necessary
9955         but I probably introduced bugs, feel free
9956         to flame :)
9957
9958 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9959
9960         * backend/Makefile.am:
9961         * configure.ac:
9962         * cut-n-paste/recent-files/Makefile.am:
9963         * cut-n-paste/toolbar-editor/Makefile.am:
9964         * cut-n-paste/zoom-control/Makefile.am:
9965         * lib/Makefile.am:
9966         * pdf/Makefile.am:
9967         * pixbuf/Makefile.am:
9968         * properties/Makefile.am:
9969         * ps/Makefile.am:
9970         * shell/Makefile.am:
9971         * thumbnailer/Makefile.am:
9972         * tiff/Makefile.am:
9973
9974         Use gnome-common macros when possible.
9975         Cleanup dependencies.
9976         Actually disable deprecated where possible.
9977
9978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9979
9980         * Makefile.am:
9981         * backend/Makefile.am:
9982         * properties/Makefile.am:
9983         * shell/Makefile.am:
9984         * thumbnailer/Makefile.am:
9985
9986         This should solve the circular dep without
9987         requiring dir reorg!
9988
9989         * shell/ev-window.c: (setup_view_from_metadata):
9990
9991         Never restore window size/position when the
9992         window is already visible.
9993
9994 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9995
9996         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9997
9998         Return a boolean from timeout func. Fix ported from gedit.
9999
10000 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
10001
10002         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
10003
10004 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
10005
10006         * shell/ev-document-types.c: set "All Documents" as default filter in
10007         open dialog
10008
10009 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
10010
10011         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
10012         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
10013         (ev_metadata_manager_set_boolean): fix value/val thinko.
10014
10015 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * shell/ev-window.c: (setup_view_from_metadata),
10018         (window_state_event_cb), (window_configure_event_cb),
10019         (ev_window_init):
10020
10021         Remember window position and maximized state
10022
10023 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10024
10025         * configure.ac:
10026
10027         Fix DBUS configure checks.
10028
10029         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10030         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10031         (ev_metadata_manager_set_boolean):
10032
10033         Plug mem leaks.
10034
10035         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10036         (ev_window_stop_fullscreen), (ev_window_run_presentation),
10037         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10038         (ev_window_continuous_changed_cb),
10039         (ev_window_dual_mode_changed_cb), (ev_window_new):
10040
10041         Fix the build without DBUS.
10042
10043 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10044
10045         * shell/ev-metadata-manager.c: (parse_value), (save_values),
10046         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10047         (ev_metadata_manager_set_string),
10048         (ev_metadata_manager_set_boolean):
10049         * shell/ev-metadata-manager.h:
10050
10051         Add support for some more types
10052
10053         * shell/ev-view.c: (scroll_to_current_page),
10054         (ev_view_get_continuous), (ev_view_set_continuous),
10055         (ev_view_get_dual_page):
10056         * shell/ev-view.h:
10057         * shell/ev-window.c: (page_changed_cb),
10058         (setup_document_from_metadata), (ev_window_setup_document),
10059         (setup_view_from_metadata), (ev_window_open_uri),
10060         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10061         (ev_window_run_presentation), (ev_window_stop_presentation),
10062         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10063         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10064         (ev_window_update_dual_page_action),
10065         (ev_window_continuous_changed_cb),
10066         (ev_window_dual_mode_changed_cb), (ev_window_init):
10067
10068         Remember a bunch of view/document properties. Prolly some
10069         are still missing but it's getting interesting.
10070
10071 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10072
10073         * configure.ac: check if dbus-binding-tool is installed. Not the
10074         case on current Ubuntu breezy, it seems.
10075
10076 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10077
10078         * data/evince.desktop.in.in:
10079         
10080         Allow open uri lists and add TryExec field.
10081
10082 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10083
10084         * configure.ac:
10085
10086         Enable dbus when available, do not require a configure
10087         option.
10088
10089 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10090
10091         * configure.ac:
10092
10093         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10094         disabled.
10095
10096 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10097         Marco Pesenti Gritti  <mpg@redhat.com>
10098
10099         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10100         
10101         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10102         functions to the format required by dbus
10103
10104         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10105         errors. Use the RPC parameters in the expected way
10106
10107 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10108
10109         * Makefile.am:
10110         * properties/Makefile.am:
10111         * properties/ev-properties-main.c: (ev_properties_get_pages):
10112
10113         Support all mime types
10114
10115         * shell/Makefile.am:
10116         * thumbnailer/Makefile.am:
10117         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10118         (evince_thumbnail_pngenc_get):
10119
10120         Use the document factory
10121
10122 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10123
10124         * backend/Makefile.am:
10125         * backend/ev-document-factory.c:
10126         (mime_type_supported_by_gdk_pixbuf),
10127         (ev_document_type_get_from_mime),
10128         (ev_document_factory_get_document),
10129         (ev_document_factory_get_backend),
10130         (ev_document_factory_get_mime_types),
10131         (ev_document_factory_get_all_mime_types):
10132         * backend/ev-document-factory.h:
10133         * shell/Makefile.am:
10134         * shell/ev-document-types.c: (get_document_from_uri),
10135         (ev_document_types_get_document),
10136         (file_filter_add_mime_list_and_free),
10137         (ev_document_types_add_filters):
10138         * shell/ev-document-types.h:
10139         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10140         * shell/ev-properties-dialog.c:
10141         (ev_properties_dialog_set_document):
10142         * shell/ev-window.c: (ev_window_cmd_file_open),
10143         (ev_window_cmd_save_as):
10144         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10145
10146         Rework document types managing to avoid code duplication
10147         and actually abstract from backend implementations.
10148         Also provide a minimal factory api that can be used by
10149         thumbnailer/properties.
10150
10151 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10152
10153         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10154         Plug a mem leak.
10155         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10156         HIG spacings.
10157
10158 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10159
10160         * shell/ev-properties-dialog.c
10161         (ev_properties_dialog_set_document): only call
10162         ev_properties_fonts_set_document() if the document implements the
10163         fonts interface
10164
10165 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10166
10167         * configure.ac:
10168         * properties/Makefile.am:
10169         * properties/ev-properties-view.c:
10170         (ev_properties_view_register_type):
10171         * properties/ev-properties-view.h:
10172         * properties/ev-properties-main.h:
10173
10174         Implement nautilus plugin for properties.
10175         Works only for pdf atm, I need to rework the
10176         document types stuff to get this to work
10177         for all backends...
10178
10179 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10180
10181         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10182         (ev_properties_fonts_set_document): use
10183         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10184
10185 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10186
10187         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10188         them
10189         (PlaceImage, tiff2ps_process_page): use
10190         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10191
10192
10193 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10194
10195         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10196         (main): to call gnome_authentication_manager_init. Should fix
10197         Bug #308510
10198
10199         * configure.ac: that requires libgnomeui 2.6.0.
10200
10201 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10202
10203         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10204         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10205         use the new tiff2ps interfaces
10206
10207         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10208         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10209
10210         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10211         structure instead of global variables.  Remove use of static
10212         variables in functions.
10213
10214 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10215
10216         * shell/ev-page-action.c: unref the completion after setting it to the
10217         entry
10218
10219 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10220
10221         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10222         postscript files
10223
10224 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10225
10226         * shell/ev-window.c (update_action_sensitivity): disable
10227         File->Print if the document does not implement the ps exporter
10228         interface
10229
10230 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10231
10232         * Makefile.am:
10233         * configure.ac:
10234         * data/evince-properties.glade:
10235         * properties/.cvsignore:
10236         * properties/Makefile.am:
10237         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10238         (ev_properties_view_class_init), (ev_properties_view_format_date),
10239         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10240         (ev_properties_view_init), (ev_properties_view_new):
10241         * properties/ev-properties-view.h:
10242         * shell/Makefile.am:
10243         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10244         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10245         (ev_properties_dialog_new):
10246         * shell/ev-properties-dialog.h:
10247         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10248         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10249         (update_progress_label), (job_fonts_finished_cb),
10250         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10251         * shell/ev-properties-fonts.h:
10252         * shell/ev-properties.c:
10253         * shell/ev-properties.h:
10254         * shell/ev-window.c: (ev_window_setup_document),
10255         (ev_window_cmd_file_properties):
10256
10257         Split the properties pages in two different objects, depend
10258         only on the backend where possible, use widgets instead
10259         of gobject for the glade part, reimplement the dialog
10260         itself with gtk.
10261         I need this to implement nautilus properties page.
10262
10263 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10264
10265         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10266         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10267         (tiff_document_document_ps_exporter_iface_init): implement the ps
10268         exporter interface for tiff documents
10269
10270         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10271         libtiff to implement TIFF postscript export
10272
10273         * tiff/tiff2ps.h: added a header file for external tiff2ps
10274         functions.
10275
10276         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10277         tiff2ps.h
10278
10279 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10280
10281         * shell/ev-view.c: (scroll_to_current_page),
10282         (ev_view_set_fullscreen), (ev_view_set_presentation):
10283         
10284         Scroll to current page when exit from presentation
10285
10286 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10287
10288         * shell/ev-window.c: (update_document_mode),
10289         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10290         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10291         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10292         
10293         Exit from fullscreen mode when switch to presentation. Fix for
10294         bug 309365
10295
10296 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10297
10298         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10299         return NULL if the document does not implement the selection
10300         interface.
10301
10302 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10303
10304         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10305         reported height by using the resolution aspect ratio
10306         (tiff_document_render_pixbuf): scale the pixbuf using the
10307         resolution aspect ratio
10308
10309 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10310
10311         * configure.ac:
10312         
10313         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10314         <kiltedaco@gmail.com>
10315         
10316         * djvu/djvu-document.c: (djvu_document_get_orientation),
10317         (djvu_document_set_orientation), (djvu_document_get_page_size),
10318         (rotate_pixbuf), (djvu_document_render_pixbuf),
10319         (djvu_document_document_iface_init):
10320         * dvi/dvi-document.c: (dvi_document_get_orientation),
10321         (dvi_document_set_orientation), (dvi_document_get_page_size),
10322         (rotate_pixbuf), (dvi_document_render_pixbuf),
10323         (dvi_document_document_iface_init):
10324         
10325         Dvi and djvu backends are ported to new API
10326
10327 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10328
10329         * backend/ev-selection.c: (ev_selection_get_selection_region),
10330         (ev_selection_get_selection_map):
10331         * backend/ev-selection.h:
10332         * pdf/ev-poppler.cc:
10333         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10334         * shell/ev-jobs.h:
10335         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10336         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10337         (ev_pixbuf_cache_get_text_mapping):
10338         * shell/ev-pixbuf-cache.h:
10339         * shell/ev-view.c: (location_in_text),
10340         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10341         support to EvView.  Now we can see where we can select!  Sweet!
10342
10343 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10344
10345         * shell/ev-view.c (ev_view_button_press_event): Fix
10346         event->y + view->scroll_x typo.
10347
10348 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10349
10350         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10351         sub-GdkPixbuf instead of passing dest_x and dest_y.
10352         
10353         * shell/ev-view.c: (view_point_to_doc_point),
10354         (view_rect_to_doc_rect), (ev_view_button_press_event),
10355         (ev_view_motion_notify_event), (compute_new_selection_rect),
10356         (gdk_rectangle_point_in), (compute_new_selection_text),
10357         (compute_selections): Update selection code to keep the selection
10358         around as two points and not as a normalized rectangle, and fix
10359         page level selection in two-column mode.
10360
10361 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10362
10363         * shell/ev-window.c: (window_configure_event_cb): 
10364         
10365         Fix compilation
10366         
10367 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10368
10369         * pdf/ev-poppler.cc:
10370
10371         Fix compilation
10372
10373 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10374
10375         * shell/Makefile.am:
10376         * shell/ev-metadata-manager.c: (item_free),
10377         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10378         (parse_value), (parseItem), (load_values),
10379         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10380         (save_values), (save_item), (get_oldest), (resize_items),
10381         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10382         * shell/ev-metadata-manager.h:
10383
10384         Metadata manager from gedit but modified to use GValue, so that
10385         we dont need to keep converting from strings.
10386
10387         * configure.ac:
10388
10389         ENABLE_METADATA conditional, on when dbus is on
10390
10391         * shell/ev-application.c: (ev_application_open_uri):
10392
10393         Show the window after load so that we can initialize
10394         window size before it's showed.
10395
10396         * shell/ev-window.c: (ev_window_setup_from_metadata),
10397         (ev_window_open_uri), (window_configure_event_cb),
10398         (ev_window_init):
10399
10400         Save and load metadata information about window size.
10401         Not yet keeping states in account.
10402
10403         * shell/main.c: (main):
10404
10405         Shutdown metadata manager.
10406
10407 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10408
10409         * shell/ev-application-service.xml:
10410         * configure.ac:
10411         * shell/Makefile.am:
10412         * shell/ev-application.c:
10413         * shell/ev-application.h:
10414         * shell/ev-window.c:
10415         * shell/ev-window.h:
10416         * shell/main.c:
10417
10418         Add an optional dbus interface (--enable-dbus).
10419         Rework application code, mainly to be easier to
10420         use "remotely".
10421         Do not open multiple windows with the same document,
10422         spatial evince!
10423
10424 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10425
10426         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10427         pixbuf iff it exists.
10428
10429 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10430
10431         * shell/*:
10432         * backend/ev-render-context.[ch]:
10433         * backend/ev-selection.[ch]:
10434
10435         Massive changes.  We now support text selection of pdfs, and not
10436         just rectangular selection.  This is pretty broken still, but I
10437         want to get something into CVS.
10438
10439 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10440
10441         * pdf/ev-poppler.cc:
10442         
10443         Fix for Bug 309080: crash on window close.
10444         
10445         * shell/ev-page-action.c: (page_changed_cb):
10446         
10447         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10448         jensgr@gmx.net (Jens Granseuer).
10449
10450 2005-06-25  Marcel Telka  <marcel@telka.sk>
10451
10452         * configure.in (ALL_LINGUAS): Added sk.
10453
10454 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10455
10456         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10457         not a document open
10458
10459 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10460
10461         * NEWS:
10462         * configure.ac:
10463
10464         Release 0.3.2
10465
10466         * cut-n-paste/recent-files/Makefile.am:
10467
10468         Fix make distcheck
10469
10470 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10471
10472         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10473         (pixbuf_document_set_orientation), (rotate_pixbuf),
10474         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10475         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10476
10477         Implement rotation and cleanup the code a bit.
10478
10479         * tiff/tiff-document.c: (tiff_document_get_page_size),
10480         (tiff_document_get_orientation), (tiff_document_set_orientation),
10481         (rotate_pixbuf), (tiff_document_render_pixbuf),
10482         (tiff_document_document_iface_init), (tiff_document_init):
10483
10484         Implement rotation. Was the quicker solution for the release
10485         but we really need to share this code in the shell.
10486
10487 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10488
10489         * pdf/ev-poppler.cc:
10490
10491         Enable rotation, require poppler cvs. Fix a leak.
10492
10493 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10494
10495         * shell/ev-window.c: (update_action_sensitivity):
10496         
10497         Make properties unsensitive if document backend doesn't provide
10498         any info
10499
10500 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10503         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10504         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10505         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10506         (bitmap_flip_rotate_counter_clockwise):
10507         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10508         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10509         (buff_gets):
10510         * dvi/mdvi-lib/common.h:
10511         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10512         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10513         (opendvi), (mdvi_reload), (mdvi_init_context),
10514         (mdvi_destroy_context), (mdvi_dopage), (special):
10515         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10516         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10517         (file_hash_free), (register_encoding), (parse_spec),
10518         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10519         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10520         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10521         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10522         (mdvi_register_font_type), (mdvi_unregister_font_type),
10523         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10524         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10525         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10526         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10527         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10528         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10529         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10530         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10531         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10532         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10533         (mdvi_unregister_special), (mdvi_flush_specials):
10534         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10535         (t1_font_remove):
10536         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10537         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10538         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10539         (free_font_metrics), (flush_font_metrics):
10540         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10541         (tt_font_remove):
10542         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10543         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10544         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10545         (dstring_insert), (dstring_new), (dstring_reset):
10546         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10547         
10548         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10549         avoid conflict with libtool on FC4
10550         
10551         * shell/ev-window.c: (ev_window_cmd_help_about):
10552         
10553         Update copyright year. Fix for bug 308828.
10554
10555 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10556
10557         * shell/ev-view.c: (add_scroll_binding_keypad),
10558         (ev_view_binding_activated), (ev_view_class_init),
10559         (on_adjustment_value_changed):
10560         
10561         Bug 170874: Arrow keys switch pages in presentation mode
10562
10563 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10564
10565         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10566         
10567         Fix for Bug 308265: Sidebar dissappears coming out of 
10568         Presentation mode
10569
10570 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10571
10572         * shell/ev-application.c: (ev_application_open):
10573         * shell/ev-document-types.c: (ev_document_types_add_filters),
10574         (ev_document_types_add_filters_for_type):
10575         * shell/ev-document-types.h:
10576         * shell/ev-window.c: (ev_window_cmd_save_as):
10577         
10578         Suggest basename as template when saving, provide filters
10579         for save dialog. It's bug 308402
10580
10581 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10582
10583         * pdf/ev-poppler.cc:
10584         * shell/ev-sidebar-links.c: (job_finished_callback):
10585         * shell/ev-view.c: (update_find_status_message):
10586         
10587         Some leaks fixed
10588
10589 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10590
10591         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10592         (egg_recent_view_uimanager_set_list):
10593
10594         Fix buglet in !show_numbers case.
10595
10596 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10597
10598         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10599         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10600
10601         Use pango ellipsisation.
10602
10603         * pdf/ev-poppler.cc:
10604
10605         Fix refcount leak, from nsh.
10606
10607 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10608
10609         * cut-n-paste/recent-files/Makefile.am:
10610         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10611         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10612         
10613         Removed EggRecentViewGtk
10614         
10615         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10616         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10617         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10618         (ev_window_setup_recent):
10619         
10620         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10621         with other projects
10622
10623 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10624
10625         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10626         (egg_recent_view_gtk_finalize):
10627
10628         Fix memory leak
10629
10630         * cut-n-paste/toolbar-editor/Makefile.am:
10631         
10632         Fix location of cursor icon.
10633         
10634         * pdf/ev-poppler.cc:
10635         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10636         (display_completion_text), (match_completion):
10637         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10638         (selection_changed_callback), (create_loading_model),
10639         (print_section_cb), (links_page_num_func),
10640         (update_page_callback_foreach):
10641         * shell/ev-window.c: (ev_window_dispose):
10642         
10643         Small memory fixes. Links model now store objects instead
10644         of pointers to improve memory management. 
10645
10646 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * shell/ev-window.c: (zoom_control_changed_cb):
10649         
10650         Fix update of zoom control (bug 308268).
10651
10652 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10653
10654         * shell/ev-properties.c (set_property): escape the text correctly.
10655         Handles non-UTF-8 properties and escaped properties.  Also, sets
10656         the text to "<i>None</i>" if the property isn't set.
10657
10658         * data/evince-properties.glade: Change the label to be ellipsized,
10659         and give it a minimum size.
10660
10661 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10662
10663         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10664         * shell/ev-sidebar-links.c: (create_loading_model):
10665         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10666         * shell/ev-view.c: (ev_view_set_document):
10667         * shell/ev-window.c: (ev_window_dispose):
10668         
10669         Various small fixes, mostly memory leaks. Thanks to valgrind.
10670
10671 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10672
10673         * ps/ps-document.c: remove the locale.h include again ;-). And
10674         kill the (bogus) setlocale/savelocale business.
10675
10676 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10677
10678         * ps/ps-document.c:
10679         
10680         Include locale.h to fix build
10681         
10682         * shell/ev-sidebar.c:
10683         
10684         Remove unnecessary includes
10685
10686 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10687
10688         * dvi/dvi-document.c: (dvi_document_load):
10689         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10690         * po/POTFILES.in:
10691         
10692         Check for incorrect dvi files. Fix parsing dvi on AMD64
10693         platform. Thanks to tester@tester.ca (Olivier Crete).
10694
10695 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10696
10697         * shell/ev-page-action.c: (match_selected_cb),
10698         (display_completion_text), (match_completion), (update_model):
10699         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10700         (expand_open_links):
10701         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10702         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10703         (ev_sidebar_set_document):
10704         * shell/ev-window.c: (ev_window_xfer_job_cb),
10705         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10706         
10707         Fixed lot's of memory leaks, for example, memory leak on reload, 
10708         described in bug 307793.
10709
10710 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10711
10712         * pdf/ev-poppler.cc:
10713         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10714         (update_visible_range), (adjustment_changed_cb),
10715         (ev_sidebar_thumbnails_fill_model),
10716         (ev_sidebar_thumbnails_refresh),
10717         (ev_sidebar_tree_selection_changed),
10718         (ev_sidebar_icon_selection_changed),
10719         (ev_sidebar_thumbnails_use_icon_view),
10720         (ev_sidebar_thumbnails_set_document):
10721         * shell/ev-sidebar-thumbnails.h:
10722         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10723         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10724
10725         Refresh thumbnails when changing orientation. Not fully
10726         working yet becuase of a sidebar bug.
10727
10728         Set page orientation to poppler page everywhere. This sucks
10729         really need to fix poppler.
10730
10731 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10732
10733         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10734         (egg_recent_view_gtk_new_menu_item),
10735         (egg_recent_view_gtk_set_property),
10736         (egg_recent_view_gtk_get_property),
10737         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10738         (egg_recent_view_gtk_set_tooltip_func),
10739         (egg_recent_view_gtk_set_label_width),
10740         (egg_recent_view_gtk_get_label_width):
10741         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10742
10743         Sync with libegg (ellipsize labels)
10744
10745 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10746
10747         * data/evince-ui.xml:
10748         * shell/ev-window.c: (ev_window_cmd_go_forward),
10749         (ev_window_cmd_go_backward):
10750         
10751         Shift + PageUp moves 10 Pages. Fix for 306125
10752
10753 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10754
10755         * pdf/ev-poppler.cc:
10756
10757         Add a flag to check if orientation has been overriden
10758
10759 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10760
10761         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10762         field if necessary.
10763
10764         * ps/ps.h: add creator field to document.
10765
10766         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10767         set creator field.
10768
10769 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10770
10771         * data/evince-properties.glade:
10772         * shell/ev-properties.c: (ev_properties_set_document):
10773
10774         s/PDF Version/Format
10775
10776 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10777
10778         * shell/ev-properties.c: (ev_properties_set_document):
10779
10780         Remove unnecessary translations
10781
10782 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10783
10784         * cut-n-paste/toolbar-editor/Makefile.am:
10785
10786         Correct library name    
10787
10788 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10789
10790         * configure.ac:
10791         * cut-n-paste/recent-files/egg-recent-model.c:
10792         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10793         (egg_recent_model_unlock_file):
10794         * cut-n-paste/recent-files/egg-recent-util.c:
10795         (egg_recent_util_get_unique_id):
10796         * cut-n-paste/recent-files/update-from-egg.sh:
10797         * cut-n-paste/toolbar-editor/Makefile.am:
10798         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10799         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10800         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10801         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10802         (egg_toolbars_model_get_type):
10803         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10804
10805         Better makefile for toolbar editor and update everything
10806         to latest libegg.
10807
10808 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10809
10810         * shell/ev-window.c: (update_document_mode):
10811
10812         Prefer presentation mode when the document
10813         require fullscreen.
10814
10815 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10816
10817         * data/evince-ui.xml:
10818         * shell/ev-window.c:
10819
10820         Add control-equal for zooming
10821
10822 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10823
10824         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10825
10826 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10827
10828         * backend/ev-document.c: (ev_document_get_orientation):
10829         * backend/ev-document.h:
10830         * pdf/ev-poppler.cc:
10831         * ps/ps-document.c: (ps_document_get_orientation),
10832         (ps_document_set_orientation), (ps_document_document_iface_init):
10833
10834         Add a get_orientation api. Improve set_orientation.
10835
10836         * data/evince-ui.xml:
10837         * shell/ev-view.c: (ev_view_set_orientation),
10838         (ev_view_rotate_right), (ev_view_rotate_left):
10839         * shell/ev-view.h:
10840         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10841         (ev_window_cmd_edit_rotate_right):
10842
10843         Better ui for changing document orientation
10844
10845 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10846
10847         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10848         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10849         * shell/ev-sidebar-links.h:
10850         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10851         (ev_sidebar_page_iface_init):
10852         * shell/ev-sidebar-page.h:
10853         * shell/ev-sidebar-thumbnails.c:
10854         (ev_sidebar_thumbnails_get_property),
10855         (ev_sidebar_thumbnails_class_init),
10856         (ev_sidebar_thumbnails_set_document):
10857         * shell/ev-sidebar-thumbnails.h:
10858         * shell/ev-view.c: (ev_view_motion_notify_event):
10859         * shell/ev-window.c: (update_chrome_visibility),
10860         (ev_window_cmd_focus_page_selector),
10861         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10862         (sidebar_page_main_widget_update_cb), (ev_window_init):
10863         
10864         Autoraise toolbar on GoToPage binding and fix bindings in
10865         EvSidebarThumbnails page.
10866
10867 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10868
10869         * shell/ev-properties.c: (update_progress_label):
10870
10871         Hide the progress label when finished; bug #307697.
10872
10873 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10874
10875         * pdf/ev-poppler.cc:
10876
10877         Enable is_open for links, you will need poppler cvs
10878
10879         * shell/ev-properties.c: (job_fonts_finished_cb):
10880
10881         Get a lock on the document when filling the tree view
10882
10883 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10884
10885         * backend/ev-document-links.h:
10886         * pdf/ev-poppler.cc:
10887         * shell/ev-sidebar-links.c: (create_loading_model),
10888         (expand_open_links), (job_finished_callback):
10889
10890         Expand links when specified by the document.
10891         Depend on a poppler api (defined out for now)
10892
10893 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10894
10895         * shell/ev-properties.c: (ev_properties_dispose),
10896         (ev_properties_class_init), (dialog_destroy_cb),
10897         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10898         (ev_properties_set_document), (ev_properties_new),
10899         (ev_properties_show):
10900         * shell/ev-properties.h:
10901
10902         Make it an object, cleanup the code, api to show it as transient
10903         and to set the document.
10904
10905         * shell/ev-window.c: (ev_window_setup_document),
10906         (ev_window_cmd_file_properties):
10907
10908         Adapt to EvProperties changes, do not show multiple
10909         times, update it when document changes.
10910
10911 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10912
10913         * ps/gstypes.h:
10914         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10915         (ps_document_set_orientation), (ps_document_document_iface_init):
10916         * ps/ps-document.h:
10917
10918         Implement orientation here too
10919
10920         * shell/ev-properties.c: (ev_properties_new):
10921         * data/evince-properties.glade:
10922
10923         Hide the fonts page for backends that doesnt
10924         support it.     
10925
10926 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10927
10928         * backend/ev-document.c: (ev_document_set_orientation):
10929         * backend/ev-document.h:
10930         * pdf/ev-poppler.cc:
10931
10932         Add orientation api. Currently poppler api is not optimal,
10933         we need to set orientation every time we _get a page.
10934         I will try to fix that at some point.
10935
10936         * data/evince-ui.xml:
10937         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10938         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10939
10940         Add orientation menu items
10941
10942         * shell/ev-page-cache.c: (ev_page_cache_clear):
10943         * shell/ev-page-cache.h:
10944
10945         Add api to clear the cache
10946
10947         * shell/ev-view.c: (setup_caches), (clear_caches),
10948         (ev_view_set_document), (ev_view_zoom_out),
10949         (ev_view_set_orientation):
10950         * shell/ev-view.h:
10951
10952         Implement orientation changing
10953
10954 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10955
10956         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10957         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10958         * backend/ev-document-fonts.h:
10959
10960         Separate scan and fill so that we can incrementally fill from
10961         the main thread. Add a progress api.
10962
10963         * data/evince-properties.glade:
10964         * pdf/ev-poppler.cc:
10965         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10966         * shell/ev-jobs.h:
10967         * shell/ev-properties.c: (update_progress_label),
10968         (job_fonts_finished_cb), (setup_fonts_view):
10969
10970         Incrementally feel the list and show the progress
10971         percentage in a label like acrobat does.
10972
10973         You are going to need poppler cvs
10974
10975 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10976
10977         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10978         * backend/ev-document-fonts.h:
10979         * pdf/ev-poppler.cc:
10980
10981         Make fonts model fill incrementally.
10982
10983         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10984         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10985         (ev_job_queue_remove_job):
10986         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10987         (ev_job_fonts_new), (ev_job_fonts_run):
10988         * shell/ev-jobs.h:
10989
10990         New job for fonts scanning
10991
10992         * shell/ev-properties.c: (job_fonts_finished_cb),
10993         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10994         * shell/ev-properties.h:
10995         * shell/ev-window.c: (ev_window_cmd_file_properties):
10996
10997         Incrementally feel the treeview using the new job. Show Loading...
10998         message until scanning is completed.
10999
11000         Hopefully I didnt break the build without the poppler patch.
11001
11002 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11003
11004         * shell/ev-application.c: (ev_application_open):
11005         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
11006         (ev_document_type_get_type), (ev_document_type_lookup):
11007         * shell/ev-document-types.h:
11008         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
11009         * shell/ev-job-xfer.h:
11010         * shell/ev-window.c: (ev_window_clear_local_uri),
11011         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
11012         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
11013         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11014         
11015         Transfer remote documents to tmp directory to display them later.
11016
11017 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
11018
11019         * backend/ev-document-info.h:
11020         * shell/ev-properties.c: (ev_properties_new):
11021
11022         s/GTime*/GTime. Not sure why we was using a pointer
11023         at all there!
11024
11025 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
11026
11027         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11028         situations.  That situation is that you're using GTK+-HEAD with
11029         the patch at #306726 is applied, and you have a document with <
11030         1500 pages in it.  It's not quite as uniformly nice as the
11031         TreeView, but should be better in the long run.
11032
11033         I'm pretty sure I guarded against breaking compilation with
11034         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11035         I missed some.
11036
11037         * shell/ev-window.c (ev_window_init): We don't have our tree/list
11038         widget yet, so I commented that code out
11039         enable_view_actions_for_widget() for now.  Need to figure this
11040         out.
11041
11042         * shell/ev-page-action.c (match_selected_cb): emit the right
11043         signals.  Our cool C-l completion now works.
11044
11045 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11046
11047         * backend/Makefile.am:
11048         * backend/ev-document-fonts.c:
11049         * backend/ev-document-links.c:
11050         * backend/ev-document.c: (ev_document_load):
11051         * backend/ev-document.h:
11052         * backend/ev-job-queue.c:
11053         * backend/ev-job-queue.h:
11054         * backend/ev-jobs.c:
11055         * backend/ev-jobs.h:
11056         * backend/ev-page-cache.c:
11057         * backend/ev-page-cache.h:
11058
11059         EvPageCache and EvJobs are moved to shell.
11060
11061         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11062         (ev_tmp_filename):
11063         * lib/ev-file-helpers.h:
11064         
11065         New helper to work with temporary files
11066         
11067         * shell/Makefile.am:
11068         * shell/ev-application.c: (ev_application_open):
11069         * shell/ev-application.h:
11070         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11071         (remove_job_from_async_queue), (add_job_to_async_queue),
11072         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11073         (handle_job), (search_for_jobs_unlocked),
11074         (no_jobs_available_unlocked), (ev_render_thread),
11075         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11076         (ev_job_queue_add_job), (move_job_async), (move_job),
11077         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11078         * shell/ev-job-queue.h:
11079         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11080         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11081         * shell/ev-job-xfer.h:
11082         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11083         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11084         (ev_job_links_class_init), (ev_job_render_init),
11085         (ev_job_render_dispose), (ev_job_render_class_init),
11086         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11087         (ev_job_thumbnail_class_init), (ev_job_load_init),
11088         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11089         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11090         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11091         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11092         * shell/ev-jobs.h:
11093         * shell/ev-page-action.c: (ev_page_action_set_document):
11094         * shell/ev-page-cache.c: (ev_page_cache_init),
11095         (ev_page_cache_class_init), (ev_page_cache_finalize),
11096         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11097         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11098         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11099         (ev_page_cache_get_title), (ev_page_cache_get_size),
11100         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11101         (ev_page_cache_get_height_to_page),
11102         (ev_page_cache_get_max_label_chars),
11103         (ev_page_cache_get_page_label),
11104         (ev_page_cache_has_nonnumeric_page_labels),
11105         (ev_page_cache_get_info), (ev_page_cache_next_page),
11106         (ev_page_cache_prev_page), (ev_page_cache_get):
11107         * shell/ev-page-cache.h:
11108         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11109         (ev_pixbuf_cache_clear_job_sizes),
11110         (ev_pixbuf_cache_add_jobs_if_needed),
11111         (ev_pixbuf_cache_set_page_range):
11112         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11113         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11114         * shell/ev-sidebar-thumbnails.c:
11115         (ev_sidebar_tree_selection_changed),
11116         (ev_sidebar_thumbnails_set_document):
11117         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11118         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11119         (ev_statusbar_get_context_id), (ev_statusbar_push),
11120         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11121         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11122         (ev_statusbar_set_progress):
11123         * shell/ev-statusbar.h:
11124         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11125         (ev_view_find_previous):
11126         * shell/ev-window.c: (ev_window_is_empty),
11127         (ev_window_setup_document), (password_dialog_response),
11128         (ev_window_clear_jobs), (ev_window_load_job_cb),
11129         (ev_window_xfer_job_cb), (ev_window_open_uri),
11130         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11131         (ev_window_print), (ev_window_print_range),
11132         (ev_window_state_event), (ev_window_cmd_view_reload),
11133         (menu_item_select_cb), (menu_item_deselect_cb),
11134         (view_status_changed_cb), (ev_window_dispose),
11135         (drag_data_received_cb), (ev_window_init):
11136         * shell/ev-window.h:
11137         * shell/main.c: (load_files):
11138         
11139         New statusbar to show progress on idle. Two new jobs - 
11140         xfer job and load job to load document in background. And update
11141         of page_cache clients to new location of code.
11142
11143 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11144
11145         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11146         selection in open dialog. It also remembers the last visited directory 
11147         in the current session.
11148
11149 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11150
11151         * shell/ev-properties.c: (ev_properties_new):
11152         * shell/ev-properties.h:
11153         * shell/ev-window.c: (ev_window_cmd_file_properties):
11154         
11155         Get document info from page cache instead of document itself.
11156         This should fix crash related to race conditions described in
11157         bug 306545.
11158
11159 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11160
11161         * ps/ps-document.c: (ps_document_init),
11162         (send_ps), (get_page_box), (output), (catchPipe), (input),
11163         (stop_interpreter), (file_length), (file_readable),
11164         (check_filecompressedb), (ps_document_enable_interpreter),
11165         (document_load), (ps_async_renderer_render_pixbuf):
11166         * ps/ps-document.h:
11167
11168         Big cleanup of the ps code
11169
11170 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11171
11172         * backend/Makefile.am:
11173         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11174         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11175         * backend/ev-async-renderer.h:
11176
11177         Add an async renderer interface (method + callback) which
11178         is useful for backends like ps.
11179
11180         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11181         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11182         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11183         (ev_job_queue_add_job), (move_job_async), (move_job),
11184         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11185
11186         Add queues for async renderer, these are executed on the
11187         main thread.
11188
11189         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11190         (ev_job_render_run):
11191         * backend/ev-jobs.h:
11192
11193         If the backend support async renderer interface use it.
11194
11195         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11196         (setup_pixmap), (ps_document_get_type),
11197         (ps_async_renderer_render_pixbuf),
11198         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11199
11200         Implement async renderer interface.
11201
11202 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11203
11204         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11205
11206         Cleanup links job on exit.
11207
11208 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11209
11210         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11211         (drag_data_get_cb), (drag_data_received_cb):
11212         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11213         (drag_data_get_cb), (parse_item_list),
11214         (egg_toolbar_editor_load_actions):
11215         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11216         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11217         (parse_item_list), (parse_toolbars):
11218         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11219         (dvi_pixbuf_put_pixel):
11220         
11221         Fix gcc 4.0 warnings
11222
11223 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11224
11225         * ps/ps-document.c: (start_interpreter):
11226
11227         Fix warning when loading ps
11228
11229 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11230
11231         * ps/ps-document.c: (output):
11232
11233         Fix crash when priting gs error messages.
11234
11235 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11236
11237         * backend/ev-page-cache.c: (_ev_page_cache_new):
11238         * backend/ev-page-cache.h:
11239
11240         Use a const to return title so that we dont double
11241         free it. Small cleanup and fix a leak.
11242
11243         * shell/ev-window.c: (update_window_title):
11244
11245         strdup value from get_title.
11246
11247 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * shell/ev-sidebar-links.c: (job_finished_callback),
11250         (ev_sidebar_links_set_document):
11251
11252         Cleanup the old job when changing document
11253
11254 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11255
11256         * shell/ev-stock-icons.c:
11257         * shell/ev-stock-icons.h:
11258         * shell/ev-window.c:
11259         
11260         Add stock icons for actions that can appear in toolbar. Fix for
11261         bug 306566.
11262
11263 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11264
11265         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11266         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11267         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11268         * backend/ev-page-cache.h:
11269         * shell/ev-view.c: (scroll_to_current_page),
11270         (view_update_range_and_current_page), (get_page_y_offset),
11271         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11272         (ev_view_size_request_continuous),
11273         (ev_view_zoom_for_size_continuous_and_dual_page),
11274         (ev_view_zoom_for_size_continuous):
11275         
11276         More compact EvView layout in document with pages of different size.
11277
11278 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11279
11280         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11281         compilation.
11282
11283 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11284
11285         * shell/ev-view.c: (view_set_adjustment_values):
11286         * shell/ev-window.c: (ev_window_cmd_file_properties):
11287         
11288         A bit different fix for rounding problem but it has no
11289         problems on startup. Make properties window transient to parent.
11290
11291 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11292
11293         * pdf/ev-poppler.cc:
11294         
11295         More commenting of font stuff.
11296
11297 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11298
11299         * pdf/ev-poppler.cc:
11300
11301         Comment out some more fonts stuff. Should really
11302         work without the poppler patch now.
11303
11304 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11305
11306         * pdf/ev-poppler.cc:
11307
11308         Adapt to api change
11309
11310 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11311
11312         * data/evince-properties.glade:
11313         * pdf/ev-poppler.cc:
11314         * shell/ev-properties.c: (setup_fonts_view):
11315
11316         Set the column title. Show the dialog only
11317         once everything is setup.
11318         Getting font info can be very slow... will
11319         prolly need to make this threaded too.
11320
11321 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11322
11323         * backend/Makefile.am:
11324         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11325         (ev_document_fonts_get_fonts_model):
11326         * backend/ev-document-fonts.h:
11327         * data/evince-properties.glade:
11328         * pdf/ev-poppler.cc:
11329         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11330         * shell/ev-properties.h:
11331         * shell/ev-window.c: (ev_window_cmd_file_properties):
11332
11333         Implement fonts list. Defined out for now, since it depends
11334         on a not yet committed poppler patch.
11335
11336 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11337
11338         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11339         page + 1.
11340
11341         * shell/ev-window.c: Make sure we add the timeout when we get a
11342         focus-in event.
11343
11344         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11345         adjustment->value before calculating the zoom factor to average
11346         out all of our rounding errors.  The page no longer 'drifts' when
11347         resizing.
11348
11349 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11350
11351         * data/evince-properties.glade:
11352         * shell/ev-properties.c: (ev_properties_format_date),
11353         (set_property):
11354         
11355         Labels don't expand when the dialogue is resized.
11356         strftime result needs to be converted to UTF-8. Thanks
11357         to Christian Persch <chpe@gnome.org>.
11358
11359 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11360
11361         * data/evince-properties.glade:
11362
11363         Hide the fonts tab
11364
11365 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11366
11367         * backend/ev-document-info.h:
11368         * backend/ev-document.c: (ev_document_info_free):
11369         * data/evince-properties.glade:
11370         * pdf/ev-poppler.cc:
11371         * ps/ps-document.c: (ps_document_get_info):
11372         * shell/ev-properties.c: (ev_properties_format_date),
11373         (set_property), (ev_properties_new):
11374         * shell/ev-properties.h:
11375         * shell/ev-window.c: (ev_window_cmd_file_properties):
11376
11377         Rework properties code to take only EvPropertyInfo
11378         in the constructor so that it can be useful for
11379         nautilus plugin too.
11380
11381         Deal with backends that doesnt support some properties.
11382         Make set property code generic.
11383
11384 2005-06-04  Christian Persch <chpe@gnome.org>
11385
11386         * data/evince-properties.glade:
11387
11388         fix spacings, make resizeable, and make data labels
11389         selectable + ellipsised
11390
11391 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11392
11393         * backend/ev-document-info.h:
11394         * data/Makefile.am:
11395         * data/evince-ui.xml:
11396         * pdf/ev-poppler.cc:
11397         * shell/Makefile.am:
11398         * shell/ev-window.c: (update_action_sensitivity),
11399         (ev_window_cmd_file_properties):
11400
11401         Initial go at file properties. Patch by
11402         Emil Soleyman-Zomalan <emil@soleyman.com>.
11403         Needs love see #169583
11404
11405 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11406
11407         * ps/ps-document.c: (output):
11408         * ps/ps.c: (psscan):
11409
11410         Try to render even if psscan fails.
11411
11412 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11413
11414         * ps/ps.c: (psscan), (pscopydoc):
11415
11416         Port buffered reading code from gv
11417
11418 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11419
11420         * ps/ps-document.c: (interpreter_message), (output):
11421
11422         Do not fail on interpreter messages
11423
11424 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11425
11426         * backend/ev-document-misc.c:
11427         (ev_document_misc_get_thumbnail_frame):
11428
11429         Pages can be 0 x 0, dont assert on this case
11430
11431 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11432
11433         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11434         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11435
11436         Correctly manage our reference on document. Finally the reload
11437         huge leak is gone...
11438
11439 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11440
11441         * ps/ps-document.c: (ps_document_dispose):
11442
11443         Forgot to chain it to the parent. Thanks chpe.
11444
11445 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11446
11447         * ps/ps-document.c: (ps_document_dispose),
11448         (ps_document_class_init), (stop_interpreter), (document_load):
11449
11450         Cleanup dispose a bit. Dont leak the whole pixmap.
11451
11452 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11453
11454         * pdf/ev-poppler.cc:
11455
11456         Release the poppler document on dispose
11457
11458 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11459
11460         * shell/ev-view.c: (ev_view_set_document):
11461
11462         Release ref on the pixbuf cache when changing
11463         document.
11464
11465 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11466
11467         * ps/ps-document.c: (ps_document_get_info):
11468
11469         Fix a double free
11470
11471 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11472
11473         * backend/ev-page-cache.c: (ev_page_cache_init),
11474         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11475         * backend/ev-page-cache.h:
11476         * shell/ev-page-action.c: (page_changed_cb):
11477         
11478         Set page action entry width depending on labels width. Fix
11479         for bug 305202.
11480
11481 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11482
11483         * backend/ev-link.c: (ev_link_class_init):
11484
11485         Allow -1 as page value (error)
11486
11487 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11488
11489         * shell/ev-sidebar-thumbnails.c:
11490         (ev_sidebar_thumbnails_set_document):
11491         * shell/ev-view.c: (scroll_to_current_page),
11492         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11493         (page_changed_cb), (on_adjustment_value_changed),
11494         (ev_view_set_document):
11495
11496         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11497         Fix bug 305377
11498
11499 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11500
11501         * configure.ac:
11502         * djvu/djvu-document.c: (djvu_document_get_page_size):
11503
11504         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11505         bug 301993.
11506
11507 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11508
11509         * shell/ev-view.c (draw_one_page): modify the expose handling to
11510         get the shadows.
11511
11512         * shell/ev-window.c (update_action_sensitivity): Respect
11513         permissions field.  Kowtow to the man.
11514
11515         * pdf/ev-poppler.cc: Get the permissions field.
11516
11517         * tiff/*c: Make a tiny bit more robust.
11518
11519 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11520
11521         * djvu/djvu-document.c:
11522         
11523         Pop messages from djvu context message queue.
11524
11525 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11526
11527         * configure.ac, Makefile.am, shell/Makefile.am:
11528         * tiff/Makefile.am, shell/ev-document-types.c:
11529         
11530         Cleanup tiff configure checks. Fix for bug 305218.
11531
11532 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11533
11534         * configure.ac: Added "uk" to ALL_LINGUAS.
11535
11536 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11537
11538         * cut-n-paste/zoom-control/ephy-zoom.c:
11539         (ephy_zoom_get_changed_zoom_level):
11540         * cut-n-paste/zoom-control/ephy-zoom.h:
11541         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11542         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11543         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11544         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11545         (zoom_control_changed_cb), (ev_window_init):
11546         
11547         Fix minor points related to moving best fit up. Introduce
11548         "zoom" property and make zoom control change it's value on
11549         notify::zoom signals. Fix for 305080.
11550
11551 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11552
11553         * data/evince-ui.xml:
11554         * shell/ev-window.c: (set_view_actions_sensitivity):
11555         
11556         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11557
11558 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11559
11560         * configure.ac:
11561
11562         Depends on poppler 0.3.2
11563
11564 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11565
11566         * cut-n-paste/recent-files/egg-recent-item.c:
11567         (egg_recent_item_get_short_name):
11568         * cut-n-paste/toolbar-editor/Makefile.am:
11569         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11570         (new_pixbuf_from_widget):
11571         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11572         * cut-n-paste/toolbar-editor/egg-marshal.c:
11573         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11574         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11575
11576         Sync
11577
11578 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11579
11580         * tiff/tiff-document.c: Rough TIFF backend.
11581
11582 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11583
11584         * NEWS:
11585         * configure.ac:
11586         * cut-n-paste/toolbar-editor/Makefile.am:
11587
11588         Release 0.3.1
11589
11590 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11591
11592         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11593         (ev_view_find_next), (ev_view_find_previous):
11594
11595         Remove the locks around get_n_results   
11596
11597 2005-05-21  Juerg Billeter  <j@bitron.ch>
11598
11599         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11600
11601         Pass correct number of pages to poppler.
11602
11603 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11604
11605         * configure.ac:
11606         * data/Makefile.am:
11607         * data/evince.desktop.in: 
11608         * data/evince.desktop.in.in:
11609         * po/POTFILES.in:
11610         
11611         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11612
11613 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11614
11615         * shell/ev-view.c: (view_update_adjustments),
11616         (view_set_adjustment_values): cast adjustmen->value to (int)
11617         before using it.  Otherwise, we get off by a pixel in some
11618         situations.
11619
11620         (draw_one_page): Draw the border on expose.
11621
11622 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11623
11624         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11625         adjustment when the mode changes, #304923
11626
11627 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11628
11629         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11630         flickering on resize but still use gdk_window_scroll on
11631         scrolling
11632
11633 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11634
11635         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11636         option, #170458
11637
11638 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11639
11640         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11641         second page on page_changed if possible, #304669
11642
11643 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11644
11645         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11646         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11647
11648 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11649
11650         * .cvsignore:
11651         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11652         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11653         (ev_view_zoom_for_size_presentation),
11654         (ev_view_zoom_for_size_continuous_and_dual_page),
11655         (ev_view_zoom_for_size_continuous),
11656         (ev_view_zoom_for_size_dual_page),
11657         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11658         * shell/ev-view.h:
11659         * shell/ev-window.c: (update_view_size),
11660         (ev_window_sizing_mode_changed_cb):
11661
11662         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11663         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11664         an infinite loop, #304769
11665
11666
11667 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11668
11669         * data/evince-ui.xml:
11670         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11671         * shell/ev-window.c: (set_view_actions_sensitivity):
11672
11673         Make PgUp/Down behave like Space
11674
11675 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11676
11677         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11678         * backend/ev-ps-exporter.h:
11679         * pdf/ev-poppler.cc:
11680         * ps/ps-document.c: (ps_document_ps_export_begin):
11681         * shell/ev-print-job.c: (idle_print_handler):
11682
11683         Adapt to new poppler api
11684
11685 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11686
11687         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11688         (ephy_zoom_control_init):
11689
11690         Translate zoom levels
11691
11692 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11693
11694         * cut-n-paste/zoom-control/ephy-zoom.c:
11695         (ephy_zoom_get_zoom_level_index):
11696
11697         Fix current zoom -> zoom control match
11698
11699 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11700
11701         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11702         rather than the scrolled_window that it's in. Fixes bug #304655.
11703
11704 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11705
11706         * shell/ev-view.c: (view_update_adjustments),
11707         (view_set_adjustment_values), (view_update_range_and_current_page),
11708         (view_scroll_to_page), (set_scroll_adjustment),
11709         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11710         (ev_view_scroll), (ev_view_scroll_view),
11711         (ensure_rectangle_is_visible), (find_page_at_location),
11712         (get_link_at_location), (go_to_link), (status_message_from_link),
11713         (ev_view_size_request_continuous_dual_page),
11714         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11715         (ev_view_unrealize), (ev_view_expose_event),
11716         (ev_view_button_press_event), (ev_view_motion_notify_event),
11717         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11718         (draw_rubberband), (highlight_find_results), (draw_one_page),
11719         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11720         (ev_view_init), (find_changed_cb), (page_changed_cb),
11721         (on_adjustment_value_changed), (ev_view_new),
11722         (ev_view_set_document), (ev_view_set_zoom),
11723         (ev_view_set_continuous), (ev_view_set_dual_page),
11724         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11725         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11726         (ev_view_zoom_for_size_presentation),
11727         (ev_view_zoom_for_size_continuous_dual_page),
11728         (ev_view_zoom_for_size_continuous),
11729         (ev_view_zoom_for_size_dual_page),
11730         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11731         (ev_view_get_status), (ev_view_set_status),
11732         (update_find_status_message), (ev_view_get_find_status),
11733         (ev_view_set_find_status), (jump_to_find_result),
11734         (jump_to_find_page), (compute_selections), (clear_selection),
11735         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11736         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11737         (ev_view_update_primary_selection),
11738         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11739         * shell/ev-view.h:
11740         * shell/ev-window.c: (ev_window_open_page_label),
11741         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11742         (ev_window_init):
11743         * shell/ev-window.h:
11744         * shell/main.c: (load_files):
11745
11746         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11747         when resizing.  Remove the bin_window().  Also, patch from James
11748         Bowes to fix command line page, #300641
11749         
11750 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11751
11752         * data/evince-ui.xml:
11753         * shell/ev-view.c:
11754         * shell/ev-view.h:
11755         * shell/ev-window.c: (update_action_sensitivity):
11756
11757         Get rid of View->Normal Size, it's just confusing
11758
11759 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11760
11761         * backend/ev-document-info.h:
11762         * backend/ev-document.c: (ev_document_info_free): Free the
11763         EvDocumentInfo.
11764
11765         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11766         (clear_range), (add_range), (update_visible_range),
11767         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11768         (ev_sidebar_thumbnails_set_document):
11769         * shell/ev-window.c: (ev_window_setup_document): Only render the
11770         visible thumbnails.  It takes an instant to render, but it uses
11771         much less memory.
11772
11773 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11774
11775         * shell/ev-sidebar-links.c: (popup_menu_cb):
11776
11777         Select first item
11778
11779 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11780
11781         * lib/Makefile.am:
11782         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11783         (button_press_cb), (ev_sidebar_links_construct):
11784
11785         Show the popup menu also on keybindings
11786
11787 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11788
11789         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11790         * shell/ev-window.h:
11791
11792         Expose api to print a range (with dialog). Make private _print use
11793         it.
11794
11795         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11796         (ev_sidebar_links_construct):
11797
11798         Show a print context menu on linkx, it prints the selected
11799         section.
11800
11801 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11802
11803         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11804         button.
11805
11806 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11807
11808         * AUTHORS:
11809
11810         Update
11811
11812         * shell/ev-window.c: (build_comments_string),
11813         (ev_window_cmd_help_about):
11814
11815         Show poppler version/backend and authors
11816
11817 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11818
11819         * cut-n-paste/zoom-control/ephy-zoom.c:
11820         (ephy_zoom_get_zoom_level_index):
11821         * cut-n-paste/zoom-control/ephy-zoom.h:
11822
11823         Move the best fit items at the top of the list
11824
11825 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11826
11827         * shell/ev-marshal.list:
11828         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11829         (activate_cb), (match_selected_cb), (activate_link_cb),
11830         (connect_proxy), (ev_page_action_class_init):
11831         * shell/ev-page-action.h:
11832
11833         Use signals to notify action activation. Hopefully
11834         I did not break completion since I cant test...
11835
11836         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11837         (register_custom_actions):
11838
11839         Connect to page selector actions and also grab focus on
11840         the view when activated.
11841
11842 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11843
11844         * pdf/ev-poppler.cc:
11845         * backend/ev-page-cache.c: make page size calculation consistent
11846         and set it to (int)( width * scale + 0.5).  This makes the weird
11847         line going through the middle of the page go away.
11848
11849         * shell/ev-view.c: move painting the background page after
11850         checking the expose area covers us.
11851
11852 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11853
11854         * data/evince-password.glade:
11855         
11856         Mark labels as not translatable. Fix for bug 302842.
11857
11858 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11859
11860         * configure.ac: Added "es" to ALL_LINGUAS.
11861
11862 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11863
11864         * data/evince-toolbar.xml:
11865         * shell/ev-window.c: (update_action_sensitivity),
11866         (ev_window_setup_document), (ev_window_set_page_mode),
11867         (ev_window_init):
11868
11869         Remove some leftover code from jrb first continous
11870         attempt. Use the new actions, we still need good icons
11871         though...
11872
11873 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11874
11875         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11876
11877         Update label when connecting proxy. Fix a warning with NULL
11878         page_cache.
11879
11880 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11881
11882         * data/evince-ui.xml:
11883         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11884         * shell/ev-page-action.h:
11885         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11886
11887         Add mnemonic for edit toolbar.
11888         ctrl+l focus the page entry.
11889
11890 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11891
11892         * lib/Makefile.am:
11893         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11894         (ev_window_init):
11895         * shell/main.c: (main):
11896
11897         Put the toolbar xml in evince own dot dir
11898
11899 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11900
11901         * shell/ev-window.c: (ev_window_init):
11902
11903         Make the toolbar not removable
11904
11905 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11906
11907         * data/evince-ui.xml:
11908         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11909         * shell/ev-sidebar-links.h:
11910         * shell/ev-sidebar-thumbnails.c:
11911         (ev_sidebar_thumbnails_get_treeview):
11912         * shell/ev-sidebar-thumbnails.h:
11913         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11914         (ev_view_class_init):
11915         * shell/ev-view.h:
11916         * shell/ev-window.c: (update_action_sensitivity),
11917         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11918         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11919         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11920         (ev_window_init):
11921
11922         This is evil... Make space/backspace global accelerators but
11923         enable them only for some widgets (sidebars and view).
11924         I dont like it, but I dont know a better way... :/
11925
11926 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11927
11928         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11929         (ev_page_action_widget_finalize),
11930         (ev_page_action_widget_class_init), (update_page_cache):
11931
11932         Keep a weak reference on proxy->page_cache so that we
11933         dont try to disconnect the signal if the object is already
11934         gone. Maybe there is a better way to cleanup reference handling
11935         in page action though...
11936
11937 2005-05-10  Juerg Billeter  <j@bitron.ch>
11938
11939         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11940         * backend/ev-ps-exporter.h:
11941         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11942         * ps/ps-document.c: (ps_document_ps_export_begin):
11943         
11944         Change api to pass print range to ps_exporter_begin. The pdf backend
11945         requires this information.
11946         
11947         * shell/ev-print-job.c: (idle_print_handler):
11948         
11949         Adapt to api change
11950
11951 2005-05-10  Juerg Billeter  <j@bitron.ch>
11952
11953         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11954         (idle_print_handler)
11955         * shell/ev-window.c: (ev_window_print):
11956
11957         Support printing page range, based on patch by Amaury Jacquot
11958
11959 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11960
11961         * data/evince-toolbar.xml:
11962
11963         Add zoom control to available items
11964
11965 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11966
11967         * shell/ev-window.c: (update_action_sensitivity):
11968
11969         Set slash action insensitive when appropriate
11970
11971 2005-05-10  Christian Persch <chpe@gnome.org>
11972
11973         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11974
11975         Fix warning on the overflow menu
11976
11977 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11978
11979         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11980
11981         Check for uri correctness/existence
11982
11983 2005-05-09  Juerg Billeter  <j@bitron.ch>
11984
11985         * shell/ev-window.c: (using_postscript_printer):
11986
11987         LPD printers use postscript, too
11988
11989 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11990
11991         * shell/ev-window.c: (register_custom_actions):
11992
11993         The zoom one is actually sort of useful,
11994         put it back
11995
11996 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11997
11998         * shell/ev-window.c: (register_custom_actions):
11999
12000         Hide page/zoom controls from overflow, they
12001         are useless.
12002
12003 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12004
12005         * cut-n-paste/update-from-egg.sh:
12006         
12007         Share it between all cut-n-paste subdirs
12008
12009         * cut-n-paste/recent-files/Makefile.am:
12010
12011         Fix to use "global" update-from-egg.sh
12012
12013         * cut-n-paste/recent-files/egg-recent-model.c:
12014         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
12015         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12016         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
12017         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
12018
12019         Update from libegg
12020
12021         * cut-n-paste/toolbar-editor/Makefile.am:
12022
12023         Fix to use "global" update-from-egg.sh
12024
12025         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12026
12027         Update from libegg
12028
12029 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
12030
12031         * configure.ac:
12032         * cut-n-paste/Makefile.am:
12033         * cut-n-paste/recent-files/Makefile.am:
12034         * cut-n-paste/toolbar-editor/.cvsignore:
12035         * cut-n-paste/toolbar-editor/Makefile.am:
12036         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12037         (egg_editable_toolbar_get_type), (get_toolbar_position),
12038         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12039         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12040         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12041         (set_item_drag_source), (create_item_from_action), (create_item),
12042         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12043         (popup_toolbar_context_menu_cb), (free_dragged_item),
12044         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12045         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12046         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12047         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12048         (item_added_cb), (item_removed_cb),
12049         (egg_editable_toolbar_construct),
12050         (egg_editable_toolbar_disconnect_model),
12051         (egg_editable_toolbar_deconstruct),
12052         (egg_editable_toolbar_set_model),
12053         (egg_editable_toolbar_set_ui_manager),
12054         (egg_editable_toolbar_set_property),
12055         (egg_editable_toolbar_get_property),
12056         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12057         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12058         (egg_editable_toolbar_new_with_model),
12059         (egg_editable_toolbar_get_edit_mode),
12060         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12061         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12062         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12063         (new_pixbuf_from_widget), (new_separator_pixbuf),
12064         (update_separator_image), (style_set_cb),
12065         (_egg_editable_toolbar_new_separator_image),
12066         (egg_editable_toolbar_get_model):
12067         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12068         * cut-n-paste/toolbar-editor/egg-marshal.c:
12069         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12070         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12071         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12072         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12073         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12074         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12075         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12076         (editor_drag_data_delete_cb), (drag_data_get_cb),
12077         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12078         (editor_create_item), (update_editor_sheet), (setup_editor),
12079         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12080         (parse_item_list), (model_has_action), (update_actions_list),
12081         (egg_toolbar_editor_load_actions):
12082         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12083         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12084         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12085         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12086         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12087         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12088         (egg_toolbars_model_add_separator), (impl_add_item),
12089         (parse_item_list), (egg_toolbars_model_add_toolbar),
12090         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12091         (impl_get_item_data), (impl_get_item_type),
12092         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12093         (egg_toolbars_model_init), (free_toolbar),
12094         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12095         (egg_toolbars_model_remove_toolbar),
12096         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12097         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12098         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12099         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12100         (egg_toolbars_model_get_item_data),
12101         (egg_toolbars_model_get_item_type):
12102         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12103         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12104         * data/Makefile.am:
12105         * data/evince-toolbar.xml:
12106         * data/evince-ui.xml:
12107         * data/hand-open.png:
12108         * po/POTFILES.in:
12109         * shell/Makefile.am:
12110         * shell/ev-window.c: (update_chrome_visibility),
12111         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12112         (ev_window_dispose), (ev_window_init):
12113
12114         Implement epiphany like toolbar editor. Based on patch by
12115         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12116
12117 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12118
12119         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12120
12121         Use set_cursor instead of set_selection, so that
12122         the keyboard focus moves too.
12123
12124 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12125
12126         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12127
12128         Fix infinite loop when loading Type1 fonts
12129
12130 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12131
12132         * data/evince-ui.xml:
12133         * shell/ev-window.c:
12134
12135         Slash -> Find
12136
12137 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12138
12139         * configure.ac:
12140
12141         Make --disable really disable
12142
12143 2005-05-07  Juerg Billeter  <j@bitron.ch>
12144
12145         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12146
12147         Compare page labels even without has_labels set, fixes setting page
12148         with entry
12149
12150 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12151
12152         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12153         (ev_view_set_cursor), (ev_view_button_press_event),
12154         (ev_view_motion_notify_event), (ev_view_button_release_event),
12155         (ev_view_init):
12156
12157         Implement middle button scrolling. Based on a patch
12158         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12159
12160 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12161
12162         * shell/ev-document-types.c: (get_slow_mime_type),
12163         (get_document_type_from_mime), (ev_document_type_lookup):
12164         * shell/ev-document-types.h:
12165
12166         Change api to lookup from uri. Do fast lookup first, if the
12167         type is unknown try with data sniffing.
12168
12169         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12170         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12171
12172         Adapt to api change
12173
12174 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12175
12176         * thumbnailer/Makefile.am:
12177
12178         Fix distcheck
12179
12180 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12181
12182         * NEWS:
12183         * configure.ac:
12184
12185         Release 0.3.0
12186
12187         * data/evince-ui.xml:
12188
12189         Hide presentation mode for now
12190
12191         * shell/ev-view.c: (highlight_find_results):
12192
12193         Show current find selection only on current page
12194
12195 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12196
12197         * shell/ev-view.c: (ev_view_select_all):
12198
12199         Compute size of the actual page, not of
12200         the current one.
12201
12202 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12203
12204         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12205         (view_rect_to_doc_rect), (compute_selections),
12206         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12207         (ev_view_copy), (ev_view_primary_get_cb),
12208         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12209         (ev_view_button_press_event), (ev_view_motion_notify_event),
12210         (ev_view_button_release_event), (page_changed_cb):
12211
12212         Fix text selection
12213
12214 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12215
12216         * shell/ev-view.c: (compute_border), (get_page_extents),
12217         (doc_rect_to_view_rect), (highlight_find_results),
12218         (ev_view_bin_expose), (ev_view_select_all),
12219         (ev_view_motion_notify_event), (update_find_status_message),
12220         (jump_to_find_result), (jump_to_find_page):
12221
12222         First go at fixing search, still buggy
12223
12224 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12225
12226         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12227         dropdown box and button at the top of the sidebar.
12228
12229 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12230
12231         * configure.ac: Output zoom-control Makefile.
12232         * cut-n-paste/Makefile.am: build zoom-control subdir.
12233         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12234         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12235         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12236         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12237         * cut-n-paste/zoom-control/ephy-zoom.c:
12238         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12239         from epiphany, and modified to add a separator into the menu.
12240         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12241         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12242         zoom-control action.
12243         * shell/Makefile.am: Include zoom-control flags.
12244         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12245         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12246         (ev_view_zoom_for_size_presentation),
12247         (ev_view_zoom_for_size_continuous_and_dual_page),
12248         (ev_view_zoom_for_size_continuous),
12249         (ev_view_zoom_for_size_dual_page),
12250         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12251         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12252         ev_view_get_zoom and ev_view_get_sizing_mode.
12253         * shell/ev-view.h:
12254         * shell/ev-window.c: (update_action_sensitivity),
12255         (update_sizing_buttons), (zoom_control_changed_cb),
12256         (register_custom_actions): Initialize and use the zoom-control 
12257         widget.
12258
12259 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12260
12261         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12262         preview cache back to 1.  Don't know when it got set to 0.
12263         
12264         * shell/ev-view.c: (compute_border), (ev_view_realize),
12265         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12266         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12267         (ev_view_get_fullscreen), (ev_view_set_presentation),
12268         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12269         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12270         * shell/ev-view.h:
12271         * shell/ev-window.c:
12272         (update_chrome_visibility),
12273         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12274         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12275         (update_document_mode), (ev_window_update_fullscreen_action),
12276         (ev_window_fullscreen), (ev_window_unfullscreen),
12277         (ev_window_cmd_view_fullscreen),
12278         (ev_window_update_presentation_action),
12279         (ev_window_run_presentation), (ev_window_stop_presentation),
12280         (ev_window_cmd_view_presentation), (ev_window_state_event),
12281         (ev_window_focus_in_event), (ev_window_focus_out_event),
12282         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12283         * data/evince-ui.xml: Initial presentation mode.  We should
12284         probably hide this until it's done, as it's quite rough.  Also,
12285         change full-screen to fullscreen and add two getters to EvView.
12286
12287 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12288
12289         * shell/ev-page-action.c: (update_page_cache),
12290         (ev_page_action_dispose):
12291         * shell/ev-window.c: (destroy_fullscreen_popup),
12292         (ev_window_create_fullscreen_popup):
12293
12294         Use connect_object rather than explicitly
12295         disconnect on dispose.
12296
12297 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12298
12299         * shell/ev-page-action.c: (update_page_cache),
12300         (ev_page_action_dispose):
12301
12302 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12303
12304         * backend/ev-page-cache.c: (_ev_page_cache_new),
12305         (ev_page_cache_set_page_label),
12306         (ev_page_cache_has_nonnumeric_page_labels):
12307         * backend/ev-page-cache.h:
12308         * shell/ev-page-action.c: (update_pages_label):
12309         
12310         If all page labels are numeric, fallback to default
12311         way to display number of pages. See bug 173185.
12312
12313 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12314
12315         * shell/ev-page-action.c: (ev_page_action_dispose):
12316         * shell/ev-view.c: (view_update_range_and_current_page):
12317         * shell/ev-window.c: (ev_window_dispose):
12318         
12319         Set page on scroll in continuous mode. Fixes bug 301986.
12320         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12321
12322 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12323
12324         * configure.ac:
12325
12326         Require poppler 0.3.0
12327
12328 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12329         
12330         * shell/Makefile.am, configure.ac: Fix build problems
12331         with t1lib. Bug 301996.
12332
12333 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12334
12335         * shell/ev-view.c: (ev_view_scroll_event):
12336         
12337         Scroll up increase zoom
12338
12339 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12340
12341         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12342         (ev_view_set_sizing_mode),
12343         (ev_view_zoom_for_size_continuous_and_dual_page),
12344         (ev_view_zoom_for_size_continuous):
12345         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12346         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12347         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12348         (ev_window_init):
12349
12350         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12351         Fix for 165473 and 165472.
12352
12353 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12354
12355         * po/POTFILES.in:
12356         * thumbnailer/Makefile.am:
12357         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12358         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12359         * thumbnailer/evince-thumbnailer.schemas.in:
12360         
12361         Make thumbnailer schemas translatable. Fix for bug 301773
12362         
12363         * thumbnailer/evince-thumbnailer-djvu.schemas:
12364         * thumbnailer/evince-thumbnailer-dvi.schemas:
12365         * thumbnailer/evince-thumbnailer.schemas:
12366
12367         Removed files
12368
12369 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12370
12371         * shell/ev-view.c (ev_view_init): forgot to set this.
12372
12373 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12374
12375         * shell/ev-view.c: (find_page_at_location),
12376         (get_link_at_location),
12377         (ev_view_set_show_border), (ev_view_set_spacing),
12378         (ev_view_zoom_for_size_continuous_and_dual_page),
12379         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12380         Also, add a quick fix measuring of widths.  Also, removed
12381         ev_view_set_spacing and ev_view_set_show_border.
12382         
12383         * shell/ev-window.c: (ev_window_unfullscreen),
12384         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12385
12386 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12387
12388         * shell/ev-view.c: (view_update_range_and_current_page),
12389         (page_changed_cb):
12390         
12391         Fix crash on exit and scrolling to page in continuous view.
12392
12393 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12394
12395         * TODO:
12396         * backend/ev-page-cache.c: (_ev_page_cache_new),
12397         (ev_page_cache_get_max_width_size),
12398         (ev_page_cache_get_max_height_size):
12399         * backend/ev-page-cache.h:
12400         * data/evince-ui.xml:
12401         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12402         * shell/ev-view.c: (view_update_adjustments),
12403         (view_update_range_and_current_page), (get_bounding_box_size),
12404         (ev_view_size_request_continuous_and_dual_page),
12405         (ev_view_size_request_continuous),
12406         (ev_view_size_request_dual_page),
12407         (ev_view_size_request_single_page), (ev_view_size_request),
12408         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12409         (ev_view_bin_expose), (ev_view_expose_event),
12410         (ev_view_set_property), (ev_view_get_property),
12411         (ev_view_class_init), (ev_view_init), (ev_view_new),
12412         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12413         (ev_view_set_dual_page), (ev_view_set_full_screen),
12414         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12415         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12416         (ev_view_zoom_out), (zoom_for_size_fit_width),
12417         (zoom_for_size_best_fit),
12418         (ev_view_zoom_for_size_continuous_and_dual_page),
12419         (ev_view_zoom_for_size_continuous),
12420         (ev_view_zoom_for_size_dual_page),
12421         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12422         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12423         * shell/ev-view.h:
12424         * shell/ev-window.c: (update_action_sensitivity),
12425         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12426         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12427         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12428         (ev_window_cmd_view_zoom_out), (update_view_size),
12429         (ev_window_set_sizing_mode), (ev_window_init):
12430
12431         Add Continuous and Dual page modes.
12432
12433 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12434
12435         * dvi/dvi-document.c: (dvi_document_load),
12436         (dvi_document_thumbnails_get_thumbnail),
12437         (dvi_document_init_params): Fix up some mixups between
12438         width and height to correct thumbnail rendering.
12439
12440 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12441
12442         * dvi/mdvi-lib/private.h:
12443         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12444         
12445         Suppess output for kpathsea during font generation. Thanks to
12446         James Bowes
12447
12448 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12449
12450         * NEWS:
12451         * configure.ac:
12452
12453         Release 0.2.1
12454
12455         * Makefile.am: fix distcheck.
12456
12457 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12458
12459         * shell/ev-sidebar-links.c: (selection_changed_callback),
12460         (update_page_callback), (row_activated_callback),
12461         (job_finished_callback), (ev_sidebar_links_set_document):
12462         
12463         Fix for bug #169901. Double click on links expands tree.
12464
12465 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12466
12467         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12468         hard-coded style. Fix for bug 170111
12469
12470 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12471
12472         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12473         locking.
12474
12475 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12476
12477         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12478
12479 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12480
12481         * pdf/ev-poppler.cc:
12482         * shell/ev-view.c: (highlight_find_results):
12483
12484         Fix find on single page documents
12485
12486 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12487
12488         * data/evince.schemas.in: fix for bug 301390
12489
12490 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12491
12492         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12493         (ev_view_zoom_out), (ev_view_zoom_normal):
12494         * shell/ev-view.h:
12495         * shell/ev-window.c: (update_action_sensitivity),
12496         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12497         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12498         (ev_window_cmd_view_normal_size):
12499
12500         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12501         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12502         better than oom. 
12503
12504 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12505
12506         * configure.ac:
12507
12508         Depend on 2.57, 2.59 doesnt seem to be necessary
12509
12510 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12511
12512         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12513         (create_tool_item):
12514
12515         Put back total number of pages as (1 of 1234)
12516
12517 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12518
12519         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12520         remove the job.
12521
12522         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12523         function.  This helps debugging.
12524
12525 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12526
12527         * djvu/djvu-document.c: (djvu_document_class_init),
12528         (djvu_document_get_info), (djvu_document_document_iface_init):
12529         * dvi/dvi-document.c: (dvi_document_class_init),
12530         (dvi_document_get_info), (dvi_document_document_iface_init):
12531
12532         Dummy implementation of get_info method for dvi and
12533         djvu. Fix crashes with those backends
12534
12535 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12536
12537         * data/evince.desktop.in:
12538
12539         Add application/x-gzpostscript
12540
12541 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12542
12543         * data/evince.schemas.in: Added real long descriptions, 
12544         closes bug 172496 
12545
12546         * README: Added actual text, closes bug 171869
12547
12548 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12549
12550         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12551
12552         Thumbnail page 0
12553
12554 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12555
12556         * backend/ev-document-info.h:
12557
12558         s/GDate */GDate so we can just use g_free
12559
12560 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12561
12562         * shell/ev-window.c: (update_document_mode),
12563         (ev_window_setup_document):
12564
12565         Show the window in fullscreen when specified by
12566         the document
12567
12568 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12569
12570         * backend/ev-document.c: (ev_document_class_init),
12571         (ev_document_get_info), (ev_document_render_pixbuf):
12572         * backend/ev-document.h:
12573         * backend/ev-page-cache.c: (_ev_page_cache_new):
12574         * pdf/ev-poppler.cc:
12575         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12576         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12577         * ps/ps-document.c: (ps_document_class_init), (document_load),
12578         (ps_document_get_info), (ps_document_document_iface_init):
12579
12580         Remove get_title from the interface, we can just use document info
12581
12582 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12583
12584         * backend/Makefile.am:
12585         * backend/ev-document.c: (ev_document_render_get_info):
12586         * backend/ev-document.h:
12587         * pdf/ev-poppler.cc:
12588
12589         Initial support for document info. Based on jrb patch.
12590
12591 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12592
12593         * shell/ev-window.c: (ev_window_state_event),
12594         (ev_window_class_init), (ev_window_init):
12595         
12596         Doesn't show resize grip when maximized. See bug #301053
12597
12598 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12599
12600         * po/POTFILES.in:
12601         
12602         ev-sidebar-thumbnails now has translatable labels
12603         
12604         * shell/Makefile.am:
12605         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12606         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12607         (ev_sidebar_links_page_iface_init):
12608         * shell/ev-sidebar-links.h:
12609         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12610         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12611         (ev_sidebar_page_get_label):
12612         * shell/ev-sidebar-page.h:
12613         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12614         (ev_sidebar_thumbnails_set_document),
12615         (ev_sidebar_thumbnails_support_document),
12616         (ev_sidebar_thumbnails_get_label),
12617         (ev_sidebar_thumbnails_page_iface_init):
12618         * shell/ev-sidebar-thumbnails.h:
12619         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12620         (ev_sidebar_set_document):
12621         * shell/ev-sidebar.h:
12622         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12623         
12624         Small rework of sidebar code. Now sidebar pages should implement
12625         EvSidebarPage interface. That makes page management in EvSidebar
12626         easier. See bug #164811 for details
12627
12628 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12629
12630         * shell/ev-application.c: (ev_application_open):
12631         * shell/ev-document-types.c:
12632         
12633         Fix build error and small problem with application exit
12634
12635 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12636
12637         * thumbnailer/Makefile.am:
12638         * thumbnailer/evince-thumbnailer-djvu.schemas:
12639         * thumbnailer/evince-thumbnailer-dvi.schemas:
12640         
12641         Conditionally install schemas for djvu/dvi thumbnailer
12642
12643 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12644
12645         * shell/ev-document-types.h: 
12646         * shell/ev-document-types.c: 
12647         New files, handling the mapping from mimetypes to backends
12648         
12649         * shell/ev-window.c: 
12650         * thumbnailer/evince-thumbnailer.c:     
12651         Use the ev-document-types code
12652         
12653         * shell/Makefile.am: 
12654         Added new convenience library libevbackendfactory_la, containing
12655         the new mimetype->backend logic; moved the backends into it.
12656
12657         * thumbnailer/Makefile.am:
12658         Make the thumbnailer link with the libevbackend.la convenience
12659         library, rather than having a duplicate of the backend logic here.
12660
12661 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12662
12663         * shell/ev-stock-icons.c: constify some vars.
12664         * shell/ev-window.c: ditto.
12665
12666 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12667
12668         * ps/ps-document.c (get_page_orientation):
12669
12670         Respect document orientation 
12671
12672 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12673
12674         * djvu/Makefile.am:
12675         * dvi/Makefile.am:
12676         * shell/Makefile.am:
12677         
12678         Move library dependencies to components.
12679         
12680         * shell/ev-window.c: (update_window_title),
12681         (start_loading_document):
12682         
12683         Fix display of uris with spaces. Bug 168358.
12684
12685 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12686
12687         * shell/ev-sidebar-links.c: (selection_changed_cb):
12688         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12689         (ev_view_button_release_event), (ev_view_set_document):
12690         * shell/ev-view.h:
12691         * shell/ev-window.c: (find_bar_search_changed_cb):
12692         * shell/ev-window.h: Minor cleanups removing some dead code.
12693
12694 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12695
12696         * backend/ev-page-cache.c: (_ev_page_cache_new):
12697         
12698         Set current page to 0 if document has pages.
12699
12700 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12701
12702         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12703
12704         Initialize GError to NULL, fix a crash when loading fails.
12705
12706 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12707
12708         * shell/ev-window.c: (update_view_size):
12709
12710         Calculate shadow size only when there is actually
12711         a shadow.
12712
12713 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12714
12715         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12716         * shell/ev-view.h:
12717
12718         Allow setting view spacing, default to 0
12719
12720         * shell/ev-window.c: (ev_window_unfullscreen),
12721         (ev_window_cmd_view_fullscreen), (ev_window_init):
12722
12723         Remove spacing in fullscreen mode
12724
12725 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12726
12727         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12728         (ev_view_size_request), (expose_bin_window),
12729         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12730         * shell/ev-view.h:
12731         * shell/ev-window.c: (ev_window_unfullscreen),
12732         (ev_window_cmd_view_fullscreen):
12733
12734         Do not draw the border in fulscreen
12735
12736 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12737
12738         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12739         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12740         (find_page_at_location), (page_changed_cb):
12741
12742         Rework border calculation, so that I can more easily disable it.
12743         Code somewhat cleaner too.
12744
12745 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12746
12747         * backend/ev-page-cache.c: (ev_page_cache_init),
12748         (_ev_page_cache_new):
12749
12750         Remove some assertions, documents can have 0 pages.
12751         Make initial current page -1.
12752
12753         * shell/ev-page-action.c: (page_changed_cb):
12754
12755         Show "" if current page is -1
12756
12757         * shell/ev-window.c: (update_action_sensitivity),
12758         (ev_window_setup_document):
12759
12760         When document has 0 pages do not set the view
12761         and make nearly everything insensitive.
12762
12763 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12764
12765         * shell/ev-page-view.c:
12766         * shell/ev-page-view.h:
12767
12768         Remove unused files.
12769         
12770         * shell/ev-sidebar-thumbnails.c:
12771         (ev_sidebar_thumbnails_set_document):
12772         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12773         (ev_sidebar_supports_document):
12774         * shell/ev-sidebar.h:
12775         * shell/ev-window.c: (ev_window_setup_document):
12776         
12777         Doesn't show thumbnails if document has 1 page. Make
12778         sidebar menu entries sensitive only if if they have 
12779         sense. Fix bug 164811. 
12780
12781 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12782
12783         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12784         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12785         (ev_view_zoom_out), (ev_view_set_size):
12786
12787         Rework sizing to deal with documents with not uniform page
12788         size.
12789
12790 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12791
12792         * backend/ev-page-cache.c: (_ev_page_cache_new):
12793
12794         Fix several page size caching bugs
12795
12796 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12797
12798         * shell/ev-window.c: (set_action_properties):
12799
12800         Make all toolbar items translatable
12801
12802 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12803
12804         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12805         (save_page_list), (ps_document_save),
12806         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12807         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12808         (ps_document_ps_exporter_iface_init):
12809         * ps/ps-document.h:
12810
12811         Based on a patch by J�rg Billeter <j@bitron.ch>
12812         
12813         Implement print and save a copy for the ps backend.
12814
12815 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12816
12817         * backend/ev-document.h:
12818         * djvu/djvu-document.c: (djvu_document_can_get_text),
12819         (djvu_document_document_iface_init):
12820         * dvi/dvi-document.c: (dvi_document_can_get_text),
12821         (dvi_document_document_iface_init):
12822         * pdf/ev-poppler.cc:
12823         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12824         (pixbuf_document_document_iface_init):
12825         * ps/ps-document.c: (ps_document_can_get_text),
12826         (ps_document_document_iface_init):
12827         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12828         * shell/ev-window.c: (update_action_sensitivity):
12829
12830         Fix the crash when trying to copy in backends that doesnt
12831         support it. We can implement a better solution once we
12832         do real text selection.
12833
12834 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12835
12836         * data/evince-ui.xml:
12837         * shell/ev-window.c: (ev_window_cmd_escape):
12838         
12839         Work around the Escape conflict (find bar and unfullscreen)
12840
12841 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12842
12843         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12844         
12845         Fix for #300233. Next page correctly handles document end.
12846         
12847         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12848         (ev_sidebar_thumbnails_class_init),
12849         (ev_sidebar_thumbnails_set_document),
12850         (ev_sidebar_thumbnails_clear_job),
12851         (ev_sidebar_thumbnails_clear_model):
12852         
12853         Cleanup thumbnail jobs on document changes.
12854         
12855         * shell/ev-view.c: (add_scroll_binding_keypad),
12856         (add_scroll_binding_shifted), (ev_view_class_init):
12857         
12858         Shift + Space scrolls up. Fix for #173184
12859         
12860         * shell/ev-window.c: (ev_window_open_page),
12861         (ev_window_cmd_view_reload):
12862         
12863         Fix reload (Bug #300094)
12864
12865 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12866
12867         
12868         * dvi/mdvi-lib/assoc.c:
12869         * dvi/mdvi-lib/assoc.h: Removed garbage files
12870         
12871         * dvi/mdvi-lib/bitmap.c:
12872         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12873         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12874         * dvi/mdvi-lib/color.h: Antialias of rules
12875         
12876         * dvi/mdvi-lib/common.h:
12877         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12878         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12879         * dvi/mdvi-lib/files.c:
12880         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12881         * dvi/mdvi-lib/mdvi.h:
12882         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12883         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12884         * dvi/mdvi-lib/util.c: Fix compile warnings
12885         
12886         * dvi/dvi-document.c:
12887         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12888         (dvi_document_thumbnails_get_thumbnail),
12889         (dvi_document_document_thumbnails_iface_init):
12890         * dvi/mdvi-lib/Makefile.am:
12891         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12892         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12893         
12894         Dvi backend now renders thumbnails
12895
12896 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12897
12898         * shell/main.c: (main): 
12899         
12900         Save accelerators on exit. Fixes bug #172095.
12901
12902 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12903
12904         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12905         update priority" comment.
12906
12907         * backend/ev-job-queue.c: Give a way to change priority.
12908
12909 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12910
12911         * shell/ev-page-action.c: Fix logic.
12912
12913 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12914
12915         * shell/ev-view.c: (ev_view_can_find_next):
12916         * shell/ev-window.c: (ev_window_setup_document):
12917
12918         Check that the document supports find
12919
12920 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12921
12922         * data/evince-ui.xml:
12923         * shell/ev-view.c: (ev_view_can_find_next):
12924         * shell/ev-view.h:
12925         * shell/ev-window.c: (update_action_sensitivity),
12926         (find_changed_cb), (ev_window_setup_document),
12927         (ev_window_cmd_edit_find_next):
12928
12929         Add Edit->Find Next
12930
12931 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12932
12933         * pdf/ev-poppler.cc:
12934         * shell/ev-print-job.c: (idle_print_handler):
12935
12936         Make printing work again
12937
12938 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12939
12940         * shell/ev-page-action.h:
12941         * shell/ev-page-action.c: (ev_page_action_widget_init),
12942         (ev_page_action_widget_class_init), (page_changed_cb),
12943         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12944         (get_filter_model_from_model), (match_selected_cb),
12945         (display_completion_text), (match_completion), (update_model),
12946         (connect_proxy), (ev_page_action_set_property),
12947         (ev_page_action_get_property), (ev_page_action_set_document),
12948         (ev_page_action_set_model), (ev_page_action_class_init): Big
12949         reworking to make completions work iff we have >= GTK-2.7.0
12950                 
12951         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12952         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12953         (job_finished_cb): We now have a 'model' property that is set when
12954         the links are loaded.  This can be caught with "notify::model"
12955
12956         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12957         listen for the model to be set, and propagate it to the action.
12958
12959 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12960
12961         * cut-n-paste/recent-files/egg-recent-item.c:
12962         (egg_recent_item_set_uri), (make_valid_utf8),
12963         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12964         * cut-n-paste/recent-files/egg-recent-item.h:
12965         
12966         Update egg-recent from libegg. This should fix long
12967         startup problem. For details see
12968         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12969
12970 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12971
12972         * cut-n-paste/recent-files/Makefile.am:
12973         * data/evince-ui.xml, shell/Makefile.am:
12974         * shell/ev-application.c, shell/ev-application.h:
12975         * shell/ev-window.c: Recent files support.
12976         
12977         * configure.ac: Added "ru" to ALL_LINGUAS.
12978         
12979         * dvju: new backend to support DJVU files.
12980         * dvi: new backend to support DVI.
12981
12982         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12983         * ev-application.c: Support for new backends.
12984         
12985         * help, ev-window.c, main.c shell/Makefile.am: 
12986         Evince user documentation.
12987
12988 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12989
12990         * po/POTFILES.in:
12991         * shell/ev-window.c:
12992         * thumbnailer/evince-thumbnailer.c:
12993
12994         s/pdf-document/ev-poppler
12995
12996 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12997
12998         * NEWS:
12999         * configure.ac:
13000
13001         Release 0.2.0
13002
13003         * ps/ps-document.c: (setup_pixmap):
13004
13005         Remove debug code
13006
13007 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
13008
13009         * backend/ev-page-cache.c (ev_page_cache_next_page): 
13010         * shell/ev-window.c (ev_window_cmd_go_next_page) 
13011         (ev_window_cmd_go_first_page): Fix of by one errors.
13012
13013 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13014
13015         * ps/ps-document.c: (get_page_box):
13016
13017         Fix page size calculation
13018
13019 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13020
13021         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13022         (ps_document_cleanup), (setup_pixmap), (get_page_box),
13023         (get_page_orientation), (setup_page), (document_load),
13024         (ps_document_get_page_size), (render_pixbuf_idle):
13025         * ps/ps-document.h:
13026
13027         More refactoring to adapt to EvDocument changes
13028
13029 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13030
13031         * ps/ps-document.c: (start_interpreter):
13032
13033         Actually add alpha args
13034
13035 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13036
13037         * pdf/ev-poppler.cc:
13038
13039         Make clipboard work again
13040
13041 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
13042
13043         Make searching work again.
13044         
13045         * backend/ev-document.c:
13046         * backend/ev-document.h:
13047         * backend/ev-document-find.c:
13048         * backend/ev-document-find.h: Change EvDocumentIface so we no
13049         longer store the current page or zoom level in the document.  The
13050         consequence is that all calls that operate on the current page now
13051         instead take the page number as an extra argument, and all
13052         coordinates are now doubles in document coordinate system.
13053
13054         * pdf/ev-poppler.cc:
13055         * pixbuf/pixbuf-document.c:
13056         * ps/ps-document.c: Update backends accordingly.
13057
13058 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13059
13060         * autogen.sh:
13061
13062         Add required gettext version
13063
13064 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13065
13066         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13067         make F1 bring up non-existent help.
13068
13069         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13070         epiphany's find bar, #167477
13071
13072         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13073         <emil@nishra.com> to add space-bar scrolling, 
13074
13075         * shell/ev-window.c (static GtkActionEntry entries): add default
13076         keybinding for Help (F1)
13077         Fixes #171068
13078
13079         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13080         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13081         170110
13082
13083 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13084
13085         * Makefile.am: 
13086         * pixbuf/pixbuf-document.c: 
13087
13088         Got pixbuf backend working again
13089
13090 2005-04-01  Steve Murphy  <murf@e-tools.com>
13091
13092         * configure.in: Added "rw" to ALL_LINGUAS.
13093
13094 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13095
13096         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13097         model types, noticed by Martin Kretzschmar.
13098
13099 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13100
13101         * pdf/ev-poppler.cc: Implement search based on
13102         poppler_page_find_text().  Currently a bit crude since we remember
13103         all matches from all pages.  Also, we grab the big document lock
13104         when we search since searching changes the underlying stream and
13105         thus conflicts with the rendering thread.
13106         
13107         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13108         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13109         (ev_view_find_previous): Fix some page indexes to be 0 based,
13110         offset rubber band by view offset,
13111
13112 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13113
13114         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13115
13116 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13117
13118         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13119         completely because I didn't understand GtkActions.  I should
13120         read Marco's code more carefully in the future.
13121
13122         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13123         function
13124
13125 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13126
13127         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13128         PopplerRectangle change from poppler CVS.
13129
13130 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13131
13132         * backend/ev-document.c: (ev_document_get_page_label):
13133         * backend/ev-document.h:
13134         * backend/ev-page-cache.c: (_ev_page_cache_new),
13135         (ev_page_cache_get_page_label):
13136         * backend/ev-page-cache.h:
13137         * pdf/ev-poppler.cc:
13138         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13139         (links_page_num_func):
13140         * shell/ev-sidebar-thumbnails.c:
13141         (ev_sidebar_thumbnails_set_document):
13142         * shell/ev-view.c: (status_message_from_link),
13143         (ev_view_motion_notify_event):
13144         * shell/ev-window.c: (document_supports_sidebar): Add in page
13145         label support.  It's not perfect yet, but it's the first 'feature'
13146         in a while.
13147         Also, fix a bogus comment noticed by crispin. 
13148
13149 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13150
13151         * Makefile.am: Remove pixbuf backend for now
13152
13153         * configure.ac: Require poppler-glib instead of just poppler.
13154
13155         * backend/ev-document-thumbnails.h: Add a comment
13156
13157         * backend/ev-document.h:
13158         * backend/ev-document.c: (ev_document_class_init),
13159         (ev_document_load), (ev_document_get_link),
13160         (ev_document_get_links): Remove 3 methods and add get_links.
13161         Also, made 0 based.
13162
13163         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13164         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13165
13166         * backend/ev-link.c: (ev_link_set_title),
13167         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13168         (ev_link_mapping_find):
13169         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13170         
13171         * backend/ev-page-cache.c: (ev_page_cache_init),
13172         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13173         (ev_page_cache_get_size), (ev_page_cache_next_page),
13174         (ev_page_cache_prev_page): Fix to be 0 based.
13175
13176         * pdf/Makefile.am: 
13177         * pdf/ev-poppler.h:
13178         * pdf/ev-poppler.cc: New backend.
13179         
13180         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13181         (ps_document_get_page), (ps_document_document_iface_init):
13182
13183         * shell/ev-pixbuf-cache.h:
13184         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13185         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13186         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13187         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13188         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13189         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13190         based.
13191         
13192         * shell/ev-sidebar-thumbnails.c:
13193         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13194         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13195
13196         * shell/ev-view.c: (status_message_from_link),
13197         (find_page_at_location), (get_link_at_location),
13198         (ev_view_motion_notify_event), (ev_view_button_release_event),
13199         (ev_view_init): Use the new link code.  Fix to be 0 based.
13200
13201         * shell/ev-window.c: (update_action_sensitivity),
13202         (document_supports_sidebar): 0 based.
13203
13204 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13205
13206         * pdf/pdf-document.cc: Patch from Fernando Herrera
13207         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13208         *blush*
13209
13210 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13211
13212         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13213         1 to the page, as this seems to be 1 based.  I thought we has this
13214         fixed.  grump.
13215
13216 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13217
13218         * TODO:
13219         * backend/Makefile.am:
13220         * backend/ev-document-links.c:
13221         (ev_document_links_has_document_links),
13222         (ev_document_links_get_links_model):
13223         * backend/ev-document-links.h:
13224         * backend/ev-document.c: (ev_document_get_page_cache),
13225         (ev_document_get_doc_mutex), (ev_document_load),
13226         (ev_document_save), (ev_document_get_title),
13227         (ev_document_get_n_pages), (ev_document_set_page),
13228         (ev_document_get_page), (ev_document_set_target),
13229         (ev_document_set_scale), (ev_document_set_page_offset),
13230         (ev_document_get_page_size), (ev_document_get_text),
13231         (ev_document_get_link), (ev_document_render),
13232         (ev_document_render_pixbuf), (ev_document_scale_changed):
13233         * backend/ev-document.h:
13234         * backend/ev-job-queue.c: (remove_object_from_queue),
13235         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13236         (no_jobs_available_unlocked), (ev_render_thread),
13237         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13238         (ev_job_queue_remove_job):
13239         * backend/ev-job-queue.h:
13240         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13241         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13242         (ev_job_links_class_init), (ev_job_render_init),
13243         (ev_job_render_dispose), (ev_job_render_class_init),
13244         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13245         (ev_job_thumbnail_class_init), (ev_job_finished),
13246         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13247         (ev_job_render_run), (ev_job_thumbnail_new),
13248         (ev_job_thumbnail_run):
13249         * backend/ev-jobs.h:
13250         * backend/ev-link.c:
13251         * backend/ev-link.h:
13252         * backend/ev-page-cache.c: (ev_page_cache_init),
13253         (ev_page_cache_class_init), (ev_page_cache_finalize),
13254         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13255         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13256         (ev_page_cache_set_link), (ev_page_cache_get_title),
13257         (ev_page_cache_get_size), (ev_page_cache_next_page),
13258         (ev_page_cache_prev_page):
13259         * backend/ev-page-cache.h:
13260         * pdf/pdf-document.cc:
13261         * ps/gsdefaults.c:
13262         * ps/gsdefaults.h:
13263         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13264         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13265         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13266         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13267         (is_interpreter_ready), (output), (catchPipe), (input),
13268         (start_interpreter), (check_filecompressed), (compute_dimensions),
13269         (ps_document_enable_interpreter), (document_load),
13270         (ps_document_next_page), (render_page), (ps_document_set_page),
13271         (ps_document_set_scale), (render_pixbuf_idle),
13272         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13273         * ps/ps-document.h:
13274         * shell/Makefile.am:
13275         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13276         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13277         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13278         (ev_pixbuf_cache_new), (job_finished_cb),
13279         (check_job_size_and_unref), (move_one_job),
13280         (ev_pixbuf_cache_update_range), (find_job_cache),
13281         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13282         (ev_pixbuf_cache_add_jobs_if_needed),
13283         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13284         * shell/ev-pixbuf-cache.h:
13285         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13286         (idle_print_handler):
13287         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13288         (selection_changed_cb), (create_loading_model),
13289         (ev_sidebar_links_construct), (links_page_num_func),
13290         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13291         (update_page_callback), (job_finished_cb),
13292         (ev_sidebar_links_set_document):
13293         * shell/ev-sidebar-thumbnails.c:
13294         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13295         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13296         (page_changed_cb), (thumbnail_job_completed_callback),
13297         (ev_sidebar_thumbnails_set_document):
13298         * shell/ev-sidebar-thumbnails.h:
13299         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13300         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13301         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13302         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13303         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13304         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13305         (ev_view_button_release_event), (ev_view_scroll_view),
13306         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13307         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13308         (ev_view_new), (job_finished_cb), (page_changed_cb),
13309         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13310         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13311         (ev_view_find_previous):
13312         * shell/ev-view.h:
13313         * shell/ev-window.c: (update_action_sensitivity),
13314         (ev_window_open_page), (update_window_title), (update_total_pages),
13315         (page_changed_cb), (ev_window_setup_document),
13316         (password_dialog_response), (ev_window_cmd_save_as),
13317         (ev_window_print), (ev_window_cmd_go_previous_page),
13318         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13319         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13320         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13321         * shell/main.c: (main):
13322
13323         Merge evince-threads branch
13324
13325 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13326
13327         * configure.ac: Added "lt" to ALL_LINGUAS.
13328
13329 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * NEWS:
13332         * configure.ac:
13333
13334         Release 0.1.9
13335
13336 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13337
13338         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13339
13340         Fix here also the thumbnails 1-basedness :)
13341
13342 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13343
13344         * NEWS:
13345         * configure.ac:
13346
13347         Release 0.1.8
13348
13349 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13350
13351         * pdf/pdf-document.cc:
13352         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13353         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13354
13355         Fix the mess we did with thumbnails and 1-basedness
13356
13357 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13358
13359         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13360
13361 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * NEWS:
13364         * configure.ac:
13365
13366         Release 0.1.7
13367
13368 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * ps/Makefile.am:
13371         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13372         (gtk_gs_defaults_get_alpha_parameters),
13373         (gtk_gs_defaults_get_ungzip_cmd),
13374         (gtk_gs_defaults_get_unbzip2_cmd):
13375         * ps/gsdefaults.h:
13376         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13377         (ps_document_get_orientation), (document_load),
13378         (ps_document_goto_page), (ps_document_set_page_size):
13379         * ps/ps-document.h:
13380
13381         Some more sanitization of the ps backend. Remove a lot
13382         of unused code and do not base our defaults on ggv
13383         preferences (ugh!)
13384
13385 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13386
13387         * thumbnailer/evince-thumbnailer.schemas:
13388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13389         (main): add -s option for thumbnail size.
13390
13391 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13392
13393         * configure.ac:
13394
13395         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13396         remove it.
13397
13398 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13399
13400         * pdf/pdf-document.cc:
13401
13402         Remove 4 pixels of useless border from the
13403         thumbnail.
13404
13405 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * backend/ev-document-thumbnails.c:
13408         (ev_document_thumbnails_get_thumbnail):
13409         * backend/ev-document-thumbnails.h:
13410
13411         Rework API a bit. Add a border flag and
13412         change sizing logic (now the size we specify
13413         applies to the bigger dimension).
13414
13415         * pdf/pdf-document.cc:
13416         * pixbuf/pixbuf-document.c:
13417         (pixbuf_document_thumbnails_get_thumbnail):
13418         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13419         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13420
13421         Adapt to the new API and do not draw a border for nautilus
13422         thumbnailer.
13423
13424 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13425
13426         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13427         take thumbnails from page "0" instead of "1". Added a copyright header.
13428
13429 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13430
13431         * ps/ps-document.c: (set_up_page), (start_interpreter):
13432
13433         Make it C89 compliant
13434
13435 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13436
13437         * Makefile.am:
13438         * configure.ac:
13439         * pdf/.cvsignore:
13440         * pdf/pdf-document.cc:
13441         * thumbnailer/Makefile.am:
13442         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13443         (main):
13444         * thumbnailer/evince-thumbnailer.schemas:
13445         * thumbnailer/pdf-icon.png:
13446
13447         Add a nautilus thumbnailer.
13448         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13449
13450 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13451
13452         * NEWS:
13453         * configure.ac:
13454         * po/POTFILES.in:
13455
13456         Release 0.1.6
13457
13458 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13459
13460         Use poppler instead of including xpdf source code.  Poppler is a
13461         fork of xpdf to build it as a shared library. See
13462         http://freedesktop.org/wiki/Software/poppler.
13463
13464         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13465         xpdf fork.
13466         
13467         * pdf/Makefile.am: Build libpdfdocument.a here.
13468         
13469         * pdf/GDKSplashOutputDev.cc:
13470         * pdf/GDKSplashOutputDev.h:
13471         * pdf/GnomeVFSStream.cc:
13472         * pdf/GnomeVFSStream.h:
13473         * pdf-document.cc:
13474         * pdf-document.h:
13475         * test-gdk-output-dev.cc
13476         * Thumb.cc:
13477         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13478         against poppler.
13479
13480 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13481
13482         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13483
13484         Clear idle stack before unsetting the document
13485
13486 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * ps/ps-document.c: (ps_document_widget_event),
13489         (ps_document_set_target), (ps_document_finalize),
13490         (ps_document_get_page):
13491
13492         Disconnect the widget event signal on finalize.
13493         Some code cleanups.
13494
13495 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13496
13497         * ps/ps-document.c: (set_up_page):
13498
13499         If there is no bpixmap create one, even if size
13500         is not changed.
13501
13502 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13505         (set_up_page), (document_load), (ps_document_set_zoom):
13506
13507         Default page is 0. Calculate size even when we have no
13508         target yet.
13509
13510 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13511
13512         * shell/ev-sidebar.c: expand the selection widget to be always as
13513         wide as the sidebar
13514
13515 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13516
13517         * shell/ev-sidebar-thumbnails.c:
13518         (ev_sidebar_thumbnails_set_document):
13519
13520         Clear the list store when setting document
13521
13522 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * shell/ev-page-action.c: (update_entry), (sync_entry),
13525         (activate_cb), (entry_size_request_cb), (create_tool_item),
13526         (connect_proxy):
13527
13528         Use an entry for the page control instead of spinbuttons
13529
13530 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13531
13532         * data/evince.schemas.in:
13533
13534         Correct confusing string
13535
13536 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13537
13538         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13539         for real.  Gosh, how long has this been broken.
13540
13541         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13542         check for a NULL link.  We crash otherwise.
13543
13544 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13545
13546         * NEWS:
13547         * configure.ac:
13548
13549         Release 0.1.5
13550
13551 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13552
13553         * configure.ac: add the french translation.
13554
13555 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13556
13557         * shell/ev-window.c:
13558
13559         Remove unused header -> fix distcheck
13560
13561 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * shell/ev-window.c: (update_window_title),
13564         (ev_window_popup_password_dialog):
13565
13566         Unescape filename for display
13567
13568 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * pdf/xpdf/pdf-document.cc:
13571
13572         In get_page_size deal with rotation. Also
13573         cleanup the function a bit.
13574
13575 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * pdf/xpdf/pdf-document.cc:
13578
13579         Fix crash when opening in new window
13580
13581 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13582
13583         * configure.ac:
13584
13585         Check ghostscript >= 7
13586
13587 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13588
13589         * shell/ev-window.c:
13590
13591         Make page width the default sizing mode
13592
13593 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13594         Marco Pesenti Gritti <marco@gnome.org>
13595
13596         * shell/ev-window.c: Remember the sidebar size
13597
13598         * data/evince.schemas.in: Add a new gconf key to store the size of
13599         the sidebar
13600
13601 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13602
13603         * data/evince-ui.xml:
13604         * shell/ev-window.c: (update_action_sensitivity),
13605         (ev_window_cmd_view_reload):
13606         
13607         Add a "Reload" action and menu entry
13608
13609 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13610
13611         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13612         iff the type doesn't support thumbnailing and indexing.
13613
13614 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13615
13616         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13617
13618 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13619
13620         * pdf/splash/Splash.cc:
13621
13622         Port fix for a crasher from kde bug
13623         http://bugs.kde.org/show_bug.cgi?id=97131
13624
13625 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * pdf/xpdf/pdf-document.cc:
13628
13629         Return a link even if it's of an unrecognized
13630         type. Otherwise we go in an infinte cycle.
13631
13632 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13635         (size_allocate_cb), (ev_window_set_sizing_mode):
13636
13637         Update size when switching mode
13638
13639 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13640
13641         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13642         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13643         (ev_window_cmd_view_normal_size):
13644
13645         Fix size toggle buttons behavior
13646
13647 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13648
13649         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13650         (doc_rect_to_view_rect), (ev_view_size_allocate),
13651         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13652         (scale_changed_callback):
13653
13654         Do not cache offsets in size_allocate.
13655
13656 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * shell/ev-view.c: (ev_view_size_allocate):
13659
13660         Calculate offsets before calling the parent
13661         class (which does a redraw)
13662
13663 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * pdf/xpdf/pdf-document.cc:
13666
13667         Fix a crasher on exit. Unused code, put a TODO
13668
13669 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * backend/ev-document.c: (ev_document_class_init),
13672         (ev_document_page_changed), (ev_document_scale_changed):
13673         * backend/ev-document.h:
13674
13675         Separate page/scale notifications
13676
13677         * pdf/xpdf/pdf-document.cc:
13678
13679         Emit the new signals.
13680         Do not display the pdf page in _render, do it
13681         when scale/page are requested.
13682
13683         * ps/ps-document.c: (ps_document_set_zoom),
13684         (ps_document_widget_event):
13685         * ps/ps-document.h:
13686
13687         Emit the new signals.
13688
13689         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13690         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13691         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13692         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13693         * shell/ev-view.h:
13694         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13695         (ev_window_cmd_view_page_width), (size_allocate_cb),
13696         (ev_window_set_sizing_mode):
13697
13698         Rework sizing to be pixel based.
13699         There are bugs but should be already way better.
13700
13701 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13702
13703         * shell/ev-window.c: (ev_window_init):
13704
13705         Do not allow to shrink sidebar smaller then
13706         child requisition
13707
13708 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13709
13710         * shell/ev-sidebar.[ch]
13711         * shell/ev-window.c:
13712
13713         Improved sidebar widget. Fixes #166683
13714
13715 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13716
13717         * shell/ev-view.c (update_find_status_message): Give translators
13718         more flexibility with ngettext plural handling.
13719
13720 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13721
13722         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13723         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13724         page when we get the page size.
13725
13726 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13729
13730         ps pages are 0 based, convert 
13731
13732 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13733
13734         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13735
13736         Initialize correct parent class. Set GError on document load
13737
13738 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13739
13740         * pdf/xpdf/pdf-document.cc:
13741
13742         Fixup selection offset calculation
13743
13744         * shell/ev-view.c: (view_rect_to_doc_rect),
13745         (doc_rect_to_view_rect), (ev_view_size_allocate),
13746         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13747         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13748
13749         Store selection as document relative, so that zooming
13750         and offset changing doesnt break it.
13751
13752 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13753
13754         * shell/ev-view.c: (ev_view_best_fit):
13755
13756         Do not try to best fit if the view is not realized
13757
13758 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13759           
13760         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13761
13762 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13763
13764         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13765
13766 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13767
13768         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13769         the popup window.  That prevents it resizing when in full screen
13770         mode.
13771
13772         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13773         multiple rerenders.  This pretty much sucks.
13774
13775         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13776         rest of the toolbar.
13777
13778 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13779
13780         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13781
13782 2005-02-17  Alexander Shopov  <ash@contact.bg>
13783
13784         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13785
13786 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13787
13788         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13789
13790 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13791
13792         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13793         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13794         (set_document_page), (document_changed_callback),
13795         (ev_view_set_document), (ev_view_find_previous),
13796         (ev_view_hide_cursor), (ev_view_show_cursor):
13797         * shell/ev-view.h:
13798         * shell/ev-window.c: (update_chrome_visibility),
13799         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13800         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13801         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13802         (ev_window_unfullscreen):
13803         * shell/main.c: (main):
13804
13805         Automatically hide the fullscreen button.
13806         Patch by Kristian Høgsberg <krh@redhat.com>
13807
13808 2005-02-16  Vincent Noel  <vnoel@cox.net>
13809
13810         * shell/main.c (main): Specify an icon for the window. Patch by
13811         Jaap A. Haitsma. Fixes #166177.
13812
13813 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13814
13815         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13816
13817 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13818
13819         * backend/ev-document-misc.h:
13820         * backend/ev-document-misc.c:
13821         (ev_document_misc_get_page_border_size),
13822         (ev_document_misc_paint_one_page): New function to canonicalize
13823         sizing/painting a border.
13824
13825         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13826         used.
13827
13828         * pdf/xpdf/pdf-document.cc: use new function
13829
13830         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13831         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13832         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13833         shell/ev-window.c: (update_sizing_buttons),
13834         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13835         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13836         (ev_window_cmd_view_page_width), (size_allocate_cb),
13837         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13838         and "fit width" values act as toggle buttons so they stay
13839         toggled.  It's not 100% perfect, and it's a little slow, but it's
13840         good enough to commit I think.
13841
13842 2005-02-15  David Lodge  <dave@cirt.net>
13843
13844         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13845
13846 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13847
13848         * shell/ev-window.c (update_window_title): replace newlines in
13849         the title by spaces. Bug #166107.
13850
13851 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13852
13853         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13854         parameters providing allocation width and height without
13855         scrollbars and width of a possible vertical scrollbar. With this
13856         additional information the functions can work as
13857         intended. Unfortunately they're not idempotent. We should
13858         transform these commands to toggles. Fixes Bug #164976
13859         Initial patch by Stephane Loeuillet, then heavily modified.
13860
13861         * shell/ev-view.h: update prototypes.
13862
13863         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13864         (ev_window_cmd_view_page_width): provide EvView fit functions with
13865         all the information they need. Formulas to calculate this
13866         information taken from GtkScrolledWindow.
13867
13868 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13869
13870         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13871         created a thumbnail, the list store is updated to know
13872         that the thumbnail is set. Fixes bug #166792
13873
13874 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13875
13876         * shell/ev-window.c: fixed typo, closes bug 166897
13877
13878         * TODO: updated TODO with bug numbers that are relevant
13879
13880 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13881
13882         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13883
13884 2005-02-09  Vincent Noel  <vnoel@cox.net>
13885
13886         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13887         and "Next" toolbar buttons as important to make them stand out.
13888
13889 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * lib/ev-debug.c:
13892         * lib/ev-debug.h:
13893         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13894         (start_interpreter), (stop_interpreter), (document_load),
13895         (ps_document_next_page), (ps_document_goto_page),
13896         (ps_document_set_page_size), (ps_document_widget_event),
13897         (ps_document_render):
13898         * shell/ev-page-view.c: (ev_page_view_dispose):
13899         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13900
13901         Fix compilation on non-gcc platforms
13902
13903 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13904
13905         * NEWS:
13906         * configure.ac:
13907
13908         Release 0.1.4
13909
13910         * pdf/xpdf/Catalog.cc:
13911         * pdf/xpdf/XRef.cc:
13912
13913         Fix the fix for CAN-2004-0888
13914
13915 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13916
13917         * data/Makefile.am:
13918         * data/evince-ui.xml:
13919         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13920         * shell/ev-stock-icons.h:
13921         * shell/ev-window.c: (update_action_sensitivity),
13922         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13923         (set_action_properties):
13924
13925         Improve toolbar layout/icons
13926
13927 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13928
13929         * pdf/xpdf/pdf-document.cc:
13930
13931         Add warnings about unimplemented/unknown link
13932         types.
13933
13934 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13935
13936         * ps/ps-document.c: (set_up_page):
13937
13938         Log gs property
13939
13940 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13941
13942         * ps/ps-document.c: (start_interpreter):
13943
13944         Log gs env var
13945
13946 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * shell/ev-page-view.c: (ev_page_view_dispose):
13949         * shell/ev-view.c: (ev_view_finalize):
13950         * shell/ev-window.c: (ev_window_setup_document),
13951         (ev_window_dispose), (ev_window_init):
13952
13953         Solve more refs issues.
13954
13955         I commented out the page_view initialization for now:
13956         it was never destroyed (because it's never added
13957         to a container). Because of that we was leaking
13958         gs processes. Couldnt think to a clean fix.
13959         We need to figure this out, password view has the
13960         same issue probably.
13961
13962 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13963
13964         * ps/ps-document.c: (ps_document_finalize),
13965         (ps_document_get_n_pages), (ps_document_get_page):
13966
13967         Some cleanups, stop the interpreter on finalize
13968
13969         * shell/ev-page-view.c: (ev_page_view_dispose),
13970         (ev_page_view_class_init):
13971
13972         Release our reference on the document
13973
13974 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13975
13976         * Makefile.am:
13977         * configure.ac:
13978         * doc/debugging.txt:
13979         * lib/.cvsignore:
13980         * lib/Makefile.am:
13981         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13982         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13983         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13984         * lib/ev-debug.h:
13985
13986         Add debugging helpers
13987
13988         * ps/Makefile.am:
13989         * ps/ps-document.c: (set_up_page), (start_interpreter),
13990         (stop_interpreter), (document_load), (ps_document_next_page),
13991         (ps_document_goto_page), (ps_document_set_page_size),
13992         (ps_document_widget_event), (ps_document_render):
13993         * shell/Makefile.am:
13994         * shell/ev-view.c: (expose_bin_window):
13995         * shell/main.c: (main):
13996
13997         Add some logs
13998         
13999 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * ps/ps-document.c: (ps_document_widget_event):
14002
14003         Initialize message_window, this should make ps
14004         rendering really work! (Never noticed because I was
14005         testing with a ps that is causing gs to exit every time!)
14006
14007 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
14008
14009         * data/evince.schemas.in: updated simple error in applyto closing tag
14010
14011 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
14012
14013         * Makefile.am:
14014         * configure.ac:
14015         * data/.cvsignore:
14016         * data/Makefile.am:
14017         * data/evince-ui.xml:
14018         A data/evince.schemas.in:
14019         * po/POTFILES.in:
14020         * shell/ev-stock-icons.c: (ev_stock_icons_init):
14021         * shell/ev-stock-icons.h:
14022         * shell/ev-window.c: (update_chrome_visibility),
14023         (update_chrome_flag), (ev_window_cmd_edit_find),
14024         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14025         (ev_window_unfullscreen), (ev_window_focus_in_event),
14026         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14027         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14028         (ev_window_view_sidebar_cb), (find_bar_close_cb),
14029         (ev_window_dispose), (ev_window_class_init),
14030         (set_action_properties), (set_chrome_actions), (load_chrome),
14031         (ev_window_init):
14032
14033         Implement fullscreen mode changes from bug #164776.
14034         Also implement persistent chrome toggles.
14035
14036 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
14037
14038         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14039
14040 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14041
14042         * NEWS:
14043         * configure.ac:
14044         * shell/ev-view.c:
14045
14046         Add another check for find interface
14047
14048         Release 0.1.3
14049
14050 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14051
14052         * shell/ev-application.c: (ev_application_open):
14053         * shell/ev-window.c: (ev_window_open):
14054
14055         Open gzipped ps documents
14056
14057 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14058
14059         * TODO:
14060         * shell/ev-view.c: (set_document_page):
14061
14062         Clamp page number, dont try to move to
14063         not existant pages.
14064
14065 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * backend/ev-document-find.c: (ev_document_find_changed):
14068         * backend/ev-document-find.h:
14069         * pdf/xpdf/pdf-document.cc:
14070         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14071         * shell/ev-window.c: (find_bar_search_changed_cb):
14072
14073         Fix several bugs with find
14074
14075 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14076
14077         * shell/ev-sidebar-thumbnails.c
14078         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14079         document. Prevents warning from scroll_to_cell.
14080
14081 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14082
14083         * configure.ac: Add «nb» to ALL_LINGUAS too.
14084
14085 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14086
14087         * NOTES: New file with some random thoughts.
14088
14089         * TODO: Update.
14090
14091         * backend/ev-document-misc.c:
14092         (ev_document_misc_get_page_border_size): New function to
14093         canonicalize shadow drawing sizes.  Possibly goofy.
14094
14095         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14096         (ev_view_best_fit), (ev_view_fit_width):
14097         * pdf/xpdf/pdf-document.cc:
14098         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14099         * ps/ps-document.c: (ps_document_get_page_size):
14100         * backend/ev-document-misc.h:
14101         * backend/ev-document.c: (ev_document_get_page_size):
14102         * backend/ev-document.h: get_page_size now takes a page number
14103         parameter.  Made all the backends/frontends honor it.
14104
14105         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14106         see.  Doesn't work yet.
14107
14108         * shell/Makefile.am:
14109         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14110         Doesn't do anything yet.
14111
14112         * shell/ev-sidebar-thumbnails.c:
14113         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14114         [0..n_pages-1]
14115
14116         * shell/ev-window.c: (update_action_sensitivity),
14117         (ev_window_setup_document), (ev_window_set_page_mode),
14118         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14119         view-swapping code a bit so we can have multiple views on a
14120         document.  Add the multi-page view, though it can't be turned on
14121         yet.
14122
14123 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14124
14125         * shell/ev-application.c: (ev_application_open):
14126         * shell/ev-view.c: (expose_bin_window):
14127         * shell/ev-window.c: (ev_window_open):
14128
14129         Support eps and check document supports find
14130         before drawing highlightings in expose.
14131
14132 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14133
14134         * pixbuf/pixbuf-document.c:
14135         (pixbuf_document_thumbnails_get_dimensions),
14136         (pixbuf_document_document_thumbnails_iface_init):
14137
14138         implement get_dimensions
14139
14140 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * NEWS:
14143         * configure.ac:
14144
14145         Release 0.1.2
14146
14147 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * shell/ev-view.c: (set_document_page):
14150
14151         Scroll at the top of the page when changing page
14152
14153 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14154
14155         * shell/ev-view.c: (ev_view_motion_notify_event):
14156
14157         Do not redraw unnecessarily
14158
14159 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14160
14161         * pdf/xpdf/pdf-document.cc:
14162         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14163         (expose_bin_window), (find_changed_cb):
14164
14165         Yay! find works now... Now to find bugs...
14166
14167 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * backend/ev-document-find.c: (ev_document_find_base_init),
14170         (ev_document_find_changed):
14171         * backend/ev-document-find.h:
14172         * pdf/xpdf/pdf-document.cc:
14173         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14174         (expose_bin_window), (ev_view_init), (set_document_page),
14175         (ensure_rectangle_is_visible), (jump_to_find_result),
14176         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14177         (ev_view_find_next), (ev_view_find_previous):
14178         * shell/ev-view.h:
14179         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14180
14181         More work on find implementation, mostly there now
14182
14183 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14184
14185         * backend/ev-backend-marshalers.list:
14186         * backend/ev-document-find.c: (ev_document_find_base_init),
14187         (ev_document_find_cancel), (ev_document_find_page_has_results),
14188         (ev_document_find_get_n_results), (ev_document_find_get_result),
14189         (ev_document_find_get_progress), (ev_document_find_changed):
14190         * backend/ev-document-find.h:
14191
14192         Enanche the find interface to be really able to do
14193         multi page find.
14194
14195         * pdf/xpdf/pdf-document.cc:
14196
14197         Implement
14198
14199         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14200         (expose_bin_window), (ev_view_init),
14201         (ev_view_get_find_status_message), (find_changed_cb),
14202         (ev_view_set_document), (set_document_page):
14203
14204         Adapt to the new interface. A few things are regressed sorry,
14205         I will finish it soon.
14206
14207 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14208
14209         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14210         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14211         ev_sidebar_thumbnails_parent_class variable, don't define another
14212         parent_class variable.
14213
14214         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14215         (ev_page_action_class_init): ditto.
14216
14217         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14218         (pixbuf_document_class_init): ditto.
14219
14220         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14221         ditto.
14222
14223         * .cvsignore: ignore various valgrind output files.
14224
14225 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14226
14227         * data/evince-ui.xml:
14228         * shell/Makefile.am:
14229         * shell/ev-history.c:
14230         * shell/ev-history.h:
14231         * shell/ev-navigation-action.c:
14232         * shell/ev-navigation-action.h:
14233         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14234         (ev_view_set_page), (ev_view_fit_width):
14235         * shell/ev-view.h:
14236         * shell/ev-window.c: (update_action_sensitivity),
14237         (ev_window_setup_document), (register_custom_actions):
14238
14239         Kill session history
14240
14241 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14242
14243         * shell/ev-window.c: (update_action_sensitivity):
14244
14245         Fix inverted up/down buttons
14246
14247 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14248
14249         * shell/ev-sidebar-thumbnails.c
14250         (ev_sidebar_thumbnails_select_page): make sure the selected
14251         thumbnail stays visible.
14252
14253 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14254
14255         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14256         scrolled window for Federico.
14257
14258 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14259
14260         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14261
14262 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14263
14264         * configure.ac:
14265         * pdf/splash/SplashFTFontEngine.cc:
14266
14267         Fix CID fonts with freetype 2.1.9
14268
14269 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14270
14271         * TODO: added item for desktop icon thumbnailer
14272
14273 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14274
14275         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14276         unloaded docs when the title is accessed.
14277
14278         * shell/ev-password-view.[hc]: New widget for displaying password
14279         state.
14280
14281         * shell/ev-window.[ch]: Refactor password handling code to handle
14282         the new view.
14283
14284 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14285
14286         * NEWS:
14287         * configure.ac:
14288         * data/Makefile.am:
14289
14290         Release 0.1.1
14291
14292 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14293
14294         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14295         ignore page offset here, to make search results independent of it,
14296
14297         * shell/ev-view.c (expose_bin_window): but take offsets into
14298         account here. Bug #164932
14299
14300         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14301         scale at the right time. Bug #164996
14302
14303 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14304
14305         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14306         fix the problem. Now I just removed the Adobe font names and hope
14307         that the URW fonts are always in outline format. Bug #164934
14308
14309         * shell/ev-window.c (update_window_title): empty titles are
14310         useless, use filename in that case too.
14311
14312         * NEWS: Add some content.
14313
14314 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14315
14316         * TODO: added one more TODO item and a TODONE section :)
14317
14318 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14319
14320         * ps/ps-document.h: add page_[xy]_offset fields.
14321
14322         * ps/ps-document.c (ps_document_set_page_offset)
14323         (ps_document_render): Keep offset in consideration in a few
14324         places. Bug #164752 "postscript documents are not centered in
14325         window"
14326
14327         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14328         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14329
14330         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14331         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14332         stub out missing methods for complete EvDocument implementation.
14333         Fixes segfaults with Save A Copy and Copy actions.
14334
14335         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14336         (ps_document_document_iface_init): ditto.
14337         
14338 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14339
14340         * data/.cvsignore:
14341         * data/Makefile.am:
14342         * data/evince.desktop.in:
14343
14344         Add desktop file
14345
14346 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14347
14348         * shell/ev-view.c: (ev_view_button_press_event),
14349         (ev_view_motion_notify_event):
14350
14351         Make selection work in any direction
14352
14353 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14354
14355         * TODO:
14356         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14357
14358         Use shorter labels for some of the toolbars items
14359
14360 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14361
14362         * pdf/xpdf/pdf-document.cc:
14363
14364         Check the links info is initialized before
14365         using it. Should fix a crash on startup.
14366
14367 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14368
14369         * pixbuf/pixbuf-document.c
14370         (pixbuf_document_thumbnails_get_dimensions): force floating point
14371         division to calculate page_ratio. Fixes crash with landscape
14372         format pixbufs.
14373
14374 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14375
14376         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14377
14378 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14379
14380         * shell/ev-view.c (set_document_page): unset has_selection when
14381         the page changes.
14382         (set_document_page): handle paper size changes when the page
14383         changes (test with Free Culture, page 2).
14384
14385 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14386
14387         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14388         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14389
14390         Use normal style color for the widget background and
14391         draw a black box around the page.
14392
14393 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14394
14395         * pdf/xpdf/pdf-document.cc:
14396
14397         Keep offset in consideration in a few places
14398
14399         * shell/ev-view.c: (expose_bin_window):
14400
14401         Set the offsets so that the document is ever centered
14402
14403 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14404
14405         * TODO: Added TODO items and finished off the first todo item
14406
14407         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14408         reflect current authors
14409
14410 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14411
14412         * pdf/xpdf/pdf-document.cc:
14413         * shell/ev-view.c: (ev_view_set_cursor),
14414         (ev_view_motion_notify_event), (document_changed_callback),
14415         (set_document_page):
14416
14417         Show a wait cursor while the page is rendering
14418
14419 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14420
14421         * shell/ev-sidebar-thumbnails.c:
14422         (ev_sidebar_tree_selection_changed),
14423         (ev_sidebar_thumbnails_select_page):
14424         * shell/ev-sidebar-thumbnails.h:
14425         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14426         (ev_view_can_go_forward):
14427         * shell/ev-window.c: (ev_window_open_page),
14428         (ev_window_setup_document), (update_current_page),
14429         (view_page_changed_cb), (ev_window_init):
14430         * shell/ev-window.h:
14431
14432         Ensure thumbnails selection, toolbar page control and
14433         current page are in sync.
14434
14435 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14436
14437         * pdf/xpdf/XRef.cc:
14438
14439         Fix CAN-2005-0064
14440
14441 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14442
14443         * backend/Makefile.am:
14444         * backend/ev-document-links.h:
14445         * backend/ev-document-security.c: (ev_document_security_get_type),
14446         (ev_document_security_has_document_security),
14447         (ev_document_security_set_password):
14448         * backend/ev-document-security.h:
14449         * backend/ev-document.c: (ev_document_error_quark):
14450         * backend/ev-document.h:
14451         * data/Makefile.am:
14452         * data/evince-password.glade:
14453         * pdf/xpdf/pdf-document.cc:
14454         * shell/Makefile.am:
14455         * shell/ev-password.c: (ev_password_set_bad_password_label),
14456         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14457         (ev_password_dialog_get_password),
14458         (ev_password_dialog_set_bad_pass):
14459         * shell/ev-password.h:
14460         * shell/ev-window.c: (ev_window_get_attribute),
14461         (ev_window_set_property), (update_action_sensitivity),
14462         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14463         (ev_window_setup_document), (ev_window_get_password),
14464         (ev_window_open), (ev_window_cmd_save_as),
14465         (using_postscript_printer), (ev_window_print),
14466         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14467         (update_fullscreen_popup), (ev_window_fullscreen),
14468         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14469         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14470         (menu_item_select_cb), (find_bar_search_changed_cb),
14471         (ev_window_dispose), (ev_window_init):
14472
14473         Add initial support for password-supported dialogs.  This could be
14474         a lot cooler, but it'll do for now.
14475
14476 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14477
14478         * pdf/xpdf/pdf-document.cc:
14479         * shell/ev-view.c: (status_message_from_link),
14480         (ev_view_set_status), (ev_view_set_cursor),
14481         (ev_view_motion_notify_event), (ev_view_init):
14482         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14483
14484         Fix bugs in the links implementation and change cursor
14485         when hovering a link.
14486
14487 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14488
14489         * viewer/.cvsignore: added cvsignore file for viewer directory
14490
14491         * TODO: created TODO document
14492
14493 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14494
14495         * shell/ev-view.h:
14496         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14497         new functions to help with implementation of sensitivity code
14498         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14499         of all actions that might require it.  Fixes a crash when you
14500         click on the Zoom actions in a window lacking a document.
14501
14502 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14503
14504         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14505         of the Find action
14506
14507 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14508
14509         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14510         (pixbuf_document_document_iface_init):
14511         * ps/ps-document.c: (ps_document_get_link),
14512         (ps_document_document_iface_init):
14513         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14514         (status_message_from_link), (ev_view_set_status),
14515         (ev_view_set_find_status), (ev_view_motion_notify_event),
14516         (ev_view_button_release_event), (ev_view_set_property),
14517         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14518         (ev_view_get_find_status_message), (update_find_results),
14519         (ev_view_get_status), (ev_view_get_find_status):
14520         * shell/ev-view.h:
14521         * shell/ev-window.c: (view_status_changed_cb),
14522         (view_find_status_changed_cb), (ev_window_init):
14523
14524         View status message support, use it to show the links.
14525         Needs work...
14526
14527 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14528
14529         * backend/ev-document.c: (ev_document_get_link):
14530         * backend/ev-document.h:
14531         * pdf/xpdf/pdf-document.cc:
14532         * shell/ev-application.c: (ev_application_open):
14533         * shell/ev-application.h:
14534         * shell/ev-sidebar-links.c: (selection_changed_cb):
14535         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14536         (ev_view_go_to_link):
14537
14538         Add support for document links
14539
14540 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14541
14542         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14543         (create_tool_item):
14544         Set the spin button limits correctly.
14545         
14546         * shell/ev-sidebar-thumbnails.c:
14547         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14548         Support changing pages by clicking on the thumbnails.
14549         
14550 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14551
14552         * pixbuf/pixbuf-document.c:
14553         (pixbuf_document_thumbnails_get_dimensions),
14554         (pixbuf_document_document_thumbnails_iface_init):
14555
14556         implement get_dimensions
14557
14558 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14559
14560         * ps/ps-document.c: (ps_document_goto_page):
14561
14562         Fix page switching on multipage documents
14563
14564 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14565
14566         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14567         
14568         check for NULL before assigning to width and height parameters
14569
14570 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14571
14572         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14573         (pixbuf_document_set_property), (pixbuf_document_get_property):
14574
14575         implement get/set properties
14576
14577 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14578
14579         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14580         
14581         return NULL instead of "Unknown", letting the title get set to
14582         the filename when the pdf has no title.
14583
14584 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14585
14586         * ps/ps-document.c: (ps_document_get_page_count),
14587         (ps_document_goto_page):
14588
14589 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14590
14591         * shell/ev-history.c: (ev_history_get_property),
14592         (ev_history_set_property), (ev_history_class_init),
14593         (ev_history_add_page), (ev_history_set_current_index):
14594         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14595         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14596         (ev_navigation_action_finalize):
14597         * shell/ev-navigation-action.h:
14598         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14599         (ev_view_go_forward), (ev_view_get_find_status_message),
14600         (history_index_changed_cb), (ev_view_set_history):
14601         * shell/ev-view.h:
14602         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14603         (update_current_page), (register_custom_actions):
14604
14605         Implement history dropdowns
14606
14607 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14608
14609         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14610         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14611         (ev_view_go_forward):
14612         * shell/ev-window.c: (register_custom_actions):
14613
14614         Fix several history bugs
14615
14616 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14617
14618         * configure.ac: Add «nb» to ALL_LINGUAS.
14619
14620 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14621
14622         * backend/Makefile.am:
14623         * backend/ev-bookmark.c:
14624         * backend/ev-bookmark.h:
14625         * backend/ev-document-bookmarks.c:
14626         * backend/ev-document-bookmarks.h:
14627         * backend/ev-document-links.c: (ev_document_links_get_type),
14628         (ev_document_links_has_document_links),
14629         (ev_document_links_begin_read), (ev_document_links_get_link),
14630         (ev_document_links_get_child), (ev_document_links_next),
14631         (ev_document_links_free_iter):
14632         * backend/ev-document-links.h:
14633         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14634         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14635         (ev_link_get_link_type), (ev_link_set_link_type),
14636         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14637         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14638         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14639         (ev_link_new_external):
14640         * backend/ev-link.h:
14641         * pdf/xpdf/pdf-document.cc:
14642         * shell/Makefile.am:
14643         * shell/ev-application.c: (ev_application_open_link):
14644         * shell/ev-application.h:
14645         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14646         (ev_history_get_link_nth):
14647         * shell/ev-history.h:
14648         * shell/ev-sidebar-bookmarks.c:
14649         * shell/ev-sidebar-bookmarks.h:
14650         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14651         (ev_sidebar_links_class_init), (selection_changed_cb),
14652         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14653         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14654         (do_one_iteration), (populate_links_idle),
14655         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14656         * shell/ev-sidebar-links.h:
14657         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14658         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14659         (go_to_index):
14660         * shell/ev-view.h:
14661         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14662         * shell/ev-window.h:
14663
14664         Rename bookmark to link, and use "Index" for the sidebar panel.
14665
14666 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14667
14668         * shell/Makefile.am:
14669         * shell/ev-application.c: (ev_application_open_bookmark):
14670         * shell/ev-application.h:
14671         * shell/ev-history.c: (ev_history_init), (free_links_list),
14672         (ev_history_finalize), (ev_history_class_init),
14673         (ev_history_add_link), (ev_history_add_page),
14674         (ev_history_get_link_nth), (ev_history_get_n_links),
14675         (ev_history_get_current_index), (ev_history_set_current_index),
14676         (ev_history_new):
14677         * shell/ev-history.h:
14678         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14679         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14680         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14681         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14682         (ev_view_set_page):
14683         * shell/ev-view.h:
14684         * shell/ev-window.c: (ev_window_open_bookmark),
14685         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14686         (goto_page_cb), (register_custom_actions):
14687         * shell/ev-window.h:
14688
14689         Initial history implementation. Needs work.
14690
14691 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14692
14693         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14694
14695 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14696
14697         * cut-n-paste/recent-files/egg-recent-item.c:
14698         * cut-n-paste/recent-files/egg-recent-item.h:
14699         * cut-n-paste/recent-files/egg-recent-model.c:
14700         * cut-n-paste/recent-files/egg-recent-util.c:
14701         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14702         * cut-n-paste/recent-files/egg-recent-view.c:
14703
14704         Update
14705
14706 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14707
14708         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14709         (fillGlyph, fillImageMask, drawImage):
14710         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14711         pdf/splash/SplashTypes.h:
14712         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14713         packed mode for Splash.
14714
14715         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14716         RGB8 packed mode, eliminates the pixbuf data creation loop.
14717
14718         * shell/ev-print-job.c (ev_print_job_finalize)
14719         (ev_print_job_set_property, ev_print_job_get_property)
14720         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14721         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14722         (print_closure_finalize, ev_print_job_print): implement
14723         printing (for backends with EvPsExporter)
14724
14725         * shell/ev_print_job.h: update prototypes.
14726
14727         * shell/ev-window.c (ev_window_print): unref print job after
14728         printing.
14729
14730         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14731         unless the document implements the EvDocumentFind interface.
14732
14733 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14734
14735         * configure.ac: Added ja to ALL_LINGUAS.
14736
14737 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14738
14739         * pdf/xpdf/pdf-document.cc:
14740
14741         add a FIXME. We should probably not allocate
14742         a bookmark object every time
14743
14744 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14745
14746         * shell/ev-application.c: (ev_application_open),
14747         (ev_application_open_bookmark):
14748         * shell/ev-application.h:
14749         
14750         Add a way to open bookmarks
14751
14752         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14753         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14754         (ev_bookmark_set_property), (ev_bookmark_class_init),
14755         (ev_bookmark_new_title), (ev_bookmark_new_link),
14756         (ev_bookmark_new_external):
14757
14758         Support for external uris, better constructors.
14759
14760         * backend/ev-bookmark.h:
14761         * pdf/xpdf/pdf-document.cc:
14762         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14763
14764         Handle external uris
14765
14766 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14767
14768         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14769         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14770
14771         Hook up bookmarks navigation
14772
14773 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14774
14775         * backend/Makefile.am:
14776         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14777         (ev_bookmark_get_title), (ev_bookmark_set_title),
14778         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14779         (ev_bookmark_get_page), (ev_bookmark_set_page),
14780         (ev_bookmark_get_property), (ev_bookmark_set_property),
14781         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14782         (ev_bookmark_new):
14783         * backend/ev-bookmark.h:
14784         * backend/ev-document-bookmarks.c:
14785         (ev_document_bookmarks_get_bookmark):
14786         * backend/ev-document-bookmarks.h:
14787         * pdf/xpdf/pdf-document.cc:
14788         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14789
14790         Add a bookmark object to the backend and use it instead of get_values
14791
14792 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14793
14794         * data/evince-ui.xml:
14795
14796         Cleanup and add select all.
14797
14798         * shell/ev-view.c: (ev_view_select_all),
14799         (ev_view_button_press_event):
14800         * shell/ev-view.h:
14801         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14802
14803         Add select all.
14804         Clear selection on click.
14805
14806 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14807
14808         * shell/ev-sidebar-thumbnails.c
14809         (ev_sidebar_thumbnails_set_document): forgot to unref the
14810         loading_icon.
14811
14812 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14813
14814         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14815         at the visible page, not just linearly.  This makes it look fast.
14816
14817 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14818
14819         * backend/ev-document-misc.c
14820         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14821         white.
14822         * backend/ev-document-thumbnails.h: New interface to get the size
14823         of a page.
14824
14825 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14826
14827         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14828         make dist works
14829
14830 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14831
14832         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14833         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14834         things up a bit.
14835
14836         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14837
14838 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14839
14840         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14841         fonts. Should fix font problems on systems that have the base
14842         fonts in bitmap format. Reported by James Henstridge
14843         <james@jamesh.id.au>.
14844
14845 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14846
14847         * pdf/xpdf/Gfx.cc:
14848         * pdf/xpdf/GfxState.cc:
14849
14850         Fix for CAN-2004-1125
14851
14852 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14853
14854         * shell/ev-view.c: (ev_view_copy):
14855         * shell/ev-view.h:
14856         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14857
14858         Implement Edit->Copy
14859
14860 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14861
14862         * backend/ev-document.c: (ev_document_get_text):
14863         * backend/ev-document.h:
14864         * pdf/xpdf/pdf-document.cc:
14865         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14866         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14867         (ev_view_update_primary_selection), (ev_view_button_press_event),
14868         (ev_view_motion_notify_event), (ev_view_button_release_event):
14869
14870         Beginnings of clipboard support. Incomplete but primary sort
14871         of work.
14872
14873 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14874
14875         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14876         (expose_bin_window):
14877
14878         Nicer rubberband drawing, from GtkIconView.
14879
14880 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14881
14882         * backend/ev-document.c: (ev_document_save):
14883         * backend/ev-document.h:
14884         * data/evince-ui.xml:
14885         * pdf/xpdf/pdf-document.cc:
14886         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14887
14888         Implement "Save a copy..." menu item
14889
14890 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14891
14892         * shell/ev-view.c: (ev_view_zoom):
14893
14894         Queue a resize when zoom changes
14895
14896 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14897
14898         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14899         shadows.
14900
14901         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14902         thumbnails..
14903
14904 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14905
14906         * pdf/xpdf/pdf-document.cc
14907         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14908
14909 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14910
14911         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14912         It's slow, but I'll speed it up next!
14913
14914 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14915
14916         * shell/main.c (load_files):
14917
14918         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14919         from the command line and because it seems more appropriate.
14920
14921 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14922
14923         * data/evince-ui.xml:
14924         * shell/ev-window.c: (update_action_sensitivity),
14925         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14926
14927         s/next page/page down
14928         s/previous page/page up
14929
14930 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14931
14932         * data/evince-ui.xml:
14933
14934         Change the layout to match clarkbw design.
14935
14936         * shell/Makefile.am:
14937         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14938         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14939         (ev_navigation_action_finalize),
14940         (ev_navigation_action_set_property),
14941         (ev_navigation_action_get_property),
14942         (ev_navigation_action_class_init):
14943         * shell/ev-navigation-action.h:
14944
14945         Implement clarkbw toolbar navigation controls (incomplete)
14946
14947         * shell/ev-page-action.c: (update_label), (update_spin),
14948         (value_changed_cb), (create_tool_item), (connect_proxy),
14949         (ev_page_action_init), (ev_page_action_finalize),
14950         (ev_page_action_set_property), (ev_page_action_get_property),
14951         (ev_page_action_set_current_page),
14952         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14953         * shell/ev-page-action.h:
14954
14955         Implement a page switcher in the toolbar
14956
14957         * shell/ev-view.c: (ev_view_scroll_view):
14958         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14959         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14960         (register_custom_actions), (ev_window_init):
14961
14962         Change page on PageUp/Down.
14963
14964 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14965
14966         * pdf/xpdf/pdf-document.cc
14967         (pdf_document_thumbnails_get_thumbnail): initial stab at
14968         implementing thumbnail support for pdfs.  It only does documents
14969         with precached pdfs now.
14970
14971 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14972
14973         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14974         thumbnail code into a time-based idle as well.  Also, turn off the
14975         shadow temporarily as it's really slow.
14976
14977 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14978
14979         * backend/ev-document.c: (ev_document_class_init):
14980         * pdf/xpdf/pdf-document.cc:
14981         * shell/ev-window.c: (ev_window_open):
14982
14983         Fix document title bugs and fallback to
14984         filename when not available.
14985
14986 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14987
14988         * backend/ev-document.c: (ev_document_get_type),
14989         (ev_document_class_init), (ev_document_load),
14990         (ev_document_get_title):
14991         * backend/ev-document.h:
14992         * pdf/xpdf/pdf-document.cc:
14993         * ps/ps-document.c: (ps_document_set_property),
14994         (ps_document_get_property), (ps_document_class_init),
14995         (document_load):
14996         * ps/ps-document.h:
14997         * ps/ps.h:
14998         * shell/ev-window.c: (update_window_title), (ev_window_open),
14999         (ev_window_init):
15000
15001         Initial support for document title. Not working yet.
15002
15003 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15004
15005         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
15006
15007         Grab focus on the view when clicking it
15008
15009 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15010
15011         * shell/ev-marshal.list:
15012         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
15013         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
15014
15015         Add key bindings to the view. Now if the focus would work
15016         right...
15017
15018 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15019
15020         * Makefile.am:
15021         * backend/Makefile.am:
15022         * data/Makefile.am:
15023         * dvi/Makefile.am:
15024         * dvi/dvilib/Makefile.am:
15025         * pdf/xpdf/Makefile.am:
15026         * po/POTFILES.in:
15027         * ps/Makefile.am:
15028
15029         Fix distcheck
15030
15031 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15032
15033         * shell/ev-view.c: (ev_view_realize):
15034
15035         Fix mouse wheel scrolling
15036
15037 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15038
15039         * ps/Makefile.am:
15040         * ps/gstypes.h:
15041         * ps/gtkgs.c:
15042         * ps/gtkgs.h:
15043         * ps/ps-document.c: (catchPipe), (ps_document_init),
15044         (ps_document_class_init), (ps_document_cleanup),
15045         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15046         (set_up_page), (close_pipe), (is_interpreter_ready),
15047         (interpreter_failed), (output), (input), (start_interpreter),
15048         (stop_interpreter), (file_length), (file_readable),
15049         (check_filecompressed), (check_pdf), (compute_xdpi),
15050         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15051         (ps_document_get_type), (ps_document_emit_error_msg),
15052         (document_load), (ps_document_next_page),
15053         (ps_document_get_current_page), (ps_document_get_page_count),
15054         (ps_document_goto_page), (ps_document_set_page_size),
15055         (ps_document_zoom_to_fit), (ps_document_set_zoom),
15056         (ps_document_load), (ps_document_get_n_pages),
15057         (ps_document_set_page), (ps_document_get_page),
15058         (ps_document_widget_event), (ps_document_set_target),
15059         (ps_document_set_scale), (ps_document_set_page_offset),
15060         (ps_document_get_page_size), (ps_document_render),
15061         (ps_document_document_iface_init):
15062         * ps/ps-document.h:
15063         * ps/ps.c:
15064         * shell/ev-window.c: (ev_window_open):
15065
15066         Rename GtkGS to PSDocument
15067
15068 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15069
15070         * ps/gtkgs.c: (gtk_gs_class_init):
15071         * ps/gtkgs.h:
15072
15073         Some more leftover...
15074
15075 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15076
15077         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15078         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15079         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15080         * ps/gtkgs.h:
15081
15082         Remove unused code and make a lot of stuff private
15083
15084 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15085
15086         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15087         (gtk_gs_defaults_changed):
15088         * ps/gsdefaults.h:
15089         * ps/gtkgs.c:
15090         * ps/gtkgs.h:
15091         * ps/ps.h:
15092
15093         Cleanup headers dependencies
15094
15095 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15096
15097         * ps/Makefile.am:
15098         * ps/ggvutils.c:
15099         * ps/ggvutils.h:
15100         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15101         * ps/gsdefaults.h:
15102         * ps/gtkgs.c: (file_length), (file_readable),
15103         (check_filecompressed), (check_pdf), (gtk_gs_load),
15104         (gtk_gs_get_postscript):
15105
15106         Get rid of ggvutils
15107
15108 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15109
15110         * ps/ggvutils.c:
15111         * ps/ggvutils.h:
15112         * ps/gsio.h:
15113         * ps/gtkgs.c: (gtk_gs_set_zoom):
15114
15115         Cleanups
15116
15117 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15118
15119         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15120
15121         Ensure the page is rerendered when changing zoom
15122
15123 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15124
15125         * backend/ev-document.c: (ev_document_base_init),
15126         (ev_document_changed):
15127         * backend/ev-document.h:
15128
15129         Add a changed event that is emitted when the page content
15130         changes. This is necessary to deal with the fact that
15131         in ps backend rendering happen asycrounously.
15132         This makes the ps backend mostly work.
15133
15134         * pdf/xpdf/pdf-document.cc:
15135
15136         Emit changed event
15137
15138         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15139         (ps_document_set_target):
15140
15141         Emit changed event
15142
15143         * shell/ev-view.c: (document_changed_callback),
15144         (ev_view_set_document), (ev_view_set_page):
15145
15146         Redraw on the changed signal
15147
15148 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15149
15150         * configure.ac: Added pt_BR to ALL_LINGUAS.
15151
15152 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15153
15154         * backend/ev-document-bookmarks.c:
15155         (ev_document_bookmarks_get_child): *
15156         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15157         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15158         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15159         (ev_sidebar_bookmarks_destroy),
15160         (ev_sidebar_bookmarks_class_init),
15161         (ev_sidebar_bookmarks_construct), (stack_data_free),
15162         (do_one_iteration), (populate_bookmarks_idle),
15163         (ev_sidebar_bookmarks_clear_document),
15164         (ev_sidebar_bookmarks_set_document): *
15165         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15166         (ev_sidebar_add_page),
15167         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15168         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15169         it displays both the topics and the page numbers.
15170
15171 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15172
15173         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15174         toggle.
15175         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15176         visible.
15177
15178 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15179
15180         * configure.ac: Added en_CA to ALL_LINGUAS.
15181
15182 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15183
15184         * ChangeLog: replace bottom of this ChangeLog (merged history of
15185         ggv and gpdf; where all paths were wrong and most of the files are
15186         not even in this tree) with ChangeLog (from arch) of the shell
15187         code.
15188
15189 2004-12-23  Havoc Pennington  <hp@redhat.com>
15190
15191         * shell/ev-window.c: hook up potentially-questionable "find
15192         results status text" feature - something involving the sidebar or
15193         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15194         might be better in the end.
15195
15196         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15197         with corresponding signal when it should be updated
15198
15199         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15200
15201 2004-12-22  Havoc Pennington  <hp@redhat.com>
15202
15203         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15204         find stuff on other pages, sort of (only returns one result on
15205         invisible pages, to show they have results; updates full results
15206         for a page when you view it). Currently repaints the current page
15207         every time a new result is found on any page, which isn't so nice.
15208
15209 2004-12-22  Havoc Pennington  <hp@redhat.com>
15210
15211         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15212         the document doesn't support find (better ideas?)
15213         (find_bar_search_changed_cb): handle missing document or document
15214         that doesn't support find
15215
15216         * pdf/xpdf/pdf-document.cc: port to implement the new
15217         EvDocumentFindIface
15218
15219         * backend/ev-document-find.c: create a new interface for searching
15220
15221         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15222
15223 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15224
15225         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15226         libevbackend.la.
15227
15228         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15229         EvPrintJob constructor arguments.
15230
15231         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15232         for documents that can export PostScript (page by page).
15233
15234         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15235         
15236         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15237         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15238         (pdf_document_ps_exporter_iface_init:
15239         Implement EvPSExporter.
15240
15241         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15242
15243 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15244
15245         * backend/Makefile.am:
15246         * backend/ev-document-thumbnails.c:
15247         (ev_document_thumbnails_get_type),
15248         (ev_document_thumbnails_get_thumbnail):
15249         * backend/ev-document-thumbnails.h:
15250         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15251         (pixbuf_document_thumbnails_get_thumbnail),
15252         (pixbuf_document_document_thumbnails_iface_init):
15253         * shell/Makefile.am:
15254         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15255         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15256         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15257         * shell/ev-sidebar-thumbnails.h:
15258         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15259         (ev_sidebar_set_document):
15260         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15261         (create_shadow), (ev_pixbuf_add_shadow):
15262         * shell/ev-utils.h:
15263         Add thumbnail support.
15264         
15265 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15266
15267         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15268         (using_postscript_printer): Set up a print dialog for "PostScript
15269         injection" method.
15270
15271         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15272         EvPrintJob.
15273
15274         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15275
15276 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15277
15278         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15279         (ps_document_set_target), (ps_document_get_page_size),
15280         (ps_document_render):
15281         * ps/gtkgs.h:
15282
15283         Fix a few bugs
15284
15285 2004-12-22  Christian Rose  <menthos@menthos.com>
15286
15287         * configure.ac: Added "sv" to ALL_LINGUAS.
15288
15289 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15290
15291         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15292         document supports bookmarks.
15293
15294 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15295
15296         * ps/ggvutils.c: (ggv_file_readable):
15297         * ps/ggvutils.h:
15298         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15299         (gtk_gs_get_postscript):
15300
15301         Remove unused utils
15302
15303 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15304
15305         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15306         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15307         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15308         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15309         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15310         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15311         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15312         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15313         (gtk_gs_set_antialiasing), (ps_document_load),
15314         (ps_document_render):
15315         * ps/gtkgs.h:
15316
15317         Another check point for the ps backend. Now I can get it to show
15318         pages!
15319
15320 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15321
15322         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15323         document setting code.
15324
15325 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15326
15327         * shell/eggfindbar.c: (entry_activate_callback):
15328         Animate the next button when activate is pressed.
15329         
15330 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15331
15332         * shell/ev-window.c: (ev_window_cmd_edit_find),
15333         (update_fullscreen_popup), (ev_window_fullscreen),
15334         (ev_window_unfullscreen), (ev_window_state_event_cb),
15335         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15336         Fix bugs in fullscreen code.
15337         
15338 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15339
15340         * Makefile.am:
15341         * configure.ac:
15342         * pixbuf/Makefile.am:
15343         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15344         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15345         (pixbuf_document_set_page), (pixbuf_document_get_page),
15346         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15347         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15348         (pixbuf_document_render), (pixbuf_document_begin_find),
15349         (pixbuf_document_end_find), (pixbuf_document_finalize),
15350         (pixbuf_document_class_init),
15351         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15352         * pixbuf/pixbuf-document.h:
15353         * shell/Makefile.am:
15354         * shell/ev-application.c: (ev_application_open):
15355         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15356         (ev_window_open):
15357         Add pixbuf backend.
15358         
15359 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15360
15361         * Makefile.am: 
15362         * dvi/dvilib/Makefile.am:
15363         * dvi/Makefile.am:
15364         * configure.ac: Auto*ify dvi and dvi/dvilib
15365
15366         * dvi/Makefile: Remove from CVS
15367         
15368         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15369         confusion.
15370
15371         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15372         
15373         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15374         
15375 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15376
15377         * ps/Makefile.am:
15378         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15379         (gtk_gs_value_adjustment_changed), (compute_size),
15380         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15381         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15382         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15383         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15384         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15385         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15386         (ps_document_load), (ps_document_get_n_pages),
15387         (ps_document_set_page), (ps_document_get_page),
15388         (ps_document_set_target), (ps_document_set_scale),
15389         (ps_document_set_page_offset), (ps_document_get_page_size),
15390         (ps_document_render), (ps_document_begin_find),
15391         (ps_document_end_find), (ps_document_document_iface_init):
15392         * ps/gtkgs.h:
15393         * shell/Makefile.am:
15394         * shell/ev-window.c: (ev_window_open):
15395
15396         Some work to integrate gtkgs with EvDocument
15397
15398 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15399
15400         * shell/ev-window.c: (update_fullscreen_popup),
15401         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15402         (exit_fullscreen_button_clicked_cb),
15403         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15404         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15405         (ev_window_state_event_cb), (ev_window_init):
15406         Add fullscreen support from Epiphany.
15407         
15408 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15409
15410         * data/ev-stock-zoom-fit-width.png: fit-width
15411         stock icon from gpdf.
15412         
15413         * shell/ev-stock-icons.[ch]: copied from gpdf.
15414         
15415         * shell/main.c: (main): init stock icons.
15416         
15417         * shell/ev-window.c: use the fit-width icon.
15418         
15419         * data/evince-ui.xml: add zooming toolbar items.
15420
15421 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15422
15423         * shell/ev-view.c: 
15424         (ev_view_best_fit), (ev_view_fit_width): because
15425         get_page_size() returns the scaled page size, we
15426         need to calculate the scale factor relative to
15427         the previous scale factor. Should really just
15428         add get_real_page_size().
15429
15430 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15431
15432         * shell/ev-view.[ch]:
15433         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15434         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15435         add zooming.
15436         
15437         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15438         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15439         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15440         hook it up.
15441         
15442         * pdf/xpdf/pdf-document.cc:
15443         (pdf_document_begin_find),
15444         (pdf_document_end_find): make static.
15445
15446 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15447
15448         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15449
15450         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15451         names to fontconfig patterns.
15452         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15453
15454         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15455         setupBaseFontsFc.
15456
15457 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15458
15459         * Makefile.am:
15460         * configure.ac:
15461         * ps/Makefile.am:
15462         * ps/ggvutils.c:
15463         * ps/ggvutils.h:
15464         * ps/gsdefaults.c:
15465         * ps/gsdefaults.h:
15466         * ps/gsio.c:
15467         * ps/gsio.h:
15468         * ps/gtkgs.c:
15469         * ps/gtkgs.h:
15470         * ps/ps.c:
15471         * ps/ps.h:
15472
15473         Import ggv backend. Not hooked up yet.
15474
15475 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15476
15477         * shell/main.c: (load_files), (main): load files
15478         from the command line.
15479
15480 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15481
15482         * configure.ac: don't require bonobo.
15483         
15484         * cut-n-paste/recent-files/*: kill bonobo recent
15485         view.
15486
15487         * shell/ev-window.c:
15488         (ev_window_is_empty): upd.
15489         (unable_to_load), (ev_window_open): load backend
15490         based on the mime type.
15491
15492 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15493
15494         * backend/.cvsignore: ignore generated marshalers source.
15495
15496         * shell/main.c (main): this is not epiphany.
15497
15498 2004-12-22  Havoc Pennington  <hp@redhat.com>
15499
15500         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15501         (expose_bin_window): draw find highlights
15502
15503         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15504         
15505         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15506         (pdf_document_end_find): implement this interface
15507
15508         * backend/ev-document.c (ev_document_found): add this to emit
15509         signal
15510
15511 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15512
15513         * data/evince-ui.xml: Add a few more toolbar items.
15514
15515         * shell/ev-window.c: Hook up page navigation toolbar 
15516         items.
15517
15518         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15519         a page-changed signal.
15520
15521         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15522         Add ev_document_get_page().
15523
15524         * shell/ev-window.c: Sensitize/desensitize navigation
15525         actions.
15526
15527 2004-12-21  Havoc Pennington  <hp@redhat.com>
15528
15529         * backend/ev-backend-marshal.c,
15530         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15531         marshaler-generator thingy. I'm sure there's a better way to do
15532         this in the modern world.
15533
15534         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15535         end_find methods and "found" signal.
15536
15537         * configure.ac: find glib-genmarshal
15538
15539 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15540
15541         * shell/ev-sidebar.c: Construct an actual sidebar.
15542         * shell/ev-sidebar-bookmarks.[ch]:
15543         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15544
15545 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15546
15547         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15548         Redo size handling.
15549         
15550         * shell/ev-view.c: Track the size from the document.
15551
15552 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15553
15554         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15555         constructor assumes ownership of the string passed in.
15556         
15557         * shell/ev-window.c (ev_window_open): Destroy the error
15558         dialog once we've displayed it.
15559
15560 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15561
15562         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15563         a bit, it works! (sort of)
15564
15565         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15566         Move to .cc since we need to use C++ in the implementation.
15567
15568         * shell/dummy.cc: Add a CC file to force evince
15569         to be linked as a C++ program.
15570
15571 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15572
15573         * shell/ev-view.[ch]: Start of content-area widget.
15574
15575         * shell/ev-window.c: Create a EvView, update it
15576         as we change documents.
15577
15578         * shell/Makefile.am shell/ev-marshal.list: Add
15579         generated marshalers.
15580
15581 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15582
15583         * Makefile.am (SUBDIRS): move shell.
15584
15585 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15586
15587         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15588         .a to libtool convenience libraries.
15589
15590         * shell/ev-window.c (ev_window_open): Hard code loading
15591         a PDF document.
15592         
15593         * backend/ev-document.h: Add a boolean return to load(),
15594         fix GError * to GError **.
15595
15596         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15597         object for a PDF backend EvDocument.
15598
15599 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15600
15601         * dvi/*: New directory with the beginning of a .dvi backend.
15602
15603 2004-12-21  Havoc Pennington  <hp@redhat.com>
15604
15605         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15606         previous/next instead of back/forward
15607
15608 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15609
15610         * backend/ev-document.[ch]: Fix a couple of problems so
15611         it compile.
15612
15613 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15614
15615         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15616         to backend/ directory, rename EvViewer to EvDocument.
15617
15618 2004-12-21  Havoc Pennington  <hp@redhat.com>
15619
15620         * shell/ev-window.c: hook up the find bar widget; now we just need
15621         a document to find things in
15622
15623         * shell/eggfindbar.c: a find bar widget
15624
15625 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15626
15627         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15628
15629 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15630
15631         * pdf/**: Import of xpdf code from gpdf. 
15632
15633         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15634
15635         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15636         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15637         Fix FreeType includes.
15638
15639         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15640         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15641         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15642         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15643         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15644         Include xpdfconfig.h
15645         
15646 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15647
15648         * shell/ev-window.c (ev_window_dispose): dispose can be called
15649         multiple times.
15650
15651 2004-12-21  Havoc Pennington  <hp@redhat.com>
15652
15653         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15654         rather than Evince
15655
15656         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15657         items; really they should be synced with the strings, etc. from
15658         current gpdf, but just getting the boring typing out of the way 
15659
15660 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15661
15662         * po/POTFILES.in:
15663         * shell/ev-application.c: (window_destroy_cb):
15664         * shell/ev-window.c:
15665         * shell/main.c: (main):
15666
15667         Actually show the window...
15668
15669 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15670
15671         * Makefile.am:
15672         * shell/Makefile.am:
15673         * shell/ev-application.c: (ev_application_class_init):
15674         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15675
15676         Make it build again
15677
15678 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15679
15680         Import to gnome cvs.
15681         
15682         * Remove copies of gpdf and ggv trees.
15683         * Rip out all the recursive configure code.
15684         * Remove bonobo machinery.
15685         * viewer/*: GInterfaces that backends should/can implement.
15686
15687 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15688
15689         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15690         typo
15691
15692 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15693
15694         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15695         (ev_application_finalize, ev_application_class_init)
15696         (ev_application_init): use GType instance private data for priv.
15697
15698         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15699         (ev_window_finalize, ev_window_class_init)
15700         (ev_window_init): ditto.
15701
15702 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15703
15704         * shell/ev-application.c (ev_application_new_window): make public
15705         (ev_application_show_initial_window): kill.
15706
15707         * shell/ev-application.h: update prototypes.
15708
15709         * shell/main.cc (main): inline ev_application_show_initial_window.
15710
15711 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15712
15713         * shell/ev-application.c (ev_application_new_window): impl.
15714         (ev_application_show_initial_window): use it.
15715         (is_window_empty, ev_application_get_empty_window): returns an
15716         existing empty window or a new one.
15717         (ev_application_open): from ev_window_cmd_file_open.
15718
15719         * shell/ev-application.h: update prototypes
15720
15721         * shell/ev-window.c (ev_window_is_empty): impl.
15722         (ev_window_open): make public.
15723         (ev_window_cmd_file_open): use ev_application_open
15724
15725         * shell/ev-window.h: update prototypes, remove unused.
15726
15727 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15728
15729         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15730         move destroy handler out of here...
15731
15732         * shell/ev-application.c, shell/ev-application.h: ...into this new
15733         class. Also handles initial window creation.
15734
15735         * shell/main.cc (main): use EvApplication to create initial
15736         window.
15737
15738 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15739
15740         * Makefile.am (SUBDIRS): add cut-n-paste
15741
15742         * cut-n-paste/Makefile.am: add
15743
15744         * configure.ac: generate Makefiles in cut-n-paste
15745
15746 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15747
15748         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15749         (ev_window_class_init): install ev_window_dispose.
15750
15751 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15752
15753         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15754         char (gchar looks stupid).
15755
15756 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15757
15758         * po/de.po: updated German translation.
15759
15760 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15761
15762         * configure.ac: add more pkg-config library checks for gnome-vfs,
15763         bonobo etc.
15764
15765         * gpdf/configure.in: temporarily disable libpaper
15766         checks. Otherwise I'd have to add the checks for the shell, too.
15767
15768 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15769
15770         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15771         and * file filters to the file choose.
15772
15773 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15774
15775         * po/de.po: Updated German translation.
15776
15777 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15778
15779         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15780
15781 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15782
15783         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15784
15785         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15786         (ev_window_init): implement those menuitems.
15787
15788 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15789
15790         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15791
15792         * shell/ev-window.c (ev_window_init): use the toolbar.
15793
15794 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15795
15796         * shell/ev-window.c (ev_window_init): use menu translations
15797
15798 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15799
15800         * configure.ac: add "de" to ALL_LINGUAS.
15801
15802         * po/de.po: add German translation.
15803
15804 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15805
15806         * Makefile.am (SUBDIRS): add po
15807
15808         * configure.ac: check intltool, glib-gettext etc, generate
15809         po/Makefile.in
15810
15811         * po, po/POTFILES.in, po/POTFILES.skip: new.
15812
15813 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15814
15815         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15816         already use (#ifdef ENABLE_NLS)
15817
15818         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15819         pointer indirection thinko.
15820
15821         * shell/main.c: include gi18n.h for bindtextdomain etc.
15822
15823 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15824
15825         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15826         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15827         tooltips for menu items in the statusbar.
15828
15829 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15830
15831         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15832         pkgdatadir drop UIDIR
15833
15834 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15835
15836         * data/evince-ui.xml: Add File->Open menu item
15837
15838         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15839         chooser), hook it up in the ui manager.
15840
15841 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15842
15843         * shell/ev-window.c: fix Help->About tooltip.
15844
15845 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15846
15847         * configure.ac: set CFLAGS for libevprivate.
15848
15849         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15850         definitions, factory etc.
15851
15852         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15853
15854         * shell/Makefile.am: link against libevprivate.a.
15855
15856         * shell/ev-window.c (entries): add stock icon to Help->About.
15857
15858         * shell/main.c (main): init stock icon code.
15859
15860 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15861
15862         * lib/recent-files: egg recent files code
15863
15864         * lib/Makefile.am: add.
15865
15866         * Makefile.am: add lib subdir.
15867
15868         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15869         set CFLAGS for recent-files.
15870
15871 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15872
15873         * configure.ac: disable -ansi and -pedantic gcc flags. They
15874         disable POSIX stuff in stdio.h, but egg-recent uses them.
15875
15876 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15877
15878         * configure.ac: add --disable-deprecated flag (defaults to on in
15879         "cvs" builds).
15880
15881         * shell/Makefile.am (INCLUDES): use it.
15882
15883 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15884
15885         * shell/main.c: add missing #include.
15886
15887         * shell/ev-window.c: fix for pedantic gcc.
15888         (ev_window_cmd_help_about): split license into paragraphs for
15889         translators and pedantic compilers.
15890
15891 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15892
15893         * configure.ac: add more warning flags if compiling with gcc from
15894         cvs (or explicitly requested with --enable-more-warnings).
15895
15896 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15897
15898         * data/evince-ui.xml: add File and File->Close menu.
15899
15900         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15901         (ev_window_destroy): quit after destroy.
15902         (ev_window_class_init): override GtkObject::destroy.
15903         (entries): install close_window callback.
15904
15905 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15906
15907         * Makefile.am (SUBDIRS): add data subdir.
15908
15909         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15910         gtk+ 2.5.0 for GtkAboutDialog.
15911
15912         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15913         main window.
15914
15915         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15916
15917         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15918         manager.
15919         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15920
15921 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15922
15923         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15924
15925 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15926
15927         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15928
15929 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15930
15931         * shell/*: Added shell directory boilerplate, build it.
15932
15933 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15934
15935         * configure.ac, Makefile.am: Added top-level configure.ac and
15936         Makefile.am