]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
1c9c04797297a2f513dd2a7634ed1d2f91537c4d
[evince.git] / ChangeLog
1 2009-04-09  Benjamin Berg  <benjamin@sipsolutions.net>
2
3         * backend/dvi/cairo-device.c: (dvi_cairo_put_pixel):
4         Fix output on big endian machines. Fixes bug #578433.
5
6 2009-04-08  Dan Winship  <danw@gnome.org>
7         * cut-n-paste/smclient/eggsmclient-xsmp.c (save_state):
8         
9         Fix the .desktop-file-as-state-file case;
10         egg_desktop_file_get_source() returns a URI, not a filename.
11
12 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * configure.ac:
15         * cut-n-paste/Makefile.am:
16         * cut-n-paste/evmountoperation/*: Removed
17         * po/POTFILES.in:
18         * shell/Makefile.am:
19         * shell/ev-print-operation.c:
20         * shell/ev-window.c: (window_open_file_copy_ready_cb),
21         (ev_window_cmd_help_contents), (launch_action),
22         (launch_external_uri):
23
24         Bump GTK+ requirement to 2.14.
25         
26 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-window.c: (window_open_file_copy_ready_cb),
29         (reload_remote_copy_ready_cb), (window_save_file_copy_ready_cb):
30
31         Use g_error_matches() instead of manually check error code and
32         domain.
33         
34 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/ev-window.c: (ev_window_clear_temp_symlink),
37         (ev_window_dispose):
38
39         Delete the temp symlink created when opening a copy.
40         
41 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * po/POTFILES.in:
44
45         Add previewer files to POTFILES.in.
46         
47 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
50         (main):
51
52         Delete the print settings file.
53         
54 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * data/evince-ui.xml:
57         * shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
58         (ev_application_open_uri), (ev_application_open_uri_list):
59         * shell/ev-print-operation.c: (export_print_done):
60         * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
61         (update_chrome_visibility), (ev_window_clear_local_uri),
62         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
63         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
64         (ev_window_cmd_recent_file_activate),
65         (ev_window_open_recent_action_item_activated),
66         (ev_window_dispose), (open_remote_link):
67         * shell/main.c: (launch_previewer), (arguments_parse), (main):
68
69         Remove the preview mode from EvWindow. EvPrintOperation now 
70         launches evince-previewer. The preview mode command line options
71         have not been removed to keep backwards compatibility, launching
72         evince-previewer when evince is run in preview mode.
73         
74 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * configure.ac:
77         * Makefile.am:
78         * data/Makefile.am:
79         * previewer/Makefile.am:
80         * previewer/ev-previewer-window.[ch]:
81         * previewer/ev-previewer.c:
82
83         Add evince-previewer as a separate applicaton that implements the
84         preview mode.
85         
86 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * configure.ac:
89         * Makefile.am:
90         * po/POTFILES.in:
91         * shell/Makefile.am:
92         * shell/ev-page-action-widget.[ch]:
93         * shell/ev-page-action.[ch]:
94         * shell/ev-stock-icons.[ch]:
95         * shell/ev-application.c:
96         * shell/main.c:
97         * libmisc/Makefile.am:
98         * libmisc/ev-page-action-widget.[ch]:
99         * libmisc/ev-page-action.[ch]:
100         * libmisc/ev-stock-icons.[ch]:
101
102         Move EvPageAction and EvStockIcons from shell to a new internal
103         library (libevmisc) that will be used by the evince previewer too.
104         
105 2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
106
107         * backend/tiff/tiff2ps.c (tiff2ps_context_new):
108         
109         Fixes memory leak. Bug #578285.
110         
111 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * libview/ev-view.[ch]: (ev_view_set_zoom),
114         (ev_view_update_view_size):
115         * shell/ev-window.c: (ev_window_set_view_size),
116         (ev_window_sizing_mode_changed_cb), (ev_window_init):
117
118         Move ev_view_update_view_size() from libview to ev-window again
119         and make sure the view is not redrawn when calling
120         ev_view_set_zoom more than once with the same zoom scale.
121
122 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
123
124         * shell/ev-window.c:
125
126         Follow up to bug #539972. Alt+Arrows conflict with
127         view scrolling, changed it to Ctrl+Arrows.
128
129 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
130
131         * shell/ev-print-operation.c (clamp_ranges),
132         (ev_print_operation_export_print_dialog_response_cb):
133         * test/Makefile.am:
134         * test/test7.py:
135         
136         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
137         the bug 517735. Fixes preview of the empty selection.
138
139 2009-04-01  Christian Persch  <chpe@gnome.org>
140
141         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
142         BugBuddyBugs component.
143
144 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
145
146         * shell/ev-application.c (ev_application_init):
147         
148         Set proper path to saved accels file. Fixes bug #577500.
149
150 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
151
152         * libview/ev-transition-animation.c:
153         (ev_transition_animation_paint), (ev_transition_animation_ready):
154
155         Animation is ready only when origin surface is ready. This fixes
156         fading animations because otherwise next page is displayed 
157         before animaiton starts.
158
159 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
160
161         * test/Makefile.am:
162         * test/test6.py:
163         
164         Added a test to check printing and a size of the file.
165
166 2009-03-24  Christian Persch  <chpe@gnome.org>
167
168         * cut-n-paste/smclient/eggdesktopfile.c:
169         (egg_desktop_file_launchv), (egg_set_desktop_file):
170         * cut-n-paste/smclient/eggsmclient.c:
171         (egg_sm_client_get_option_group): Update smclient from libegg master.
172
173 2009-03-19  Christian Persch  <chpe@gnome.org>
174
175         * shell/ev-window.c: (ev_window_cmd_save_as),
176         (ev_window_cmd_file_close_window),
177         (ev_view_popup_cmd_save_image_as),
178         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
179         order for dialogues.
180
181 2009-03-19  Christian Persch  <chpe@gnome.org>
182
183         Bug 575085 – titles not translated in the nautilus tab
184
185         * properties/ev-properties-view.c: (set_property): Translate the
186         categories.
187
188 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * NEWS:
191         * configure.ac:
192
193         Updated for release 2.26.0
194         
195 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
196
197         * properties/ev-properties-view.c:
198         (ev_properties_view_format_date): Make the fixed sized string a 
199         semantically correct const char[] instead of a const char* to fix 
200         a compiler warning if built with -Wformat.
201         ** Fixes bug 574168
202
203 2009-03-03  Christian Persch  <chpe@gnome.org>
204
205         * libdocument/ev-document-factory.c:
206         (ev_document_factory_get_document): If the document is encrypted,
207         the ev_document_factory_get_document() is supposed to return the
208         document *and* fill in the error. So let's propagate the local error.
209
210 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * NEWS:
213
214         Update for release 2.25.92.
215         
216 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * libview/ev-view.c: (ev_view_goto_window_create):
219
220         Show the 'jump to page' window in the right GdkScreen. Fixes bug
221         #560541.
222         
223 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * shell/ev-window.c: (ev_window_set_document),
226         (ev_window_reload_job_cb):
227
228         Do not lose page position when reloading. Fixes bug #573091.
229         
230 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
233         (pdf_document_thumbnails_get_thumbnail),
234         (pdf_document_thumbnails_get_dimensions):
235
236         Make our own thumbnail when the provided one doesn't have the size
237         we need. Based on patch and feedback by Christian Spurk. Fixes
238         bugs #323198 and #307357.
239         
240 2009-02-27   Christian Spurk  <mail@code.chriki.de>
241
242         * thumbnailer/evince-thumbnailer.c: (main):
243
244         Reduce the restriction on the minimum size of thumbnails from 40
245         to 1. See bug #323198.
246         
247 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
250
251         Use GOption in thumbnailer.
252         
253 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * backend/pdf/ev-poppler.cc: (pdf_document_save),
256         (pdf_document_forms_form_field_text_set_text),
257         (pdf_document_forms_form_field_button_set_state),
258         (pdf_document_forms_form_field_choice_select_item),
259         (pdf_document_forms_form_field_choice_toggle_item),
260         (pdf_document_forms_form_field_choice_unselect_all),
261         (pdf_document_forms_form_field_choice_set_text):
262
263         Use poppler_document_save_a_copy(), which never saves the document
264         modifications, when saving an unmodified document. It makes saving
265         a copy of encrypted PDFs work again. Fixes bug #566791.
266         
267 2009-02-18  Christian Persch  <chpe@gnome.org>
268
269         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
270         Don't use g_quark_from_static_string in a loadable module!
271
272 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * configure.ac:
275
276         Update for release 2.25.91
277         
278 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
279
280         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
281         GTK symbol in commented out code. Bug #571707
282
283 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * NEWS:
286
287         Update for release 2.25.91.
288         
289 2009-02-16  Christian Persch  <chpe@gnome.org>
290
291         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
292         memory read.
293
294 2009-02-15  Christian Persch  <chpe@gnome.org>
295
296         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
297         warnings.
298
299 2009-02-15  Christian Persch  <chpe@gnome.org>
300
301         * libdocument/Makefile.am:
302         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
303
304 2009-02-15  Christian Persch  <chpe@gnome.org>
305
306         * libdocument/ev-document-type-builtins.c.template:
307         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
308
309 2009-02-14  Christian Persch  <chpe@gnome.org>
310
311         * backend/impress/impress-document.c: (impress_document_save):
312         Fill in the error.
313
314 2009-02-14  Christian Persch  <chpe@gnome.org>
315
316         * libdocument/ev-document.c: (ev_document_load): Add code to catch
317         backends incorrectly implementing the load vfunc.
318
319 2009-02-14  Christian Persch  <chpe@gnome.org>
320
321         * libdocument/ev-document-factory.c:
322         (ev_document_factory_get_document): Use a local GError, and propagate
323         as appropriate, making sure always to fill in @error if returning NULL.
324
325 2009-02-14  Christian Persch  <chpe@gnome.org>
326
327         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
328
329 2009-02-14  Christian Persch  <chpe@gnome.org>
330
331         * backend/pdf/ev-poppler.cc: Plug a mem leak.
332
333 2009-02-14  Christian Persch  <chpe@gnome.org>
334
335         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
336         an error.
337
338 2009-02-14  Christian Persch  <chpe@gnome.org>
339
340         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
341         to always set @error when returning FALSE. Fix a typo.
342
343 2009-02-14  Christian Persch  <chpe@gnome.org>
344
345         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
346         to always set @error when returning FALSE.
347
348 2009-02-14  Christian Persch  <chpe@gnome.org>
349
350         * backend/comics/comics-document.c: (comics_document_load): Make sure
351         to always set @error when returning FALSE.
352
353 2009-02-14  Christian Persch  <chpe@gnome.org>
354
355         * backend/impress/impress-document.c: (impress_document_load): Plug a
356         mem leak.
357
358 2009-02-14  Christian Persch  <chpe@gnome.org>
359
360         * backend/impress/impress-document.c: (impress_document_load): Don't
361         overwrite an error.
362
363 2009-02-14  Christian Persch  <chpe@gnome.org>
364
365         * libdocument/ev-document.c: (ev_document_info_copy): Remove
366         unnecessary NULL check; g_strdup() is NULL-safe.
367
368 2009-02-14  Christian Persch  <chpe@gnome.org>
369
370         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
371         that this returns either NULL and fills in error, or non-NULL. Use a
372         local GError so we can reliably check it.
373
374 2009-02-14  Christian Persch  <chpe@gnome.org>
375
376         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
377         content type to get the description, not the MIME type.
378
379 2009-02-14  Christian Persch  <chpe@gnome.org>
380
381         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
382         in @error on failure. Also, since this is exported in public APIs,
383         cope with the passed-in GError** being NULL.
384
385 2009-02-13  Christian Persch  <chpe@gnome.org>
386
387         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
388         safety.
389         (get_mime_type_from_data): Return the MIME type, not the content type.
390
391 2009-02-13  Christian Persch  <chpe@gnome.org>
392
393         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
394         the input stream.
395
396 2009-02-13  Christian Persch  <chpe@gnome.org>
397
398         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
399         all errors upwards.
400
401 2009-02-13  Christian Persch  <chpe@gnome.org>
402
403         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
404         more bytes from buffer than were read from the file.
405
406 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
407
408         * properties/ev-properties-view.c (set_property):
409         
410         Fixes bug #571787.
411
412 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * shell/eggfindbar.c: (egg_find_bar_init):
415
416         Use gtk_tool_button_set_use_underline() for next/previous buttons
417         so that the underline is used for the mnemonic. Fixes bug #571547.
418         
419 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * shell/ev-window.c: (setup_document_from_metadata),
422         (setup_sidebar_from_metadata), (setup_document_from_metadata),
423         (setup_view_from_metadata), (ev_window_set_document),
424         (ev_window_load_job_cb), (ev_window_reload_job_cb),
425         (ev_window_reload_remote), (ev_window_init):
426
427         Do not use metadata when reloading the document, so that the
428         window is not resized when reloading. See bugs #571051 and
429         #304249.
430         
431 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * configure.ac:
434         * cut-n-paste/smclient/Makefile.am:
435
436         Fix smclient libs on cycgwin. See bug #339172.
437         
438 2009-02-08  Christian Persch  <chpe@gnome.org>
439
440         * configure.ac:
441         * libdocument/Makefile.am:
442         * libview/Makefile.am: Add experimental introspection support.
443         Disabled by default; use --enable-introspection to enable it.
444         Bug #569083.
445
446 2009-02-08  Christian Persch  <chpe@gnome.org>
447
448         * libview/Makefile.am: Link libevdocument.la to libevview.la.
449
450 2009-02-05  Christian Persch  <chpe@gnome.org>
451
452         * backend/comics/comics-document.c: (comics_document_load):
453         * backend/djvu/djvu-document.c: (djvu_document_load):
454         * backend/dvi/dvi-document.c: (dvi_document_load):
455         * backend/impress/impress-document.c: (impress_document_load):
456         * backend/pdf/ev-poppler.cc:
457         * libdocument/ev-document-factory.c: (get_document_from_uri),
458         (ev_document_factory_get_document):
459         * shell/ev-print-operation.c:
460         (ev_print_operation_export_print_dialog_response_cb): Use
461         g_set_error_literal now that we depend on glib 2.18.
462
463 2009-02-05  Hib Eris  <hib@hiberis.nl>
464
465         * shell/ev-application.c:
466
467         Include gdkx.h only with X11. See bug #339172.
468         
469 2009-02-05  Hib Eris  <hib@hiberis.nl>
470
471         * backend/pdf/pdfdocument.evince-backend.in:
472
473         Add application/x-ext-pdf mime type for pdf backend. See bug
474         #339172.
475         
476 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * configure.ac:
479         * cut-n-paste/smclient/Makefile.am:
480         * cut-n-paste/smclient/eggdesktopfile.c:
481         * cut-n-paste/smclient/eggsmclient-win32.c:
482         * shell/main.c:
483
484         Make session manager code compile for w32. These changes have been
485         taken from upstream libegg. Based on patch by Hib Eris. See bug
486         #339172.
487         
488 2009-02-05  Hib Eris  <hib@hiberis.nl>
489
490         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
491
492         Make screensaver code compile for w32. These changes have been
493         copied from upstream totem. See bug #339172.
494         
495 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * configure.ac:
498         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
499
500         Make use of GConf optional. Based on patch by Hib Eris. See bug
501         #339172.
502         
503 2009-02-04  Christian Persch  <chpe@gnome.org>
504
505         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
506         evince gettext domain, so i18n works in the library.
507
508         * properties/ev-properties-main.c: (nautilus_module_initialize):
509         Remove extra bindtextdomain call.
510
511 2009-02-04  Christian Persch  <chpe@gnome.org>
512
513         * backend/comics/comics-document.c:
514         * backend/djvu/djvu-document.c:
515         * backend/dvi/dvi-document.c:
516         * backend/impress/impress-document.c:
517         * backend/pdf/ev-poppler.cc:
518         * backend/pixbuf/pixbuf-document.c:
519         * backend/ps/ev-spectre.c:
520         * backend/tiff/tiff-document.c:
521         * libdocument/ev-attachment.c:
522         * libdocument/ev-document-factory.c:
523         * libview/ev-jobs.c:
524         * libview/ev-view-accessible.c:
525         * libview/ev-view.c:
526         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
527         gi18n.h.
528
529 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * NEWS:
532         * configure.ac:
533
534         Update for release 2.25.90
535         
536 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * cut-n-paste/zoom-control/ephy-zoom-control.c:
539         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
540
541         Remove the old tooltips code and use G_DEFINE_TYPE().
542         
543 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * configure.ac:
546         * help/reference/Makefile.am:
547         * help/reference/libdocument/Makefile.am:
548         * help/reference/libdocument/libevdocument-docs.sgml:
549         * help/reference/libdocument/libevdocument.types:
550         * help/reference/libdocument/version.xml.in:
551         * help/reference/libview/Makefile.am:
552         * help/reference/libview/libevview-docs.sgml:
553         * help/reference/libview/libevview.types:
554         * help/reference/libview/version.xml.in:
555         * help/reference/shell/Makefile.am:
556         * help/reference/shell/evince-docs.sgml:
557         * help/reference/shell/evince.types:
558         * help/reference/shell/tmpl/dummy.sgml:
559         * help/reference/shell/version.xml.in:
560
561         Split API documentation into libdocument, libview and
562         shell. Required gtk-doc files has been added, but API docs still
563         need to be completed and improved. Fixes bug #568465.
564         
565 2009-02-01  Christian Persch  <chpe@gnome.org>
566
567         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
568
569 2009-02-01  Christian Persch  <chpe@gnome.org>
570
571         * backend/Makefile.am:
572         A backend/backend.symbols:
573         * configure.ac: Only export the backend module entry point. Bug
574         #569998.
575
576 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/eggfindbar.c: (egg_find_bar_init):
579
580         Add mnemonics to buttons in search bar. Fixes bug #569212.
581         
582 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
583         
584         * shell/ev-print-operation.c:
585         (ev_print_operation_export_print_dialog_response_cb):
586
587         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
588         
589 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
592
593         Clamp top/bottom values of destinations to make sure they are not
594         bigger than the page height. Fixes bug #569327.
595         
596 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * libdocument/ev-debug.h:
599
600         Fix build when debug mode is disabled.
601         
602 2009-01-30  Christian Persch  <chpe@gnome.org>
603
604         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
605         this return TRUE only if any backends were loaded, so the ev_init()
606         function works as documented.
607
608 2009-01-30  Christian Persch  <chpe@gnome.org>
609
610         * evince-document.h:
611         * libdocument/Makefile.am:
612         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
613         #569117.
614
615         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
616         * libdocument/ev-backends-manager.h:
617         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
618         * libdocument/ev-debug.h:
619         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
620         (_ev_file_helpers_shutdown):
621         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
622         private.
623
624         * properties/ev-properties-main.c: (nautilus_module_initialize),
625         (nautilus_module_shutdown):
626         * shell/main.c: (main):
627         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
628         init/shutdown method.
629
630 2009-01-29  Christian Persch  <chpe@gnome.org>
631
632         * shell/main.c: (option_version_cb): Add --version which was lost in
633         the libgnome removal. Bug #562869.
634
635 2009-01-26  Christian Persch  <chpe@gnome.org>
636
637         * shell/ev-application.c: (ev_application_register_service),
638         (ev_application_shutdown):
639         * shell/main.c: (main): Move metadata manager initialisation and
640         shutdown into EvApplication. Follow-up from bug #569120.
641
642 2009-01-26  Christian Persch  <chpe@gnome.org>
643
644         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
645         copy the string twice. Bug #569231.
646
647 2009-01-26  Christian Persch  <chpe@gnome.org>
648
649         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
650         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
651         * libdocument/ev-file-helpers.h:
652         * shell/ev-application.c: (ev_application_shutdown),
653         (ev_application_init), (ev_application_screensaver_disable),
654         (ev_application_save_print_settings),
655         (ev_application_set_page_setup):
656         * shell/ev-application.h:
657         * shell/ev-metadata-manager.c: (load_values),
658         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
659         shell, since it shouldn't be public API. Bug #569120.
660
661         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
662         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
663
664 2009-01-25  Christian Persch  <chpe@gnome.org>
665
666         Bug 569082 – use versioned directory for backends
667
668         * configure.ac: Define ev_binary_version and backenddir.
669         * evince-document.pc.in: Add backenddir variable.
670         * libdocument/Makefile.am:
671         * backend/*/Makefile.am: Remove backenddir definition, so it picks
672         up the one from configure.
673
674 2009-01-25  Christian Persch  <chpe@gnome.org>
675
676         * configure.ac:
677         * evince-document.pc.in: Renamed from evince-backend.pc.in.
678         * libdocument/Makefile.am: Renamed library to libevdocument.la.
679         * libview/Makefile.am:
680         * shell/Makefile.am:
681         * backend/*/Makefile.am: Adapt to changed library name.
682
683         * libdocument/Makefile.am:
684         * libview/Makefile.am: Change the installed headers path to match
685         the directory names in SVN.
686
687         * evince-document.h:
688         * evince-view.h: Add single headers. Bug #568227.
689
690         * libdocument/*.h:
691         * libview/*.h: Add single headers guards.
692
693         * libview/Makefile.am:
694         * libdocument/Makefile.am:
695         * backend/*/Makefile.am:
696         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
697         still include individual headers.
698
699         * properties/Makefile.am:
700         * properties/ev-properties-main.c:
701         * properties/ev-properties-view.h:
702         * thumbnailer/Makefile.am:
703         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
704
705         * libdocument/Makefile.am:
706         * libview/Makefile.am: Generate type builtins from all installed headers.
707         * libdocument/ev-link-action.[ch]:
708         * libdocument/ev-link-dest.[ch]:
709         * libdocument/ev-transition-effect.[ch]:
710         * libview/ev-view.[ch]: Remove handcoded type builtins.
711
712         * libdocument/Makefile.am:
713         * evince-document.h: Add ev-document-factory.h to the public headers.
714
715 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-sidebar-page.c:
718
719         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
720         #568228.
721         
722 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * libdocument/ev-document.h:
725
726         Add EV_DEFINE_INTERFACE macro.
727         
728         * libdocument/ev-async-renderer.c:
729         * libdocument/ev-document-find.c:
730         * libdocument/ev-document-fonts.c:
731         * libdocument/ev-document-forms.c:
732         * libdocument/ev-document-images.c:
733         * libdocument/ev-document-layers.c:
734         * libdocument/ev-document-links.c:
735         * libdocument/ev-document-security.c:
736         * libdocument/ev-document-thumbnails.c:
737         * libdocument/ev-document-transition.c:
738         * libdocument/ev-document.c:
739         * libdocument/ev-file-exporter.c:
740         * libdocument/ev-selection.c:
741
742         Use EV_DEFINE_INTERFACE macro to define interfaces in
743         libdocument. See bug #568228.
744         
745 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * libdocument/ev-document.[ch]:
748
749         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
750         #568228.
751         
752 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
753
754         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
755         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
756         (new_separator_pixbuf):
757         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
758         (egg_toolbar_editor_disconnect_model),
759         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
760         (egg_toolbar_editor_finalize):
761         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
762         * cut-n-paste/toolbar-editor/eggmarshalers.list:
763         
764         Sync EggToolbarEditor with libegg.
765
766 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
767
768         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
769         When saving a file, using the default permissions for the user/system,
770         respecting umask and any setgid bit on the directory. Uses the new
771         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
772         Bug #568593.
773         
774 2009-01-21  Christian Persch  <chpe@gnome.org>
775
776         * configure.ac:
777         * libdocument/Makefile.am:
778         * libview/Makefile.am: Add libtool versioning to libevbackend and
779         libevview. Bug #568229.
780
781 2009-01-21  Christian Persch  <chpe@gnome.org>
782
783         * Makefile.am:
784         * configure.ac:
785         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
786
787 2009-01-21  Christian Persch  <chpe@gnome.org>
788
789         * configure.ac:
790         * libdocument/Makefile.am:
791         A libdocument/ev-version.h.in: Add version defines and version check
792         macro. Bug #568224.
793
794 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
795
796         * shell/ev-sidebar-links.c
797         * shell/ev-print-operation.c:
798         * shell/ev-history.c:
799         * shell/ev-file-monitor.c:
800         * shell/ev-window.c:
801         * shell/ev-password-view.c:
802         * shell/ev-sidebar-thumbnails.c:
803         * shell/ev-sidebar-attachments.c:
804         * libview/ev-pixbuf-cache.c:
805         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
806         Bug #568386.
807
808 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
809
810         * libdocument/ev-document-info.h:
811
812         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
813         
814 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
815
816         * libview/Makefile.am:
817
818         Install ev-job-scheduler.h. See bug #567790.
819         
820 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
821
822         * libdocument/Makefile.am:
823
824         Install ev-backends-manager.h and
825         ev-document-type-builtins.h. Fixes bug #567787.
826         
827 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * NEWS:
830         * configure.ac:
831
832         Update for release 2.25.5
833         
834 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * libview/ev-view.c: (ev_view_drag_data_get):
837
838         Fix second parameter passed to gtk_selection_data_set_uris(), 
839         it expects a gchar **.
840         
841 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
842
843         * libdocument/Makefile.am:
844         * libdocument/ev-document-info.h:
845         * libdocument/ev-document-type-builtins.c.template:
846         * libdocument/ev-document-type-builtins.h.template:
847         * libdocument/ev-document.c: (ev_document_info_get_type),
848         (ev_document_info_copy):
849
850         Make EvDocumentInfo and enums definded in ev-document-info.h
851         GTypes. Fixes bug #567789.
852         
853 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
854
855         * shell/main.c (arguments_parse): Fix for a minor code typo.
856
857 2009-01-18  Christian Persch  <chpe@gnome.org>
858
859         * help/reference/Makefile.am:
860         * help/reference/evince.types: Fix the API docs build. Bug #568171.
861
862 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
863
864         * libview/Makefile.am:
865         * libview/ev-view-type-builtins.c.template:
866         * libview/ev-view-type-builtins.h.template:
867
868         Make EvJobPriority a proper GType. Fixes bug #567788.
869         
870 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * configure.ac:
873         * cut-n-paste/*/Makefile.am:
874         * libdocument/Makefile.am:
875
876         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
877         code.
878         
879 2009-01-18  Christian Persch  <chpe@gnome.org>
880
881         * libview/ev-view.c: (ev_view_drag_data_get),
882         (ev_view_drag_motion), (ev_view_update_primary_selection),
883         (clear_link_selected):
884         * shell/ev-sidebar-attachments.c:
885         (ev_sidebar_attachments_drag_data_get),
886         (ev_sidebar_attachments_get_property),
887         (ev_sidebar_attachments_init):
888         * shell/ev-window.c: Update drag handling code to use the
889         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
890         hardcoding the targets lists. Bug #558084.
891         
892 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * libdocument/Makefile.am:
895         * libdocument/ev-backend-marshal.c:
896         * libdocument/ev-backend-marshalers.list:
897         * libdocument/ev-document.c:
898
899         Remove unused marshalers stuff from libdocument.
900         
901 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * po/POTFILES.in:
904
905         Update for the current source tree.
906         
907 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * configure.ac:
910         * Makefile.am:
911         * libdocument/Makefile.am:
912         * libview/Makefile.am:
913         * libview/ev-job-scheduler.[ch]:
914         * libview/ev-jobs.[ch]:
915         * libview/ev-page-cache.[ch]:
916         * libview/ev-pixbuf-cache.[ch]:
917         * libview/ev-timeline.[ch]:
918         * libview/ev-transition-animation.[ch]:
919         * libview/ev-view-accessible.[ch]:
920         * libview/ev-view-marshal.list:
921         * libview/ev-view.[ch]:
922         * shell/Makefile.am:
923
924         Move EvView specific code to a libeviview library so that it can
925         be embbeded in other applications. Based on patches by Tomeu
926         Vizoso. Fixes bug #567751.
927         
928 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
931         * shell/ev-window.c: (ev_window_load_job_cb),
932         (ev_window_load_job_cb), (ev_window_open_uri),
933         (ev_window_reload_local), (ev_window_dispose):
934
935         Remove dest, mode and search_string from EvJobLoad since they are
936         not really needed by the job, but for the window.
937         
938 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-view.c: (ev_view_drag_data_received),
941         (ev_view_class_init), (ev_view_init):
942         * shell/ev-window.c: (ev_window_drag_data_received),
943         (ev_window_class_init), (ev_window_init):
944
945         Make the whole EvWindow the destination of a drag and drop
946         operation.
947         
948 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-window.c: (window_open_file_copy_progress_cb):
951
952         Add missing brakets around the percentage in progress
953         messages. See bug #567910.
954         
955 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-application.c: (ev_application_open_window),
958         (ev_application_open_uri_at_dest):
959
960         Do no use gdk_x11_* when not available. Based on patch by Hib
961         Eris, see bug #339172.
962         
963 2009-01-16  Hib Eris  <hib@hiberis.nl>
964
965         * configure.ac:
966         * properties/ev-properties-view.c:
967         (ev_properties_view_format_date):
968
969         Check for localtime_r. See bug #339172.
970         
971 2009-01-16  Hib Eris  <hib@hiberis.nl>
972
973         * shell/main.c:
974
975         Include gdkx only for dbus support. See bug #339172.
976         
977 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
978
979         * shell/ev-view.c: (ev_view_set_zoom_for_size):
980
981         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
982         #567785.
983         
984 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-window.c: (reload_remote_copy_progress_cb),
987         (window_save_file_copy_progress_cb):
988
989         Use brakets around the percentage in progress messages. See bug
990         #567910.
991         
992 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-window.c: (reload_remote_copy_ready_cb):
995
996         Fix typo in error message. See bug #567910.
997         
998 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-window.c: (ev_window_cmd_file_close_window):
1001
1002         Fix mnemonic conflict. Fixes bug #567937.
1003         
1004 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1005
1006         * NEWS:
1007         * configure.ac:
1008
1009         Update for release 2.25.4
1010         
1011 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1012
1013         * configure.ac:
1014         
1015         GLib version requirement bumped to 2.18 due to g_set_error_literal.
1016         Thanks to Christian Spurk.
1017
1018 2008-12-31  Hib Eris  <hib@hiberis.nl>
1019         
1020         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
1021
1022         Fix mime type handling.
1023         
1024 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * po/POTFILES.in:
1027
1028         Add ev-print-operation.c.
1029         
1030 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-window.c: (ev_window_clear_progress_idle),
1033         (reset_progress_idle), (ev_window_show_progress_message),
1034         (ev_window_reset_progress_cancellable),
1035         (ev_window_progress_response_cb), (show_loading_progress),
1036         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
1037         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
1038         (show_reloading_progress), (reload_remote_copy_ready_cb),
1039         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
1040         (show_saving_progress), (window_save_file_copy_ready_cb),
1041         (window_save_file_copy_progress_cb), (ev_window_save_remote),
1042         (ev_window_dispose):
1043
1044         Show progress information when loading/saving remote files. Fixes
1045         bug #370958.
1046         
1047 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
1050
1051         Show better warning message when temp file cannot be deleted.
1052         
1053 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * shell/ev-window.c: (image_save_dialog_response_cb):
1056
1057         Fix saving images to remote locations.
1058         
1059 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * shell/ev-application.[ch]: (ev_application_shutdown),
1062         (ev_application_get_print_settings_file),
1063         (ev_application_save_print_settings),
1064         (ev_application_get_print_settings),
1065         (ev_application_set_print_settings),
1066         (ev_application_get_page_setup), (ev_application_set_page_setup):
1067         * shell/ev-window.c: (ev_window_save_print_page_setup),
1068         (ev_window_load_print_page_setup_from_metadata),
1069         (ev_window_print_page_setup_done_cb),
1070         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
1071         (ev_window_cmd_preview_print):
1072
1073         Remember page setup options too. Paper size is globally remembered
1074         while page margins are stored per document in metadata file. Fixes
1075         bugs #525185 and #349102.
1076         
1077 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * shell/ev-print-operation.c:
1080         (ev_print_operation_export_print_dialog_response_cb):
1081
1082         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1083         
1084 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-print-operation.c: (export_cancel),
1087         (export_job_cancelled), (ev_print_operation_export_begin),
1088         (ev_print_operation_export_cancel):
1089         * shell/ev-window.c: (ev_window_print_cancel),
1090         (ev_window_print_update_pending_jobs_message),
1091         (ev_window_print_operation_done),
1092         (ev_window_print_operation_status_changed),
1093         (print_jobs_confirmation_dialog_response),
1094         (ev_window_cmd_file_close_window):
1095
1096         Show a confirmation dialog when there are pending print jobs while
1097         closing the main window. Fixes bug #480964.
1098         
1099 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1102         (ev_print_operation_get_job_name),
1103         (ev_print_operation_get_status),
1104         (ev_print_operation_get_progress),
1105         (ev_print_operation_update_status),
1106         (ev_print_operation_export_get_job_name), (clamp_ranges),
1107         (get_first_and_last_page), (ev_print_operation_export_run_next),
1108         (print_job_finished), (export_print_done), (export_job_cancelled),
1109         (update_progress), (export_print_page),
1110         (ev_print_operation_export_begin),
1111         (ev_print_operation_export_print_dialog_response_cb),
1112         (ev_print_operation_export_run),
1113         (ev_print_operation_export_cancel),
1114         (ev_print_operation_export_class_init):
1115         * shell/ev-window.c:
1116         (ev_window_print_update_pending_jobs_message),
1117         (ev_window_print_operation_done),
1118         (ev_window_print_progress_response_cb),
1119         (ev_window_print_operation_status_changed),
1120         (ev_window_print_operation_begin_print), (ev_window_print_range),
1121         (ev_window_dispose):
1122
1123         Show progress information when printing. Fixes bug #482770.
1124         
1125 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * shell/Makefile.am:
1128         * shell/ev-progress-message-area.[ch]:
1129         * shell/ev-message-area.[ch]: (ev_message_area_init),
1130         (ev_message_area_set_image_from_stock):
1131
1132         Add EvProgressMessageArea derived from EvMessageArea to show
1133         progress information in the message area. 
1134         
1135 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1138
1139         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1140         close button. Add a function to get the contents of the message
1141         area.
1142         
1143 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/Makefile.am:
1146         * shell/ev-print-operation.[ch]:
1147         * shell/ev-jobs.[ch]: (ev_job_export_init),
1148         (ev_job_export_dispose), (ev_job_export_run),
1149         (ev_job_export_class_init), (ev_job_export_new),
1150         (ev_job_export_set_page):
1151         * shell/ev-window.c: (ev_window_print_operation_done),
1152         (ev_window_print_range), (ev_window_dispose):
1153
1154         First step of the printing system rework. EvJobPrint has been
1155         replaced by EvJobExport so that every page is scheduled to be
1156         exported in a thread instead of scheduling the whole printing
1157         process. This way the gui is responsive during printing.
1158         
1159 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * shell/ev-window.c: (setup_size_from_metadata),
1162         (ev_window_load_print_settings_from_metadata):
1163
1164         Fix memory leaks.
1165         
1166 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * libdocument/ev-document.c: (ev_document_get_type):
1169
1170         Add GObject type as prerequisite to EvDocument interface so that
1171         document instances can be used as GObjects.
1172         
1173 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * shell/ev-view.c: (jump_to_find_result):
1176
1177         Only jump the the location of the find result for the first match
1178         when searching. It drastically improves the performance when
1179         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1180         #564774.
1181         
1182 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * properties/ev-properties-main.c: (ev_properties_get_pages):
1185         * properties/ev-properties-view.[ch]:
1186         (ev_properties_view_dispose), (ev_properties_view_class_init),
1187         (ev_properties_view_set_info), (ev_properties_view_new):
1188         * shell/ev-properties-dialog.[ch]:
1189         (ev_properties_dialog_set_document):
1190         * shell/ev-window.c: (ev_window_setup_document),
1191         (ev_window_cmd_file_properties):
1192
1193         Add document URI to properties page. Fixes bug #555376.
1194         
1195 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * configure.ac:
1198         * data/Makefile.am:
1199         * data/evince-password.glade: Removed
1200         * data/evince-properties.glade: Removed
1201         * properties/ev-properties-view.c:
1202         (ev_properties_view_class_init), (set_property),
1203         (ev_properties_view_set_info), (ev_properties_view_init):
1204         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1205         (font_cell_data_func), (ev_properties_fonts_init):
1206
1207         Remove Glade dependency.
1208         
1209 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * backend/comics/comics-document.c: (comics_document_load):
1212
1213         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1214         
1215 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * NEWS:
1218         * configure.ac:
1219
1220         Update for release 2.25.2
1221         
1222 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * configure.ac:
1225         * shell/Makefile.am:
1226         * shell/ev-keyring.[ch]:
1227         * shell/ev-password.[ch]: Removed
1228         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1229         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1230         (ev_password_view_init), (ev_password_view_set_uri),
1231         (ev_password_dialog_got_response),
1232         (ev_password_dialog_remember_button_toggled),
1233         (ev_password_dialog_entry_changed_cb),
1234         (ev_password_dialog_entry_activated_cb),
1235         (ev_password_view_ask_password), (ev_password_view_get_password),
1236         (ev_password_view_get_password_save_flags),
1237         (ev_password_view_new):
1238         * shell/ev-window.c: (ev_window_password_view_unlock),
1239         (ev_window_load_job_cb), (ev_window_close_dialogs),
1240         (ev_window_init):
1241
1242         Rework the password view. When the password is in the keyring it's
1243         used automatically without showing the password dialog and it's  
1244         only stored in the keyring when we are sure it's correct. The
1245         password dialog has been reworked too, in order to make it
1246         more hig compliant and consistent with the GTK+ dialog used in
1247         gtkmountoperation. Fixes bug #562496. 
1248         
1249 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * backend/comics/comics-document.c: (comics_document_load):
1252
1253         Do not trust file extensions when getting the command needed to
1254         uncompress comic documents. Fixes bug #562143.
1255         
1256 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * libdocument/ev-document-factory.c: (get_document_from_uri),
1259         (ev_document_factory_get_document):
1260         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1261         (get_mime_type_from_data), (ev_file_get_mime_type):
1262
1263         Move mime-type functions from document-facrory to file-helpers so
1264         that it can be reused.
1265         
1266 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1269         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1270         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1271         (ev_window_reload_remote), (ev_window_reload_document):
1272
1273         Add support for reloading remote documents. Fixes bug #555399.
1274         
1275 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-view.c: (ev_view_find_previous):
1278
1279         Make sure find_result is never < 0 which causes a crash while
1280         searching. Fixes bug #558377.
1281         
1282 2008-11-19  Marek Kašík <mkasik@redhat.com>
1283
1284         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1285         (ev_pixbuf_cache_get_selection_surface):
1286         
1287         Fixes crash on fast scrolling with simultaneous text selection.
1288
1289 2008-11-19  Marek Kašík <mkasik@redhat.com>
1290
1291         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1292         * shell/ev-window.c (launch_external_uri):
1293         
1294         Fixes assertion fail on selecting text. See bug #561393.
1295
1296 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/Makefile.am:
1299         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1300         (ev_job_layers_dispose), (ev_job_layers_run),
1301         (ev_job_layers_class_init), (ev_job_layers_new):
1302         * shell/ev-sidebar-layers.[ch]:
1303         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1304         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1305         (ev_view_reload_page), (ev_view_reload):
1306         * shell/ev-window.c: (setup_sidebar_from_metadata),
1307         (ev_window_sidebar_current_page_changed_cb),
1308         (sidebar_layers_visibility_changed), (ev_window_init):
1309
1310         Add layers support.
1311         
1312 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * data/icons/22x22/actions/Makefile.am:
1315         * data/icons/22x22/actions/eye.png:
1316         * shell/ev-stock-icons.[ch]:
1317         
1318         Add eye icon from gimp to hide/show layers.
1319         
1320 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * configure.ac:
1323         * cut-n-paste/Makefile.am:
1324         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1325         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1326         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1327
1328         Add GimpCellRendererToggle from gimp slightly modified to fit our
1329         needs. 
1330         
1331 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * configure.ac:
1334         * backend/pdf/ev-poppler.cc:
1335
1336         Implement layers interface in PDF backend.
1337         
1338 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * libdocument/Makefile.am:
1341         * libdocument/ev-document-layers.[ch]:
1342         * libdocument/ev-layer.[ch]:
1343
1344         Add optional content (layers) interface.
1345         
1346 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1347
1348         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1349         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1350
1351         Removes unused code.
1352
1353 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * NEWS:
1356         * configure.ac:
1357
1358         Update for 2.25.1 release
1359
1360 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * shell/ev-window.c:
1363
1364         Fix build with GTK+ < 2.14
1365
1366 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1367
1368         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1369         
1370         Makes menu label translatable. Fixes bug #559129.
1371
1372 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1373
1374         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1375         (t1_transform_font):
1376         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1377         
1378         More renames of warning to mdvi_warning in follow up to the
1379         fix of the bug #553369. Fix for the bug #559257 by
1380         Tuxce <tuxce.net@gmail.com>.
1381         
1382 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-application.c: (ev_application_init_session):
1385         * shell/main.c: (main):
1386
1387         Move the egg_set_desktop_file() call to main and remove
1388         gtk_window_set_default_icon_name() since it's already called by
1389         egg_set_desktop_file()
1390         
1391 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1394
1395         Initialize GError to NULL.
1396         
1397 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1400         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1401         (ev_window_preview_print_finished), (launch_action):
1402
1403         Do not use popup dialogs to show error messages anymore, use the
1404         message area instead.
1405         
1406 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * shell/ev-window.c: (ev_window_error_message),
1409         (ev_window_warning_message), (ev_window_set_document),
1410         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1411         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1412         (ev_window_cmd_help_contents), (launch_external_uri),
1413         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1414         (ev_attachment_popup_cmd_open_attachment),
1415         (attachment_save_dialog_response_cb):
1416
1417         Use a message format (with printf()-style) in
1418         ev_window_error_message and ev_window_warning_message.
1419
1420 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * shell/ev-window.c: (ev_window_error_message),
1423         (ev_window_warning_message), (ev_window_set_document),
1424         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1425         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1426         (ev_window_cmd_help_contents), (launch_external_uri),
1427         (image_save_dialog_response_cb),
1428         (ev_attachment_popup_cmd_open_attachment),
1429         (attachment_save_dialog_response_cb):
1430
1431         Change ev_window_error_message and ev_window_warning_message to
1432         receive a EvWindow instead of a GtkWindow. It's more consistent
1433         and avoids unneeded casts.
1434         
1435 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c: (ev_window_cmd_help_contents):
1438
1439         Use gtk_show_uri() when availale to display help contents.
1440         
1441 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * configure.ac:
1444         * backend/pdf/ev-poppler.cc:
1445         * properties/ev-properties-view.c:
1446         * shell/Makefile.am:
1447         * shell/ev-tooltip.[ch]: Removed
1448         * shell/ev-view-private.h
1449         * shell/eggfindbar.c:
1450         * shell/ev-application.c:
1451         * shell/ev-open-recent-action.c:
1452         * shell/ev-sidebar-thumbnails.c:
1453         * shell/ev-view.c:
1454         * shell/ev-window.c:
1455
1456         Bump GTK+ requirement to 2.12.
1457         
1458 2008-10-27 Christian Persch <chpe@gnome.org>
1459
1460         * backend/djvu/djvu-document.c
1461         * backend/dvi/cairo-device.c
1462         * cut-n-paste/evmountoperation/ev-mount-operation.h
1463         * cut-n-paste/gedit-message-area/gedit-message-area.h
1464         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1465         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1466         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1467         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1468         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1469         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1470         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1471         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1472         * cut-n-paste/zoom-control/ephy-zoom-action.c
1473         * cut-n-paste/zoom-control/ephy-zoom-action.h
1474         * cut-n-paste/zoom-control/ephy-zoom-control.c
1475         * cut-n-paste/zoom-control/ephy-zoom-control.h
1476         * libdocument/ev-async-renderer.h
1477         * libdocument/ev-document-factory.c
1478         * libdocument/ev-document-misc.h
1479         * libdocument/ev-image.h
1480         * libdocument/ev-selection.h
1481         * shell/ev-properties-fonts.h
1482         * shell/ev-stock-icons.h
1483         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1484         directly. Bug #558064.
1485
1486 2008-10-27 Christian Persch <chpe@gnome.org>
1487
1488         * cut-and-paste/smclient/*: Update from libegg.
1489
1490 2008-10-27 Christian Persch <chpe@gnome.org>
1491
1492         * backend/djvu/djvu-document.c
1493         * backend/ps/ev-spectre.c
1494         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1495
1496 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1497
1498         * shell/ev-view.c (ev_view_change_page),
1499         (ev_view_transition_animation_finish),
1500         (ev_view_transition_animation_cancel), (page_changed_cb),
1501         (ev_view_set_presentation), (ev_view_next_page),
1502         (ev_view_previous_page):
1503         
1504         Cancel the animation without scheduling transition start
1505         and proceed to the next page to fix bug #516749.
1506
1507 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * NEWS:
1510         * configure.ac:
1511
1512         Update for release 2.24.1
1513         
1514 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1517
1518         Disable toggle function of F5 when in presentation mode. Patch by
1519         Dave Neary. Fixes bug #556162.
1520         
1521 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1524         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1525         (ev_sidebar_thumbnails_fill_model),
1526         (ev_sidebar_thumbnails_refresh),
1527         (ev_sidebar_thumbnails_set_document):
1528
1529         Instead of using only one loading icon for thumbnails based on the
1530         size of the first page, create an icon for every different page
1531         size. Fixes bug #556264.
1532         
1533 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1536
1537         Fix memory leak.
1538         
1539 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1540
1541         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1542
1543         Removes bad prefixes from window title. Patch by 
1544         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1545         
1546 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-window.c: (launch_external_uri):
1549
1550         Do not consider mailto links as http uris. Fixes bug #555801.
1551         
1552 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1555
1556         Fix memory leak. Fixes bug #555134.
1557         
1558 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1561
1562         Emit the job finished signal when the job is handled before the
1563         page_ready callback.
1564         
1565 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * shell/ev-window.c: (launch_action):
1568
1569         Use GdkAppLaunchContext when available to launch external
1570         applications.
1571         
1572 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * shell/ev-window.c: (launch_action):
1575
1576         Fix launching external applications for launch actions which seems
1577         to be broken since the gio port. Fixes bug #554500.
1578         
1579 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * backend/dvi/Makefile.am:
1582         * backend/dvi/cairo-device.c:
1583         * backend/dvi/dvi-document.c:
1584         * backend/dvi/mdvi-lib/Makefile.am:
1585
1586         Fix several compile warnings in the dvi backend.
1587         
1588 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * backend/dvi/mdvi-lib/common.h:
1591         * backend/dvi/mdvi-lib/dviread.c:
1592         * backend/dvi/mdvi-lib/font.c:
1593         * backend/dvi/mdvi-lib/fontmap.c:
1594         * backend/dvi/mdvi-lib/fontsrch.c:
1595         * backend/dvi/mdvi-lib/gf.c:
1596         * backend/dvi/mdvi-lib/pagesel.c:
1597         * backend/dvi/mdvi-lib/pk.c:
1598         * backend/dvi/mdvi-lib/sp-epsf.c:
1599         * backend/dvi/mdvi-lib/special.c:
1600         * backend/dvi/mdvi-lib/tfm.c:
1601         * backend/dvi/mdvi-lib/tfmfile.c:
1602         * backend/dvi/mdvi-lib/util.c:
1603         * backend/dvi/mdvi-lib/vf.c:
1604
1605         Rename error as mdvi_error to avoid symbol conflicts with the libc
1606         error. Rename also message, crash, fatal and warning for
1607         consistency. Fixes bug #553369.
1608         
1609 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * backend/dvi/dvi-document.c: (dvi_document_load):
1612
1613         Fix memory leak.
1614         
1615 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * backend/dvi/dvi-document.c:
1618
1619         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1620         G_IMPLEMENT_INTERFACE.
1621         
1622 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1625
1626         Make sure copy_job_page_and_selection_to_job_info is always called
1627         before copy_job_to_job_info. Fixes bug #552382.
1628         
1629 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * NEWS:
1632         * configure.ac:
1633
1634         Update for release 2.24.0
1635         
1636 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * shell/ev-window.c: (launch_external_uri):
1639
1640         Use GdkAppLaunchContext when available to launch external uris.
1641         
1642 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * shell/ev-window.c: (launch_external_uri):
1645
1646         Use the message area to show errors when lauching external uris
1647         instead of a popup window.
1648         
1649 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-window.c: (launch_external_uri):
1652
1653         Assume invalid uris are http uris. Fixes bug #552071.
1654         
1655 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * NEWS:
1658         * configure.ac:
1659
1660         Update for release 2.23.92.
1661         
1662 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * shell/eggfindbar.c: (egg_find_bar_class_init):
1665
1666         Allow page scrolling with PageUp/PageDown keys when find bar is
1667         active. Fixes bug #529833.
1668         
1669 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-view-private.h:
1672         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1673         (ev_view_scroll), (ev_view_class_init):
1674         * shell/ev-view-accessible.c:
1675         (ev_view_accessible_action_do_action):
1676         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1677         (ev_window_cmd_scroll_backward):
1678
1679         Use GtkScrollType instead of EvScrollType.
1680         
1681 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1682
1683         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1684         
1685         Patch for case unsensitive page label match by Michael Lee.
1686         See bug #550136.
1687         
1688         * shell/ev-page-action.c (create_tool_item):    
1689         * test/Makefile.am:
1690         * test/test1.py:
1691         * test/test4.py:
1692         * test/test5.py:
1693         
1694         Added test for the above and updated other tests.
1695
1696 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * shell/ev-window.c: (image_save_dialog_response_cb):
1699
1700         Do not append the file extension twice when saving an image.
1701         
1702 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1705
1706         Remove an invalid ifdef.
1707         
1708 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * shell/ev-view.c: (ev_view_motion_notify_event):
1711
1712         Make sure the cursor is correctly restored after showing the right
1713         click menu.
1714         
1715 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1718         (ev_attachment_open):
1719         * shell/ev-sidebar-attachments.c:
1720         (ev_sidebar_attachments_button_press):
1721         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1722
1723         Use GdkAppLaunchContext when available to open attachments.
1724         
1725 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1728
1729         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1730         by Eric Piel.
1731         
1732 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * shell/ev-application.c: (ev_application_get_media_keys):
1735         * shell/ev-media-player-keys.[ch]:
1736         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1737         (ev_media_player_keys_grab_keys),
1738         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1739         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1740         * shell/ev-window.[ch]: (ev_window_dispose),
1741         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1742         (ev_window_init):
1743
1744         Clean up the media player keys stuff.
1745         
1746 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * NEWS:
1749         * configure.ac:
1750
1751         Update for release 2.23.91.
1752         
1753 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1754
1755         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1756         (sm_client_xsmp_set_initial_properties):
1757
1758         Fix memory leak.
1759         
1760 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/ev-application.c: (ev_application_open_window),
1763         (ev_application_open_uri_at_dest):
1764
1765         Make sure evince starts up in the right workspace when resuming a
1766         previous session.
1767         
1768 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-application.[ch]: (ev_application_open_window),
1771         (ev_application_add_icon_path_for_screen),
1772         (ev_application_open_uri_at_dest):
1773
1774         Fix window manager warnings shown in ~/.xsession-errors
1775         
1776 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * configure.ac:
1779         * cut-n-paste/Makefile.am:
1780         * cut-n-paste/smclient/Makefile.am:
1781         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1782         * cut-n-paste/smclient/eggsmclient-private.h:
1783         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1784         * cut-n-paste/smclient/eggsmclient.[ch]:
1785
1786         EggSMClient copied from libegg
1787
1788         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1789         * shell/Makefile.am:
1790         * shell/ev-application.[ch]: (ev_application_load_session),
1791         (smclient_save_state_cb), (smclient_quit_cb),
1792         (ev_application_init_session), (ev_application_shutdown),
1793         (ev_application_init):
1794         * shell/main.c: (main):
1795
1796         Use EggSMClient instead of gnome-client and remove libgnome and
1797         libgnomeui dependencies.
1798         
1799 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/main.c: (main):
1802
1803         Remove gnome_authentication_manager_init.
1804         
1805 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * shell/ev-view.c: (ev_view_goto_window_create):
1808
1809         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1810         since it's now deprecated.
1811         
1812 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * backend/djvu/Makefile.am:
1815         * backend/djvu/djvu-document-private.h:
1816         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1817         (djvu_document_find_iface_init):
1818         * backend/djvu/djvu-text-page.[ch]:
1819         * backend/djvu/djvu-text.[ch]: Removed
1820         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1821         (pdf_document_find_iface_init):
1822         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1823         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1824         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1825         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1826         (ev_job_find_has_results), (ev_job_find_get_results):
1827         * shell/ev-view-private.h:
1828         * shell/ev-view.[ch]: (ev_view_expose_event),
1829         (highlight_find_results), (ev_view_finalize),
1830         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1831         (ev_view_set_document), (ev_view_find_get_n_results),
1832         (ev_view_find_get_result), (jump_to_find_result),
1833         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1834         (ev_view_find_previous), (ev_view_find_search_changed),
1835         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1836         * shell/ev-window.c: (ev_window_update_actions),
1837         (page_changed_cb), (ev_window_setup_document),
1838         (ev_window_update_find_status_message),
1839         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1840         (ev_window_clear_find_job), (find_bar_close_cb),
1841         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1842         (ev_window_dispose), (ev_window_init):
1843
1844         Rework find interface. The find logic has been moved from backends
1845         to the shell avoiding a lot of duplicated code in the backends and
1846         making easier to implement the find interface in the backends.
1847         
1848 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/pdf/ev-poppler.cc:
1851         (pdf_document_thumbnails_get_dimensions):
1852
1853         Make sure thumbnail size returned by the PDF is actually
1854         valid. Fixes bug #548462.
1855         
1856 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-window.c: (ev_window_setup_document),
1859         (ev_window_set_document), (ev_window_dispose):
1860
1861         Remove the idle function for setting the document up when the
1862         window is destroyed. Fixes bug #549163.
1863         
1864 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1867         (ev_job_attachments_dispose), (ev_job_attachments_run),
1868         (ev_job_attachments_class_init), (ev_job_attachments_new):
1869         * shell/ev-sidebar-attachments.c:
1870         (ev_sidebar_attachments_set_document):
1871
1872         Add a new job to get the attachments in a thread with the document
1873         lock held. Fixes bug #548653.
1874         
1875 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1878         (tiff_document_document_iface_init):
1879
1880         Implement document_get_page_label in tiff backend.
1881         
1882 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * backend/tiff/tiff-document.c: (tiff_document_render):
1885
1886         Handle document orientation in tiff backend. Fixes bug #548444.
1887         
1888 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1891
1892         Do not crash when adjustment page size is 0. Fixes bug #547440.
1893         
1894 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1897
1898         Sync with current GTK+.
1899         
1900 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1901
1902         * configure.ac:
1903         
1904         Update for release 2.23.6.
1905
1906 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1909         (ev_job_load_set_password):
1910         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1911         * shell/ev-window.c: (password_dialog_response),
1912         (ev_window_load_job_cb):
1913
1914         Fix loading encrypted documents since I broke it with the jobs
1915         rework.
1916         
1917 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * NEWS:
1920
1921         Update NEWS for 2.23.6 release.
1922         
1923 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1924
1925         * backend/impress/impress-document.c:
1926         * backend/impress/render.h:
1927         * libdocument/ev-document-factory.c:
1928         * libdocument/ev-document-factory.h:
1929         * libdocument/ev-document-links.h:
1930         * libdocument/ev-document-misc.c:
1931         * libdocument/ev-document-misc.h:
1932         * properties/ev-properties-main.c:
1933         * properties/ev-properties-view.c:
1934         * properties/ev-properties-view.h:
1935         * shell/eggfindbar.c:
1936         * shell/eggfindbar.h:
1937         * shell/ev-application.c:
1938         * shell/ev-application.h:
1939         * shell/ev-jobs.h:
1940         * shell/ev-message-area.h:
1941         * shell/ev-navigation-action.c:
1942         * shell/ev-navigation-action.h:
1943         * shell/ev-open-recent-action.c:
1944         * shell/ev-open-recent-action.h:
1945         * shell/ev-page-action-widget.c:
1946         * shell/ev-page-action.c:
1947         * shell/ev-page-action.h:
1948         * shell/ev-page-cache.h:
1949         * shell/ev-password-view.h:
1950         * shell/ev-password.h:
1951         * shell/ev-pixbuf-cache.h:
1952         * shell/ev-properties-fonts.c:
1953         * shell/ev-sidebar-attachments.c:
1954         * shell/ev-sidebar-links.c:
1955         * shell/ev-sidebar-links.h:
1956         * shell/ev-sidebar-thumbnails.c:
1957         * shell/ev-sidebar-thumbnails.h:
1958         * shell/ev-sidebar.c:
1959         * shell/ev-sidebar.h:
1960         * shell/ev-stock-icons.c:
1961         * shell/ev-tooltip.h:
1962         * shell/ev-view.c:
1963         * shell/ev-view.h:
1964         * shell/ev-window.c:
1965         * shell/ev-window.h:
1966         * shell/main.c:
1967
1968         More #include cleanups. Again: reordering, single gtk.h
1969         includes and other stuff.
1970
1971 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1972
1973         * shell/eggfindbar.c:
1974         * shell/ev-application.c:
1975         * shell/ev-message-area.c:
1976         * shell/ev-navigation-action.c:
1977         * shell/ev-open-recent-action.c:
1978         * shell/ev-page-action-widget.c:
1979         * shell/ev-page-action.c:
1980         * shell/ev-password-view.c:
1981         * shell/ev-properties-dialog.c:
1982         * shell/ev-properties-fonts.c:
1983         * shell/ev-sidebar-attachments.c:
1984         * shell/ev-sidebar-page.c:
1985         * shell/ev-sidebar-thumbnails.c:
1986         * shell/ev-stock-icons.c:
1987         * shell/ev-tooltip.c:
1988         * shell/ev-view.c:
1989         * shell/ev-window.c:
1990         * shell/main.c:
1991
1992         Cleanup many #include statements: reorder so that a
1993         generic-to-specific order is used, use single gtk.h
1994         includes, and some other cleanups.
1995
1996 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-jobs.h:
1999
2000         Add gio header.
2001         
2002 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
2005         (ev_document_fc_mutex_trylock):
2006         * shell/Makefile.am:
2007         * shell/ev-job-queue.[ch]:
2008         * shell/ev-job-scheduler.[ch]:
2009         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
2010         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
2011         (ev_job_run), (ev_job_cancel), (ev_job_failed),
2012         (ev_job_failed_from_error), (ev_job_succeeded),
2013         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
2014         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
2015         (ev_job_links_class_init), (ev_job_render_init),
2016         (notify_page_ready), (ev_job_render_page_ready),
2017         (ev_job_render_run), (ev_job_render_class_init),
2018         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
2019         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
2020         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
2021         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
2022         (ev_job_save_dispose), (ev_job_save_run),
2023         (ev_job_save_class_init), (ev_job_print_init),
2024         (ev_job_print_dispose), (ev_job_print_run),
2025         (ev_job_print_class_init):
2026         * shell/ev-page-cache.c:
2027         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2028         (check_job_size_and_unref), (move_one_job),
2029         (copy_job_to_job_info), (add_job),
2030         (ev_pixbuf_cache_add_jobs_if_needed):
2031         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2032         (job_fonts_finished_cb), (job_fonts_updated_cb),
2033         (ev_properties_fonts_set_document):
2034         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2035         (ev_sidebar_links_set_document):
2036         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
2037         (ev_sidebar_thumbnails_set_document),
2038         (ev_sidebar_thumbnails_clear_job):
2039         * shell/ev-view-private.h:
2040         * shell/ev-view.c:
2041         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
2042         (ev_window_refresh_window_thumbnail), (password_dialog_response),
2043         (ev_window_clear_load_job), (ev_window_clear_reload_job),
2044         (ev_window_load_job_cb), (ev_window_reload_job_cb),
2045         (window_open_file_copy_ready_cb), (ev_window_open_uri),
2046         (ev_window_reload_document), (ev_window_clear_save_job),
2047         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2048         (ev_window_clear_print_job), (ev_window_print_job_cb),
2049         (ev_window_print_dialog_response_cb):
2050         * shell/main.c: (main):
2051
2052         Rework the jobs system in order to make it simpler and more
2053         extensible. It allows to run jobs in the main loop instead of
2054         using a thread when it's appropriate like the fonts job. Now it's
2055         also possible to cancel jobs that are currently running. 
2056         
2057 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * libdocument/ev-debug.c: (profile_init):
2060
2061         Create the hash table also when profiling service is enabled for
2062         all sections.
2063         
2064 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * libdocument/ev-debug.[ch]: (ev_profiler_start),
2067         (ev_profiler_stop):
2068         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
2069         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
2070         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
2071         (ev_job_print_run):
2072         * shell/main.c: (main):
2073
2074         Add a profile mode available when debug is enabled. Add profilers
2075         in ev-jobs.
2076         
2077 2008-07-23  Götz Waschk <waschk@mandriva.org>
2078
2079         * configure.ac: Correctly build desktop file. Fixes
2080         bug #544237.
2081
2082 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * configure.ac:
2085         
2086         Update for release 2.23.5.
2087
2088 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * NEWS:
2091
2092         Update NEWS for 2.23.5 release.
2093         
2094 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * shell/ev-window.c: (ev_window_state_event),
2097         (ev_window_class_init):
2098
2099         Intercept window manager's fullscreen request in order to run/stop
2100         fullscreen mode. Fixes bug #493541.
2101         
2102 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-window.c: (find_bar_visibility_changed_cb):
2105
2106         Restart the job search when the find bar is opened for the second
2107         time. Fixes bug #531956.
2108         
2109 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2112         (get_document_from_uri):
2113
2114         Make sure we always return a valid error struct when
2115         get_document_from_uri fails. Fixes nautilus crash, see bug
2116         #542548.
2117         
2118 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2119
2120         * libdocument/ev-transition-effect.c
2121         (ev_transition_effect_type_get_type),
2122         (ev_transition_effect_alignment_get_type),
2123         (ev_transition_effect_direction_get_type):
2124         
2125         Fixes bug #542924. Makes enums static to fix Solaris build.
2126
2127 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * shell/ev-view.c: (ev_view_key_press_event):
2130
2131         Add '.' keybinding for blanking the screen in presentation
2132         mode. Fixes bug #542001.
2133         
2134 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2135
2136         * libdocument/ev-document-misc.c:
2137         (ev_document_misc_pixbuf_from_surface):
2138
2139         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2140         #540950.
2141         
2142 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2143
2144         * backend/comics/comics-document.c (comics_document_load):
2145         * backend/comics/comicsdocument.evince-backend.in:
2146         * configure.ac:
2147         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2148         
2149         Added support for 7-zip based cb7 comic book. Patch by
2150         Kartik Rustagi. Fixes bug #532312.
2151
2152 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2153
2154         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2155         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2156         Fixes bug #539972.
2157
2158 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2159
2160         * shell/Makefile.am:
2161         * shell/ev-application.c (ev_application_init),
2162         (ev_application_get_media_keys):
2163         * shell/ev-application.h:
2164         * shell/ev-marshal.list:
2165         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2166         (proxy_destroy), (on_media_player_key_pressed),
2167         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2168         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2169         * shell/ev-media-player-keys.h:
2170         * shell/ev-window.c (ev_window_go_previous_page),
2171         (ev_window_go_next_page), (ev_window_go_first_page),
2172         (ev_window_go_last_page), (ev_window_start_presentation),
2173         (ev_window_dispose), (view_actions_focus_in_cb):
2174         * shell/ev-window.h: When building with D-Bus support, listen
2175         for multimedia key events from gnome-settings-daemon. This allows
2176         to go to the next/previous/first/last pages using, respectively,
2177         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2178         a presentation. Fixes bug #539971.
2179
2180 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2181
2182         * configure.ac:
2183         
2184         Update for release 2.23.4.
2185
2186 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * NEWS:
2189
2190         Update news for 2.23.4 release.
2191         
2192 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2195         * shell/ev-sidebar-thumbnails.c:
2196         (ev_sidebar_thumbnails_set_loading_icon),
2197         (ev_sidebar_thumbnails_refresh):
2198         * shell/ev-window.c: (ev_window_error_message),
2199         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2200         (ev_window_set_document):
2201
2202         Do not crash opening documents with no pages and show a warning
2203         message in the message area. Fixes bugs #537574 and #171588.
2204         
2205 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * shell/Makefile.am:
2208         * shell/ev-file-monitor.[ch]:
2209         * shell/ev-window.c: (ev_window_document_changed),
2210         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2211         (ev_window_reload_job_cb), (ev_window_open_uri),
2212         (ev_window_reload_document), (ev_window_cmd_view_reload),
2213         (ev_window_dispose):
2214
2215         Automaticly reload the document when the file has changed on
2216         disk. Bug #304249.
2217         
2218 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2219
2220         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2221         * libdocument/ev-image.c: (ev_image_save_tmp):
2222         * libdocument/ev-module.c: (ev_module_load):
2223         * shell/ev-application.c: (ev_application_shutdown),
2224         (ev_application_get_print_settings):
2225         * shell/ev-sidebar-attachments.c:
2226         (ev_sidebar_attachments_button_press),
2227         (ev_sidebar_attachments_drag_data_get):
2228         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2229         (ev_window_print_finished), (ev_window_print_send),
2230         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2231         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2232         (ev_window_cmd_preview_print):
2233         * shell/main.c: (load_files_remote):
2234         Fix some build warnings under GCC 4.3.0. (#537535).
2235
2236 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * shell/ev-jobs.c: (ev_job_render_dispose):
2239
2240         Fix a crash in debug mode. Patch by Daniel M German.
2241         
2242 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-window.c:
2245
2246         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2247         
2248 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c: (ev_window_print_send),
2251         (ev_window_do_preview_print):
2252
2253         Use the window title as print job name instead of just
2254         "evince-print". Fixes bug #534493.
2255         
2256 2008-05-19  Frederic Peters  <fpeters@0d.be>
2257
2258         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2259         Bug #533897.
2260
2261 2008-05-19  Frederic Peters  <fpeters@0d.be>
2262
2263         * help/reference/Makefile.am: added missing libevmountoperation to
2264         gtkdoc-scanobj libraries.  Bug #533896.
2265
2266 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2267
2268         * properties/ev-properties-view.c (get_default_user_units):
2269         Fixes check for default units string translation. Bug #533323.
2270
2271 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2272
2273         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2274         be an iks_free(). Fix an array overflow in the XML parser that
2275         would occur whenever the number of attributes in a tag was greater
2276         than 0 and divisible by 6. Fixes GNOME bug #530852.
2277
2278 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * backend/djvu/djvu-document-private.h:
2281         * backend/djvu/djvu-links.c:
2282         * backend/djvu/djvu-text.c:
2283         * backend/djvu/djvu-document.c: (djvu_handle_events),
2284         (djvu_wait_for_message), (djvu_document_load),
2285         (document_get_page_size), (djvu_document_render),
2286         (djvu_document_thumbnails_get_thumbnail),
2287         (djvu_document_file_exporter_end):
2288
2289         Make sure load job doesn't finish successfully when the document
2290         is not successfully decoded by libdjvu. Fixes bug #530202.
2291         
2292 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * configure.ac:
2295         * libdocument/Makefile.am:
2296         * libdocument/ev-debug.[ch]:
2297         * libdocument/ev-document.c:
2298         * shell/ev-jobs.c: (ev_job_links_dispose),
2299         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2300         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2301         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2302         (ev_job_render_page_ready), (ev_job_render_run),
2303         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2304         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2305         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2306         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2307         (ev_job_print_new), (ev_job_print_run):
2308         * shell/main.c: (main):
2309
2310         Add debug mode based on gedit code. Add debug messages in
2311         ev-jobs.
2312         
2313 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * libdocument/ev-document-factory.c: (get_document_from_uri):
2316
2317         Fix memory leak.
2318         
2319 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2320
2321         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2322         (get_mime_type_from_data), (get_document_from_uri),
2323         (ev_document_factory_get_document):
2324         
2325         Improved error message about file opening failture.
2326         Bug #529129.
2327
2328 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2329
2330         * data/evince-toolbar.xml:
2331         
2332         Allow to add SaveAs to toolbar.
2333
2334 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-view-private.h:
2337         * shell/ev-view.[ch]: (ev_view_button_release_event),
2338         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2339         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2340         (ev_view_update_primary_selection), (clear_link_selected),
2341         (ev_view_copy_link_address):
2342         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2343
2344         Update also the primary selection when copying a link
2345         address. Fixes bug #520855.
2346         
2347 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * libdocument/ev-document-factory.c: (get_document_from_uri):
2350
2351         Use the pixbuf backend only when the mime type is not supported by
2352         any of the other backend so that tiff documents, for instance, are
2353         handled by the tiff backend instead of the pixbuf backend. fixes
2354         bug #520290.
2355         
2356 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * cut-n-paste/Makefile.am:
2359
2360         Add evmountoperation to subdirs list.
2361         
2362 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * configure.ac:
2365
2366         Fix libspectre check in configure script. Fixes bug #528549.
2367         
2368 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * configure.ac:
2371         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2372         * shell/Makefile.am:
2373         * shell/ev-window.c: (ev_window_load_remote_failed),
2374         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2375
2376         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2377         open documents in remote locations that are not mounted.
2378         
2379 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2382         (bitmap_convert_msb8):
2383         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2384         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2385
2386         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2387         
2388 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2391         (ev_job_render_new), (ev_job_render_set_selection_info),
2392         (ev_job_render_run):
2393         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2394         (check_job_size_and_unref),
2395         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2396         (add_job), (ev_pixbuf_cache_get_selection_surface):
2397
2398         Create the render context needed for rendering a page in the render
2399         thread so that we don't block the main thread. Simplify
2400         EvJobRender API.
2401         
2402 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * libdocument/Makefile.am:
2405         * libdocument/ev-page.[ch]:
2406         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2407         (ev_render_context_new), (ev_render_context_set_page):
2408         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2409         (ev_form_field_finalize), (ev_form_field_class_init):
2410         * libdocument/ev-document-forms.[ch]:
2411         (ev_document_forms_get_form_fields):
2412         * libdocument/ev-document.[ch]: (ev_document_get_page),
2413         (ev_document_get_page_size), (ev_document_get_page_label):
2414         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2415         (ev_job_render_run), (ev_job_thumbnail_new),
2416         (ev_job_thumbnail_run), (ev_job_print_run):
2417         * shell/ev-page-cache.c: (ev_page_cache_new):
2418         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2419         (check_job_size_and_unref), (add_job):
2420         * shell/ev-sidebar-thumbnails.c: (add_range):
2421         * shell/ev-view.c: (ev_view_form_field_get_region),
2422         (ev_view_form_field_button_create_widget),
2423         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2424         (ev_view_handle_form_field), (ev_view_size_allocate),
2425         (get_selected_text):
2426         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2427         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2428         (pdf_document_get_page), (pdf_document_get_page_label),
2429         (pdf_document_render), (pdf_document_get_info),
2430         (pdf_document_document_iface_init),
2431         (pdf_document_thumbnails_get_thumbnail),
2432         (pdf_document_thumbnails_get_dimensions),
2433         (pdf_document_file_exporter_do_page),
2434         (pdf_selection_render_selection),
2435         (pdf_selection_get_selected_text),
2436         (pdf_selection_get_selection_region),
2437         (pdf_selection_get_selection_map),
2438         (pdf_document_forms_get_form_fields),
2439         (pdf_document_forms_form_field_text_get_text),
2440         (pdf_document_forms_form_field_text_set_text),
2441         (pdf_document_forms_form_field_button_set_state),
2442         (pdf_document_forms_form_field_button_get_state),
2443         (pdf_document_forms_form_field_choice_get_item),
2444         (pdf_document_forms_form_field_choice_get_n_items),
2445         (pdf_document_forms_form_field_choice_is_item_selected),
2446         (pdf_document_forms_form_field_choice_select_item),
2447         (pdf_document_forms_form_field_choice_toggle_item),
2448         (pdf_document_forms_form_field_choice_unselect_all),
2449         (pdf_document_forms_form_field_choice_set_text),
2450         (pdf_document_forms_form_field_choice_get_text):
2451         * backend/ps/ev-spectre.c: (ps_document_get_page),
2452         (ps_document_get_page_size), (ps_document_get_page_label),
2453         (ps_document_render), (ps_document_document_iface_init),
2454         (ps_document_file_exporter_do_page):
2455         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2456         (tiff_document_render), (tiff_document_render_pixbuf),
2457         (tiff_document_file_exporter_do_page):
2458         * backend/pixbuf/pixbuf-document.c:
2459         (pixbuf_document_get_page_size):
2460         * backend/comics/comics-document.c:
2461         (comics_document_get_page_size), (comics_document_render_pixbuf):
2462         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2463         (djvu_document_render), (djvu_selection_get_selected_text),
2464         (djvu_document_thumbnails_get_thumbnail),
2465         (djvu_document_file_exporter_do_page),
2466         (djvu_document_find_get_result):
2467         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2468         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2469         (dvi_document_thumbnails_get_thumbnail),
2470         (dvi_document_file_exporter_do_page):
2471         * backend/impress/impress-document.c:
2472         (impress_document_get_page_size),
2473         (impress_document_render_pixbuf):
2474         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2475
2476         Add EvPage so that we can hold a reference to the backend
2477         page. Form fields keep now a reference to the poppler page
2478         improving performance since we don't have to create/destroy the
2479         poppler field for every form operation. This will be needed for
2480         annotations too.
2481         
2482 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * data/evince-ui.xml:
2485         * shell/ev-window.c:
2486
2487         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2488         
2489 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * configure.ac:
2492         * backend/ps/Makefile.am:
2493
2494         Remove gs stuff from ps backend.
2495         
2496 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * configure.ac:
2499         * backend/pdf/ev-poppler.cc:
2500
2501         Bump poppler requirement to 0.8.0.
2502         
2503 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2504
2505         * NEWS:
2506         * configure.ac:
2507
2508         Update for release 2.22.1.1
2509
2510 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * configure.ac:
2513
2514         Fix build (again) when poppler version is 0.6
2515         
2516 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * backend/djvu/djvu-links.c: (build_tree):
2519
2520         Make sure link title is a valid utf8 string. Fixes bug #526517.
2521         
2522 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * configure.ac:
2525
2526         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2527         #526799.
2528         
2529 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2530
2531         * configure.ac:
2532         
2533         Update for release 2.22.1.
2534
2535 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * NEWS:
2538
2539         Update for upcoming release.
2540
2541 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * configure.ac:
2544         * backend/dvi/dvidocument.evince-backend.in:
2545
2546         Add compressed dvi to the list of supported mime types. Patch by
2547         Ed Catmur. Fixes bug #307087.
2548
2549 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2552
2553         Fix a crash when printing a range that doesn't specify the start or
2554         end page. Fixes bug #524288.
2555
2556 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-window.c: (ev_window_cmd_continuous),
2559         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2560         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2561         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2562         (ev_window_run_presentation), (ev_window_stop_presentation),
2563         (ev_window_cmd_view_presentation),
2564         (ev_window_cmd_leave_fullscreen),
2565         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2566
2567         Do not unfullscreen and fullscreen again the window when changing
2568         from fullscreen to presentation mode and vice versa. Fixes bug
2569         #524112.
2570         
2571 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2574
2575         Do not crash when thumbnail failed to render in PS backend. Fixes
2576         bug #525015.
2577         
2578 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2581         (ev_window_load_file_remote), (ev_window_open_uri):
2582
2583         Handle errors when opening remote files.
2584         
2585 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2588
2589         Only grab the focus for the current visible proxy widget. Fixes
2590         bug #521224.
2591         
2592 2008-03-30  Emil Soleyman  <emil@nishra.com>
2593
2594         * shell/ev-window.c: (launch_external_uri):
2595         
2596         Reuse g_app_info_launch_default_for_uri to
2597         save some code and fix bug #525009.
2598
2599 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2600
2601         * shell/ev-window.c (image_save_dialog_response_cb):
2602
2603         Use g_str_has_suffix. See bug #523069.
2604
2605 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * configure.ac:
2608
2609         Add a configure option to enable/diable DBus. Patch by Rémi
2610         Cardona. Fixes bug 521797.
2611
2612 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2615
2616         Fix printing in documents with rotated pages. Patch by Eugen
2617         Dedu. Fixes bug #512648.
2618         
2619 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2622         (ev_link_from_action):
2623
2624         Fix warning messages.
2625         
2626 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * shell/ev-window.c: (image_save_dialog_response_cb):
2629
2630         Do not append the extension to filename when saving an image
2631         if the filename alredy contains the extension. Fixes bug #523069.
2632         
2633 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-view.[ch]: (ev_view_find_cancel):
2636         * shell/ev-window.c: (find_bar_close_cb):
2637
2638         Cancel the find operation when the find bar is closed. Fixes bug
2639         #508845.
2640         
2641 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * backend/ps/psdocument.evince-backend.in:
2644
2645         Make ps backend module resident. Fixes bug #520607.
2646         
2647 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2648
2649         * shell/ev-jobs.c: (ev_job_print_run):
2650
2651         Invert collate action in order to work as expected, fix reverse
2652         printing so that it doesn't start with a blank page and fix number
2653         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2654         
2655 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2658
2659         Fix build with poppler <= 0.7.2
2660         
2661 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * libdocument/ev-document-misc.c:
2664         (ev_document_misc_surface_from_pixbuf):
2665
2666         Fix selections with poppler-splash.
2667         
2668 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * configure.ac:
2671         * backend/pdf/ev-poppler.cc:
2672
2673         Fix build with poppler >= 0.7.2
2674         
2675 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * configure.ac:
2678         
2679         Update for release 2.22.0
2680
2681 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * NEWS:
2684
2685         Update for upcoming release.
2686
2687 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2688
2689         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2690
2691         Bug 495107 – Handle print dialog responses correctly
2692
2693         Correctly handle print dialog response. Properly fixes
2694         the above mentioned bug.
2695
2696 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2699
2700         Make sure print job is only run when the print button is
2701         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2702         
2703 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2704
2705         * backend/pdf/pdfdocument.evince-backend.in:
2706         * libdocument/ev-backends-manager.c:
2707         (ev_backends_manager_load_backend),
2708         (ev_backends_manager_get_document):
2709         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2710
2711         Allow making backend modules resident. This is needed only for
2712         some backends like pdf to avoid registering glib types more than
2713         once.
2714         
2715 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * backend/comics/comics-document.c:
2718         * backend/djvu/djvu-document.c:
2719         * backend/impress/impress-document.c:
2720         * backend/pdf/ev-poppler.cc:
2721         * backend/pixbuf/pixbuf-document.c:
2722         * backend/ps/ev-spectre.c:
2723         * backend/ps/ps-document.c:
2724         * backend/tiff/tiff-document.c:
2725         * libdocument/ev-document.h:
2726         * properties/ev-properties-main.c:
2727
2728         Use g_type_module_add_interface instead of
2729         g_type_add_interface_static. Fixes bug #519679.
2730         
2731 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2732
2733         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2734         Added. Returns whether the animation has everything necessary to run.
2735         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2736         is ready just because it's been created. Fixes #519106.
2737         (draw_one_page): Do not show the "Loading..." text in presentation
2738         mode, there was a slim probability that this could happen.
2739
2740 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2743
2744         Duplicate mime_type string before freeing it so that it doesn't
2745         always fail when getting mime type from uri. Fixes bug #518874.
2746         
2747 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2750
2751         Fix a crash when a choice form field doesn't have any item
2752         selected. Fixes bug #518831
2753         
2754 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2755
2756         * shell/ev-window.c (ev_window_clear_temp_file):
2757         Use g_file_has_prefix instead of renamed
2758         g_file_contains_file.
2759
2760         * configure.ac:
2761         Require new glib for above change.
2762         
2763 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * libdocument/ev-image.c: (ev_image_finalize),
2766         (ev_image_save_tmp):
2767
2768         Return a real uri instead of a filename when saving an
2769         image. Fixes images drag an drop from evince to nautilus. 
2770         
2771 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * backend/pdf/ev-poppler.cc:
2774         (pdf_document_images_get_image_mapping):
2775
2776         Return the image list in the right order. Fixes bug #516237.
2777         
2778 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2779
2780         * backend/impress/impress-document.c:
2781         (impress_document_thumbnails_get_thumbnail):
2782
2783         Remove unused variable to avoid a compiler warning.
2784
2785 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2786
2787         * configure.ac:
2788         
2789         Update for release 2.21.91.
2790
2791 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * configure.ac:
2794         * shell/Makefile.am:
2795         * shell/ev-application.[ch]:
2796         * shell/ev-sidebar-links.c:
2797         * shell/ev-utils.[ch]:
2798         * shell/ev-window.[ch]:
2799
2800         Remove libgnomeprint support. Fixes bug #512370.
2801         
2802 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2803
2804         * thumbnailer/evince-thumbnailer.c: (main):
2805
2806         Initialize glib type system before using it. Fixes bug #513934.
2807         
2808 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * properties/ev-properties-main.c:
2811
2812         Add missing #include.
2813         
2814 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * configure.ac:
2817         * backend/djvu/djvu-document.c: (djvu_document_render):
2818         * backend/tiff/tiff-document.c: (tiff_document_render):
2819
2820         Use the new cairo function cairo_format_stride_for_width when
2821         available. Fixes bug #482720.
2822
2823 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2826         (get_mime_type_from_data), (get_document_from_uri):
2827
2828         Use g_content_type_guess() only when slow is true in
2829         get_document_from_uri(). Fix several memory leaks.
2830         
2831 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2832
2833         * libdocument/ev-document-factory.c:
2834         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2835         (get_document_from_uri):
2836
2837         Use g_content_type_guess () to get mimetype for files.
2838         Bug #510401.
2839
2840 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * thumbnailer/Makefile.am:
2843
2844         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2845         
2846 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * configure.ac:
2849
2850         Fix build with --without-libgnome. Fixes bug #512771.
2851         
2852 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2853
2854         * backend/dvi/Makefile.am: Install only dvi
2855         module. Fixes bug #512718.
2856
2857 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2858
2859         * properties/ev-properties-main.c: (nautilus_module_initialize):
2860         
2861         Initialize backends in properties tab. Fixes bug
2862         #512720.
2863
2864 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2865
2866         * properties/Makefile.am: No need to link with 
2867         libraries. Fixes bug #512719.
2868
2869 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2870
2871         * NEWS:
2872         * configure.ac:
2873         
2874         Update for release 2.21.90.
2875
2876 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-window.c: (ev_window_cmd_escape):
2879
2880         Fix compile warning.
2881         
2882 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2885
2886         Fix printing in dvi backend when filename contains white
2887         espaces. Fixes bug #502839.
2888         
2889 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2892         (screensaver_disable_x11):
2893         * shell/Makefile.am:
2894         * shell/xdg-user-dir-lookup.c: Removed
2895         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2896         * shell/ev-view.c: (ev_view_presentation_transition_start):
2897         * shell/ev-window.c: (ev_window_cmd_file_open),
2898         (ev_window_cmd_save_as), (presentation_set_timeout):
2899
2900         Remove #ifdefs that are no longer needed.
2901         
2902 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * shell/ev-view.[ch]: (ev_view_button_release_event),
2905         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2906         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2907         (ev_window_cmd_escape):
2908
2909         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2910         
2911 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * configure.ac:
2914         * backend/comics/comics-document.c: (comics_document_load):
2915         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2916         (ev_attachment_set_property), (ev_attachment_init),
2917         (ev_attachment_save), (ev_attachment_launch_app),
2918         (ev_attachment_open):
2919         * libdocument/ev-document-factory.c: (get_document_from_uri):
2920         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2921         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2922         * shell/ev-jobs.c:
2923         * shell/ev-password.c: (ev_password_dialog_set_property),
2924         (ev_password_dialog_save_password):
2925         * shell/ev-sidebar-attachments.c:
2926         (ev_sidebar_attachments_drag_data_get):
2927         * shell/ev-window-title.c: (get_filename_from_uri):
2928         * shell/ev-window.c: (ev_window_clear_temp_file),
2929         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2930         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2931         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2932         (launch_external_uri), (image_save_dialog_response_cb),
2933         (attachment_save_dialog_response_cb):
2934         * shell/main.c: (load_files), (load_files_remote), (main):
2935         * thumbnailer/evince-thumbnailer.c: (main):
2936
2937         Port to gio and drop gnome-vfs dependency. Fixes bug
2938         #510401. Based on patch by Cosimo Cecchi.
2939         
2940 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2941
2942         * NEWS:
2943
2944         Fixed formatting inconsistencies (spaces vs. tabs)
2945
2946 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2947
2948         * shell/ev-window.c:
2949
2950         Use top/up/bottom/down arrows instead of
2951         first/left/last/right in the toolbar and menu actions.
2952         This fixes issues with RTL languages and is visually
2953         consistent with the page view. Fixes bug #170081.
2954
2955 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2956
2957         * NEWS:
2958
2959         Fixed some inaccuracies pointed out by Carlos Garcia
2960         Campos.
2961
2962 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2963
2964         * NEWS:
2965         * data/evince.schemas.in:
2966         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2967
2968         Override PDF restrictions by default. Fixes bug #382700.
2969
2970 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2971
2972         * NEWS: Updated for upcoming release
2973
2974 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2977
2978         Fix memory leak.
2979         
2980 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2981
2982         * shell/ev-window.c: (register_custom_actions):
2983         
2984         Added comment for translators
2985
2986 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-view.c: (ev_view_button_release_event):
2989
2990         Do not create the idle function for kinetic scrolling if we are
2991         not in a drag operation.
2992
2993 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2996         (ev_view_button_press_event), (ev_view_motion_notify_event),
2997         (ev_view_button_release_event):
2998
2999         Restore cursor after autoscrolling. Fixes bug #509958.
3000
3001 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * configure.ac:
3004         * backend/pdf/ev-poppler.cc:
3005         (pdf_document_images_get_image_mapping),
3006         (pdf_document_images_get_image),
3007         (pdf_document_document_images_iface_init):
3008         * libdocument/ev-document-images.[ch]:
3009         (ev_document_images_get_image_mapping),
3010         (ev_document_images_get_image):
3011         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
3012         (ev_image_get_id), (ev_image_save_tmp):
3013         * shell/ev-jobs.c: (ev_job_render_run):
3014         * shell/ev-view.c: (ev_view_drag_data_get):
3015         * shell/ev-window.c: (image_save_dialog_response_cb),
3016         (ev_view_popup_cmd_copy_image):
3017
3018         Do not render images when rendering the page but on demand. It
3019         reduces the memory comsumption.
3020         
3021 2008-01-18  Marcelo Lira  <setanta@gmail.com>
3022
3023         * configure.a:
3024         * shell/ev-password.c:
3025
3026         Make gnome-keyring optional. Fixes bug #509676.
3027         
3028 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * shell/ev-pixbuf-cache.c: (add_job):
3031
3032         Initialize include_images variable as FALSE instead of TRUE.
3033         
3034 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3035
3036         * configure.ac:
3037         * cut-n-paste/Makefile.am:
3038         * cut-n-paste/fileformatchooser/Makefile.am:
3039         * cut-n-paste/fileformatchooser/egg-macros.h:
3040         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
3041         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
3042         * shell/Makefile.am:
3043         * shell/ev-utils.c:
3044         (file_chooser_dialog_add_writable_pixbuf_formats),
3045         (get_gdk_pixbuf_format_by_extension):
3046         * shell/ev-utils.h:
3047         * shell/ev-window.c: (ev_window_error_message),
3048         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
3049         
3050         Simplify image format selection on save.
3051
3052 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3053
3054         * shell/ev-view.c: (ev_view_scroll_event):
3055         
3056         Repair gorizontal scrolling with shift. Fixes
3057         bug #483412.
3058
3059 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3060         
3061         * MAINTAINERS:
3062
3063         Fix formatting issues.
3064         
3065 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * backend/comics/comics-document.c: (comics_regex_quote):
3068         
3069         Don't overquote special chars except of '. See bug 
3070         502500. Thanks to Tom Parker.
3071
3072 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3073
3074         * MAINTAINERS:
3075         
3076         Added Nickolay and Carlos, since they're doing most of
3077         the releases nowadays.
3078
3079 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3080
3081         * properties/Makefile.am:
3082
3083         Get the nautilus extension dir properly instead of using
3084         a hack. Fixes bug #505359.
3085
3086 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3087
3088         * properties/Makefile.am:
3089         
3090         Install nautilus extension into new place. See bug
3091         #505359. Thanks to Matthias Clasen, Brian Pepple and
3092         Damien Carbery.
3093
3094 2008-01-13  Djihed Afifi  <djihed@gmail.com>
3095
3096         * shell/ev-window.c: (ev_window_get_recent_file_label):
3097         
3098         RTL marker in recent file list. See bug #509076.
3099
3100 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3103         * shell/ev-window.c: (image_save_dialog_response_cb):
3104
3105         Fix compile warnings due to unused variables.
3106         
3107 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * configure.ac:
3110         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3111         * backend/ps/ev-spectre.c: (ps_document_render):
3112
3113         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3114
3115 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3116
3117         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3118         (ev_transition_animation_paint): Implement "fade" effect.
3119
3120 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3121
3122         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3123         (ev_transition_animation_paint): Implement "uncover" effect.
3124
3125 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3126
3127         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3128         (ev_transition_animation_paint): Implement "cover" effect.
3129
3130 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3131
3132         * shell/ev-transition-animation.c (ev_transition_animation_push)
3133         (ev_transition_animation_paint): Implement "push" effect.
3134
3135 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3136
3137         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3138         (ev_transition_animation_paint): Implement "dissolve" effect.
3139
3140 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3141
3142         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3143         (ev_transition_animation_paint): Implement "wipe" effect.
3144
3145 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3146
3147         * shell/ev-transition-animation.c (ev_transition_animation_box)
3148         (ev_transition_animation_paint): Implement "box" effect.
3149
3150 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3151
3152         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3153         (ev_transition_animation_paint): Implement "blinds" effect.
3154
3155 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3156
3157         * shell/ev-transition-animation.c (ev_transition_animation_split)
3158         (ev_transition_animation_paint): Implement "split" effect.
3159
3160 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3161
3162         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3163         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3164         (ev_view_transition_animation_start) 
3165         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3166         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3167         (ev_view_next_page) (ev_view_previous_page):
3168         
3169         Use EvTransitionAnimation to drive page changes in the presentation
3170         mode, the animation will wait to start until both the origin and 
3171         destination page surfaces are available. Fixes #458460.
3172
3173         (draw_loading_text):
3174
3175         Remove workaround for bug #320352, it's now fixed properly.
3176
3177
3178 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3179
3180         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3181         will contain the implementations for page transition animations, at
3182         the moment it just has the "replace" effect.
3183         * shell/Makefile.am: Added these files to build.
3184
3185 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3186
3187         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3188         animations.
3189         * shell/Makefile.am: Added these files to build.
3190
3191 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3192
3193         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3194         implementation to get_effect() in EvDocumentTransitionIface.
3195
3196 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3197
3198         * libdocument/ev-transition-effect.[ch]: New files, define a page
3199         transition effect, at the moment it maps PopplerPageTransition to a
3200         GObject.
3201         * libdocument/Makefile.am: Added these files to build.
3202         * libdocument/ev-document-transition.[ch]
3203         (ev_document_transition_get_effect): New method, gets the
3204         EvTransitionEffect returned by the interface implementation, with
3205         fallback to the "replace" effect.
3206
3207 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3208
3209         * configure.ac:
3210         * cut-n-paste/Makefile.am:
3211         * cut-n-paste/fileformatchooser/Makefile.am:
3212         * cut-n-paste/fileformatchooser/egg-macros.h:
3213         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3214         * shell/Makefile.am:
3215         * shell/ev-window.c: (image_save_dialog_response_cb),
3216         (ev_view_popup_cmd_save_image_as):
3217
3218         Allow exporting images in any format supported by
3219         GdkPixbuf. Fixes bug #500209.
3220         
3221 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/pixbuf/pixbuf-document.c:
3224
3225         More warnings fixed.
3226         
3227 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3230         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3231         * backend/djvu/djvu-text.h:
3232         * backend/tiff/tiff-document.c: (tiff_document_render):
3233
3234         Fix compile warnings.
3235         
3236 2007-12-28  Christian Persch  <chpe@gnome.org>
3237
3238         * **/*.c: Include config.h. Bug #504721.
3239
3240 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * configure.ac:
3243         * Makefile.am:
3244         * po/POTFILES.in:
3245         * backend/comics/Makefile.am:
3246         * backend/comics/comics-document.[ch]:
3247         * backend/comics/comicsdocument.evince-backend.in:
3248         * backend/djvu/Makefile.am:
3249         * backend/djvu/djvu-document.[ch]:
3250         * backend/djvu/djvudocument.evince-backend.in:
3251         * backend/dvi/Makefile.am:
3252         * backend/dvi/dvi-document.[c]:
3253         * backend/dvi/dvidocument.evince-backend.in:
3254         * backend/impress/Makefile.am:
3255         * backend/impress/impress-document.[ch]:
3256         * backend/impress/impressdocument.evince-backend.in:
3257         * backend/pdf/Makefile.am:
3258         * backend/pdf/ev-poppler.cc:
3259         * backend/pdf/ev-poppler.h:
3260         * backend/pdf/pdfdocument.evince-backend.in:
3261         * backend/pixbuf/Makefile.am:
3262         * backend/pixbuf/pixbuf-document.[ch]:
3263         * backend/pixbuf/pixbufdocument.evince-backend.in:
3264         * backend/ps/Makefile.am:
3265         * backend/ps/ev-spectre.[ch]:
3266         * backend/ps/ps-document.[ch]:
3267         * backend/ps/psdocument.evince-backend.in:
3268         * backend/tiff/Makefile.am:
3269         * backend/tiff/tiff-document.[ch]:
3270         * backend/tiff/tiffdocument.evince-backend.in:
3271         * libdocument/Makefile.am:
3272         * libdocument/ev-backends-manager.[ch]:
3273         * libdocument/ev-module.[ch]:
3274         * libdocument/ev-document.h:
3275         * libdocument/ev-document-factory.[ch]:
3276         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3277         (get_compression_from_mime_type), (get_document_from_uri),
3278         (ev_document_factory_get_document), (file_filter_add_mime_types),
3279         (ev_document_factory_add_filters):
3280         * shell/Makefile.am:
3281         * shell/ev-window-title.c: (get_filename_from_uri):
3282         * shell/main.c: (main):
3283         * thumbnailer/Makefile.am:
3284         * thumbnailer/evince-thumbnailer.c: (main):
3285
3286         Plugin system for backends. Fixes bug #351348.
3287         
3288 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * shell/ev-view-private.h:
3291         * shell/ev-view.c: (ev_view_drag_update_momentum),
3292         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3293         (ev_view_button_release_event), (ev_view_destroy):
3294         
3295         Kinetic scrolling implemented as requested in
3296         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3297
3298 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3299
3300         * data/evince-toolbar.xml:
3301         * data/evince-ui.xml:
3302         * shell/ev-view-private.h:
3303         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3304         (ev_view_button_press_event), (ev_view_motion_notify_event),
3305         (ev_view_button_release_event), (ev_view_init),
3306         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3307         (ev_view_set_cursor):
3308         * shell/ev-view.h:
3309         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3310         (ev_window_cmd_view_autoscroll):
3311         
3312         Autoscroll feature with the context menu. Fixes bug 
3313         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3314
3315 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3318
3319         Disconnect also page-ready signal when removing a job because the
3320         page size has changed. Thanks to kripken
3321         <kripkensteiner@gmail.com>.
3322
3323 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3324
3325         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3326         
3327         Scroll pages in page entry with mouse wheel. Fixes bug
3328         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3329
3330 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * backend/dvi/Makefile.am:
3333         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3334         (mdvi_cairo_device_init):
3335         * backend/dvi/mdvi-lib/common.h:
3336         * backend/dvi/mdvi-lib/mdvi.h:
3337         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3338         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3339         (mdvi_build_path_from_cwd):
3340
3341         Add ps specials support in dvi backend when libspectre is
3342         present. Fixes bug #386005.
3343         
3344 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * configure.ac:
3347         * backend/ps/Makefile.am:
3348         * backend/ps/ev-spectre.[ch]:
3349         
3350         Use libspectre, if available, for the ps backend. Fixes bugs
3351         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3352
3353 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3354         
3355         * backend/comics/comics-document.c: (comics_document_load):
3356         
3357         Cygwin build issue fix.
3358
3359 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3360
3361         * shell/ev-view.c: (ev_view_set_zoom):
3362
3363         Do not limit the minimum zoom factor when sizing mode is best bit
3364         or fit width. Fixes bug #503805.
3365         
3366 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3369         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3370         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3371         (ev_link_dest_get_property), (ev_link_dest_set_property),
3372         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3373         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3374         (ev_link_dest_new_fitr):
3375         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3376         (goto_fith_dest), (goto_xyz_dest):
3377
3378         Do not change left, top and zoom values when they are null in PDF
3379         destinations. Fixes bug #460658.
3380         
3381 2007-12-10  Christian Persch  <chpe@gnome.org>
3382
3383         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3384         (ev_view_accessible_class_init),
3385         (ev_view_accessible_idle_do_action),
3386         (ev_view_accessible_action_do_action),
3387         (ev_view_accessible_action_get_description),
3388         (ev_view_accessible_action_set_description),
3389         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3390         (ev_view_accessible_factory_init),
3391         (ev_view_accessible_factory_get_accessible_type):
3392         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3393         private data, and G_DEFINE_TYPE. Bug #502843.
3394
3395 2007-12-08  Christian Persch  <chpe@gnome.org>
3396
3397         * shell/ev-metadata-manager.c: (item_free),
3398         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3399         (value_free), (parse_value), (parseItem),
3400         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3401         (save_values): Use GSlice to allocate small amounts of memory. Bug
3402         #475972.
3403
3404 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3407
3408         Restore cursor to normal after a drag operation. Fixes bug
3409         #501603.
3410         
3411 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3412
3413         * NEWS:
3414         * configure.ac:
3415         
3416         Update for release 2.21.1
3417
3418 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * configure.ac:
3421         * cut-n-paste/gedit-message-area/Makefile.am:
3422         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3423         * shell/Makefile.am:
3424         * shell/ev-message-area.[ch]:
3425         * shell/ev-window.c: (ev_window_set_message_area),
3426         (ev_window_error_message_response_cb), (ev_window_error_message),
3427         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3428         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3429         (ev_attachment_popup_cmd_open_attachment),
3430         (attachment_save_dialog_response_cb), (ev_window_set_document),
3431         (ev_window_init):
3432
3433         Use a message area instead of a popup dialog for error
3434         notifications. Fixes bug #337495.
3435         
3436 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3437
3438         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3439         (ev_window_run_fullscreen):
3440
3441         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3442         
3443 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * ev-sidebar-thumbnails.c: (update_visible_range),
3446         (ev_sidebar_thumbnails_refresh),
3447         (ev_sidebar_thumbnails_set_document),
3448         (ev_sidebar_thumbnails_support_document):
3449
3450         Show thumbnails for documents with one page. Fixes bug #358751.
3451         
3452 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-window.c:
3455         (ev_window_load_print_settings_from_metadata),
3456         (ev_window_save_print_settings), (ev_window_print_finished),
3457         (ev_window_print_range):
3458
3459         Print settings that are specific to the document are now saved per
3460         document in the metadata file. Fixes bug #488806.
3461         
3462 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3463
3464         * backend/tiff/tiff-document.c: (tiff_document_render):
3465
3466         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3467         
3468 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * shell/ev-application.[ch]: (get_find_string_from_args),
3471         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3472         (ev_application_open_uri_list):
3473         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3474         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3475         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3476         (ev_window_cmd_recent_file_activate),
3477         (ev_window_open_recent_action_item_activated),
3478         (ev_window_print_send), (open_remote_link):
3479         * shell/main.c: (arguments_parse):
3480
3481         Add a command line option for search. Fixes bug #497710.
3482         
3483 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3484
3485         * shell/ev-jobs.c: (ev_job_print_new):
3486
3487         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3488         
3489 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * data/evince-toolbar.xml:
3492         * shell/Makefile.am:
3493         * shell/ev-application.c: (ev_application_init):
3494         * shell/ev-open-recent-action.[ch]:
3495         * shell/ev-window.c:
3496         (ev_window_open_recent_action_item_activated),
3497         (register_custom_actions):
3498
3499         Add an expander to the open toolbar item which pops up a dropdown
3500         menu with the recently used documents. Fixes bug #487215.
3501         
3502 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * shell/ev-window.c: (ev_window_open_uri),
3505         (ev_window_cmd_view_reload):
3506
3507         Do not jump to the first page when reloading by running evince
3508         from the command line. Fixes bug #490847.
3509         
3510 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3511
3512         * shell/ev-window.c: (ev_window_cmd_help_contents):
3513
3514         Plugged memory leak when help file is not found. Fixes bug
3515         #490762.
3516         
3517 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * configure.ac:
3520
3521         Enable djvu, dvi and comics backends by default. Fixes bug
3522         #437121.
3523         
3524 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * configure.ac:
3527         * cut-n-paste/Makefile.am:
3528         * cut-n-paste/recent-files/*: Removed
3529         * help/reference/Makefile.am:
3530         * shell/Makefile.am:
3531         * shell/ev-application.[ch]: (ev_application_shutdown),
3532         (ev_application_init):
3533         * shell/ev-window.c: (ev_window_add_recent),
3534         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3535
3536         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3537         
3538 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3539
3540         * shell/ev-window.c: (launch_external_uri):
3541
3542         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3543         and report error if the URL is not supported (#489910).
3544
3545 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3548         (pdf_document_file_exporter_begin_page),
3549         (pdf_document_file_exporter_end_page):
3550
3551         Fix printing with poppler splash backend. Fixes bug #489774.
3552         
3553 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3556         * shell/ev-print-job.c: (ev_print_job_class_init):
3557
3558         Fix a crash when printing with the gnome-print dialog. Fixes bug
3559         #488939.
3560         
3561 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3562
3563         * backend/pixbuf/pixbuf-document.c:
3564
3565         Fix an implicit function definition warning (#487655)
3566
3567 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * shell/ev-window.c:
3570
3571         Fix conflicting shortcut for view sade pane and presentation.
3572         
3573 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * backend/pdf/ev-poppler.cc:
3576         (pdf_document_file_exporter_begin_page),
3577         (pdf_document_file_exporter_do_page),
3578         (pdf_document_file_exporter_end_page),
3579         (pdf_document_file_exporter_iface_init):
3580         * libdocument/ev-file-exporter.[ch]:
3581         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3582         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3583         (ev_job_print_run):
3584
3585         When printing multiple pages per sheet in reverse option, do not
3586         invert the order of the pages in every sheet, but the order of the
3587         sheets. Do not print blank pages when page range is invalid. Fixes
3588         bugs #484857 and #485521.
3589         
3590 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3591
3592         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3593         (ev_job_print_run):
3594         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3595
3596         Respect ranges order when printing more than one range in random
3597         order.
3598         
3599 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3600
3601         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3602         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3603
3604         Rotate also the window icon when document is rotated. Fixes bug
3605         #474681.
3606         
3607 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3610         (pdf_document_forms_get_form_fields):
3611
3612         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3613         Matthias Drochner.
3614         
3615 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * configure.ac:
3618         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3619
3620         Use poppler_page_render_for_printing() instead of
3621         poppler_page_render() if available when exporting to a ps or pdf
3622         file. Fixes bug #476627.
3623         
3624 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * shell/ev-window.c: (ev_window_run_fullscreen):
3627
3628         Do not show the toolbar in fullscreen mode if the main toolbar is
3629         not visible. Fixes bug #483048.
3630         
3631 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * shell/ev-view.c: (ev_view_button_press_event):
3634
3635         Give priority to form fields over images when deciding whether a
3636         button press event is over an image or form field. It allows edit
3637         form fields when they are over a background image. Fixes bug
3638         #477841.
3639         
3640 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3641
3642         * NEWS:
3643         * configure.ac:
3644         
3645         Update for release 2.20.0
3646
3647 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * backend/pdf/ev-poppler.cc:
3650
3651         Remove #ifdef HAVE_FORMS, so that forms support works again.
3652
3653 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3654
3655         * configure.ac:
3656         * data/evince.desktop.in.in:
3657         
3658         Fixes desktop file issues. See bug #473471.
3659
3660 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3663         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3664         (ev_job_queue_remove_job):
3665         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3666         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3667         * shell/ev-window.c: (ev_window_clear_save_job),
3668         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3669         (ev_window_dispose):
3670
3671         Move save a copy task to its own job so that it's carried out in a
3672         thread avoiding another lock in the main thread. Use
3673         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3674         can be saved to a pathin another file system. Fixes bug #456891.
3675         
3676 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3677
3678         * NEWS:
3679         * configure.ac:
3680         
3681         Update for release 2.19.92
3682
3683 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * configure.ac:
3686         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3687         (pdf_selection_get_selection_region),
3688         (pdf_selection_get_selection_map),
3689         (ev_form_field_from_poppler_field):
3690
3691         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3692         and triple click selections are enabled again now.
3693
3694 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * shell/ev-window.c: (ev_window_add_history):
3697
3698         Make sure not to use the history with documents not supporting
3699         links. Fixes bug #468954.
3700
3701 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-window.c: (ev_window_load_job_cb):
3704
3705         Restart the search when reloading a document with the find bar
3706         visible. Fixes bug #461962.
3707
3708 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * shell/ev-window.c: (setup_document_from_metadata),
3711         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3712
3713         Do not jump to the first page when reloading a document from the
3714         last page.
3715
3716 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-window.c: (update_chrome_flag),
3719         (setup_sidebar_from_metadata),
3720         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3721         (ev_window_cmd_edit_find_next),
3722         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3723         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3724         (find_bar_close_cb), (view_actions_focus_in_cb):
3725
3726         Do not update visibility when changing a chrome flag so that it's
3727         possible to update several flags and update visibility only once
3728         for all of them.
3729
3730 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3733
3734         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3735         supported by gtk+. Fixes bug #460907.
3736
3737 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * shell/ev-view.c: (view_update_range_and_current_page):
3740
3741         Make sure current-page <= end-page in continuous mode. Fixes bug
3742         #454950.
3743
3744 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * backend/pdf/ev-poppler.cc: (build_tree):
3747
3748         Ignore outline items without a title. Fixes bug #453913.
3749
3750 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3753         (ev_view_button_release_event), (ev_view_leave_notify_event):
3754
3755         Use always drag mouse cursor during a drag operation. Fixes bug
3756         #470564.
3757
3758 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3761         (pdf_selection_get_selection_region),
3762         (pdf_selection_get_selection_map):
3763
3764         Temporarily disable double and triple selections since it depends on
3765         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3766         released and the update of the external dependency minimal version
3767         approved.
3768
3769 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3772         (pdf_document_file_exporter_do_page):
3773         * libdocument/ev-file-exporter.h:
3774         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3775         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3776
3777         Actually fix printing regressions. Remove orientation from
3778         EvPrintContext since it's redundant.
3779
3780 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3783         * backend/impress/impress-document.c:
3784         (impress_document_document_iface_init):
3785         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3786         * backend/djvu/djvu-document.c:
3787         (djvu_document_document_iface_init),
3788         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3789         * backend/tiff/tiff-document.c:
3790         (tiff_document_document_iface_init):
3791         * backend/pixbuf/pixbuf-document.c:
3792         (pixbuf_document_document_iface_init):
3793         * backend/comics/comics-document.c:
3794         (comics_document_document_iface_init):
3795         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3796         (pdf_selection_render_selection),
3797         (pdf_selection_get_selected_text),
3798         (pdf_selection_get_selection_region),
3799         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3800         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3801         (ev_selection_get_selection_region),
3802         (ev_selection_get_selection_map):
3803         * libdocument/ev-document.[ch]:
3804         * shell/ev-pixbuf-cache.[ch]: (add_job),
3805         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3806         * shell/ev-view-private.h:
3807         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3808         (ev_job_render_run):
3809         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3810         * shell/ev-view.c: (start_selection_for_event),
3811         (ev_view_button_press_event), (ev_view_drag_data_get),
3812         (ev_view_drag_data_received), (ev_view_button_release_event),
3813         (compute_new_selection_text), (compute_selections),
3814         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3815         (ev_view_primary_get_cb):
3816
3817         Add support for double and triple click selections.
3818
3819 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3820
3821         * NEWS:
3822         * configure.ac:
3823
3824         Update for release 2.19.4
3825
3826 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3827
3828         * shell/ev-view-private.h:
3829         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3830         (ev_view_set_highlight_search):
3831         * shell/ev-view.h:
3832         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3833         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3834         (find_bar_visibility_changed_cb):
3835         
3836         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3837
3838 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3841         (pdf_document_file_exporter_begin),
3842         (pdf_document_file_exporter_do_page):
3843         * shell/ev-jobs.c: (ev_job_print_run):
3844         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3845
3846         Create always a portrait cairo surface and rotate when needed for
3847         landscape. It fixes printing problems in real printers.
3848
3849 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3852         * libdocument/ev-file-exporter.[ch]:
3853         (ev_file_exporter_get_capabilities):
3854         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3855         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3856
3857         Adjust number of pages per row according to page orientation when
3858         printing 2 or 6 pages per sheet.
3859
3860 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-window.c: (ev_window_print_send):
3863
3864         Reset also cups setting to 1 when printing multiple pages per
3865         sheet. Fixes bug #468853.
3866
3867 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * libdocument/ev-document-misc.c:
3870         (ev_document_misc_surface_rotate_and_scale):
3871
3872         Use directly cairo_surface_get_content() when creating a similar
3873         surface as suggested by Jeff Muizelaar. Thanks again.
3874
3875 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3876
3877         * backend/djvu/djvu-document.c: (djvu_document_render):
3878         * backend/tiff/tiff-document.c: (tiff_document_render):
3879         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3880         * libdocument/ev-document-misc.c:
3881         (ev_document_misc_surface_from_pixbuf),
3882         (ev_document_misc_surface_rotate_and_scale):
3883
3884         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3885         creating page surfaces. Fixes bug #453123. Thank you very much to
3886         Jeff Muizelaar <jeff@infidigm.net>.
3887
3888 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-page-cache.c: (ev_page_cache_new),
3891         (ev_page_cache_get_thumbnail_size):
3892         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3893         (ev_sidebar_thumbnails_set_loading_icon):
3894
3895         Also store in page-cache the dimensions of the thumbnails so that
3896         they can be used to create the correct loading icon in the side
3897         pane. Fixes bug #466857.
3898
3899 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * backend/pdf/ev-poppler.cc:
3902         (pdf_document_thumbnails_get_thumbnail):
3903
3904         Fix thumbnails rotation in pdf documents that include embedded 
3905         thumbnails.
3906
3907 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3908
3909         * backend/pdf/ev-poppler.cc:
3910
3911         Don't use #ifdef in macro expansion. Some compilers don't
3912         like that. Closes bug #467042.
3913
3914 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3915
3916         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3917         
3918         Fixes memory leak in djvu backend.
3919
3920 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3921
3922         * data/icons/32x32/Makefile.am:
3923         * data/icons/32x32/actions/Makefile.am:
3924         * data/icons/32x32/actions/view-page-cont.svg:
3925         * data/icons/32x32/actions/view-page-facing.svg:
3926         * data/icons/48x48/Makefile.am:
3927         * data/icons/48x48/actions/Makefile.am:
3928         * data/icons/48x48/actions/view-page-cont.svg:
3929         * data/icons/48x48/actions/view-page-facing.svg:
3930         
3931         Icons for a new sizes.
3932
3933 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3934
3935         * shell/ev-page-cache.c: (build_height_to_page),
3936         (ev_page_cache_get_height_to_page):
3937         
3938         Fixes invalid read, see bug #466401.
3939
3940 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3943         (set_drag_cursor):
3944         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3945         (configure_item_cursor), (new_pixbuf_from_widget):
3946
3947         Fix multihead problems in toolbar editor. Fixes bug #382055.
3948
3949 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * shell/ev-window.c: (ev_window_cmd_file_open),
3952         (ev_window_cmd_save_as):
3953
3954         Use g_get_user_special_dir when available instead of
3955         xdg_user_dir_lookup.
3956
3957 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3958
3959         * MAINTAINERS:
3960         
3961         Updated according to request on desktop-devel.
3962
3963 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3966
3967         Do not use cairo_rectangle and cairo_clip since we are
3968         not using cairo_fill but cairo_paint. Use the same cairo context
3969         for every page in the same expose event.
3970
3971 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3972
3973         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3974         leak.
3975
3976 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * configure.ac:
3979         * NEWS:
3980
3981         Release 0.9.3
3982
3983 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3984
3985         * libdocument/ev-document-info.h:
3986         * libdocument/ev-document.h:
3987         * shell/ev-page-action.h:
3988         * shell/ev-sidebar-links.h:
3989
3990         Fix a headers problem with ev-link
3991         
3992         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3993         * shell/ev-view-private.h:
3994         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3995         (get_link_area), (ev_view_query_tooltip),
3996         (ev_view_leave_notify_event), (ev_view_destroy),
3997         (ev_view_class_init):
3998
3999         Use new gtk tooltips when available instead of ev-tooltip.
4000         
4001 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * shell/ev-window.c: (update_chrome_visibility),
4004         (ev_window_sidebar_visibility_changed_cb):
4005
4006         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
4007         
4008 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * shell/ev-navigation-action.c:
4011         (ev_navigation_action_history_changed),
4012         (ev_navigation_action_set_history):
4013         * shell/ev-navigation-action-widget.c:
4014         (ev_navigation_action_widget_init):
4015         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4016
4017         Fix compile warnings.
4018         
4019 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4020
4021         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4022         (egg_editable_toolbar_dispose):
4023
4024         Fix memory leak.
4025         
4026 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4029         (screensaver_disable_x11):
4030         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
4031         * shell/ev-window.c: (presentation_set_timeout):
4032         * shell/ev-view.c: (ev_view_presentation_transition_start):
4033
4034         Use g_timeout_add_seconds instead of g_timeout_add when
4035         available.
4036         
4037 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
4040
4041         Set horizontal scrollbar policy to AUTOMATIC instead of
4042         NEVER. Workaround for bug #449462.
4043         
4044 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4045
4046         * shell/ev-jobs.c: (ev_job_render_page_ready):
4047
4048         Add page_ready callback to main loop with high priority and hold
4049         a reference to job during idle.
4050         
4051 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * configure.ac:
4054         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
4055         (pdf_document_file_exporter_begin),
4056         (pdf_document_file_exporter_do_page),
4057         (pdf_document_file_exporter_get_capabilities):
4058         * libdocument/ev-file-exporter.h:
4059         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4060         * shell/ev-window.c: (ev_window_print_send),
4061         (ev_window_print_dialog_response_cb):
4062
4063         Allow printing multiple pages per sheet. Fixes bug #395573.
4064         
4065 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4066
4067         * shell/ev-view.c: (tip_from_link):
4068         
4069         Check for NULL, fixes bug #460862.
4070
4071 2007-07-29  Christian Persch  <chpe@gnome.org>
4072
4073         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4074         (ev_window_preview_print_finished), (ev_window_do_preview_print),
4075         (ev_window_cmd_preview_print):
4076         
4077         Fixes bug #437681 - blocks while enumerating printers.
4078
4079 2007-07-29  Christian Persch  <chpe@gnome.org>
4080
4081         * shell/ev-window.c: (ev_window_screen_changed):
4082         
4083         Don't use deprecated gtk+ function. See bug #460909.
4084
4085 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * shell/ev-utils.c: (get_num_monitors):
4088         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4089
4090         Do not use display before initializing it. Remove compile
4091         warnings.
4092
4093 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
4094
4095         * shell/ev-view.c: (ev_view_class_init):
4096         
4097         Unix-like hjkl bindings added. See bug #458111.
4098
4099 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
4100
4101         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4102         * shell/ev-utils.h:
4103         * shell/ev-view.c: (ev_view_set_zoom_for_size),
4104         (ev_view_update_view_size):
4105         * shell/ev-view.h:
4106         * shell/ev-window.c: (ev_window_update_actions),
4107         (setup_view_from_metadata), (ev_window_screen_changed),
4108         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4109         (zoom_control_changed_cb):
4110         * shell/ev-window.h:
4111         
4112         Reorganizes utility functions.
4113
4114 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4117         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4118         (add_job), (ev_pixbuf_cache_get_surface),
4119         (ev_pixbuf_cache_get_link_mapping),
4120         (ev_pixbuf_cache_get_image_mapping),
4121         (ev_pixbuf_cache_get_form_field_mapping),
4122         (ev_pixbuf_cache_get_text_mapping):
4123         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4124         (notify_page_ready), (ev_job_render_page_ready),
4125         (ev_job_render_run):
4126
4127         Add page_ready signal to notify that page is ready as soon as
4128         possible even if other page elements like links, forms, images or
4129         text mapping are not ready yet.
4130
4131 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4134         (dvi_document_file_exporter_do_page),
4135         (dvi_document_file_exporter_get_capabilities),
4136         (dvi_document_file_exporter_iface_init):
4137         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4138         (ps_document_file_exporter_do_page),
4139         (ps_document_file_exporter_get_capabilities),
4140         (ps_document_file_exporter_iface_init):
4141         * backend/djvu/djvu-document.c:
4142         (djvu_document_file_exporter_begin),
4143         (djvu_document_file_exporter_end),
4144         (djvu_document_file_exporter_get_capabilities),
4145         (djvu_document_file_exporter_iface_init):
4146         * backend/tiff/tiff-document.c:
4147         (tiff_document_file_exporter_begin),
4148         (tiff_document_file_exporter_get_capabilities),
4149         (tiff_document_document_file_exporter_iface_init):
4150         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4151         (pdf_document_file_exporter_do_page),
4152         (pdf_document_file_exporter_get_capabilities),
4153         (pdf_document_file_exporter_iface_init):
4154         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4155         (ev_file_exporter_get_capabilities):
4156         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4157         (idle_print_handler), (ev_print_job_print):
4158         * shell/ev-jobs.c: (ev_job_print_run):
4159         * shell/ev-window.c: (ev_window_print_send),
4160         (ev_window_print_range):
4161
4162         Use capabilities to know which options should be offered by the
4163         print dialog depending on the document backend.
4164
4165 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4168
4169         Give priority to forms over text to set the cursor.
4170
4171 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * shell/ev-view-private.h:
4174         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4175         (ev_view_leave_notify_event), (ev_view_finalize),
4176         (ev_view_get_property), (ev_view_class_init):
4177
4178         Use IBEAM cursor for text form fields and NORMAL cursor for read
4179         only fields. Remove unused status attribute.
4180
4181 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4184
4185         Update region for current selected items also for checkbox
4186         buttons, since they can behave as radio buttons when they are in a
4187         set.
4188
4189 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * configure.ac:
4192         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4193
4194         Get max length of text form fields.
4195
4196 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4199         * libdocument/ev-form-field.h:
4200         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4201
4202         Fix build with current poppler cvs head.
4203
4204 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4207         * shell/eggfindbar.c: (egg_find_bar_init):
4208
4209         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4210         deprecation. Fixes bug #455667
4211
4212 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4213
4214         * NEWS:
4215         * configure.ac:
4216         
4217         Update for release 0.9.2
4218
4219 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-view.c: (ev_view_form_field_text_save),
4222         (ev_view_form_field_choice_save):
4223
4224         Fix a crash when closing whith a form widget visible.
4225
4226 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4229
4230         Update also the region of the current selected button when
4231         clicking on another button if they are radio buttons.
4232
4233 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4236         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4237         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4238         (ev_pixbuf_cache_get_link_mapping),
4239         (ev_pixbuf_cache_get_image_mapping),
4240         (ev_pixbuf_cache_get_form_field_mapping),
4241         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4242         * shell/ev-view.c: (ev_view_form_field_get_region),
4243         (ev_view_form_field_button_create_widget),
4244         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4245         (job_finished_cb):
4246
4247         Redraw only form field region instead of the whole page when
4248         reloading a page to show changes on the form field.
4249
4250 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * shell/ev-view.c: (ev_view_form_field_choice_save):
4253
4254         Fix selection of first item in list form fields.
4255
4256 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4257
4258         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4259         (ev_pixbuf_cache_reload_page),
4260         (ev_pixbuf_cache_get_form_field_mapping):
4261
4262         Some refactoring to avoid duplicated code.
4263
4264 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * configure.ac:
4267         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4268         (ev_form_field_from_poppler_field),
4269         (pdf_document_forms_get_form_fields),
4270         (pdf_document_forms_form_field_text_get_text),
4271         (pdf_document_forms_form_field_text_set_text),
4272         (pdf_document_forms_form_field_button_set_state),
4273         (pdf_document_forms_form_field_button_get_state),
4274         (pdf_document_forms_form_field_choice_get_item),
4275         (pdf_document_forms_form_field_choice_get_n_items),
4276         (pdf_document_forms_form_field_choice_is_item_selected),
4277         (pdf_document_forms_form_field_choice_select_item),
4278         (pdf_document_forms_form_field_choice_toggle_item),
4279         (pdf_document_forms_form_field_choice_unselect_all),
4280         (pdf_document_forms_form_field_choice_set_text),
4281         (pdf_document_forms_form_field_choice_get_text),
4282         (pdf_document_document_forms_iface_init):
4283         * libdocument/Makefile.am:
4284         * libdocument/ev-form-field.[ch]:
4285         * libdocument/ev-document-forms.[ch]:
4286         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4287         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4288         (add_job), (ev_pixbuf_cache_reload_page),
4289         (ev_pixbuf_cache_get_form_field_mapping):
4290         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4291         * shell/ev-view-private.h:
4292         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4293         (ev_view_handle_cursor_over_xy),
4294         (ev_view_get_form_field_at_location),
4295         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4296         (ev_view_form_field_button_create_widget),
4297         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4298         (ev_view_form_field_text_create_widget),
4299         (ev_view_form_field_choice_save),
4300         (ev_view_form_field_choice_changed),
4301         (ev_view_form_field_choice_create_widget),
4302         (ev_view_handle_form_field), (ev_view_size_allocate),
4303         (ev_view_realize), (draw_end_presentation_page),
4304         (ev_view_button_press_event), (ev_view_remove_all),
4305         (ev_view_motion_notify_event), (ev_view_key_press_event),
4306         (ev_view_enter_notify_event), (highlight_find_results),
4307         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4308         (ev_view_class_init), (page_changed_cb),
4309         (on_adjustment_value_changed), (ev_view_set_presentation),
4310         (merge_selection_region), (ev_view_set_cursor),
4311         (ev_view_reset_presentation_state):
4312         
4313         Merge evince-forms branch.
4314
4315 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4316
4317         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4318
4319         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4320         This script also updates itself from libegg
4321
4322         * cut-n-paste/toolbar-editor/egg*:
4323         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4324         libegg
4325
4326 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4327
4328         * shell/ev-window.c:
4329         
4330         Adds a nice icon to page action during toolbar editing.
4331         See bug #452872.
4332
4333 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * data/evince-toolbar.xml:
4336         * shell/ev-window.c:
4337         
4338         Let user add a presentation and fullscreen icons on toolbar.
4339         See bug #449734.
4340
4341 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4342
4343         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4344
4345         new script to keep in sync with toolbareditor in libegg
4346
4347         * cut-n-paste/toolbar-editor/*: 
4348
4349         Run update-toolbareditor-from-libegg so we are in sync again. 
4350         Fixes bug #452850.
4351         
4352
4353 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * shell/ev-sidebar-links.c: (job_finished_callback):
4356
4357         Do not connect selection changed signal more than once. Fixes bug
4358         #349433.
4359
4360 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4363
4364         Do not change sidebar chrome flag when pressing F9 key in
4365         presentation mode.
4366
4367 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * backend/pdf/ev-poppler.cc:
4370         (pdf_document_thumbnails_get_dimensions):
4371
4372         Make sure thumbnails width and height is not <= 0. Fixes a crash
4373         with some pdf documents which have really small pages.
4374
4375 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4376
4377         * shell/main.c: (main):
4378
4379         Fixes program description translation issue.
4380         Bug #450148.
4381
4382 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4383
4384         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4385
4386         Do not change current page when returning from black/white mode
4387         in presentation. Fixes bug #415032.
4388
4389 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * NEWS:
4392         * configure.ac:
4393         
4394         Update for release 0.9.1
4395
4396 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4397
4398         * backend/dvi/dvi-document.c:
4399         (dvi_document_finalize),
4400         (dvi_document_file_exporter_format_supported),
4401         (dvi_document_file_exporter_begin),
4402         (dvi_document_file_exporter_do_page),
4403         (dvi_document_file_exporter_end),
4404         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4405         
4406         PDF exporter for dvi documents. Fixes bug #441319.
4407
4408 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-window.c: (ev_window_clear_print_job):
4411
4412         Clear gtk print job when job has finished. Fixes bug #447612.
4413
4414 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * shell/ev-window.c: (ev_window_print_send),
4417         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4418
4419         Add preview button to print dialog. Fixes bug #445419.
4420
4421 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4422
4423         * backend/dvi/Makefile.am:
4424         * backend/dvi/pixbuf-device.[ch]: Removed
4425         * backend/dvi/cairo-device.[ch]: Added
4426         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4427         * backend/dvi/dvi-document.c: (dvi_document_load),
4428         (dvi_document_render), (dvi_document_finalize),
4429         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4430         (dvi_document_do_color_special):
4431         * libdocument/ev-document-misc.[ch]:
4432         (ev_document_misc_pixbuf_from_surface):
4433
4434         Port dvi backend to cairo and fix a problem with colors. 
4435
4436 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * shell/ev-view.c: (draw_one_page):
4439
4440         Draw only visible region.
4441
4442 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4443
4444         * backend/djvu/djvu-document.c: (djvu_document_render):
4445
4446         Fix rotation in djvu backend.
4447
4448 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4451         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4452         (ev_pixbuf_cache_get_image_mapping),
4453         (ev_pixbuf_cache_get_text_mapping):
4454
4455         Redraw view every time we have a new surface. Fixes bug #443587.
4456
4457 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4458
4459         * libdocument/ev-document.c: (ev_document_info_free):
4460
4461         Fix memory leaks.
4462
4463 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4464
4465         * backend/dvi/dvi-document.c: (dvi_document_render),
4466         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4467         * backend/impress/impress-document.c:
4468         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4469         (impress_document_render), (impress_document_document_iface_init),
4470         (impress_document_thumbnails_get_thumbnail):
4471         * backend/djvu/djvu-document-private.h:
4472         * backend/djvu/djvu-document.c: (djvu_document_render),
4473         (djvu_document_finalize), (djvu_document_document_iface_init),
4474         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4475         * backend/tiff/tiff-document.c: (tiff_document_render),
4476         (tiff_document_render_pixbuf),
4477         (tiff_document_document_iface_init):
4478         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4479         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4480         (pdf_selection_render_selection):
4481         * backend/comics/comics-document.c:
4482         (comics_document_render_pixbuf), (comics_document_render),
4483         (comics_document_document_iface_init):
4484         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4485         (pixbuf_document_document_iface_init):
4486         * libdocument/ev-document-misc.[ch]:
4487         (ev_document_misc_surface_from_pixbuf),
4488         (ev_document_misc_surface_rotate_and_scale):
4489         * libdocument/ev-document.[ch]: (ev_document_render):
4490         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4491         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4492         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4493         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4494         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4495         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4496         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4497         (render_finished_cb), (ev_job_render_run):
4498         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4499         (merge_selection_region):
4500
4501         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4502         and selections.
4503
4504 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4505
4506         * shell/ev-window-title.c: (ev_window_title_update):
4507
4508         Fix memory leak.
4509
4510 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * shell/ev-view.c: (draw_loading_text):
4513
4514         Show loading text centered. Fixes bug #433061
4515
4516 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4517
4518         * shell/ev-sidebar-thumbnails.c:
4519         (ev_sidebar_thumbnails_set_loading_icon):
4520
4521         Remove a mutex in the main thread that blocks the UI in heavy
4522         documents.
4523
4524 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4525
4526         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4527
4528         Set points_set to TRUE so that selections don't disappear after a
4529         zoom change.
4530
4531 2007-06-07  Michael Monreal  <infernux@web.de>
4532
4533         * data/icons/16x16/actions/Makefile.am:
4534         * data/icons/16x16/actions/zoom.svg:
4535         * data/icons/22x22/actions/Makefile.am:
4536         * data/icons/22x22/actions/zoom.svg:
4537         * data/icons/24x24/actions/Makefile.am:
4538         * shell/ev-stock-icons.c:
4539         * shell/ev-stock-icons.h:
4540         * shell/ev-window.c:
4541         
4542         Zoom icon artwork. See bug #444795.
4543
4544 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4545
4546         * shell/ev-metadata-manager.c: Remove extraneous function
4547         (Closes: #444386)
4548
4549 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4550
4551         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4552         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4553         (ev_metadata_manager_set), (ev_metadata_manager_save):
4554         Simplify the timeout, no need for modified anymore
4555
4556 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4557
4558         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4559         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4560         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4561         (ev_metadata_manager_save): Adapted patch from Arjan van de
4562         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4563         time, saves on power (Closes: #443851)
4564
4565 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4566
4567         * configure.ac:
4568         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4569         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4570
4571         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4572
4573 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * shell/ev-window.c: (ev_window_add_history):
4576
4577         Check if history is NULL
4578
4579 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * libdocument/ev-image.c: (ev_image_finalize):
4582         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4583         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4584         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4585         (ev_tmp_uri_unlink):
4586
4587         Add functions to delete temporary files created by evince in a safe
4588         way.
4589
4590         * shell/ev-window.c: (ev_window_clear_local_uri),
4591         (open_xfer_update_progress_callback),
4592         (save_xfer_update_progress_callback), (ev_window_save_remote),
4593         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4594         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4595         (attachment_save_dialog_response_cb),
4596         (ev_attachment_popup_cmd_save_attachment_as):
4597
4598         Allow saving a copy of a document, image or attachment to a remote
4599         location. Fixes bug #440754. 
4600
4601 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * configure.ac:
4604         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4605
4606         Fix build with current poppler from cvs head. 
4607
4608 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4609
4610         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4611
4612         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4613         directory exists.
4614
4615 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4616
4617         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4618         * shell/ev-window.c:
4619
4620         Change sidebar ordering. Fixes bug #439939.
4621
4622 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4623
4624         * backend/comics/Makefile.am:
4625         
4626         Fixes build with --without-libgnome.
4627
4628 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4629         
4630         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4631
4632         Update cursor and tooltip on page change and view scroll. Fixes bug
4633         #439217.
4634
4635 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * NEWS:
4638         * configure.ac:
4639         
4640         Update for release 0.9.0
4641
4642 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4643
4644         * backend/djvu/djvu-document-private.h:
4645         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4646         (djvu_document_finalize),
4647         (djvu_document_file_exporter_format_supported),
4648         (djvu_document_file_exporter_begin),
4649         (djvu_document_file_exporter_do_page),
4650         (djvu_document_file_exporter_end),
4651         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4652         
4653         Implemented printing with djvu. Bug #437998.
4654
4655 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * backend/impress/zip.c:
4658         Add missing ulong definition.
4659
4660         * backend/ps/ps-interpreter.c:
4661         Add missing headers.
4662
4663         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4664
4665 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4666
4667         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4668
4669         Add missing call to parent class dispose method. 
4670
4671 2007-05-12  Ross Burton  <ross@openedhand.com>
4672
4673         * shell/main.c:
4674         Sync keybindings manually when building without libgnome
4675         (#437925).
4676
4677 2007-05-12  Ross Burton  <ross@openedhand.com>
4678
4679         * shell/ev-window.c:
4680         Respect the screen when opening help (#437866).
4681
4682 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * data/evince-ui.xml:
4685         * shell/ev-application.[ch]: (get_print_settings_from_args),
4686         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4687         (ev_application_open_uri_list):
4688         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4689         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4690         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4691         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4692         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4693         (ev_window_dispose):
4694         * shell/main.c: (arguments_parse):
4695
4696         Add print button in preview mode. Fixes bug #396475. 
4697
4698 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4699
4700         * cut-n-paste/zoom-control/ephy-zoom.h:
4701         
4702         Fixes zoom level factors. See bug #408119 for details.
4703
4704 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * backend/comics/comics-document.c: (comics_regex_quote),
4707         (extract_argv):
4708         
4709         Correctly quote symbols. Fixes crash in the bug
4710         #415370.
4711
4712 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * shell/ev-navigation-action-widget.c:
4715         (ev_navigation_action_widget_init),
4716         (ev_navigation_action_widget_class_init),
4717         (ev_navigation_action_widget_button_press_event):
4718         
4719         Connect to button-press event on correct widget. Fixes
4720         bug #431988
4721
4722 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * shell/ev-application.c: (ev_application_open_window),
4725         (ev_application_add_icon_path_for_screen),
4726         (ev_application_open_uri_at_dest):
4727         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4728         * shell/ev-navigation-action.c: (build_menu):
4729         
4730         Add app-specific icons to our icon theme. Fixes bug
4731         #425508.
4732
4733 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * shell/ev-history.c: (ev_history_class_init),
4736         (ev_history_add_link):
4737         * shell/ev-history.h:
4738         * shell/ev-navigation-action.c:
4739         (ev_navigation_action_history_changed),
4740         (ev_navigation_action_set_history), (build_menu),
4741         (ev_navigation_action_finalize):
4742         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4743         
4744         Make navigation action unsensitive instead of showing
4745         menu with unsensitive word. Fixes bug #417392.
4746
4747 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-application.[ch]: (ev_application_shutdown),
4750         (ev_application_get_print_settings),
4751         (ev_application_set_print_settings):
4752         * shell/ev-window.c:
4753
4754         Remember print settings. Fixes bug #349102. 
4755
4756 2007-05-08  Christian Persch  <chpe@gnome.org>
4757
4758         * configure.ac:
4759         * properties/ev-properties-view.c:
4760
4761         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4762         Bug #382438.
4763
4764 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4765
4766         * configure.ac:
4767         * properties/ev-properties-view.c: (ev_regular_paper_size):
4768
4769         Use gtk+ builtin paper list to identify the document's paper size.
4770         Fixes bug #382438. 
4771
4772 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * configure.ac:
4775
4776         Fix build when compiling with thumbnailer and libgnome support. 
4777
4778 2007-05-04  Ross Burton  <ross@openedhand.com>
4779
4780         * configure.ac:
4781         Add --without-libgnome, check for libgnome and libgnomeui
4782         separately, and add them to the symbols as required.
4783
4784         * libdocument/ev-file-helpers.c:
4785         When building without libgnome, use g_get_user_config_dir instead
4786         of gnome_user_dir_get.
4787
4788         * shell/ev-application.c:
4789         When building without libgnome, don't use session management.
4790
4791         * shell/main.c:
4792         When building without libgnome, don't use GnomeProgram or
4793         initialise the authentication manager.
4794
4795         This fixes #328842.
4796
4797 2007-05-04  Ross Burton  <ross@openedhand.com>
4798
4799         * shell/ev-window.c:
4800         Don't use libgnome to open help, instead call Yelp directly.
4801
4802 2007-05-04  Ross Burton  <ross@openedhand.com>
4803
4804         * shell/ev-sidebar-attachments.c:
4805         Don't use libgnome to lookup icons for MIME types, instead copy
4806         code from GTK+ to do it manually.
4807
4808 2007-05-04  Ross Burton  <ross@openedhand.com>
4809
4810         * configure.ac:
4811         Add libxml to the dependencies for SHELL_CORE (#435818).
4812
4813 2007-05-02  Ross Burton  <ross@openedhand.com>
4814
4815         * configure.ac:
4816         * Makefile.am:
4817         Add --disable-thumbnailer (#434825)
4818
4819 2007-05-02  Ross Burton  <ross@openedhand.com>
4820
4821         * shell/ev-window.c:
4822         Add missing includes, fix indentation.
4823
4824         * shell/main.c:
4825         Fix indentation.
4826
4827 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4828
4829         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4830         ev_application_open_uri_at_dest instead of ev_application_open_uri
4831         preventing new document always being opened in a new window even if there
4832         is an empty window.
4833
4834 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4837         (egg_recent_view_uimanager_finalize):
4838         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4839         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4840         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4841         (ev_pixbuf_cache_dispose):
4842         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4843         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4844         
4845         Add missing chain to parent class methods. Fixes
4846         bug #433128.
4847
4848 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4849
4850         * data/Makefile.am (update-icon-cache): Updates
4851         gtk-update-icon-cache in uninstall-hook.
4852
4853 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-window.c: (ev_window_setup_document),
4856         (ev_window_set_document), (ev_window_load_job_cb):
4857         * shell/ev-view.c: (setup_caches):
4858         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4859
4860         Start rendering pages before any other jobs. 
4861
4862 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4863
4864         * shell/ev-window.c: (ev_window_stop_fullscreen),
4865         (ev_window_stop_presentation):
4866
4867         Update chrome visibility before window unfullscreen. 
4868
4869 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4870
4871         * data/Makefile.am:
4872         * data/evince-ui.xml:
4873         * shell/ev-stock-icons.[ch]:
4874         * shell/ev-application.[ch]: (ev_application_shutdown),
4875         (ev_application_init), (ev_application_get_toolbars_model):
4876         * shell/ev-window.c: (update_chrome_visibility),
4877         (fullscreen_toolbar_setup_item_properties),
4878         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4879         (ev_window_run_presentation), (ev_window_stop_presentation),
4880         (ev_window_run_preview), (ev_window_screen_changed),
4881         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4882         (ev_window_dispose), (ev_window_init):
4883
4884         Make fullscreen toolbar always visible. Do not use egg toolbars for
4885         fullscreen and preview modes since such toolbars are not editables.
4886         Fixes bugs #300278, #338910 and #316188.  
4887
4888 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4889
4890         * shell/ev-application.c:
4891         * shell/ev-job-queue.c:
4892         * shell/ev-metadata-manager.c:
4893         * shell/ev-stock-icons.c:
4894         * shell/ev-window.c:
4895         * shell/main.c:
4896         
4897         Developers documentation updated.
4898
4899 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4902
4903         Check whether uri is valid before launching it. Fixes bug #427664.
4904
4905 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * shell/ev-window.c:
4908
4909         Change key accelerator for Open a Copy menu entry which is in conflict
4910         with Close. Fixes bug #427321.
4911
4912 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * NEWS:
4915         * configure.ac:
4916         
4917         Update for release 0.8.1
4918
4919 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4920
4921         * shell/ev-window.c: (setup_size_from_metadata):
4922         
4923         Do not make window bigger than screen. Fixes bug 
4924         #388985.
4925
4926 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4927
4928         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4929         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4930
4931         Use default resolution when it's not provided by document. Fixes bug
4932         #408762.
4933
4934 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4935
4936         * configure.ac:
4937         * thumbnailer/Makefile.am:
4938         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4939         * thumbnailer/evince-thumbnailer.schemas.in:
4940         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4941
4942         Add support for ps, eps and compressed documents thumbnails. Do not
4943         ignore size parameter. 
4944
4945 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4946
4947         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4948         (dvi_document_do_color_special):
4949         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4950
4951         Implement font color specials in the DVI backend. Fixes bug #303651.
4952
4953 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4954
4955         Fixup the previous commit:
4956
4957         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4958         * shell/xdg-user-dir-lookup.c: Make the function non-static
4959         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4960
4961 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4962
4963         * shell/ev-window.c (file_open_dialog_response_cb): Use
4964         the xdg-user-dirs DOCUMENTS folder as default folder when
4965         opening a file chooser.  (#424858)
4966
4967         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4968         xdg-user-dirs.
4969
4970 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * shell/ev-window.c: (ev_window_load_job_cb):
4973
4974         Do not setup view from metadata on preview mode. 
4975
4976 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * shell/main.c:
4979
4980         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4981
4982 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * shell/ev-view.c: (ev_view_primary_get_cb):
4985
4986         Check pointer != NULL before using it. Fixes bug #416841. 
4987
4988 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4989
4990         * NEWS:
4991         * configure.ac:
4992         
4993         Release 0.8.0
4994
4995 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4998
4999         Do not render thumbnails when sidebar thumbnail page is not visible
5000         at startup. Fixes bug #416447. 
5001
5002 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
5003
5004         * data/evince.desktop.in.in:
5005
5006         "Application" is not a valid category in the freedesktop specification.
5007
5008 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * libdocument/ev-file-helpers.[ch]: (compression_run),
5011         (ev_file_uncompress), (ev_file_compress):
5012         * shell/ev-window.c: (file_save_dialog_response_cb):
5013
5014         Save document compressed when saving a copy of a compressed document.
5015         Fixes bug #334542.
5016
5017 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5018
5019         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
5020
5021         Allow deleting in goto window entry in presentation mode. 
5022
5023 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
5024
5025         * Makefile.am: Dist MAINTAINERS.
5026
5027 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-window.c: (ev_window_update_actions):
5030
5031         Fix zoom shortcut keys when searching. Fixes bug #409828.
5032
5033 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * shell/ev-window.c: (ev_window_setup_document):
5036
5037         Fix crash when loading documents with only one page. 
5038
5039 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5040
5041         * backend/dvi/dvi-document.c:
5042         (dvi_document_thumbnails_get_dimensions),
5043         (dvi_document_thumbnails_get_thumbnail):
5044         * backend/impress/impress-document.c:
5045         (impress_document_thumbnails_get_thumbnail),
5046         (impress_document_thumbnails_get_dimensions):
5047         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
5048         (ps_document_thumbnails_get_dimensions):
5049         * backend/djvu/djvu-document.c:
5050         (djvu_document_thumbnails_get_dimensions),
5051         (djvu_document_thumbnails_get_thumbnail):
5052         * backend/tiff/tiff-document.c:
5053         (tiff_document_thumbnails_get_thumbnail),
5054         (tiff_document_thumbnails_get_dimensions):
5055         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
5056         (pdf_document_thumbnails_get_thumbnail),
5057         (pdf_document_thumbnails_get_dimensions):
5058         * backend/comics/comics-document.c:
5059         (comics_document_thumbnails_get_thumbnail),
5060         (comics_document_thumbnails_get_dimensions):
5061         * backend/pixbuf/pixbuf-document.c:
5062         (pixbuf_document_thumbnails_get_thumbnail),
5063         (pixbuf_document_thumbnails_get_dimensions):
5064         * libdocument/ev-document-thumbnails.[ch]:
5065         (ev_document_thumbnails_get_thumbnail),
5066         (ev_document_thumbnails_get_dimensions):
5067         * libdocument/ev-document-misc.[ch]:
5068         (ev_document_misc_get_thumbnail_frame):
5069         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
5070         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5071         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
5072         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5073         (ev_sidebar_thumbnails_refresh):
5074         * shell/ev-window.c: (ev_window_setup_document):
5075         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5076
5077         Use an EvRenderContext for rendering thumbnails instead of a suggested
5078         width, so that different sized pages get sized proportionally.
5079
5080 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * shell/ev-view.c: (ev_view_button_press_event),
5083         (ev_view_key_press_event):
5084
5085         Fix critical warnings when there is no document loaded. 
5086
5087 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5088
5089         * shell/ev-page-action-widget.c:
5090         * shell/ev-navigation-action.c:
5091         * shell/ev-window.c:
5092
5093         Fix compile warnings. 
5094
5095 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5096
5097         * backend/djvu/djvu-text.h:
5098         * backend/djvu/djvu-document.c:
5099         * backend/djvu/djvu-text-page.c:
5100         * backend/djvu/djvu-links.c:
5101         * backend/djvu/djvu-text-page.h:
5102         * backend/djvu/djvu-text.c:
5103         
5104         Fix build on Mac. Fixes bug #392186. Patch by
5105         <ephraim_owns@hotmail.com>
5106
5107 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5110
5111         Restore cairo context before rendering every page when printing a PDF
5112         document into a PDF file. 
5113
5114 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * backend/ps/gstypes.h:
5117         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5118         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5119         (ps_document_thumbnails_get_thumbnail):
5120
5121         Handle PostScript page orientation. Fixes bug #318568.
5122
5123 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * backend/ps/Makefile.am:
5126         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5127         (document_load), (ps_document_load), (save_document),
5128         (save_page_list), (ps_document_get_n_pages),
5129         (ps_document_get_page_size), (ps_document_get_info),
5130         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5131         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5132         (ps_document_thumbnails_get_thumbnail),
5133         (ps_document_thumbnails_get_dimensions),
5134         (ps_document_document_thumbnails_iface_init):
5135         * backend/ps/ps.[ch]: (psgetpagebox):
5136         * backend/ps/ps-interpreter.[ch]:
5137
5138         Add support for thumbnails in ps backend. Fixes bug #164755. 
5139
5140 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * NEWS:
5143         * configure.ac:
5144         
5145         Release 0.7.2
5146
5147 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5150         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5151         (ev_window_dispose):
5152
5153         Use document thumbnail as window icon. Fixes bug #384442.
5154
5155 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5156
5157         * configure.ac:
5158
5159         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5160         duplicated adding application/x-bzpostscript instead. 
5161
5162 2007-02-11  Tom Parker  <palfrey@tevp.net>
5163
5164         * backend/ps/ps-document.c: (document_load):
5165
5166         Check return value of psscan before trying
5167         to use it. Fixes bug #372414.
5168
5169 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5170
5171         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5172
5173         Fix invalid free in ev-page-cache. Fixes bug #404745.
5174
5175 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * test/Makefile.am:
5178         * test/test3.py:
5179         
5180         Added reload test case.
5181
5182 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5183
5184         * po/POTFILES.in:
5185         * backend/djvu/djvu-document.c: (djvu_document_load):
5186
5187         Check whether there are missing files in indirect multipage djvu
5188         documents. Fixes bug #361683. 
5189
5190 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * test/Makefile.am:
5193         * test/test-mime.bin:
5194         * test/test3.py:
5195         
5196         Added test for slow mime type
5197
5198 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5201
5202         Add some checks and call parent_class->finalize. Fixes bug #404745.
5203
5204 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5205
5206         * shell/ev-navigation-action.c: (connect_proxy):
5207         
5208         Fixes dropdown history menu. Thanks a lot Carlos!
5209
5210 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5211
5212         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5213
5214         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5215         bug #373715.
5216
5217 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * backend/ps/ps.c: (psscan):
5220
5221         Fix memory leak. 
5222
5223 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * configure.ac:
5226         * libdocument/ev-file-helpers.c: 
5227
5228         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5229
5230 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * configure.ac:
5233         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5234         (ps_interpreter_start), (document_load), (save_document),
5235         (save_page_list):
5236         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5237         * libdocument/ev-document-factory.c:
5238         (ev_document_factory_get_from_mime), (get_document_from_uri),
5239         (free_uncompressed_uri), (ev_document_factory_get_document):
5240         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5241
5242         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5243
5244 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * libdocument/ev-document.h:
5247
5248         Fix typo in function name. 
5249
5250 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5251
5252         * backend/ps/ps-document.c: (ps_interpreter_finished),
5253         (ps_interpreter_start), (ps_interpreter_failed):
5254
5255         Handle ghostscript interpreter crashes. 
5256
5257 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5258
5259         * shell/ev-window.c: (ev_window_open_uri),
5260         (window_configure_event_cb):
5261
5262         Setup window size and position before showing it. Fixes bug #401711.
5263
5264 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * backend/ps/Makefile.am:
5267         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5268         (ps_document_dispose), (ps_document_class_init),
5269         (ps_interpreter_input), (ps_interpreter_output),
5270         (ps_interpreter_error), (setup_interpreter_env),
5271         (ps_interpreter_start), (ps_interpreter_stop),
5272         (ps_interpreter_failed), (ps_interpreter_is_ready),
5273         (check_filecompressed), (document_load), (ps_document_load),
5274         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5275         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5276         (render_page):
5277
5278         Rework ps-document. Code cleanups, remove deprecated code. 
5279
5280 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5281
5282         * shell/ev-view.c: (ev_view_button_press_event):
5283
5284         Do not start an image drag and drop operation when pointer is on 
5285         text, so that we can select text when the whole background is an
5286         image. 
5287
5288 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5289
5290         * shell/ev-window.c: (ev_window_update_actions): 
5291
5292         Disable all zoom related actions during presentation mode. 
5293
5294 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5295
5296         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5297
5298         Do not zoom in or out on presentation mode. Fixes bug #401305.
5299
5300 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5301
5302         * shell/ev-navigation-action.c: (connect_proxy),
5303         (create_menu_item), (ev_navigation_action_class_init):
5304         
5305         Correctly show menu and fix crash when navigaton 
5306         action is out of toolbar visible area.
5307
5308 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * data/Makefile.am:
5311         * data/evince.1:
5312         
5313         Added man file
5314
5315 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * help/reference/* :
5318         * configure.ac:
5319         
5320         Added gtk-doc based documentation for Evince.
5321         Still in initial state but I hope it will
5322         grow.
5323         
5324         * configure.ac:
5325         
5326         Lower dbus requirement to 0.70
5327
5328 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-window.c: (ev_window_add_history):
5331
5332         Fix memory leak. 
5333
5334 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5337         * shell/ev-view.h:
5338         * shell/ev-window.c: (ev_window_add_history):
5339         
5340         Correctly handle named destination links
5341
5342 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * NOTES:
5345         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5346         * backend/pdf/ev-poppler.cc:
5347         * libdocument/ev-document-links.h:
5348         * libdocument/ev-link.c: (ev_link_get_page):
5349         * libdocument/ev-link.h:
5350         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5351         (ev_history_add_link):
5352         * shell/ev-history.h:
5353         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5354         (new_history_menu_item), (build_menu):
5355         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5356         * shell/ev-sidebar-links.c: (create_loading_model),
5357         (print_section_cb), (ev_sidebar_links_construct),
5358         (fill_page_labels), (update_page_callback_foreach),
5359         (update_page_callback), (job_finished_callback):
5360         * shell/ev-view.c: (ev_view_handle_link):
5361         * shell/ev-window.c: (ev_window_find_chapter),
5362         (ev_window_add_history), (view_handle_link_cb),
5363         (history_changed_cb):
5364         
5365         Implements another history variant
5366
5367 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5368
5369         * shell/ev-window.c: (view_external_link_cb):
5370         * shell/ev-view.c: (ev_view_button_release_event):
5371
5372         Open links in new window when clicking with middle button. 
5373
5374 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * shell/ev-navigation-action.c: (new_history_menu_item):
5377         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5378         * shell/ev-view.c: (ev_view_handle_link):
5379         * shell/ev-window.c:
5380         
5381         Store link before jump, not the destination. For me it 
5382         seems like more natural history behavior.
5383
5384 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5385
5386         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5387         (ev_navigation_action_class_init):
5388         * shell/ev-navigation-action.h:
5389         * shell/ev-page-action.c: (activate_cb):
5390         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5391         (ev_page_cache_set_current_page_history):
5392         * shell/ev-page-cache.h:
5393         * shell/ev-sidebar-thumbnails.c:
5394         (ev_sidebar_tree_selection_changed),
5395         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5396         * shell/ev-view-private.h:
5397         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5398         * shell/ev-view.h:
5399         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5400         (ev_window_setup_document), (ev_window_load_job_cb):
5401         * shell/ev-window.h:
5402         
5403         History finally works as expected.
5404
5405 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5406
5407         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5408
5409         Do not update links treeview if it doesn't have a model assigned yet. 
5410
5411 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5412
5413         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5414         (ev_sidebar_links_class_init), (update_page_callback):
5415
5416         Do not update links treeview when sidepane is not visible. 
5417
5418 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * shell/ev-marshal.list:
5421         * shell/ev-page-action.c: (activate_cb),
5422         (ev_page_action_class_init):
5423         * shell/ev-page-action.h:
5424         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5425         * shell/ev-window.c:
5426         
5427         Remove activate_link signal, not required.
5428
5429 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5430
5431         * shell/ev-navigation-action.c: (build_menu):
5432         
5433         Reorder menu items and build menu with fixed length.
5434
5435 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5436
5437         * shell/ev-view.c: (get_selected_text):
5438         
5439         Normalize text to fix ligatures problem. See bug
5440         #341947 for details.
5441
5442 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5443
5444         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5445
5446         Fix memory leak in ev-page-cache. 
5447
5448 2007-01-25  Tom Parker <palfrey@tevp.net>
5449
5450         * backend/impress/impress-document.c: (impress_document_load),
5451         (impress_document_finalize), (impress_document_init):
5452         * properties/ev-properties-main.c: (ev_properties_get_pages):
5453         
5454         Correctly handle impress document errors. Fixes nautilus
5455         crash in property page #370491.
5456
5457 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5460         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5461         (ev_job_queue_remove_job):
5462         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5463         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5464         (ev_job_load_run):
5465         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5466         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5467         (ev_window_load_job_cb), (xfer_update_progress_callback),
5468         (ev_window_open_uri), (ev_window_dispose):
5469         * shell/main.c: (main):
5470
5471         Do file transfer asynchronously in the main thread instead of
5472         synchronously in the load thread. Fixes bugs #399694, #398307 and
5473         #343542.
5474
5475 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5476
5477         * shell/ev-jobs.c: (ev_job_xfer_run):
5478
5479         Load the document with the font-config lock held. 
5480
5481 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5482
5483         * backend/ps/ps-document.c: (start_interpreter):
5484
5485         Fix memory leaks in ps backend. 
5486
5487 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5488
5489         * backend/impress/impress-document.c:
5490         (impress_document_render_pixbuf):
5491
5492         Do not acquire fontconfig lock in impress backend, since it is using
5493         the main loop for rendering. 
5494
5495 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * po/POTFILES.in: 
5498
5499         Remove mdvi files that shouldn't be translated. 
5500
5501 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * shell/ev-view-private.h:
5504         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5505         (ev_view_set_zoom):
5506
5507         Render "loading..." text into a cairo surface instead of directly into
5508         the window so that fontconfig lock is only needed once and UI is not
5509         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5510
5511 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5512
5513         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5514         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5515
5516         Use icon theme associated with the window screen rather than default. 
5517
5518 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5519
5520         * configure.ac:
5521
5522         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5523
5524 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5525
5526         * data/icons/*/apps/evince.*:
5527
5528         Move Evince icons under new apps directory.
5529
5530         * data/icons/*/actions/*:
5531
5532         Add new custom themeable Evince icons: view-page-continuous, 
5533         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5534         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5535
5536         * configure.ac:
5537
5538         Add new directories to AC_CONFIG_FILES.
5539
5540         * shell/ev-stock-icons.c:
5541         * shell/ev-stock-icons.h:
5542
5543         Use new custom themeable icons.
5544
5545 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5546
5547         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5548
5549         Do not draw white background page in presentation mode. 
5550
5551 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5552
5553         * shell/ev-view.c: Remove unused gnome-vfs include.
5554
5555 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5556
5557         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5558         
5559         Format string is corrected, fixes bug #397129.
5560
5561 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * shell/ev-window.c: (ev_window_setup_recent):
5564
5565         Do not include in recent menu inexistent documents. Fixes
5566         bug #339171.
5567
5568 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5569
5570         * po/POTFILES.skip: 
5571
5572         Update POTFILES.skip file according to current source tree. 
5573
5574 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/ev-window.c: (file_save_dialog_response_cb):
5577
5578         Do Save a copy in atomic way. Fixes bug #328266. 
5579
5580 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5583
5584         Keep selected cell always visible in index treeview.
5585
5586 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5587         
5588         * shell/ev-view.c: (ev_view_size_allocate):
5589
5590         Restore horizontal scrollbar after switching to/from fullscreen
5591         or presentation mode. Fixes bug #331728.
5592
5593 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * shell/ev-view-private.h:
5596         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5597         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5598         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5599         (ev_view_can_zoom_out):
5600
5601         Use max and min scale values in the view iby taking dpi into account. 
5602
5603 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5604
5605         * configure.ac:
5606         * NEWS:
5607
5608         Release 0.7.1
5609
5610 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5611
5612         * shell/ev-window.c: (ev_window_print_send):
5613
5614         Send print job to printer with some settings set to default values,
5615         since we have already exported to a file according to such settings
5616         and they could be taken twice by some printers. 
5617
5618 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5619
5620         * shell/ev-jobs.c: (ev_job_xfer_run):
5621         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5622
5623         Show main window and load document with the font-config lock held. 
5624
5625 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5626
5627         * configure.ac:
5628         * shell/ev-application.c: (ev_application_register_service):
5629         * shell/main.c: (load_files_remote):
5630
5631         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5632
5633 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5634
5635         * doc/debugging.txt:
5636         
5637         Remove obsolete documentation.
5638
5639 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * Makefile.am:
5642         * backend/Makefile.am:
5643         * backend/comics/Makefile.am:
5644         * backend/djvu/Makefile.am:
5645         * backend/dvi/Makefile.am:
5646         * backend/ev-async-renderer.c:
5647         * backend/ev-async-renderer.h:
5648         * backend/ev-attachment.c:
5649         * backend/ev-attachment.h:
5650         * backend/ev-backend-marshal.c:
5651         * backend/ev-document-factory.c:
5652         * backend/ev-document-factory.h:
5653         * backend/ev-document-find.c:
5654         * backend/ev-document-find.h:
5655         * backend/ev-document-fonts.c:
5656         * backend/ev-document-fonts.h:
5657         * backend/ev-document-images.c:
5658         * backend/ev-document-images.h:
5659         * backend/ev-document-info.h:
5660         * backend/ev-document-links.c:
5661         * backend/ev-document-links.h:
5662         * backend/ev-document-misc.c:
5663         * backend/ev-document-misc.h:
5664         * backend/ev-document-security.c:
5665         * backend/ev-document-security.h:
5666         * backend/ev-document-thumbnails.c:
5667         * backend/ev-document-thumbnails.h:
5668         * backend/ev-document-transition.c:
5669         * backend/ev-document-transition.h:
5670         * backend/ev-document.c:
5671         * backend/ev-document.h:
5672         * backend/ev-file-exporter.c:
5673         * backend/ev-file-exporter.h:
5674         * backend/ev-image.c:
5675         * backend/ev-image.h:
5676         * backend/ev-link-action.c:
5677         * backend/ev-link-action.h:
5678         * backend/ev-link-dest.c:
5679         * backend/ev-link-dest.h:
5680         * backend/ev-link.c:
5681         * backend/ev-link.h:
5682         * backend/ev-render-context.c:
5683         * backend/ev-render-context.h:
5684         * backend/ev-selection.c:
5685         * backend/ev-selection.h:
5686         * backend/impress/Makefile.am:
5687         * backend/pdf/Makefile.am:
5688         * backend/pixbuf/Makefile.am:
5689         * backend/ps/Makefile.am:
5690         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5691         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5692         (start_interpreter), (stop_interpreter), (document_load),
5693         (ps_document_next_page), (render_page):
5694         * backend/tiff/Makefile.am:
5695         * comics/Makefile.am:
5696         * comics/comics-document.c:
5697         * comics/comics-document.h:
5698         * configure.ac:
5699         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5700         * djvu/Makefile.am:
5701         * djvu/djvu-document-private.h:
5702         * djvu/djvu-document.c:
5703         * djvu/djvu-document.h:
5704         * djvu/djvu-links.c:
5705         * djvu/djvu-links.h:
5706         * djvu/djvu-text-page.c:
5707         * djvu/djvu-text-page.h:
5708         * djvu/djvu-text.c:
5709         * djvu/djvu-text.h:
5710         * dvi/Makefile.am:
5711         * dvi/dvi-document.c:
5712         * dvi/dvi-document.h:
5713         * dvi/fonts.c:
5714         * dvi/fonts.h:
5715         * dvi/mdvi-lib/Makefile.am:
5716         * dvi/mdvi-lib/afmparse.c:
5717         * dvi/mdvi-lib/afmparse.h:
5718         * dvi/mdvi-lib/bitmap.c:
5719         * dvi/mdvi-lib/bitmap.h:
5720         * dvi/mdvi-lib/color.c:
5721         * dvi/mdvi-lib/color.h:
5722         * dvi/mdvi-lib/common.c:
5723         * dvi/mdvi-lib/common.h:
5724         * dvi/mdvi-lib/defaults.h:
5725         * dvi/mdvi-lib/dvimisc.c:
5726         * dvi/mdvi-lib/dviopcodes.h:
5727         * dvi/mdvi-lib/dviread.c:
5728         * dvi/mdvi-lib/files.c:
5729         * dvi/mdvi-lib/font.c:
5730         * dvi/mdvi-lib/fontmap.c:
5731         * dvi/mdvi-lib/fontmap.h:
5732         * dvi/mdvi-lib/fontsrch.c:
5733         * dvi/mdvi-lib/gf.c:
5734         * dvi/mdvi-lib/hash.c:
5735         * dvi/mdvi-lib/hash.h:
5736         * dvi/mdvi-lib/list.c:
5737         * dvi/mdvi-lib/mdvi.h:
5738         * dvi/mdvi-lib/pagesel.c:
5739         * dvi/mdvi-lib/paper.c:
5740         * dvi/mdvi-lib/paper.h:
5741         * dvi/mdvi-lib/pk.c:
5742         * dvi/mdvi-lib/private.h:
5743         * dvi/mdvi-lib/setup.c:
5744         * dvi/mdvi-lib/sp-epsf.c:
5745         * dvi/mdvi-lib/special.c:
5746         * dvi/mdvi-lib/sysdeps.h:
5747         * dvi/mdvi-lib/t1.c:
5748         * dvi/mdvi-lib/tfm.c:
5749         * dvi/mdvi-lib/tfmfile.c:
5750         * dvi/mdvi-lib/tt.c:
5751         * dvi/mdvi-lib/util.c:
5752         * dvi/mdvi-lib/vf.c:
5753         * dvi/pixbuf-device.c:
5754         * dvi/pixbuf-device.h:
5755         * impress/Makefile.am:
5756         * impress/common.h:
5757         * impress/document.c:
5758         * impress/f_oasis.c:
5759         * impress/f_oo13.c:
5760         * impress/iksemel.c:
5761         * impress/iksemel.h:
5762         * impress/imposter.h:
5763         * impress/impress-document.c:
5764         * impress/impress-document.h:
5765         * impress/internal.h:
5766         * impress/r_back.c:
5767         * impress/r_draw.c:
5768         * impress/r_geometry.c:
5769         * impress/r_gradient.c:
5770         * impress/r_style.c:
5771         * impress/r_text.c:
5772         * impress/render.c:
5773         * impress/render.h:
5774         * impress/zip.c:
5775         * impress/zip.h:
5776         * lib/Makefile.am:
5777         * lib/ev-debug.c:
5778         * lib/ev-debug.h:
5779         * lib/ev-file-helpers.c:
5780         * lib/ev-file-helpers.h:
5781         * lib/ev-gui.c:
5782         * lib/ev-gui.h:
5783         * lib/ev-tooltip.c:
5784         * lib/ev-tooltip.h:
5785         * libdocument/Makefile.am:
5786         * libdocument/ev-file-helpers.c:
5787         * pdf/Makefile.am:
5788         * pdf/ev-poppler.cc:
5789         * pdf/ev-poppler.h:
5790         * pixbuf/Makefile.am:
5791         * pixbuf/pixbuf-document.c:
5792         * pixbuf/pixbuf-document.h:
5793         * properties/Makefile.am:
5794         * ps/Makefile.am:
5795         * ps/gsdefaults.c:
5796         * ps/gsdefaults.h:
5797         * ps/gsio.c:
5798         * ps/gsio.h:
5799         * ps/gstypes.h:
5800         * ps/ps-document.c:
5801         * ps/ps-document.h:
5802         * ps/ps.c:
5803         * ps/ps.h:
5804         * shell/Makefile.am:
5805         * shell/ev-application.h:
5806         * shell/ev-sidebar-links.c:
5807         * shell/ev-sidebar-links.h:
5808         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5809         (ev_gui_menu_position_tree_selection):
5810         * shell/ev-utils.h:
5811         * shell/ev-view.c: (ev_view_finalize):
5812         * shell/ev-window.c:
5813         * shell/main.c: (main):
5814         * thumbnailer/Makefile.am:
5815         * tiff/Makefile.am:
5816         * tiff/tiff-document.c:
5817         * tiff/tiff-document.h:
5818         * tiff/tiff2ps.c:
5819         * tiff/tiff2ps.h:
5820         
5821         Reorganize source tree.
5822
5823 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * backend/ev-document-factory.c:
5826
5827         Do not include ev-poppler.h when pdf is disabled. 
5828
5829 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5830
5831         * configure.ac:
5832         * data/evince-ui.xml:
5833         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5834         (pdf_document_document_images_iface_init):
5835         * backend/Makefile.am:
5836         * backend/ev-document-images.[ch]:
5837         * backend/ev-image.[ch]:
5838         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5839         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5840         (ev_job_xfer_run):
5841         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5842         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5843         (ev_pixbuf_cache_get_image_mapping):
5844         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5845         (view_menu_popup_cb), (ev_window_dispose),
5846         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5847         (ev_view_popup_cmd_copy_image):
5848         * shell/ev-view-private.h:
5849         * shell/ev-view.c: (ev_view_get_image_at_location),
5850         (ev_view_do_popup_menu), (ev_view_popup_menu),
5851         (ev_view_button_press_event), (ev_view_drag_data_get),
5852         (ev_view_drag_motion), (ev_view_drag_data_received),
5853         (ev_view_motion_notify_event), (ev_view_button_release_event),
5854         (ev_view_finalize), (ev_view_class_init):
5855
5856         Add image handling support. Fixes bugs #310008 and #325047. Images
5857         selection is not supported yet. 
5858
5859 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5860
5861         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5862         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5863         (ev_view_init):
5864
5865         Move view drag and drop stuff to ev-view.
5866
5867 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5868
5869         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5870         * shell/ev-view.c: (clear_selection): 
5871
5872         Clear selection also in pixbuf cache.
5873
5874 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5875
5876         * data/evince.desktop.in.in:
5877         
5878         Change icon name in desktop file. See bug #390734
5879         for details.
5880
5881 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5882
5883         * thumbnailer/Makefile.am:
5884
5885         Use top_builddir instead top_srcdir for generated schema
5886         file installation. Fixes bug #390161.
5887
5888 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5889
5890         * configure.ac:
5891         * backend/Makefile.am:
5892         * backend/ev-document-transition.[ch]:
5893         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5894         (pdf_document_page_transition_iface_init):
5895         * shell/ev-view-private.h:
5896         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5897         (ev_view_set_presentation), (transition_next_page),
5898         (ev_view_presentation_transition_stop),
5899         (ev_view_presentation_transition_start), (ev_view_next_page):
5900
5901         Add page transition support in presentation mode. At the moment only
5902         page duration is supported, but not transition effects. Fixes bug
5903         #309815.
5904
5905 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5906
5907         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5908
5909         Run find_link_dest with document lock held, since it's called by links
5910         thread and main thread at the same time. 
5911
5912 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5913
5914         * shell/ev-view.c: (goto_dest):
5915
5916         Update page-cache when page is changed by the view, so that
5917         page-changed signal is emitted. 
5918
5919 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5920
5921         * test/test1.py:
5922         * test/test2.py:
5923
5924         Use C locale in tests. 
5925
5926 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * shell/ev-window.c: (ev_window_run_presentation):
5929         * shell/ev-view-private.h:
5930         * shell/ev-view.c: (ev_view_set_presentation):
5931
5932         Restore zoom settings when back from presentation mode. 
5933
5934 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5935
5936         * shell/ev-window.c: (ev_window_run_presentation):
5937
5938         Always use "best fit" zoom in presentation mode.
5939         Fixes bug #389195.
5940
5941 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5942
5943         * shell/ev-view.c: (ev_view_goto_window_create):
5944
5945         Show "Jump to page" label in the page jumping popup in
5946         presentation mode instead of just a GtkEntry.
5947
5948 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5949
5950         * shell/ev-window.c: (launch_external_uri):
5951
5952         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5953         #378085.
5954
5955 2006-12-22  Elijah Newren  <newren gmail com>
5956
5957         * configure.ac: explicitly check for libxml2.  Fixes #388795
5958
5959 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5960
5961         * shell/ev-view-private.h:
5962         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5963         (ev_view_goto_window_delete_event), (key_is_numeric),
5964         (ev_view_goto_window_key_press_event),
5965         (ev_view_goto_window_button_press_event),
5966         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5967         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5968         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5969
5970         Allow jumping to another page by typing a page number in presentation
5971         mode. It uses a popup window with an entry. Fixes bug #353625.
5972
5973 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5974
5975         * configure.ac:
5976         * properties/ev-properties-view.c: (ev_get_default_user_units),
5977         (ev_regular_paper_size):
5978         
5979         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5980         to Damien Carbery <damien.carbery@sun.com> and
5981         Yevgen Muntyan <muntyan@tamu.edu>.
5982
5983 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5984
5985         * shell/ev-window.c: (setup_document_from_metadata):
5986
5987         Make sure Evince doesn't restore the view on the last
5988         page when a document is reopened. Fixes bug #383381.
5989
5990 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5991
5992         * shell/ev-view.c: (draw_loading_text):
5993
5994         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5995
5996 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5997
5998         * configure.ac:
5999         * NEWS:
6000
6001         Release 0.7.0
6002
6003 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6004
6005         * configure.ac:
6006         * pdf/ev-poppler.cc: (pdf_print_context_free),
6007         (pdf_document_file_exporter_begin),
6008         (pdf_document_file_exporter_do_page):
6009
6010         Make cairo-pdf depedency optional. 
6011
6012 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6013
6014         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
6015
6016         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
6017
6018 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6019
6020         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
6021         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
6022         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
6023         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
6024         * shell/ev-view.c: (draw_loading_text):
6025         * shell/ev-window.c: (ev_window_cmd_file_properties):
6026
6027         Use an specific lock for FontConfig. Hopefully it fixes some crashes
6028         related to using FontConfig from different threads.
6029         
6030 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6031
6032         * shell/ev-view.c: (draw_loading_text):
6033
6034         Acquire lock document when drawing "Loading..." text so that only one
6035         thread will use FontConfig at the same time. Fixes bug #374750.
6036
6037 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6038
6039         * shell/ev-page-action.[ch]: (activate_cb):
6040         * shell/ev-window.c: (activate_label_cb):
6041
6042         Check if text inserted in page entry is a valid page number when it
6043         doesn't match to any document page label. Fixes bug #383165.
6044
6045 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
6046         * shell/ev-window.c:
6047
6048         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
6049         available with GTK < 2.10. Added an ifdef to avoid compilation
6050         error.
6051
6052 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6053
6054         * configure.ac:
6055         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
6056
6057         Fix ps backend in multihead systems.
6058
6059 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6060
6061         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
6062         * shell/ev-window.c: (ev_window_get_screen_dpi),
6063         (ev_window_update_actions), (setup_view_from_metadata),
6064         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
6065
6066         Take screen DPI into account when zooming. Fixes bug #318285.
6067
6068 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6069
6070         * data/Makefile.am:
6071
6072         Cleaned up/slightly refactored Makefile.am. Added GConf
6073         schemas uninstallation as well.
6074
6075 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6076
6077         * Makefile.am:
6078         * test/Makefile.am:
6079
6080         Fight with autotools to fix make check. Make distcheck
6081         works fine as well now!
6082
6083 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6084
6085         * shell/ev-view.c: (draw_end_presentation_page):
6086
6087         Corrected "end of presentation" string.
6088
6089 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6090
6091         * shell/ev-view.c: (ev_view_key_press_event):
6092
6093         Correctly propagate key press event so that up/down keys
6094         work as expected (correct behaviour was broken by
6095         black/white screen key bindings for presentations).
6096
6097 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6098
6099         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6100         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6101         (pdf_document_find_get_progress), (pdf_selection_render_selection),
6102         (pdf_selection_get_selection_region),
6103         (pdf_selection_get_selection_map):
6104
6105         Add "static" to some private functions. 
6106
6107 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
6108
6109         * lib/ev-tooltip.h:
6110         * properties/ev-properties-view.h:
6111         * shell/ev-jobs.h:
6112         * shell/ev-properties-dialog.h:
6113         * shell/ev-properties-fonts.h:
6114         * shell/ev-sidebar-links.h:
6115         * shell/ev-sidebar-thumbnails.h:
6116         * shell/ev-sidebar.h:
6117         * shell/ev-window.h:
6118         
6119         Fixes CHACK type in class casts. See bug #385343
6120         for details.
6121
6122 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6123
6124         * shell/ev-view-private.h:
6125         * shell/ev-view.c: (draw_end_presentation_page),
6126         (ev_view_expose_event), (ev_view_key_press_event),
6127         (ev_view_class_init), (ev_view_init):
6128
6129         Blank screen in presentation mode when pressing 'b' (filling with
6130         black) or 'w' (filling with white) keys. Fixes bug #358132.
6131
6132 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6133
6134         * data/evince-toolbar.xml:
6135         * shell/ev-window.c:
6136         
6137         Use stock icon for Select All action. Fixes
6138         bug #382652.
6139
6140 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6141
6142         * shell/ev-view.c: (get_doc_point_from_offset),
6143         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6144
6145         Add links support in rotated documents. Fixes bug #343733.
6146
6147 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6148
6149         * shell/ev-view-private.h:
6150         * shell/ev-view.c: (draw_end_presentation_page),
6151         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6152
6153         Show a blank page after the last page in presentation mode with a
6154         message indicating that presentation has finished and how to exit. 
6155
6156 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6157
6158         * shell/ev-window.c: (fullscreen_timeout_cb):
6159
6160         Hide cursor after a while in presentation mode. 
6161
6162 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6163
6164         * backend/ev-document-info.h:
6165         * data/evince-properties.glade:
6166         * pdf/ev-poppler.cc:
6167         * properties/ev-properties-view.c: (ev_regular_paper_size),
6168         (ev_properties_view_set_info):
6169         * ps/ps-document.c: (ps_document_get_info):
6170
6171         Adds a paper size field to the properties dialog. Fixes
6172         bug #307315. Patch by Kasper Svendsen (with some i18n
6173         changes done by me).
6174
6175 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6178         (screensaver_init_dbus), (totem_scrsaver_new),
6179         (totem_scrsaver_init):
6180         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6181         * shell/ev-application.c: (ev_application_register_service),
6182         (ev_application_screensaver_enable),
6183         (ev_application_screensaver_disable):
6184         * shell/ev-application.h:
6185         * shell/ev-window.c: (ev_window_run_presentation),
6186         (ev_window_stop_presentation), (build_comments_string),
6187         (ev_window_init):
6188         
6189         Move screensaver handling to application. No more
6190         message on startup.
6191
6192 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6193
6194         * configure.ac:
6195         * backend/Makefile.am:
6196         * backend/ev-file-exporter.[ch]:
6197         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6198         * ps/ps-document.c: (ps_document_file_exporter_*):
6199         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6200         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6201         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6202         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6203
6204         Allow printing to PDF when suppoted by the backend.
6205         
6206 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6207
6208         * shell/ev-window.c: (build_comments_string):
6209
6210         Use always "Document Viewer" in about dialog. 
6211
6212 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6213
6214         * djvu/djvu-document.c: (djvu_document_get_page_size):
6215
6216         Display a warning message when get_pageinfo fails. 
6217
6218 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6219
6220         * Makefile.am:
6221         * backend/Makefile.am:
6222         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6223         * configure.ac:
6224         * shell/ev-window.c: (build_comments_string):
6225         
6226         Make pdf compilation optional. See bug #38007.
6227
6228 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6229
6230         * ps/ps.c: (get_next_text):
6231
6232         Fix CVE-2006-5864.
6233
6234 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6235
6236         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6237         * shell/ev-navigation-action.c: (connect_proxy),
6238         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6239         
6240         Do not call g_type_class_peek_parent twice.
6241
6242 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * configure.ac:
6245         * data/icons/24x24/.cvsignore:
6246         * data/icons/24x24/Makefile.am:
6247         * data/icons/24x24/evince.png:
6248         * data/icons/Makefile.am:
6249         
6250         Add 24x24 icon. Thanks to 
6251         Michael Monreal <infernux@web.de>.
6252
6253 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * configure.ac: Fix typo in configure.ac. Thanks
6256         to dmacks@netspace.org for notification.
6257
6258 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6261         
6262         Drop dbus include, fixes compilation with older dbus.
6263
6264 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6265
6266         * configure.ac:
6267         * cut-n-paste/Makefile.am:
6268         * cut-n-paste/totem-screensaver/.cvsignore
6269         * cut-n-paste/totem-screensaver/Makefile.am:
6270         * cut-n-paste/totem-screensaver/README:
6271         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6272         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6273         * shell/Makefile.am:
6274         * shell/ev-window.c: (ev_window_run_presentation),
6275         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6276         (ev_window_init):
6277
6278         Implemented screensaver enabling/disabling for
6279         presentation mode (not fullscreen mode). Code stolen
6280         from Totem (with some minor tweaks). Fixes bug #338889.
6281
6282 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6283
6284         * configure.ac:
6285
6286         Bump gnome-icon-theme requirements. We use the rotation
6287         icons that appeared recently.
6288
6289 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * shell/ev-history.c: (ev_history_add_page):
6292         * shell/ev-history.h:
6293         * shell/ev-window.c: (page_changed_cb):
6294         
6295         Use page labels instead of numbers.
6296
6297 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * data/evince-toolbar.xml:
6300         * po/POTFILES.in:
6301         * shell/Makefile.am:
6302         * shell/ev-navigation-action-widget.c:
6303         (ev_navigation_action_widget_init),
6304         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6305         (menu_detacher), (ev_navigation_action_widget_set_menu),
6306         (menu_position_func), (popup_menu_under_arrow),
6307         (ev_navigation_action_widget_toggled),
6308         (ev_navigation_action_widget_button_press_event):
6309         * shell/ev-navigation-action-widget.h:
6310         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6311         (ev_navigation_action_set_window), (activate_menu_item_cb),
6312         (new_history_menu_item), (new_empty_history_menu_item),
6313         (build_menu), (menu_activated_cb), (connect_proxy),
6314         (create_tool_item), (ev_navigation_action_init),
6315         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6316         * shell/ev-navigation-action.h:
6317         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6318         (ev_page_action_widget_set_page_cache),
6319         (ev_page_action_widget_finalize),
6320         (ev_page_action_widget_class_init), (match_selected_cb),
6321         (display_completion_text), (match_completion), (build_new_tree_cb),
6322         (get_filter_model_from_model),
6323         (ev_page_action_widget_update_model):
6324         * shell/ev-page-action-widget.h:
6325         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6326         (connect_proxy):
6327         * shell/ev-page-action.h:
6328         * shell/ev-stock-icons.c:
6329         * shell/ev-stock-icons.h:
6330         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6331         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6332         (register_custom_actions):
6333         * shell/main.c:
6334         
6335         Preliminary history implementation
6336
6337 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6340         (dvi_document_class_init), (dvi_document_init_params):
6341         * dvi/mdvi-lib/font.c: (font_reference):
6342         
6343         Add reference to subfont. Fixes bug #374277.
6344
6345 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6346
6347         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6348         (ev_window_cmd_file_open_copy_at_dest):
6349
6350         Fix a race condition when creating symlink. Increase the counter
6351         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6352         Mathias Hasselmann).
6353
6354 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6355
6356         * backend/Makefile.am:
6357         * backend/ev-attachment.c: (ev_attachment_open):
6358         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6359         (ev_tmp_dir), (ev_tmp_filename):
6360         * shell/ev-sidebar-attachments.c:
6361         (ev_sidebar_attachments_drag_data_get):
6362         * shell/ev-window.c: (ev_window_clear_temp_file):
6363
6364         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6365         in ensure_dir_exists. Abort without crashing when we can't create
6366         user's directory.
6367
6368 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6369
6370         * data/evince-ui.xml:
6371         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6372         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6373         (ev_window_cmd_file_open_copy_at_dest),
6374         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6375         (ev_view_popup_cmd_open_link_new_window):
6376
6377         Allow opening a copy of the current document in a new window. Fixes bug
6378         #357472
6379
6380 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * data/evince-toolbar.xml:
6383         
6384         Add rotate right and rotate left to available items for toolbar.
6385         
6386         * data/evince-ui.xml:
6387         * shell/ev-window.c: (ev_window_init):
6388         
6389         Customize toolbar with right click. Fixes bug #372451.
6390
6391 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6392
6393         * shell/ev-window.c: 
6394         
6395         Use "object-rotate-{left,right}" stock icons. Fixes 
6396         bug #373863.
6397
6398 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6399
6400         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6401         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6402         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6403         (ev_window_open_uri):
6404         * shell/main.c: (arguments_parse):
6405
6406         Remove temp file created when evince is used by GTK+ in
6407         preview mode. Fixes bug #365282. 
6408
6409 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6410
6411         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6412         
6413         Fixes bug #372474 - Side pane disabled when entering 
6414         and leaving fullscreen mode.
6415
6416 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6417
6418         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6419         * data/Makefile.am:
6420         * data/evince-preview-toolbar.xml:
6421         * data/evince-toolbar.xml:
6422         * shell/ev-application.c: (ev_application_shutdown),
6423         (ev_application_init), (ev_application_get_toolbars_model):
6424         * shell/ev-application.h:
6425         * shell/ev-window.c: (update_chrome_visibility),
6426         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6427         (ev_window_cmd_edit_toolbar), (ev_window_init):
6428         
6429         Fixes bug #364364 - toolbar editor shows zoom actions again.
6430
6431 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6432
6433         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6434
6435         Do not take margins into consideration for paper size when printing.
6436         Really fixes bug #350491.
6437
6438 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6439
6440         * data/evince-ui.xml:
6441         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6442         (ev_window_cmd_file_print_setup),
6443         (ev_window_print_dialog_response_cb),
6444         (ev_window_setup_action_sensitivity):
6445
6446         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6447
6448 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6449
6450         * shell/ev-window.c: (ev_window_print_range):
6451
6452         Revert my previuos commit, since printing to PDF is not supported by
6453         evince yet. 
6454
6455 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6456
6457         * shell/ev-window.c: (ev_window_print_range):
6458
6459         Enable print to a PDF. Fixes bug #332121.
6460
6461 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6462
6463         * shell/ev-application-service.xml:
6464         * shell/ev-application.[ch]: (ev_application_open_window),
6465         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6466         (ev_application_open_uri), (ev_application_open_uri_list):
6467         * shell/ev-window.c: (file_open_dialog_response_cb),
6468         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6469         (drag_data_received_cb), (open_remote_link):
6470         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6471
6472         Add support for multiscreen systems. Fixes bug #316206.
6473
6474 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6475
6476         * shell/ev-jobs.[ch]: (ev_job_print_new),
6477         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6478         (ev_job_print_do_page):
6479         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6480
6481         Allow printing only odd/even pages. Fixes bug #367289.
6482
6483 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6484
6485         * test/test1.py:
6486         * test/test2.py:
6487
6488         Re-add locale settings to test files.
6489
6490 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * data/evince-ui.xml:
6493         * shell/ev-window.c: (set_action_properties):
6494         
6495         Removed garbage from code and ui.
6496
6497 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6498
6499         * shell/ev-window.c: (ev_window_cmd_help_about):
6500
6501         Shamelessly add my name to the list of contributors.
6502
6503 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6504
6505         * test/test1.py:
6506         * test/test2.py:
6507
6508         Cleaned up the dogtail scripts.
6509
6510 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6511
6512         * shell/ev-view.c: (draw_loading_text): Don't render
6513         "loading..." text in presentation mode. Temporary
6514         workaround for bug #320352.
6515
6516 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6519         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6520
6521         Use print settings scale, copies, collate and reverse which were
6522         ignored. Fixes bug #359032.
6523
6524 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * configure.ac:
6527         * data/evince-password.glade:
6528         * test/Makefile.am:
6529         * test/test-encrypt.pdf:
6530         * test/test-links.pdf:
6531         * test/test1.py:
6532         * test/test2.py:
6533
6534         Add automated UI tests for evince with dogtail. See
6535         bug #300948.    
6536
6537 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6538
6539         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6540
6541         Hide fullscreen toolbar when switching to another desktop workspace.
6542         Fixes bug #338871
6543
6544 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * shell/ev-window-title.c: 
6547         
6548         Test for .dvi in title of pdf documents.
6549
6550 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6551
6552         * shell/ev-view.c: (ev_view_scroll):
6553
6554         Page Up/Down should do page jumps in "Best fit" mode.
6555         If a user has explicitly chosen to view exactly one page
6556         at a time, scrolling just a part of the page when
6557         pressing Page Up/Down is not right. Fixes bug #323107.
6558
6559 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * NEWS:
6562         * configure.ac:
6563         
6564         Update for 0.6.1
6565
6566 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6567
6568         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6569         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6570         
6571         Correctly disconnect from job signals on destroy.
6572
6573 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6574
6575         * shell/ev-view-private.h:
6576         * shell/ev-view.c: (view_set_adjustment_values),
6577         (view_update_range_and_current_page),
6578         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6579         
6580         Fixes bug #343199, current page now follows find page.
6581
6582 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6583
6584         * backend/ev-document-factory.c:
6585         * configure.ac:
6586         Assigned OpenDocument presenation MIME type to the
6587         Impress backend. Added some missing (but harmless)
6588         #ifdefs in the document factory as well to make things
6589         consistent again. Fixes bug #360658.
6590
6591 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6592
6593         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6594         * backend/ev-document-find.c: (ev_document_find_get_type):
6595         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6596         * backend/ev-document-links.c: (ev_document_links_get_type):
6597         * backend/ev-document-security.c: (ev_document_security_get_type):
6598         * backend/ev-document-thumbnails.c:
6599         (ev_document_thumbnails_get_type):
6600         * backend/ev-document.c: (ev_document_get_type):
6601         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6602         * backend/ev-selection.c: (ev_selection_get_type):
6603         * cut-n-paste/recent-files/egg-recent-model.c:
6604         (egg_recent_model_get_type):
6605         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6606         (egg_recent_view_uimanager_get_type):
6607         * cut-n-paste/recent-files/egg-recent-view.c:
6608         (egg_recent_view_get_type):
6609         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6610         (egg_editable_toolbar_get_type):
6611         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6612         (egg_toolbar_editor_get_type):
6613         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6614         (egg_toolbars_model_get_type):
6615         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6616         (egg_tree_multi_drag_source_get_type):
6617         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6618         (ephy_zoom_action_get_type):
6619         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6620         (ephy_zoom_control_get_type):
6621         * impress/r_back.c: (_imp_fill_back):
6622         * properties/ev-properties-main.c:
6623         (ev_properties_plugin_register_type):
6624         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6625         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6626         (ev_view_accessible_factory_get_type):
6627
6628         Reduce relocations. Bug #360616.
6629
6630 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * backend/ev-document-factory.c:
6633         (ev_document_factory_get_document):
6634         
6635         Load document even if extension is wrong.
6636
6637 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * shell/ev-metadata-manager.c: (save_values):
6640         * shell/ev-window.c: (setup_size_from_metadata),
6641         (setup_view_from_metadata), (ev_window_setup_document),
6642         (ev_window_xfer_job_cb), (window_configure_event_cb):
6643         
6644         Set size according to the document size/page size ratio.
6645         That should correct rather wierd behaviour of the previous
6646         commit.
6647
6648 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6649
6650         * shell/ev-window.c: (setup_view_from_metadata):
6651         
6652         Set size for new windows from previous window size.
6653         See bugs #354968 and #168450 for details. Thanks
6654         to Meik Hellmund.
6655
6656 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6657
6658         * djvu/djvu-links.c: (build_tree):
6659
6660         Fix memory leak.
6661
6662 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6665         
6666         Don't make sidebar close button insensitive. Fixes
6667         bug #357871.
6668
6669 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6672         (ev_window_set_view_accels_sensitivity):
6673         
6674         Don't enable Slash on documents which don't support
6675         find. Fixes bug #358648.
6676
6677 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6678
6679         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6680         open dialog fall back to the current document uri if the
6681         filechooser hasn't been used before. Fixes bug #356980.
6682
6683 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6684
6685         * shell/ev-window.c: (ev_window_setup_recent), 
6686         (ev_window_get_recent_file_label):
6687
6688         Escape underscores in filenames of recent file items.
6689
6690 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692         * configure.ac:
6693         
6694         Bumped poppler requirements, really 0.5.3 is very 
6695         buggy, now we require 0.5.4.
6696
6697 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6698
6699         * djvu/Makefile.am:
6700         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6701         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6702         (djvu_document_document_links_iface_init):
6703         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6704         (number_from_string_10), (get_djvu_link_dest),
6705         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6706         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6707         (djvu_links_get_links), (djvu_links_find_link_dest),
6708         (djvu_links_get_links_model):
6709         * djvu/djvu-links.h:
6710         
6711         Add support for links and bookmarks in djvu documents. Thanks
6712         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6713         patch.
6714
6715 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6718         
6719         Reopen should reload document. Fixes 
6720         bug 327951.
6721
6722 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6723
6724         * configure.ac:
6725         * data/Makefile.am:
6726         * data/evince-16.png:
6727         * data/evince-22.png:
6728         * data/evince.png:
6729         * data/evince.svg:
6730         * data/icons/16x16/Makefile.am:
6731         * data/icons/16x16/evince.png:
6732         * data/icons/22x22/Makefile.am:
6733         * data/icons/22x22/evince.png:
6734         * data/icons/48x48/Makefile.am:
6735         * data/icons/48x48/evince.png:
6736         * data/icons/Makefile.am:
6737         * data/icons/scalable/Makefile.am:
6738         * data/icons/scalable/evince.svg:
6739         
6740         Install icons with correct names. Fixes
6741         bug #354429.
6742
6743 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6744
6745         * shell/ev-view.c: (ev_view_button_release_event):
6746
6747         Don't open links with middle mouse button. Fixes bug #353649
6748
6749 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6750
6751         * NEWS:
6752         * configure.ac:
6753         
6754         Update for release 0.6.0
6755
6756 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6757
6758         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6759         Implement Close named action. Patch by Carlos Garcia Campos.
6760
6761 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6764         
6765         Don't clear link mapping on copy_job_to_job_info. Fixes
6766         bug 346168.
6767
6768 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6769
6770         * shell/main.c: (main):
6771
6772         Revert my previous commit, gnome_program_init owns the option context.
6773         Fix another memory leak in main. Both caught by Christian Persch. 
6774
6775 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6776
6777         * shell/main.c: (main):
6778
6779         Fix memory leak.
6780
6781 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6782
6783         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6784
6785         Fix crash when opening a pdf with password protection. 
6786
6787 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6788
6789         * pdf/ev-poppler.cc: (pdf_document_search_free):
6790
6791         Fix memory leak. 
6792
6793 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6794
6795         * backend/ev-document-factory.c:
6796         (ev_document_factory_get_document):
6797         * tiff/tiff-document.c: (tiff_document_finalize):
6798         
6799         More correct handling of document loading. Fixes
6800         bug #349043.
6801
6802 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6803
6804         * backend/ev-attachment.c: (ev_attachment_save):
6805
6806         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6807         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6808
6809 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6810         
6811         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6812         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6813
6814 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6815
6816         * shell/ev-sidebar-thumbnails.c:
6817
6818         Do not render thumbnails unless thumbnails page is active in the
6819         sidebar.
6820
6821 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6822
6823         * shell/ev-properties-dialog.c:
6824
6825         Fix dialogue spacing. Bug #351370.
6826
6827 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6828
6829         * configure.ac:
6830
6831         Use lowercase gettext catalog file names (evince.mo
6832         instead of Evince.mo)
6833
6834 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6835
6836         * shell/ev-sidebar-attachments.c:
6837
6838         GtkIconTheme is now screen safe too. Fixes bug #350878
6839
6840 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6841
6842         * shell/ev-window.c:
6843
6844         GtkRecent manager is now screen safe. Fixes bug #350145
6845
6846 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-sidebar.c: (ev_sidebar_init):
6849         
6850         Make sidebar close icon smaller. Fix for bug 350177.
6851         See also bugs 350176 and 165770.
6852
6853 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6854
6855         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6856
6857         Ignore zoom for xyz destinations when it's <= 1, keeping user
6858         preferences instead. Set correct sizing-mode for fith and fitv
6859         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6860
6861 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * NEWS:
6864         * configure.ac:
6865         
6866         Update for release 0.5.5
6867
6868 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6869         
6870         * shell/ev-window.c: (ev_window_cmd_escape)
6871
6872         Escape unfocus page entry. Fixes bug #345809.
6873
6874 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6875
6876         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6877         (build_tree), (pdf_document_links_get_links),
6878         (pdf_document_links_find_link_dest):
6879         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6880         (goto_xyz_dest):
6881
6882         Convert from PDF style coordinates to X style coordinates in the
6883         backend rather than in the view. Fixes bug #338440
6884
6885 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6886
6887         * shell/ev-window.c:
6888         
6889         Remove Ctrl+Shift+T shortcut for toolbars. See
6890         the bug #350098.
6891
6892 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6893
6894         * configure.ac:
6895
6896         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6897         of this. 
6898
6899 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6900
6901         * configure.ac:
6902         * cut-n-paste/Makefile.am:
6903         * data/evince-ui.xml:
6904         * shell/Makefile.am:
6905         * shell/ev-application.[ch]:
6906         * shell/ev-window.c:
6907
6908         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6909         #349273
6910
6911 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6912
6913         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6914         findbar code: s/help/search/
6915
6916 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6917
6918         * shell/ev-window.c: (setup_document_from_metadata),
6919         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6920         (setup_view_from_metadata):
6921         
6922         Fix memory leaks.
6923
6924 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6925
6926         * autogen.sh, configure.ac: 
6927         
6928         Update automake usage. See bug 349292.
6929
6930 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * shell/eggfindbar.c: (egg_find_bar_class_init),
6933         (entry_activate_callback), (egg_find_bar_init),
6934         (egg_find_bar_set_status_text):
6935         * shell/eggfindbar.h:
6936         
6937         Unify Evince findbar with Epiphany. Nice patch
6938         from Fabricio Silva <silva@crans.org> and
6939         Frederic Peters <fpeters@entrouvert.com>. See
6940         bug #339966 for details.
6941
6942 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6943
6944         * data/evince.desktop.in.in:
6945         
6946         Correct information for bugzilla. Thanks to
6947         Olaf Vitters, see bug #348855.
6948
6949 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6950
6951         * shell/ev-jobs.[ch]:
6952         * shell/ev-sidebar-links.c:
6953         * shell/ev-window.[ch]:
6954
6955         GtkPrintJob doesn't support print ranges or current page, so we export
6956         to a ps file now when printing ranges or current page.
6957
6958 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6959
6960         * pdf/ev-poppler.cc:
6961         * shell/ev-window.c: (do_action_named):
6962
6963         We should be more clear about bugzilla. See the
6964         poppler bug #7623.
6965
6966 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6967
6968         * configure.ac:
6969         * shell/Makefile.am:
6970         * shell/ev-job-queue.c:
6971         * shell/ev-jobs.[ch]:
6972         * shell/ev-sidebar-links.c:
6973         * shell/ev-window.[ch]:
6974         
6975         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6976         #348422
6977
6978 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6979
6980         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6981         * shell/ev-application-service.xml:
6982         * shell/ev-application.[ch]:
6983         * shell/ev-jobs.[ch]:
6984         * shell/ev-window.[ch]: (ev_window_run_preview):
6985         * shell/main.c: 
6986
6987         Add preview mode to use evince as a printing previewer. It also adds
6988         other command line options for fullscreen and presentation modes.
6989         Fixes bugs #347822, #317031
6990
6991 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * NEWS:
6994         * configure.ac:
6995         
6996         Update for release 0.5.4
6997
6998 2006-07-11  Bastien Nocera <hadess@hadess.net>
6999
7000         * Makefile.am:
7001         * backend/Makefile.am:
7002         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
7003         * backend/ev-document-factory.h:
7004         * configure.ac:
7005         * impress/.cvsignore:
7006         * impress/Makefile.am:
7007         * impress/common.h:
7008         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
7009         (imp_get_page), (imp_next_page), (imp_prev_page),
7010         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
7011         * impress/f_oasis.c: (render_object), (render_page),
7012         (get_geometry), (_imp_oasis_load):
7013         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
7014         (_imp_oo13_load):
7015         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
7016         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
7017         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
7018         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
7019         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
7020         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
7021         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
7022         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
7023         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
7024         (iks_new_within), (iks_insert), (iks_insert_cdata),
7025         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
7026         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
7027         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
7028         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
7029         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
7030         (iks_cdata), (iks_cdata_size), (iks_has_children),
7031         (iks_has_attribs), (escape_size), (my_strcat), (escape),
7032         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
7033         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
7034         (iks_tree), (iks_load), (iks_save):
7035         * impress/iksemel.h:
7036         * impress/imposter.h:
7037         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
7038         (imp_render_draw_bezier_real), (imp_render_get_size),
7039         (imp_render_set_fg_color), (imp_render_draw_line),
7040         (imp_render_draw_rect), (imp_render_draw_polygon),
7041         (imp_render_draw_arc), (imp_render_draw_bezier),
7042         (imp_render_open_image), (imp_render_get_image_size),
7043         (imp_render_scale_image), (imp_render_draw_image),
7044         (imp_render_close_image), (imp_render_markup),
7045         (imp_render_get_text_size), (imp_render_draw_text),
7046         (impress_document_load), (impress_document_save),
7047         (impress_document_get_n_pages), (impress_document_get_page_size),
7048         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
7049         (impress_document_finalize), (impress_document_class_init),
7050         (impress_document_can_get_text), (impress_document_get_info),
7051         (impress_document_document_iface_init),
7052         (impress_document_thumbnails_get_thumbnail),
7053         (impress_document_thumbnails_get_dimensions),
7054         (impress_document_document_thumbnails_iface_init),
7055         (impress_document_init):
7056         * impress/impress-document.h:
7057         * impress/internal.h:
7058         * impress/r_back.c: (_imp_fill_back):
7059         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
7060         (_imp_draw_image), (_imp_tile_image):
7061         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
7062         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
7063         (r_polyline):
7064         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
7065         (r_draw_gradient_complex), (r_draw_gradient):
7066         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
7067         (r_get_bullet):
7068         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
7069         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
7070         (r_text):
7071         * impress/render.c: (imp_create_context), (imp_context_set_page),
7072         (imp_context_set_step), (imp_render), (imp_delete_context):
7073         * impress/render.h:
7074         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7075         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7076         (zip_load_xml), (zip_get_size), (zip_load):
7077         * impress/zip.h:
7078         * shell/ev-utils.c:
7079         
7080         New backend to support impress slides. Fixes bug #30867.
7081
7082 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
7083
7084         * shell/ev-utils.c: (using_postscript_printer):
7085         
7086         Fixes crash when print using PAPI backend,
7087         bug #345012.
7088
7089 2006-06-09  Pat Rondon  <pmr@patrondon.org>
7090
7091         * shell/ev-jobs.c: (ev_job_xfer_run):
7092         * shell/ev-window.c: (password_dialog_response),
7093         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7094         (ev_window_dispose):
7095         Fixes bug #344160: if the xfer job doesn't complete
7096         because a password is required, reload the existing
7097         instance instead of creating a new one.
7098
7099 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7100
7101         * shell/main.c: (main): Call gdk_threads_init. Thus
7102         we'll avoid errors in auth dialog. Fix for the bug
7103         #343347.
7104
7105 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7106
7107         * configure.ac: Advertise pixbuf support, fix
7108         for the bug 343317.
7109
7110 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7113         (ev_sidebar_thumbnails_set_document):
7114         
7115         Update sidebar thumbnails after reloading.
7116
7117 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7118
7119         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7120         * shell/ev-jobs.h:
7121         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7122         (ev_window_cmd_view_reload), (ev_window_init):
7123         
7124         Don't crash on reload. Fix for the bug #343167.
7125
7126 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * shell/ev-jobs.c: (ev_job_render_run):
7129         
7130         Check for document links.
7131
7132 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7133
7134         * backend/ev-attachment.c: (ev_attachment_save),
7135         (ev_attachment_launch_app), (ev_attachment_open):
7136         * backend/ev-document-factory.c: (get_document_from_uri):
7137         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7138         (egg_recent_view_uimanager_set_list):
7139         * ps/ps-document.c: (check_filecompressed), (document_load),
7140         (ps_document_load):
7141         * shell/ev-metadata-manager.c: (load_values):
7142         * shell/ev-password.c: (ev_password_dialog_set_property):
7143         * shell/ev-view.c: (tip_from_link):
7144         * shell/ev-window.c: (file_save_dialog_response_cb),
7145         (ev_window_print_dialog_response_cb):
7146         
7147         Use consistent quoting style. Fix for the bug #320285.
7148
7149 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * shell/ev-jobs.c: (ev_job_xfer_run):
7152         * shell/main.c: (load_files):
7153                 
7154         Open links with anchors. Fix for the bug #339836.
7155
7156 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7159         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7160         (ev_link_dest_set_property), (ev_link_dest_finalize),
7161         (ev_link_dest_class_init), (ev_link_dest_new_named),
7162         (ev_link_dest_new_page_label):
7163         * backend/ev-link-dest.h:
7164         * shell/ev-application.c: (ev_application_open_uri):
7165         * shell/ev-view.c: (goto_dest):
7166         * shell/ev-window.c:
7167         * shell/ev-window.h:
7168         
7169         Fix page-label command line option. Bug #342070.
7170
7171 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7172
7173         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7174         
7175         Don't show highlight rects if page can't be showed. Fix for 
7176         the bug #342076
7177
7178 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7179
7180         * shell/ev-window.c: (setup_sidebar_from_metadata),
7181         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7182         
7183         Setup sidebar from metadata even if there is no document
7184         loaded. Fix for the bug #342807.
7185
7186 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7187
7188         * cut-n-paste/toolbar-editor/Makefile.am:
7189         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7190         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7191         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7192         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7193         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7194         (popup_context_menu_cb), (button_press_event_cb),
7195         (configure_item_sensitivity), (configure_item_cursor),
7196         (configure_item_tooltip), (connect_widget_signals),
7197         (action_sensitive_cb), (create_item_from_action),
7198         (create_item_from_position), (toolbar_drag_data_received_cb),
7199         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7200         (toolbar_drag_leave_cb), (configure_drag_dest),
7201         (toggled_visibility_cb), (toolbar_visibility_refresh),
7202         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7203         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7204         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7205         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7206         (egg_editable_toolbar_dispose),
7207         (egg_editable_toolbar_set_ui_manager),
7208         (egg_editable_toolbar_get_selected),
7209         (egg_editable_toolbar_set_selected), (set_edit_mode),
7210         (egg_editable_toolbar_set_property),
7211         (egg_editable_toolbar_get_property),
7212         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7213         (egg_editable_toolbar_new_with_model),
7214         (egg_editable_toolbar_get_edit_mode),
7215         (egg_editable_toolbar_set_edit_mode),
7216         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7217         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7218         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7219         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7220         (item_added_or_removed_cb), (toolbar_removed_cb),
7221         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7222         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7223         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7224         (editor_create_item_from_name), (append_table),
7225         (update_editor_sheet), (egg_toolbar_editor_init):
7226         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7227         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7228         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7229         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7230         (toolbar_node_free), (egg_toolbars_model_get_flags),
7231         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7232         (egg_toolbars_model_get_name), (impl_add_item),
7233         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7234         (parse_data_list), (parse_item_list), (parse_toolbars),
7235         (egg_toolbars_model_load_toolbars), (parse_available_list),
7236         (parse_names), (egg_toolbars_model_load_names),
7237         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7238         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7239         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7240         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7241         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7242         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7243         (egg_toolbars_model_set_types), (fill_avail_array),
7244         (egg_toolbars_model_get_name_avail),
7245         (egg_toolbars_model_get_name_flags),
7246         (egg_toolbars_model_set_name_flags):
7247         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7248         * cut-n-paste/toolbar-editor/eggintl.h:
7249         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7250         (egg_tree_multi_drag_source_get_type),
7251         (egg_tree_multi_drag_source_row_draggable),
7252         (egg_tree_multi_drag_source_drag_data_delete),
7253         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7254         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7255         (path_list_free), (set_context_data), (get_context_data),
7256         (get_info), (egg_tree_multi_drag_drag_data_get),
7257         (egg_tree_multi_drag_motion_event),
7258         (egg_tree_multi_drag_button_press_event),
7259         (egg_tree_multi_drag_add_drag_support):
7260         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7261         * shell/ev-application.c: (ev_application_init),
7262         (ev_application_save_toolbars_model):
7263         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7264         (ev_window_cmd_edit_toolbar), (ev_window_init):
7265         
7266         Sync toolbareditor with epiphany and libegg
7267
7268 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7269
7270         * configure.ac: 
7271
7272         Depend on poppler 0.5.2
7273
7274 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7275
7276         * shell/ev-jobs.c: (ev_job_render_run):
7277         
7278         Check if document supports links iterface.
7279
7280 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7281
7282         * NEWS:
7283         * configure.ac:
7284         
7285         Update for release 0.5.3
7286
7287 2006-05-13  Michael Plump  <plumpy@skylab.org>
7288
7289         * configure.ac:
7290         * shell/Makefile.am:
7291         * shell/main.c: (main):
7292         
7293         Port to GOption command line parsing. Fix for the 
7294         bug #327518
7295
7296 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7297
7298         * shell/ev-window.c: (ev_window_cmd_help_about):
7299         
7300         Do not wrap license. Fix for the bug #309460.
7301
7302 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * configure.ac:
7305         * properties/ev-properties-main.c: (ev_properties_get_pages):
7306         * shell/ev-application.c: (ev_application_open_window),
7307         (ev_application_open_uri_at_dest):
7308         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7309         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7310         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7311         * shell/ev-utils.c: (save_print_config_to_file):
7312         * shell/ev-window.c: (ev_window_cmd_save_as),
7313         (ev_attachment_popup_cmd_save_attachment_as):
7314         * shell/main.c: (load_files_remote):
7315         
7316         Bump requirements to gtk 2.8 and drop all ifdefs used.
7317
7318 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7321         * shell/ev-window.c: (ev_window_init):
7322         
7323         Show attachments page.
7324
7325 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * po/POTFILES.in:
7328         * shell/ev-attachment-bar.c:
7329         * shell/ev-attachment-bar.h:
7330         * shell/ev-sidebar-attachments.c:
7331         (ev_sidebar_attachments_icon_cache_add),
7332         (icon_theme_get_pixbuf_from_mime_type),
7333         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7334         (ev_sidebar_attachments_icon_cache_refresh),
7335         (ev_sidebar_attachments_get_attachment_at_pos),
7336         (ev_sidebar_attachments_popup_menu_show),
7337         (ev_sidebar_attachments_popup_menu),
7338         (ev_sidebar_attachments_button_press),
7339         (ev_sidebar_attachments_update_icons),
7340         (ev_sidebar_attachments_drag_data_get),
7341         (ev_sidebar_attachments_get_property),
7342         (ev_sidebar_attachments_destroy),
7343         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7344         (ev_sidebar_attachments_new),
7345         (ev_sidebar_attachments_set_document),
7346         (ev_sidebar_attachments_support_document),
7347         (ev_sidebar_attachments_get_label),
7348         (ev_sidebar_attachments_page_iface_init):
7349         * shell/ev-sidebar-attachments.h:
7350         * shell/ev-window.c: (update_chrome_visibility),
7351         (setup_sidebar_from_metadata), (ev_window_setup_document),
7352         (ev_window_sidebar_current_page_changed_cb),
7353         (attachment_bar_menu_popup_cb), (ev_window_init):
7354         
7355         Move attachments bar to sidebar.
7356
7357 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7358
7359         * pdf/ev-poppler.cc:
7360         * shell/ev-application.[ch]:
7361         * shell/main.c:
7362
7363         Fix some memory leaks.
7364
7365 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7366
7367         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7368
7369         Change the properties dialog response to
7370         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7371         will make the dialog go away when the user presses
7372         enter. With gtk+ >= 2.9 this will happen anyway, but for
7373         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7374         escape by default. Fixes bug #340539. See also bug
7375         #101293 for the gtk+ part.
7376
7377 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7378
7379         * shell/ev-view.c (tip_from_action_named): Replace some strings
7380         that were wrong. Closes #340970.
7381
7382 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7383
7384         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7385
7386         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7387         #341049
7388
7389 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7390
7391         * djvu/Makefile.am:
7392         * dvi/Makefile.am:
7393         * dvi/mdvi-lib/Makefile.am:
7394         * properties/Makefile.am:
7395         * ps/Makefile.am:
7396         * shell/Makefile.am:
7397         * thumbnailer/Makefile.am:
7398         
7399         Due to broken libtool that is unable to track dependencies
7400         of noinst libraries we are forced to explicitely point
7401         libraries for binary. Fix for the bug #333334.
7402
7403 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7404
7405         * data/evince.desktop.in.in:
7406         * shell/ev-view.c: (view_update_range_and_current_page),
7407         (ev_view_next_page), (ev_view_previous_page):
7408         * shell/ev-window.c: (update_chrome_visibility),
7409         (setup_sidebar_from_metadata), (ev_window_setup_document),
7410         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7411         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7412         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7413         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7414         (ev_window_stop_presentation), (ev_window_focus_in_event),
7415         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7416         (ev_window_init):
7417         * thumbnailer/Makefile.am:
7418         
7419         Update fullscreen and presentation timeout handling. Hide
7420         cursor in presentation after timeout. Fix for the bugs
7421         #136359 and #336981.
7422
7423 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7424
7425         * backend/ev-link-action.[ch]:
7426         * pdf/ev-poppler.cc: (ev_link_from_action):
7427         * shell/ev-view-private.h:
7428         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7429         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7430
7431         Add support for Named Action links
7432
7433 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7434
7435         * backend/Makefile.am:
7436         * backend/ev-document-links.[ch]:
7437         * backend/ev-document.[ch]:
7438         * backend/ev-link-action.[ch]:
7439         * backend/ev-link-dest.[ch]:
7440         * backend/ev-link.[ch]:
7441         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7442         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7443         * shell/ev-page-action.c: (build_new_tree_cb):
7444         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7445         (links_page_num_func), (update_page_callback):
7446         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7447         (tip_from_link):
7448         * shell/ev-jobs.c:
7449         * shell/ev-window.[ch]: (ev_window_open_uri),
7450         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7451         * shell/ev-application.[ch]: (ev_application_open_window),
7452         (ev_application_open_uri):
7453
7454         Rework links system, it adds support for remote links now and it makes
7455         easier to add new kinds of actions and destinations. Fixes bug #317292
7456
7457 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7458
7459         * data/Makefile.am:
7460         * data/evince.png:
7461         * data/evince-16.png:
7462         * data/evince-22.png:
7463         * data/evince.svg:
7464         * shell/main.c: (main):
7465         
7466         Evince use it's own icon. Fix for the bug #313392.
7467
7468         * shell/ev-window.c: (fullscreen_timeout_cb),
7469         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7470         (ev_window_cmd_help_about), (ev_window_dispose):
7471         
7472         Simplify fullscreen timeout code.
7473
7474 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7475
7476         * backend/ev-attachment.c: 
7477         * shell/ev-attachment-bar.c:
7478         * shell/ev-window.c:
7479
7480         Allow multiple selection of attachments
7481
7482 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * shell/ev-view.c: (view_update_range_and_current_page),
7485         (ev_view_scroll):
7486         
7487         Fix for the bug #312573 – Optimal selection of current 
7488         page among visible pages.
7489
7490 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7491
7492         * configure.ac:
7493         * djvu/Makefile.am:
7494         * djvu/djvu-text.h:
7495         
7496         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7497         for the bug 339868.
7498
7499 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7500
7501         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7502
7503 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7504
7505         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7506         dictated by the GNOME HIG. Fixes bug #339235.
7507
7508 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7509
7510         * data/evince-ui.xml:
7511         * shell/ev-view.c: (ev_view_can_find_previous):
7512         * shell/ev-view.h:
7513         * shell/ev-window.c: (ev_window_update_actions),
7514         (ev_window_cmd_edit_find_previous):
7515
7516         Add support for "Find Previous" as dictated by the GNOME HIG. A
7517         menu item is added and some glue code to make it all work is added
7518         to various files.
7519
7520 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7521
7522         * configure.ac: Award myself the "useless use of cat" award.
7523
7524 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7525
7526         * po/LINGUAS: New file listing all supported languages.
7527
7528         * configure.in: Use po/LINGUAS instead of including all languages
7529         directly in this file. See the wiki for more information:
7530         http://live.gnome.org/GnomeGoals/PoLinguas
7531
7532 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7533
7534         * backend/ev-document-factory.c:
7535
7536         Do not load the document twice when there isn't errors
7537
7538 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7539
7540         * backend/ev-attachment.c: 
7541
7542         Fix a crash when there isn't a default application to open an
7543         attachment
7544
7545 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7546
7547         * backend/ev-attachment.[ch]:
7548         * shell/ev-attachment-bar.[ch]:
7549
7550         Added missing files. 
7551
7552 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7553
7554         * backend/Makefile.am:
7555         * data/evince-ui.xml:
7556         * backend/ev-attachment.[ch]:
7557         * backend/ev-document.[ch]: (ev_document_has_attachments),
7558         (ev_document_get_attachments):
7559         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7560         (attachment_save_to_buffer), (pdf_document_get_attachments),
7561         (pdf_document_document_iface_init):
7562         * shell/Makefile.am:
7563         * shell/ev-attachment-bar.[ch]:
7564         * shell/ev-window.c:
7565
7566         Add support for PDF attachments. Fixes bug #325143
7567
7568 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * backend/ev-document-factory.c: (get_document_from_uri),
7571         (ev_document_factory_get_document):
7572         * backend/ev-document-factory.h:
7573         * properties/ev-properties-main.c: (ev_properties_get_pages):
7574         * shell/Makefile.am:
7575         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7576         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7577         (ev_job_queue_remove_job):
7578         * shell/ev-job-queue.h:
7579         * shell/ev-job-xfer.c:
7580         * shell/ev-job-xfer.h:
7581         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7582         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7583         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7584         (ev_job_xfer_run):
7585         * shell/ev-jobs.h:
7586         * shell/ev-window.c: (ev_window_is_empty),
7587         (password_dialog_response), (ev_window_clear_xfer_job),
7588         (ev_window_xfer_job_cb), (ev_window_open_uri),
7589         (ev_window_cmd_focus_page_selector),
7590         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7591         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7592         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7593         (ev_window_dispose):
7594         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7595         
7596         * Cleanup mime type detection on document load. Fix for the
7597         bug #336448.
7598
7599 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7600
7601         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7602         
7603         Fix crash on exit, described in the bug #336825.
7604
7605 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7606
7607         * backend/ev-document-factory.c:
7608         (ev_document_factory_get_from_mime),
7609         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7610         (ev_document_factory_get_document),
7611         (file_filter_add_mime_list_and_free),
7612         (ev_document_factory_add_filters):
7613         * backend/ev-document-factory.h:
7614         * properties/ev-properties-main.c: (ev_properties_get_pages):
7615         * shell/Makefile.am:
7616         * shell/ev-application.c:
7617         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7618         * shell/ev-window.c: (ev_window_cmd_file_open),
7619         (ev_window_cmd_save_as):
7620         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7621         
7622         Rework factory functions so they are placed now in a single 
7623         file ev-document-factory.c
7624
7625 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7626
7627         * shell/ev-window.c: (update_chrome_visibility):
7628         
7629         Fix for the bug 166566 - don't show menubar in fullscreen
7630         mode.
7631
7632 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7633
7634         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7635
7636 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * shell/ev-view.c: (ev_view_expose_event):
7639         
7640         More correctly draw loading text when document
7641         is empty.
7642
7643 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * shell/ev-view.c: (ev_view_scroll):
7646         
7647         Fix for the bug #334854, page down and page up switch
7648         pages in presentation mode.
7649
7650 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * shell/ev-window.c: (ev_window_set_action_sensitive),
7653         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7654         (ev_window_set_view_accels_sensitivity),
7655         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7656         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7657         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7658         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7659         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7660         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7661         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7662         (view_actions_focus_in_cb), (ev_window_init):
7663         
7664         Fix for the bug #333902, now it's possible to search
7665         words with slash.
7666
7667 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7668
7669         * configure.ac: Added Breton translation.
7670         * po/br.po: Added Breton translation.
7671
7672 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7673
7674         * shell/ev-window-title (ev_window_title_update):
7675
7676         Fix memory leak in window title. Fixes bug #333944
7677
7678 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7679
7680         * shell/ev-metadata-manager.c (parseItem):
7681
7682         Fix memory leaks. Fixes bug #333945
7683
7684 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7685         
7686         * NEWS, configure.ac, TODO:
7687         
7688         Update for release 0.5.2.
7689
7690 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * shell/ev-view.c: (view_update_range_and_current_page),
7693         (page_changed_cb):
7694         
7695         Don't jump on scrolling, fix for the bug #333127.
7696
7697 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7700         
7701         Scroll by one page in presentation mode. Fix for the bug
7702         #332993.
7703
7704 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7705
7706         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7707
7708 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7709
7710         * configure.ac  Added lv in ALL_LINGUAS line.
7711
7712 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7713         
7714         * NEWS, configure.ac:
7715         
7716         Update for release 0.5.1
7717
7718 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7719
7720         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7721         * backend/ev-document-misc.h:
7722         * shell/ev-view.c: (draw_one_page):
7723         
7724          Clairfy what page the toolbar page number applies to. Fix
7725          for the bug #328102.
7726
7727 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7728
7729         * shell/ev-view-private.h:
7730         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7731         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7732         (ev_view_search_changed):
7733         * shell/ev-view.h:
7734         * shell/ev-window.c: (find_bar_search_changed_cb):
7735         
7736         Dont't jump to find result if window was scrolled during search.
7737         Fix for the bug #313266.
7738
7739 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7740
7741         * shell/eggfindbar.c: (egg_find_bar_class_init):
7742         * shell/eggfindbar.h:
7743         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7744         * shell/ev-view-private.h:
7745         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7746         (ev_view_class_init), (ev_sizing_mode_get_type),
7747         (ev_scroll_type_get_type):
7748         * shell/ev-view.h:
7749         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7750         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7751         (ev_window_init):
7752         
7753         Fix for the bug 319133 - Find entry should allow text scroll.
7754
7755 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7756
7757         * shell/ev-view-private.h:
7758         * shell/ev-view.c: (view_update_range_and_current_page),
7759         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7760         (ev_view_set_document), (update_find_status_message),
7761         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7762         (ev_view_find_previous):
7763         
7764         Fix for the bug #319137. Search now takes account for scrolling.
7765
7766 2006-02-19  Michael Hofmann <mh21@piware.de>
7767
7768         * configure.ac:
7769         * djvu/Makefile.am:
7770         * djvu/djvu-document-private.h:
7771         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7772         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7773         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7774         (djvu_document_can_get_text), (djvu_document_get_text),
7775         (djvu_document_document_iface_init),
7776         (djvu_document_thumbnails_get_thumbnail),
7777         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7778         (djvu_document_find_get_result),
7779         (djvu_document_find_page_has_results),
7780         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7781         (djvu_document_find_iface_init):
7782         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7783         (djvu_text_page_selection), (djvu_text_page_limits_process),
7784         (djvu_text_page_limits), (djvu_text_page_copy),
7785         (djvu_text_page_position), (djvu_text_page_union),
7786         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7787         (djvu_text_page_box), (djvu_text_page_append_text),
7788         (djvu_text_page_search), (djvu_text_page_prepare_search),
7789         (djvu_text_page_new), (djvu_text_page_free):
7790         * djvu/djvu-text-page.h:
7791         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7792         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7793         (djvu_text_n_results), (djvu_text_has_results),
7794         (djvu_text_get_result), (djvu_text_get_progress):
7795         * djvu/djvu-text.h:
7796         
7797         Text search in djvu. Fix for the bug #303415.
7798
7799 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7800
7801         * configure.ac:
7802         * shell/ev-window.c: (ev_window_cmd_save_as):
7803         
7804         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7805         Thanks to Gary Coady <gary@lyranthe.org>
7806
7807 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7808
7809         * shell/ev-print-job.c: (idle_print_handler):
7810         
7811         Inverse order printing, bug #320919.
7812
7813 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * data/evince-toolbar.xml:
7816         * shell/ev-window.c:
7817         
7818         Allow to add sidebar checkbutton on toolbar. Fix
7819         for the bug #144577.
7820
7821 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7824         
7825         Add checks that have sense for empty ps document.
7826
7827 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7828
7829         * configure.ac: Include PS in mime types list. 
7830
7831 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7832
7833         * configure.ac:
7834         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7835         * ps/gsdefaults.h:
7836         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7837         
7838         Runtime check for gs interpreter. Fix for the bug #320868.
7839         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7840
7841 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7842
7843         * shell/ev-application.c: 
7844
7845         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7846         dbus>=0.60, so that the request is not queued. 
7847
7848 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * configure.ac:
7851         * shell/Makefile.am:
7852         * shell/ev-sidebar-links.c: (print_section_cb):
7853         * shell/ev-utils.c:
7854         * shell/ev-utils.h:
7855         * shell/ev-window.c: (update_action_sensitivity),
7856         (ev_window_close_dialogs), (ev_window_print):
7857         * shell/ev-window.h:
7858         
7859         Make printing support optional. Patch from Eduardo de Barros Lima
7860         <eduardo.lima@indt.org.br> for the bug #330546.
7861
7862 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * shell/ev-view-private.h:
7865         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7866         (ev_view_set_document):
7867         * shell/ev-view.h:
7868         * shell/ev-window.c: (ev_window_load_job_cb),
7869         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7870         (ev_window_init):
7871
7872         Draw Loading message during xfer job. Fix for the bug #329495.
7873
7874 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7875
7876         * comics/comics-document.c: (comics_regex_quote),
7877         (comics_document_load), (extract_argv):
7878         
7879         Correcly quote regexp before passing it to unzip.
7880
7881 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * shell/ev-page-cache.c: (build_height_to_page),
7884         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7885         (ev_page_cache_get_dual_even_left):
7886         * shell/ev-page-cache.h:
7887         * shell/ev-view.c: (view_update_range_and_current_page),
7888         (get_page_y_offset), (get_page_extents):
7889         
7890         Place even pages to the left if document has less then
7891         two pages. Fix for the bug #328856.
7892
7893 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7894
7895         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7896         
7897         Correct comics scheme. This make evince create thumbnails
7898         for comic books. Fix for the bug 329088.
7899
7900 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7901
7902         * data/evince-password.glade: Don't explicitly set
7903         invisible_char to the current default value in case
7904         the default changes; let GTK+ do its magic.
7905
7906 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7909         real filename to tmp filename since often document
7910         type is determined by extension.
7911
7912 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7913
7914         * shell/ev-view.c: (add_scroll_binding_keypad),
7915         (ev_view_binding_activated), (ev_view_class_init):
7916         
7917         Add keybindings for percision-scrolling of display area. 
7918         Fix for the bug #314072.
7919
7920 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * data/evince.desktop.in.in:
7923         
7924         Add GTK to the list of categories. Fix for the bug #328034.
7925
7926 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7927
7928         * shell/ev-application.c: (ev_application_shutdown),
7929         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7930         * shell/ev-application.h:
7931         * shell/ev-window.c: (file_open_dialog_response_cb),
7932         (ev_window_cmd_file_open):
7933         
7934         Save last uri in file chooser dialog. Fix for the bug #327950.
7935
7936 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7937
7938         * NEWS:
7939         * README:
7940         
7941         Final update for release 0.5.0
7942         
7943         * shell/Makefile.am:
7944         
7945         Remove disable deprecated until we'll require libgnome-2.13.7
7946         and port to GOption argument parsing. See bug 327518.
7947
7948 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7949
7950         * comics/comics-document.c: (comics_document_save):
7951         * djvu/djvu-document.c: (djvu_document_save):
7952         * dvi/dvi-document.c: (dvi_document_save):
7953         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7954         * lib/ev-file-helpers.h:
7955         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7956         * tiff/tiff-document.c: (tiff_document_save):
7957         
7958         Use common save function for backends.
7959
7960 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7961
7962         * backend/ev-document-types.c:
7963         
7964         Fix crash on saving pixbuf.
7965
7966 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * cut-n-paste/recent-files/egg-recent-item.c:
7969         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7970         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7971         (parse_info_free), (valid_element), (start_element_handler),
7972         (end_element_handler), (text_handler), (egg_recent_model_filter),
7973         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7974         (egg_recent_model_monitor), (egg_recent_model_read),
7975         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7976         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7977         (egg_recent_model_set_property), (egg_recent_model_class_init),
7978         (egg_recent_model_init), (egg_recent_model_add_full),
7979         (egg_recent_model_delete), (egg_recent_model_get_list),
7980         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7981         (egg_recent_model_set_filter_mime_types),
7982         (egg_recent_model_clear_group_filter),
7983         (egg_recent_model_set_filter_groups),
7984         (egg_recent_model_clear_scheme_filter),
7985         (egg_recent_model_set_filter_uri_schemes),
7986         (egg_recent_model_remove_expired):
7987         * cut-n-paste/recent-files/egg-recent-util.c:
7988         (egg_recent_util_get_icon):
7989         * cut-n-paste/recent-files/egg-recent-util.h:
7990         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7991         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7992         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7993         (egg_recent_view_uimanager_set_property),
7994         (egg_recent_view_uimanager_get_property),
7995         (egg_recent_view_uimanager_class_init),
7996         (egg_recent_view_uimanager_init),
7997         (egg_recent_view_uimanager_set_label_width),
7998         (egg_recent_view_uimanager_get_label_width):
7999         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8000         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8001         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8002         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8003         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8004         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8005         
8006         Update from libegg.
8007
8008 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8009
8010         * shell/ev-page-cache.c: (build_height_to_page),
8011         (ev_page_cache_get_height_to_page):
8012         * shell/ev-page-cache.h:
8013         * shell/ev-view.c: (view_update_range_and_current_page),
8014         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
8015         (ev_view_previous_page):
8016         
8017         Dual mode places even pages to the left. Fix for the bug #309393.
8018
8019         * shell/ev-view.h:
8020         * shell/ev-window.c: (update_action_sensitivity),
8021         (setup_view_from_metadata), (view_menu_popup_cb):
8022         
8023         Don't restore presentation in empty windows, more intelligent
8024         next page behaviour in dual mode.
8025
8026         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8027         (ev_pixbuf_cache_clear_job_sizes):
8028         
8029         Cleanup job callback on removal. Fix for the bug #325886.
8030
8031 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * ps/ps.c: (psscan):
8034         
8035         Commit workaround Mozilla problem. Fix for the bug #325919
8036         
8037         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
8038         (save_item):
8039         
8040         Fix for year 2038 problem.
8041
8042 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8043
8044         * shell/ev-window.c: (setup_document_from_metadata),
8045         (ev_window_cmd_view_reload):
8046
8047         Clamp page recieved from metadata in valid values. Fix
8048         for the bug #325986.
8049
8050 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8051
8052         * MAINTAINERS: 
8053         Add MAINTAINERS as requested on desktop-devel-list.
8054
8055 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8056
8057         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
8058         (mime_type_supported_by_gdk_pixbuf),
8059         (ev_document_factory_get_mime_types),
8060         (ev_document_factory_get_all_mime_types):
8061         
8062         Don't add pixbuf mime types if pixbuf backend is disabled.
8063         
8064         * shell/ev-application.c: (ev_application_get_uri_window):
8065         
8066         Fix for the bug 325815 - unhandled MIME type message doesn't 
8067         appear a second time. 
8068         
8069         * shell/ev-document-types.c: (ev_document_types_add_filters):
8070         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
8071         (password_dialog_response), (ev_window_popup_password_dialog),
8072         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8073         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8074         (ev_window_run_presentation), (ev_window_stop_presentation),
8075         (save_sizing_mode), (ev_window_zoom_changed_cb),
8076         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8077         (ev_window_dual_mode_changed_cb),
8078         (ev_window_sidebar_current_page_changed_cb),
8079         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8080         (window_state_event_cb), (window_configure_event_cb):
8081         
8082         Cleanup additional uris holded by EvWindow.
8083
8084 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8085
8086         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8087         (ev_view_can_previous_page), (ev_view_can_next_page):
8088         * shell/ev-view.h:
8089         * shell/ev-window.c: (update_action_sensitivity):
8090         
8091         Two page scrolling with Space and PageUp in dual mode. Second fix 
8092         for the bug #316608.
8093
8094 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * shell/ev-view.c: (scroll_to_current_page):
8097         
8098         Correctly clamp adjustment value. Fix for the bug
8099         #325808.
8100
8101 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8102
8103         * shell/ev-sidebar-links.c: (print_section_cb):
8104         * shell/ev-window.c: (ev_window_get_uri),
8105         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8106         (ev_window_print_dialog_response_cb), (ev_window_print_range),
8107         (ev_window_dispose):
8108         
8109         Make print dialog non-modal. Fix for the bug #325622.
8110
8111 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8112
8113         * shell/ev-metadata-manager.c:
8114         * shell/ev-utils.c: (using_pdf_printer),
8115         (using_postscript_printer), (load_print_config_from_file),
8116         (save_print_config_to_file):
8117         * shell/ev-utils.h:
8118         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8119         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8120         (setup_view_from_metadata), (ev_window_setup_document),
8121         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8122         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8123         (ev_window_run_presentation), (ev_window_stop_presentation),
8124         (save_sizing_mode), (ev_window_zoom_changed_cb),
8125         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8126         (ev_window_dual_mode_changed_cb),
8127         (ev_window_sidebar_current_page_changed_cb),
8128         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8129         (window_state_event_cb), (window_configure_event_cb),
8130         (ev_window_init):
8131         
8132         Setting saving behaviour fixes.
8133
8134 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8135
8136         * configure.ac:
8137         
8138         Make antialiasing gs options better and allow
8139         to change them during configure. Fix for the 
8140         bug #319049.
8141
8142 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * shell/ev-window.c: (setup_view_from_metadata):
8145         
8146         Remember if last window was maximized. Fix for the
8147         bug #323797.
8148
8149 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8150
8151         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8152
8153 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8154
8155         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8156         * shell/ev-page-action.c: (build_new_tree_cb):
8157         * shell/ev-sidebar-links.c: (links_page_num_func),
8158         (update_page_callback_foreach), (update_page_callback):
8159         * shell/ev-view.c: (scroll_to_current_page):
8160         
8161         Fix for the bug #325067 with more intelligent selection
8162         of current link in sidebar. Make sidebar handle links
8163         of FITR-like type more correctly.
8164
8165         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8166         (dvi_pixbuf_put_pixel):
8167         
8168         Fix memory consumtion with disabled alpha channel.
8169
8170 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8171
8172         * data/evince-ui.xml:
8173         * shell/ev-window.c: (view_menu_popup_cb),
8174         (ev_popup_cmd_open_link), (ev_window_init):
8175         
8176         Update context menu for internal links. Fix for the bug
8177         #325066.
8178
8179 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8180
8181         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8182         
8183         Bind context menu to keyboard also. Fix for the bug
8184         #325065.
8185
8186 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8187
8188         * shell/ev-view.c: (selection_scroll_timeout_cb):
8189         
8190         Horizontal scroll on selection also.
8191
8192 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8193
8194         * shell/ev-metadata-manager.c: (parse_value):
8195         * shell/ev-view.c: (goto_xyz_link):
8196         
8197         Correct zoom setup and metadata save broken in 
8198         some locales.
8199
8200 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8201
8202         * shell/ev-view-private.h:
8203         * shell/ev-view.c: (scroll_to_current_page),
8204         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8205         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8206         (page_changed_cb), (ev_view_set_continuous),
8207         (ev_view_set_dual_page), (ev_view_set_presentation):
8208         
8209         Delay scroll until allocation to correctly position page. Fix
8210         for the bug #317334.
8211
8212 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8213
8214         * NEWS:
8215         * configure.ac:
8216         
8217         Update NEWS and require poppler 0.5.0.
8218
8219 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8220         
8221         * data/evince-ui.xml:
8222         * shell/ev-view-private.h:
8223         * shell/ev-view.c: (ev_view_get_link_at_location),
8224         (handle_link_over_xy), (ev_view_button_press_event),
8225         (ev_view_button_release_event), (ev_view_class_init):
8226         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8227         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8228         (ev_window_init):
8229         
8230         Implement right-click context menu.
8231
8232 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8235         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8236         (mdvi_pixbuf_device_render):
8237         * pdf/ev-poppler.cc:
8238
8239         Don't generate thumbnails with alpha. See bug #324077.
8240         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8241
8242 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8243
8244         * shell/ev-window.c: (setup_chrome_from_metadata):
8245         
8246         Fix typo that was hiding toolbar.
8247
8248 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8249
8250         * shell/ev-view-private.h:
8251         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8252         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8253         (ev_view_button_release_event), (ev_view_destroy):
8254         
8255         Small cleanup and autoscrolling during selection. Thanks to 
8256         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8257
8258 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8259
8260         * configure.ac:
8261         
8262         Correctly check for comics option.
8263
8264 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8265         * Makefile.am:
8266         * configure.ac:
8267         * backend/Makefile.am:
8268         * backend/ev-document-factory.c:
8269         * shell/ev-document-types.c:
8270
8271         Included option in configure to make ps backend 
8272         compilation optional with --disable-ps.
8273
8274 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * backend/ev-document-factory.c:
8277         * comics/Makefile.am:
8278         * comics/comics-document.c: (comics_document_load):
8279         * comics/ev-cbr-mime.xml:
8280         * configure.ac:
8281         
8282         Comics mime types are added to shared-mime-info CVS. Now
8283         we don't need to install our own mime types.
8284
8285 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8286
8287         * shell/ev-window.c:
8288         
8289         Add shortcut for "save a copy" menu entry. Fix for
8290         the bug #324582.
8291
8292 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8293
8294         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8295         (job_finished_cb), (new_selection_pixbuf_needed),
8296         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8297         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8298         
8299         Rework selection job info logic and fix critical warning.
8300
8301 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8302
8303         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8304
8305 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8306
8307         * data/evince-ui.xml:
8308         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8309         
8310         Enter as shortcut key for next page. Fix for the bug
8311         #321394.
8312
8313 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8314
8315         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8316
8317 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8320         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8321         (new_selection_pixbuf_needed),
8322         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8323         (clear_job_selection):
8324         
8325         Too early for 0.5. Pixbuf cache code cleaned a bit.
8326
8327 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8328
8329         * NEWS:
8330         * configure.ac:
8331         
8332         Release 0.5.0 preparation
8333
8334 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8335
8336         * comics/Makefile.am:
8337         * configure.ac:
8338         * shell/ev-document-types.c: (ev_document_types_add_filters):
8339         
8340         More advanced handling of custom mime type installation.
8341
8342 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8343
8344         * data/evince.schemas.in:
8345         * shell/ev-metadata-manager.c: (value_free),
8346         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8347         (ev_metadata_manager_get), (ev_metadata_manager_set):
8348         * shell/ev-metadata-manager.h:
8349         * shell/ev-window.c: (update_chrome_flag),
8350         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8351         (setup_document_from_metadata), (setup_chrome_from_metadata),
8352         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8353         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8354         (ev_window_view_toolbar_cb),
8355         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8356         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8357         
8358         Save last document settings and reuse them for new documents.
8359
8360 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8361
8362         * Makefile.am:
8363         * backend/Makefile.am:
8364         * backend/ev-document-factory.c:
8365         * backend/ev-document-factory.h:
8366         * comics/Makefile.am:
8367         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8368         (comics_document_load), (comics_document_save),
8369         (comics_document_get_n_pages), (comics_document_get_page_size),
8370         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8371         (comics_document_class_init), (comics_document_can_get_text),
8372         (comics_document_get_info), (comics_document_document_iface_init),
8373         (comics_document_init), (get_supported_image_extensions),
8374         (comics_document_thumbnails_get_geometry),
8375         (comics_document_thumbnails_get_thumbnail),
8376         (comics_document_thumbnails_get_dimensions),
8377         (comics_document_document_thumbnails_iface_init), (extract_argv):
8378         * comics/comics-document.h:
8379         * comics/ev-cbr-mime.xml:
8380         * configure.ac:
8381         * po/POTFILES.in:
8382         * shell/ev-application.c: (ev_application_register_service):
8383         * shell/ev-document-types.c: (ev_document_types_add_filters):
8384         * thumbnailer/Makefile.am:
8385         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8386         
8387         New CBR/CBZ backend for comic books.
8388
8389 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8390
8391         * shell/main.c: (load_files_remote):
8392
8393         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8394         warning on startup of second instance is fixed. It
8395         is bug #320353.
8396
8397 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8398
8399         * shell/ev-window.c: (ev_window_finalize):
8400         
8401         Fix double free that cause crash.
8402
8403 2005-10-29  Bastien Nocera <hadess@hadess.net>
8404
8405         * tiff/tiff-document.c: (tiff_document_load):
8406         
8407         Fix memory leak.
8408
8409 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8410
8411         * po/POTFILES.in:
8412         * shell/Makefile.am:
8413         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8414         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8415         (ev_view_accessible_get_text),
8416         (ev_view_accessible_get_character_at_offset),
8417         (ev_view_accessible_get_text_before_offset),
8418         (ev_view_accessible_get_text_at_offset),
8419         (ev_view_accessible_get_text_after_offset),
8420         (ev_view_accessible_get_character_count),
8421         (ev_view_accessible_get_caret_offset),
8422         (ev_view_accessible_set_caret_offset),
8423         (ev_view_accessible_get_run_attributes),
8424         (ev_view_accessible_get_default_attributes),
8425         (ev_view_accessible_get_character_extents),
8426         (ev_view_accessible_get_offset_at_point),
8427         (ev_view_accessible_get_n_selections),
8428         (ev_view_accessible_get_selection),
8429         (ev_view_accessible_add_selection),
8430         (ev_view_accessible_remove_selection),
8431         (ev_view_accessible_set_selection),
8432         (ev_view_accessible_text_iface_init),
8433         (ev_view_accessible_idle_do_action),
8434         (ev_view_accessible_action_do_action),
8435         (ev_view_accessible_action_get_n_actions),
8436         (ev_view_accessible_action_get_description),
8437         (ev_view_accessible_action_get_name),
8438         (ev_view_accessible_action_set_description),
8439         (ev_view_accessible_action_iface_init),
8440         (ev_view_accessible_get_type), (ev_view_accessible_new),
8441         (ev_view_accessible_factory_get_accessible_type),
8442         (ev_view_accessible_factory_create_accessible),
8443         (ev_view_accessible_factory_class_init),
8444         (ev_view_accessible_factory_get_type):
8445         * shell/ev-view-accessible.h:
8446         * shell/ev-view-private.h:
8447         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8448         * shell/ev-view.h:
8449         
8450         Initial accessibility support.
8451
8452 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8453
8454         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8455
8456 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8457
8458         * shell/ev-print-job.c: (idle_print_handler):
8459         
8460         Fix for bug Bug 318916: Printing multiple pages.
8461
8462 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8463
8464         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8465
8466 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8467
8468         * pdf/ev-poppler.cc:
8469         
8470         Thumnail dimensions unified with other backends.
8471         
8472         * shell/ev-window-title.c: (ev_window_title_update):
8473         
8474         Fix warning.
8475
8476 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8477
8478         * data/ev-stock-zoom-fit-width.png:
8479         
8480         Remove unused file.
8481
8482 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8483
8484         * configure.ac:
8485         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8486         (djvu_document_finalize):
8487         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8488         (dvi_document_finalize):
8489         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8490         (pixbuf_document_save), (pixbuf_document_finalize):
8491         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8492         (tiff_document_finalize):
8493         
8494         Save a copy implemented for various backends.
8495
8496 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8497
8498         * configure.ac:
8499         
8500         Don't link with ltiff if tiff is disabled.
8501
8502 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8503
8504         * pdf/GDKSplashOutputDev.cc:
8505         * pdf/GDKSplashOutputDev.h:
8506         * pdf/Thumb.cc:
8507         * pdf/Thumb.h:
8508         * pdf/pdf-document.cc:
8509         * pdf/pdf-document.h:
8510         * pdf/test-gdk-output-dev.cc:
8511         
8512         Remove old unused files.
8513
8514 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8515
8516         * shell/ev-window.c: (ev_window_setup_document):
8517         
8518         Fixed warnings on reload and probably crash reason.
8519
8520 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * properties/ev-properties-view.c:
8523         (ev_properties_view_format_date):
8524         
8525         Check if date is invalid. Fix for bug 318134.
8526
8527 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8528
8529         * shell/ev-window-title.c:
8530         
8531         Add .indd files (Adobe Indesign) to the list of "bad
8532         extensions".
8533
8534 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8535
8536         * data/evince-ui.xml:
8537         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8538         
8539         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8540
8541 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8542
8543         * shell/ev-window.c: (launch_link), (launch_external_uri),
8544         (view_external_link_cb):
8545
8546         URL-escape link before passing it to gnome_vfs_url_show.
8547
8548 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8549
8550         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8551         there isn't text selected.
8552
8553 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * shell/ev-view.c: (handle_link_over_xy):
8556
8557         Check tooltip is valid utf8 before showing it
8558
8559 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8560
8561         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8562
8563 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8564
8565         * shell/ev-window-title.c: (ev_window_title_update):
8566
8567         Guard against using g_strstrip on NULL. Fixes bug #317291.
8568
8569 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * pdf/ev-poppler.cc:
8572
8573         Show title even for unknown links
8574
8575 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8576
8577         * shell/ev-window-title.c: (ev_window_title_update):
8578
8579         Strip the title string
8580
8581 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8582
8583         * shell/ev-window-title.c:
8584
8585         Add .rtf to the bad extensions list
8586
8587 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8590         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8591
8592         Ignore link coordinates if they are outside page bounds
8593
8594 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * backend/ev-link.c: (ev_link_type_get_type),
8597         (ev_link_get_filename), (ev_link_get_params),
8598         (ev_link_get_property), (ev_link_set_property),
8599         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8600         * backend/ev-link.h:
8601         * pdf/ev-poppler.cc:
8602         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8603         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8604         (ev_window_init):
8605
8606         Implement launch links. Delegate external link opening to
8607         the window.
8608
8609 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8612         (ev_link_get_right), (ev_link_get_property),
8613         (ev_link_set_property), (ev_link_class_init),
8614         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8615         * backend/ev-link.h:
8616         * pdf/ev-poppler.cc:
8617         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8618
8619         Implement fitr links
8620
8621 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8624         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8625         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8626         (ev_view_size_request_continuous),
8627         (ev_view_size_request_dual_page),
8628         (ev_view_size_request_single_page), (ev_view_size_allocate),
8629         (ev_view_zoom_for_size_continuous_and_dual_page),
8630         (ev_view_zoom_for_size_continuous),
8631         (ev_view_zoom_for_size_dual_page),
8632         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8633         (ev_sizing_mode_get_type):
8634         * shell/ev-view.h:
8635         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8636
8637         Do not use modes for link, we need to calculate size ad hoc.
8638         Still not perfect because of the usual scrollbar issues grrr.
8639
8640 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8641
8642         * backend/ev-link.c: (ev_link_type_get_type),
8643         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8644         * backend/ev-link.h:
8645         * pdf/ev-poppler.cc:
8646         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8647         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8648         (ev_view_size_request_continuous),
8649         (ev_view_size_request_dual_page),
8650         (ev_view_size_request_single_page), (ev_view_size_allocate),
8651         (zoom_for_size_fit_height),
8652         (ev_view_zoom_for_size_continuous_and_dual_page),
8653         (ev_view_zoom_for_size_continuous),
8654         (ev_view_zoom_for_size_dual_page),
8655         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8656         (ev_sizing_mode_get_type):
8657         * shell/ev-view.h:
8658         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8659
8660         Implement FIT_HEIGHT mode (only for links).
8661         Implement FITH links
8662
8663 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8664
8665         * shell/ev-window-title.c: (get_filename_from_uri),
8666         (ev_window_title_sanitize_extension), (ev_window_title_update),
8667         (ev_window_title_set_document), (ev_window_title_set_uri),
8668         (ev_window_title_free):
8669         * shell/ev-window-title.h:
8670         * shell/ev-window.c: (ev_window_setup_document),
8671         (ev_window_popup_password_dialog):
8672
8673         Refactor window title building while fixing it for
8674         password documents.
8675
8676 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * pdf/ev-poppler.cc:
8679
8680         Escape link title before setting it in the model
8681
8682 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * shell/ev-application.c: (removed_from_session), (save_session),
8685         (init_session), (ev_application_get_empty_window),
8686         (ev_application_init), (ev_application_get_windows):
8687         * shell/ev-application.h:
8688         * shell/ev-window.c: (ev_window_finalize):
8689
8690         Add a function to retrieve window list and share it where
8691         necessary.
8692         Implement session handling, works pretty well thanks to the
8693         metadata system.
8694
8695 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8696
8697         * shell/ev-password.c: (ev_password_item_created_callback),
8698         (ev_password_dialog_save_password):
8699         
8700         Fix for bug 316972. Use async gnome-keyring API.
8701
8702 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8703
8704         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8705         Remove unused unrealize handler. Add scroll handling to
8706         ev_view_scroll_event for presentation mode (bug #316708),
8707         and fix the event state checks there.
8708
8709 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8710
8711         * shell/ev-page-action.c: (page_changed_cb):
8712
8713         "marco, maybe we should be crazy and jump right to 6! :)"
8714
8715         Bryan Clark, Sep 2005
8716
8717 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * ps/ps-document.c: (save_document), (ps_document_save),
8720         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8721         (ps_document_ps_export_end):
8722
8723         Fix unstructured documents save and print
8724
8725 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * shell/ev-application.c: (ev_application_open_uri):
8728
8729         Fix window size persistance
8730
8731 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * shell/ev-view.c: (ev_view_button_release_event):
8734
8735         Based on a patch from carlosgc@gnome.org. Mouse buttons
8736         switch pages in presentation mode.
8737
8738 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8741
8742         Dont cast to int before scaling
8743
8744 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * backend/ev-link.c: (ev_link_type_get_type),
8747         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8748         (ev_link_new_page_fith):
8749         * backend/ev-link.h:
8750         * pdf/ev-poppler.cc:
8751         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8752
8753         Implement FIT and FITH links
8754
8755 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8756
8757         * pdf/ev-poppler.cc:
8758
8759         Return 0 results when search is not in progress.
8760
8761         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8762         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8763
8764         Update menu sensitivity when cancelling search
8765
8766 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * shell/ev-view.c: (ev_view_can_find_next):
8769
8770         Take all pages in consideration, not just current one
8771
8772 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8773
8774         * shell/ev-page-cache.c:
8775         * shell/ev-page-cache.h:
8776         * shell/ev-view.c: (ev_view_binding_activated),
8777         (ev_view_next_page), (ev_view_previous_page),
8778         (ev_sizing_mode_get_type):
8779         * shell/ev-view.h:
8780         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8781         (ev_window_cmd_go_next_page):
8782
8783         Move page next/previous functions from page chace to
8784         view and change it to move by 2 page steps in dual mode.
8785
8786 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8787
8788         * shell/ev-window.c: (update_sidebar_visibility),
8789         (setup_sidebar_from_metadata), (ev_window_setup_document),
8790         (setup_view_from_metadata):
8791
8792         Show the index by default when there is one     
8793
8794 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * shell/ev-window-title.c: (ev_window_title_set_document):
8797
8798         Missing null check
8799
8800 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8801
8802         * shell/ev-view.c: (view_update_range_and_current_page):
8803         
8804         Allow display of last odd page in dual view. Fix for 316347.
8805
8806 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8807
8808         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8809         
8810         Make close button default. Fix for 316383.
8811
8812 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8813
8814         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8815         
8816         Mark close button as default. Fix for 316381.
8817
8818 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * backend/ev-link.c: (ev_link_class_init):
8821
8822         Allow negative doubles in left/top properties
8823
8824 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * shell/ev-window.c:
8827
8828         Remove a bunch of strings that was used only
8829         by the statusbar.
8830
8831 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * shell/ev-window-title.c: (get_filename_from_uri),
8834         (ev_window_title_set_document):
8835
8836         When title has a confusing extension, show also
8837         the document filename inside ()
8838
8839 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * shell/Makefile.am:
8842         * shell/ev-window-title.c: (ev_window_title_new),
8843         (ev_window_title_update), (ev_window_title_set_type),
8844         (ev_window_title_set_document), (ev_window_title_free):
8845         * shell/ev-window-title.h:
8846         * shell/ev-window.c: (ev_window_setup_document),
8847         (password_dialog_response), (ev_window_popup_password_dialog),
8848         (ev_window_dispose), (ev_window_init):
8849
8850         Factor out and cleanup window title code
8851
8852 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8853
8854         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8855         (unable_to_load):
8856
8857         Make dialog transient so it doesnt block other windows
8858
8859 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8860
8861         * pdf/ev-poppler.cc:
8862         
8863         Fix pdf thumbnails rendering.
8864
8865 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8866
8867         * shell/ev-window.c: (fullscreen_set_timeout):
8868         
8869         Increase timeout to hide full screen popup. Bug 
8870         316123. 
8871
8872 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8873
8874         * data/evince.schemas.in:
8875         * shell/ev-window.c: (update_action_sensitivity):
8876
8877         Allow the user to override document restrictions. Fix for bug
8878         305818.
8879
8880 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8881
8882         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8883         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8884         (ev_window_class_init): Fix multihead behaviour of fullscreen
8885         toolbar popup. Fixes bug #315451.
8886
8887 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8888
8889         * configure.ac:
8890         * data/evince-password.glade:
8891         * shell/ev-password.c: (ev_password_dialog_set_property),
8892         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8893         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8894         (ev_password_dialog_entry_changed_cb),
8895         (ev_password_dialog_entry_activated_cb),
8896         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8897         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8898         (ev_password_dialog_set_bad_pass):
8899         * shell/ev-password.h:
8900         * shell/ev-window.c: (password_dialog_response),
8901         (ev_window_popup_password_dialog):
8902         
8903         Support for gnome-keyring for encrypted PDF's.
8904
8905 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906
8907         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8908         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8909         (ev_view_enter_notify_event), (ev_view_class_init):
8910         
8911         More precise handling of enter_notify/leave_notify events
8912         in EvView. Fix for bug 315470.
8913
8914 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8915
8916         * shell/ev-window.c: (fullscreen_timeout_cb),
8917         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8918         (ev_window_dispose):
8919
8920         leak fix: unref fullscreen_timeout_source before clearing it
8921
8922 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8923
8924         * configure.ac, dvi/mdvi/Makefile.am: 
8925         
8926         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8927
8928 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * backend/ev-link.c: (ev_link_new_page_xyz):
8931         * pdf/ev-poppler.cc:
8932         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8933
8934         Fix some bugs with xyz links, respect zoom
8935
8936 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * shell/ev-window.c: (page_changed_cb),
8939         (setup_document_from_metadata), (update_sidebar_visibility),
8940         (setup_view_from_metadata), (ev_window_run_fullscreen),
8941         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8942         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8943         (ev_window_dual_mode_changed_cb),
8944         (ev_window_sidebar_current_page_changed_cb):
8945
8946         null check uri before setting and getting metadata
8947
8948 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * dvi/Makefile.am:
8951         * properties/Makefile.am:
8952         * shell/Makefile.am:
8953         * thumbnailer/Makefile.am:
8954
8955         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8956
8957 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8960         (selection_changed_callback):
8961         * shell/ev-sidebar-links.h:
8962
8963         Add a signal for link activation.
8964
8965         * shell/ev-view.c: (ev_view_goto_link),
8966         (ev_view_button_release_event):
8967         * shell/ev-view.h:
8968         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8969         (ev_window_init):
8970
8971         Implement the signal so that we can handle all link types.
8972
8973         * shell/ev-page-cache.c:
8974
8975         Remove unused set_link function
8976
8977 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8978
8979         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8980
8981         Add some space from the cursor, hardcoded but I couldnt
8982         find a better way.
8983
8984 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * lib/ev-tooltip.c:
8987
8988         Use mozilla style vs gtk style, way better for links.
8989
8990         * shell/ev-view.c: (ev_view_motion_notify_event),
8991         (ev_view_destroy), (ev_view_init):
8992
8993         Deactive tooltip when the link hovered is changed.
8994
8995 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8996
8997         * backend/ev-document.h:
8998         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8999         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
9000         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
9001         (ev_link_new_page), (ev_link_new_page_xyz):
9002         * backend/ev-link.h:
9003         * pdf/ev-poppler.cc:
9004         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
9005         (go_to_link), (tip_from_link):
9006
9007         Implement xyz links, still not functional. Links are a total
9008         mess, will need to refactor and bugfix a lot :(
9009
9010 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
9011
9012         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
9013
9014 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
9015
9016         * data/evince-ui.xml:
9017         * data/evince.schemas.in:
9018         * shell/Makefile.am:
9019         * shell/ev-window.c: (update_chrome_visibility),
9020         (password_dialog_response), (ev_window_load_job_cb),
9021         (ev_window_xfer_job_cb), (ev_window_open_uri),
9022         (ev_window_class_init), (set_chrome_actions), (load_chrome),
9023         (ev_window_init):
9024
9025         Remove the statusbar. This regress loading feedback, need to
9026         check with Bryan what we want to do there...
9027
9028 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * lib/ev-tooltip.c: (ev_tooltip_init):
9031
9032         Fix tooltip border and size handling
9033
9034 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
9037         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
9038         (ev_tooltip_timeout), (ev_tooltip_activate),
9039         (ev_tooltip_deactivate):
9040         * lib/ev-tooltip.h:
9041         * shell/ev-view.c: (ev_view_motion_notify_event):
9042
9043         Delay popup showing. Mirror gtk logic/times.
9044
9045 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
9046
9047         * lib/Makefile.am:
9048         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
9049         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
9050         (ev_tooltip_set_text), (ev_tooltip_set_position):
9051         * lib/ev-tooltip.h:
9052
9053         Simple widget to show tooltips at a custom position
9054
9055         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
9056         (ev_view_destroy):
9057
9058         Use it for links. First go, needs work
9059
9060 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
9061
9062         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
9063         HIG fixes.  Use title capitalization for window title. Use 12 
9064         pixels of space between the dialog's vbox and action area.
9065
9066 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9067
9068         * shell/ev-window.c: (file_open_dialog_response_cb),
9069         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
9070         (ev_window_cmd_save_as):
9071
9072         Make file pickers not modal and refactor code some
9073
9074 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * shell/ev-sidebar.h:
9077         * shell/ev-sidebar.c: (ev_sidebar_set_property),
9078         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9079         (ev_sidebar_class_init), (ev_sidebar_select_page),
9080         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9081         (ev_sidebar_set_page):
9082
9083         Add a current page property and allow to get/set it
9084
9085         * shell/ev-window.c: (setup_view_from_metadata),
9086         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9087
9088         Persist current sidebar page per document
9089
9090 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9091
9092         * data/evince.schemas.in:
9093         * shell/ev-window.c: (update_chrome_visibility),
9094         (setup_document_from_metadata), (update_sidebar_visibility),
9095         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9096         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9097         (ev_window_run_presentation), (ev_window_stop_presentation),
9098         (ev_window_view_sidebar_cb),
9099         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9100         (load_chrome), (ev_window_init):
9101
9102         Persist size/visibility of sidebar per document
9103
9104 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
9105
9106         * shell/ev-view.c (draw_loading_text): Draw loading text.
9107
9108 2005-09-02  Dan Damian  <dand@gnome.ro>
9109
9110         * configure.in: Added "ro" to ALL_LINGUAS.
9111
9112 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9113
9114         * shell/ev-view.c: (clear_caches):
9115
9116         ev_page_cache_get doesnt return a reference,
9117         dont try to unref it.
9118
9119 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9120
9121         * shell/main.c: (load_files_remote):
9122
9123         Fix timestamp parameter with dbus <= 0.33
9124
9125 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * data/evince.schemas.in:
9128
9129         Add missing full stop
9130
9131 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9132
9133         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9134         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9135
9136         Plug some memory leaks
9137
9138 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9139
9140         * configure.ac:
9141         * lib/ev-debug.c: (trap_handler):
9142
9143         Check for execinfo.h and use it only if it exists.
9144         Ported from Epiphany (bug #314776).
9145
9146 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9147
9148         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9149
9150 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9151
9152         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9153         * po/id.po      : Added Indonesian translation
9154
9155 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9156
9157         * shell/main.c:
9158         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9159         * NEWS: Release 0.4.0
9160
9161 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9162
9163         * configure.ac: catch another gtk+-2.8ism
9164         * shell/main.c: Make work with gtk+-2.6
9165
9166 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9167
9168         * shell/ev-application-service.xml: Add 'timestamp' argument to
9169           ev_application_open_window and ev_application_open_uri methods.
9170
9171         * shell/ev-application.h: Add 'timestamp' argument to
9172           ev_application_open_window, ev_application_open_uri,
9173           and ev_application_open_uri_list functions.
9174
9175         * shell/ev-application.c (ev_application_open_window,
9176           ev_application_open_uri, ev_application_open_uri_list): Change
9177           functions that show/present windows to use a timestamp if one
9178           is passed in.
9179
9180         * shell/ev-window.c (ev_window_cmd_file_open,
9181           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9182         * shell/main.c (load_files): Modify calls to ev_application to
9183           include GDK_CURRENT_TIME as timestamp.
9184
9185         * shell/main.c (load_files_remote): Obtain timestamp for client
9186           instance from GDK and pass to server instance so new windows are
9187           focused properly.  Fix dbus_g_proxy_call() calls by including second
9188           G_TYPE_INVALID.
9189           
9190         Closes bug #314475.
9191
9192 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9193
9194         * shell/ev-window.c (ev_window_finalize): Check for
9195         avail. EvWindows when quiting to handle the finalize better,
9196         #314497
9197
9198 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9199         
9200         * properties/ev-properties-view.c: 
9201         
9202         Set textdomain to libglade. Fixes translation problem in property page.
9203
9204 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9205
9206         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9207         * dvi/Makefile.am:
9208         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9209         * dvi/mdvi-lib/Makefile.am:
9210         
9211         Fix rotation of thumbnails, ported to new API. Moved library
9212         dependencies earlier, probably it will fix linkage problem.
9213
9214 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9215
9216         * backend/ev-document-misc.c:
9217         (ev_document_misc_get_thumbnail_frame):
9218         * backend/ev-document-misc.h:
9219         * configure.ac:
9220         * pdf/ev-poppler.cc:
9221         * shell/Makefile.am:
9222         * shell/ev-sidebar-thumbnails.c: (add_range),
9223         (ev_sidebar_thumbnails_set_loading_icon),
9224         (ev_sidebar_thumbnails_refresh),
9225         (ev_sidebar_thumbnails_set_document):
9226         * shell/ev-sidebar-thumbnails.h:
9227         * shell/ev-view.c: (ev_view_motion_notify_event),
9228         (ev_view_set_property), (ev_view_get_property),
9229         (ev_view_class_init), (ev_view_set_rotation):
9230         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9231         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9232         (ev_window_init):
9233         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9234         Redo rotation (again).  prepare for 0.4.0
9235
9236 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9237
9238         * configure.ac: Bump poppler requirement to 0.4.1.
9239
9240         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9241         argument to poppler_page_render_selection() call.
9242
9243 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9246         (djvu_document_thumbnails_get_thumbnail):
9247         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9248         (dvi_document_thumbnails_get_thumbnail):
9249         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9250         (pixbuf_document_thumbnails_get_thumbnail):
9251         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9252         
9253         Update rotation direction of backends to fit with pdf and ps.
9254
9255 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9256
9257         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9258         * backend/ev-async-renderer.h:
9259         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9260         (setup_page), (ps_document_get_page_size),
9261         (ps_async_renderer_render_pixbuf):
9262         * ps/ps-document.h:
9263         * shell/ev-jobs.c: (ev_job_render_run):
9264
9265         Fix orientation in the postscript document
9266
9267 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9268
9269         * pdf/ev-poppler.cc:
9270         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9271         * shell/ev-view.c: (highlight_find_results):
9272
9273         Adapt to the new poppler rotation API. Fix text maps on landscape
9274         documents.
9275
9276 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9277
9278         * shell/ev-view.c (compute_new_selection_text): get the correct
9279         region when selecting in modes other than continuous.
9280
9281 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9282
9283         * shell/main.c (main): remove redundant g_warnings.
9284
9285 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9286
9287         * shell/Makefile.am: Don't include autogenerated
9288         file ev-application-service.h into distribution, since
9289         it causes dbus crash. Fix for bugs 313724 and 313443. 
9290
9291 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9292
9293         * configure.ac: Fix sed expression for FreeBSD. Thanks
9294         to Joe Marcus Clark <marcus@freebsd.org>
9295         
9296         * shell/eggfindbar.c: (entry_activate_callback),
9297         (entry_changed_callback), (egg_find_bar_init),
9298         (egg_find_bar_set_search_string):
9299         
9300         Made findbar buttons unsensitive if there is no text in
9301         entry. Fix for the bug 313285.
9302
9303 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9304
9305         * ps/ps-document.c: Use g_filename_display_name for displaying
9306         filenames and revert string freeze breackage
9307
9308 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9309
9310         * NEWS:
9311         * configure.ac:
9312
9313         Update for 0.3.4
9314
9315         * shell/Makefile.am:
9316
9317         Add ev-application-service.xml to extra dist
9318
9319         * shell/ev-view.c: (find_page_at_location):
9320
9321         Remove unused function (fix warning)
9322
9323 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9324
9325         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9326         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9327         
9328         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9329         bug 313623.
9330
9331 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9332
9333         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9334         * shell/ev-window.c:
9335         Fix build warnings
9336
9337 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9338
9339         * configure.ac: Update script to get dbus version.
9340         Fix for the bug #313443.
9341
9342 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9343
9344         * shell/ev-window.c: (ev_window_cmd_escape):
9345         
9346         Return focus back to view on escape. Fix for bug 313295.
9347
9348 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9349
9350         * shell/ev-window.c: (update_window_title),
9351         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9352         (ev_window_cmd_save_as):
9353         
9354         Correct conversion from uri to displayable string. Fix for
9355         bug 313296.
9356
9357 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9358
9359         * ps/ps-document.c: convert filename to utf8 when there is an error
9360         loading document. Fixes #309915
9361
9362 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9363
9364         * configure.ac:
9365
9366         We depend on poppler 0.4.0
9367
9368 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9369
9370         * configure.ac:
9371         * NEWS: Release 0.3.3.
9372         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9373
9374 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9375
9376         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9377         add a couple missing mnemonics to menu items, use title 
9378         capitalization for menu items and window titles, and add 
9379         ellipsis to open menu item.     
9380
9381 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9382
9383         * pdf/ev-poppler.cc:
9384         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9385         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9386         (ev_view_get_rotation):
9387         * shell/ev-view.h:
9388         * shell/ev-window.c: (setup_view_from_metadata),
9389         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9390         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9391         disk.
9392
9393 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9394
9395         * configure.ac: Added tr to ALL_LINGUAS
9396
9397 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9398
9399         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9400         requires several clicks to find word. Thanks to 
9401         Colin Slater <kiltedtaco@gmail.com>.
9402
9403 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9404
9405         * data/evince.desktop.in.in: Hide menu entry and
9406         rename it to "Document Viewer". Fix for bug 
9407         #312399.
9408
9409 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9410
9411         * shell/ev-page-action.c (ev_page_action_class_init): 
9412
9413         Point to the correct function in constructor of the
9414         activate_label signal
9415
9416 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9417
9418         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9419         * shell/ev-jobs.h: Make thread safe.
9420
9421 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9422
9423         * shell/ev-view.c: (view_update_range_and_current_page):
9424         Don't update page range if we are scrolling to some document
9425         point.
9426
9427 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9428
9429         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9430         when getting max_page_width, fix drawing in dual mode.
9431
9432 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9433
9434         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9435         getting the area for select_all.
9436
9437 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9438
9439         * backend/ev-selection.c: (ev_selection_render_selection):
9440         * backend/ev-selection.h:
9441         * pdf/ev-poppler.cc:
9442         * shell/ev-jobs.c: (ev_job_render_new):
9443         * shell/ev-jobs.h:
9444         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9445         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9446         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9447         (ev_view_class_init):
9448
9449         Change selection color on focus in and focus out events.  Also,
9450         poppler now uses GdkColor for specifying the selection colors, so
9451         drop some awkward conversion code.
9452
9453 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9454
9455         * configure.ac: Added Hebrew translation
9456
9457 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9458
9459         * NOTES:
9460         * backend/ev-selection.c: (ev_selection_render_selection):
9461         * backend/ev-selection.h:
9462         * pdf/ev-poppler.cc:
9463         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9464         (ev_job_render_run):
9465         * shell/ev-jobs.h:
9466         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9467         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9468         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9469         (ev_pixbuf_cache_style_changed),
9470         (ev_pixbuf_cache_get_selection_pixbuf),
9471         (ev_pixbuf_cache_set_selection_list),
9472         (ev_pixbuf_cache_get_selection_list):
9473         * shell/ev-pixbuf-cache.h:
9474         * shell/ev-utils.c: (ev_print_region_contents):
9475         * shell/ev-utils.h:
9476         * shell/ev-view.c: (ev_view_queue_draw_page),
9477         (selection_update_idle_cb), (ev_view_motion_notify_event),
9478         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9479         (setup_caches), (ev_view_find_next), (merge_selection_region),
9480         (selection_free):
9481         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9482
9483         Clean up selection to be much smoother!
9484
9485 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9486
9487         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9488         to poppler_page_render_selection().
9489
9490 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9491
9492         * ps/ps-document.c: (save_page_list): Use
9493         unzipped document when printing. Thanks to 
9494         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9495         311016.
9496
9497 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9498
9499         * shell/ev-window.c: (update_action_sensitivity):
9500         
9501         Disable print and save respect to lockdown gconf keys. Fix
9502         for 312342.
9503
9504 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9505
9506         * configure.ac:
9507         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9508         (write_to_temp_file), (ev_file_set_contents):
9509         * shell/ev-utils.h:
9510         * shell/ev-window.c: (save_print_config_to_file):
9511         
9512         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9513         Fix for bug 312238
9514
9515 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9516
9517         * shell/ev-window.c: (load_print_config_from_file),
9518         (save_print_config_to_file), (ev_window_print_range):
9519
9520         Persist the print settings. Fixes bug #311578.
9521
9522 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9523
9524         * djvu/djvu-document.c: (djvu_document_get_page_size),
9525         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9526         (djvu_document_thumbnails_get_thumbnail):
9527         * dvi/dvi-document.c: (dvi_document_get_page_size),
9528         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9529         (dvi_document_thumbnails_get_dimensions),
9530         (dvi_document_thumbnails_get_thumbnail):
9531         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9532         (pixbuf_document_render_pixbuf),
9533         (pixbuf_document_document_iface_init),
9534         (pixbuf_document_thumbnails_get_thumbnail):
9535         
9536         Update backends to make them build with new rotation system.
9537
9538 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9539
9540         * help/C/figures/evince_start_window.png:
9541         
9542         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9543
9544 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9545
9546         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9547         * shell/ev-pixbuf-cache.h:
9548         * shell/ev-sidebar-thumbnails.c:
9549         (ev_sidebar_thumbnails_get_property), (add_range),
9550         (adjustment_changed_cb):
9551         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9552         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9553         we were thumbnailing the entire docment on startup, slowing us
9554         down hugely. 
9555
9556 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9557
9558         * shell/ev-page-cache.c: (ev_page_cache_new):
9559         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9560         == 0, fixes #310306.
9561
9562 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9563
9564         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9565         (ev_view_rotate_left):
9566
9567         Account rotation in doc_rect_to_view_rect.
9568         Ensure rotation doesnt go out of bounds.
9569
9570 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9573
9574         Correct and cleanup w/h swapping
9575
9576 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9577
9578         * backend/ev-document-thumbnails.c:
9579         (ev_document_thumbnails_get_thumbnail):
9580         * backend/ev-document-thumbnails.h:
9581         * backend/ev-document.c:
9582         * backend/ev-document.h:
9583         * backend/ev-render-context.c: (ev_render_context_new),
9584         (ev_render_context_set_rotation):
9585         * backend/ev-render-context.h:
9586         * pdf/ev-poppler.cc:
9587         * ps/ps-document.c: (ps_document_document_iface_init):
9588         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9589         * shell/ev-jobs.h:
9590         * shell/ev-page-cache.c: (build_height_to_page),
9591         (ev_page_cache_new), (ev_page_cache_get_size),
9592         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9593         (ev_page_cache_get_height_to_page):
9594         * shell/ev-page-cache.h:
9595         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9596         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9597         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9598         (ev_pixbuf_cache_get_selection_pixbuf):
9599         * shell/ev-pixbuf-cache.h:
9600         * shell/ev-print-job.c: (idle_print_handler):
9601         * shell/ev-sidebar-thumbnails.c: (add_range):
9602         * shell/ev-view.c: (view_update_range_and_current_page),
9603         (get_page_y_offset), (get_page_extents),
9604         (ev_view_size_request_continuous_dual_page),
9605         (ev_view_size_request_continuous),
9606         (ev_view_size_request_dual_page),
9607         (ev_view_size_request_single_page), (draw_one_page),
9608         (ev_view_set_rotation), (ev_view_rotate_right),
9609         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9610         (ev_view_zoom_for_size_continuous_and_dual_page),
9611         (ev_view_zoom_for_size_continuous),
9612         (ev_view_zoom_for_size_dual_page),
9613         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9614         (ev_view_select_all):
9615         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9616         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9617         (tiff_document_document_iface_init),
9618         (tiff_document_thumbnails_get_thumbnail):
9619
9620         Use rotation rather than orientation. It's easier and enough
9621         for our needs.
9622
9623 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * shell/ev-page-cache.c: (build_height_to_page),
9626         (ev_page_cache_new), (ev_page_cache_get_size),
9627         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9628         (ev_page_cache_get_height_to_page):
9629         * shell/ev-page-cache.h:
9630         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9631         (ev_view_size_request_continuous_dual_page),
9632         (ev_view_size_request_continuous),
9633         (ev_view_zoom_for_size_continuous_and_dual_page),
9634         (ev_view_zoom_for_size_continuous):
9635
9636         Make the page cache aware of page orientation.
9637
9638 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9639
9640         * backend/ev-document-thumbnails.c:
9641         (ev_document_thumbnails_get_thumbnail):
9642         * backend/ev-document-thumbnails.h:
9643         * backend/ev-document.c:
9644         * backend/ev-document.h:
9645         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9646         * backend/ev-ps-exporter.h:
9647         * pdf/ev-poppler.cc:
9648         * ps/ps-document.c: (ps_document_document_iface_init),
9649         (ps_document_ps_export_do_page):
9650         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9651         * shell/ev-jobs.h:
9652         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9653         (ev_page_cache_get):
9654         * shell/ev-page-cache.h:
9655         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9656         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9657         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9658         * shell/ev-pixbuf-cache.h:
9659         * shell/ev-print-job.c: (idle_print_handler):
9660         * shell/ev-sidebar-thumbnails.c: (add_range):
9661         * shell/ev-view.c: (view_update_range_and_current_page),
9662         (get_page_extents), (ev_view_size_request_dual_page),
9663         (ev_view_size_request_single_page), (draw_one_page),
9664         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9665         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9666         (ev_view_zoom_for_size_dual_page),
9667         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9668         (ev_view_select_all):
9669         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9670         * tiff/tiff-document.c: (tiff_document_get_page_size),
9671         (tiff_document_get_orientation), (rotate_pixbuf),
9672         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9673         (tiff_document_thumbnails_get_thumbnail),
9674         (tiff_document_ps_export_do_page), (tiff_document_init):
9675
9676         Really make use of the orientation bit of the render context.
9677         Use the render context in a few more places in the backend API.
9678         This regress orientation, but now it's done right. Will try to
9679         fix it up asap...
9680
9681 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9682
9683         * shell/ev-view.c: (ensure_rectangle_is_visible):
9684
9685         Patch by Nickolay V. Shmyrev to fix find flickering
9686
9687 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9688
9689         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9690         duplex parameters to ::begin.
9691
9692         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9693         * shell/ev-print-job.c (idle_print_handler): 
9694         * ps/ps-document.c (ps_document_ps_export_begin): 
9695         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9696         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9697         implementations. Poppler backend needs poppler cvs. Rest has
9698         unchanged behavior.
9699
9700 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9701
9702         * shell/ev-window.c (using_pdf_printer): new function.
9703         (ev_window_print_range): print a less techy message if someone
9704         tries to print to PDF.
9705
9706 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9707
9708         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9709         from "unknown font" string. Bug #311431
9710
9711 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9712
9713         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9714
9715 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9716
9717         Bug #311280
9718         
9719         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9720         name for PopplerFontTypes
9721         (pdf_document_fonts_fill_model): add font type to the detail column
9722
9723         * backend/ev-document-fonts.h: added
9724         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9725
9726         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9727         font name and font details, add a little markup.
9728         (ev_properties_fonts_init): use the new cell data func, specify ypad
9729         property for the cell renderer.
9730         (ev_properties_fonts_set_document): add the details column.
9731
9732 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9733
9734         * configure.ac: Added "pl" to ALL_LINGUAS.
9735
9736 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9737
9738         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9739
9740 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9741
9742         * help/ChangeLog: Started this for translations of manual.
9743         * configure.ac, autogen.sh, .cvsignore: Migrated to
9744         gnome-doc-utils. Patch in bug #311222.
9745
9746 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9747
9748         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9749         #ifdef this away to fix an unused-function warning.
9750
9751 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9752
9753         * configure.ac: Added 'gl' to ALL_LINGUAS.
9754
9755 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9756
9757         * configure.ac: Added ne in ALL_LINGUAS
9758         
9759 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9760
9761         * shell/ev-view.c: (ev_view_leave_notify_event):
9762         
9763         Clear status message when pointer leaves view. Fix for bug
9764         #310818 
9765
9766 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9767
9768         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9769
9770 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9771
9772         * shell/ev-view.c: (ev_view_leave_notify_event),
9773         (ev_view_class_init):
9774         
9775         Set cursor to normal then leaving view.
9776
9777 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9778
9779         * configure.ac:
9780         
9781         Fix required djvulibre version.
9782
9783 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9784
9785         *configure.ac: Hindi (hi) language added
9786
9787 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9788
9789         *configure.ac: Punjabi (pa) Language added
9790
9791 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9792
9793         * data/evince-ui.xml, shell/ev-window.c:
9794         
9795         Add keypad accelerators for zooming. Fix for bug 308128.
9796
9797 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9798
9799         * Makefile.am:
9800         * backend/Makefile.am:
9801         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9802         * configure.ac:
9803         * shell/ev-document-types.c: (ev_document_types_add_filters):
9804
9805         Allow to enable/disable the pixbuf backend.
9806         Default to off for now. If we want it enabled we should
9807         really put mime types in the desktop, implement properties etc.
9808
9809         * properties/evince-properties.c:
9810
9811         Initialize error to NULL.
9812         Check error is not NULL before freeing.
9813
9814 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * shell/ev-window.c:
9817
9818         Use F5 as presentation accell
9819
9820 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9821
9822         * shell/ev-window.c: (update_chrome_visibility),
9823         (ev_window_create_fullscreen_popup), (ev_window_init):
9824
9825         Do not leak the fullscreen toolbar
9826
9827 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9828
9829         * shell/ev-window.c: (view_actions_focus_in_cb),
9830         (view_actions_focus_out_cb):
9831
9832         These has a return value! Fix totally random focus
9833         issues we was seeing.
9834
9835 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9836
9837         * shell/main.c: (load_files_remote):
9838
9839         Allow open more than one file
9840
9841 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9842
9843         * shell/main.c: (load_files_remote):
9844
9845         Fix for dbus 0.33. bug #309975
9846
9847 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9848
9849         * properties/ev-properties-main.c: (ev_properties_get_pages):
9850
9851         Actually return NULL for types we dont support
9852
9853 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9854
9855         * po/POTFILES.in:
9856
9857         Remove empty lines.
9858
9859 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9860
9861         * backend/ev-document-factory.c:
9862         (ev_document_factory_get_document):
9863
9864         Do not try to create the object if type
9865         is invalid.
9866
9867 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9868
9869         * ps/ps-document.c: (ps_document_dispose),
9870         (ps_async_renderer_render_pixbuf):
9871         * ps/ps-document.h:
9872
9873         Do not leak the target window
9874
9875 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9876
9877         * shell/ev-application.c: (ev_application_init):
9878
9879         Let tbe check file existence for us.
9880         Add a comment about eggrecent mime filter.
9881
9882 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9883
9884         * data/evince-ui.xml:
9885         * shell/ev-application.c: (ev_application_shutdown),
9886         (ev_application_init), (ev_application_get_toolbars_model),
9887         (ev_application_get_recent_model),
9888         (ev_application_save_toolbars_model):
9889         * shell/ev-application.h:
9890         * shell/ev-window.c: (ev_window_add_recent),
9891         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9892         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9893         (ev_window_init):
9894
9895         Use common toolbar and recent models for all windows.
9896         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9897
9898 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9899
9900         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9901         successfully check for gtk_icon_view_get_visible_range.
9902
9903 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9904
9905         * djvu/Makefile.am:
9906         * dvi/Makefile.am:
9907         
9908         Fix djvu and dvi backend build.
9909
9910 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9911
9912         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9913         (new_separator_pixbuf):
9914
9915         Don't leak windows.
9916
9917 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9918
9919         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9920
9921         HIGification of toolbar editor dialogue.
9922
9923 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * configure.ac:
9926         * shell/Makefile.am:
9927
9928         Ever build metadata manager since it's just
9929         disabled at runtime now.
9930
9931 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9932
9933         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9934         (ev_metadata_manager_get), (ev_metadata_manager_set):
9935         * shell/ev-metadata-manager.h:
9936
9937         Add an _init functions that enabled metadata management
9938         at runtime.
9939
9940         * shell/ev-window.c: (page_changed_cb),
9941         (setup_document_from_metadata), (ev_window_setup_document),
9942         (setup_view_from_metadata), (ev_window_open_uri),
9943         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9944         (ev_window_run_presentation), (ev_window_stop_presentation),
9945         (save_sizing_mode), (ev_window_zoom_changed_cb),
9946         (ev_window_continuous_changed_cb),
9947         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9948         (window_configure_event_cb):
9949
9950         Remove all ugly metadata define since we deal with it
9951         at runtime now.
9952
9953         * shell/main.c: (load_files_remote), (main):
9954
9955         Add support for dbus cvs head. Hopefully didnt break one
9956         of the other versions now!
9957
9958         If we dont get a response from the dbus server just
9959         give up with it and not enable metadata.
9960
9961 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9962
9963         * Makefile.am:
9964         * backend/Makefile.am:
9965         * configure.ac:
9966         * cut-n-paste/recent-files/Makefile.am:
9967         * cut-n-paste/toolbar-editor/Makefile.am:
9968         * cut-n-paste/zoom-control/Makefile.am:
9969         * lib/Makefile.am:
9970         * pdf/Makefile.am:
9971         * pixbuf/Makefile.am:
9972         * properties/Makefile.am:
9973         * ps/Makefile.am:
9974         * shell/Makefile.am:
9975         * thumbnailer/Makefile.am:
9976         * tiff/Makefile.am:
9977
9978         Make frontends depend on just libev.
9979         Rework and group CFLAGS/LIBS definitions.
9980         Cleanups.
9981
9982 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9983
9984         * shell/ev-window:
9985
9986         do not unnecessarily save zoom
9987
9988         * configure.ac:
9989         * lib/ev-file-helpers.c: (ev_dot_dir):
9990         * shell/Makefile.am:
9991         * shell/dummy.cc:
9992
9993         Some cleanups
9994
9995 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * configure.ac:
9998         
9999         Remove unnecessary dependencies
10000
10001 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10002
10003         * properties/Makefile.am:
10004         * thumbnailer/Makefile.am:
10005         * tiff/Makefile.am:
10006
10007         Some more cleanups. Was really necessary
10008         but I probably introduced bugs, feel free
10009         to flame :)
10010
10011 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10012
10013         * backend/Makefile.am:
10014         * configure.ac:
10015         * cut-n-paste/recent-files/Makefile.am:
10016         * cut-n-paste/toolbar-editor/Makefile.am:
10017         * cut-n-paste/zoom-control/Makefile.am:
10018         * lib/Makefile.am:
10019         * pdf/Makefile.am:
10020         * pixbuf/Makefile.am:
10021         * properties/Makefile.am:
10022         * ps/Makefile.am:
10023         * shell/Makefile.am:
10024         * thumbnailer/Makefile.am:
10025         * tiff/Makefile.am:
10026
10027         Use gnome-common macros when possible.
10028         Cleanup dependencies.
10029         Actually disable deprecated where possible.
10030
10031 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10032
10033         * Makefile.am:
10034         * backend/Makefile.am:
10035         * properties/Makefile.am:
10036         * shell/Makefile.am:
10037         * thumbnailer/Makefile.am:
10038
10039         This should solve the circular dep without
10040         requiring dir reorg!
10041
10042         * shell/ev-window.c: (setup_view_from_metadata):
10043
10044         Never restore window size/position when the
10045         window is already visible.
10046
10047 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10048
10049         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
10050
10051         Return a boolean from timeout func. Fix ported from gedit.
10052
10053 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
10054
10055         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
10056
10057 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
10058
10059         * shell/ev-document-types.c: set "All Documents" as default filter in
10060         open dialog
10061
10062 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
10063
10064         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
10065         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
10066         (ev_metadata_manager_set_boolean): fix value/val thinko.
10067
10068 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10069
10070         * shell/ev-window.c: (setup_view_from_metadata),
10071         (window_state_event_cb), (window_configure_event_cb),
10072         (ev_window_init):
10073
10074         Remember window position and maximized state
10075
10076 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10077
10078         * configure.ac:
10079
10080         Fix DBUS configure checks.
10081
10082         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10083         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10084         (ev_metadata_manager_set_boolean):
10085
10086         Plug mem leaks.
10087
10088         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10089         (ev_window_stop_fullscreen), (ev_window_run_presentation),
10090         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10091         (ev_window_continuous_changed_cb),
10092         (ev_window_dual_mode_changed_cb), (ev_window_new):
10093
10094         Fix the build without DBUS.
10095
10096 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * shell/ev-metadata-manager.c: (parse_value), (save_values),
10099         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10100         (ev_metadata_manager_set_string),
10101         (ev_metadata_manager_set_boolean):
10102         * shell/ev-metadata-manager.h:
10103
10104         Add support for some more types
10105
10106         * shell/ev-view.c: (scroll_to_current_page),
10107         (ev_view_get_continuous), (ev_view_set_continuous),
10108         (ev_view_get_dual_page):
10109         * shell/ev-view.h:
10110         * shell/ev-window.c: (page_changed_cb),
10111         (setup_document_from_metadata), (ev_window_setup_document),
10112         (setup_view_from_metadata), (ev_window_open_uri),
10113         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10114         (ev_window_run_presentation), (ev_window_stop_presentation),
10115         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10116         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10117         (ev_window_update_dual_page_action),
10118         (ev_window_continuous_changed_cb),
10119         (ev_window_dual_mode_changed_cb), (ev_window_init):
10120
10121         Remember a bunch of view/document properties. Prolly some
10122         are still missing but it's getting interesting.
10123
10124 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10125
10126         * configure.ac: check if dbus-binding-tool is installed. Not the
10127         case on current Ubuntu breezy, it seems.
10128
10129 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10130
10131         * data/evince.desktop.in.in:
10132         
10133         Allow open uri lists and add TryExec field.
10134
10135 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10136
10137         * configure.ac:
10138
10139         Enable dbus when available, do not require a configure
10140         option.
10141
10142 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10143
10144         * configure.ac:
10145
10146         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10147         disabled.
10148
10149 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10150         Marco Pesenti Gritti  <mpg@redhat.com>
10151
10152         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10153         
10154         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10155         functions to the format required by dbus
10156
10157         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10158         errors. Use the RPC parameters in the expected way
10159
10160 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10161
10162         * Makefile.am:
10163         * properties/Makefile.am:
10164         * properties/ev-properties-main.c: (ev_properties_get_pages):
10165
10166         Support all mime types
10167
10168         * shell/Makefile.am:
10169         * thumbnailer/Makefile.am:
10170         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10171         (evince_thumbnail_pngenc_get):
10172
10173         Use the document factory
10174
10175 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10176
10177         * backend/Makefile.am:
10178         * backend/ev-document-factory.c:
10179         (mime_type_supported_by_gdk_pixbuf),
10180         (ev_document_type_get_from_mime),
10181         (ev_document_factory_get_document),
10182         (ev_document_factory_get_backend),
10183         (ev_document_factory_get_mime_types),
10184         (ev_document_factory_get_all_mime_types):
10185         * backend/ev-document-factory.h:
10186         * shell/Makefile.am:
10187         * shell/ev-document-types.c: (get_document_from_uri),
10188         (ev_document_types_get_document),
10189         (file_filter_add_mime_list_and_free),
10190         (ev_document_types_add_filters):
10191         * shell/ev-document-types.h:
10192         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10193         * shell/ev-properties-dialog.c:
10194         (ev_properties_dialog_set_document):
10195         * shell/ev-window.c: (ev_window_cmd_file_open),
10196         (ev_window_cmd_save_as):
10197         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10198
10199         Rework document types managing to avoid code duplication
10200         and actually abstract from backend implementations.
10201         Also provide a minimal factory api that can be used by
10202         thumbnailer/properties.
10203
10204 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10205
10206         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10207         Plug a mem leak.
10208         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10209         HIG spacings.
10210
10211 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10212
10213         * shell/ev-properties-dialog.c
10214         (ev_properties_dialog_set_document): only call
10215         ev_properties_fonts_set_document() if the document implements the
10216         fonts interface
10217
10218 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10219
10220         * configure.ac:
10221         * properties/Makefile.am:
10222         * properties/ev-properties-view.c:
10223         (ev_properties_view_register_type):
10224         * properties/ev-properties-view.h:
10225         * properties/ev-properties-main.h:
10226
10227         Implement nautilus plugin for properties.
10228         Works only for pdf atm, I need to rework the
10229         document types stuff to get this to work
10230         for all backends...
10231
10232 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10233
10234         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10235         (ev_properties_fonts_set_document): use
10236         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10237
10238 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10239
10240         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10241         them
10242         (PlaceImage, tiff2ps_process_page): use
10243         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10244
10245
10246 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10247
10248         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10249         (main): to call gnome_authentication_manager_init. Should fix
10250         Bug #308510
10251
10252         * configure.ac: that requires libgnomeui 2.6.0.
10253
10254 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10255
10256         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10257         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10258         use the new tiff2ps interfaces
10259
10260         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10261         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10262
10263         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10264         structure instead of global variables.  Remove use of static
10265         variables in functions.
10266
10267 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10268
10269         * shell/ev-page-action.c: unref the completion after setting it to the
10270         entry
10271
10272 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10273
10274         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10275         postscript files
10276
10277 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10278
10279         * shell/ev-window.c (update_action_sensitivity): disable
10280         File->Print if the document does not implement the ps exporter
10281         interface
10282
10283 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10284
10285         * Makefile.am:
10286         * configure.ac:
10287         * data/evince-properties.glade:
10288         * properties/.cvsignore:
10289         * properties/Makefile.am:
10290         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10291         (ev_properties_view_class_init), (ev_properties_view_format_date),
10292         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10293         (ev_properties_view_init), (ev_properties_view_new):
10294         * properties/ev-properties-view.h:
10295         * shell/Makefile.am:
10296         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10297         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10298         (ev_properties_dialog_new):
10299         * shell/ev-properties-dialog.h:
10300         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10301         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10302         (update_progress_label), (job_fonts_finished_cb),
10303         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10304         * shell/ev-properties-fonts.h:
10305         * shell/ev-properties.c:
10306         * shell/ev-properties.h:
10307         * shell/ev-window.c: (ev_window_setup_document),
10308         (ev_window_cmd_file_properties):
10309
10310         Split the properties pages in two different objects, depend
10311         only on the backend where possible, use widgets instead
10312         of gobject for the glade part, reimplement the dialog
10313         itself with gtk.
10314         I need this to implement nautilus properties page.
10315
10316 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10317
10318         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10319         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10320         (tiff_document_document_ps_exporter_iface_init): implement the ps
10321         exporter interface for tiff documents
10322
10323         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10324         libtiff to implement TIFF postscript export
10325
10326         * tiff/tiff2ps.h: added a header file for external tiff2ps
10327         functions.
10328
10329         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10330         tiff2ps.h
10331
10332 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * shell/ev-view.c: (scroll_to_current_page),
10335         (ev_view_set_fullscreen), (ev_view_set_presentation):
10336         
10337         Scroll to current page when exit from presentation
10338
10339 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10340
10341         * shell/ev-window.c: (update_document_mode),
10342         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10343         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10344         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10345         
10346         Exit from fullscreen mode when switch to presentation. Fix for
10347         bug 309365
10348
10349 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10350
10351         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10352         return NULL if the document does not implement the selection
10353         interface.
10354
10355 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10356
10357         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10358         reported height by using the resolution aspect ratio
10359         (tiff_document_render_pixbuf): scale the pixbuf using the
10360         resolution aspect ratio
10361
10362 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * configure.ac:
10365         
10366         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10367         <kiltedaco@gmail.com>
10368         
10369         * djvu/djvu-document.c: (djvu_document_get_orientation),
10370         (djvu_document_set_orientation), (djvu_document_get_page_size),
10371         (rotate_pixbuf), (djvu_document_render_pixbuf),
10372         (djvu_document_document_iface_init):
10373         * dvi/dvi-document.c: (dvi_document_get_orientation),
10374         (dvi_document_set_orientation), (dvi_document_get_page_size),
10375         (rotate_pixbuf), (dvi_document_render_pixbuf),
10376         (dvi_document_document_iface_init):
10377         
10378         Dvi and djvu backends are ported to new API
10379
10380 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10381
10382         * backend/ev-selection.c: (ev_selection_get_selection_region),
10383         (ev_selection_get_selection_map):
10384         * backend/ev-selection.h:
10385         * pdf/ev-poppler.cc:
10386         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10387         * shell/ev-jobs.h:
10388         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10389         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10390         (ev_pixbuf_cache_get_text_mapping):
10391         * shell/ev-pixbuf-cache.h:
10392         * shell/ev-view.c: (location_in_text),
10393         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10394         support to EvView.  Now we can see where we can select!  Sweet!
10395
10396 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10397
10398         * shell/ev-view.c (ev_view_button_press_event): Fix
10399         event->y + view->scroll_x typo.
10400
10401 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10402
10403         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10404         sub-GdkPixbuf instead of passing dest_x and dest_y.
10405         
10406         * shell/ev-view.c: (view_point_to_doc_point),
10407         (view_rect_to_doc_rect), (ev_view_button_press_event),
10408         (ev_view_motion_notify_event), (compute_new_selection_rect),
10409         (gdk_rectangle_point_in), (compute_new_selection_text),
10410         (compute_selections): Update selection code to keep the selection
10411         around as two points and not as a normalized rectangle, and fix
10412         page level selection in two-column mode.
10413
10414 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10415
10416         * shell/ev-window.c: (window_configure_event_cb): 
10417         
10418         Fix compilation
10419         
10420 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10421
10422         * pdf/ev-poppler.cc:
10423
10424         Fix compilation
10425
10426 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10427
10428         * shell/Makefile.am:
10429         * shell/ev-metadata-manager.c: (item_free),
10430         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10431         (parse_value), (parseItem), (load_values),
10432         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10433         (save_values), (save_item), (get_oldest), (resize_items),
10434         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10435         * shell/ev-metadata-manager.h:
10436
10437         Metadata manager from gedit but modified to use GValue, so that
10438         we dont need to keep converting from strings.
10439
10440         * configure.ac:
10441
10442         ENABLE_METADATA conditional, on when dbus is on
10443
10444         * shell/ev-application.c: (ev_application_open_uri):
10445
10446         Show the window after load so that we can initialize
10447         window size before it's showed.
10448
10449         * shell/ev-window.c: (ev_window_setup_from_metadata),
10450         (ev_window_open_uri), (window_configure_event_cb),
10451         (ev_window_init):
10452
10453         Save and load metadata information about window size.
10454         Not yet keeping states in account.
10455
10456         * shell/main.c: (main):
10457
10458         Shutdown metadata manager.
10459
10460 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10461
10462         * shell/ev-application-service.xml:
10463         * configure.ac:
10464         * shell/Makefile.am:
10465         * shell/ev-application.c:
10466         * shell/ev-application.h:
10467         * shell/ev-window.c:
10468         * shell/ev-window.h:
10469         * shell/main.c:
10470
10471         Add an optional dbus interface (--enable-dbus).
10472         Rework application code, mainly to be easier to
10473         use "remotely".
10474         Do not open multiple windows with the same document,
10475         spatial evince!
10476
10477 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10478
10479         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10480         pixbuf iff it exists.
10481
10482 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10483
10484         * shell/*:
10485         * backend/ev-render-context.[ch]:
10486         * backend/ev-selection.[ch]:
10487
10488         Massive changes.  We now support text selection of pdfs, and not
10489         just rectangular selection.  This is pretty broken still, but I
10490         want to get something into CVS.
10491
10492 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10493
10494         * pdf/ev-poppler.cc:
10495         
10496         Fix for Bug 309080: crash on window close.
10497         
10498         * shell/ev-page-action.c: (page_changed_cb):
10499         
10500         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10501         jensgr@gmx.net (Jens Granseuer).
10502
10503 2005-06-25  Marcel Telka  <marcel@telka.sk>
10504
10505         * configure.in (ALL_LINGUAS): Added sk.
10506
10507 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10508
10509         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10510         not a document open
10511
10512 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10513
10514         * NEWS:
10515         * configure.ac:
10516
10517         Release 0.3.2
10518
10519         * cut-n-paste/recent-files/Makefile.am:
10520
10521         Fix make distcheck
10522
10523 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10524
10525         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10526         (pixbuf_document_set_orientation), (rotate_pixbuf),
10527         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10528         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10529
10530         Implement rotation and cleanup the code a bit.
10531
10532         * tiff/tiff-document.c: (tiff_document_get_page_size),
10533         (tiff_document_get_orientation), (tiff_document_set_orientation),
10534         (rotate_pixbuf), (tiff_document_render_pixbuf),
10535         (tiff_document_document_iface_init), (tiff_document_init):
10536
10537         Implement rotation. Was the quicker solution for the release
10538         but we really need to share this code in the shell.
10539
10540 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * pdf/ev-poppler.cc:
10543
10544         Enable rotation, require poppler cvs. Fix a leak.
10545
10546 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10547
10548         * shell/ev-window.c: (update_action_sensitivity):
10549         
10550         Make properties unsensitive if document backend doesn't provide
10551         any info
10552
10553 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10554
10555         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10556         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10557         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10558         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10559         (bitmap_flip_rotate_counter_clockwise):
10560         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10561         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10562         (buff_gets):
10563         * dvi/mdvi-lib/common.h:
10564         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10565         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10566         (opendvi), (mdvi_reload), (mdvi_init_context),
10567         (mdvi_destroy_context), (mdvi_dopage), (special):
10568         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10569         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10570         (file_hash_free), (register_encoding), (parse_spec),
10571         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10572         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10573         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10574         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10575         (mdvi_register_font_type), (mdvi_unregister_font_type),
10576         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10577         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10578         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10579         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10580         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10581         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10582         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10583         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10584         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10585         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10586         (mdvi_unregister_special), (mdvi_flush_specials):
10587         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10588         (t1_font_remove):
10589         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10590         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10591         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10592         (free_font_metrics), (flush_font_metrics):
10593         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10594         (tt_font_remove):
10595         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10596         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10597         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10598         (dstring_insert), (dstring_new), (dstring_reset):
10599         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10600         
10601         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10602         avoid conflict with libtool on FC4
10603         
10604         * shell/ev-window.c: (ev_window_cmd_help_about):
10605         
10606         Update copyright year. Fix for bug 308828.
10607
10608 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10609
10610         * shell/ev-view.c: (add_scroll_binding_keypad),
10611         (ev_view_binding_activated), (ev_view_class_init),
10612         (on_adjustment_value_changed):
10613         
10614         Bug 170874: Arrow keys switch pages in presentation mode
10615
10616 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10617
10618         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10619         
10620         Fix for Bug 308265: Sidebar dissappears coming out of 
10621         Presentation mode
10622
10623 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10624
10625         * shell/ev-application.c: (ev_application_open):
10626         * shell/ev-document-types.c: (ev_document_types_add_filters),
10627         (ev_document_types_add_filters_for_type):
10628         * shell/ev-document-types.h:
10629         * shell/ev-window.c: (ev_window_cmd_save_as):
10630         
10631         Suggest basename as template when saving, provide filters
10632         for save dialog. It's bug 308402
10633
10634 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10635
10636         * pdf/ev-poppler.cc:
10637         * shell/ev-sidebar-links.c: (job_finished_callback):
10638         * shell/ev-view.c: (update_find_status_message):
10639         
10640         Some leaks fixed
10641
10642 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10643
10644         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10645         (egg_recent_view_uimanager_set_list):
10646
10647         Fix buglet in !show_numbers case.
10648
10649 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10650
10651         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10652         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10653
10654         Use pango ellipsisation.
10655
10656         * pdf/ev-poppler.cc:
10657
10658         Fix refcount leak, from nsh.
10659
10660 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10661
10662         * cut-n-paste/recent-files/Makefile.am:
10663         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10664         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10665         
10666         Removed EggRecentViewGtk
10667         
10668         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10669         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10670         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10671         (ev_window_setup_recent):
10672         
10673         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10674         with other projects
10675
10676 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10677
10678         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10679         (egg_recent_view_gtk_finalize):
10680
10681         Fix memory leak
10682
10683         * cut-n-paste/toolbar-editor/Makefile.am:
10684         
10685         Fix location of cursor icon.
10686         
10687         * pdf/ev-poppler.cc:
10688         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10689         (display_completion_text), (match_completion):
10690         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10691         (selection_changed_callback), (create_loading_model),
10692         (print_section_cb), (links_page_num_func),
10693         (update_page_callback_foreach):
10694         * shell/ev-window.c: (ev_window_dispose):
10695         
10696         Small memory fixes. Links model now store objects instead
10697         of pointers to improve memory management. 
10698
10699 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10700
10701         * shell/ev-window.c: (zoom_control_changed_cb):
10702         
10703         Fix update of zoom control (bug 308268).
10704
10705 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10706
10707         * shell/ev-properties.c (set_property): escape the text correctly.
10708         Handles non-UTF-8 properties and escaped properties.  Also, sets
10709         the text to "<i>None</i>" if the property isn't set.
10710
10711         * data/evince-properties.glade: Change the label to be ellipsized,
10712         and give it a minimum size.
10713
10714 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10715
10716         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10717         * shell/ev-sidebar-links.c: (create_loading_model):
10718         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10719         * shell/ev-view.c: (ev_view_set_document):
10720         * shell/ev-window.c: (ev_window_dispose):
10721         
10722         Various small fixes, mostly memory leaks. Thanks to valgrind.
10723
10724 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10725
10726         * ps/ps-document.c: remove the locale.h include again ;-). And
10727         kill the (bogus) setlocale/savelocale business.
10728
10729 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10730
10731         * ps/ps-document.c:
10732         
10733         Include locale.h to fix build
10734         
10735         * shell/ev-sidebar.c:
10736         
10737         Remove unnecessary includes
10738
10739 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10740
10741         * dvi/dvi-document.c: (dvi_document_load):
10742         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10743         * po/POTFILES.in:
10744         
10745         Check for incorrect dvi files. Fix parsing dvi on AMD64
10746         platform. Thanks to tester@tester.ca (Olivier Crete).
10747
10748 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10749
10750         * shell/ev-page-action.c: (match_selected_cb),
10751         (display_completion_text), (match_completion), (update_model):
10752         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10753         (expand_open_links):
10754         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10755         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10756         (ev_sidebar_set_document):
10757         * shell/ev-window.c: (ev_window_xfer_job_cb),
10758         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10759         
10760         Fixed lot's of memory leaks, for example, memory leak on reload, 
10761         described in bug 307793.
10762
10763 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10764
10765         * pdf/ev-poppler.cc:
10766         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10767         (update_visible_range), (adjustment_changed_cb),
10768         (ev_sidebar_thumbnails_fill_model),
10769         (ev_sidebar_thumbnails_refresh),
10770         (ev_sidebar_tree_selection_changed),
10771         (ev_sidebar_icon_selection_changed),
10772         (ev_sidebar_thumbnails_use_icon_view),
10773         (ev_sidebar_thumbnails_set_document):
10774         * shell/ev-sidebar-thumbnails.h:
10775         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10776         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10777
10778         Refresh thumbnails when changing orientation. Not fully
10779         working yet becuase of a sidebar bug.
10780
10781         Set page orientation to poppler page everywhere. This sucks
10782         really need to fix poppler.
10783
10784 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10785
10786         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10787         (egg_recent_view_gtk_new_menu_item),
10788         (egg_recent_view_gtk_set_property),
10789         (egg_recent_view_gtk_get_property),
10790         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10791         (egg_recent_view_gtk_set_tooltip_func),
10792         (egg_recent_view_gtk_set_label_width),
10793         (egg_recent_view_gtk_get_label_width):
10794         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10795
10796         Sync with libegg (ellipsize labels)
10797
10798 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10799
10800         * data/evince-ui.xml:
10801         * shell/ev-window.c: (ev_window_cmd_go_forward),
10802         (ev_window_cmd_go_backward):
10803         
10804         Shift + PageUp moves 10 Pages. Fix for 306125
10805
10806 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10807
10808         * pdf/ev-poppler.cc:
10809
10810         Add a flag to check if orientation has been overriden
10811
10812 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10813
10814         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10815         field if necessary.
10816
10817         * ps/ps.h: add creator field to document.
10818
10819         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10820         set creator field.
10821
10822 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10823
10824         * data/evince-properties.glade:
10825         * shell/ev-properties.c: (ev_properties_set_document):
10826
10827         s/PDF Version/Format
10828
10829 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10830
10831         * shell/ev-properties.c: (ev_properties_set_document):
10832
10833         Remove unnecessary translations
10834
10835 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10836
10837         * cut-n-paste/toolbar-editor/Makefile.am:
10838
10839         Correct library name    
10840
10841 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10842
10843         * configure.ac:
10844         * cut-n-paste/recent-files/egg-recent-model.c:
10845         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10846         (egg_recent_model_unlock_file):
10847         * cut-n-paste/recent-files/egg-recent-util.c:
10848         (egg_recent_util_get_unique_id):
10849         * cut-n-paste/recent-files/update-from-egg.sh:
10850         * cut-n-paste/toolbar-editor/Makefile.am:
10851         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10852         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10853         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10854         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10855         (egg_toolbars_model_get_type):
10856         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10857
10858         Better makefile for toolbar editor and update everything
10859         to latest libegg.
10860
10861 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10862
10863         * shell/ev-window.c: (update_document_mode):
10864
10865         Prefer presentation mode when the document
10866         require fullscreen.
10867
10868 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10869
10870         * data/evince-ui.xml:
10871         * shell/ev-window.c:
10872
10873         Add control-equal for zooming
10874
10875 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10876
10877         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10878
10879 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10880
10881         * backend/ev-document.c: (ev_document_get_orientation):
10882         * backend/ev-document.h:
10883         * pdf/ev-poppler.cc:
10884         * ps/ps-document.c: (ps_document_get_orientation),
10885         (ps_document_set_orientation), (ps_document_document_iface_init):
10886
10887         Add a get_orientation api. Improve set_orientation.
10888
10889         * data/evince-ui.xml:
10890         * shell/ev-view.c: (ev_view_set_orientation),
10891         (ev_view_rotate_right), (ev_view_rotate_left):
10892         * shell/ev-view.h:
10893         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10894         (ev_window_cmd_edit_rotate_right):
10895
10896         Better ui for changing document orientation
10897
10898 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10899
10900         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10901         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10902         * shell/ev-sidebar-links.h:
10903         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10904         (ev_sidebar_page_iface_init):
10905         * shell/ev-sidebar-page.h:
10906         * shell/ev-sidebar-thumbnails.c:
10907         (ev_sidebar_thumbnails_get_property),
10908         (ev_sidebar_thumbnails_class_init),
10909         (ev_sidebar_thumbnails_set_document):
10910         * shell/ev-sidebar-thumbnails.h:
10911         * shell/ev-view.c: (ev_view_motion_notify_event):
10912         * shell/ev-window.c: (update_chrome_visibility),
10913         (ev_window_cmd_focus_page_selector),
10914         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10915         (sidebar_page_main_widget_update_cb), (ev_window_init):
10916         
10917         Autoraise toolbar on GoToPage binding and fix bindings in
10918         EvSidebarThumbnails page.
10919
10920 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10921
10922         * shell/ev-properties.c: (update_progress_label):
10923
10924         Hide the progress label when finished; bug #307697.
10925
10926 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10927
10928         * pdf/ev-poppler.cc:
10929
10930         Enable is_open for links, you will need poppler cvs
10931
10932         * shell/ev-properties.c: (job_fonts_finished_cb):
10933
10934         Get a lock on the document when filling the tree view
10935
10936 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10937
10938         * backend/ev-document-links.h:
10939         * pdf/ev-poppler.cc:
10940         * shell/ev-sidebar-links.c: (create_loading_model),
10941         (expand_open_links), (job_finished_callback):
10942
10943         Expand links when specified by the document.
10944         Depend on a poppler api (defined out for now)
10945
10946 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10947
10948         * shell/ev-properties.c: (ev_properties_dispose),
10949         (ev_properties_class_init), (dialog_destroy_cb),
10950         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10951         (ev_properties_set_document), (ev_properties_new),
10952         (ev_properties_show):
10953         * shell/ev-properties.h:
10954
10955         Make it an object, cleanup the code, api to show it as transient
10956         and to set the document.
10957
10958         * shell/ev-window.c: (ev_window_setup_document),
10959         (ev_window_cmd_file_properties):
10960
10961         Adapt to EvProperties changes, do not show multiple
10962         times, update it when document changes.
10963
10964 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10965
10966         * ps/gstypes.h:
10967         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10968         (ps_document_set_orientation), (ps_document_document_iface_init):
10969         * ps/ps-document.h:
10970
10971         Implement orientation here too
10972
10973         * shell/ev-properties.c: (ev_properties_new):
10974         * data/evince-properties.glade:
10975
10976         Hide the fonts page for backends that doesnt
10977         support it.     
10978
10979 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * backend/ev-document.c: (ev_document_set_orientation):
10982         * backend/ev-document.h:
10983         * pdf/ev-poppler.cc:
10984
10985         Add orientation api. Currently poppler api is not optimal,
10986         we need to set orientation every time we _get a page.
10987         I will try to fix that at some point.
10988
10989         * data/evince-ui.xml:
10990         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10991         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10992
10993         Add orientation menu items
10994
10995         * shell/ev-page-cache.c: (ev_page_cache_clear):
10996         * shell/ev-page-cache.h:
10997
10998         Add api to clear the cache
10999
11000         * shell/ev-view.c: (setup_caches), (clear_caches),
11001         (ev_view_set_document), (ev_view_zoom_out),
11002         (ev_view_set_orientation):
11003         * shell/ev-view.h:
11004
11005         Implement orientation changing
11006
11007 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
11010         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
11011         * backend/ev-document-fonts.h:
11012
11013         Separate scan and fill so that we can incrementally fill from
11014         the main thread. Add a progress api.
11015
11016         * data/evince-properties.glade:
11017         * pdf/ev-poppler.cc:
11018         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
11019         * shell/ev-jobs.h:
11020         * shell/ev-properties.c: (update_progress_label),
11021         (job_fonts_finished_cb), (setup_fonts_view):
11022
11023         Incrementally feel the list and show the progress
11024         percentage in a label like acrobat does.
11025
11026         You are going to need poppler cvs
11027
11028 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
11029
11030         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
11031         * backend/ev-document-fonts.h:
11032         * pdf/ev-poppler.cc:
11033
11034         Make fonts model fill incrementally.
11035
11036         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
11037         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
11038         (ev_job_queue_remove_job):
11039         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
11040         (ev_job_fonts_new), (ev_job_fonts_run):
11041         * shell/ev-jobs.h:
11042
11043         New job for fonts scanning
11044
11045         * shell/ev-properties.c: (job_fonts_finished_cb),
11046         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
11047         * shell/ev-properties.h:
11048         * shell/ev-window.c: (ev_window_cmd_file_properties):
11049
11050         Incrementally feel the treeview using the new job. Show Loading...
11051         message until scanning is completed.
11052
11053         Hopefully I didnt break the build without the poppler patch.
11054
11055 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11056
11057         * shell/ev-application.c: (ev_application_open):
11058         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
11059         (ev_document_type_get_type), (ev_document_type_lookup):
11060         * shell/ev-document-types.h:
11061         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
11062         * shell/ev-job-xfer.h:
11063         * shell/ev-window.c: (ev_window_clear_local_uri),
11064         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
11065         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
11066         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11067         
11068         Transfer remote documents to tmp directory to display them later.
11069
11070 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
11071
11072         * backend/ev-document-info.h:
11073         * shell/ev-properties.c: (ev_properties_new):
11074
11075         s/GTime*/GTime. Not sure why we was using a pointer
11076         at all there!
11077
11078 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
11079
11080         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11081         situations.  That situation is that you're using GTK+-HEAD with
11082         the patch at #306726 is applied, and you have a document with <
11083         1500 pages in it.  It's not quite as uniformly nice as the
11084         TreeView, but should be better in the long run.
11085
11086         I'm pretty sure I guarded against breaking compilation with
11087         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11088         I missed some.
11089
11090         * shell/ev-window.c (ev_window_init): We don't have our tree/list
11091         widget yet, so I commented that code out
11092         enable_view_actions_for_widget() for now.  Need to figure this
11093         out.
11094
11095         * shell/ev-page-action.c (match_selected_cb): emit the right
11096         signals.  Our cool C-l completion now works.
11097
11098 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11099
11100         * backend/Makefile.am:
11101         * backend/ev-document-fonts.c:
11102         * backend/ev-document-links.c:
11103         * backend/ev-document.c: (ev_document_load):
11104         * backend/ev-document.h:
11105         * backend/ev-job-queue.c:
11106         * backend/ev-job-queue.h:
11107         * backend/ev-jobs.c:
11108         * backend/ev-jobs.h:
11109         * backend/ev-page-cache.c:
11110         * backend/ev-page-cache.h:
11111
11112         EvPageCache and EvJobs are moved to shell.
11113
11114         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11115         (ev_tmp_filename):
11116         * lib/ev-file-helpers.h:
11117         
11118         New helper to work with temporary files
11119         
11120         * shell/Makefile.am:
11121         * shell/ev-application.c: (ev_application_open):
11122         * shell/ev-application.h:
11123         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11124         (remove_job_from_async_queue), (add_job_to_async_queue),
11125         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11126         (handle_job), (search_for_jobs_unlocked),
11127         (no_jobs_available_unlocked), (ev_render_thread),
11128         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11129         (ev_job_queue_add_job), (move_job_async), (move_job),
11130         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11131         * shell/ev-job-queue.h:
11132         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11133         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11134         * shell/ev-job-xfer.h:
11135         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11136         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11137         (ev_job_links_class_init), (ev_job_render_init),
11138         (ev_job_render_dispose), (ev_job_render_class_init),
11139         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11140         (ev_job_thumbnail_class_init), (ev_job_load_init),
11141         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11142         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11143         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11144         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11145         * shell/ev-jobs.h:
11146         * shell/ev-page-action.c: (ev_page_action_set_document):
11147         * shell/ev-page-cache.c: (ev_page_cache_init),
11148         (ev_page_cache_class_init), (ev_page_cache_finalize),
11149         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11150         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11151         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11152         (ev_page_cache_get_title), (ev_page_cache_get_size),
11153         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11154         (ev_page_cache_get_height_to_page),
11155         (ev_page_cache_get_max_label_chars),
11156         (ev_page_cache_get_page_label),
11157         (ev_page_cache_has_nonnumeric_page_labels),
11158         (ev_page_cache_get_info), (ev_page_cache_next_page),
11159         (ev_page_cache_prev_page), (ev_page_cache_get):
11160         * shell/ev-page-cache.h:
11161         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11162         (ev_pixbuf_cache_clear_job_sizes),
11163         (ev_pixbuf_cache_add_jobs_if_needed),
11164         (ev_pixbuf_cache_set_page_range):
11165         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11166         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11167         * shell/ev-sidebar-thumbnails.c:
11168         (ev_sidebar_tree_selection_changed),
11169         (ev_sidebar_thumbnails_set_document):
11170         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11171         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11172         (ev_statusbar_get_context_id), (ev_statusbar_push),
11173         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11174         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11175         (ev_statusbar_set_progress):
11176         * shell/ev-statusbar.h:
11177         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11178         (ev_view_find_previous):
11179         * shell/ev-window.c: (ev_window_is_empty),
11180         (ev_window_setup_document), (password_dialog_response),
11181         (ev_window_clear_jobs), (ev_window_load_job_cb),
11182         (ev_window_xfer_job_cb), (ev_window_open_uri),
11183         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11184         (ev_window_print), (ev_window_print_range),
11185         (ev_window_state_event), (ev_window_cmd_view_reload),
11186         (menu_item_select_cb), (menu_item_deselect_cb),
11187         (view_status_changed_cb), (ev_window_dispose),
11188         (drag_data_received_cb), (ev_window_init):
11189         * shell/ev-window.h:
11190         * shell/main.c: (load_files):
11191         
11192         New statusbar to show progress on idle. Two new jobs - 
11193         xfer job and load job to load document in background. And update
11194         of page_cache clients to new location of code.
11195
11196 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11197
11198         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11199         selection in open dialog. It also remembers the last visited directory 
11200         in the current session.
11201
11202 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11203
11204         * shell/ev-properties.c: (ev_properties_new):
11205         * shell/ev-properties.h:
11206         * shell/ev-window.c: (ev_window_cmd_file_properties):
11207         
11208         Get document info from page cache instead of document itself.
11209         This should fix crash related to race conditions described in
11210         bug 306545.
11211
11212 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11213
11214         * ps/ps-document.c: (ps_document_init),
11215         (send_ps), (get_page_box), (output), (catchPipe), (input),
11216         (stop_interpreter), (file_length), (file_readable),
11217         (check_filecompressedb), (ps_document_enable_interpreter),
11218         (document_load), (ps_async_renderer_render_pixbuf):
11219         * ps/ps-document.h:
11220
11221         Big cleanup of the ps code
11222
11223 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11224
11225         * backend/Makefile.am:
11226         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11227         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11228         * backend/ev-async-renderer.h:
11229
11230         Add an async renderer interface (method + callback) which
11231         is useful for backends like ps.
11232
11233         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11234         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11235         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11236         (ev_job_queue_add_job), (move_job_async), (move_job),
11237         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11238
11239         Add queues for async renderer, these are executed on the
11240         main thread.
11241
11242         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11243         (ev_job_render_run):
11244         * backend/ev-jobs.h:
11245
11246         If the backend support async renderer interface use it.
11247
11248         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11249         (setup_pixmap), (ps_document_get_type),
11250         (ps_async_renderer_render_pixbuf),
11251         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11252
11253         Implement async renderer interface.
11254
11255 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11256
11257         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11258
11259         Cleanup links job on exit.
11260
11261 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11262
11263         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11264         (drag_data_get_cb), (drag_data_received_cb):
11265         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11266         (drag_data_get_cb), (parse_item_list),
11267         (egg_toolbar_editor_load_actions):
11268         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11269         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11270         (parse_item_list), (parse_toolbars):
11271         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11272         (dvi_pixbuf_put_pixel):
11273         
11274         Fix gcc 4.0 warnings
11275
11276 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11277
11278         * ps/ps-document.c: (start_interpreter):
11279
11280         Fix warning when loading ps
11281
11282 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11283
11284         * ps/ps-document.c: (output):
11285
11286         Fix crash when priting gs error messages.
11287
11288 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11289
11290         * backend/ev-page-cache.c: (_ev_page_cache_new):
11291         * backend/ev-page-cache.h:
11292
11293         Use a const to return title so that we dont double
11294         free it. Small cleanup and fix a leak.
11295
11296         * shell/ev-window.c: (update_window_title):
11297
11298         strdup value from get_title.
11299
11300 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11301
11302         * shell/ev-sidebar-links.c: (job_finished_callback),
11303         (ev_sidebar_links_set_document):
11304
11305         Cleanup the old job when changing document
11306
11307 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11308
11309         * shell/ev-stock-icons.c:
11310         * shell/ev-stock-icons.h:
11311         * shell/ev-window.c:
11312         
11313         Add stock icons for actions that can appear in toolbar. Fix for
11314         bug 306566.
11315
11316 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11317
11318         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11319         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11320         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11321         * backend/ev-page-cache.h:
11322         * shell/ev-view.c: (scroll_to_current_page),
11323         (view_update_range_and_current_page), (get_page_y_offset),
11324         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11325         (ev_view_size_request_continuous),
11326         (ev_view_zoom_for_size_continuous_and_dual_page),
11327         (ev_view_zoom_for_size_continuous):
11328         
11329         More compact EvView layout in document with pages of different size.
11330
11331 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11332
11333         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11334         compilation.
11335
11336 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11337
11338         * shell/ev-view.c: (view_set_adjustment_values):
11339         * shell/ev-window.c: (ev_window_cmd_file_properties):
11340         
11341         A bit different fix for rounding problem but it has no
11342         problems on startup. Make properties window transient to parent.
11343
11344 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11345
11346         * pdf/ev-poppler.cc:
11347         
11348         More commenting of font stuff.
11349
11350 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11351
11352         * pdf/ev-poppler.cc:
11353
11354         Comment out some more fonts stuff. Should really
11355         work without the poppler patch now.
11356
11357 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11358
11359         * pdf/ev-poppler.cc:
11360
11361         Adapt to api change
11362
11363 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11364
11365         * data/evince-properties.glade:
11366         * pdf/ev-poppler.cc:
11367         * shell/ev-properties.c: (setup_fonts_view):
11368
11369         Set the column title. Show the dialog only
11370         once everything is setup.
11371         Getting font info can be very slow... will
11372         prolly need to make this threaded too.
11373
11374 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11375
11376         * backend/Makefile.am:
11377         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11378         (ev_document_fonts_get_fonts_model):
11379         * backend/ev-document-fonts.h:
11380         * data/evince-properties.glade:
11381         * pdf/ev-poppler.cc:
11382         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11383         * shell/ev-properties.h:
11384         * shell/ev-window.c: (ev_window_cmd_file_properties):
11385
11386         Implement fonts list. Defined out for now, since it depends
11387         on a not yet committed poppler patch.
11388
11389 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11390
11391         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11392         page + 1.
11393
11394         * shell/ev-window.c: Make sure we add the timeout when we get a
11395         focus-in event.
11396
11397         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11398         adjustment->value before calculating the zoom factor to average
11399         out all of our rounding errors.  The page no longer 'drifts' when
11400         resizing.
11401
11402 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11403
11404         * data/evince-properties.glade:
11405         * shell/ev-properties.c: (ev_properties_format_date),
11406         (set_property):
11407         
11408         Labels don't expand when the dialogue is resized.
11409         strftime result needs to be converted to UTF-8. Thanks
11410         to Christian Persch <chpe@gnome.org>.
11411
11412 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11413
11414         * data/evince-properties.glade:
11415
11416         Hide the fonts tab
11417
11418 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11419
11420         * backend/ev-document-info.h:
11421         * backend/ev-document.c: (ev_document_info_free):
11422         * data/evince-properties.glade:
11423         * pdf/ev-poppler.cc:
11424         * ps/ps-document.c: (ps_document_get_info):
11425         * shell/ev-properties.c: (ev_properties_format_date),
11426         (set_property), (ev_properties_new):
11427         * shell/ev-properties.h:
11428         * shell/ev-window.c: (ev_window_cmd_file_properties):
11429
11430         Rework properties code to take only EvPropertyInfo
11431         in the constructor so that it can be useful for
11432         nautilus plugin too.
11433
11434         Deal with backends that doesnt support some properties.
11435         Make set property code generic.
11436
11437 2005-06-04  Christian Persch <chpe@gnome.org>
11438
11439         * data/evince-properties.glade:
11440
11441         fix spacings, make resizeable, and make data labels
11442         selectable + ellipsised
11443
11444 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11445
11446         * backend/ev-document-info.h:
11447         * data/Makefile.am:
11448         * data/evince-ui.xml:
11449         * pdf/ev-poppler.cc:
11450         * shell/Makefile.am:
11451         * shell/ev-window.c: (update_action_sensitivity),
11452         (ev_window_cmd_file_properties):
11453
11454         Initial go at file properties. Patch by
11455         Emil Soleyman-Zomalan <emil@soleyman.com>.
11456         Needs love see #169583
11457
11458 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11459
11460         * ps/ps-document.c: (output):
11461         * ps/ps.c: (psscan):
11462
11463         Try to render even if psscan fails.
11464
11465 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11466
11467         * ps/ps.c: (psscan), (pscopydoc):
11468
11469         Port buffered reading code from gv
11470
11471 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11472
11473         * ps/ps-document.c: (interpreter_message), (output):
11474
11475         Do not fail on interpreter messages
11476
11477 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11478
11479         * backend/ev-document-misc.c:
11480         (ev_document_misc_get_thumbnail_frame):
11481
11482         Pages can be 0 x 0, dont assert on this case
11483
11484 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11485
11486         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11487         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11488
11489         Correctly manage our reference on document. Finally the reload
11490         huge leak is gone...
11491
11492 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11493
11494         * ps/ps-document.c: (ps_document_dispose):
11495
11496         Forgot to chain it to the parent. Thanks chpe.
11497
11498 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11499
11500         * ps/ps-document.c: (ps_document_dispose),
11501         (ps_document_class_init), (stop_interpreter), (document_load):
11502
11503         Cleanup dispose a bit. Dont leak the whole pixmap.
11504
11505 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11506
11507         * pdf/ev-poppler.cc:
11508
11509         Release the poppler document on dispose
11510
11511 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * shell/ev-view.c: (ev_view_set_document):
11514
11515         Release ref on the pixbuf cache when changing
11516         document.
11517
11518 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11519
11520         * ps/ps-document.c: (ps_document_get_info):
11521
11522         Fix a double free
11523
11524 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11525
11526         * backend/ev-page-cache.c: (ev_page_cache_init),
11527         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11528         * backend/ev-page-cache.h:
11529         * shell/ev-page-action.c: (page_changed_cb):
11530         
11531         Set page action entry width depending on labels width. Fix
11532         for bug 305202.
11533
11534 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11535
11536         * backend/ev-link.c: (ev_link_class_init):
11537
11538         Allow -1 as page value (error)
11539
11540 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11541
11542         * shell/ev-sidebar-thumbnails.c:
11543         (ev_sidebar_thumbnails_set_document):
11544         * shell/ev-view.c: (scroll_to_current_page),
11545         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11546         (page_changed_cb), (on_adjustment_value_changed),
11547         (ev_view_set_document):
11548
11549         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11550         Fix bug 305377
11551
11552 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11553
11554         * configure.ac:
11555         * djvu/djvu-document.c: (djvu_document_get_page_size):
11556
11557         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11558         bug 301993.
11559
11560 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11561
11562         * shell/ev-view.c (draw_one_page): modify the expose handling to
11563         get the shadows.
11564
11565         * shell/ev-window.c (update_action_sensitivity): Respect
11566         permissions field.  Kowtow to the man.
11567
11568         * pdf/ev-poppler.cc: Get the permissions field.
11569
11570         * tiff/*c: Make a tiny bit more robust.
11571
11572 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11573
11574         * djvu/djvu-document.c:
11575         
11576         Pop messages from djvu context message queue.
11577
11578 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11579
11580         * configure.ac, Makefile.am, shell/Makefile.am:
11581         * tiff/Makefile.am, shell/ev-document-types.c:
11582         
11583         Cleanup tiff configure checks. Fix for bug 305218.
11584
11585 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11586
11587         * configure.ac: Added "uk" to ALL_LINGUAS.
11588
11589 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11590
11591         * cut-n-paste/zoom-control/ephy-zoom.c:
11592         (ephy_zoom_get_changed_zoom_level):
11593         * cut-n-paste/zoom-control/ephy-zoom.h:
11594         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11595         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11596         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11597         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11598         (zoom_control_changed_cb), (ev_window_init):
11599         
11600         Fix minor points related to moving best fit up. Introduce
11601         "zoom" property and make zoom control change it's value on
11602         notify::zoom signals. Fix for 305080.
11603
11604 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11605
11606         * data/evince-ui.xml:
11607         * shell/ev-window.c: (set_view_actions_sensitivity):
11608         
11609         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11610
11611 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11612
11613         * configure.ac:
11614
11615         Depends on poppler 0.3.2
11616
11617 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11618
11619         * cut-n-paste/recent-files/egg-recent-item.c:
11620         (egg_recent_item_get_short_name):
11621         * cut-n-paste/toolbar-editor/Makefile.am:
11622         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11623         (new_pixbuf_from_widget):
11624         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11625         * cut-n-paste/toolbar-editor/egg-marshal.c:
11626         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11627         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11628
11629         Sync
11630
11631 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11632
11633         * tiff/tiff-document.c: Rough TIFF backend.
11634
11635 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11636
11637         * NEWS:
11638         * configure.ac:
11639         * cut-n-paste/toolbar-editor/Makefile.am:
11640
11641         Release 0.3.1
11642
11643 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11644
11645         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11646         (ev_view_find_next), (ev_view_find_previous):
11647
11648         Remove the locks around get_n_results   
11649
11650 2005-05-21  Juerg Billeter  <j@bitron.ch>
11651
11652         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11653
11654         Pass correct number of pages to poppler.
11655
11656 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11657
11658         * configure.ac:
11659         * data/Makefile.am:
11660         * data/evince.desktop.in: 
11661         * data/evince.desktop.in.in:
11662         * po/POTFILES.in:
11663         
11664         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11665
11666 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11667
11668         * shell/ev-view.c: (view_update_adjustments),
11669         (view_set_adjustment_values): cast adjustmen->value to (int)
11670         before using it.  Otherwise, we get off by a pixel in some
11671         situations.
11672
11673         (draw_one_page): Draw the border on expose.
11674
11675 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11676
11677         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11678         adjustment when the mode changes, #304923
11679
11680 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11681
11682         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11683         flickering on resize but still use gdk_window_scroll on
11684         scrolling
11685
11686 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11687
11688         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11689         option, #170458
11690
11691 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11692
11693         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11694         second page on page_changed if possible, #304669
11695
11696 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11697
11698         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11699         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11700
11701 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11702
11703         * .cvsignore:
11704         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11705         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11706         (ev_view_zoom_for_size_presentation),
11707         (ev_view_zoom_for_size_continuous_and_dual_page),
11708         (ev_view_zoom_for_size_continuous),
11709         (ev_view_zoom_for_size_dual_page),
11710         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11711         * shell/ev-view.h:
11712         * shell/ev-window.c: (update_view_size),
11713         (ev_window_sizing_mode_changed_cb):
11714
11715         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11716         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11717         an infinite loop, #304769
11718
11719
11720 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11721
11722         * data/evince-ui.xml:
11723         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11724         * shell/ev-window.c: (set_view_actions_sensitivity):
11725
11726         Make PgUp/Down behave like Space
11727
11728 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11729
11730         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11731         * backend/ev-ps-exporter.h:
11732         * pdf/ev-poppler.cc:
11733         * ps/ps-document.c: (ps_document_ps_export_begin):
11734         * shell/ev-print-job.c: (idle_print_handler):
11735
11736         Adapt to new poppler api
11737
11738 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11739
11740         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11741         (ephy_zoom_control_init):
11742
11743         Translate zoom levels
11744
11745 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11746
11747         * cut-n-paste/zoom-control/ephy-zoom.c:
11748         (ephy_zoom_get_zoom_level_index):
11749
11750         Fix current zoom -> zoom control match
11751
11752 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11753
11754         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11755         rather than the scrolled_window that it's in. Fixes bug #304655.
11756
11757 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11758
11759         * shell/ev-view.c: (view_update_adjustments),
11760         (view_set_adjustment_values), (view_update_range_and_current_page),
11761         (view_scroll_to_page), (set_scroll_adjustment),
11762         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11763         (ev_view_scroll), (ev_view_scroll_view),
11764         (ensure_rectangle_is_visible), (find_page_at_location),
11765         (get_link_at_location), (go_to_link), (status_message_from_link),
11766         (ev_view_size_request_continuous_dual_page),
11767         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11768         (ev_view_unrealize), (ev_view_expose_event),
11769         (ev_view_button_press_event), (ev_view_motion_notify_event),
11770         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11771         (draw_rubberband), (highlight_find_results), (draw_one_page),
11772         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11773         (ev_view_init), (find_changed_cb), (page_changed_cb),
11774         (on_adjustment_value_changed), (ev_view_new),
11775         (ev_view_set_document), (ev_view_set_zoom),
11776         (ev_view_set_continuous), (ev_view_set_dual_page),
11777         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11778         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11779         (ev_view_zoom_for_size_presentation),
11780         (ev_view_zoom_for_size_continuous_dual_page),
11781         (ev_view_zoom_for_size_continuous),
11782         (ev_view_zoom_for_size_dual_page),
11783         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11784         (ev_view_get_status), (ev_view_set_status),
11785         (update_find_status_message), (ev_view_get_find_status),
11786         (ev_view_set_find_status), (jump_to_find_result),
11787         (jump_to_find_page), (compute_selections), (clear_selection),
11788         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11789         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11790         (ev_view_update_primary_selection),
11791         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11792         * shell/ev-view.h:
11793         * shell/ev-window.c: (ev_window_open_page_label),
11794         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11795         (ev_window_init):
11796         * shell/ev-window.h:
11797         * shell/main.c: (load_files):
11798
11799         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11800         when resizing.  Remove the bin_window().  Also, patch from James
11801         Bowes to fix command line page, #300641
11802         
11803 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * data/evince-ui.xml:
11806         * shell/ev-view.c:
11807         * shell/ev-view.h:
11808         * shell/ev-window.c: (update_action_sensitivity):
11809
11810         Get rid of View->Normal Size, it's just confusing
11811
11812 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11813
11814         * backend/ev-document-info.h:
11815         * backend/ev-document.c: (ev_document_info_free): Free the
11816         EvDocumentInfo.
11817
11818         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11819         (clear_range), (add_range), (update_visible_range),
11820         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11821         (ev_sidebar_thumbnails_set_document):
11822         * shell/ev-window.c: (ev_window_setup_document): Only render the
11823         visible thumbnails.  It takes an instant to render, but it uses
11824         much less memory.
11825
11826 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11827
11828         * shell/ev-sidebar-links.c: (popup_menu_cb):
11829
11830         Select first item
11831
11832 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11833
11834         * lib/Makefile.am:
11835         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11836         (button_press_cb), (ev_sidebar_links_construct):
11837
11838         Show the popup menu also on keybindings
11839
11840 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11841
11842         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11843         * shell/ev-window.h:
11844
11845         Expose api to print a range (with dialog). Make private _print use
11846         it.
11847
11848         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11849         (ev_sidebar_links_construct):
11850
11851         Show a print context menu on linkx, it prints the selected
11852         section.
11853
11854 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11855
11856         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11857         button.
11858
11859 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11860
11861         * AUTHORS:
11862
11863         Update
11864
11865         * shell/ev-window.c: (build_comments_string),
11866         (ev_window_cmd_help_about):
11867
11868         Show poppler version/backend and authors
11869
11870 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11871
11872         * cut-n-paste/zoom-control/ephy-zoom.c:
11873         (ephy_zoom_get_zoom_level_index):
11874         * cut-n-paste/zoom-control/ephy-zoom.h:
11875
11876         Move the best fit items at the top of the list
11877
11878 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11879
11880         * shell/ev-marshal.list:
11881         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11882         (activate_cb), (match_selected_cb), (activate_link_cb),
11883         (connect_proxy), (ev_page_action_class_init):
11884         * shell/ev-page-action.h:
11885
11886         Use signals to notify action activation. Hopefully
11887         I did not break completion since I cant test...
11888
11889         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11890         (register_custom_actions):
11891
11892         Connect to page selector actions and also grab focus on
11893         the view when activated.
11894
11895 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11896
11897         * pdf/ev-poppler.cc:
11898         * backend/ev-page-cache.c: make page size calculation consistent
11899         and set it to (int)( width * scale + 0.5).  This makes the weird
11900         line going through the middle of the page go away.
11901
11902         * shell/ev-view.c: move painting the background page after
11903         checking the expose area covers us.
11904
11905 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11906
11907         * data/evince-password.glade:
11908         
11909         Mark labels as not translatable. Fix for bug 302842.
11910
11911 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11912
11913         * configure.ac: Added "es" to ALL_LINGUAS.
11914
11915 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11916
11917         * data/evince-toolbar.xml:
11918         * shell/ev-window.c: (update_action_sensitivity),
11919         (ev_window_setup_document), (ev_window_set_page_mode),
11920         (ev_window_init):
11921
11922         Remove some leftover code from jrb first continous
11923         attempt. Use the new actions, we still need good icons
11924         though...
11925
11926 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11927
11928         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11929
11930         Update label when connecting proxy. Fix a warning with NULL
11931         page_cache.
11932
11933 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11934
11935         * data/evince-ui.xml:
11936         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11937         * shell/ev-page-action.h:
11938         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11939
11940         Add mnemonic for edit toolbar.
11941         ctrl+l focus the page entry.
11942
11943 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11944
11945         * lib/Makefile.am:
11946         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11947         (ev_window_init):
11948         * shell/main.c: (main):
11949
11950         Put the toolbar xml in evince own dot dir
11951
11952 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11953
11954         * shell/ev-window.c: (ev_window_init):
11955
11956         Make the toolbar not removable
11957
11958 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11959
11960         * data/evince-ui.xml:
11961         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11962         * shell/ev-sidebar-links.h:
11963         * shell/ev-sidebar-thumbnails.c:
11964         (ev_sidebar_thumbnails_get_treeview):
11965         * shell/ev-sidebar-thumbnails.h:
11966         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11967         (ev_view_class_init):
11968         * shell/ev-view.h:
11969         * shell/ev-window.c: (update_action_sensitivity),
11970         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11971         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11972         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11973         (ev_window_init):
11974
11975         This is evil... Make space/backspace global accelerators but
11976         enable them only for some widgets (sidebars and view).
11977         I dont like it, but I dont know a better way... :/
11978
11979 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11980
11981         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11982         (ev_page_action_widget_finalize),
11983         (ev_page_action_widget_class_init), (update_page_cache):
11984
11985         Keep a weak reference on proxy->page_cache so that we
11986         dont try to disconnect the signal if the object is already
11987         gone. Maybe there is a better way to cleanup reference handling
11988         in page action though...
11989
11990 2005-05-10  Juerg Billeter  <j@bitron.ch>
11991
11992         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11993         * backend/ev-ps-exporter.h:
11994         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11995         * ps/ps-document.c: (ps_document_ps_export_begin):
11996         
11997         Change api to pass print range to ps_exporter_begin. The pdf backend
11998         requires this information.
11999         
12000         * shell/ev-print-job.c: (idle_print_handler):
12001         
12002         Adapt to api change
12003
12004 2005-05-10  Juerg Billeter  <j@bitron.ch>
12005
12006         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12007         (idle_print_handler)
12008         * shell/ev-window.c: (ev_window_print):
12009
12010         Support printing page range, based on patch by Amaury Jacquot
12011
12012 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12013
12014         * data/evince-toolbar.xml:
12015
12016         Add zoom control to available items
12017
12018 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12019
12020         * shell/ev-window.c: (update_action_sensitivity):
12021
12022         Set slash action insensitive when appropriate
12023
12024 2005-05-10  Christian Persch <chpe@gnome.org>
12025
12026         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
12027
12028         Fix warning on the overflow menu
12029
12030 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12031
12032         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
12033
12034         Check for uri correctness/existence
12035
12036 2005-05-09  Juerg Billeter  <j@bitron.ch>
12037
12038         * shell/ev-window.c: (using_postscript_printer):
12039
12040         LPD printers use postscript, too
12041
12042 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12043
12044         * shell/ev-window.c: (register_custom_actions):
12045
12046         The zoom one is actually sort of useful,
12047         put it back
12048
12049 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12050
12051         * shell/ev-window.c: (register_custom_actions):
12052
12053         Hide page/zoom controls from overflow, they
12054         are useless.
12055
12056 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12057
12058         * cut-n-paste/update-from-egg.sh:
12059         
12060         Share it between all cut-n-paste subdirs
12061
12062         * cut-n-paste/recent-files/Makefile.am:
12063
12064         Fix to use "global" update-from-egg.sh
12065
12066         * cut-n-paste/recent-files/egg-recent-model.c:
12067         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
12068         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12069         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
12070         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
12071
12072         Update from libegg
12073
12074         * cut-n-paste/toolbar-editor/Makefile.am:
12075
12076         Fix to use "global" update-from-egg.sh
12077
12078         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12079
12080         Update from libegg
12081
12082 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
12083
12084         * configure.ac:
12085         * cut-n-paste/Makefile.am:
12086         * cut-n-paste/recent-files/Makefile.am:
12087         * cut-n-paste/toolbar-editor/.cvsignore:
12088         * cut-n-paste/toolbar-editor/Makefile.am:
12089         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12090         (egg_editable_toolbar_get_type), (get_toolbar_position),
12091         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12092         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12093         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12094         (set_item_drag_source), (create_item_from_action), (create_item),
12095         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12096         (popup_toolbar_context_menu_cb), (free_dragged_item),
12097         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12098         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12099         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12100         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12101         (item_added_cb), (item_removed_cb),
12102         (egg_editable_toolbar_construct),
12103         (egg_editable_toolbar_disconnect_model),
12104         (egg_editable_toolbar_deconstruct),
12105         (egg_editable_toolbar_set_model),
12106         (egg_editable_toolbar_set_ui_manager),
12107         (egg_editable_toolbar_set_property),
12108         (egg_editable_toolbar_get_property),
12109         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12110         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12111         (egg_editable_toolbar_new_with_model),
12112         (egg_editable_toolbar_get_edit_mode),
12113         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12114         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12115         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12116         (new_pixbuf_from_widget), (new_separator_pixbuf),
12117         (update_separator_image), (style_set_cb),
12118         (_egg_editable_toolbar_new_separator_image),
12119         (egg_editable_toolbar_get_model):
12120         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12121         * cut-n-paste/toolbar-editor/egg-marshal.c:
12122         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12123         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12124         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12125         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12126         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12127         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12128         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12129         (editor_drag_data_delete_cb), (drag_data_get_cb),
12130         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12131         (editor_create_item), (update_editor_sheet), (setup_editor),
12132         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12133         (parse_item_list), (model_has_action), (update_actions_list),
12134         (egg_toolbar_editor_load_actions):
12135         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12136         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12137         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12138         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12139         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12140         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12141         (egg_toolbars_model_add_separator), (impl_add_item),
12142         (parse_item_list), (egg_toolbars_model_add_toolbar),
12143         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12144         (impl_get_item_data), (impl_get_item_type),
12145         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12146         (egg_toolbars_model_init), (free_toolbar),
12147         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12148         (egg_toolbars_model_remove_toolbar),
12149         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12150         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12151         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12152         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12153         (egg_toolbars_model_get_item_data),
12154         (egg_toolbars_model_get_item_type):
12155         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12156         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12157         * data/Makefile.am:
12158         * data/evince-toolbar.xml:
12159         * data/evince-ui.xml:
12160         * data/hand-open.png:
12161         * po/POTFILES.in:
12162         * shell/Makefile.am:
12163         * shell/ev-window.c: (update_chrome_visibility),
12164         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12165         (ev_window_dispose), (ev_window_init):
12166
12167         Implement epiphany like toolbar editor. Based on patch by
12168         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12169
12170 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12171
12172         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12173
12174         Use set_cursor instead of set_selection, so that
12175         the keyboard focus moves too.
12176
12177 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12178
12179         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12180
12181         Fix infinite loop when loading Type1 fonts
12182
12183 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12184
12185         * data/evince-ui.xml:
12186         * shell/ev-window.c:
12187
12188         Slash -> Find
12189
12190 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12191
12192         * configure.ac:
12193
12194         Make --disable really disable
12195
12196 2005-05-07  Juerg Billeter  <j@bitron.ch>
12197
12198         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12199
12200         Compare page labels even without has_labels set, fixes setting page
12201         with entry
12202
12203 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12204
12205         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12206         (ev_view_set_cursor), (ev_view_button_press_event),
12207         (ev_view_motion_notify_event), (ev_view_button_release_event),
12208         (ev_view_init):
12209
12210         Implement middle button scrolling. Based on a patch
12211         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12212
12213 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12214
12215         * shell/ev-document-types.c: (get_slow_mime_type),
12216         (get_document_type_from_mime), (ev_document_type_lookup):
12217         * shell/ev-document-types.h:
12218
12219         Change api to lookup from uri. Do fast lookup first, if the
12220         type is unknown try with data sniffing.
12221
12222         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12223         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12224
12225         Adapt to api change
12226
12227 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12228
12229         * thumbnailer/Makefile.am:
12230
12231         Fix distcheck
12232
12233 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12234
12235         * NEWS:
12236         * configure.ac:
12237
12238         Release 0.3.0
12239
12240         * data/evince-ui.xml:
12241
12242         Hide presentation mode for now
12243
12244         * shell/ev-view.c: (highlight_find_results):
12245
12246         Show current find selection only on current page
12247
12248 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12249
12250         * shell/ev-view.c: (ev_view_select_all):
12251
12252         Compute size of the actual page, not of
12253         the current one.
12254
12255 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12256
12257         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12258         (view_rect_to_doc_rect), (compute_selections),
12259         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12260         (ev_view_copy), (ev_view_primary_get_cb),
12261         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12262         (ev_view_button_press_event), (ev_view_motion_notify_event),
12263         (ev_view_button_release_event), (page_changed_cb):
12264
12265         Fix text selection
12266
12267 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12268
12269         * shell/ev-view.c: (compute_border), (get_page_extents),
12270         (doc_rect_to_view_rect), (highlight_find_results),
12271         (ev_view_bin_expose), (ev_view_select_all),
12272         (ev_view_motion_notify_event), (update_find_status_message),
12273         (jump_to_find_result), (jump_to_find_page):
12274
12275         First go at fixing search, still buggy
12276
12277 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12278
12279         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12280         dropdown box and button at the top of the sidebar.
12281
12282 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12283
12284         * configure.ac: Output zoom-control Makefile.
12285         * cut-n-paste/Makefile.am: build zoom-control subdir.
12286         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12287         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12288         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12289         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12290         * cut-n-paste/zoom-control/ephy-zoom.c:
12291         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12292         from epiphany, and modified to add a separator into the menu.
12293         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12294         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12295         zoom-control action.
12296         * shell/Makefile.am: Include zoom-control flags.
12297         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12298         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12299         (ev_view_zoom_for_size_presentation),
12300         (ev_view_zoom_for_size_continuous_and_dual_page),
12301         (ev_view_zoom_for_size_continuous),
12302         (ev_view_zoom_for_size_dual_page),
12303         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12304         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12305         ev_view_get_zoom and ev_view_get_sizing_mode.
12306         * shell/ev-view.h:
12307         * shell/ev-window.c: (update_action_sensitivity),
12308         (update_sizing_buttons), (zoom_control_changed_cb),
12309         (register_custom_actions): Initialize and use the zoom-control 
12310         widget.
12311
12312 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12313
12314         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12315         preview cache back to 1.  Don't know when it got set to 0.
12316         
12317         * shell/ev-view.c: (compute_border), (ev_view_realize),
12318         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12319         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12320         (ev_view_get_fullscreen), (ev_view_set_presentation),
12321         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12322         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12323         * shell/ev-view.h:
12324         * shell/ev-window.c:
12325         (update_chrome_visibility),
12326         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12327         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12328         (update_document_mode), (ev_window_update_fullscreen_action),
12329         (ev_window_fullscreen), (ev_window_unfullscreen),
12330         (ev_window_cmd_view_fullscreen),
12331         (ev_window_update_presentation_action),
12332         (ev_window_run_presentation), (ev_window_stop_presentation),
12333         (ev_window_cmd_view_presentation), (ev_window_state_event),
12334         (ev_window_focus_in_event), (ev_window_focus_out_event),
12335         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12336         * data/evince-ui.xml: Initial presentation mode.  We should
12337         probably hide this until it's done, as it's quite rough.  Also,
12338         change full-screen to fullscreen and add two getters to EvView.
12339
12340 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12341
12342         * shell/ev-page-action.c: (update_page_cache),
12343         (ev_page_action_dispose):
12344         * shell/ev-window.c: (destroy_fullscreen_popup),
12345         (ev_window_create_fullscreen_popup):
12346
12347         Use connect_object rather than explicitly
12348         disconnect on dispose.
12349
12350 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12351
12352         * shell/ev-page-action.c: (update_page_cache),
12353         (ev_page_action_dispose):
12354
12355 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12356
12357         * backend/ev-page-cache.c: (_ev_page_cache_new),
12358         (ev_page_cache_set_page_label),
12359         (ev_page_cache_has_nonnumeric_page_labels):
12360         * backend/ev-page-cache.h:
12361         * shell/ev-page-action.c: (update_pages_label):
12362         
12363         If all page labels are numeric, fallback to default
12364         way to display number of pages. See bug 173185.
12365
12366 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12367
12368         * shell/ev-page-action.c: (ev_page_action_dispose):
12369         * shell/ev-view.c: (view_update_range_and_current_page):
12370         * shell/ev-window.c: (ev_window_dispose):
12371         
12372         Set page on scroll in continuous mode. Fixes bug 301986.
12373         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12374
12375 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12376
12377         * configure.ac:
12378
12379         Require poppler 0.3.0
12380
12381 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12382         
12383         * shell/Makefile.am, configure.ac: Fix build problems
12384         with t1lib. Bug 301996.
12385
12386 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12387
12388         * shell/ev-view.c: (ev_view_scroll_event):
12389         
12390         Scroll up increase zoom
12391
12392 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12393
12394         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12395         (ev_view_set_sizing_mode),
12396         (ev_view_zoom_for_size_continuous_and_dual_page),
12397         (ev_view_zoom_for_size_continuous):
12398         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12399         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12400         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12401         (ev_window_init):
12402
12403         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12404         Fix for 165473 and 165472.
12405
12406 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12407
12408         * po/POTFILES.in:
12409         * thumbnailer/Makefile.am:
12410         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12411         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12412         * thumbnailer/evince-thumbnailer.schemas.in:
12413         
12414         Make thumbnailer schemas translatable. Fix for bug 301773
12415         
12416         * thumbnailer/evince-thumbnailer-djvu.schemas:
12417         * thumbnailer/evince-thumbnailer-dvi.schemas:
12418         * thumbnailer/evince-thumbnailer.schemas:
12419
12420         Removed files
12421
12422 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12423
12424         * shell/ev-view.c (ev_view_init): forgot to set this.
12425
12426 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12427
12428         * shell/ev-view.c: (find_page_at_location),
12429         (get_link_at_location),
12430         (ev_view_set_show_border), (ev_view_set_spacing),
12431         (ev_view_zoom_for_size_continuous_and_dual_page),
12432         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12433         Also, add a quick fix measuring of widths.  Also, removed
12434         ev_view_set_spacing and ev_view_set_show_border.
12435         
12436         * shell/ev-window.c: (ev_window_unfullscreen),
12437         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12438
12439 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12440
12441         * shell/ev-view.c: (view_update_range_and_current_page),
12442         (page_changed_cb):
12443         
12444         Fix crash on exit and scrolling to page in continuous view.
12445
12446 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12447
12448         * TODO:
12449         * backend/ev-page-cache.c: (_ev_page_cache_new),
12450         (ev_page_cache_get_max_width_size),
12451         (ev_page_cache_get_max_height_size):
12452         * backend/ev-page-cache.h:
12453         * data/evince-ui.xml:
12454         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12455         * shell/ev-view.c: (view_update_adjustments),
12456         (view_update_range_and_current_page), (get_bounding_box_size),
12457         (ev_view_size_request_continuous_and_dual_page),
12458         (ev_view_size_request_continuous),
12459         (ev_view_size_request_dual_page),
12460         (ev_view_size_request_single_page), (ev_view_size_request),
12461         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12462         (ev_view_bin_expose), (ev_view_expose_event),
12463         (ev_view_set_property), (ev_view_get_property),
12464         (ev_view_class_init), (ev_view_init), (ev_view_new),
12465         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12466         (ev_view_set_dual_page), (ev_view_set_full_screen),
12467         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12468         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12469         (ev_view_zoom_out), (zoom_for_size_fit_width),
12470         (zoom_for_size_best_fit),
12471         (ev_view_zoom_for_size_continuous_and_dual_page),
12472         (ev_view_zoom_for_size_continuous),
12473         (ev_view_zoom_for_size_dual_page),
12474         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12475         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12476         * shell/ev-view.h:
12477         * shell/ev-window.c: (update_action_sensitivity),
12478         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12479         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12480         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12481         (ev_window_cmd_view_zoom_out), (update_view_size),
12482         (ev_window_set_sizing_mode), (ev_window_init):
12483
12484         Add Continuous and Dual page modes.
12485
12486 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12487
12488         * dvi/dvi-document.c: (dvi_document_load),
12489         (dvi_document_thumbnails_get_thumbnail),
12490         (dvi_document_init_params): Fix up some mixups between
12491         width and height to correct thumbnail rendering.
12492
12493 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12494
12495         * dvi/mdvi-lib/private.h:
12496         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12497         
12498         Suppess output for kpathsea during font generation. Thanks to
12499         James Bowes
12500
12501 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12502
12503         * NEWS:
12504         * configure.ac:
12505
12506         Release 0.2.1
12507
12508         * Makefile.am: fix distcheck.
12509
12510 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12511
12512         * shell/ev-sidebar-links.c: (selection_changed_callback),
12513         (update_page_callback), (row_activated_callback),
12514         (job_finished_callback), (ev_sidebar_links_set_document):
12515         
12516         Fix for bug #169901. Double click on links expands tree.
12517
12518 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12519
12520         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12521         hard-coded style. Fix for bug 170111
12522
12523 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12524
12525         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12526         locking.
12527
12528 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12529
12530         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12531
12532 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12533
12534         * pdf/ev-poppler.cc:
12535         * shell/ev-view.c: (highlight_find_results):
12536
12537         Fix find on single page documents
12538
12539 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12540
12541         * data/evince.schemas.in: fix for bug 301390
12542
12543 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12544
12545         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12546         (ev_view_zoom_out), (ev_view_zoom_normal):
12547         * shell/ev-view.h:
12548         * shell/ev-window.c: (update_action_sensitivity),
12549         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12550         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12551         (ev_window_cmd_view_normal_size):
12552
12553         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12554         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12555         better than oom. 
12556
12557 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12558
12559         * configure.ac:
12560
12561         Depend on 2.57, 2.59 doesnt seem to be necessary
12562
12563 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12564
12565         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12566         (create_tool_item):
12567
12568         Put back total number of pages as (1 of 1234)
12569
12570 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12571
12572         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12573         remove the job.
12574
12575         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12576         function.  This helps debugging.
12577
12578 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12579
12580         * djvu/djvu-document.c: (djvu_document_class_init),
12581         (djvu_document_get_info), (djvu_document_document_iface_init):
12582         * dvi/dvi-document.c: (dvi_document_class_init),
12583         (dvi_document_get_info), (dvi_document_document_iface_init):
12584
12585         Dummy implementation of get_info method for dvi and
12586         djvu. Fix crashes with those backends
12587
12588 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12589
12590         * data/evince.desktop.in:
12591
12592         Add application/x-gzpostscript
12593
12594 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12595
12596         * data/evince.schemas.in: Added real long descriptions, 
12597         closes bug 172496 
12598
12599         * README: Added actual text, closes bug 171869
12600
12601 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12602
12603         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12604
12605         Thumbnail page 0
12606
12607 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12608
12609         * backend/ev-document-info.h:
12610
12611         s/GDate */GDate so we can just use g_free
12612
12613 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12614
12615         * shell/ev-window.c: (update_document_mode),
12616         (ev_window_setup_document):
12617
12618         Show the window in fullscreen when specified by
12619         the document
12620
12621 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12622
12623         * backend/ev-document.c: (ev_document_class_init),
12624         (ev_document_get_info), (ev_document_render_pixbuf):
12625         * backend/ev-document.h:
12626         * backend/ev-page-cache.c: (_ev_page_cache_new):
12627         * pdf/ev-poppler.cc:
12628         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12629         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12630         * ps/ps-document.c: (ps_document_class_init), (document_load),
12631         (ps_document_get_info), (ps_document_document_iface_init):
12632
12633         Remove get_title from the interface, we can just use document info
12634
12635 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12636
12637         * backend/Makefile.am:
12638         * backend/ev-document.c: (ev_document_render_get_info):
12639         * backend/ev-document.h:
12640         * pdf/ev-poppler.cc:
12641
12642         Initial support for document info. Based on jrb patch.
12643
12644 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12645
12646         * shell/ev-window.c: (ev_window_state_event),
12647         (ev_window_class_init), (ev_window_init):
12648         
12649         Doesn't show resize grip when maximized. See bug #301053
12650
12651 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12652
12653         * po/POTFILES.in:
12654         
12655         ev-sidebar-thumbnails now has translatable labels
12656         
12657         * shell/Makefile.am:
12658         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12659         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12660         (ev_sidebar_links_page_iface_init):
12661         * shell/ev-sidebar-links.h:
12662         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12663         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12664         (ev_sidebar_page_get_label):
12665         * shell/ev-sidebar-page.h:
12666         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12667         (ev_sidebar_thumbnails_set_document),
12668         (ev_sidebar_thumbnails_support_document),
12669         (ev_sidebar_thumbnails_get_label),
12670         (ev_sidebar_thumbnails_page_iface_init):
12671         * shell/ev-sidebar-thumbnails.h:
12672         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12673         (ev_sidebar_set_document):
12674         * shell/ev-sidebar.h:
12675         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12676         
12677         Small rework of sidebar code. Now sidebar pages should implement
12678         EvSidebarPage interface. That makes page management in EvSidebar
12679         easier. See bug #164811 for details
12680
12681 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12682
12683         * shell/ev-application.c: (ev_application_open):
12684         * shell/ev-document-types.c:
12685         
12686         Fix build error and small problem with application exit
12687
12688 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12689
12690         * thumbnailer/Makefile.am:
12691         * thumbnailer/evince-thumbnailer-djvu.schemas:
12692         * thumbnailer/evince-thumbnailer-dvi.schemas:
12693         
12694         Conditionally install schemas for djvu/dvi thumbnailer
12695
12696 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12697
12698         * shell/ev-document-types.h: 
12699         * shell/ev-document-types.c: 
12700         New files, handling the mapping from mimetypes to backends
12701         
12702         * shell/ev-window.c: 
12703         * thumbnailer/evince-thumbnailer.c:     
12704         Use the ev-document-types code
12705         
12706         * shell/Makefile.am: 
12707         Added new convenience library libevbackendfactory_la, containing
12708         the new mimetype->backend logic; moved the backends into it.
12709
12710         * thumbnailer/Makefile.am:
12711         Make the thumbnailer link with the libevbackend.la convenience
12712         library, rather than having a duplicate of the backend logic here.
12713
12714 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12715
12716         * shell/ev-stock-icons.c: constify some vars.
12717         * shell/ev-window.c: ditto.
12718
12719 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12720
12721         * ps/ps-document.c (get_page_orientation):
12722
12723         Respect document orientation 
12724
12725 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12726
12727         * djvu/Makefile.am:
12728         * dvi/Makefile.am:
12729         * shell/Makefile.am:
12730         
12731         Move library dependencies to components.
12732         
12733         * shell/ev-window.c: (update_window_title),
12734         (start_loading_document):
12735         
12736         Fix display of uris with spaces. Bug 168358.
12737
12738 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12739
12740         * shell/ev-sidebar-links.c: (selection_changed_cb):
12741         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12742         (ev_view_button_release_event), (ev_view_set_document):
12743         * shell/ev-view.h:
12744         * shell/ev-window.c: (find_bar_search_changed_cb):
12745         * shell/ev-window.h: Minor cleanups removing some dead code.
12746
12747 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12748
12749         * backend/ev-page-cache.c: (_ev_page_cache_new):
12750         
12751         Set current page to 0 if document has pages.
12752
12753 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12754
12755         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12756
12757         Initialize GError to NULL, fix a crash when loading fails.
12758
12759 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12760
12761         * shell/ev-window.c: (update_view_size):
12762
12763         Calculate shadow size only when there is actually
12764         a shadow.
12765
12766 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12767
12768         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12769         * shell/ev-view.h:
12770
12771         Allow setting view spacing, default to 0
12772
12773         * shell/ev-window.c: (ev_window_unfullscreen),
12774         (ev_window_cmd_view_fullscreen), (ev_window_init):
12775
12776         Remove spacing in fullscreen mode
12777
12778 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12779
12780         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12781         (ev_view_size_request), (expose_bin_window),
12782         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12783         * shell/ev-view.h:
12784         * shell/ev-window.c: (ev_window_unfullscreen),
12785         (ev_window_cmd_view_fullscreen):
12786
12787         Do not draw the border in fulscreen
12788
12789 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12790
12791         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12792         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12793         (find_page_at_location), (page_changed_cb):
12794
12795         Rework border calculation, so that I can more easily disable it.
12796         Code somewhat cleaner too.
12797
12798 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12799
12800         * backend/ev-page-cache.c: (ev_page_cache_init),
12801         (_ev_page_cache_new):
12802
12803         Remove some assertions, documents can have 0 pages.
12804         Make initial current page -1.
12805
12806         * shell/ev-page-action.c: (page_changed_cb):
12807
12808         Show "" if current page is -1
12809
12810         * shell/ev-window.c: (update_action_sensitivity),
12811         (ev_window_setup_document):
12812
12813         When document has 0 pages do not set the view
12814         and make nearly everything insensitive.
12815
12816 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12817
12818         * shell/ev-page-view.c:
12819         * shell/ev-page-view.h:
12820
12821         Remove unused files.
12822         
12823         * shell/ev-sidebar-thumbnails.c:
12824         (ev_sidebar_thumbnails_set_document):
12825         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12826         (ev_sidebar_supports_document):
12827         * shell/ev-sidebar.h:
12828         * shell/ev-window.c: (ev_window_setup_document):
12829         
12830         Doesn't show thumbnails if document has 1 page. Make
12831         sidebar menu entries sensitive only if if they have 
12832         sense. Fix bug 164811. 
12833
12834 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12835
12836         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12837         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12838         (ev_view_zoom_out), (ev_view_set_size):
12839
12840         Rework sizing to deal with documents with not uniform page
12841         size.
12842
12843 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12844
12845         * backend/ev-page-cache.c: (_ev_page_cache_new):
12846
12847         Fix several page size caching bugs
12848
12849 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12850
12851         * shell/ev-window.c: (set_action_properties):
12852
12853         Make all toolbar items translatable
12854
12855 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12856
12857         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12858         (save_page_list), (ps_document_save),
12859         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12860         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12861         (ps_document_ps_exporter_iface_init):
12862         * ps/ps-document.h:
12863
12864         Based on a patch by J�rg Billeter <j@bitron.ch>
12865         
12866         Implement print and save a copy for the ps backend.
12867
12868 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12869
12870         * backend/ev-document.h:
12871         * djvu/djvu-document.c: (djvu_document_can_get_text),
12872         (djvu_document_document_iface_init):
12873         * dvi/dvi-document.c: (dvi_document_can_get_text),
12874         (dvi_document_document_iface_init):
12875         * pdf/ev-poppler.cc:
12876         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12877         (pixbuf_document_document_iface_init):
12878         * ps/ps-document.c: (ps_document_can_get_text),
12879         (ps_document_document_iface_init):
12880         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12881         * shell/ev-window.c: (update_action_sensitivity):
12882
12883         Fix the crash when trying to copy in backends that doesnt
12884         support it. We can implement a better solution once we
12885         do real text selection.
12886
12887 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12888
12889         * data/evince-ui.xml:
12890         * shell/ev-window.c: (ev_window_cmd_escape):
12891         
12892         Work around the Escape conflict (find bar and unfullscreen)
12893
12894 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12895
12896         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12897         
12898         Fix for #300233. Next page correctly handles document end.
12899         
12900         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12901         (ev_sidebar_thumbnails_class_init),
12902         (ev_sidebar_thumbnails_set_document),
12903         (ev_sidebar_thumbnails_clear_job),
12904         (ev_sidebar_thumbnails_clear_model):
12905         
12906         Cleanup thumbnail jobs on document changes.
12907         
12908         * shell/ev-view.c: (add_scroll_binding_keypad),
12909         (add_scroll_binding_shifted), (ev_view_class_init):
12910         
12911         Shift + Space scrolls up. Fix for #173184
12912         
12913         * shell/ev-window.c: (ev_window_open_page),
12914         (ev_window_cmd_view_reload):
12915         
12916         Fix reload (Bug #300094)
12917
12918 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12919
12920         
12921         * dvi/mdvi-lib/assoc.c:
12922         * dvi/mdvi-lib/assoc.h: Removed garbage files
12923         
12924         * dvi/mdvi-lib/bitmap.c:
12925         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12926         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12927         * dvi/mdvi-lib/color.h: Antialias of rules
12928         
12929         * dvi/mdvi-lib/common.h:
12930         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12931         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12932         * dvi/mdvi-lib/files.c:
12933         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12934         * dvi/mdvi-lib/mdvi.h:
12935         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12936         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12937         * dvi/mdvi-lib/util.c: Fix compile warnings
12938         
12939         * dvi/dvi-document.c:
12940         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12941         (dvi_document_thumbnails_get_thumbnail),
12942         (dvi_document_document_thumbnails_iface_init):
12943         * dvi/mdvi-lib/Makefile.am:
12944         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12945         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12946         
12947         Dvi backend now renders thumbnails
12948
12949 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12950
12951         * shell/main.c: (main): 
12952         
12953         Save accelerators on exit. Fixes bug #172095.
12954
12955 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12956
12957         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12958         update priority" comment.
12959
12960         * backend/ev-job-queue.c: Give a way to change priority.
12961
12962 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12963
12964         * shell/ev-page-action.c: Fix logic.
12965
12966 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12967
12968         * shell/ev-view.c: (ev_view_can_find_next):
12969         * shell/ev-window.c: (ev_window_setup_document):
12970
12971         Check that the document supports find
12972
12973 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12974
12975         * data/evince-ui.xml:
12976         * shell/ev-view.c: (ev_view_can_find_next):
12977         * shell/ev-view.h:
12978         * shell/ev-window.c: (update_action_sensitivity),
12979         (find_changed_cb), (ev_window_setup_document),
12980         (ev_window_cmd_edit_find_next):
12981
12982         Add Edit->Find Next
12983
12984 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12985
12986         * pdf/ev-poppler.cc:
12987         * shell/ev-print-job.c: (idle_print_handler):
12988
12989         Make printing work again
12990
12991 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12992
12993         * shell/ev-page-action.h:
12994         * shell/ev-page-action.c: (ev_page_action_widget_init),
12995         (ev_page_action_widget_class_init), (page_changed_cb),
12996         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12997         (get_filter_model_from_model), (match_selected_cb),
12998         (display_completion_text), (match_completion), (update_model),
12999         (connect_proxy), (ev_page_action_set_property),
13000         (ev_page_action_get_property), (ev_page_action_set_document),
13001         (ev_page_action_set_model), (ev_page_action_class_init): Big
13002         reworking to make completions work iff we have >= GTK-2.7.0
13003                 
13004         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
13005         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
13006         (job_finished_cb): We now have a 'model' property that is set when
13007         the links are loaded.  This can be caught with "notify::model"
13008
13009         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
13010         listen for the model to be set, and propagate it to the action.
13011
13012 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
13013
13014         * cut-n-paste/recent-files/egg-recent-item.c:
13015         (egg_recent_item_set_uri), (make_valid_utf8),
13016         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
13017         * cut-n-paste/recent-files/egg-recent-item.h:
13018         
13019         Update egg-recent from libegg. This should fix long
13020         startup problem. For details see
13021         http://bugzilla.gnome.org/show_bug.cgi?id=160531
13022
13023 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
13024
13025         * cut-n-paste/recent-files/Makefile.am:
13026         * data/evince-ui.xml, shell/Makefile.am:
13027         * shell/ev-application.c, shell/ev-application.h:
13028         * shell/ev-window.c: Recent files support.
13029         
13030         * configure.ac: Added "ru" to ALL_LINGUAS.
13031         
13032         * dvju: new backend to support DJVU files.
13033         * dvi: new backend to support DVI.
13034
13035         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
13036         * ev-application.c: Support for new backends.
13037         
13038         * help, ev-window.c, main.c shell/Makefile.am: 
13039         Evince user documentation.
13040
13041 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13042
13043         * po/POTFILES.in:
13044         * shell/ev-window.c:
13045         * thumbnailer/evince-thumbnailer.c:
13046
13047         s/pdf-document/ev-poppler
13048
13049 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13050
13051         * NEWS:
13052         * configure.ac:
13053
13054         Release 0.2.0
13055
13056         * ps/ps-document.c: (setup_pixmap):
13057
13058         Remove debug code
13059
13060 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
13061
13062         * backend/ev-page-cache.c (ev_page_cache_next_page): 
13063         * shell/ev-window.c (ev_window_cmd_go_next_page) 
13064         (ev_window_cmd_go_first_page): Fix of by one errors.
13065
13066 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13067
13068         * ps/ps-document.c: (get_page_box):
13069
13070         Fix page size calculation
13071
13072 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13073
13074         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13075         (ps_document_cleanup), (setup_pixmap), (get_page_box),
13076         (get_page_orientation), (setup_page), (document_load),
13077         (ps_document_get_page_size), (render_pixbuf_idle):
13078         * ps/ps-document.h:
13079
13080         More refactoring to adapt to EvDocument changes
13081
13082 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13083
13084         * ps/ps-document.c: (start_interpreter):
13085
13086         Actually add alpha args
13087
13088 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13089
13090         * pdf/ev-poppler.cc:
13091
13092         Make clipboard work again
13093
13094 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
13095
13096         Make searching work again.
13097         
13098         * backend/ev-document.c:
13099         * backend/ev-document.h:
13100         * backend/ev-document-find.c:
13101         * backend/ev-document-find.h: Change EvDocumentIface so we no
13102         longer store the current page or zoom level in the document.  The
13103         consequence is that all calls that operate on the current page now
13104         instead take the page number as an extra argument, and all
13105         coordinates are now doubles in document coordinate system.
13106
13107         * pdf/ev-poppler.cc:
13108         * pixbuf/pixbuf-document.c:
13109         * ps/ps-document.c: Update backends accordingly.
13110
13111 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13112
13113         * autogen.sh:
13114
13115         Add required gettext version
13116
13117 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13118
13119         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13120         make F1 bring up non-existent help.
13121
13122         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13123         epiphany's find bar, #167477
13124
13125         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13126         <emil@nishra.com> to add space-bar scrolling, 
13127
13128         * shell/ev-window.c (static GtkActionEntry entries): add default
13129         keybinding for Help (F1)
13130         Fixes #171068
13131
13132         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13133         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13134         170110
13135
13136 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13137
13138         * Makefile.am: 
13139         * pixbuf/pixbuf-document.c: 
13140
13141         Got pixbuf backend working again
13142
13143 2005-04-01  Steve Murphy  <murf@e-tools.com>
13144
13145         * configure.in: Added "rw" to ALL_LINGUAS.
13146
13147 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13148
13149         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13150         model types, noticed by Martin Kretzschmar.
13151
13152 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13153
13154         * pdf/ev-poppler.cc: Implement search based on
13155         poppler_page_find_text().  Currently a bit crude since we remember
13156         all matches from all pages.  Also, we grab the big document lock
13157         when we search since searching changes the underlying stream and
13158         thus conflicts with the rendering thread.
13159         
13160         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13161         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13162         (ev_view_find_previous): Fix some page indexes to be 0 based,
13163         offset rubber band by view offset,
13164
13165 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13166
13167         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13168
13169 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13170
13171         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13172         completely because I didn't understand GtkActions.  I should
13173         read Marco's code more carefully in the future.
13174
13175         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13176         function
13177
13178 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13179
13180         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13181         PopplerRectangle change from poppler CVS.
13182
13183 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13184
13185         * backend/ev-document.c: (ev_document_get_page_label):
13186         * backend/ev-document.h:
13187         * backend/ev-page-cache.c: (_ev_page_cache_new),
13188         (ev_page_cache_get_page_label):
13189         * backend/ev-page-cache.h:
13190         * pdf/ev-poppler.cc:
13191         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13192         (links_page_num_func):
13193         * shell/ev-sidebar-thumbnails.c:
13194         (ev_sidebar_thumbnails_set_document):
13195         * shell/ev-view.c: (status_message_from_link),
13196         (ev_view_motion_notify_event):
13197         * shell/ev-window.c: (document_supports_sidebar): Add in page
13198         label support.  It's not perfect yet, but it's the first 'feature'
13199         in a while.
13200         Also, fix a bogus comment noticed by crispin. 
13201
13202 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13203
13204         * Makefile.am: Remove pixbuf backend for now
13205
13206         * configure.ac: Require poppler-glib instead of just poppler.
13207
13208         * backend/ev-document-thumbnails.h: Add a comment
13209
13210         * backend/ev-document.h:
13211         * backend/ev-document.c: (ev_document_class_init),
13212         (ev_document_load), (ev_document_get_link),
13213         (ev_document_get_links): Remove 3 methods and add get_links.
13214         Also, made 0 based.
13215
13216         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13217         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13218
13219         * backend/ev-link.c: (ev_link_set_title),
13220         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13221         (ev_link_mapping_find):
13222         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13223         
13224         * backend/ev-page-cache.c: (ev_page_cache_init),
13225         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13226         (ev_page_cache_get_size), (ev_page_cache_next_page),
13227         (ev_page_cache_prev_page): Fix to be 0 based.
13228
13229         * pdf/Makefile.am: 
13230         * pdf/ev-poppler.h:
13231         * pdf/ev-poppler.cc: New backend.
13232         
13233         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13234         (ps_document_get_page), (ps_document_document_iface_init):
13235
13236         * shell/ev-pixbuf-cache.h:
13237         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13238         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13239         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13240         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13241         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13242         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13243         based.
13244         
13245         * shell/ev-sidebar-thumbnails.c:
13246         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13247         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13248
13249         * shell/ev-view.c: (status_message_from_link),
13250         (find_page_at_location), (get_link_at_location),
13251         (ev_view_motion_notify_event), (ev_view_button_release_event),
13252         (ev_view_init): Use the new link code.  Fix to be 0 based.
13253
13254         * shell/ev-window.c: (update_action_sensitivity),
13255         (document_supports_sidebar): 0 based.
13256
13257 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13258
13259         * pdf/pdf-document.cc: Patch from Fernando Herrera
13260         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13261         *blush*
13262
13263 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13264
13265         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13266         1 to the page, as this seems to be 1 based.  I thought we has this
13267         fixed.  grump.
13268
13269 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13270
13271         * TODO:
13272         * backend/Makefile.am:
13273         * backend/ev-document-links.c:
13274         (ev_document_links_has_document_links),
13275         (ev_document_links_get_links_model):
13276         * backend/ev-document-links.h:
13277         * backend/ev-document.c: (ev_document_get_page_cache),
13278         (ev_document_get_doc_mutex), (ev_document_load),
13279         (ev_document_save), (ev_document_get_title),
13280         (ev_document_get_n_pages), (ev_document_set_page),
13281         (ev_document_get_page), (ev_document_set_target),
13282         (ev_document_set_scale), (ev_document_set_page_offset),
13283         (ev_document_get_page_size), (ev_document_get_text),
13284         (ev_document_get_link), (ev_document_render),
13285         (ev_document_render_pixbuf), (ev_document_scale_changed):
13286         * backend/ev-document.h:
13287         * backend/ev-job-queue.c: (remove_object_from_queue),
13288         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13289         (no_jobs_available_unlocked), (ev_render_thread),
13290         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13291         (ev_job_queue_remove_job):
13292         * backend/ev-job-queue.h:
13293         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13294         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13295         (ev_job_links_class_init), (ev_job_render_init),
13296         (ev_job_render_dispose), (ev_job_render_class_init),
13297         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13298         (ev_job_thumbnail_class_init), (ev_job_finished),
13299         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13300         (ev_job_render_run), (ev_job_thumbnail_new),
13301         (ev_job_thumbnail_run):
13302         * backend/ev-jobs.h:
13303         * backend/ev-link.c:
13304         * backend/ev-link.h:
13305         * backend/ev-page-cache.c: (ev_page_cache_init),
13306         (ev_page_cache_class_init), (ev_page_cache_finalize),
13307         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13308         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13309         (ev_page_cache_set_link), (ev_page_cache_get_title),
13310         (ev_page_cache_get_size), (ev_page_cache_next_page),
13311         (ev_page_cache_prev_page):
13312         * backend/ev-page-cache.h:
13313         * pdf/pdf-document.cc:
13314         * ps/gsdefaults.c:
13315         * ps/gsdefaults.h:
13316         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13317         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13318         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13319         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13320         (is_interpreter_ready), (output), (catchPipe), (input),
13321         (start_interpreter), (check_filecompressed), (compute_dimensions),
13322         (ps_document_enable_interpreter), (document_load),
13323         (ps_document_next_page), (render_page), (ps_document_set_page),
13324         (ps_document_set_scale), (render_pixbuf_idle),
13325         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13326         * ps/ps-document.h:
13327         * shell/Makefile.am:
13328         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13329         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13330         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13331         (ev_pixbuf_cache_new), (job_finished_cb),
13332         (check_job_size_and_unref), (move_one_job),
13333         (ev_pixbuf_cache_update_range), (find_job_cache),
13334         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13335         (ev_pixbuf_cache_add_jobs_if_needed),
13336         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13337         * shell/ev-pixbuf-cache.h:
13338         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13339         (idle_print_handler):
13340         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13341         (selection_changed_cb), (create_loading_model),
13342         (ev_sidebar_links_construct), (links_page_num_func),
13343         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13344         (update_page_callback), (job_finished_cb),
13345         (ev_sidebar_links_set_document):
13346         * shell/ev-sidebar-thumbnails.c:
13347         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13348         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13349         (page_changed_cb), (thumbnail_job_completed_callback),
13350         (ev_sidebar_thumbnails_set_document):
13351         * shell/ev-sidebar-thumbnails.h:
13352         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13353         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13354         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13355         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13356         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13357         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13358         (ev_view_button_release_event), (ev_view_scroll_view),
13359         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13360         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13361         (ev_view_new), (job_finished_cb), (page_changed_cb),
13362         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13363         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13364         (ev_view_find_previous):
13365         * shell/ev-view.h:
13366         * shell/ev-window.c: (update_action_sensitivity),
13367         (ev_window_open_page), (update_window_title), (update_total_pages),
13368         (page_changed_cb), (ev_window_setup_document),
13369         (password_dialog_response), (ev_window_cmd_save_as),
13370         (ev_window_print), (ev_window_cmd_go_previous_page),
13371         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13372         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13373         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13374         * shell/main.c: (main):
13375
13376         Merge evince-threads branch
13377
13378 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13379
13380         * configure.ac: Added "lt" to ALL_LINGUAS.
13381
13382 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * NEWS:
13385         * configure.ac:
13386
13387         Release 0.1.9
13388
13389 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13390
13391         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13392
13393         Fix here also the thumbnails 1-basedness :)
13394
13395 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * NEWS:
13398         * configure.ac:
13399
13400         Release 0.1.8
13401
13402 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * pdf/pdf-document.cc:
13405         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13406         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13407
13408         Fix the mess we did with thumbnails and 1-basedness
13409
13410 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13411
13412         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13413
13414 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13415
13416         * NEWS:
13417         * configure.ac:
13418
13419         Release 0.1.7
13420
13421 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13422
13423         * ps/Makefile.am:
13424         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13425         (gtk_gs_defaults_get_alpha_parameters),
13426         (gtk_gs_defaults_get_ungzip_cmd),
13427         (gtk_gs_defaults_get_unbzip2_cmd):
13428         * ps/gsdefaults.h:
13429         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13430         (ps_document_get_orientation), (document_load),
13431         (ps_document_goto_page), (ps_document_set_page_size):
13432         * ps/ps-document.h:
13433
13434         Some more sanitization of the ps backend. Remove a lot
13435         of unused code and do not base our defaults on ggv
13436         preferences (ugh!)
13437
13438 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13439
13440         * thumbnailer/evince-thumbnailer.schemas:
13441         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13442         (main): add -s option for thumbnail size.
13443
13444 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13445
13446         * configure.ac:
13447
13448         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13449         remove it.
13450
13451 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13452
13453         * pdf/pdf-document.cc:
13454
13455         Remove 4 pixels of useless border from the
13456         thumbnail.
13457
13458 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13459
13460         * backend/ev-document-thumbnails.c:
13461         (ev_document_thumbnails_get_thumbnail):
13462         * backend/ev-document-thumbnails.h:
13463
13464         Rework API a bit. Add a border flag and
13465         change sizing logic (now the size we specify
13466         applies to the bigger dimension).
13467
13468         * pdf/pdf-document.cc:
13469         * pixbuf/pixbuf-document.c:
13470         (pixbuf_document_thumbnails_get_thumbnail):
13471         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13472         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13473
13474         Adapt to the new API and do not draw a border for nautilus
13475         thumbnailer.
13476
13477 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13478
13479         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13480         take thumbnails from page "0" instead of "1". Added a copyright header.
13481
13482 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13483
13484         * ps/ps-document.c: (set_up_page), (start_interpreter):
13485
13486         Make it C89 compliant
13487
13488 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13489
13490         * Makefile.am:
13491         * configure.ac:
13492         * pdf/.cvsignore:
13493         * pdf/pdf-document.cc:
13494         * thumbnailer/Makefile.am:
13495         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13496         (main):
13497         * thumbnailer/evince-thumbnailer.schemas:
13498         * thumbnailer/pdf-icon.png:
13499
13500         Add a nautilus thumbnailer.
13501         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13502
13503 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13504
13505         * NEWS:
13506         * configure.ac:
13507         * po/POTFILES.in:
13508
13509         Release 0.1.6
13510
13511 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13512
13513         Use poppler instead of including xpdf source code.  Poppler is a
13514         fork of xpdf to build it as a shared library. See
13515         http://freedesktop.org/wiki/Software/poppler.
13516
13517         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13518         xpdf fork.
13519         
13520         * pdf/Makefile.am: Build libpdfdocument.a here.
13521         
13522         * pdf/GDKSplashOutputDev.cc:
13523         * pdf/GDKSplashOutputDev.h:
13524         * pdf/GnomeVFSStream.cc:
13525         * pdf/GnomeVFSStream.h:
13526         * pdf-document.cc:
13527         * pdf-document.h:
13528         * test-gdk-output-dev.cc
13529         * Thumb.cc:
13530         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13531         against poppler.
13532
13533 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13536
13537         Clear idle stack before unsetting the document
13538
13539 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * ps/ps-document.c: (ps_document_widget_event),
13542         (ps_document_set_target), (ps_document_finalize),
13543         (ps_document_get_page):
13544
13545         Disconnect the widget event signal on finalize.
13546         Some code cleanups.
13547
13548 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13549
13550         * ps/ps-document.c: (set_up_page):
13551
13552         If there is no bpixmap create one, even if size
13553         is not changed.
13554
13555 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13556
13557         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13558         (set_up_page), (document_load), (ps_document_set_zoom):
13559
13560         Default page is 0. Calculate size even when we have no
13561         target yet.
13562
13563 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13564
13565         * shell/ev-sidebar.c: expand the selection widget to be always as
13566         wide as the sidebar
13567
13568 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * shell/ev-sidebar-thumbnails.c:
13571         (ev_sidebar_thumbnails_set_document):
13572
13573         Clear the list store when setting document
13574
13575 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * shell/ev-page-action.c: (update_entry), (sync_entry),
13578         (activate_cb), (entry_size_request_cb), (create_tool_item),
13579         (connect_proxy):
13580
13581         Use an entry for the page control instead of spinbuttons
13582
13583 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * data/evince.schemas.in:
13586
13587         Correct confusing string
13588
13589 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13590
13591         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13592         for real.  Gosh, how long has this been broken.
13593
13594         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13595         check for a NULL link.  We crash otherwise.
13596
13597 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * NEWS:
13600         * configure.ac:
13601
13602         Release 0.1.5
13603
13604 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13605
13606         * configure.ac: add the french translation.
13607
13608 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13609
13610         * shell/ev-window.c:
13611
13612         Remove unused header -> fix distcheck
13613
13614 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * shell/ev-window.c: (update_window_title),
13617         (ev_window_popup_password_dialog):
13618
13619         Unescape filename for display
13620
13621 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13622
13623         * pdf/xpdf/pdf-document.cc:
13624
13625         In get_page_size deal with rotation. Also
13626         cleanup the function a bit.
13627
13628 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * pdf/xpdf/pdf-document.cc:
13631
13632         Fix crash when opening in new window
13633
13634 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13635
13636         * configure.ac:
13637
13638         Check ghostscript >= 7
13639
13640 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13641
13642         * shell/ev-window.c:
13643
13644         Make page width the default sizing mode
13645
13646 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13647         Marco Pesenti Gritti <marco@gnome.org>
13648
13649         * shell/ev-window.c: Remember the sidebar size
13650
13651         * data/evince.schemas.in: Add a new gconf key to store the size of
13652         the sidebar
13653
13654 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13655
13656         * data/evince-ui.xml:
13657         * shell/ev-window.c: (update_action_sensitivity),
13658         (ev_window_cmd_view_reload):
13659         
13660         Add a "Reload" action and menu entry
13661
13662 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13663
13664         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13665         iff the type doesn't support thumbnailing and indexing.
13666
13667 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13668
13669         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13670
13671 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13672
13673         * pdf/splash/Splash.cc:
13674
13675         Port fix for a crasher from kde bug
13676         http://bugs.kde.org/show_bug.cgi?id=97131
13677
13678 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * pdf/xpdf/pdf-document.cc:
13681
13682         Return a link even if it's of an unrecognized
13683         type. Otherwise we go in an infinte cycle.
13684
13685 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13686
13687         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13688         (size_allocate_cb), (ev_window_set_sizing_mode):
13689
13690         Update size when switching mode
13691
13692 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13693
13694         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13695         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13696         (ev_window_cmd_view_normal_size):
13697
13698         Fix size toggle buttons behavior
13699
13700 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13701
13702         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13703         (doc_rect_to_view_rect), (ev_view_size_allocate),
13704         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13705         (scale_changed_callback):
13706
13707         Do not cache offsets in size_allocate.
13708
13709 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * shell/ev-view.c: (ev_view_size_allocate):
13712
13713         Calculate offsets before calling the parent
13714         class (which does a redraw)
13715
13716 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13717
13718         * pdf/xpdf/pdf-document.cc:
13719
13720         Fix a crasher on exit. Unused code, put a TODO
13721
13722 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13723
13724         * backend/ev-document.c: (ev_document_class_init),
13725         (ev_document_page_changed), (ev_document_scale_changed):
13726         * backend/ev-document.h:
13727
13728         Separate page/scale notifications
13729
13730         * pdf/xpdf/pdf-document.cc:
13731
13732         Emit the new signals.
13733         Do not display the pdf page in _render, do it
13734         when scale/page are requested.
13735
13736         * ps/ps-document.c: (ps_document_set_zoom),
13737         (ps_document_widget_event):
13738         * ps/ps-document.h:
13739
13740         Emit the new signals.
13741
13742         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13743         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13744         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13745         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13746         * shell/ev-view.h:
13747         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13748         (ev_window_cmd_view_page_width), (size_allocate_cb),
13749         (ev_window_set_sizing_mode):
13750
13751         Rework sizing to be pixel based.
13752         There are bugs but should be already way better.
13753
13754 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * shell/ev-window.c: (ev_window_init):
13757
13758         Do not allow to shrink sidebar smaller then
13759         child requisition
13760
13761 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13762
13763         * shell/ev-sidebar.[ch]
13764         * shell/ev-window.c:
13765
13766         Improved sidebar widget. Fixes #166683
13767
13768 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13769
13770         * shell/ev-view.c (update_find_status_message): Give translators
13771         more flexibility with ngettext plural handling.
13772
13773 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13774
13775         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13776         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13777         page when we get the page size.
13778
13779 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13780
13781         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13782
13783         ps pages are 0 based, convert 
13784
13785 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13786
13787         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13788
13789         Initialize correct parent class. Set GError on document load
13790
13791 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * pdf/xpdf/pdf-document.cc:
13794
13795         Fixup selection offset calculation
13796
13797         * shell/ev-view.c: (view_rect_to_doc_rect),
13798         (doc_rect_to_view_rect), (ev_view_size_allocate),
13799         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13800         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13801
13802         Store selection as document relative, so that zooming
13803         and offset changing doesnt break it.
13804
13805 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13806
13807         * shell/ev-view.c: (ev_view_best_fit):
13808
13809         Do not try to best fit if the view is not realized
13810
13811 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13812           
13813         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13814
13815 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13816
13817         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13818
13819 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13820
13821         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13822         the popup window.  That prevents it resizing when in full screen
13823         mode.
13824
13825         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13826         multiple rerenders.  This pretty much sucks.
13827
13828         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13829         rest of the toolbar.
13830
13831 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13832
13833         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13834
13835 2005-02-17  Alexander Shopov  <ash@contact.bg>
13836
13837         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13838
13839 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13840
13841         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13842
13843 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13846         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13847         (set_document_page), (document_changed_callback),
13848         (ev_view_set_document), (ev_view_find_previous),
13849         (ev_view_hide_cursor), (ev_view_show_cursor):
13850         * shell/ev-view.h:
13851         * shell/ev-window.c: (update_chrome_visibility),
13852         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13853         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13854         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13855         (ev_window_unfullscreen):
13856         * shell/main.c: (main):
13857
13858         Automatically hide the fullscreen button.
13859         Patch by Kristian Høgsberg <krh@redhat.com>
13860
13861 2005-02-16  Vincent Noel  <vnoel@cox.net>
13862
13863         * shell/main.c (main): Specify an icon for the window. Patch by
13864         Jaap A. Haitsma. Fixes #166177.
13865
13866 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13867
13868         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13869
13870 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13871
13872         * backend/ev-document-misc.h:
13873         * backend/ev-document-misc.c:
13874         (ev_document_misc_get_page_border_size),
13875         (ev_document_misc_paint_one_page): New function to canonicalize
13876         sizing/painting a border.
13877
13878         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13879         used.
13880
13881         * pdf/xpdf/pdf-document.cc: use new function
13882
13883         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13884         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13885         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13886         shell/ev-window.c: (update_sizing_buttons),
13887         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13888         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13889         (ev_window_cmd_view_page_width), (size_allocate_cb),
13890         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13891         and "fit width" values act as toggle buttons so they stay
13892         toggled.  It's not 100% perfect, and it's a little slow, but it's
13893         good enough to commit I think.
13894
13895 2005-02-15  David Lodge  <dave@cirt.net>
13896
13897         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13898
13899 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13900
13901         * shell/ev-window.c (update_window_title): replace newlines in
13902         the title by spaces. Bug #166107.
13903
13904 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13905
13906         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13907         parameters providing allocation width and height without
13908         scrollbars and width of a possible vertical scrollbar. With this
13909         additional information the functions can work as
13910         intended. Unfortunately they're not idempotent. We should
13911         transform these commands to toggles. Fixes Bug #164976
13912         Initial patch by Stephane Loeuillet, then heavily modified.
13913
13914         * shell/ev-view.h: update prototypes.
13915
13916         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13917         (ev_window_cmd_view_page_width): provide EvView fit functions with
13918         all the information they need. Formulas to calculate this
13919         information taken from GtkScrolledWindow.
13920
13921 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13922
13923         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13924         created a thumbnail, the list store is updated to know
13925         that the thumbnail is set. Fixes bug #166792
13926
13927 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13928
13929         * shell/ev-window.c: fixed typo, closes bug 166897
13930
13931         * TODO: updated TODO with bug numbers that are relevant
13932
13933 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13934
13935         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13936
13937 2005-02-09  Vincent Noel  <vnoel@cox.net>
13938
13939         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13940         and "Next" toolbar buttons as important to make them stand out.
13941
13942 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13943
13944         * lib/ev-debug.c:
13945         * lib/ev-debug.h:
13946         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13947         (start_interpreter), (stop_interpreter), (document_load),
13948         (ps_document_next_page), (ps_document_goto_page),
13949         (ps_document_set_page_size), (ps_document_widget_event),
13950         (ps_document_render):
13951         * shell/ev-page-view.c: (ev_page_view_dispose):
13952         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13953
13954         Fix compilation on non-gcc platforms
13955
13956 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13957
13958         * NEWS:
13959         * configure.ac:
13960
13961         Release 0.1.4
13962
13963         * pdf/xpdf/Catalog.cc:
13964         * pdf/xpdf/XRef.cc:
13965
13966         Fix the fix for CAN-2004-0888
13967
13968 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13969
13970         * data/Makefile.am:
13971         * data/evince-ui.xml:
13972         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13973         * shell/ev-stock-icons.h:
13974         * shell/ev-window.c: (update_action_sensitivity),
13975         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13976         (set_action_properties):
13977
13978         Improve toolbar layout/icons
13979
13980 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13981
13982         * pdf/xpdf/pdf-document.cc:
13983
13984         Add warnings about unimplemented/unknown link
13985         types.
13986
13987 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13988
13989         * ps/ps-document.c: (set_up_page):
13990
13991         Log gs property
13992
13993 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * ps/ps-document.c: (start_interpreter):
13996
13997         Log gs env var
13998
13999 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * shell/ev-page-view.c: (ev_page_view_dispose):
14002         * shell/ev-view.c: (ev_view_finalize):
14003         * shell/ev-window.c: (ev_window_setup_document),
14004         (ev_window_dispose), (ev_window_init):
14005
14006         Solve more refs issues.
14007
14008         I commented out the page_view initialization for now:
14009         it was never destroyed (because it's never added
14010         to a container). Because of that we was leaking
14011         gs processes. Couldnt think to a clean fix.
14012         We need to figure this out, password view has the
14013         same issue probably.
14014
14015 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14016
14017         * ps/ps-document.c: (ps_document_finalize),
14018         (ps_document_get_n_pages), (ps_document_get_page):
14019
14020         Some cleanups, stop the interpreter on finalize
14021
14022         * shell/ev-page-view.c: (ev_page_view_dispose),
14023         (ev_page_view_class_init):
14024
14025         Release our reference on the document
14026
14027 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * Makefile.am:
14030         * configure.ac:
14031         * doc/debugging.txt:
14032         * lib/.cvsignore:
14033         * lib/Makefile.am:
14034         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
14035         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
14036         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
14037         * lib/ev-debug.h:
14038
14039         Add debugging helpers
14040
14041         * ps/Makefile.am:
14042         * ps/ps-document.c: (set_up_page), (start_interpreter),
14043         (stop_interpreter), (document_load), (ps_document_next_page),
14044         (ps_document_goto_page), (ps_document_set_page_size),
14045         (ps_document_widget_event), (ps_document_render):
14046         * shell/Makefile.am:
14047         * shell/ev-view.c: (expose_bin_window):
14048         * shell/main.c: (main):
14049
14050         Add some logs
14051         
14052 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * ps/ps-document.c: (ps_document_widget_event):
14055
14056         Initialize message_window, this should make ps
14057         rendering really work! (Never noticed because I was
14058         testing with a ps that is causing gs to exit every time!)
14059
14060 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
14061
14062         * data/evince.schemas.in: updated simple error in applyto closing tag
14063
14064 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
14065
14066         * Makefile.am:
14067         * configure.ac:
14068         * data/.cvsignore:
14069         * data/Makefile.am:
14070         * data/evince-ui.xml:
14071         A data/evince.schemas.in:
14072         * po/POTFILES.in:
14073         * shell/ev-stock-icons.c: (ev_stock_icons_init):
14074         * shell/ev-stock-icons.h:
14075         * shell/ev-window.c: (update_chrome_visibility),
14076         (update_chrome_flag), (ev_window_cmd_edit_find),
14077         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14078         (ev_window_unfullscreen), (ev_window_focus_in_event),
14079         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14080         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14081         (ev_window_view_sidebar_cb), (find_bar_close_cb),
14082         (ev_window_dispose), (ev_window_class_init),
14083         (set_action_properties), (set_chrome_actions), (load_chrome),
14084         (ev_window_init):
14085
14086         Implement fullscreen mode changes from bug #164776.
14087         Also implement persistent chrome toggles.
14088
14089 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
14090
14091         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14092
14093 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * NEWS:
14096         * configure.ac:
14097         * shell/ev-view.c:
14098
14099         Add another check for find interface
14100
14101         Release 0.1.3
14102
14103 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14104
14105         * shell/ev-application.c: (ev_application_open):
14106         * shell/ev-window.c: (ev_window_open):
14107
14108         Open gzipped ps documents
14109
14110 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         * TODO:
14113         * shell/ev-view.c: (set_document_page):
14114
14115         Clamp page number, dont try to move to
14116         not existant pages.
14117
14118 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14119
14120         * backend/ev-document-find.c: (ev_document_find_changed):
14121         * backend/ev-document-find.h:
14122         * pdf/xpdf/pdf-document.cc:
14123         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14124         * shell/ev-window.c: (find_bar_search_changed_cb):
14125
14126         Fix several bugs with find
14127
14128 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14129
14130         * shell/ev-sidebar-thumbnails.c
14131         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14132         document. Prevents warning from scroll_to_cell.
14133
14134 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14135
14136         * configure.ac: Add «nb» to ALL_LINGUAS too.
14137
14138 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14139
14140         * NOTES: New file with some random thoughts.
14141
14142         * TODO: Update.
14143
14144         * backend/ev-document-misc.c:
14145         (ev_document_misc_get_page_border_size): New function to
14146         canonicalize shadow drawing sizes.  Possibly goofy.
14147
14148         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14149         (ev_view_best_fit), (ev_view_fit_width):
14150         * pdf/xpdf/pdf-document.cc:
14151         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14152         * ps/ps-document.c: (ps_document_get_page_size):
14153         * backend/ev-document-misc.h:
14154         * backend/ev-document.c: (ev_document_get_page_size):
14155         * backend/ev-document.h: get_page_size now takes a page number
14156         parameter.  Made all the backends/frontends honor it.
14157
14158         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14159         see.  Doesn't work yet.
14160
14161         * shell/Makefile.am:
14162         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14163         Doesn't do anything yet.
14164
14165         * shell/ev-sidebar-thumbnails.c:
14166         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14167         [0..n_pages-1]
14168
14169         * shell/ev-window.c: (update_action_sensitivity),
14170         (ev_window_setup_document), (ev_window_set_page_mode),
14171         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14172         view-swapping code a bit so we can have multiple views on a
14173         document.  Add the multi-page view, though it can't be turned on
14174         yet.
14175
14176 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14177
14178         * shell/ev-application.c: (ev_application_open):
14179         * shell/ev-view.c: (expose_bin_window):
14180         * shell/ev-window.c: (ev_window_open):
14181
14182         Support eps and check document supports find
14183         before drawing highlightings in expose.
14184
14185 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14186
14187         * pixbuf/pixbuf-document.c:
14188         (pixbuf_document_thumbnails_get_dimensions),
14189         (pixbuf_document_document_thumbnails_iface_init):
14190
14191         implement get_dimensions
14192
14193 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14194
14195         * NEWS:
14196         * configure.ac:
14197
14198         Release 0.1.2
14199
14200 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14201
14202         * shell/ev-view.c: (set_document_page):
14203
14204         Scroll at the top of the page when changing page
14205
14206 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * shell/ev-view.c: (ev_view_motion_notify_event):
14209
14210         Do not redraw unnecessarily
14211
14212 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14213
14214         * pdf/xpdf/pdf-document.cc:
14215         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14216         (expose_bin_window), (find_changed_cb):
14217
14218         Yay! find works now... Now to find bugs...
14219
14220 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14221
14222         * backend/ev-document-find.c: (ev_document_find_base_init),
14223         (ev_document_find_changed):
14224         * backend/ev-document-find.h:
14225         * pdf/xpdf/pdf-document.cc:
14226         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14227         (expose_bin_window), (ev_view_init), (set_document_page),
14228         (ensure_rectangle_is_visible), (jump_to_find_result),
14229         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14230         (ev_view_find_next), (ev_view_find_previous):
14231         * shell/ev-view.h:
14232         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14233
14234         More work on find implementation, mostly there now
14235
14236 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14237
14238         * backend/ev-backend-marshalers.list:
14239         * backend/ev-document-find.c: (ev_document_find_base_init),
14240         (ev_document_find_cancel), (ev_document_find_page_has_results),
14241         (ev_document_find_get_n_results), (ev_document_find_get_result),
14242         (ev_document_find_get_progress), (ev_document_find_changed):
14243         * backend/ev-document-find.h:
14244
14245         Enanche the find interface to be really able to do
14246         multi page find.
14247
14248         * pdf/xpdf/pdf-document.cc:
14249
14250         Implement
14251
14252         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14253         (expose_bin_window), (ev_view_init),
14254         (ev_view_get_find_status_message), (find_changed_cb),
14255         (ev_view_set_document), (set_document_page):
14256
14257         Adapt to the new interface. A few things are regressed sorry,
14258         I will finish it soon.
14259
14260 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14261
14262         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14263         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14264         ev_sidebar_thumbnails_parent_class variable, don't define another
14265         parent_class variable.
14266
14267         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14268         (ev_page_action_class_init): ditto.
14269
14270         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14271         (pixbuf_document_class_init): ditto.
14272
14273         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14274         ditto.
14275
14276         * .cvsignore: ignore various valgrind output files.
14277
14278 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14279
14280         * data/evince-ui.xml:
14281         * shell/Makefile.am:
14282         * shell/ev-history.c:
14283         * shell/ev-history.h:
14284         * shell/ev-navigation-action.c:
14285         * shell/ev-navigation-action.h:
14286         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14287         (ev_view_set_page), (ev_view_fit_width):
14288         * shell/ev-view.h:
14289         * shell/ev-window.c: (update_action_sensitivity),
14290         (ev_window_setup_document), (register_custom_actions):
14291
14292         Kill session history
14293
14294 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14295
14296         * shell/ev-window.c: (update_action_sensitivity):
14297
14298         Fix inverted up/down buttons
14299
14300 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14301
14302         * shell/ev-sidebar-thumbnails.c
14303         (ev_sidebar_thumbnails_select_page): make sure the selected
14304         thumbnail stays visible.
14305
14306 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14307
14308         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14309         scrolled window for Federico.
14310
14311 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14312
14313         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14314
14315 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14316
14317         * configure.ac:
14318         * pdf/splash/SplashFTFontEngine.cc:
14319
14320         Fix CID fonts with freetype 2.1.9
14321
14322 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14323
14324         * TODO: added item for desktop icon thumbnailer
14325
14326 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14327
14328         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14329         unloaded docs when the title is accessed.
14330
14331         * shell/ev-password-view.[hc]: New widget for displaying password
14332         state.
14333
14334         * shell/ev-window.[ch]: Refactor password handling code to handle
14335         the new view.
14336
14337 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14338
14339         * NEWS:
14340         * configure.ac:
14341         * data/Makefile.am:
14342
14343         Release 0.1.1
14344
14345 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14346
14347         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14348         ignore page offset here, to make search results independent of it,
14349
14350         * shell/ev-view.c (expose_bin_window): but take offsets into
14351         account here. Bug #164932
14352
14353         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14354         scale at the right time. Bug #164996
14355
14356 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14357
14358         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14359         fix the problem. Now I just removed the Adobe font names and hope
14360         that the URW fonts are always in outline format. Bug #164934
14361
14362         * shell/ev-window.c (update_window_title): empty titles are
14363         useless, use filename in that case too.
14364
14365         * NEWS: Add some content.
14366
14367 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14368
14369         * TODO: added one more TODO item and a TODONE section :)
14370
14371 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14372
14373         * ps/ps-document.h: add page_[xy]_offset fields.
14374
14375         * ps/ps-document.c (ps_document_set_page_offset)
14376         (ps_document_render): Keep offset in consideration in a few
14377         places. Bug #164752 "postscript documents are not centered in
14378         window"
14379
14380         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14381         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14382
14383         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14384         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14385         stub out missing methods for complete EvDocument implementation.
14386         Fixes segfaults with Save A Copy and Copy actions.
14387
14388         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14389         (ps_document_document_iface_init): ditto.
14390         
14391 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14392
14393         * data/.cvsignore:
14394         * data/Makefile.am:
14395         * data/evince.desktop.in:
14396
14397         Add desktop file
14398
14399 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14400
14401         * shell/ev-view.c: (ev_view_button_press_event),
14402         (ev_view_motion_notify_event):
14403
14404         Make selection work in any direction
14405
14406 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14407
14408         * TODO:
14409         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14410
14411         Use shorter labels for some of the toolbars items
14412
14413 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14414
14415         * pdf/xpdf/pdf-document.cc:
14416
14417         Check the links info is initialized before
14418         using it. Should fix a crash on startup.
14419
14420 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14421
14422         * pixbuf/pixbuf-document.c
14423         (pixbuf_document_thumbnails_get_dimensions): force floating point
14424         division to calculate page_ratio. Fixes crash with landscape
14425         format pixbufs.
14426
14427 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14428
14429         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14430
14431 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14432
14433         * shell/ev-view.c (set_document_page): unset has_selection when
14434         the page changes.
14435         (set_document_page): handle paper size changes when the page
14436         changes (test with Free Culture, page 2).
14437
14438 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14439
14440         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14441         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14442
14443         Use normal style color for the widget background and
14444         draw a black box around the page.
14445
14446 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14447
14448         * pdf/xpdf/pdf-document.cc:
14449
14450         Keep offset in consideration in a few places
14451
14452         * shell/ev-view.c: (expose_bin_window):
14453
14454         Set the offsets so that the document is ever centered
14455
14456 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14457
14458         * TODO: Added TODO items and finished off the first todo item
14459
14460         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14461         reflect current authors
14462
14463 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14464
14465         * pdf/xpdf/pdf-document.cc:
14466         * shell/ev-view.c: (ev_view_set_cursor),
14467         (ev_view_motion_notify_event), (document_changed_callback),
14468         (set_document_page):
14469
14470         Show a wait cursor while the page is rendering
14471
14472 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14473
14474         * shell/ev-sidebar-thumbnails.c:
14475         (ev_sidebar_tree_selection_changed),
14476         (ev_sidebar_thumbnails_select_page):
14477         * shell/ev-sidebar-thumbnails.h:
14478         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14479         (ev_view_can_go_forward):
14480         * shell/ev-window.c: (ev_window_open_page),
14481         (ev_window_setup_document), (update_current_page),
14482         (view_page_changed_cb), (ev_window_init):
14483         * shell/ev-window.h:
14484
14485         Ensure thumbnails selection, toolbar page control and
14486         current page are in sync.
14487
14488 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14489
14490         * pdf/xpdf/XRef.cc:
14491
14492         Fix CAN-2005-0064
14493
14494 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14495
14496         * backend/Makefile.am:
14497         * backend/ev-document-links.h:
14498         * backend/ev-document-security.c: (ev_document_security_get_type),
14499         (ev_document_security_has_document_security),
14500         (ev_document_security_set_password):
14501         * backend/ev-document-security.h:
14502         * backend/ev-document.c: (ev_document_error_quark):
14503         * backend/ev-document.h:
14504         * data/Makefile.am:
14505         * data/evince-password.glade:
14506         * pdf/xpdf/pdf-document.cc:
14507         * shell/Makefile.am:
14508         * shell/ev-password.c: (ev_password_set_bad_password_label),
14509         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14510         (ev_password_dialog_get_password),
14511         (ev_password_dialog_set_bad_pass):
14512         * shell/ev-password.h:
14513         * shell/ev-window.c: (ev_window_get_attribute),
14514         (ev_window_set_property), (update_action_sensitivity),
14515         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14516         (ev_window_setup_document), (ev_window_get_password),
14517         (ev_window_open), (ev_window_cmd_save_as),
14518         (using_postscript_printer), (ev_window_print),
14519         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14520         (update_fullscreen_popup), (ev_window_fullscreen),
14521         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14522         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14523         (menu_item_select_cb), (find_bar_search_changed_cb),
14524         (ev_window_dispose), (ev_window_init):
14525
14526         Add initial support for password-supported dialogs.  This could be
14527         a lot cooler, but it'll do for now.
14528
14529 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14530
14531         * pdf/xpdf/pdf-document.cc:
14532         * shell/ev-view.c: (status_message_from_link),
14533         (ev_view_set_status), (ev_view_set_cursor),
14534         (ev_view_motion_notify_event), (ev_view_init):
14535         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14536
14537         Fix bugs in the links implementation and change cursor
14538         when hovering a link.
14539
14540 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14541
14542         * viewer/.cvsignore: added cvsignore file for viewer directory
14543
14544         * TODO: created TODO document
14545
14546 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14547
14548         * shell/ev-view.h:
14549         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14550         new functions to help with implementation of sensitivity code
14551         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14552         of all actions that might require it.  Fixes a crash when you
14553         click on the Zoom actions in a window lacking a document.
14554
14555 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14556
14557         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14558         of the Find action
14559
14560 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14561
14562         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14563         (pixbuf_document_document_iface_init):
14564         * ps/ps-document.c: (ps_document_get_link),
14565         (ps_document_document_iface_init):
14566         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14567         (status_message_from_link), (ev_view_set_status),
14568         (ev_view_set_find_status), (ev_view_motion_notify_event),
14569         (ev_view_button_release_event), (ev_view_set_property),
14570         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14571         (ev_view_get_find_status_message), (update_find_results),
14572         (ev_view_get_status), (ev_view_get_find_status):
14573         * shell/ev-view.h:
14574         * shell/ev-window.c: (view_status_changed_cb),
14575         (view_find_status_changed_cb), (ev_window_init):
14576
14577         View status message support, use it to show the links.
14578         Needs work...
14579
14580 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14581
14582         * backend/ev-document.c: (ev_document_get_link):
14583         * backend/ev-document.h:
14584         * pdf/xpdf/pdf-document.cc:
14585         * shell/ev-application.c: (ev_application_open):
14586         * shell/ev-application.h:
14587         * shell/ev-sidebar-links.c: (selection_changed_cb):
14588         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14589         (ev_view_go_to_link):
14590
14591         Add support for document links
14592
14593 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14594
14595         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14596         (create_tool_item):
14597         Set the spin button limits correctly.
14598         
14599         * shell/ev-sidebar-thumbnails.c:
14600         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14601         Support changing pages by clicking on the thumbnails.
14602         
14603 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14604
14605         * pixbuf/pixbuf-document.c:
14606         (pixbuf_document_thumbnails_get_dimensions),
14607         (pixbuf_document_document_thumbnails_iface_init):
14608
14609         implement get_dimensions
14610
14611 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14612
14613         * ps/ps-document.c: (ps_document_goto_page):
14614
14615         Fix page switching on multipage documents
14616
14617 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14618
14619         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14620         
14621         check for NULL before assigning to width and height parameters
14622
14623 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14624
14625         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14626         (pixbuf_document_set_property), (pixbuf_document_get_property):
14627
14628         implement get/set properties
14629
14630 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14631
14632         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14633         
14634         return NULL instead of "Unknown", letting the title get set to
14635         the filename when the pdf has no title.
14636
14637 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14638
14639         * ps/ps-document.c: (ps_document_get_page_count),
14640         (ps_document_goto_page):
14641
14642 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14643
14644         * shell/ev-history.c: (ev_history_get_property),
14645         (ev_history_set_property), (ev_history_class_init),
14646         (ev_history_add_page), (ev_history_set_current_index):
14647         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14648         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14649         (ev_navigation_action_finalize):
14650         * shell/ev-navigation-action.h:
14651         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14652         (ev_view_go_forward), (ev_view_get_find_status_message),
14653         (history_index_changed_cb), (ev_view_set_history):
14654         * shell/ev-view.h:
14655         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14656         (update_current_page), (register_custom_actions):
14657
14658         Implement history dropdowns
14659
14660 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14661
14662         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14663         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14664         (ev_view_go_forward):
14665         * shell/ev-window.c: (register_custom_actions):
14666
14667         Fix several history bugs
14668
14669 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14670
14671         * configure.ac: Add «nb» to ALL_LINGUAS.
14672
14673 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14674
14675         * backend/Makefile.am:
14676         * backend/ev-bookmark.c:
14677         * backend/ev-bookmark.h:
14678         * backend/ev-document-bookmarks.c:
14679         * backend/ev-document-bookmarks.h:
14680         * backend/ev-document-links.c: (ev_document_links_get_type),
14681         (ev_document_links_has_document_links),
14682         (ev_document_links_begin_read), (ev_document_links_get_link),
14683         (ev_document_links_get_child), (ev_document_links_next),
14684         (ev_document_links_free_iter):
14685         * backend/ev-document-links.h:
14686         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14687         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14688         (ev_link_get_link_type), (ev_link_set_link_type),
14689         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14690         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14691         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14692         (ev_link_new_external):
14693         * backend/ev-link.h:
14694         * pdf/xpdf/pdf-document.cc:
14695         * shell/Makefile.am:
14696         * shell/ev-application.c: (ev_application_open_link):
14697         * shell/ev-application.h:
14698         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14699         (ev_history_get_link_nth):
14700         * shell/ev-history.h:
14701         * shell/ev-sidebar-bookmarks.c:
14702         * shell/ev-sidebar-bookmarks.h:
14703         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14704         (ev_sidebar_links_class_init), (selection_changed_cb),
14705         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14706         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14707         (do_one_iteration), (populate_links_idle),
14708         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14709         * shell/ev-sidebar-links.h:
14710         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14711         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14712         (go_to_index):
14713         * shell/ev-view.h:
14714         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14715         * shell/ev-window.h:
14716
14717         Rename bookmark to link, and use "Index" for the sidebar panel.
14718
14719 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14720
14721         * shell/Makefile.am:
14722         * shell/ev-application.c: (ev_application_open_bookmark):
14723         * shell/ev-application.h:
14724         * shell/ev-history.c: (ev_history_init), (free_links_list),
14725         (ev_history_finalize), (ev_history_class_init),
14726         (ev_history_add_link), (ev_history_add_page),
14727         (ev_history_get_link_nth), (ev_history_get_n_links),
14728         (ev_history_get_current_index), (ev_history_set_current_index),
14729         (ev_history_new):
14730         * shell/ev-history.h:
14731         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14732         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14733         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14734         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14735         (ev_view_set_page):
14736         * shell/ev-view.h:
14737         * shell/ev-window.c: (ev_window_open_bookmark),
14738         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14739         (goto_page_cb), (register_custom_actions):
14740         * shell/ev-window.h:
14741
14742         Initial history implementation. Needs work.
14743
14744 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14745
14746         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14747
14748 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14749
14750         * cut-n-paste/recent-files/egg-recent-item.c:
14751         * cut-n-paste/recent-files/egg-recent-item.h:
14752         * cut-n-paste/recent-files/egg-recent-model.c:
14753         * cut-n-paste/recent-files/egg-recent-util.c:
14754         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14755         * cut-n-paste/recent-files/egg-recent-view.c:
14756
14757         Update
14758
14759 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14760
14761         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14762         (fillGlyph, fillImageMask, drawImage):
14763         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14764         pdf/splash/SplashTypes.h:
14765         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14766         packed mode for Splash.
14767
14768         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14769         RGB8 packed mode, eliminates the pixbuf data creation loop.
14770
14771         * shell/ev-print-job.c (ev_print_job_finalize)
14772         (ev_print_job_set_property, ev_print_job_get_property)
14773         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14774         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14775         (print_closure_finalize, ev_print_job_print): implement
14776         printing (for backends with EvPsExporter)
14777
14778         * shell/ev_print_job.h: update prototypes.
14779
14780         * shell/ev-window.c (ev_window_print): unref print job after
14781         printing.
14782
14783         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14784         unless the document implements the EvDocumentFind interface.
14785
14786 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14787
14788         * configure.ac: Added ja to ALL_LINGUAS.
14789
14790 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14791
14792         * pdf/xpdf/pdf-document.cc:
14793
14794         add a FIXME. We should probably not allocate
14795         a bookmark object every time
14796
14797 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14798
14799         * shell/ev-application.c: (ev_application_open),
14800         (ev_application_open_bookmark):
14801         * shell/ev-application.h:
14802         
14803         Add a way to open bookmarks
14804
14805         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14806         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14807         (ev_bookmark_set_property), (ev_bookmark_class_init),
14808         (ev_bookmark_new_title), (ev_bookmark_new_link),
14809         (ev_bookmark_new_external):
14810
14811         Support for external uris, better constructors.
14812
14813         * backend/ev-bookmark.h:
14814         * pdf/xpdf/pdf-document.cc:
14815         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14816
14817         Handle external uris
14818
14819 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14820
14821         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14822         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14823
14824         Hook up bookmarks navigation
14825
14826 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14827
14828         * backend/Makefile.am:
14829         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14830         (ev_bookmark_get_title), (ev_bookmark_set_title),
14831         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14832         (ev_bookmark_get_page), (ev_bookmark_set_page),
14833         (ev_bookmark_get_property), (ev_bookmark_set_property),
14834         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14835         (ev_bookmark_new):
14836         * backend/ev-bookmark.h:
14837         * backend/ev-document-bookmarks.c:
14838         (ev_document_bookmarks_get_bookmark):
14839         * backend/ev-document-bookmarks.h:
14840         * pdf/xpdf/pdf-document.cc:
14841         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14842
14843         Add a bookmark object to the backend and use it instead of get_values
14844
14845 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14846
14847         * data/evince-ui.xml:
14848
14849         Cleanup and add select all.
14850
14851         * shell/ev-view.c: (ev_view_select_all),
14852         (ev_view_button_press_event):
14853         * shell/ev-view.h:
14854         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14855
14856         Add select all.
14857         Clear selection on click.
14858
14859 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14860
14861         * shell/ev-sidebar-thumbnails.c
14862         (ev_sidebar_thumbnails_set_document): forgot to unref the
14863         loading_icon.
14864
14865 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14866
14867         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14868         at the visible page, not just linearly.  This makes it look fast.
14869
14870 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14871
14872         * backend/ev-document-misc.c
14873         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14874         white.
14875         * backend/ev-document-thumbnails.h: New interface to get the size
14876         of a page.
14877
14878 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14879
14880         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14881         make dist works
14882
14883 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14884
14885         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14886         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14887         things up a bit.
14888
14889         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14890
14891 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14892
14893         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14894         fonts. Should fix font problems on systems that have the base
14895         fonts in bitmap format. Reported by James Henstridge
14896         <james@jamesh.id.au>.
14897
14898 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14899
14900         * pdf/xpdf/Gfx.cc:
14901         * pdf/xpdf/GfxState.cc:
14902
14903         Fix for CAN-2004-1125
14904
14905 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14906
14907         * shell/ev-view.c: (ev_view_copy):
14908         * shell/ev-view.h:
14909         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14910
14911         Implement Edit->Copy
14912
14913 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14914
14915         * backend/ev-document.c: (ev_document_get_text):
14916         * backend/ev-document.h:
14917         * pdf/xpdf/pdf-document.cc:
14918         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14919         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14920         (ev_view_update_primary_selection), (ev_view_button_press_event),
14921         (ev_view_motion_notify_event), (ev_view_button_release_event):
14922
14923         Beginnings of clipboard support. Incomplete but primary sort
14924         of work.
14925
14926 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14927
14928         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14929         (expose_bin_window):
14930
14931         Nicer rubberband drawing, from GtkIconView.
14932
14933 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14934
14935         * backend/ev-document.c: (ev_document_save):
14936         * backend/ev-document.h:
14937         * data/evince-ui.xml:
14938         * pdf/xpdf/pdf-document.cc:
14939         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14940
14941         Implement "Save a copy..." menu item
14942
14943 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14944
14945         * shell/ev-view.c: (ev_view_zoom):
14946
14947         Queue a resize when zoom changes
14948
14949 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14950
14951         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14952         shadows.
14953
14954         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14955         thumbnails..
14956
14957 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14958
14959         * pdf/xpdf/pdf-document.cc
14960         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14961
14962 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14963
14964         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14965         It's slow, but I'll speed it up next!
14966
14967 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14968
14969         * shell/main.c (load_files):
14970
14971         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14972         from the command line and because it seems more appropriate.
14973
14974 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14975
14976         * data/evince-ui.xml:
14977         * shell/ev-window.c: (update_action_sensitivity),
14978         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14979
14980         s/next page/page down
14981         s/previous page/page up
14982
14983 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14984
14985         * data/evince-ui.xml:
14986
14987         Change the layout to match clarkbw design.
14988
14989         * shell/Makefile.am:
14990         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14991         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14992         (ev_navigation_action_finalize),
14993         (ev_navigation_action_set_property),
14994         (ev_navigation_action_get_property),
14995         (ev_navigation_action_class_init):
14996         * shell/ev-navigation-action.h:
14997
14998         Implement clarkbw toolbar navigation controls (incomplete)
14999
15000         * shell/ev-page-action.c: (update_label), (update_spin),
15001         (value_changed_cb), (create_tool_item), (connect_proxy),
15002         (ev_page_action_init), (ev_page_action_finalize),
15003         (ev_page_action_set_property), (ev_page_action_get_property),
15004         (ev_page_action_set_current_page),
15005         (ev_page_action_set_total_pages), (ev_page_action_class_init):
15006         * shell/ev-page-action.h:
15007
15008         Implement a page switcher in the toolbar
15009
15010         * shell/ev-view.c: (ev_view_scroll_view):
15011         * shell/ev-window.c: (update_total_pages), (ev_window_open),
15012         (update_current_page), (view_page_changed_cb), (goto_page_cb),
15013         (register_custom_actions), (ev_window_init):
15014
15015         Change page on PageUp/Down.
15016
15017 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
15018
15019         * pdf/xpdf/pdf-document.cc
15020         (pdf_document_thumbnails_get_thumbnail): initial stab at
15021         implementing thumbnail support for pdfs.  It only does documents
15022         with precached pdfs now.
15023
15024 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
15025
15026         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
15027         thumbnail code into a time-based idle as well.  Also, turn off the
15028         shadow temporarily as it's really slow.
15029
15030 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
15031
15032         * backend/ev-document.c: (ev_document_class_init):
15033         * pdf/xpdf/pdf-document.cc:
15034         * shell/ev-window.c: (ev_window_open):
15035
15036         Fix document title bugs and fallback to
15037         filename when not available.
15038
15039 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
15040
15041         * backend/ev-document.c: (ev_document_get_type),
15042         (ev_document_class_init), (ev_document_load),
15043         (ev_document_get_title):
15044         * backend/ev-document.h:
15045         * pdf/xpdf/pdf-document.cc:
15046         * ps/ps-document.c: (ps_document_set_property),
15047         (ps_document_get_property), (ps_document_class_init),
15048         (document_load):
15049         * ps/ps-document.h:
15050         * ps/ps.h:
15051         * shell/ev-window.c: (update_window_title), (ev_window_open),
15052         (ev_window_init):
15053
15054         Initial support for document title. Not working yet.
15055
15056 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15057
15058         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
15059
15060         Grab focus on the view when clicking it
15061
15062 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15063
15064         * shell/ev-marshal.list:
15065         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
15066         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
15067
15068         Add key bindings to the view. Now if the focus would work
15069         right...
15070
15071 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15072
15073         * Makefile.am:
15074         * backend/Makefile.am:
15075         * data/Makefile.am:
15076         * dvi/Makefile.am:
15077         * dvi/dvilib/Makefile.am:
15078         * pdf/xpdf/Makefile.am:
15079         * po/POTFILES.in:
15080         * ps/Makefile.am:
15081
15082         Fix distcheck
15083
15084 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15085
15086         * shell/ev-view.c: (ev_view_realize):
15087
15088         Fix mouse wheel scrolling
15089
15090 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15091
15092         * ps/Makefile.am:
15093         * ps/gstypes.h:
15094         * ps/gtkgs.c:
15095         * ps/gtkgs.h:
15096         * ps/ps-document.c: (catchPipe), (ps_document_init),
15097         (ps_document_class_init), (ps_document_cleanup),
15098         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15099         (set_up_page), (close_pipe), (is_interpreter_ready),
15100         (interpreter_failed), (output), (input), (start_interpreter),
15101         (stop_interpreter), (file_length), (file_readable),
15102         (check_filecompressed), (check_pdf), (compute_xdpi),
15103         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15104         (ps_document_get_type), (ps_document_emit_error_msg),
15105         (document_load), (ps_document_next_page),
15106         (ps_document_get_current_page), (ps_document_get_page_count),
15107         (ps_document_goto_page), (ps_document_set_page_size),
15108         (ps_document_zoom_to_fit), (ps_document_set_zoom),
15109         (ps_document_load), (ps_document_get_n_pages),
15110         (ps_document_set_page), (ps_document_get_page),
15111         (ps_document_widget_event), (ps_document_set_target),
15112         (ps_document_set_scale), (ps_document_set_page_offset),
15113         (ps_document_get_page_size), (ps_document_render),
15114         (ps_document_document_iface_init):
15115         * ps/ps-document.h:
15116         * ps/ps.c:
15117         * shell/ev-window.c: (ev_window_open):
15118
15119         Rename GtkGS to PSDocument
15120
15121 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15122
15123         * ps/gtkgs.c: (gtk_gs_class_init):
15124         * ps/gtkgs.h:
15125
15126         Some more leftover...
15127
15128 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15129
15130         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15131         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15132         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15133         * ps/gtkgs.h:
15134
15135         Remove unused code and make a lot of stuff private
15136
15137 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15138
15139         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15140         (gtk_gs_defaults_changed):
15141         * ps/gsdefaults.h:
15142         * ps/gtkgs.c:
15143         * ps/gtkgs.h:
15144         * ps/ps.h:
15145
15146         Cleanup headers dependencies
15147
15148 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15149
15150         * ps/Makefile.am:
15151         * ps/ggvutils.c:
15152         * ps/ggvutils.h:
15153         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15154         * ps/gsdefaults.h:
15155         * ps/gtkgs.c: (file_length), (file_readable),
15156         (check_filecompressed), (check_pdf), (gtk_gs_load),
15157         (gtk_gs_get_postscript):
15158
15159         Get rid of ggvutils
15160
15161 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15162
15163         * ps/ggvutils.c:
15164         * ps/ggvutils.h:
15165         * ps/gsio.h:
15166         * ps/gtkgs.c: (gtk_gs_set_zoom):
15167
15168         Cleanups
15169
15170 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15171
15172         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15173
15174         Ensure the page is rerendered when changing zoom
15175
15176 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15177
15178         * backend/ev-document.c: (ev_document_base_init),
15179         (ev_document_changed):
15180         * backend/ev-document.h:
15181
15182         Add a changed event that is emitted when the page content
15183         changes. This is necessary to deal with the fact that
15184         in ps backend rendering happen asycrounously.
15185         This makes the ps backend mostly work.
15186
15187         * pdf/xpdf/pdf-document.cc:
15188
15189         Emit changed event
15190
15191         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15192         (ps_document_set_target):
15193
15194         Emit changed event
15195
15196         * shell/ev-view.c: (document_changed_callback),
15197         (ev_view_set_document), (ev_view_set_page):
15198
15199         Redraw on the changed signal
15200
15201 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15202
15203         * configure.ac: Added pt_BR to ALL_LINGUAS.
15204
15205 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15206
15207         * backend/ev-document-bookmarks.c:
15208         (ev_document_bookmarks_get_child): *
15209         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15210         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15211         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15212         (ev_sidebar_bookmarks_destroy),
15213         (ev_sidebar_bookmarks_class_init),
15214         (ev_sidebar_bookmarks_construct), (stack_data_free),
15215         (do_one_iteration), (populate_bookmarks_idle),
15216         (ev_sidebar_bookmarks_clear_document),
15217         (ev_sidebar_bookmarks_set_document): *
15218         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15219         (ev_sidebar_add_page),
15220         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15221         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15222         it displays both the topics and the page numbers.
15223
15224 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15225
15226         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15227         toggle.
15228         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15229         visible.
15230
15231 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15232
15233         * configure.ac: Added en_CA to ALL_LINGUAS.
15234
15235 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15236
15237         * ChangeLog: replace bottom of this ChangeLog (merged history of
15238         ggv and gpdf; where all paths were wrong and most of the files are
15239         not even in this tree) with ChangeLog (from arch) of the shell
15240         code.
15241
15242 2004-12-23  Havoc Pennington  <hp@redhat.com>
15243
15244         * shell/ev-window.c: hook up potentially-questionable "find
15245         results status text" feature - something involving the sidebar or
15246         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15247         might be better in the end.
15248
15249         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15250         with corresponding signal when it should be updated
15251
15252         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15253
15254 2004-12-22  Havoc Pennington  <hp@redhat.com>
15255
15256         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15257         find stuff on other pages, sort of (only returns one result on
15258         invisible pages, to show they have results; updates full results
15259         for a page when you view it). Currently repaints the current page
15260         every time a new result is found on any page, which isn't so nice.
15261
15262 2004-12-22  Havoc Pennington  <hp@redhat.com>
15263
15264         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15265         the document doesn't support find (better ideas?)
15266         (find_bar_search_changed_cb): handle missing document or document
15267         that doesn't support find
15268
15269         * pdf/xpdf/pdf-document.cc: port to implement the new
15270         EvDocumentFindIface
15271
15272         * backend/ev-document-find.c: create a new interface for searching
15273
15274         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15275
15276 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15277
15278         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15279         libevbackend.la.
15280
15281         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15282         EvPrintJob constructor arguments.
15283
15284         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15285         for documents that can export PostScript (page by page).
15286
15287         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15288         
15289         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15290         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15291         (pdf_document_ps_exporter_iface_init:
15292         Implement EvPSExporter.
15293
15294         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15295
15296 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15297
15298         * backend/Makefile.am:
15299         * backend/ev-document-thumbnails.c:
15300         (ev_document_thumbnails_get_type),
15301         (ev_document_thumbnails_get_thumbnail):
15302         * backend/ev-document-thumbnails.h:
15303         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15304         (pixbuf_document_thumbnails_get_thumbnail),
15305         (pixbuf_document_document_thumbnails_iface_init):
15306         * shell/Makefile.am:
15307         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15308         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15309         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15310         * shell/ev-sidebar-thumbnails.h:
15311         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15312         (ev_sidebar_set_document):
15313         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15314         (create_shadow), (ev_pixbuf_add_shadow):
15315         * shell/ev-utils.h:
15316         Add thumbnail support.
15317         
15318 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15319
15320         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15321         (using_postscript_printer): Set up a print dialog for "PostScript
15322         injection" method.
15323
15324         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15325         EvPrintJob.
15326
15327         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15328
15329 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15330
15331         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15332         (ps_document_set_target), (ps_document_get_page_size),
15333         (ps_document_render):
15334         * ps/gtkgs.h:
15335
15336         Fix a few bugs
15337
15338 2004-12-22  Christian Rose  <menthos@menthos.com>
15339
15340         * configure.ac: Added "sv" to ALL_LINGUAS.
15341
15342 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15343
15344         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15345         document supports bookmarks.
15346
15347 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15348
15349         * ps/ggvutils.c: (ggv_file_readable):
15350         * ps/ggvutils.h:
15351         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15352         (gtk_gs_get_postscript):
15353
15354         Remove unused utils
15355
15356 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15357
15358         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15359         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15360         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15361         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15362         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15363         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15364         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15365         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15366         (gtk_gs_set_antialiasing), (ps_document_load),
15367         (ps_document_render):
15368         * ps/gtkgs.h:
15369
15370         Another check point for the ps backend. Now I can get it to show
15371         pages!
15372
15373 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15374
15375         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15376         document setting code.
15377
15378 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15379
15380         * shell/eggfindbar.c: (entry_activate_callback):
15381         Animate the next button when activate is pressed.
15382         
15383 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15384
15385         * shell/ev-window.c: (ev_window_cmd_edit_find),
15386         (update_fullscreen_popup), (ev_window_fullscreen),
15387         (ev_window_unfullscreen), (ev_window_state_event_cb),
15388         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15389         Fix bugs in fullscreen code.
15390         
15391 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15392
15393         * Makefile.am:
15394         * configure.ac:
15395         * pixbuf/Makefile.am:
15396         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15397         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15398         (pixbuf_document_set_page), (pixbuf_document_get_page),
15399         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15400         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15401         (pixbuf_document_render), (pixbuf_document_begin_find),
15402         (pixbuf_document_end_find), (pixbuf_document_finalize),
15403         (pixbuf_document_class_init),
15404         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15405         * pixbuf/pixbuf-document.h:
15406         * shell/Makefile.am:
15407         * shell/ev-application.c: (ev_application_open):
15408         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15409         (ev_window_open):
15410         Add pixbuf backend.
15411         
15412 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15413
15414         * Makefile.am: 
15415         * dvi/dvilib/Makefile.am:
15416         * dvi/Makefile.am:
15417         * configure.ac: Auto*ify dvi and dvi/dvilib
15418
15419         * dvi/Makefile: Remove from CVS
15420         
15421         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15422         confusion.
15423
15424         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15425         
15426         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15427         
15428 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15429
15430         * ps/Makefile.am:
15431         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15432         (gtk_gs_value_adjustment_changed), (compute_size),
15433         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15434         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15435         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15436         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15437         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15438         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15439         (ps_document_load), (ps_document_get_n_pages),
15440         (ps_document_set_page), (ps_document_get_page),
15441         (ps_document_set_target), (ps_document_set_scale),
15442         (ps_document_set_page_offset), (ps_document_get_page_size),
15443         (ps_document_render), (ps_document_begin_find),
15444         (ps_document_end_find), (ps_document_document_iface_init):
15445         * ps/gtkgs.h:
15446         * shell/Makefile.am:
15447         * shell/ev-window.c: (ev_window_open):
15448
15449         Some work to integrate gtkgs with EvDocument
15450
15451 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15452
15453         * shell/ev-window.c: (update_fullscreen_popup),
15454         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15455         (exit_fullscreen_button_clicked_cb),
15456         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15457         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15458         (ev_window_state_event_cb), (ev_window_init):
15459         Add fullscreen support from Epiphany.
15460         
15461 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15462
15463         * data/ev-stock-zoom-fit-width.png: fit-width
15464         stock icon from gpdf.
15465         
15466         * shell/ev-stock-icons.[ch]: copied from gpdf.
15467         
15468         * shell/main.c: (main): init stock icons.
15469         
15470         * shell/ev-window.c: use the fit-width icon.
15471         
15472         * data/evince-ui.xml: add zooming toolbar items.
15473
15474 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15475
15476         * shell/ev-view.c: 
15477         (ev_view_best_fit), (ev_view_fit_width): because
15478         get_page_size() returns the scaled page size, we
15479         need to calculate the scale factor relative to
15480         the previous scale factor. Should really just
15481         add get_real_page_size().
15482
15483 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15484
15485         * shell/ev-view.[ch]:
15486         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15487         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15488         add zooming.
15489         
15490         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15491         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15492         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15493         hook it up.
15494         
15495         * pdf/xpdf/pdf-document.cc:
15496         (pdf_document_begin_find),
15497         (pdf_document_end_find): make static.
15498
15499 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15500
15501         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15502
15503         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15504         names to fontconfig patterns.
15505         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15506
15507         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15508         setupBaseFontsFc.
15509
15510 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15511
15512         * Makefile.am:
15513         * configure.ac:
15514         * ps/Makefile.am:
15515         * ps/ggvutils.c:
15516         * ps/ggvutils.h:
15517         * ps/gsdefaults.c:
15518         * ps/gsdefaults.h:
15519         * ps/gsio.c:
15520         * ps/gsio.h:
15521         * ps/gtkgs.c:
15522         * ps/gtkgs.h:
15523         * ps/ps.c:
15524         * ps/ps.h:
15525
15526         Import ggv backend. Not hooked up yet.
15527
15528 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15529
15530         * shell/main.c: (load_files), (main): load files
15531         from the command line.
15532
15533 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15534
15535         * configure.ac: don't require bonobo.
15536         
15537         * cut-n-paste/recent-files/*: kill bonobo recent
15538         view.
15539
15540         * shell/ev-window.c:
15541         (ev_window_is_empty): upd.
15542         (unable_to_load), (ev_window_open): load backend
15543         based on the mime type.
15544
15545 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15546
15547         * backend/.cvsignore: ignore generated marshalers source.
15548
15549         * shell/main.c (main): this is not epiphany.
15550
15551 2004-12-22  Havoc Pennington  <hp@redhat.com>
15552
15553         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15554         (expose_bin_window): draw find highlights
15555
15556         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15557         
15558         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15559         (pdf_document_end_find): implement this interface
15560
15561         * backend/ev-document.c (ev_document_found): add this to emit
15562         signal
15563
15564 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15565
15566         * data/evince-ui.xml: Add a few more toolbar items.
15567
15568         * shell/ev-window.c: Hook up page navigation toolbar 
15569         items.
15570
15571         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15572         a page-changed signal.
15573
15574         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15575         Add ev_document_get_page().
15576
15577         * shell/ev-window.c: Sensitize/desensitize navigation
15578         actions.
15579
15580 2004-12-21  Havoc Pennington  <hp@redhat.com>
15581
15582         * backend/ev-backend-marshal.c,
15583         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15584         marshaler-generator thingy. I'm sure there's a better way to do
15585         this in the modern world.
15586
15587         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15588         end_find methods and "found" signal.
15589
15590         * configure.ac: find glib-genmarshal
15591
15592 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15593
15594         * shell/ev-sidebar.c: Construct an actual sidebar.
15595         * shell/ev-sidebar-bookmarks.[ch]:
15596         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15597
15598 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15599
15600         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15601         Redo size handling.
15602         
15603         * shell/ev-view.c: Track the size from the document.
15604
15605 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15606
15607         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15608         constructor assumes ownership of the string passed in.
15609         
15610         * shell/ev-window.c (ev_window_open): Destroy the error
15611         dialog once we've displayed it.
15612
15613 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15614
15615         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15616         a bit, it works! (sort of)
15617
15618         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15619         Move to .cc since we need to use C++ in the implementation.
15620
15621         * shell/dummy.cc: Add a CC file to force evince
15622         to be linked as a C++ program.
15623
15624 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15625
15626         * shell/ev-view.[ch]: Start of content-area widget.
15627
15628         * shell/ev-window.c: Create a EvView, update it
15629         as we change documents.
15630
15631         * shell/Makefile.am shell/ev-marshal.list: Add
15632         generated marshalers.
15633
15634 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15635
15636         * Makefile.am (SUBDIRS): move shell.
15637
15638 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15639
15640         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15641         .a to libtool convenience libraries.
15642
15643         * shell/ev-window.c (ev_window_open): Hard code loading
15644         a PDF document.
15645         
15646         * backend/ev-document.h: Add a boolean return to load(),
15647         fix GError * to GError **.
15648
15649         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15650         object for a PDF backend EvDocument.
15651
15652 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15653
15654         * dvi/*: New directory with the beginning of a .dvi backend.
15655
15656 2004-12-21  Havoc Pennington  <hp@redhat.com>
15657
15658         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15659         previous/next instead of back/forward
15660
15661 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15662
15663         * backend/ev-document.[ch]: Fix a couple of problems so
15664         it compile.
15665
15666 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15667
15668         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15669         to backend/ directory, rename EvViewer to EvDocument.
15670
15671 2004-12-21  Havoc Pennington  <hp@redhat.com>
15672
15673         * shell/ev-window.c: hook up the find bar widget; now we just need
15674         a document to find things in
15675
15676         * shell/eggfindbar.c: a find bar widget
15677
15678 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15679
15680         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15681
15682 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15683
15684         * pdf/**: Import of xpdf code from gpdf. 
15685
15686         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15687
15688         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15689         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15690         Fix FreeType includes.
15691
15692         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15693         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15694         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15695         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15696         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15697         Include xpdfconfig.h
15698         
15699 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15700
15701         * shell/ev-window.c (ev_window_dispose): dispose can be called
15702         multiple times.
15703
15704 2004-12-21  Havoc Pennington  <hp@redhat.com>
15705
15706         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15707         rather than Evince
15708
15709         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15710         items; really they should be synced with the strings, etc. from
15711         current gpdf, but just getting the boring typing out of the way 
15712
15713 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15714
15715         * po/POTFILES.in:
15716         * shell/ev-application.c: (window_destroy_cb):
15717         * shell/ev-window.c:
15718         * shell/main.c: (main):
15719
15720         Actually show the window...
15721
15722 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15723
15724         * Makefile.am:
15725         * shell/Makefile.am:
15726         * shell/ev-application.c: (ev_application_class_init):
15727         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15728
15729         Make it build again
15730
15731 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15732
15733         Import to gnome cvs.
15734         
15735         * Remove copies of gpdf and ggv trees.
15736         * Rip out all the recursive configure code.
15737         * Remove bonobo machinery.
15738         * viewer/*: GInterfaces that backends should/can implement.
15739
15740 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15741
15742         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15743         typo
15744
15745 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15746
15747         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15748         (ev_application_finalize, ev_application_class_init)
15749         (ev_application_init): use GType instance private data for priv.
15750
15751         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15752         (ev_window_finalize, ev_window_class_init)
15753         (ev_window_init): ditto.
15754
15755 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15756
15757         * shell/ev-application.c (ev_application_new_window): make public
15758         (ev_application_show_initial_window): kill.
15759
15760         * shell/ev-application.h: update prototypes.
15761
15762         * shell/main.cc (main): inline ev_application_show_initial_window.
15763
15764 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15765
15766         * shell/ev-application.c (ev_application_new_window): impl.
15767         (ev_application_show_initial_window): use it.
15768         (is_window_empty, ev_application_get_empty_window): returns an
15769         existing empty window or a new one.
15770         (ev_application_open): from ev_window_cmd_file_open.
15771
15772         * shell/ev-application.h: update prototypes
15773
15774         * shell/ev-window.c (ev_window_is_empty): impl.
15775         (ev_window_open): make public.
15776         (ev_window_cmd_file_open): use ev_application_open
15777
15778         * shell/ev-window.h: update prototypes, remove unused.
15779
15780 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15781
15782         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15783         move destroy handler out of here...
15784
15785         * shell/ev-application.c, shell/ev-application.h: ...into this new
15786         class. Also handles initial window creation.
15787
15788         * shell/main.cc (main): use EvApplication to create initial
15789         window.
15790
15791 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15792
15793         * Makefile.am (SUBDIRS): add cut-n-paste
15794
15795         * cut-n-paste/Makefile.am: add
15796
15797         * configure.ac: generate Makefiles in cut-n-paste
15798
15799 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15800
15801         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15802         (ev_window_class_init): install ev_window_dispose.
15803
15804 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15805
15806         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15807         char (gchar looks stupid).
15808
15809 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15810
15811         * po/de.po: updated German translation.
15812
15813 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15814
15815         * configure.ac: add more pkg-config library checks for gnome-vfs,
15816         bonobo etc.
15817
15818         * gpdf/configure.in: temporarily disable libpaper
15819         checks. Otherwise I'd have to add the checks for the shell, too.
15820
15821 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15822
15823         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15824         and * file filters to the file choose.
15825
15826 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15827
15828         * po/de.po: Updated German translation.
15829
15830 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15831
15832         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15833
15834 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15835
15836         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15837
15838         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15839         (ev_window_init): implement those menuitems.
15840
15841 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15842
15843         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15844
15845         * shell/ev-window.c (ev_window_init): use the toolbar.
15846
15847 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15848
15849         * shell/ev-window.c (ev_window_init): use menu translations
15850
15851 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15852
15853         * configure.ac: add "de" to ALL_LINGUAS.
15854
15855         * po/de.po: add German translation.
15856
15857 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15858
15859         * Makefile.am (SUBDIRS): add po
15860
15861         * configure.ac: check intltool, glib-gettext etc, generate
15862         po/Makefile.in
15863
15864         * po, po/POTFILES.in, po/POTFILES.skip: new.
15865
15866 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15867
15868         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15869         already use (#ifdef ENABLE_NLS)
15870
15871         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15872         pointer indirection thinko.
15873
15874         * shell/main.c: include gi18n.h for bindtextdomain etc.
15875
15876 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15877
15878         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15879         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15880         tooltips for menu items in the statusbar.
15881
15882 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15883
15884         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15885         pkgdatadir drop UIDIR
15886
15887 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15888
15889         * data/evince-ui.xml: Add File->Open menu item
15890
15891         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15892         chooser), hook it up in the ui manager.
15893
15894 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15895
15896         * shell/ev-window.c: fix Help->About tooltip.
15897
15898 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15899
15900         * configure.ac: set CFLAGS for libevprivate.
15901
15902         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15903         definitions, factory etc.
15904
15905         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15906
15907         * shell/Makefile.am: link against libevprivate.a.
15908
15909         * shell/ev-window.c (entries): add stock icon to Help->About.
15910
15911         * shell/main.c (main): init stock icon code.
15912
15913 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15914
15915         * lib/recent-files: egg recent files code
15916
15917         * lib/Makefile.am: add.
15918
15919         * Makefile.am: add lib subdir.
15920
15921         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15922         set CFLAGS for recent-files.
15923
15924 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15925
15926         * configure.ac: disable -ansi and -pedantic gcc flags. They
15927         disable POSIX stuff in stdio.h, but egg-recent uses them.
15928
15929 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15930
15931         * configure.ac: add --disable-deprecated flag (defaults to on in
15932         "cvs" builds).
15933
15934         * shell/Makefile.am (INCLUDES): use it.
15935
15936 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15937
15938         * shell/main.c: add missing #include.
15939
15940         * shell/ev-window.c: fix for pedantic gcc.
15941         (ev_window_cmd_help_about): split license into paragraphs for
15942         translators and pedantic compilers.
15943
15944 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15945
15946         * configure.ac: add more warning flags if compiling with gcc from
15947         cvs (or explicitly requested with --enable-more-warnings).
15948
15949 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15950
15951         * data/evince-ui.xml: add File and File->Close menu.
15952
15953         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15954         (ev_window_destroy): quit after destroy.
15955         (ev_window_class_init): override GtkObject::destroy.
15956         (entries): install close_window callback.
15957
15958 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15959
15960         * Makefile.am (SUBDIRS): add data subdir.
15961
15962         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15963         gtk+ 2.5.0 for GtkAboutDialog.
15964
15965         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15966         main window.
15967
15968         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15969
15970         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15971         manager.
15972         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15973
15974 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15975
15976         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15977
15978 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15979
15980         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15981
15982 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15983
15984         * shell/*: Added shell directory boilerplate, build it.
15985
15986 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15987
15988         * configure.ac, Makefile.am: Added top-level configure.ac and
15989         Makefile.am