]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Create and load the document based on the mime-type provided by nautilus
[evince.git] / ChangeLog
1 2009-04-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * properties/ev-properties-main.c: (ev_properties_get_pages):
4
5         Create and load the document based on the mime-type provided by
6         nautilus instead of using our own documents factory. Fixes bug
7         #533917.
8         
9 2009-04-09  Benjamin Berg  <benjamin@sipsolutions.net>
10
11         * backend/tiff/tiff-document.c: (tiff_document_render):
12         Fix tiff pixel conversion on big endian machines. Fixes bug #509920.
13
14 2009-04-09  Benjamin Berg  <benjamin@sipsolutions.net>
15
16         * backend/dvi/cairo-device.c: (dvi_cairo_put_pixel):
17         Fix output on big endian machines. Fixes bug #578433.
18
19 2009-04-08  Dan Winship  <danw@gnome.org>
20         * cut-n-paste/smclient/eggsmclient-xsmp.c (save_state):
21         
22         Fix the .desktop-file-as-state-file case;
23         egg_desktop_file_get_source() returns a URI, not a filename.
24
25 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * configure.ac:
28         * cut-n-paste/Makefile.am:
29         * cut-n-paste/evmountoperation/*: Removed
30         * po/POTFILES.in:
31         * shell/Makefile.am:
32         * shell/ev-print-operation.c:
33         * shell/ev-window.c: (window_open_file_copy_ready_cb),
34         (ev_window_cmd_help_contents), (launch_action),
35         (launch_external_uri):
36
37         Bump GTK+ requirement to 2.14.
38         
39 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-window.c: (window_open_file_copy_ready_cb),
42         (reload_remote_copy_ready_cb), (window_save_file_copy_ready_cb):
43
44         Use g_error_matches() instead of manually check error code and
45         domain.
46         
47 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * shell/ev-window.c: (ev_window_clear_temp_symlink),
50         (ev_window_dispose):
51
52         Delete the temp symlink created when opening a copy.
53         
54 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * po/POTFILES.in:
57
58         Add previewer files to POTFILES.in.
59         
60 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
63         (main):
64
65         Delete the print settings file.
66         
67 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * data/evince-ui.xml:
70         * shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
71         (ev_application_open_uri), (ev_application_open_uri_list):
72         * shell/ev-print-operation.c: (export_print_done):
73         * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
74         (update_chrome_visibility), (ev_window_clear_local_uri),
75         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
76         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
77         (ev_window_cmd_recent_file_activate),
78         (ev_window_open_recent_action_item_activated),
79         (ev_window_dispose), (open_remote_link):
80         * shell/main.c: (launch_previewer), (arguments_parse), (main):
81
82         Remove the preview mode from EvWindow. EvPrintOperation now 
83         launches evince-previewer. The preview mode command line options
84         have not been removed to keep backwards compatibility, launching
85         evince-previewer when evince is run in preview mode.
86         
87 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * configure.ac:
90         * Makefile.am:
91         * data/Makefile.am:
92         * previewer/Makefile.am:
93         * previewer/ev-previewer-window.[ch]:
94         * previewer/ev-previewer.c:
95
96         Add evince-previewer as a separate applicaton that implements the
97         preview mode.
98         
99 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
100
101         * configure.ac:
102         * Makefile.am:
103         * po/POTFILES.in:
104         * shell/Makefile.am:
105         * shell/ev-page-action-widget.[ch]:
106         * shell/ev-page-action.[ch]:
107         * shell/ev-stock-icons.[ch]:
108         * shell/ev-application.c:
109         * shell/main.c:
110         * libmisc/Makefile.am:
111         * libmisc/ev-page-action-widget.[ch]:
112         * libmisc/ev-page-action.[ch]:
113         * libmisc/ev-stock-icons.[ch]:
114
115         Move EvPageAction and EvStockIcons from shell to a new internal
116         library (libevmisc) that will be used by the evince previewer too.
117         
118 2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
119
120         * backend/tiff/tiff2ps.c (tiff2ps_context_new):
121         
122         Fixes memory leak. Bug #578285.
123         
124 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * libview/ev-view.[ch]: (ev_view_set_zoom),
127         (ev_view_update_view_size):
128         * shell/ev-window.c: (ev_window_set_view_size),
129         (ev_window_sizing_mode_changed_cb), (ev_window_init):
130
131         Move ev_view_update_view_size() from libview to ev-window again
132         and make sure the view is not redrawn when calling
133         ev_view_set_zoom more than once with the same zoom scale.
134
135 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
136
137         * shell/ev-window.c:
138
139         Follow up to bug #539972. Alt+Arrows conflict with
140         view scrolling, changed it to Ctrl+Arrows.
141
142 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
143
144         * shell/ev-print-operation.c (clamp_ranges),
145         (ev_print_operation_export_print_dialog_response_cb):
146         * test/Makefile.am:
147         * test/test7.py:
148         
149         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
150         the bug 517735. Fixes preview of the empty selection.
151
152 2009-04-01  Christian Persch  <chpe@gnome.org>
153
154         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
155         BugBuddyBugs component.
156
157 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
158
159         * shell/ev-application.c (ev_application_init):
160         
161         Set proper path to saved accels file. Fixes bug #577500.
162
163 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
164
165         * libview/ev-transition-animation.c:
166         (ev_transition_animation_paint), (ev_transition_animation_ready):
167
168         Animation is ready only when origin surface is ready. This fixes
169         fading animations because otherwise next page is displayed 
170         before animaiton starts.
171
172 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
173
174         * test/Makefile.am:
175         * test/test6.py:
176         
177         Added a test to check printing and a size of the file.
178
179 2009-03-24  Christian Persch  <chpe@gnome.org>
180
181         * cut-n-paste/smclient/eggdesktopfile.c:
182         (egg_desktop_file_launchv), (egg_set_desktop_file):
183         * cut-n-paste/smclient/eggsmclient.c:
184         (egg_sm_client_get_option_group): Update smclient from libegg master.
185
186 2009-03-19  Christian Persch  <chpe@gnome.org>
187
188         * shell/ev-window.c: (ev_window_cmd_save_as),
189         (ev_window_cmd_file_close_window),
190         (ev_view_popup_cmd_save_image_as),
191         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
192         order for dialogues.
193
194 2009-03-19  Christian Persch  <chpe@gnome.org>
195
196         Bug 575085 – titles not translated in the nautilus tab
197
198         * properties/ev-properties-view.c: (set_property): Translate the
199         categories.
200
201 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * NEWS:
204         * configure.ac:
205
206         Updated for release 2.26.0
207         
208 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
209
210         * properties/ev-properties-view.c:
211         (ev_properties_view_format_date): Make the fixed sized string a 
212         semantically correct const char[] instead of a const char* to fix 
213         a compiler warning if built with -Wformat.
214         ** Fixes bug 574168
215
216 2009-03-03  Christian Persch  <chpe@gnome.org>
217
218         * libdocument/ev-document-factory.c:
219         (ev_document_factory_get_document): If the document is encrypted,
220         the ev_document_factory_get_document() is supposed to return the
221         document *and* fill in the error. So let's propagate the local error.
222
223 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * NEWS:
226
227         Update for release 2.25.92.
228         
229 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * libview/ev-view.c: (ev_view_goto_window_create):
232
233         Show the 'jump to page' window in the right GdkScreen. Fixes bug
234         #560541.
235         
236 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * shell/ev-window.c: (ev_window_set_document),
239         (ev_window_reload_job_cb):
240
241         Do not lose page position when reloading. Fixes bug #573091.
242         
243 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
246         (pdf_document_thumbnails_get_thumbnail),
247         (pdf_document_thumbnails_get_dimensions):
248
249         Make our own thumbnail when the provided one doesn't have the size
250         we need. Based on patch and feedback by Christian Spurk. Fixes
251         bugs #323198 and #307357.
252         
253 2009-02-27   Christian Spurk  <mail@code.chriki.de>
254
255         * thumbnailer/evince-thumbnailer.c: (main):
256
257         Reduce the restriction on the minimum size of thumbnails from 40
258         to 1. See bug #323198.
259         
260 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
263
264         Use GOption in thumbnailer.
265         
266 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * backend/pdf/ev-poppler.cc: (pdf_document_save),
269         (pdf_document_forms_form_field_text_set_text),
270         (pdf_document_forms_form_field_button_set_state),
271         (pdf_document_forms_form_field_choice_select_item),
272         (pdf_document_forms_form_field_choice_toggle_item),
273         (pdf_document_forms_form_field_choice_unselect_all),
274         (pdf_document_forms_form_field_choice_set_text):
275
276         Use poppler_document_save_a_copy(), which never saves the document
277         modifications, when saving an unmodified document. It makes saving
278         a copy of encrypted PDFs work again. Fixes bug #566791.
279         
280 2009-02-18  Christian Persch  <chpe@gnome.org>
281
282         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
283         Don't use g_quark_from_static_string in a loadable module!
284
285 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * configure.ac:
288
289         Update for release 2.25.91
290         
291 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
292
293         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
294         GTK symbol in commented out code. Bug #571707
295
296 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * NEWS:
299
300         Update for release 2.25.91.
301         
302 2009-02-16  Christian Persch  <chpe@gnome.org>
303
304         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
305         memory read.
306
307 2009-02-15  Christian Persch  <chpe@gnome.org>
308
309         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
310         warnings.
311
312 2009-02-15  Christian Persch  <chpe@gnome.org>
313
314         * libdocument/Makefile.am:
315         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
316
317 2009-02-15  Christian Persch  <chpe@gnome.org>
318
319         * libdocument/ev-document-type-builtins.c.template:
320         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
321
322 2009-02-14  Christian Persch  <chpe@gnome.org>
323
324         * backend/impress/impress-document.c: (impress_document_save):
325         Fill in the error.
326
327 2009-02-14  Christian Persch  <chpe@gnome.org>
328
329         * libdocument/ev-document.c: (ev_document_load): Add code to catch
330         backends incorrectly implementing the load vfunc.
331
332 2009-02-14  Christian Persch  <chpe@gnome.org>
333
334         * libdocument/ev-document-factory.c:
335         (ev_document_factory_get_document): Use a local GError, and propagate
336         as appropriate, making sure always to fill in @error if returning NULL.
337
338 2009-02-14  Christian Persch  <chpe@gnome.org>
339
340         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
341
342 2009-02-14  Christian Persch  <chpe@gnome.org>
343
344         * backend/pdf/ev-poppler.cc: Plug a mem leak.
345
346 2009-02-14  Christian Persch  <chpe@gnome.org>
347
348         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
349         an error.
350
351 2009-02-14  Christian Persch  <chpe@gnome.org>
352
353         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
354         to always set @error when returning FALSE. Fix a typo.
355
356 2009-02-14  Christian Persch  <chpe@gnome.org>
357
358         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
359         to always set @error when returning FALSE.
360
361 2009-02-14  Christian Persch  <chpe@gnome.org>
362
363         * backend/comics/comics-document.c: (comics_document_load): Make sure
364         to always set @error when returning FALSE.
365
366 2009-02-14  Christian Persch  <chpe@gnome.org>
367
368         * backend/impress/impress-document.c: (impress_document_load): Plug a
369         mem leak.
370
371 2009-02-14  Christian Persch  <chpe@gnome.org>
372
373         * backend/impress/impress-document.c: (impress_document_load): Don't
374         overwrite an error.
375
376 2009-02-14  Christian Persch  <chpe@gnome.org>
377
378         * libdocument/ev-document.c: (ev_document_info_copy): Remove
379         unnecessary NULL check; g_strdup() is NULL-safe.
380
381 2009-02-14  Christian Persch  <chpe@gnome.org>
382
383         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
384         that this returns either NULL and fills in error, or non-NULL. Use a
385         local GError so we can reliably check it.
386
387 2009-02-14  Christian Persch  <chpe@gnome.org>
388
389         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
390         content type to get the description, not the MIME type.
391
392 2009-02-14  Christian Persch  <chpe@gnome.org>
393
394         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
395         in @error on failure. Also, since this is exported in public APIs,
396         cope with the passed-in GError** being NULL.
397
398 2009-02-13  Christian Persch  <chpe@gnome.org>
399
400         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
401         safety.
402         (get_mime_type_from_data): Return the MIME type, not the content type.
403
404 2009-02-13  Christian Persch  <chpe@gnome.org>
405
406         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
407         the input stream.
408
409 2009-02-13  Christian Persch  <chpe@gnome.org>
410
411         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
412         all errors upwards.
413
414 2009-02-13  Christian Persch  <chpe@gnome.org>
415
416         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
417         more bytes from buffer than were read from the file.
418
419 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * properties/ev-properties-view.c (set_property):
422         
423         Fixes bug #571787.
424
425 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/eggfindbar.c: (egg_find_bar_init):
428
429         Use gtk_tool_button_set_use_underline() for next/previous buttons
430         so that the underline is used for the mnemonic. Fixes bug #571547.
431         
432 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * shell/ev-window.c: (setup_document_from_metadata),
435         (setup_sidebar_from_metadata), (setup_document_from_metadata),
436         (setup_view_from_metadata), (ev_window_set_document),
437         (ev_window_load_job_cb), (ev_window_reload_job_cb),
438         (ev_window_reload_remote), (ev_window_init):
439
440         Do not use metadata when reloading the document, so that the
441         window is not resized when reloading. See bugs #571051 and
442         #304249.
443         
444 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * configure.ac:
447         * cut-n-paste/smclient/Makefile.am:
448
449         Fix smclient libs on cycgwin. See bug #339172.
450         
451 2009-02-08  Christian Persch  <chpe@gnome.org>
452
453         * configure.ac:
454         * libdocument/Makefile.am:
455         * libview/Makefile.am: Add experimental introspection support.
456         Disabled by default; use --enable-introspection to enable it.
457         Bug #569083.
458
459 2009-02-08  Christian Persch  <chpe@gnome.org>
460
461         * libview/Makefile.am: Link libevdocument.la to libevview.la.
462
463 2009-02-05  Christian Persch  <chpe@gnome.org>
464
465         * backend/comics/comics-document.c: (comics_document_load):
466         * backend/djvu/djvu-document.c: (djvu_document_load):
467         * backend/dvi/dvi-document.c: (dvi_document_load):
468         * backend/impress/impress-document.c: (impress_document_load):
469         * backend/pdf/ev-poppler.cc:
470         * libdocument/ev-document-factory.c: (get_document_from_uri),
471         (ev_document_factory_get_document):
472         * shell/ev-print-operation.c:
473         (ev_print_operation_export_print_dialog_response_cb): Use
474         g_set_error_literal now that we depend on glib 2.18.
475
476 2009-02-05  Hib Eris  <hib@hiberis.nl>
477
478         * shell/ev-application.c:
479
480         Include gdkx.h only with X11. See bug #339172.
481         
482 2009-02-05  Hib Eris  <hib@hiberis.nl>
483
484         * backend/pdf/pdfdocument.evince-backend.in:
485
486         Add application/x-ext-pdf mime type for pdf backend. See bug
487         #339172.
488         
489 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * configure.ac:
492         * cut-n-paste/smclient/Makefile.am:
493         * cut-n-paste/smclient/eggdesktopfile.c:
494         * cut-n-paste/smclient/eggsmclient-win32.c:
495         * shell/main.c:
496
497         Make session manager code compile for w32. These changes have been
498         taken from upstream libegg. Based on patch by Hib Eris. See bug
499         #339172.
500         
501 2009-02-05  Hib Eris  <hib@hiberis.nl>
502
503         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
504
505         Make screensaver code compile for w32. These changes have been
506         copied from upstream totem. See bug #339172.
507         
508 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * configure.ac:
511         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
512
513         Make use of GConf optional. Based on patch by Hib Eris. See bug
514         #339172.
515         
516 2009-02-04  Christian Persch  <chpe@gnome.org>
517
518         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
519         evince gettext domain, so i18n works in the library.
520
521         * properties/ev-properties-main.c: (nautilus_module_initialize):
522         Remove extra bindtextdomain call.
523
524 2009-02-04  Christian Persch  <chpe@gnome.org>
525
526         * backend/comics/comics-document.c:
527         * backend/djvu/djvu-document.c:
528         * backend/dvi/dvi-document.c:
529         * backend/impress/impress-document.c:
530         * backend/pdf/ev-poppler.cc:
531         * backend/pixbuf/pixbuf-document.c:
532         * backend/ps/ev-spectre.c:
533         * backend/tiff/tiff-document.c:
534         * libdocument/ev-attachment.c:
535         * libdocument/ev-document-factory.c:
536         * libview/ev-jobs.c:
537         * libview/ev-view-accessible.c:
538         * libview/ev-view.c:
539         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
540         gi18n.h.
541
542 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * NEWS:
545         * configure.ac:
546
547         Update for release 2.25.90
548         
549 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * cut-n-paste/zoom-control/ephy-zoom-control.c:
552         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
553
554         Remove the old tooltips code and use G_DEFINE_TYPE().
555         
556 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * configure.ac:
559         * help/reference/Makefile.am:
560         * help/reference/libdocument/Makefile.am:
561         * help/reference/libdocument/libevdocument-docs.sgml:
562         * help/reference/libdocument/libevdocument.types:
563         * help/reference/libdocument/version.xml.in:
564         * help/reference/libview/Makefile.am:
565         * help/reference/libview/libevview-docs.sgml:
566         * help/reference/libview/libevview.types:
567         * help/reference/libview/version.xml.in:
568         * help/reference/shell/Makefile.am:
569         * help/reference/shell/evince-docs.sgml:
570         * help/reference/shell/evince.types:
571         * help/reference/shell/tmpl/dummy.sgml:
572         * help/reference/shell/version.xml.in:
573
574         Split API documentation into libdocument, libview and
575         shell. Required gtk-doc files has been added, but API docs still
576         need to be completed and improved. Fixes bug #568465.
577         
578 2009-02-01  Christian Persch  <chpe@gnome.org>
579
580         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
581
582 2009-02-01  Christian Persch  <chpe@gnome.org>
583
584         * backend/Makefile.am:
585         A backend/backend.symbols:
586         * configure.ac: Only export the backend module entry point. Bug
587         #569998.
588
589 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/eggfindbar.c: (egg_find_bar_init):
592
593         Add mnemonics to buttons in search bar. Fixes bug #569212.
594         
595 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
596         
597         * shell/ev-print-operation.c:
598         (ev_print_operation_export_print_dialog_response_cb):
599
600         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
601         
602 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
605
606         Clamp top/bottom values of destinations to make sure they are not
607         bigger than the page height. Fixes bug #569327.
608         
609 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * libdocument/ev-debug.h:
612
613         Fix build when debug mode is disabled.
614         
615 2009-01-30  Christian Persch  <chpe@gnome.org>
616
617         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
618         this return TRUE only if any backends were loaded, so the ev_init()
619         function works as documented.
620
621 2009-01-30  Christian Persch  <chpe@gnome.org>
622
623         * evince-document.h:
624         * libdocument/Makefile.am:
625         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
626         #569117.
627
628         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
629         * libdocument/ev-backends-manager.h:
630         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
631         * libdocument/ev-debug.h:
632         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
633         (_ev_file_helpers_shutdown):
634         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
635         private.
636
637         * properties/ev-properties-main.c: (nautilus_module_initialize),
638         (nautilus_module_shutdown):
639         * shell/main.c: (main):
640         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
641         init/shutdown method.
642
643 2009-01-29  Christian Persch  <chpe@gnome.org>
644
645         * shell/main.c: (option_version_cb): Add --version which was lost in
646         the libgnome removal. Bug #562869.
647
648 2009-01-26  Christian Persch  <chpe@gnome.org>
649
650         * shell/ev-application.c: (ev_application_register_service),
651         (ev_application_shutdown):
652         * shell/main.c: (main): Move metadata manager initialisation and
653         shutdown into EvApplication. Follow-up from bug #569120.
654
655 2009-01-26  Christian Persch  <chpe@gnome.org>
656
657         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
658         copy the string twice. Bug #569231.
659
660 2009-01-26  Christian Persch  <chpe@gnome.org>
661
662         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
663         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
664         * libdocument/ev-file-helpers.h:
665         * shell/ev-application.c: (ev_application_shutdown),
666         (ev_application_init), (ev_application_screensaver_disable),
667         (ev_application_save_print_settings),
668         (ev_application_set_page_setup):
669         * shell/ev-application.h:
670         * shell/ev-metadata-manager.c: (load_values),
671         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
672         shell, since it shouldn't be public API. Bug #569120.
673
674         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
675         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
676
677 2009-01-25  Christian Persch  <chpe@gnome.org>
678
679         Bug 569082 – use versioned directory for backends
680
681         * configure.ac: Define ev_binary_version and backenddir.
682         * evince-document.pc.in: Add backenddir variable.
683         * libdocument/Makefile.am:
684         * backend/*/Makefile.am: Remove backenddir definition, so it picks
685         up the one from configure.
686
687 2009-01-25  Christian Persch  <chpe@gnome.org>
688
689         * configure.ac:
690         * evince-document.pc.in: Renamed from evince-backend.pc.in.
691         * libdocument/Makefile.am: Renamed library to libevdocument.la.
692         * libview/Makefile.am:
693         * shell/Makefile.am:
694         * backend/*/Makefile.am: Adapt to changed library name.
695
696         * libdocument/Makefile.am:
697         * libview/Makefile.am: Change the installed headers path to match
698         the directory names in SVN.
699
700         * evince-document.h:
701         * evince-view.h: Add single headers. Bug #568227.
702
703         * libdocument/*.h:
704         * libview/*.h: Add single headers guards.
705
706         * libview/Makefile.am:
707         * libdocument/Makefile.am:
708         * backend/*/Makefile.am:
709         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
710         still include individual headers.
711
712         * properties/Makefile.am:
713         * properties/ev-properties-main.c:
714         * properties/ev-properties-view.h:
715         * thumbnailer/Makefile.am:
716         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
717
718         * libdocument/Makefile.am:
719         * libview/Makefile.am: Generate type builtins from all installed headers.
720         * libdocument/ev-link-action.[ch]:
721         * libdocument/ev-link-dest.[ch]:
722         * libdocument/ev-transition-effect.[ch]:
723         * libview/ev-view.[ch]: Remove handcoded type builtins.
724
725         * libdocument/Makefile.am:
726         * evince-document.h: Add ev-document-factory.h to the public headers.
727
728 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-sidebar-page.c:
731
732         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
733         #568228.
734         
735 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * libdocument/ev-document.h:
738
739         Add EV_DEFINE_INTERFACE macro.
740         
741         * libdocument/ev-async-renderer.c:
742         * libdocument/ev-document-find.c:
743         * libdocument/ev-document-fonts.c:
744         * libdocument/ev-document-forms.c:
745         * libdocument/ev-document-images.c:
746         * libdocument/ev-document-layers.c:
747         * libdocument/ev-document-links.c:
748         * libdocument/ev-document-security.c:
749         * libdocument/ev-document-thumbnails.c:
750         * libdocument/ev-document-transition.c:
751         * libdocument/ev-document.c:
752         * libdocument/ev-file-exporter.c:
753         * libdocument/ev-selection.c:
754
755         Use EV_DEFINE_INTERFACE macro to define interfaces in
756         libdocument. See bug #568228.
757         
758 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * libdocument/ev-document.[ch]:
761
762         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
763         #568228.
764         
765 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
766
767         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
768         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
769         (new_separator_pixbuf):
770         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
771         (egg_toolbar_editor_disconnect_model),
772         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
773         (egg_toolbar_editor_finalize):
774         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
775         * cut-n-paste/toolbar-editor/eggmarshalers.list:
776         
777         Sync EggToolbarEditor with libegg.
778
779 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
780
781         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
782         When saving a file, using the default permissions for the user/system,
783         respecting umask and any setgid bit on the directory. Uses the new
784         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
785         Bug #568593.
786         
787 2009-01-21  Christian Persch  <chpe@gnome.org>
788
789         * configure.ac:
790         * libdocument/Makefile.am:
791         * libview/Makefile.am: Add libtool versioning to libevbackend and
792         libevview. Bug #568229.
793
794 2009-01-21  Christian Persch  <chpe@gnome.org>
795
796         * Makefile.am:
797         * configure.ac:
798         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
799
800 2009-01-21  Christian Persch  <chpe@gnome.org>
801
802         * configure.ac:
803         * libdocument/Makefile.am:
804         A libdocument/ev-version.h.in: Add version defines and version check
805         macro. Bug #568224.
806
807 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
808
809         * shell/ev-sidebar-links.c
810         * shell/ev-print-operation.c:
811         * shell/ev-history.c:
812         * shell/ev-file-monitor.c:
813         * shell/ev-window.c:
814         * shell/ev-password-view.c:
815         * shell/ev-sidebar-thumbnails.c:
816         * shell/ev-sidebar-attachments.c:
817         * libview/ev-pixbuf-cache.c:
818         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
819         Bug #568386.
820
821 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
822
823         * libdocument/ev-document-info.h:
824
825         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
826         
827 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
828
829         * libview/Makefile.am:
830
831         Install ev-job-scheduler.h. See bug #567790.
832         
833 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
834
835         * libdocument/Makefile.am:
836
837         Install ev-backends-manager.h and
838         ev-document-type-builtins.h. Fixes bug #567787.
839         
840 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * NEWS:
843         * configure.ac:
844
845         Update for release 2.25.5
846         
847 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * libview/ev-view.c: (ev_view_drag_data_get):
850
851         Fix second parameter passed to gtk_selection_data_set_uris(), 
852         it expects a gchar **.
853         
854 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
855
856         * libdocument/Makefile.am:
857         * libdocument/ev-document-info.h:
858         * libdocument/ev-document-type-builtins.c.template:
859         * libdocument/ev-document-type-builtins.h.template:
860         * libdocument/ev-document.c: (ev_document_info_get_type),
861         (ev_document_info_copy):
862
863         Make EvDocumentInfo and enums definded in ev-document-info.h
864         GTypes. Fixes bug #567789.
865         
866 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
867
868         * shell/main.c (arguments_parse): Fix for a minor code typo.
869
870 2009-01-18  Christian Persch  <chpe@gnome.org>
871
872         * help/reference/Makefile.am:
873         * help/reference/evince.types: Fix the API docs build. Bug #568171.
874
875 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
876
877         * libview/Makefile.am:
878         * libview/ev-view-type-builtins.c.template:
879         * libview/ev-view-type-builtins.h.template:
880
881         Make EvJobPriority a proper GType. Fixes bug #567788.
882         
883 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * configure.ac:
886         * cut-n-paste/*/Makefile.am:
887         * libdocument/Makefile.am:
888
889         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
890         code.
891         
892 2009-01-18  Christian Persch  <chpe@gnome.org>
893
894         * libview/ev-view.c: (ev_view_drag_data_get),
895         (ev_view_drag_motion), (ev_view_update_primary_selection),
896         (clear_link_selected):
897         * shell/ev-sidebar-attachments.c:
898         (ev_sidebar_attachments_drag_data_get),
899         (ev_sidebar_attachments_get_property),
900         (ev_sidebar_attachments_init):
901         * shell/ev-window.c: Update drag handling code to use the
902         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
903         hardcoding the targets lists. Bug #558084.
904         
905 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * libdocument/Makefile.am:
908         * libdocument/ev-backend-marshal.c:
909         * libdocument/ev-backend-marshalers.list:
910         * libdocument/ev-document.c:
911
912         Remove unused marshalers stuff from libdocument.
913         
914 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * po/POTFILES.in:
917
918         Update for the current source tree.
919         
920 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * configure.ac:
923         * Makefile.am:
924         * libdocument/Makefile.am:
925         * libview/Makefile.am:
926         * libview/ev-job-scheduler.[ch]:
927         * libview/ev-jobs.[ch]:
928         * libview/ev-page-cache.[ch]:
929         * libview/ev-pixbuf-cache.[ch]:
930         * libview/ev-timeline.[ch]:
931         * libview/ev-transition-animation.[ch]:
932         * libview/ev-view-accessible.[ch]:
933         * libview/ev-view-marshal.list:
934         * libview/ev-view.[ch]:
935         * shell/Makefile.am:
936
937         Move EvView specific code to a libeviview library so that it can
938         be embbeded in other applications. Based on patches by Tomeu
939         Vizoso. Fixes bug #567751.
940         
941 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
944         * shell/ev-window.c: (ev_window_load_job_cb),
945         (ev_window_load_job_cb), (ev_window_open_uri),
946         (ev_window_reload_local), (ev_window_dispose):
947
948         Remove dest, mode and search_string from EvJobLoad since they are
949         not really needed by the job, but for the window.
950         
951 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * shell/ev-view.c: (ev_view_drag_data_received),
954         (ev_view_class_init), (ev_view_init):
955         * shell/ev-window.c: (ev_window_drag_data_received),
956         (ev_window_class_init), (ev_window_init):
957
958         Make the whole EvWindow the destination of a drag and drop
959         operation.
960         
961 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * shell/ev-window.c: (window_open_file_copy_progress_cb):
964
965         Add missing brakets around the percentage in progress
966         messages. See bug #567910.
967         
968 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * shell/ev-application.c: (ev_application_open_window),
971         (ev_application_open_uri_at_dest):
972
973         Do no use gdk_x11_* when not available. Based on patch by Hib
974         Eris, see bug #339172.
975         
976 2009-01-16  Hib Eris  <hib@hiberis.nl>
977
978         * configure.ac:
979         * properties/ev-properties-view.c:
980         (ev_properties_view_format_date):
981
982         Check for localtime_r. See bug #339172.
983         
984 2009-01-16  Hib Eris  <hib@hiberis.nl>
985
986         * shell/main.c:
987
988         Include gdkx only for dbus support. See bug #339172.
989         
990 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
991
992         * shell/ev-view.c: (ev_view_set_zoom_for_size):
993
994         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
995         #567785.
996         
997 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/ev-window.c: (reload_remote_copy_progress_cb),
1000         (window_save_file_copy_progress_cb):
1001
1002         Use brakets around the percentage in progress messages. See bug
1003         #567910.
1004         
1005 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-window.c: (reload_remote_copy_ready_cb):
1008
1009         Fix typo in error message. See bug #567910.
1010         
1011 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-window.c: (ev_window_cmd_file_close_window):
1014
1015         Fix mnemonic conflict. Fixes bug #567937.
1016         
1017 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1018
1019         * NEWS:
1020         * configure.ac:
1021
1022         Update for release 2.25.4
1023         
1024 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1025
1026         * configure.ac:
1027         
1028         GLib version requirement bumped to 2.18 due to g_set_error_literal.
1029         Thanks to Christian Spurk.
1030
1031 2008-12-31  Hib Eris  <hib@hiberis.nl>
1032         
1033         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
1034
1035         Fix mime type handling.
1036         
1037 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * po/POTFILES.in:
1040
1041         Add ev-print-operation.c.
1042         
1043 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * shell/ev-window.c: (ev_window_clear_progress_idle),
1046         (reset_progress_idle), (ev_window_show_progress_message),
1047         (ev_window_reset_progress_cancellable),
1048         (ev_window_progress_response_cb), (show_loading_progress),
1049         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
1050         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
1051         (show_reloading_progress), (reload_remote_copy_ready_cb),
1052         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
1053         (show_saving_progress), (window_save_file_copy_ready_cb),
1054         (window_save_file_copy_progress_cb), (ev_window_save_remote),
1055         (ev_window_dispose):
1056
1057         Show progress information when loading/saving remote files. Fixes
1058         bug #370958.
1059         
1060 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
1063
1064         Show better warning message when temp file cannot be deleted.
1065         
1066 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * shell/ev-window.c: (image_save_dialog_response_cb):
1069
1070         Fix saving images to remote locations.
1071         
1072 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-application.[ch]: (ev_application_shutdown),
1075         (ev_application_get_print_settings_file),
1076         (ev_application_save_print_settings),
1077         (ev_application_get_print_settings),
1078         (ev_application_set_print_settings),
1079         (ev_application_get_page_setup), (ev_application_set_page_setup):
1080         * shell/ev-window.c: (ev_window_save_print_page_setup),
1081         (ev_window_load_print_page_setup_from_metadata),
1082         (ev_window_print_page_setup_done_cb),
1083         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
1084         (ev_window_cmd_preview_print):
1085
1086         Remember page setup options too. Paper size is globally remembered
1087         while page margins are stored per document in metadata file. Fixes
1088         bugs #525185 and #349102.
1089         
1090 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-print-operation.c:
1093         (ev_print_operation_export_print_dialog_response_cb):
1094
1095         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1096         
1097 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * shell/ev-print-operation.c: (export_cancel),
1100         (export_job_cancelled), (ev_print_operation_export_begin),
1101         (ev_print_operation_export_cancel):
1102         * shell/ev-window.c: (ev_window_print_cancel),
1103         (ev_window_print_update_pending_jobs_message),
1104         (ev_window_print_operation_done),
1105         (ev_window_print_operation_status_changed),
1106         (print_jobs_confirmation_dialog_response),
1107         (ev_window_cmd_file_close_window):
1108
1109         Show a confirmation dialog when there are pending print jobs while
1110         closing the main window. Fixes bug #480964.
1111         
1112 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1115         (ev_print_operation_get_job_name),
1116         (ev_print_operation_get_status),
1117         (ev_print_operation_get_progress),
1118         (ev_print_operation_update_status),
1119         (ev_print_operation_export_get_job_name), (clamp_ranges),
1120         (get_first_and_last_page), (ev_print_operation_export_run_next),
1121         (print_job_finished), (export_print_done), (export_job_cancelled),
1122         (update_progress), (export_print_page),
1123         (ev_print_operation_export_begin),
1124         (ev_print_operation_export_print_dialog_response_cb),
1125         (ev_print_operation_export_run),
1126         (ev_print_operation_export_cancel),
1127         (ev_print_operation_export_class_init):
1128         * shell/ev-window.c:
1129         (ev_window_print_update_pending_jobs_message),
1130         (ev_window_print_operation_done),
1131         (ev_window_print_progress_response_cb),
1132         (ev_window_print_operation_status_changed),
1133         (ev_window_print_operation_begin_print), (ev_window_print_range),
1134         (ev_window_dispose):
1135
1136         Show progress information when printing. Fixes bug #482770.
1137         
1138 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/Makefile.am:
1141         * shell/ev-progress-message-area.[ch]:
1142         * shell/ev-message-area.[ch]: (ev_message_area_init),
1143         (ev_message_area_set_image_from_stock):
1144
1145         Add EvProgressMessageArea derived from EvMessageArea to show
1146         progress information in the message area. 
1147         
1148 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1151
1152         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1153         close button. Add a function to get the contents of the message
1154         area.
1155         
1156 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * shell/Makefile.am:
1159         * shell/ev-print-operation.[ch]:
1160         * shell/ev-jobs.[ch]: (ev_job_export_init),
1161         (ev_job_export_dispose), (ev_job_export_run),
1162         (ev_job_export_class_init), (ev_job_export_new),
1163         (ev_job_export_set_page):
1164         * shell/ev-window.c: (ev_window_print_operation_done),
1165         (ev_window_print_range), (ev_window_dispose):
1166
1167         First step of the printing system rework. EvJobPrint has been
1168         replaced by EvJobExport so that every page is scheduled to be
1169         exported in a thread instead of scheduling the whole printing
1170         process. This way the gui is responsive during printing.
1171         
1172 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * shell/ev-window.c: (setup_size_from_metadata),
1175         (ev_window_load_print_settings_from_metadata):
1176
1177         Fix memory leaks.
1178         
1179 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * libdocument/ev-document.c: (ev_document_get_type):
1182
1183         Add GObject type as prerequisite to EvDocument interface so that
1184         document instances can be used as GObjects.
1185         
1186 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/ev-view.c: (jump_to_find_result):
1189
1190         Only jump the the location of the find result for the first match
1191         when searching. It drastically improves the performance when
1192         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1193         #564774.
1194         
1195 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * properties/ev-properties-main.c: (ev_properties_get_pages):
1198         * properties/ev-properties-view.[ch]:
1199         (ev_properties_view_dispose), (ev_properties_view_class_init),
1200         (ev_properties_view_set_info), (ev_properties_view_new):
1201         * shell/ev-properties-dialog.[ch]:
1202         (ev_properties_dialog_set_document):
1203         * shell/ev-window.c: (ev_window_setup_document),
1204         (ev_window_cmd_file_properties):
1205
1206         Add document URI to properties page. Fixes bug #555376.
1207         
1208 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * configure.ac:
1211         * data/Makefile.am:
1212         * data/evince-password.glade: Removed
1213         * data/evince-properties.glade: Removed
1214         * properties/ev-properties-view.c:
1215         (ev_properties_view_class_init), (set_property),
1216         (ev_properties_view_set_info), (ev_properties_view_init):
1217         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1218         (font_cell_data_func), (ev_properties_fonts_init):
1219
1220         Remove Glade dependency.
1221         
1222 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * backend/comics/comics-document.c: (comics_document_load):
1225
1226         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1227         
1228 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * NEWS:
1231         * configure.ac:
1232
1233         Update for release 2.25.2
1234         
1235 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * configure.ac:
1238         * shell/Makefile.am:
1239         * shell/ev-keyring.[ch]:
1240         * shell/ev-password.[ch]: Removed
1241         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1242         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1243         (ev_password_view_init), (ev_password_view_set_uri),
1244         (ev_password_dialog_got_response),
1245         (ev_password_dialog_remember_button_toggled),
1246         (ev_password_dialog_entry_changed_cb),
1247         (ev_password_dialog_entry_activated_cb),
1248         (ev_password_view_ask_password), (ev_password_view_get_password),
1249         (ev_password_view_get_password_save_flags),
1250         (ev_password_view_new):
1251         * shell/ev-window.c: (ev_window_password_view_unlock),
1252         (ev_window_load_job_cb), (ev_window_close_dialogs),
1253         (ev_window_init):
1254
1255         Rework the password view. When the password is in the keyring it's
1256         used automatically without showing the password dialog and it's  
1257         only stored in the keyring when we are sure it's correct. The
1258         password dialog has been reworked too, in order to make it
1259         more hig compliant and consistent with the GTK+ dialog used in
1260         gtkmountoperation. Fixes bug #562496. 
1261         
1262 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * backend/comics/comics-document.c: (comics_document_load):
1265
1266         Do not trust file extensions when getting the command needed to
1267         uncompress comic documents. Fixes bug #562143.
1268         
1269 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * libdocument/ev-document-factory.c: (get_document_from_uri),
1272         (ev_document_factory_get_document):
1273         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1274         (get_mime_type_from_data), (ev_file_get_mime_type):
1275
1276         Move mime-type functions from document-facrory to file-helpers so
1277         that it can be reused.
1278         
1279 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1282         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1283         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1284         (ev_window_reload_remote), (ev_window_reload_document):
1285
1286         Add support for reloading remote documents. Fixes bug #555399.
1287         
1288 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * shell/ev-view.c: (ev_view_find_previous):
1291
1292         Make sure find_result is never < 0 which causes a crash while
1293         searching. Fixes bug #558377.
1294         
1295 2008-11-19  Marek Kašík <mkasik@redhat.com>
1296
1297         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1298         (ev_pixbuf_cache_get_selection_surface):
1299         
1300         Fixes crash on fast scrolling with simultaneous text selection.
1301
1302 2008-11-19  Marek Kašík <mkasik@redhat.com>
1303
1304         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1305         * shell/ev-window.c (launch_external_uri):
1306         
1307         Fixes assertion fail on selecting text. See bug #561393.
1308
1309 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/Makefile.am:
1312         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1313         (ev_job_layers_dispose), (ev_job_layers_run),
1314         (ev_job_layers_class_init), (ev_job_layers_new):
1315         * shell/ev-sidebar-layers.[ch]:
1316         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1317         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1318         (ev_view_reload_page), (ev_view_reload):
1319         * shell/ev-window.c: (setup_sidebar_from_metadata),
1320         (ev_window_sidebar_current_page_changed_cb),
1321         (sidebar_layers_visibility_changed), (ev_window_init):
1322
1323         Add layers support.
1324         
1325 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * data/icons/22x22/actions/Makefile.am:
1328         * data/icons/22x22/actions/eye.png:
1329         * shell/ev-stock-icons.[ch]:
1330         
1331         Add eye icon from gimp to hide/show layers.
1332         
1333 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * configure.ac:
1336         * cut-n-paste/Makefile.am:
1337         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1338         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1339         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1340
1341         Add GimpCellRendererToggle from gimp slightly modified to fit our
1342         needs. 
1343         
1344 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * configure.ac:
1347         * backend/pdf/ev-poppler.cc:
1348
1349         Implement layers interface in PDF backend.
1350         
1351 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * libdocument/Makefile.am:
1354         * libdocument/ev-document-layers.[ch]:
1355         * libdocument/ev-layer.[ch]:
1356
1357         Add optional content (layers) interface.
1358         
1359 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1360
1361         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1362         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1363
1364         Removes unused code.
1365
1366 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * NEWS:
1369         * configure.ac:
1370
1371         Update for 2.25.1 release
1372
1373 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * shell/ev-window.c:
1376
1377         Fix build with GTK+ < 2.14
1378
1379 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1380
1381         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1382         
1383         Makes menu label translatable. Fixes bug #559129.
1384
1385 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1386
1387         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1388         (t1_transform_font):
1389         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1390         
1391         More renames of warning to mdvi_warning in follow up to the
1392         fix of the bug #553369. Fix for the bug #559257 by
1393         Tuxce <tuxce.net@gmail.com>.
1394         
1395 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-application.c: (ev_application_init_session):
1398         * shell/main.c: (main):
1399
1400         Move the egg_set_desktop_file() call to main and remove
1401         gtk_window_set_default_icon_name() since it's already called by
1402         egg_set_desktop_file()
1403         
1404 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1407
1408         Initialize GError to NULL.
1409         
1410 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1413         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1414         (ev_window_preview_print_finished), (launch_action):
1415
1416         Do not use popup dialogs to show error messages anymore, use the
1417         message area instead.
1418         
1419 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-window.c: (ev_window_error_message),
1422         (ev_window_warning_message), (ev_window_set_document),
1423         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1424         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1425         (ev_window_cmd_help_contents), (launch_external_uri),
1426         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1427         (ev_attachment_popup_cmd_open_attachment),
1428         (attachment_save_dialog_response_cb):
1429
1430         Use a message format (with printf()-style) in
1431         ev_window_error_message and ev_window_warning_message.
1432
1433 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * shell/ev-window.c: (ev_window_error_message),
1436         (ev_window_warning_message), (ev_window_set_document),
1437         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1438         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1439         (ev_window_cmd_help_contents), (launch_external_uri),
1440         (image_save_dialog_response_cb),
1441         (ev_attachment_popup_cmd_open_attachment),
1442         (attachment_save_dialog_response_cb):
1443
1444         Change ev_window_error_message and ev_window_warning_message to
1445         receive a EvWindow instead of a GtkWindow. It's more consistent
1446         and avoids unneeded casts.
1447         
1448 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-window.c: (ev_window_cmd_help_contents):
1451
1452         Use gtk_show_uri() when availale to display help contents.
1453         
1454 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * configure.ac:
1457         * backend/pdf/ev-poppler.cc:
1458         * properties/ev-properties-view.c:
1459         * shell/Makefile.am:
1460         * shell/ev-tooltip.[ch]: Removed
1461         * shell/ev-view-private.h
1462         * shell/eggfindbar.c:
1463         * shell/ev-application.c:
1464         * shell/ev-open-recent-action.c:
1465         * shell/ev-sidebar-thumbnails.c:
1466         * shell/ev-view.c:
1467         * shell/ev-window.c:
1468
1469         Bump GTK+ requirement to 2.12.
1470         
1471 2008-10-27 Christian Persch <chpe@gnome.org>
1472
1473         * backend/djvu/djvu-document.c
1474         * backend/dvi/cairo-device.c
1475         * cut-n-paste/evmountoperation/ev-mount-operation.h
1476         * cut-n-paste/gedit-message-area/gedit-message-area.h
1477         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1478         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1479         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1480         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1481         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1482         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1483         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1484         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1485         * cut-n-paste/zoom-control/ephy-zoom-action.c
1486         * cut-n-paste/zoom-control/ephy-zoom-action.h
1487         * cut-n-paste/zoom-control/ephy-zoom-control.c
1488         * cut-n-paste/zoom-control/ephy-zoom-control.h
1489         * libdocument/ev-async-renderer.h
1490         * libdocument/ev-document-factory.c
1491         * libdocument/ev-document-misc.h
1492         * libdocument/ev-image.h
1493         * libdocument/ev-selection.h
1494         * shell/ev-properties-fonts.h
1495         * shell/ev-stock-icons.h
1496         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1497         directly. Bug #558064.
1498
1499 2008-10-27 Christian Persch <chpe@gnome.org>
1500
1501         * cut-and-paste/smclient/*: Update from libegg.
1502
1503 2008-10-27 Christian Persch <chpe@gnome.org>
1504
1505         * backend/djvu/djvu-document.c
1506         * backend/ps/ev-spectre.c
1507         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1508
1509 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1510
1511         * shell/ev-view.c (ev_view_change_page),
1512         (ev_view_transition_animation_finish),
1513         (ev_view_transition_animation_cancel), (page_changed_cb),
1514         (ev_view_set_presentation), (ev_view_next_page),
1515         (ev_view_previous_page):
1516         
1517         Cancel the animation without scheduling transition start
1518         and proceed to the next page to fix bug #516749.
1519
1520 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * NEWS:
1523         * configure.ac:
1524
1525         Update for release 2.24.1
1526         
1527 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1530
1531         Disable toggle function of F5 when in presentation mode. Patch by
1532         Dave Neary. Fixes bug #556162.
1533         
1534 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1537         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1538         (ev_sidebar_thumbnails_fill_model),
1539         (ev_sidebar_thumbnails_refresh),
1540         (ev_sidebar_thumbnails_set_document):
1541
1542         Instead of using only one loading icon for thumbnails based on the
1543         size of the first page, create an icon for every different page
1544         size. Fixes bug #556264.
1545         
1546 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1549
1550         Fix memory leak.
1551         
1552 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1553
1554         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1555
1556         Removes bad prefixes from window title. Patch by 
1557         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1558         
1559 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-window.c: (launch_external_uri):
1562
1563         Do not consider mailto links as http uris. Fixes bug #555801.
1564         
1565 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1568
1569         Fix memory leak. Fixes bug #555134.
1570         
1571 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1574
1575         Emit the job finished signal when the job is handled before the
1576         page_ready callback.
1577         
1578 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * shell/ev-window.c: (launch_action):
1581
1582         Use GdkAppLaunchContext when available to launch external
1583         applications.
1584         
1585 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * shell/ev-window.c: (launch_action):
1588
1589         Fix launching external applications for launch actions which seems
1590         to be broken since the gio port. Fixes bug #554500.
1591         
1592 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * backend/dvi/Makefile.am:
1595         * backend/dvi/cairo-device.c:
1596         * backend/dvi/dvi-document.c:
1597         * backend/dvi/mdvi-lib/Makefile.am:
1598
1599         Fix several compile warnings in the dvi backend.
1600         
1601 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * backend/dvi/mdvi-lib/common.h:
1604         * backend/dvi/mdvi-lib/dviread.c:
1605         * backend/dvi/mdvi-lib/font.c:
1606         * backend/dvi/mdvi-lib/fontmap.c:
1607         * backend/dvi/mdvi-lib/fontsrch.c:
1608         * backend/dvi/mdvi-lib/gf.c:
1609         * backend/dvi/mdvi-lib/pagesel.c:
1610         * backend/dvi/mdvi-lib/pk.c:
1611         * backend/dvi/mdvi-lib/sp-epsf.c:
1612         * backend/dvi/mdvi-lib/special.c:
1613         * backend/dvi/mdvi-lib/tfm.c:
1614         * backend/dvi/mdvi-lib/tfmfile.c:
1615         * backend/dvi/mdvi-lib/util.c:
1616         * backend/dvi/mdvi-lib/vf.c:
1617
1618         Rename error as mdvi_error to avoid symbol conflicts with the libc
1619         error. Rename also message, crash, fatal and warning for
1620         consistency. Fixes bug #553369.
1621         
1622 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * backend/dvi/dvi-document.c: (dvi_document_load):
1625
1626         Fix memory leak.
1627         
1628 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * backend/dvi/dvi-document.c:
1631
1632         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1633         G_IMPLEMENT_INTERFACE.
1634         
1635 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1638
1639         Make sure copy_job_page_and_selection_to_job_info is always called
1640         before copy_job_to_job_info. Fixes bug #552382.
1641         
1642 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * NEWS:
1645         * configure.ac:
1646
1647         Update for release 2.24.0
1648         
1649 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-window.c: (launch_external_uri):
1652
1653         Use GdkAppLaunchContext when available to launch external uris.
1654         
1655 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * shell/ev-window.c: (launch_external_uri):
1658
1659         Use the message area to show errors when lauching external uris
1660         instead of a popup window.
1661         
1662 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * shell/ev-window.c: (launch_external_uri):
1665
1666         Assume invalid uris are http uris. Fixes bug #552071.
1667         
1668 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * NEWS:
1671         * configure.ac:
1672
1673         Update for release 2.23.92.
1674         
1675 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1676
1677         * shell/eggfindbar.c: (egg_find_bar_class_init):
1678
1679         Allow page scrolling with PageUp/PageDown keys when find bar is
1680         active. Fixes bug #529833.
1681         
1682 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-view-private.h:
1685         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1686         (ev_view_scroll), (ev_view_class_init):
1687         * shell/ev-view-accessible.c:
1688         (ev_view_accessible_action_do_action):
1689         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1690         (ev_window_cmd_scroll_backward):
1691
1692         Use GtkScrollType instead of EvScrollType.
1693         
1694 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1695
1696         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1697         
1698         Patch for case unsensitive page label match by Michael Lee.
1699         See bug #550136.
1700         
1701         * shell/ev-page-action.c (create_tool_item):    
1702         * test/Makefile.am:
1703         * test/test1.py:
1704         * test/test4.py:
1705         * test/test5.py:
1706         
1707         Added test for the above and updated other tests.
1708
1709 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-window.c: (image_save_dialog_response_cb):
1712
1713         Do not append the file extension twice when saving an image.
1714         
1715 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1718
1719         Remove an invalid ifdef.
1720         
1721 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * shell/ev-view.c: (ev_view_motion_notify_event):
1724
1725         Make sure the cursor is correctly restored after showing the right
1726         click menu.
1727         
1728 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1731         (ev_attachment_open):
1732         * shell/ev-sidebar-attachments.c:
1733         (ev_sidebar_attachments_button_press):
1734         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1735
1736         Use GdkAppLaunchContext when available to open attachments.
1737         
1738 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1741
1742         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1743         by Eric Piel.
1744         
1745 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * shell/ev-application.c: (ev_application_get_media_keys):
1748         * shell/ev-media-player-keys.[ch]:
1749         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1750         (ev_media_player_keys_grab_keys),
1751         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1752         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1753         * shell/ev-window.[ch]: (ev_window_dispose),
1754         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1755         (ev_window_init):
1756
1757         Clean up the media player keys stuff.
1758         
1759 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * NEWS:
1762         * configure.ac:
1763
1764         Update for release 2.23.91.
1765         
1766 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1769         (sm_client_xsmp_set_initial_properties):
1770
1771         Fix memory leak.
1772         
1773 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1774
1775         * shell/ev-application.c: (ev_application_open_window),
1776         (ev_application_open_uri_at_dest):
1777
1778         Make sure evince starts up in the right workspace when resuming a
1779         previous session.
1780         
1781 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * shell/ev-application.[ch]: (ev_application_open_window),
1784         (ev_application_add_icon_path_for_screen),
1785         (ev_application_open_uri_at_dest):
1786
1787         Fix window manager warnings shown in ~/.xsession-errors
1788         
1789 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * configure.ac:
1792         * cut-n-paste/Makefile.am:
1793         * cut-n-paste/smclient/Makefile.am:
1794         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1795         * cut-n-paste/smclient/eggsmclient-private.h:
1796         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1797         * cut-n-paste/smclient/eggsmclient.[ch]:
1798
1799         EggSMClient copied from libegg
1800
1801         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1802         * shell/Makefile.am:
1803         * shell/ev-application.[ch]: (ev_application_load_session),
1804         (smclient_save_state_cb), (smclient_quit_cb),
1805         (ev_application_init_session), (ev_application_shutdown),
1806         (ev_application_init):
1807         * shell/main.c: (main):
1808
1809         Use EggSMClient instead of gnome-client and remove libgnome and
1810         libgnomeui dependencies.
1811         
1812 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * shell/main.c: (main):
1815
1816         Remove gnome_authentication_manager_init.
1817         
1818 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-view.c: (ev_view_goto_window_create):
1821
1822         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1823         since it's now deprecated.
1824         
1825 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * backend/djvu/Makefile.am:
1828         * backend/djvu/djvu-document-private.h:
1829         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1830         (djvu_document_find_iface_init):
1831         * backend/djvu/djvu-text-page.[ch]:
1832         * backend/djvu/djvu-text.[ch]: Removed
1833         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1834         (pdf_document_find_iface_init):
1835         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1836         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1837         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1838         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1839         (ev_job_find_has_results), (ev_job_find_get_results):
1840         * shell/ev-view-private.h:
1841         * shell/ev-view.[ch]: (ev_view_expose_event),
1842         (highlight_find_results), (ev_view_finalize),
1843         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1844         (ev_view_set_document), (ev_view_find_get_n_results),
1845         (ev_view_find_get_result), (jump_to_find_result),
1846         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1847         (ev_view_find_previous), (ev_view_find_search_changed),
1848         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1849         * shell/ev-window.c: (ev_window_update_actions),
1850         (page_changed_cb), (ev_window_setup_document),
1851         (ev_window_update_find_status_message),
1852         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1853         (ev_window_clear_find_job), (find_bar_close_cb),
1854         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1855         (ev_window_dispose), (ev_window_init):
1856
1857         Rework find interface. The find logic has been moved from backends
1858         to the shell avoiding a lot of duplicated code in the backends and
1859         making easier to implement the find interface in the backends.
1860         
1861 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * backend/pdf/ev-poppler.cc:
1864         (pdf_document_thumbnails_get_dimensions):
1865
1866         Make sure thumbnail size returned by the PDF is actually
1867         valid. Fixes bug #548462.
1868         
1869 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-window.c: (ev_window_setup_document),
1872         (ev_window_set_document), (ev_window_dispose):
1873
1874         Remove the idle function for setting the document up when the
1875         window is destroyed. Fixes bug #549163.
1876         
1877 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1880         (ev_job_attachments_dispose), (ev_job_attachments_run),
1881         (ev_job_attachments_class_init), (ev_job_attachments_new):
1882         * shell/ev-sidebar-attachments.c:
1883         (ev_sidebar_attachments_set_document):
1884
1885         Add a new job to get the attachments in a thread with the document
1886         lock held. Fixes bug #548653.
1887         
1888 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1891         (tiff_document_document_iface_init):
1892
1893         Implement document_get_page_label in tiff backend.
1894         
1895 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * backend/tiff/tiff-document.c: (tiff_document_render):
1898
1899         Handle document orientation in tiff backend. Fixes bug #548444.
1900         
1901 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1904
1905         Do not crash when adjustment page size is 0. Fixes bug #547440.
1906         
1907 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1910
1911         Sync with current GTK+.
1912         
1913 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1914
1915         * configure.ac:
1916         
1917         Update for release 2.23.6.
1918
1919 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1922         (ev_job_load_set_password):
1923         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1924         * shell/ev-window.c: (password_dialog_response),
1925         (ev_window_load_job_cb):
1926
1927         Fix loading encrypted documents since I broke it with the jobs
1928         rework.
1929         
1930 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * NEWS:
1933
1934         Update NEWS for 2.23.6 release.
1935         
1936 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1937
1938         * backend/impress/impress-document.c:
1939         * backend/impress/render.h:
1940         * libdocument/ev-document-factory.c:
1941         * libdocument/ev-document-factory.h:
1942         * libdocument/ev-document-links.h:
1943         * libdocument/ev-document-misc.c:
1944         * libdocument/ev-document-misc.h:
1945         * properties/ev-properties-main.c:
1946         * properties/ev-properties-view.c:
1947         * properties/ev-properties-view.h:
1948         * shell/eggfindbar.c:
1949         * shell/eggfindbar.h:
1950         * shell/ev-application.c:
1951         * shell/ev-application.h:
1952         * shell/ev-jobs.h:
1953         * shell/ev-message-area.h:
1954         * shell/ev-navigation-action.c:
1955         * shell/ev-navigation-action.h:
1956         * shell/ev-open-recent-action.c:
1957         * shell/ev-open-recent-action.h:
1958         * shell/ev-page-action-widget.c:
1959         * shell/ev-page-action.c:
1960         * shell/ev-page-action.h:
1961         * shell/ev-page-cache.h:
1962         * shell/ev-password-view.h:
1963         * shell/ev-password.h:
1964         * shell/ev-pixbuf-cache.h:
1965         * shell/ev-properties-fonts.c:
1966         * shell/ev-sidebar-attachments.c:
1967         * shell/ev-sidebar-links.c:
1968         * shell/ev-sidebar-links.h:
1969         * shell/ev-sidebar-thumbnails.c:
1970         * shell/ev-sidebar-thumbnails.h:
1971         * shell/ev-sidebar.c:
1972         * shell/ev-sidebar.h:
1973         * shell/ev-stock-icons.c:
1974         * shell/ev-tooltip.h:
1975         * shell/ev-view.c:
1976         * shell/ev-view.h:
1977         * shell/ev-window.c:
1978         * shell/ev-window.h:
1979         * shell/main.c:
1980
1981         More #include cleanups. Again: reordering, single gtk.h
1982         includes and other stuff.
1983
1984 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1985
1986         * shell/eggfindbar.c:
1987         * shell/ev-application.c:
1988         * shell/ev-message-area.c:
1989         * shell/ev-navigation-action.c:
1990         * shell/ev-open-recent-action.c:
1991         * shell/ev-page-action-widget.c:
1992         * shell/ev-page-action.c:
1993         * shell/ev-password-view.c:
1994         * shell/ev-properties-dialog.c:
1995         * shell/ev-properties-fonts.c:
1996         * shell/ev-sidebar-attachments.c:
1997         * shell/ev-sidebar-page.c:
1998         * shell/ev-sidebar-thumbnails.c:
1999         * shell/ev-stock-icons.c:
2000         * shell/ev-tooltip.c:
2001         * shell/ev-view.c:
2002         * shell/ev-window.c:
2003         * shell/main.c:
2004
2005         Cleanup many #include statements: reorder so that a
2006         generic-to-specific order is used, use single gtk.h
2007         includes, and some other cleanups.
2008
2009 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-jobs.h:
2012
2013         Add gio header.
2014         
2015 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
2018         (ev_document_fc_mutex_trylock):
2019         * shell/Makefile.am:
2020         * shell/ev-job-queue.[ch]:
2021         * shell/ev-job-scheduler.[ch]:
2022         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
2023         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
2024         (ev_job_run), (ev_job_cancel), (ev_job_failed),
2025         (ev_job_failed_from_error), (ev_job_succeeded),
2026         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
2027         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
2028         (ev_job_links_class_init), (ev_job_render_init),
2029         (notify_page_ready), (ev_job_render_page_ready),
2030         (ev_job_render_run), (ev_job_render_class_init),
2031         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
2032         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
2033         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
2034         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
2035         (ev_job_save_dispose), (ev_job_save_run),
2036         (ev_job_save_class_init), (ev_job_print_init),
2037         (ev_job_print_dispose), (ev_job_print_run),
2038         (ev_job_print_class_init):
2039         * shell/ev-page-cache.c:
2040         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2041         (check_job_size_and_unref), (move_one_job),
2042         (copy_job_to_job_info), (add_job),
2043         (ev_pixbuf_cache_add_jobs_if_needed):
2044         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2045         (job_fonts_finished_cb), (job_fonts_updated_cb),
2046         (ev_properties_fonts_set_document):
2047         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2048         (ev_sidebar_links_set_document):
2049         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
2050         (ev_sidebar_thumbnails_set_document),
2051         (ev_sidebar_thumbnails_clear_job):
2052         * shell/ev-view-private.h:
2053         * shell/ev-view.c:
2054         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
2055         (ev_window_refresh_window_thumbnail), (password_dialog_response),
2056         (ev_window_clear_load_job), (ev_window_clear_reload_job),
2057         (ev_window_load_job_cb), (ev_window_reload_job_cb),
2058         (window_open_file_copy_ready_cb), (ev_window_open_uri),
2059         (ev_window_reload_document), (ev_window_clear_save_job),
2060         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2061         (ev_window_clear_print_job), (ev_window_print_job_cb),
2062         (ev_window_print_dialog_response_cb):
2063         * shell/main.c: (main):
2064
2065         Rework the jobs system in order to make it simpler and more
2066         extensible. It allows to run jobs in the main loop instead of
2067         using a thread when it's appropriate like the fonts job. Now it's
2068         also possible to cancel jobs that are currently running. 
2069         
2070 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * libdocument/ev-debug.c: (profile_init):
2073
2074         Create the hash table also when profiling service is enabled for
2075         all sections.
2076         
2077 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * libdocument/ev-debug.[ch]: (ev_profiler_start),
2080         (ev_profiler_stop):
2081         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
2082         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
2083         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
2084         (ev_job_print_run):
2085         * shell/main.c: (main):
2086
2087         Add a profile mode available when debug is enabled. Add profilers
2088         in ev-jobs.
2089         
2090 2008-07-23  Götz Waschk <waschk@mandriva.org>
2091
2092         * configure.ac: Correctly build desktop file. Fixes
2093         bug #544237.
2094
2095 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2096
2097         * configure.ac:
2098         
2099         Update for release 2.23.5.
2100
2101 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * NEWS:
2104
2105         Update NEWS for 2.23.5 release.
2106         
2107 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * shell/ev-window.c: (ev_window_state_event),
2110         (ev_window_class_init):
2111
2112         Intercept window manager's fullscreen request in order to run/stop
2113         fullscreen mode. Fixes bug #493541.
2114         
2115 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * shell/ev-window.c: (find_bar_visibility_changed_cb):
2118
2119         Restart the job search when the find bar is opened for the second
2120         time. Fixes bug #531956.
2121         
2122 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2125         (get_document_from_uri):
2126
2127         Make sure we always return a valid error struct when
2128         get_document_from_uri fails. Fixes nautilus crash, see bug
2129         #542548.
2130         
2131 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2132
2133         * libdocument/ev-transition-effect.c
2134         (ev_transition_effect_type_get_type),
2135         (ev_transition_effect_alignment_get_type),
2136         (ev_transition_effect_direction_get_type):
2137         
2138         Fixes bug #542924. Makes enums static to fix Solaris build.
2139
2140 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * shell/ev-view.c: (ev_view_key_press_event):
2143
2144         Add '.' keybinding for blanking the screen in presentation
2145         mode. Fixes bug #542001.
2146         
2147 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * libdocument/ev-document-misc.c:
2150         (ev_document_misc_pixbuf_from_surface):
2151
2152         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2153         #540950.
2154         
2155 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2156
2157         * backend/comics/comics-document.c (comics_document_load):
2158         * backend/comics/comicsdocument.evince-backend.in:
2159         * configure.ac:
2160         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2161         
2162         Added support for 7-zip based cb7 comic book. Patch by
2163         Kartik Rustagi. Fixes bug #532312.
2164
2165 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2166
2167         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2168         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2169         Fixes bug #539972.
2170
2171 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2172
2173         * shell/Makefile.am:
2174         * shell/ev-application.c (ev_application_init),
2175         (ev_application_get_media_keys):
2176         * shell/ev-application.h:
2177         * shell/ev-marshal.list:
2178         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2179         (proxy_destroy), (on_media_player_key_pressed),
2180         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2181         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2182         * shell/ev-media-player-keys.h:
2183         * shell/ev-window.c (ev_window_go_previous_page),
2184         (ev_window_go_next_page), (ev_window_go_first_page),
2185         (ev_window_go_last_page), (ev_window_start_presentation),
2186         (ev_window_dispose), (view_actions_focus_in_cb):
2187         * shell/ev-window.h: When building with D-Bus support, listen
2188         for multimedia key events from gnome-settings-daemon. This allows
2189         to go to the next/previous/first/last pages using, respectively,
2190         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2191         a presentation. Fixes bug #539971.
2192
2193 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2194
2195         * configure.ac:
2196         
2197         Update for release 2.23.4.
2198
2199 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * NEWS:
2202
2203         Update news for 2.23.4 release.
2204         
2205 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2208         * shell/ev-sidebar-thumbnails.c:
2209         (ev_sidebar_thumbnails_set_loading_icon),
2210         (ev_sidebar_thumbnails_refresh):
2211         * shell/ev-window.c: (ev_window_error_message),
2212         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2213         (ev_window_set_document):
2214
2215         Do not crash opening documents with no pages and show a warning
2216         message in the message area. Fixes bugs #537574 and #171588.
2217         
2218 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/Makefile.am:
2221         * shell/ev-file-monitor.[ch]:
2222         * shell/ev-window.c: (ev_window_document_changed),
2223         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2224         (ev_window_reload_job_cb), (ev_window_open_uri),
2225         (ev_window_reload_document), (ev_window_cmd_view_reload),
2226         (ev_window_dispose):
2227
2228         Automaticly reload the document when the file has changed on
2229         disk. Bug #304249.
2230         
2231 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2232
2233         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2234         * libdocument/ev-image.c: (ev_image_save_tmp):
2235         * libdocument/ev-module.c: (ev_module_load):
2236         * shell/ev-application.c: (ev_application_shutdown),
2237         (ev_application_get_print_settings):
2238         * shell/ev-sidebar-attachments.c:
2239         (ev_sidebar_attachments_button_press),
2240         (ev_sidebar_attachments_drag_data_get):
2241         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2242         (ev_window_print_finished), (ev_window_print_send),
2243         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2244         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2245         (ev_window_cmd_preview_print):
2246         * shell/main.c: (load_files_remote):
2247         Fix some build warnings under GCC 4.3.0. (#537535).
2248
2249 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-jobs.c: (ev_job_render_dispose):
2252
2253         Fix a crash in debug mode. Patch by Daniel M German.
2254         
2255 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-window.c:
2258
2259         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2260         
2261 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-window.c: (ev_window_print_send),
2264         (ev_window_do_preview_print):
2265
2266         Use the window title as print job name instead of just
2267         "evince-print". Fixes bug #534493.
2268         
2269 2008-05-19  Frederic Peters  <fpeters@0d.be>
2270
2271         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2272         Bug #533897.
2273
2274 2008-05-19  Frederic Peters  <fpeters@0d.be>
2275
2276         * help/reference/Makefile.am: added missing libevmountoperation to
2277         gtkdoc-scanobj libraries.  Bug #533896.
2278
2279 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2280
2281         * properties/ev-properties-view.c (get_default_user_units):
2282         Fixes check for default units string translation. Bug #533323.
2283
2284 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2285
2286         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2287         be an iks_free(). Fix an array overflow in the XML parser that
2288         would occur whenever the number of attributes in a tag was greater
2289         than 0 and divisible by 6. Fixes GNOME bug #530852.
2290
2291 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * backend/djvu/djvu-document-private.h:
2294         * backend/djvu/djvu-links.c:
2295         * backend/djvu/djvu-text.c:
2296         * backend/djvu/djvu-document.c: (djvu_handle_events),
2297         (djvu_wait_for_message), (djvu_document_load),
2298         (document_get_page_size), (djvu_document_render),
2299         (djvu_document_thumbnails_get_thumbnail),
2300         (djvu_document_file_exporter_end):
2301
2302         Make sure load job doesn't finish successfully when the document
2303         is not successfully decoded by libdjvu. Fixes bug #530202.
2304         
2305 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * configure.ac:
2308         * libdocument/Makefile.am:
2309         * libdocument/ev-debug.[ch]:
2310         * libdocument/ev-document.c:
2311         * shell/ev-jobs.c: (ev_job_links_dispose),
2312         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2313         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2314         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2315         (ev_job_render_page_ready), (ev_job_render_run),
2316         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2317         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2318         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2319         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2320         (ev_job_print_new), (ev_job_print_run):
2321         * shell/main.c: (main):
2322
2323         Add debug mode based on gedit code. Add debug messages in
2324         ev-jobs.
2325         
2326 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * libdocument/ev-document-factory.c: (get_document_from_uri):
2329
2330         Fix memory leak.
2331         
2332 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2333
2334         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2335         (get_mime_type_from_data), (get_document_from_uri),
2336         (ev_document_factory_get_document):
2337         
2338         Improved error message about file opening failture.
2339         Bug #529129.
2340
2341 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2342
2343         * data/evince-toolbar.xml:
2344         
2345         Allow to add SaveAs to toolbar.
2346
2347 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-view-private.h:
2350         * shell/ev-view.[ch]: (ev_view_button_release_event),
2351         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2352         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2353         (ev_view_update_primary_selection), (clear_link_selected),
2354         (ev_view_copy_link_address):
2355         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2356
2357         Update also the primary selection when copying a link
2358         address. Fixes bug #520855.
2359         
2360 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * libdocument/ev-document-factory.c: (get_document_from_uri):
2363
2364         Use the pixbuf backend only when the mime type is not supported by
2365         any of the other backend so that tiff documents, for instance, are
2366         handled by the tiff backend instead of the pixbuf backend. fixes
2367         bug #520290.
2368         
2369 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * cut-n-paste/Makefile.am:
2372
2373         Add evmountoperation to subdirs list.
2374         
2375 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * configure.ac:
2378
2379         Fix libspectre check in configure script. Fixes bug #528549.
2380         
2381 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * configure.ac:
2384         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2385         * shell/Makefile.am:
2386         * shell/ev-window.c: (ev_window_load_remote_failed),
2387         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2388
2389         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2390         open documents in remote locations that are not mounted.
2391         
2392 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2395         (bitmap_convert_msb8):
2396         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2397         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2398
2399         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2400         
2401 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2404         (ev_job_render_new), (ev_job_render_set_selection_info),
2405         (ev_job_render_run):
2406         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2407         (check_job_size_and_unref),
2408         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2409         (add_job), (ev_pixbuf_cache_get_selection_surface):
2410
2411         Create the render context needed for rendering a page in the render
2412         thread so that we don't block the main thread. Simplify
2413         EvJobRender API.
2414         
2415 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * libdocument/Makefile.am:
2418         * libdocument/ev-page.[ch]:
2419         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2420         (ev_render_context_new), (ev_render_context_set_page):
2421         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2422         (ev_form_field_finalize), (ev_form_field_class_init):
2423         * libdocument/ev-document-forms.[ch]:
2424         (ev_document_forms_get_form_fields):
2425         * libdocument/ev-document.[ch]: (ev_document_get_page),
2426         (ev_document_get_page_size), (ev_document_get_page_label):
2427         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2428         (ev_job_render_run), (ev_job_thumbnail_new),
2429         (ev_job_thumbnail_run), (ev_job_print_run):
2430         * shell/ev-page-cache.c: (ev_page_cache_new):
2431         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2432         (check_job_size_and_unref), (add_job):
2433         * shell/ev-sidebar-thumbnails.c: (add_range):
2434         * shell/ev-view.c: (ev_view_form_field_get_region),
2435         (ev_view_form_field_button_create_widget),
2436         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2437         (ev_view_handle_form_field), (ev_view_size_allocate),
2438         (get_selected_text):
2439         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2440         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2441         (pdf_document_get_page), (pdf_document_get_page_label),
2442         (pdf_document_render), (pdf_document_get_info),
2443         (pdf_document_document_iface_init),
2444         (pdf_document_thumbnails_get_thumbnail),
2445         (pdf_document_thumbnails_get_dimensions),
2446         (pdf_document_file_exporter_do_page),
2447         (pdf_selection_render_selection),
2448         (pdf_selection_get_selected_text),
2449         (pdf_selection_get_selection_region),
2450         (pdf_selection_get_selection_map),
2451         (pdf_document_forms_get_form_fields),
2452         (pdf_document_forms_form_field_text_get_text),
2453         (pdf_document_forms_form_field_text_set_text),
2454         (pdf_document_forms_form_field_button_set_state),
2455         (pdf_document_forms_form_field_button_get_state),
2456         (pdf_document_forms_form_field_choice_get_item),
2457         (pdf_document_forms_form_field_choice_get_n_items),
2458         (pdf_document_forms_form_field_choice_is_item_selected),
2459         (pdf_document_forms_form_field_choice_select_item),
2460         (pdf_document_forms_form_field_choice_toggle_item),
2461         (pdf_document_forms_form_field_choice_unselect_all),
2462         (pdf_document_forms_form_field_choice_set_text),
2463         (pdf_document_forms_form_field_choice_get_text):
2464         * backend/ps/ev-spectre.c: (ps_document_get_page),
2465         (ps_document_get_page_size), (ps_document_get_page_label),
2466         (ps_document_render), (ps_document_document_iface_init),
2467         (ps_document_file_exporter_do_page):
2468         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2469         (tiff_document_render), (tiff_document_render_pixbuf),
2470         (tiff_document_file_exporter_do_page):
2471         * backend/pixbuf/pixbuf-document.c:
2472         (pixbuf_document_get_page_size):
2473         * backend/comics/comics-document.c:
2474         (comics_document_get_page_size), (comics_document_render_pixbuf):
2475         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2476         (djvu_document_render), (djvu_selection_get_selected_text),
2477         (djvu_document_thumbnails_get_thumbnail),
2478         (djvu_document_file_exporter_do_page),
2479         (djvu_document_find_get_result):
2480         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2481         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2482         (dvi_document_thumbnails_get_thumbnail),
2483         (dvi_document_file_exporter_do_page):
2484         * backend/impress/impress-document.c:
2485         (impress_document_get_page_size),
2486         (impress_document_render_pixbuf):
2487         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2488
2489         Add EvPage so that we can hold a reference to the backend
2490         page. Form fields keep now a reference to the poppler page
2491         improving performance since we don't have to create/destroy the
2492         poppler field for every form operation. This will be needed for
2493         annotations too.
2494         
2495 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * data/evince-ui.xml:
2498         * shell/ev-window.c:
2499
2500         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2501         
2502 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * configure.ac:
2505         * backend/ps/Makefile.am:
2506
2507         Remove gs stuff from ps backend.
2508         
2509 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * configure.ac:
2512         * backend/pdf/ev-poppler.cc:
2513
2514         Bump poppler requirement to 0.8.0.
2515         
2516 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2517
2518         * NEWS:
2519         * configure.ac:
2520
2521         Update for release 2.22.1.1
2522
2523 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * configure.ac:
2526
2527         Fix build (again) when poppler version is 0.6
2528         
2529 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * backend/djvu/djvu-links.c: (build_tree):
2532
2533         Make sure link title is a valid utf8 string. Fixes bug #526517.
2534         
2535 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * configure.ac:
2538
2539         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2540         #526799.
2541         
2542 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * configure.ac:
2545         
2546         Update for release 2.22.1.
2547
2548 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * NEWS:
2551
2552         Update for upcoming release.
2553
2554 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * configure.ac:
2557         * backend/dvi/dvidocument.evince-backend.in:
2558
2559         Add compressed dvi to the list of supported mime types. Patch by
2560         Ed Catmur. Fixes bug #307087.
2561
2562 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2565
2566         Fix a crash when printing a range that doesn't specify the start or
2567         end page. Fixes bug #524288.
2568
2569 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * shell/ev-window.c: (ev_window_cmd_continuous),
2572         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2573         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2574         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2575         (ev_window_run_presentation), (ev_window_stop_presentation),
2576         (ev_window_cmd_view_presentation),
2577         (ev_window_cmd_leave_fullscreen),
2578         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2579
2580         Do not unfullscreen and fullscreen again the window when changing
2581         from fullscreen to presentation mode and vice versa. Fixes bug
2582         #524112.
2583         
2584 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2587
2588         Do not crash when thumbnail failed to render in PS backend. Fixes
2589         bug #525015.
2590         
2591 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2594         (ev_window_load_file_remote), (ev_window_open_uri):
2595
2596         Handle errors when opening remote files.
2597         
2598 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2601
2602         Only grab the focus for the current visible proxy widget. Fixes
2603         bug #521224.
2604         
2605 2008-03-30  Emil Soleyman  <emil@nishra.com>
2606
2607         * shell/ev-window.c: (launch_external_uri):
2608         
2609         Reuse g_app_info_launch_default_for_uri to
2610         save some code and fix bug #525009.
2611
2612 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2613
2614         * shell/ev-window.c (image_save_dialog_response_cb):
2615
2616         Use g_str_has_suffix. See bug #523069.
2617
2618 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * configure.ac:
2621
2622         Add a configure option to enable/diable DBus. Patch by Rémi
2623         Cardona. Fixes bug 521797.
2624
2625 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2628
2629         Fix printing in documents with rotated pages. Patch by Eugen
2630         Dedu. Fixes bug #512648.
2631         
2632 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2635         (ev_link_from_action):
2636
2637         Fix warning messages.
2638         
2639 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-window.c: (image_save_dialog_response_cb):
2642
2643         Do not append the extension to filename when saving an image
2644         if the filename alredy contains the extension. Fixes bug #523069.
2645         
2646 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-view.[ch]: (ev_view_find_cancel):
2649         * shell/ev-window.c: (find_bar_close_cb):
2650
2651         Cancel the find operation when the find bar is closed. Fixes bug
2652         #508845.
2653         
2654 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * backend/ps/psdocument.evince-backend.in:
2657
2658         Make ps backend module resident. Fixes bug #520607.
2659         
2660 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * shell/ev-jobs.c: (ev_job_print_run):
2663
2664         Invert collate action in order to work as expected, fix reverse
2665         printing so that it doesn't start with a blank page and fix number
2666         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2667         
2668 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2671
2672         Fix build with poppler <= 0.7.2
2673         
2674 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * libdocument/ev-document-misc.c:
2677         (ev_document_misc_surface_from_pixbuf):
2678
2679         Fix selections with poppler-splash.
2680         
2681 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * configure.ac:
2684         * backend/pdf/ev-poppler.cc:
2685
2686         Fix build with poppler >= 0.7.2
2687         
2688 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2689
2690         * configure.ac:
2691         
2692         Update for release 2.22.0
2693
2694 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * NEWS:
2697
2698         Update for upcoming release.
2699
2700 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2701
2702         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2703
2704         Bug 495107 – Handle print dialog responses correctly
2705
2706         Correctly handle print dialog response. Properly fixes
2707         the above mentioned bug.
2708
2709 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2712
2713         Make sure print job is only run when the print button is
2714         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2715         
2716 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * backend/pdf/pdfdocument.evince-backend.in:
2719         * libdocument/ev-backends-manager.c:
2720         (ev_backends_manager_load_backend),
2721         (ev_backends_manager_get_document):
2722         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2723
2724         Allow making backend modules resident. This is needed only for
2725         some backends like pdf to avoid registering glib types more than
2726         once.
2727         
2728 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * backend/comics/comics-document.c:
2731         * backend/djvu/djvu-document.c:
2732         * backend/impress/impress-document.c:
2733         * backend/pdf/ev-poppler.cc:
2734         * backend/pixbuf/pixbuf-document.c:
2735         * backend/ps/ev-spectre.c:
2736         * backend/ps/ps-document.c:
2737         * backend/tiff/tiff-document.c:
2738         * libdocument/ev-document.h:
2739         * properties/ev-properties-main.c:
2740
2741         Use g_type_module_add_interface instead of
2742         g_type_add_interface_static. Fixes bug #519679.
2743         
2744 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2745
2746         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2747         Added. Returns whether the animation has everything necessary to run.
2748         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2749         is ready just because it's been created. Fixes #519106.
2750         (draw_one_page): Do not show the "Loading..." text in presentation
2751         mode, there was a slim probability that this could happen.
2752
2753 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2756
2757         Duplicate mime_type string before freeing it so that it doesn't
2758         always fail when getting mime type from uri. Fixes bug #518874.
2759         
2760 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2763
2764         Fix a crash when a choice form field doesn't have any item
2765         selected. Fixes bug #518831
2766         
2767 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2768
2769         * shell/ev-window.c (ev_window_clear_temp_file):
2770         Use g_file_has_prefix instead of renamed
2771         g_file_contains_file.
2772
2773         * configure.ac:
2774         Require new glib for above change.
2775         
2776 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * libdocument/ev-image.c: (ev_image_finalize),
2779         (ev_image_save_tmp):
2780
2781         Return a real uri instead of a filename when saving an
2782         image. Fixes images drag an drop from evince to nautilus. 
2783         
2784 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * backend/pdf/ev-poppler.cc:
2787         (pdf_document_images_get_image_mapping):
2788
2789         Return the image list in the right order. Fixes bug #516237.
2790         
2791 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2792
2793         * backend/impress/impress-document.c:
2794         (impress_document_thumbnails_get_thumbnail):
2795
2796         Remove unused variable to avoid a compiler warning.
2797
2798 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2799
2800         * configure.ac:
2801         
2802         Update for release 2.21.91.
2803
2804 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * configure.ac:
2807         * shell/Makefile.am:
2808         * shell/ev-application.[ch]:
2809         * shell/ev-sidebar-links.c:
2810         * shell/ev-utils.[ch]:
2811         * shell/ev-window.[ch]:
2812
2813         Remove libgnomeprint support. Fixes bug #512370.
2814         
2815 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2816
2817         * thumbnailer/evince-thumbnailer.c: (main):
2818
2819         Initialize glib type system before using it. Fixes bug #513934.
2820         
2821 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * properties/ev-properties-main.c:
2824
2825         Add missing #include.
2826         
2827 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * configure.ac:
2830         * backend/djvu/djvu-document.c: (djvu_document_render):
2831         * backend/tiff/tiff-document.c: (tiff_document_render):
2832
2833         Use the new cairo function cairo_format_stride_for_width when
2834         available. Fixes bug #482720.
2835
2836 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2839         (get_mime_type_from_data), (get_document_from_uri):
2840
2841         Use g_content_type_guess() only when slow is true in
2842         get_document_from_uri(). Fix several memory leaks.
2843         
2844 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2845
2846         * libdocument/ev-document-factory.c:
2847         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2848         (get_document_from_uri):
2849
2850         Use g_content_type_guess () to get mimetype for files.
2851         Bug #510401.
2852
2853 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * thumbnailer/Makefile.am:
2856
2857         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2858         
2859 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * configure.ac:
2862
2863         Fix build with --without-libgnome. Fixes bug #512771.
2864         
2865 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2866
2867         * backend/dvi/Makefile.am: Install only dvi
2868         module. Fixes bug #512718.
2869
2870 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2871
2872         * properties/ev-properties-main.c: (nautilus_module_initialize):
2873         
2874         Initialize backends in properties tab. Fixes bug
2875         #512720.
2876
2877 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2878
2879         * properties/Makefile.am: No need to link with 
2880         libraries. Fixes bug #512719.
2881
2882 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2883
2884         * NEWS:
2885         * configure.ac:
2886         
2887         Update for release 2.21.90.
2888
2889 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-window.c: (ev_window_cmd_escape):
2892
2893         Fix compile warning.
2894         
2895 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2898
2899         Fix printing in dvi backend when filename contains white
2900         espaces. Fixes bug #502839.
2901         
2902 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2905         (screensaver_disable_x11):
2906         * shell/Makefile.am:
2907         * shell/xdg-user-dir-lookup.c: Removed
2908         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2909         * shell/ev-view.c: (ev_view_presentation_transition_start):
2910         * shell/ev-window.c: (ev_window_cmd_file_open),
2911         (ev_window_cmd_save_as), (presentation_set_timeout):
2912
2913         Remove #ifdefs that are no longer needed.
2914         
2915 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * shell/ev-view.[ch]: (ev_view_button_release_event),
2918         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2919         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2920         (ev_window_cmd_escape):
2921
2922         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2923         
2924 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * configure.ac:
2927         * backend/comics/comics-document.c: (comics_document_load):
2928         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2929         (ev_attachment_set_property), (ev_attachment_init),
2930         (ev_attachment_save), (ev_attachment_launch_app),
2931         (ev_attachment_open):
2932         * libdocument/ev-document-factory.c: (get_document_from_uri):
2933         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2934         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2935         * shell/ev-jobs.c:
2936         * shell/ev-password.c: (ev_password_dialog_set_property),
2937         (ev_password_dialog_save_password):
2938         * shell/ev-sidebar-attachments.c:
2939         (ev_sidebar_attachments_drag_data_get):
2940         * shell/ev-window-title.c: (get_filename_from_uri):
2941         * shell/ev-window.c: (ev_window_clear_temp_file),
2942         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2943         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2944         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2945         (launch_external_uri), (image_save_dialog_response_cb),
2946         (attachment_save_dialog_response_cb):
2947         * shell/main.c: (load_files), (load_files_remote), (main):
2948         * thumbnailer/evince-thumbnailer.c: (main):
2949
2950         Port to gio and drop gnome-vfs dependency. Fixes bug
2951         #510401. Based on patch by Cosimo Cecchi.
2952         
2953 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2954
2955         * NEWS:
2956
2957         Fixed formatting inconsistencies (spaces vs. tabs)
2958
2959 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2960
2961         * shell/ev-window.c:
2962
2963         Use top/up/bottom/down arrows instead of
2964         first/left/last/right in the toolbar and menu actions.
2965         This fixes issues with RTL languages and is visually
2966         consistent with the page view. Fixes bug #170081.
2967
2968 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2969
2970         * NEWS:
2971
2972         Fixed some inaccuracies pointed out by Carlos Garcia
2973         Campos.
2974
2975 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2976
2977         * NEWS:
2978         * data/evince.schemas.in:
2979         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2980
2981         Override PDF restrictions by default. Fixes bug #382700.
2982
2983 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2984
2985         * NEWS: Updated for upcoming release
2986
2987 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2990
2991         Fix memory leak.
2992         
2993 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2994
2995         * shell/ev-window.c: (register_custom_actions):
2996         
2997         Added comment for translators
2998
2999 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * shell/ev-view.c: (ev_view_button_release_event):
3002
3003         Do not create the idle function for kinetic scrolling if we are
3004         not in a drag operation.
3005
3006 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3009         (ev_view_button_press_event), (ev_view_motion_notify_event),
3010         (ev_view_button_release_event):
3011
3012         Restore cursor after autoscrolling. Fixes bug #509958.
3013
3014 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * configure.ac:
3017         * backend/pdf/ev-poppler.cc:
3018         (pdf_document_images_get_image_mapping),
3019         (pdf_document_images_get_image),
3020         (pdf_document_document_images_iface_init):
3021         * libdocument/ev-document-images.[ch]:
3022         (ev_document_images_get_image_mapping),
3023         (ev_document_images_get_image):
3024         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
3025         (ev_image_get_id), (ev_image_save_tmp):
3026         * shell/ev-jobs.c: (ev_job_render_run):
3027         * shell/ev-view.c: (ev_view_drag_data_get):
3028         * shell/ev-window.c: (image_save_dialog_response_cb),
3029         (ev_view_popup_cmd_copy_image):
3030
3031         Do not render images when rendering the page but on demand. It
3032         reduces the memory comsumption.
3033         
3034 2008-01-18  Marcelo Lira  <setanta@gmail.com>
3035
3036         * configure.a:
3037         * shell/ev-password.c:
3038
3039         Make gnome-keyring optional. Fixes bug #509676.
3040         
3041 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * shell/ev-pixbuf-cache.c: (add_job):
3044
3045         Initialize include_images variable as FALSE instead of TRUE.
3046         
3047 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3048
3049         * configure.ac:
3050         * cut-n-paste/Makefile.am:
3051         * cut-n-paste/fileformatchooser/Makefile.am:
3052         * cut-n-paste/fileformatchooser/egg-macros.h:
3053         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
3054         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
3055         * shell/Makefile.am:
3056         * shell/ev-utils.c:
3057         (file_chooser_dialog_add_writable_pixbuf_formats),
3058         (get_gdk_pixbuf_format_by_extension):
3059         * shell/ev-utils.h:
3060         * shell/ev-window.c: (ev_window_error_message),
3061         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
3062         
3063         Simplify image format selection on save.
3064
3065 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * shell/ev-view.c: (ev_view_scroll_event):
3068         
3069         Repair gorizontal scrolling with shift. Fixes
3070         bug #483412.
3071
3072 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3073         
3074         * MAINTAINERS:
3075
3076         Fix formatting issues.
3077         
3078 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3079
3080         * backend/comics/comics-document.c: (comics_regex_quote):
3081         
3082         Don't overquote special chars except of '. See bug 
3083         502500. Thanks to Tom Parker.
3084
3085 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3086
3087         * MAINTAINERS:
3088         
3089         Added Nickolay and Carlos, since they're doing most of
3090         the releases nowadays.
3091
3092 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3093
3094         * properties/Makefile.am:
3095
3096         Get the nautilus extension dir properly instead of using
3097         a hack. Fixes bug #505359.
3098
3099 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * properties/Makefile.am:
3102         
3103         Install nautilus extension into new place. See bug
3104         #505359. Thanks to Matthias Clasen, Brian Pepple and
3105         Damien Carbery.
3106
3107 2008-01-13  Djihed Afifi  <djihed@gmail.com>
3108
3109         * shell/ev-window.c: (ev_window_get_recent_file_label):
3110         
3111         RTL marker in recent file list. See bug #509076.
3112
3113 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3116         * shell/ev-window.c: (image_save_dialog_response_cb):
3117
3118         Fix compile warnings due to unused variables.
3119         
3120 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * configure.ac:
3123         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3124         * backend/ps/ev-spectre.c: (ps_document_render):
3125
3126         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3127
3128 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3129
3130         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3131         (ev_transition_animation_paint): Implement "fade" effect.
3132
3133 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3134
3135         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3136         (ev_transition_animation_paint): Implement "uncover" effect.
3137
3138 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3139
3140         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3141         (ev_transition_animation_paint): Implement "cover" effect.
3142
3143 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3144
3145         * shell/ev-transition-animation.c (ev_transition_animation_push)
3146         (ev_transition_animation_paint): Implement "push" effect.
3147
3148 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3149
3150         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3151         (ev_transition_animation_paint): Implement "dissolve" effect.
3152
3153 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3154
3155         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3156         (ev_transition_animation_paint): Implement "wipe" effect.
3157
3158 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3159
3160         * shell/ev-transition-animation.c (ev_transition_animation_box)
3161         (ev_transition_animation_paint): Implement "box" effect.
3162
3163 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3164
3165         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3166         (ev_transition_animation_paint): Implement "blinds" effect.
3167
3168 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3169
3170         * shell/ev-transition-animation.c (ev_transition_animation_split)
3171         (ev_transition_animation_paint): Implement "split" effect.
3172
3173 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3174
3175         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3176         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3177         (ev_view_transition_animation_start) 
3178         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3179         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3180         (ev_view_next_page) (ev_view_previous_page):
3181         
3182         Use EvTransitionAnimation to drive page changes in the presentation
3183         mode, the animation will wait to start until both the origin and 
3184         destination page surfaces are available. Fixes #458460.
3185
3186         (draw_loading_text):
3187
3188         Remove workaround for bug #320352, it's now fixed properly.
3189
3190
3191 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3192
3193         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3194         will contain the implementations for page transition animations, at
3195         the moment it just has the "replace" effect.
3196         * shell/Makefile.am: Added these files to build.
3197
3198 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3199
3200         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3201         animations.
3202         * shell/Makefile.am: Added these files to build.
3203
3204 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3205
3206         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3207         implementation to get_effect() in EvDocumentTransitionIface.
3208
3209 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3210
3211         * libdocument/ev-transition-effect.[ch]: New files, define a page
3212         transition effect, at the moment it maps PopplerPageTransition to a
3213         GObject.
3214         * libdocument/Makefile.am: Added these files to build.
3215         * libdocument/ev-document-transition.[ch]
3216         (ev_document_transition_get_effect): New method, gets the
3217         EvTransitionEffect returned by the interface implementation, with
3218         fallback to the "replace" effect.
3219
3220 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3221
3222         * configure.ac:
3223         * cut-n-paste/Makefile.am:
3224         * cut-n-paste/fileformatchooser/Makefile.am:
3225         * cut-n-paste/fileformatchooser/egg-macros.h:
3226         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3227         * shell/Makefile.am:
3228         * shell/ev-window.c: (image_save_dialog_response_cb),
3229         (ev_view_popup_cmd_save_image_as):
3230
3231         Allow exporting images in any format supported by
3232         GdkPixbuf. Fixes bug #500209.
3233         
3234 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * backend/pixbuf/pixbuf-document.c:
3237
3238         More warnings fixed.
3239         
3240 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3243         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3244         * backend/djvu/djvu-text.h:
3245         * backend/tiff/tiff-document.c: (tiff_document_render):
3246
3247         Fix compile warnings.
3248         
3249 2007-12-28  Christian Persch  <chpe@gnome.org>
3250
3251         * **/*.c: Include config.h. Bug #504721.
3252
3253 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * configure.ac:
3256         * Makefile.am:
3257         * po/POTFILES.in:
3258         * backend/comics/Makefile.am:
3259         * backend/comics/comics-document.[ch]:
3260         * backend/comics/comicsdocument.evince-backend.in:
3261         * backend/djvu/Makefile.am:
3262         * backend/djvu/djvu-document.[ch]:
3263         * backend/djvu/djvudocument.evince-backend.in:
3264         * backend/dvi/Makefile.am:
3265         * backend/dvi/dvi-document.[c]:
3266         * backend/dvi/dvidocument.evince-backend.in:
3267         * backend/impress/Makefile.am:
3268         * backend/impress/impress-document.[ch]:
3269         * backend/impress/impressdocument.evince-backend.in:
3270         * backend/pdf/Makefile.am:
3271         * backend/pdf/ev-poppler.cc:
3272         * backend/pdf/ev-poppler.h:
3273         * backend/pdf/pdfdocument.evince-backend.in:
3274         * backend/pixbuf/Makefile.am:
3275         * backend/pixbuf/pixbuf-document.[ch]:
3276         * backend/pixbuf/pixbufdocument.evince-backend.in:
3277         * backend/ps/Makefile.am:
3278         * backend/ps/ev-spectre.[ch]:
3279         * backend/ps/ps-document.[ch]:
3280         * backend/ps/psdocument.evince-backend.in:
3281         * backend/tiff/Makefile.am:
3282         * backend/tiff/tiff-document.[ch]:
3283         * backend/tiff/tiffdocument.evince-backend.in:
3284         * libdocument/Makefile.am:
3285         * libdocument/ev-backends-manager.[ch]:
3286         * libdocument/ev-module.[ch]:
3287         * libdocument/ev-document.h:
3288         * libdocument/ev-document-factory.[ch]:
3289         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3290         (get_compression_from_mime_type), (get_document_from_uri),
3291         (ev_document_factory_get_document), (file_filter_add_mime_types),
3292         (ev_document_factory_add_filters):
3293         * shell/Makefile.am:
3294         * shell/ev-window-title.c: (get_filename_from_uri):
3295         * shell/main.c: (main):
3296         * thumbnailer/Makefile.am:
3297         * thumbnailer/evince-thumbnailer.c: (main):
3298
3299         Plugin system for backends. Fixes bug #351348.
3300         
3301 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3302
3303         * shell/ev-view-private.h:
3304         * shell/ev-view.c: (ev_view_drag_update_momentum),
3305         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3306         (ev_view_button_release_event), (ev_view_destroy):
3307         
3308         Kinetic scrolling implemented as requested in
3309         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3310
3311 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3312
3313         * data/evince-toolbar.xml:
3314         * data/evince-ui.xml:
3315         * shell/ev-view-private.h:
3316         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3317         (ev_view_button_press_event), (ev_view_motion_notify_event),
3318         (ev_view_button_release_event), (ev_view_init),
3319         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3320         (ev_view_set_cursor):
3321         * shell/ev-view.h:
3322         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3323         (ev_window_cmd_view_autoscroll):
3324         
3325         Autoscroll feature with the context menu. Fixes bug 
3326         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3327
3328 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3331
3332         Disconnect also page-ready signal when removing a job because the
3333         page size has changed. Thanks to kripken
3334         <kripkensteiner@gmail.com>.
3335
3336 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3337
3338         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3339         
3340         Scroll pages in page entry with mouse wheel. Fixes bug
3341         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3342
3343 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * backend/dvi/Makefile.am:
3346         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3347         (mdvi_cairo_device_init):
3348         * backend/dvi/mdvi-lib/common.h:
3349         * backend/dvi/mdvi-lib/mdvi.h:
3350         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3351         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3352         (mdvi_build_path_from_cwd):
3353
3354         Add ps specials support in dvi backend when libspectre is
3355         present. Fixes bug #386005.
3356         
3357 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * configure.ac:
3360         * backend/ps/Makefile.am:
3361         * backend/ps/ev-spectre.[ch]:
3362         
3363         Use libspectre, if available, for the ps backend. Fixes bugs
3364         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3365
3366 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3367         
3368         * backend/comics/comics-document.c: (comics_document_load):
3369         
3370         Cygwin build issue fix.
3371
3372 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-view.c: (ev_view_set_zoom):
3375
3376         Do not limit the minimum zoom factor when sizing mode is best bit
3377         or fit width. Fixes bug #503805.
3378         
3379 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3382         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3383         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3384         (ev_link_dest_get_property), (ev_link_dest_set_property),
3385         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3386         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3387         (ev_link_dest_new_fitr):
3388         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3389         (goto_fith_dest), (goto_xyz_dest):
3390
3391         Do not change left, top and zoom values when they are null in PDF
3392         destinations. Fixes bug #460658.
3393         
3394 2007-12-10  Christian Persch  <chpe@gnome.org>
3395
3396         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3397         (ev_view_accessible_class_init),
3398         (ev_view_accessible_idle_do_action),
3399         (ev_view_accessible_action_do_action),
3400         (ev_view_accessible_action_get_description),
3401         (ev_view_accessible_action_set_description),
3402         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3403         (ev_view_accessible_factory_init),
3404         (ev_view_accessible_factory_get_accessible_type):
3405         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3406         private data, and G_DEFINE_TYPE. Bug #502843.
3407
3408 2007-12-08  Christian Persch  <chpe@gnome.org>
3409
3410         * shell/ev-metadata-manager.c: (item_free),
3411         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3412         (value_free), (parse_value), (parseItem),
3413         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3414         (save_values): Use GSlice to allocate small amounts of memory. Bug
3415         #475972.
3416
3417 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3420
3421         Restore cursor to normal after a drag operation. Fixes bug
3422         #501603.
3423         
3424 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * NEWS:
3427         * configure.ac:
3428         
3429         Update for release 2.21.1
3430
3431 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * configure.ac:
3434         * cut-n-paste/gedit-message-area/Makefile.am:
3435         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3436         * shell/Makefile.am:
3437         * shell/ev-message-area.[ch]:
3438         * shell/ev-window.c: (ev_window_set_message_area),
3439         (ev_window_error_message_response_cb), (ev_window_error_message),
3440         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3441         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3442         (ev_attachment_popup_cmd_open_attachment),
3443         (attachment_save_dialog_response_cb), (ev_window_set_document),
3444         (ev_window_init):
3445
3446         Use a message area instead of a popup dialog for error
3447         notifications. Fixes bug #337495.
3448         
3449 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3450
3451         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3452         (ev_window_run_fullscreen):
3453
3454         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3455         
3456 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * ev-sidebar-thumbnails.c: (update_visible_range),
3459         (ev_sidebar_thumbnails_refresh),
3460         (ev_sidebar_thumbnails_set_document),
3461         (ev_sidebar_thumbnails_support_document):
3462
3463         Show thumbnails for documents with one page. Fixes bug #358751.
3464         
3465 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * shell/ev-window.c:
3468         (ev_window_load_print_settings_from_metadata),
3469         (ev_window_save_print_settings), (ev_window_print_finished),
3470         (ev_window_print_range):
3471
3472         Print settings that are specific to the document are now saved per
3473         document in the metadata file. Fixes bug #488806.
3474         
3475 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3476
3477         * backend/tiff/tiff-document.c: (tiff_document_render):
3478
3479         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3480         
3481 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-application.[ch]: (get_find_string_from_args),
3484         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3485         (ev_application_open_uri_list):
3486         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3487         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3488         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3489         (ev_window_cmd_recent_file_activate),
3490         (ev_window_open_recent_action_item_activated),
3491         (ev_window_print_send), (open_remote_link):
3492         * shell/main.c: (arguments_parse):
3493
3494         Add a command line option for search. Fixes bug #497710.
3495         
3496 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3497
3498         * shell/ev-jobs.c: (ev_job_print_new):
3499
3500         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3501         
3502 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * data/evince-toolbar.xml:
3505         * shell/Makefile.am:
3506         * shell/ev-application.c: (ev_application_init):
3507         * shell/ev-open-recent-action.[ch]:
3508         * shell/ev-window.c:
3509         (ev_window_open_recent_action_item_activated),
3510         (register_custom_actions):
3511
3512         Add an expander to the open toolbar item which pops up a dropdown
3513         menu with the recently used documents. Fixes bug #487215.
3514         
3515 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * shell/ev-window.c: (ev_window_open_uri),
3518         (ev_window_cmd_view_reload):
3519
3520         Do not jump to the first page when reloading by running evince
3521         from the command line. Fixes bug #490847.
3522         
3523 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3524
3525         * shell/ev-window.c: (ev_window_cmd_help_contents):
3526
3527         Plugged memory leak when help file is not found. Fixes bug
3528         #490762.
3529         
3530 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * configure.ac:
3533
3534         Enable djvu, dvi and comics backends by default. Fixes bug
3535         #437121.
3536         
3537 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * configure.ac:
3540         * cut-n-paste/Makefile.am:
3541         * cut-n-paste/recent-files/*: Removed
3542         * help/reference/Makefile.am:
3543         * shell/Makefile.am:
3544         * shell/ev-application.[ch]: (ev_application_shutdown),
3545         (ev_application_init):
3546         * shell/ev-window.c: (ev_window_add_recent),
3547         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3548
3549         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3550         
3551 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3552
3553         * shell/ev-window.c: (launch_external_uri):
3554
3555         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3556         and report error if the URL is not supported (#489910).
3557
3558 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3561         (pdf_document_file_exporter_begin_page),
3562         (pdf_document_file_exporter_end_page):
3563
3564         Fix printing with poppler splash backend. Fixes bug #489774.
3565         
3566 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3569         * shell/ev-print-job.c: (ev_print_job_class_init):
3570
3571         Fix a crash when printing with the gnome-print dialog. Fixes bug
3572         #488939.
3573         
3574 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3575
3576         * backend/pixbuf/pixbuf-document.c:
3577
3578         Fix an implicit function definition warning (#487655)
3579
3580 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3581
3582         * shell/ev-window.c:
3583
3584         Fix conflicting shortcut for view sade pane and presentation.
3585         
3586 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * backend/pdf/ev-poppler.cc:
3589         (pdf_document_file_exporter_begin_page),
3590         (pdf_document_file_exporter_do_page),
3591         (pdf_document_file_exporter_end_page),
3592         (pdf_document_file_exporter_iface_init):
3593         * libdocument/ev-file-exporter.[ch]:
3594         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3595         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3596         (ev_job_print_run):
3597
3598         When printing multiple pages per sheet in reverse option, do not
3599         invert the order of the pages in every sheet, but the order of the
3600         sheets. Do not print blank pages when page range is invalid. Fixes
3601         bugs #484857 and #485521.
3602         
3603 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3606         (ev_job_print_run):
3607         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3608
3609         Respect ranges order when printing more than one range in random
3610         order.
3611         
3612 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3613
3614         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3615         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3616
3617         Rotate also the window icon when document is rotated. Fixes bug
3618         #474681.
3619         
3620 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3623         (pdf_document_forms_get_form_fields):
3624
3625         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3626         Matthias Drochner.
3627         
3628 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * configure.ac:
3631         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3632
3633         Use poppler_page_render_for_printing() instead of
3634         poppler_page_render() if available when exporting to a ps or pdf
3635         file. Fixes bug #476627.
3636         
3637 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3638
3639         * shell/ev-window.c: (ev_window_run_fullscreen):
3640
3641         Do not show the toolbar in fullscreen mode if the main toolbar is
3642         not visible. Fixes bug #483048.
3643         
3644 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * shell/ev-view.c: (ev_view_button_press_event):
3647
3648         Give priority to form fields over images when deciding whether a
3649         button press event is over an image or form field. It allows edit
3650         form fields when they are over a background image. Fixes bug
3651         #477841.
3652         
3653 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3654
3655         * NEWS:
3656         * configure.ac:
3657         
3658         Update for release 2.20.0
3659
3660 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * backend/pdf/ev-poppler.cc:
3663
3664         Remove #ifdef HAVE_FORMS, so that forms support works again.
3665
3666 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3667
3668         * configure.ac:
3669         * data/evince.desktop.in.in:
3670         
3671         Fixes desktop file issues. See bug #473471.
3672
3673 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3676         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3677         (ev_job_queue_remove_job):
3678         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3679         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3680         * shell/ev-window.c: (ev_window_clear_save_job),
3681         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3682         (ev_window_dispose):
3683
3684         Move save a copy task to its own job so that it's carried out in a
3685         thread avoiding another lock in the main thread. Use
3686         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3687         can be saved to a pathin another file system. Fixes bug #456891.
3688         
3689 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * NEWS:
3692         * configure.ac:
3693         
3694         Update for release 2.19.92
3695
3696 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * configure.ac:
3699         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3700         (pdf_selection_get_selection_region),
3701         (pdf_selection_get_selection_map),
3702         (ev_form_field_from_poppler_field):
3703
3704         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3705         and triple click selections are enabled again now.
3706
3707 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-window.c: (ev_window_add_history):
3710
3711         Make sure not to use the history with documents not supporting
3712         links. Fixes bug #468954.
3713
3714 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * shell/ev-window.c: (ev_window_load_job_cb):
3717
3718         Restart the search when reloading a document with the find bar
3719         visible. Fixes bug #461962.
3720
3721 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * shell/ev-window.c: (setup_document_from_metadata),
3724         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3725
3726         Do not jump to the first page when reloading a document from the
3727         last page.
3728
3729 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-window.c: (update_chrome_flag),
3732         (setup_sidebar_from_metadata),
3733         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3734         (ev_window_cmd_edit_find_next),
3735         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3736         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3737         (find_bar_close_cb), (view_actions_focus_in_cb):
3738
3739         Do not update visibility when changing a chrome flag so that it's
3740         possible to update several flags and update visibility only once
3741         for all of them.
3742
3743 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3746
3747         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3748         supported by gtk+. Fixes bug #460907.
3749
3750 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-view.c: (view_update_range_and_current_page):
3753
3754         Make sure current-page <= end-page in continuous mode. Fixes bug
3755         #454950.
3756
3757 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * backend/pdf/ev-poppler.cc: (build_tree):
3760
3761         Ignore outline items without a title. Fixes bug #453913.
3762
3763 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3766         (ev_view_button_release_event), (ev_view_leave_notify_event):
3767
3768         Use always drag mouse cursor during a drag operation. Fixes bug
3769         #470564.
3770
3771 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3774         (pdf_selection_get_selection_region),
3775         (pdf_selection_get_selection_map):
3776
3777         Temporarily disable double and triple selections since it depends on
3778         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3779         released and the update of the external dependency minimal version
3780         approved.
3781
3782 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3785         (pdf_document_file_exporter_do_page):
3786         * libdocument/ev-file-exporter.h:
3787         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3788         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3789
3790         Actually fix printing regressions. Remove orientation from
3791         EvPrintContext since it's redundant.
3792
3793 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3796         * backend/impress/impress-document.c:
3797         (impress_document_document_iface_init):
3798         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3799         * backend/djvu/djvu-document.c:
3800         (djvu_document_document_iface_init),
3801         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3802         * backend/tiff/tiff-document.c:
3803         (tiff_document_document_iface_init):
3804         * backend/pixbuf/pixbuf-document.c:
3805         (pixbuf_document_document_iface_init):
3806         * backend/comics/comics-document.c:
3807         (comics_document_document_iface_init):
3808         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3809         (pdf_selection_render_selection),
3810         (pdf_selection_get_selected_text),
3811         (pdf_selection_get_selection_region),
3812         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3813         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3814         (ev_selection_get_selection_region),
3815         (ev_selection_get_selection_map):
3816         * libdocument/ev-document.[ch]:
3817         * shell/ev-pixbuf-cache.[ch]: (add_job),
3818         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3819         * shell/ev-view-private.h:
3820         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3821         (ev_job_render_run):
3822         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3823         * shell/ev-view.c: (start_selection_for_event),
3824         (ev_view_button_press_event), (ev_view_drag_data_get),
3825         (ev_view_drag_data_received), (ev_view_button_release_event),
3826         (compute_new_selection_text), (compute_selections),
3827         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3828         (ev_view_primary_get_cb):
3829
3830         Add support for double and triple click selections.
3831
3832 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3833
3834         * NEWS:
3835         * configure.ac:
3836
3837         Update for release 2.19.4
3838
3839 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3840
3841         * shell/ev-view-private.h:
3842         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3843         (ev_view_set_highlight_search):
3844         * shell/ev-view.h:
3845         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3846         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3847         (find_bar_visibility_changed_cb):
3848         
3849         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3850
3851 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3854         (pdf_document_file_exporter_begin),
3855         (pdf_document_file_exporter_do_page):
3856         * shell/ev-jobs.c: (ev_job_print_run):
3857         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3858
3859         Create always a portrait cairo surface and rotate when needed for
3860         landscape. It fixes printing problems in real printers.
3861
3862 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3865         * libdocument/ev-file-exporter.[ch]:
3866         (ev_file_exporter_get_capabilities):
3867         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3868         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3869
3870         Adjust number of pages per row according to page orientation when
3871         printing 2 or 6 pages per sheet.
3872
3873 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-window.c: (ev_window_print_send):
3876
3877         Reset also cups setting to 1 when printing multiple pages per
3878         sheet. Fixes bug #468853.
3879
3880 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * libdocument/ev-document-misc.c:
3883         (ev_document_misc_surface_rotate_and_scale):
3884
3885         Use directly cairo_surface_get_content() when creating a similar
3886         surface as suggested by Jeff Muizelaar. Thanks again.
3887
3888 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * backend/djvu/djvu-document.c: (djvu_document_render):
3891         * backend/tiff/tiff-document.c: (tiff_document_render):
3892         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3893         * libdocument/ev-document-misc.c:
3894         (ev_document_misc_surface_from_pixbuf),
3895         (ev_document_misc_surface_rotate_and_scale):
3896
3897         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3898         creating page surfaces. Fixes bug #453123. Thank you very much to
3899         Jeff Muizelaar <jeff@infidigm.net>.
3900
3901 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * shell/ev-page-cache.c: (ev_page_cache_new),
3904         (ev_page_cache_get_thumbnail_size):
3905         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3906         (ev_sidebar_thumbnails_set_loading_icon):
3907
3908         Also store in page-cache the dimensions of the thumbnails so that
3909         they can be used to create the correct loading icon in the side
3910         pane. Fixes bug #466857.
3911
3912 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3913
3914         * backend/pdf/ev-poppler.cc:
3915         (pdf_document_thumbnails_get_thumbnail):
3916
3917         Fix thumbnails rotation in pdf documents that include embedded 
3918         thumbnails.
3919
3920 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3921
3922         * backend/pdf/ev-poppler.cc:
3923
3924         Don't use #ifdef in macro expansion. Some compilers don't
3925         like that. Closes bug #467042.
3926
3927 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3928
3929         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3930         
3931         Fixes memory leak in djvu backend.
3932
3933 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3934
3935         * data/icons/32x32/Makefile.am:
3936         * data/icons/32x32/actions/Makefile.am:
3937         * data/icons/32x32/actions/view-page-cont.svg:
3938         * data/icons/32x32/actions/view-page-facing.svg:
3939         * data/icons/48x48/Makefile.am:
3940         * data/icons/48x48/actions/Makefile.am:
3941         * data/icons/48x48/actions/view-page-cont.svg:
3942         * data/icons/48x48/actions/view-page-facing.svg:
3943         
3944         Icons for a new sizes.
3945
3946 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3947
3948         * shell/ev-page-cache.c: (build_height_to_page),
3949         (ev_page_cache_get_height_to_page):
3950         
3951         Fixes invalid read, see bug #466401.
3952
3953 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3956         (set_drag_cursor):
3957         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3958         (configure_item_cursor), (new_pixbuf_from_widget):
3959
3960         Fix multihead problems in toolbar editor. Fixes bug #382055.
3961
3962 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/ev-window.c: (ev_window_cmd_file_open),
3965         (ev_window_cmd_save_as):
3966
3967         Use g_get_user_special_dir when available instead of
3968         xdg_user_dir_lookup.
3969
3970 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * MAINTAINERS:
3973         
3974         Updated according to request on desktop-devel.
3975
3976 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3979
3980         Do not use cairo_rectangle and cairo_clip since we are
3981         not using cairo_fill but cairo_paint. Use the same cairo context
3982         for every page in the same expose event.
3983
3984 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3985
3986         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3987         leak.
3988
3989 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * configure.ac:
3992         * NEWS:
3993
3994         Release 0.9.3
3995
3996 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * libdocument/ev-document-info.h:
3999         * libdocument/ev-document.h:
4000         * shell/ev-page-action.h:
4001         * shell/ev-sidebar-links.h:
4002
4003         Fix a headers problem with ev-link
4004         
4005         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
4006         * shell/ev-view-private.h:
4007         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4008         (get_link_area), (ev_view_query_tooltip),
4009         (ev_view_leave_notify_event), (ev_view_destroy),
4010         (ev_view_class_init):
4011
4012         Use new gtk tooltips when available instead of ev-tooltip.
4013         
4014 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4015
4016         * shell/ev-window.c: (update_chrome_visibility),
4017         (ev_window_sidebar_visibility_changed_cb):
4018
4019         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
4020         
4021 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * shell/ev-navigation-action.c:
4024         (ev_navigation_action_history_changed),
4025         (ev_navigation_action_set_history):
4026         * shell/ev-navigation-action-widget.c:
4027         (ev_navigation_action_widget_init):
4028         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4029
4030         Fix compile warnings.
4031         
4032 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4035         (egg_editable_toolbar_dispose):
4036
4037         Fix memory leak.
4038         
4039 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4042         (screensaver_disable_x11):
4043         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
4044         * shell/ev-window.c: (presentation_set_timeout):
4045         * shell/ev-view.c: (ev_view_presentation_transition_start):
4046
4047         Use g_timeout_add_seconds instead of g_timeout_add when
4048         available.
4049         
4050 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
4053
4054         Set horizontal scrollbar policy to AUTOMATIC instead of
4055         NEVER. Workaround for bug #449462.
4056         
4057 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * shell/ev-jobs.c: (ev_job_render_page_ready):
4060
4061         Add page_ready callback to main loop with high priority and hold
4062         a reference to job during idle.
4063         
4064 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * configure.ac:
4067         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
4068         (pdf_document_file_exporter_begin),
4069         (pdf_document_file_exporter_do_page),
4070         (pdf_document_file_exporter_get_capabilities):
4071         * libdocument/ev-file-exporter.h:
4072         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4073         * shell/ev-window.c: (ev_window_print_send),
4074         (ev_window_print_dialog_response_cb):
4075
4076         Allow printing multiple pages per sheet. Fixes bug #395573.
4077         
4078 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * shell/ev-view.c: (tip_from_link):
4081         
4082         Check for NULL, fixes bug #460862.
4083
4084 2007-07-29  Christian Persch  <chpe@gnome.org>
4085
4086         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4087         (ev_window_preview_print_finished), (ev_window_do_preview_print),
4088         (ev_window_cmd_preview_print):
4089         
4090         Fixes bug #437681 - blocks while enumerating printers.
4091
4092 2007-07-29  Christian Persch  <chpe@gnome.org>
4093
4094         * shell/ev-window.c: (ev_window_screen_changed):
4095         
4096         Don't use deprecated gtk+ function. See bug #460909.
4097
4098 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * shell/ev-utils.c: (get_num_monitors):
4101         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4102
4103         Do not use display before initializing it. Remove compile
4104         warnings.
4105
4106 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
4107
4108         * shell/ev-view.c: (ev_view_class_init):
4109         
4110         Unix-like hjkl bindings added. See bug #458111.
4111
4112 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
4113
4114         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4115         * shell/ev-utils.h:
4116         * shell/ev-view.c: (ev_view_set_zoom_for_size),
4117         (ev_view_update_view_size):
4118         * shell/ev-view.h:
4119         * shell/ev-window.c: (ev_window_update_actions),
4120         (setup_view_from_metadata), (ev_window_screen_changed),
4121         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4122         (zoom_control_changed_cb):
4123         * shell/ev-window.h:
4124         
4125         Reorganizes utility functions.
4126
4127 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4130         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4131         (add_job), (ev_pixbuf_cache_get_surface),
4132         (ev_pixbuf_cache_get_link_mapping),
4133         (ev_pixbuf_cache_get_image_mapping),
4134         (ev_pixbuf_cache_get_form_field_mapping),
4135         (ev_pixbuf_cache_get_text_mapping):
4136         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4137         (notify_page_ready), (ev_job_render_page_ready),
4138         (ev_job_render_run):
4139
4140         Add page_ready signal to notify that page is ready as soon as
4141         possible even if other page elements like links, forms, images or
4142         text mapping are not ready yet.
4143
4144 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4147         (dvi_document_file_exporter_do_page),
4148         (dvi_document_file_exporter_get_capabilities),
4149         (dvi_document_file_exporter_iface_init):
4150         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4151         (ps_document_file_exporter_do_page),
4152         (ps_document_file_exporter_get_capabilities),
4153         (ps_document_file_exporter_iface_init):
4154         * backend/djvu/djvu-document.c:
4155         (djvu_document_file_exporter_begin),
4156         (djvu_document_file_exporter_end),
4157         (djvu_document_file_exporter_get_capabilities),
4158         (djvu_document_file_exporter_iface_init):
4159         * backend/tiff/tiff-document.c:
4160         (tiff_document_file_exporter_begin),
4161         (tiff_document_file_exporter_get_capabilities),
4162         (tiff_document_document_file_exporter_iface_init):
4163         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4164         (pdf_document_file_exporter_do_page),
4165         (pdf_document_file_exporter_get_capabilities),
4166         (pdf_document_file_exporter_iface_init):
4167         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4168         (ev_file_exporter_get_capabilities):
4169         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4170         (idle_print_handler), (ev_print_job_print):
4171         * shell/ev-jobs.c: (ev_job_print_run):
4172         * shell/ev-window.c: (ev_window_print_send),
4173         (ev_window_print_range):
4174
4175         Use capabilities to know which options should be offered by the
4176         print dialog depending on the document backend.
4177
4178 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4181
4182         Give priority to forms over text to set the cursor.
4183
4184 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * shell/ev-view-private.h:
4187         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4188         (ev_view_leave_notify_event), (ev_view_finalize),
4189         (ev_view_get_property), (ev_view_class_init):
4190
4191         Use IBEAM cursor for text form fields and NORMAL cursor for read
4192         only fields. Remove unused status attribute.
4193
4194 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4197
4198         Update region for current selected items also for checkbox
4199         buttons, since they can behave as radio buttons when they are in a
4200         set.
4201
4202 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * configure.ac:
4205         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4206
4207         Get max length of text form fields.
4208
4209 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4210
4211         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4212         * libdocument/ev-form-field.h:
4213         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4214
4215         Fix build with current poppler cvs head.
4216
4217 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4220         * shell/eggfindbar.c: (egg_find_bar_init):
4221
4222         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4223         deprecation. Fixes bug #455667
4224
4225 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * NEWS:
4228         * configure.ac:
4229         
4230         Update for release 0.9.2
4231
4232 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * shell/ev-view.c: (ev_view_form_field_text_save),
4235         (ev_view_form_field_choice_save):
4236
4237         Fix a crash when closing whith a form widget visible.
4238
4239 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4242
4243         Update also the region of the current selected button when
4244         clicking on another button if they are radio buttons.
4245
4246 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4249         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4250         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4251         (ev_pixbuf_cache_get_link_mapping),
4252         (ev_pixbuf_cache_get_image_mapping),
4253         (ev_pixbuf_cache_get_form_field_mapping),
4254         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4255         * shell/ev-view.c: (ev_view_form_field_get_region),
4256         (ev_view_form_field_button_create_widget),
4257         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4258         (job_finished_cb):
4259
4260         Redraw only form field region instead of the whole page when
4261         reloading a page to show changes on the form field.
4262
4263 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-view.c: (ev_view_form_field_choice_save):
4266
4267         Fix selection of first item in list form fields.
4268
4269 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4272         (ev_pixbuf_cache_reload_page),
4273         (ev_pixbuf_cache_get_form_field_mapping):
4274
4275         Some refactoring to avoid duplicated code.
4276
4277 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * configure.ac:
4280         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4281         (ev_form_field_from_poppler_field),
4282         (pdf_document_forms_get_form_fields),
4283         (pdf_document_forms_form_field_text_get_text),
4284         (pdf_document_forms_form_field_text_set_text),
4285         (pdf_document_forms_form_field_button_set_state),
4286         (pdf_document_forms_form_field_button_get_state),
4287         (pdf_document_forms_form_field_choice_get_item),
4288         (pdf_document_forms_form_field_choice_get_n_items),
4289         (pdf_document_forms_form_field_choice_is_item_selected),
4290         (pdf_document_forms_form_field_choice_select_item),
4291         (pdf_document_forms_form_field_choice_toggle_item),
4292         (pdf_document_forms_form_field_choice_unselect_all),
4293         (pdf_document_forms_form_field_choice_set_text),
4294         (pdf_document_forms_form_field_choice_get_text),
4295         (pdf_document_document_forms_iface_init):
4296         * libdocument/Makefile.am:
4297         * libdocument/ev-form-field.[ch]:
4298         * libdocument/ev-document-forms.[ch]:
4299         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4300         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4301         (add_job), (ev_pixbuf_cache_reload_page),
4302         (ev_pixbuf_cache_get_form_field_mapping):
4303         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4304         * shell/ev-view-private.h:
4305         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4306         (ev_view_handle_cursor_over_xy),
4307         (ev_view_get_form_field_at_location),
4308         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4309         (ev_view_form_field_button_create_widget),
4310         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4311         (ev_view_form_field_text_create_widget),
4312         (ev_view_form_field_choice_save),
4313         (ev_view_form_field_choice_changed),
4314         (ev_view_form_field_choice_create_widget),
4315         (ev_view_handle_form_field), (ev_view_size_allocate),
4316         (ev_view_realize), (draw_end_presentation_page),
4317         (ev_view_button_press_event), (ev_view_remove_all),
4318         (ev_view_motion_notify_event), (ev_view_key_press_event),
4319         (ev_view_enter_notify_event), (highlight_find_results),
4320         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4321         (ev_view_class_init), (page_changed_cb),
4322         (on_adjustment_value_changed), (ev_view_set_presentation),
4323         (merge_selection_region), (ev_view_set_cursor),
4324         (ev_view_reset_presentation_state):
4325         
4326         Merge evince-forms branch.
4327
4328 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4329
4330         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4331
4332         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4333         This script also updates itself from libegg
4334
4335         * cut-n-paste/toolbar-editor/egg*:
4336         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4337         libegg
4338
4339 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4340
4341         * shell/ev-window.c:
4342         
4343         Adds a nice icon to page action during toolbar editing.
4344         See bug #452872.
4345
4346 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * data/evince-toolbar.xml:
4349         * shell/ev-window.c:
4350         
4351         Let user add a presentation and fullscreen icons on toolbar.
4352         See bug #449734.
4353
4354 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4355
4356         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4357
4358         new script to keep in sync with toolbareditor in libegg
4359
4360         * cut-n-paste/toolbar-editor/*: 
4361
4362         Run update-toolbareditor-from-libegg so we are in sync again. 
4363         Fixes bug #452850.
4364         
4365
4366 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * shell/ev-sidebar-links.c: (job_finished_callback):
4369
4370         Do not connect selection changed signal more than once. Fixes bug
4371         #349433.
4372
4373 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4374
4375         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4376
4377         Do not change sidebar chrome flag when pressing F9 key in
4378         presentation mode.
4379
4380 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * backend/pdf/ev-poppler.cc:
4383         (pdf_document_thumbnails_get_dimensions):
4384
4385         Make sure thumbnails width and height is not <= 0. Fixes a crash
4386         with some pdf documents which have really small pages.
4387
4388 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4389
4390         * shell/main.c: (main):
4391
4392         Fixes program description translation issue.
4393         Bug #450148.
4394
4395 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4396
4397         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4398
4399         Do not change current page when returning from black/white mode
4400         in presentation. Fixes bug #415032.
4401
4402 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * NEWS:
4405         * configure.ac:
4406         
4407         Update for release 0.9.1
4408
4409 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4410
4411         * backend/dvi/dvi-document.c:
4412         (dvi_document_finalize),
4413         (dvi_document_file_exporter_format_supported),
4414         (dvi_document_file_exporter_begin),
4415         (dvi_document_file_exporter_do_page),
4416         (dvi_document_file_exporter_end),
4417         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4418         
4419         PDF exporter for dvi documents. Fixes bug #441319.
4420
4421 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4422
4423         * shell/ev-window.c: (ev_window_clear_print_job):
4424
4425         Clear gtk print job when job has finished. Fixes bug #447612.
4426
4427 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4428
4429         * shell/ev-window.c: (ev_window_print_send),
4430         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4431
4432         Add preview button to print dialog. Fixes bug #445419.
4433
4434 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4435
4436         * backend/dvi/Makefile.am:
4437         * backend/dvi/pixbuf-device.[ch]: Removed
4438         * backend/dvi/cairo-device.[ch]: Added
4439         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4440         * backend/dvi/dvi-document.c: (dvi_document_load),
4441         (dvi_document_render), (dvi_document_finalize),
4442         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4443         (dvi_document_do_color_special):
4444         * libdocument/ev-document-misc.[ch]:
4445         (ev_document_misc_pixbuf_from_surface):
4446
4447         Port dvi backend to cairo and fix a problem with colors. 
4448
4449 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * shell/ev-view.c: (draw_one_page):
4452
4453         Draw only visible region.
4454
4455 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4456
4457         * backend/djvu/djvu-document.c: (djvu_document_render):
4458
4459         Fix rotation in djvu backend.
4460
4461 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4464         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4465         (ev_pixbuf_cache_get_image_mapping),
4466         (ev_pixbuf_cache_get_text_mapping):
4467
4468         Redraw view every time we have a new surface. Fixes bug #443587.
4469
4470 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4471
4472         * libdocument/ev-document.c: (ev_document_info_free):
4473
4474         Fix memory leaks.
4475
4476 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4477
4478         * backend/dvi/dvi-document.c: (dvi_document_render),
4479         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4480         * backend/impress/impress-document.c:
4481         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4482         (impress_document_render), (impress_document_document_iface_init),
4483         (impress_document_thumbnails_get_thumbnail):
4484         * backend/djvu/djvu-document-private.h:
4485         * backend/djvu/djvu-document.c: (djvu_document_render),
4486         (djvu_document_finalize), (djvu_document_document_iface_init),
4487         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4488         * backend/tiff/tiff-document.c: (tiff_document_render),
4489         (tiff_document_render_pixbuf),
4490         (tiff_document_document_iface_init):
4491         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4492         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4493         (pdf_selection_render_selection):
4494         * backend/comics/comics-document.c:
4495         (comics_document_render_pixbuf), (comics_document_render),
4496         (comics_document_document_iface_init):
4497         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4498         (pixbuf_document_document_iface_init):
4499         * libdocument/ev-document-misc.[ch]:
4500         (ev_document_misc_surface_from_pixbuf),
4501         (ev_document_misc_surface_rotate_and_scale):
4502         * libdocument/ev-document.[ch]: (ev_document_render):
4503         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4504         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4505         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4506         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4507         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4508         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4509         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4510         (render_finished_cb), (ev_job_render_run):
4511         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4512         (merge_selection_region):
4513
4514         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4515         and selections.
4516
4517 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4518
4519         * shell/ev-window-title.c: (ev_window_title_update):
4520
4521         Fix memory leak.
4522
4523 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * shell/ev-view.c: (draw_loading_text):
4526
4527         Show loading text centered. Fixes bug #433061
4528
4529 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * shell/ev-sidebar-thumbnails.c:
4532         (ev_sidebar_thumbnails_set_loading_icon):
4533
4534         Remove a mutex in the main thread that blocks the UI in heavy
4535         documents.
4536
4537 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4540
4541         Set points_set to TRUE so that selections don't disappear after a
4542         zoom change.
4543
4544 2007-06-07  Michael Monreal  <infernux@web.de>
4545
4546         * data/icons/16x16/actions/Makefile.am:
4547         * data/icons/16x16/actions/zoom.svg:
4548         * data/icons/22x22/actions/Makefile.am:
4549         * data/icons/22x22/actions/zoom.svg:
4550         * data/icons/24x24/actions/Makefile.am:
4551         * shell/ev-stock-icons.c:
4552         * shell/ev-stock-icons.h:
4553         * shell/ev-window.c:
4554         
4555         Zoom icon artwork. See bug #444795.
4556
4557 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4558
4559         * shell/ev-metadata-manager.c: Remove extraneous function
4560         (Closes: #444386)
4561
4562 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4563
4564         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4565         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4566         (ev_metadata_manager_set), (ev_metadata_manager_save):
4567         Simplify the timeout, no need for modified anymore
4568
4569 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4570
4571         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4572         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4573         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4574         (ev_metadata_manager_save): Adapted patch from Arjan van de
4575         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4576         time, saves on power (Closes: #443851)
4577
4578 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * configure.ac:
4581         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4582         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4583
4584         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4585
4586 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * shell/ev-window.c: (ev_window_add_history):
4589
4590         Check if history is NULL
4591
4592 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * libdocument/ev-image.c: (ev_image_finalize):
4595         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4596         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4597         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4598         (ev_tmp_uri_unlink):
4599
4600         Add functions to delete temporary files created by evince in a safe
4601         way.
4602
4603         * shell/ev-window.c: (ev_window_clear_local_uri),
4604         (open_xfer_update_progress_callback),
4605         (save_xfer_update_progress_callback), (ev_window_save_remote),
4606         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4607         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4608         (attachment_save_dialog_response_cb),
4609         (ev_attachment_popup_cmd_save_attachment_as):
4610
4611         Allow saving a copy of a document, image or attachment to a remote
4612         location. Fixes bug #440754. 
4613
4614 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * configure.ac:
4617         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4618
4619         Fix build with current poppler from cvs head. 
4620
4621 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4622
4623         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4624
4625         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4626         directory exists.
4627
4628 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4629
4630         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4631         * shell/ev-window.c:
4632
4633         Change sidebar ordering. Fixes bug #439939.
4634
4635 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4636
4637         * backend/comics/Makefile.am:
4638         
4639         Fixes build with --without-libgnome.
4640
4641 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4642         
4643         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4644
4645         Update cursor and tooltip on page change and view scroll. Fixes bug
4646         #439217.
4647
4648 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * NEWS:
4651         * configure.ac:
4652         
4653         Update for release 0.9.0
4654
4655 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4656
4657         * backend/djvu/djvu-document-private.h:
4658         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4659         (djvu_document_finalize),
4660         (djvu_document_file_exporter_format_supported),
4661         (djvu_document_file_exporter_begin),
4662         (djvu_document_file_exporter_do_page),
4663         (djvu_document_file_exporter_end),
4664         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4665         
4666         Implemented printing with djvu. Bug #437998.
4667
4668 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * backend/impress/zip.c:
4671         Add missing ulong definition.
4672
4673         * backend/ps/ps-interpreter.c:
4674         Add missing headers.
4675
4676         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4677
4678 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4681
4682         Add missing call to parent class dispose method. 
4683
4684 2007-05-12  Ross Burton  <ross@openedhand.com>
4685
4686         * shell/main.c:
4687         Sync keybindings manually when building without libgnome
4688         (#437925).
4689
4690 2007-05-12  Ross Burton  <ross@openedhand.com>
4691
4692         * shell/ev-window.c:
4693         Respect the screen when opening help (#437866).
4694
4695 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4696
4697         * data/evince-ui.xml:
4698         * shell/ev-application.[ch]: (get_print_settings_from_args),
4699         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4700         (ev_application_open_uri_list):
4701         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4702         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4703         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4704         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4705         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4706         (ev_window_dispose):
4707         * shell/main.c: (arguments_parse):
4708
4709         Add print button in preview mode. Fixes bug #396475. 
4710
4711 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * cut-n-paste/zoom-control/ephy-zoom.h:
4714         
4715         Fixes zoom level factors. See bug #408119 for details.
4716
4717 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4718
4719         * backend/comics/comics-document.c: (comics_regex_quote),
4720         (extract_argv):
4721         
4722         Correctly quote symbols. Fixes crash in the bug
4723         #415370.
4724
4725 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * shell/ev-navigation-action-widget.c:
4728         (ev_navigation_action_widget_init),
4729         (ev_navigation_action_widget_class_init),
4730         (ev_navigation_action_widget_button_press_event):
4731         
4732         Connect to button-press event on correct widget. Fixes
4733         bug #431988
4734
4735 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4736
4737         * shell/ev-application.c: (ev_application_open_window),
4738         (ev_application_add_icon_path_for_screen),
4739         (ev_application_open_uri_at_dest):
4740         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4741         * shell/ev-navigation-action.c: (build_menu):
4742         
4743         Add app-specific icons to our icon theme. Fixes bug
4744         #425508.
4745
4746 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4747
4748         * shell/ev-history.c: (ev_history_class_init),
4749         (ev_history_add_link):
4750         * shell/ev-history.h:
4751         * shell/ev-navigation-action.c:
4752         (ev_navigation_action_history_changed),
4753         (ev_navigation_action_set_history), (build_menu),
4754         (ev_navigation_action_finalize):
4755         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4756         
4757         Make navigation action unsensitive instead of showing
4758         menu with unsensitive word. Fixes bug #417392.
4759
4760 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * shell/ev-application.[ch]: (ev_application_shutdown),
4763         (ev_application_get_print_settings),
4764         (ev_application_set_print_settings):
4765         * shell/ev-window.c:
4766
4767         Remember print settings. Fixes bug #349102. 
4768
4769 2007-05-08  Christian Persch  <chpe@gnome.org>
4770
4771         * configure.ac:
4772         * properties/ev-properties-view.c:
4773
4774         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4775         Bug #382438.
4776
4777 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * configure.ac:
4780         * properties/ev-properties-view.c: (ev_regular_paper_size):
4781
4782         Use gtk+ builtin paper list to identify the document's paper size.
4783         Fixes bug #382438. 
4784
4785 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * configure.ac:
4788
4789         Fix build when compiling with thumbnailer and libgnome support. 
4790
4791 2007-05-04  Ross Burton  <ross@openedhand.com>
4792
4793         * configure.ac:
4794         Add --without-libgnome, check for libgnome and libgnomeui
4795         separately, and add them to the symbols as required.
4796
4797         * libdocument/ev-file-helpers.c:
4798         When building without libgnome, use g_get_user_config_dir instead
4799         of gnome_user_dir_get.
4800
4801         * shell/ev-application.c:
4802         When building without libgnome, don't use session management.
4803
4804         * shell/main.c:
4805         When building without libgnome, don't use GnomeProgram or
4806         initialise the authentication manager.
4807
4808         This fixes #328842.
4809
4810 2007-05-04  Ross Burton  <ross@openedhand.com>
4811
4812         * shell/ev-window.c:
4813         Don't use libgnome to open help, instead call Yelp directly.
4814
4815 2007-05-04  Ross Burton  <ross@openedhand.com>
4816
4817         * shell/ev-sidebar-attachments.c:
4818         Don't use libgnome to lookup icons for MIME types, instead copy
4819         code from GTK+ to do it manually.
4820
4821 2007-05-04  Ross Burton  <ross@openedhand.com>
4822
4823         * configure.ac:
4824         Add libxml to the dependencies for SHELL_CORE (#435818).
4825
4826 2007-05-02  Ross Burton  <ross@openedhand.com>
4827
4828         * configure.ac:
4829         * Makefile.am:
4830         Add --disable-thumbnailer (#434825)
4831
4832 2007-05-02  Ross Burton  <ross@openedhand.com>
4833
4834         * shell/ev-window.c:
4835         Add missing includes, fix indentation.
4836
4837         * shell/main.c:
4838         Fix indentation.
4839
4840 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4841
4842         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4843         ev_application_open_uri_at_dest instead of ev_application_open_uri
4844         preventing new document always being opened in a new window even if there
4845         is an empty window.
4846
4847 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4848
4849         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4850         (egg_recent_view_uimanager_finalize):
4851         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4852         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4853         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4854         (ev_pixbuf_cache_dispose):
4855         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4856         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4857         
4858         Add missing chain to parent class methods. Fixes
4859         bug #433128.
4860
4861 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4862
4863         * data/Makefile.am (update-icon-cache): Updates
4864         gtk-update-icon-cache in uninstall-hook.
4865
4866 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-window.c: (ev_window_setup_document),
4869         (ev_window_set_document), (ev_window_load_job_cb):
4870         * shell/ev-view.c: (setup_caches):
4871         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4872
4873         Start rendering pages before any other jobs. 
4874
4875 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4876
4877         * shell/ev-window.c: (ev_window_stop_fullscreen),
4878         (ev_window_stop_presentation):
4879
4880         Update chrome visibility before window unfullscreen. 
4881
4882 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * data/Makefile.am:
4885         * data/evince-ui.xml:
4886         * shell/ev-stock-icons.[ch]:
4887         * shell/ev-application.[ch]: (ev_application_shutdown),
4888         (ev_application_init), (ev_application_get_toolbars_model):
4889         * shell/ev-window.c: (update_chrome_visibility),
4890         (fullscreen_toolbar_setup_item_properties),
4891         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4892         (ev_window_run_presentation), (ev_window_stop_presentation),
4893         (ev_window_run_preview), (ev_window_screen_changed),
4894         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4895         (ev_window_dispose), (ev_window_init):
4896
4897         Make fullscreen toolbar always visible. Do not use egg toolbars for
4898         fullscreen and preview modes since such toolbars are not editables.
4899         Fixes bugs #300278, #338910 and #316188.  
4900
4901 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4902
4903         * shell/ev-application.c:
4904         * shell/ev-job-queue.c:
4905         * shell/ev-metadata-manager.c:
4906         * shell/ev-stock-icons.c:
4907         * shell/ev-window.c:
4908         * shell/main.c:
4909         
4910         Developers documentation updated.
4911
4912 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4915
4916         Check whether uri is valid before launching it. Fixes bug #427664.
4917
4918 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4919
4920         * shell/ev-window.c:
4921
4922         Change key accelerator for Open a Copy menu entry which is in conflict
4923         with Close. Fixes bug #427321.
4924
4925 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * NEWS:
4928         * configure.ac:
4929         
4930         Update for release 0.8.1
4931
4932 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4933
4934         * shell/ev-window.c: (setup_size_from_metadata):
4935         
4936         Do not make window bigger than screen. Fixes bug 
4937         #388985.
4938
4939 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4942         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4943
4944         Use default resolution when it's not provided by document. Fixes bug
4945         #408762.
4946
4947 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * configure.ac:
4950         * thumbnailer/Makefile.am:
4951         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4952         * thumbnailer/evince-thumbnailer.schemas.in:
4953         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4954
4955         Add support for ps, eps and compressed documents thumbnails. Do not
4956         ignore size parameter. 
4957
4958 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4959
4960         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4961         (dvi_document_do_color_special):
4962         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4963
4964         Implement font color specials in the DVI backend. Fixes bug #303651.
4965
4966 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4967
4968         Fixup the previous commit:
4969
4970         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4971         * shell/xdg-user-dir-lookup.c: Make the function non-static
4972         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4973
4974 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4975
4976         * shell/ev-window.c (file_open_dialog_response_cb): Use
4977         the xdg-user-dirs DOCUMENTS folder as default folder when
4978         opening a file chooser.  (#424858)
4979
4980         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4981         xdg-user-dirs.
4982
4983 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * shell/ev-window.c: (ev_window_load_job_cb):
4986
4987         Do not setup view from metadata on preview mode. 
4988
4989 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * shell/main.c:
4992
4993         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4994
4995 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * shell/ev-view.c: (ev_view_primary_get_cb):
4998
4999         Check pointer != NULL before using it. Fixes bug #416841. 
5000
5001 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * NEWS:
5004         * configure.ac:
5005         
5006         Release 0.8.0
5007
5008 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
5011
5012         Do not render thumbnails when sidebar thumbnail page is not visible
5013         at startup. Fixes bug #416447. 
5014
5015 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
5016
5017         * data/evince.desktop.in.in:
5018
5019         "Application" is not a valid category in the freedesktop specification.
5020
5021 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * libdocument/ev-file-helpers.[ch]: (compression_run),
5024         (ev_file_uncompress), (ev_file_compress):
5025         * shell/ev-window.c: (file_save_dialog_response_cb):
5026
5027         Save document compressed when saving a copy of a compressed document.
5028         Fixes bug #334542.
5029
5030 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
5033
5034         Allow deleting in goto window entry in presentation mode. 
5035
5036 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
5037
5038         * Makefile.am: Dist MAINTAINERS.
5039
5040 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
5041
5042         * shell/ev-window.c: (ev_window_update_actions):
5043
5044         Fix zoom shortcut keys when searching. Fixes bug #409828.
5045
5046 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * shell/ev-window.c: (ev_window_setup_document):
5049
5050         Fix crash when loading documents with only one page. 
5051
5052 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5053
5054         * backend/dvi/dvi-document.c:
5055         (dvi_document_thumbnails_get_dimensions),
5056         (dvi_document_thumbnails_get_thumbnail):
5057         * backend/impress/impress-document.c:
5058         (impress_document_thumbnails_get_thumbnail),
5059         (impress_document_thumbnails_get_dimensions):
5060         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
5061         (ps_document_thumbnails_get_dimensions):
5062         * backend/djvu/djvu-document.c:
5063         (djvu_document_thumbnails_get_dimensions),
5064         (djvu_document_thumbnails_get_thumbnail):
5065         * backend/tiff/tiff-document.c:
5066         (tiff_document_thumbnails_get_thumbnail),
5067         (tiff_document_thumbnails_get_dimensions):
5068         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
5069         (pdf_document_thumbnails_get_thumbnail),
5070         (pdf_document_thumbnails_get_dimensions):
5071         * backend/comics/comics-document.c:
5072         (comics_document_thumbnails_get_thumbnail),
5073         (comics_document_thumbnails_get_dimensions):
5074         * backend/pixbuf/pixbuf-document.c:
5075         (pixbuf_document_thumbnails_get_thumbnail),
5076         (pixbuf_document_thumbnails_get_dimensions):
5077         * libdocument/ev-document-thumbnails.[ch]:
5078         (ev_document_thumbnails_get_thumbnail),
5079         (ev_document_thumbnails_get_dimensions):
5080         * libdocument/ev-document-misc.[ch]:
5081         (ev_document_misc_get_thumbnail_frame):
5082         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
5083         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5084         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
5085         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5086         (ev_sidebar_thumbnails_refresh):
5087         * shell/ev-window.c: (ev_window_setup_document):
5088         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5089
5090         Use an EvRenderContext for rendering thumbnails instead of a suggested
5091         width, so that different sized pages get sized proportionally.
5092
5093 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-view.c: (ev_view_button_press_event),
5096         (ev_view_key_press_event):
5097
5098         Fix critical warnings when there is no document loaded. 
5099
5100 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * shell/ev-page-action-widget.c:
5103         * shell/ev-navigation-action.c:
5104         * shell/ev-window.c:
5105
5106         Fix compile warnings. 
5107
5108 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * backend/djvu/djvu-text.h:
5111         * backend/djvu/djvu-document.c:
5112         * backend/djvu/djvu-text-page.c:
5113         * backend/djvu/djvu-links.c:
5114         * backend/djvu/djvu-text-page.h:
5115         * backend/djvu/djvu-text.c:
5116         
5117         Fix build on Mac. Fixes bug #392186. Patch by
5118         <ephraim_owns@hotmail.com>
5119
5120 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5123
5124         Restore cairo context before rendering every page when printing a PDF
5125         document into a PDF file. 
5126
5127 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * backend/ps/gstypes.h:
5130         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5131         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5132         (ps_document_thumbnails_get_thumbnail):
5133
5134         Handle PostScript page orientation. Fixes bug #318568.
5135
5136 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * backend/ps/Makefile.am:
5139         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5140         (document_load), (ps_document_load), (save_document),
5141         (save_page_list), (ps_document_get_n_pages),
5142         (ps_document_get_page_size), (ps_document_get_info),
5143         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5144         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5145         (ps_document_thumbnails_get_thumbnail),
5146         (ps_document_thumbnails_get_dimensions),
5147         (ps_document_document_thumbnails_iface_init):
5148         * backend/ps/ps.[ch]: (psgetpagebox):
5149         * backend/ps/ps-interpreter.[ch]:
5150
5151         Add support for thumbnails in ps backend. Fixes bug #164755. 
5152
5153 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * NEWS:
5156         * configure.ac:
5157         
5158         Release 0.7.2
5159
5160 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5163         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5164         (ev_window_dispose):
5165
5166         Use document thumbnail as window icon. Fixes bug #384442.
5167
5168 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5169
5170         * configure.ac:
5171
5172         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5173         duplicated adding application/x-bzpostscript instead. 
5174
5175 2007-02-11  Tom Parker  <palfrey@tevp.net>
5176
5177         * backend/ps/ps-document.c: (document_load):
5178
5179         Check return value of psscan before trying
5180         to use it. Fixes bug #372414.
5181
5182 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5183
5184         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5185
5186         Fix invalid free in ev-page-cache. Fixes bug #404745.
5187
5188 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5189
5190         * test/Makefile.am:
5191         * test/test3.py:
5192         
5193         Added reload test case.
5194
5195 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5196
5197         * po/POTFILES.in:
5198         * backend/djvu/djvu-document.c: (djvu_document_load):
5199
5200         Check whether there are missing files in indirect multipage djvu
5201         documents. Fixes bug #361683. 
5202
5203 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * test/Makefile.am:
5206         * test/test-mime.bin:
5207         * test/test3.py:
5208         
5209         Added test for slow mime type
5210
5211 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5214
5215         Add some checks and call parent_class->finalize. Fixes bug #404745.
5216
5217 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5218
5219         * shell/ev-navigation-action.c: (connect_proxy):
5220         
5221         Fixes dropdown history menu. Thanks a lot Carlos!
5222
5223 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5226
5227         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5228         bug #373715.
5229
5230 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * backend/ps/ps.c: (psscan):
5233
5234         Fix memory leak. 
5235
5236 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * configure.ac:
5239         * libdocument/ev-file-helpers.c: 
5240
5241         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5242
5243 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * configure.ac:
5246         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5247         (ps_interpreter_start), (document_load), (save_document),
5248         (save_page_list):
5249         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5250         * libdocument/ev-document-factory.c:
5251         (ev_document_factory_get_from_mime), (get_document_from_uri),
5252         (free_uncompressed_uri), (ev_document_factory_get_document):
5253         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5254
5255         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5256
5257 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5258
5259         * libdocument/ev-document.h:
5260
5261         Fix typo in function name. 
5262
5263 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5264
5265         * backend/ps/ps-document.c: (ps_interpreter_finished),
5266         (ps_interpreter_start), (ps_interpreter_failed):
5267
5268         Handle ghostscript interpreter crashes. 
5269
5270 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * shell/ev-window.c: (ev_window_open_uri),
5273         (window_configure_event_cb):
5274
5275         Setup window size and position before showing it. Fixes bug #401711.
5276
5277 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5278
5279         * backend/ps/Makefile.am:
5280         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5281         (ps_document_dispose), (ps_document_class_init),
5282         (ps_interpreter_input), (ps_interpreter_output),
5283         (ps_interpreter_error), (setup_interpreter_env),
5284         (ps_interpreter_start), (ps_interpreter_stop),
5285         (ps_interpreter_failed), (ps_interpreter_is_ready),
5286         (check_filecompressed), (document_load), (ps_document_load),
5287         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5288         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5289         (render_page):
5290
5291         Rework ps-document. Code cleanups, remove deprecated code. 
5292
5293 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5294
5295         * shell/ev-view.c: (ev_view_button_press_event):
5296
5297         Do not start an image drag and drop operation when pointer is on 
5298         text, so that we can select text when the whole background is an
5299         image. 
5300
5301 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * shell/ev-window.c: (ev_window_update_actions): 
5304
5305         Disable all zoom related actions during presentation mode. 
5306
5307 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5308
5309         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5310
5311         Do not zoom in or out on presentation mode. Fixes bug #401305.
5312
5313 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5314
5315         * shell/ev-navigation-action.c: (connect_proxy),
5316         (create_menu_item), (ev_navigation_action_class_init):
5317         
5318         Correctly show menu and fix crash when navigaton 
5319         action is out of toolbar visible area.
5320
5321 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * data/Makefile.am:
5324         * data/evince.1:
5325         
5326         Added man file
5327
5328 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5329
5330         * help/reference/* :
5331         * configure.ac:
5332         
5333         Added gtk-doc based documentation for Evince.
5334         Still in initial state but I hope it will
5335         grow.
5336         
5337         * configure.ac:
5338         
5339         Lower dbus requirement to 0.70
5340
5341 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/ev-window.c: (ev_window_add_history):
5344
5345         Fix memory leak. 
5346
5347 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5350         * shell/ev-view.h:
5351         * shell/ev-window.c: (ev_window_add_history):
5352         
5353         Correctly handle named destination links
5354
5355 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5356
5357         * NOTES:
5358         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5359         * backend/pdf/ev-poppler.cc:
5360         * libdocument/ev-document-links.h:
5361         * libdocument/ev-link.c: (ev_link_get_page):
5362         * libdocument/ev-link.h:
5363         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5364         (ev_history_add_link):
5365         * shell/ev-history.h:
5366         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5367         (new_history_menu_item), (build_menu):
5368         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5369         * shell/ev-sidebar-links.c: (create_loading_model),
5370         (print_section_cb), (ev_sidebar_links_construct),
5371         (fill_page_labels), (update_page_callback_foreach),
5372         (update_page_callback), (job_finished_callback):
5373         * shell/ev-view.c: (ev_view_handle_link):
5374         * shell/ev-window.c: (ev_window_find_chapter),
5375         (ev_window_add_history), (view_handle_link_cb),
5376         (history_changed_cb):
5377         
5378         Implements another history variant
5379
5380 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * shell/ev-window.c: (view_external_link_cb):
5383         * shell/ev-view.c: (ev_view_button_release_event):
5384
5385         Open links in new window when clicking with middle button. 
5386
5387 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * shell/ev-navigation-action.c: (new_history_menu_item):
5390         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5391         * shell/ev-view.c: (ev_view_handle_link):
5392         * shell/ev-window.c:
5393         
5394         Store link before jump, not the destination. For me it 
5395         seems like more natural history behavior.
5396
5397 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5400         (ev_navigation_action_class_init):
5401         * shell/ev-navigation-action.h:
5402         * shell/ev-page-action.c: (activate_cb):
5403         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5404         (ev_page_cache_set_current_page_history):
5405         * shell/ev-page-cache.h:
5406         * shell/ev-sidebar-thumbnails.c:
5407         (ev_sidebar_tree_selection_changed),
5408         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5409         * shell/ev-view-private.h:
5410         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5411         * shell/ev-view.h:
5412         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5413         (ev_window_setup_document), (ev_window_load_job_cb):
5414         * shell/ev-window.h:
5415         
5416         History finally works as expected.
5417
5418 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5421
5422         Do not update links treeview if it doesn't have a model assigned yet. 
5423
5424 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5425
5426         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5427         (ev_sidebar_links_class_init), (update_page_callback):
5428
5429         Do not update links treeview when sidepane is not visible. 
5430
5431 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * shell/ev-marshal.list:
5434         * shell/ev-page-action.c: (activate_cb),
5435         (ev_page_action_class_init):
5436         * shell/ev-page-action.h:
5437         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5438         * shell/ev-window.c:
5439         
5440         Remove activate_link signal, not required.
5441
5442 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * shell/ev-navigation-action.c: (build_menu):
5445         
5446         Reorder menu items and build menu with fixed length.
5447
5448 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5449
5450         * shell/ev-view.c: (get_selected_text):
5451         
5452         Normalize text to fix ligatures problem. See bug
5453         #341947 for details.
5454
5455 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5456
5457         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5458
5459         Fix memory leak in ev-page-cache. 
5460
5461 2007-01-25  Tom Parker <palfrey@tevp.net>
5462
5463         * backend/impress/impress-document.c: (impress_document_load),
5464         (impress_document_finalize), (impress_document_init):
5465         * properties/ev-properties-main.c: (ev_properties_get_pages):
5466         
5467         Correctly handle impress document errors. Fixes nautilus
5468         crash in property page #370491.
5469
5470 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5473         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5474         (ev_job_queue_remove_job):
5475         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5476         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5477         (ev_job_load_run):
5478         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5479         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5480         (ev_window_load_job_cb), (xfer_update_progress_callback),
5481         (ev_window_open_uri), (ev_window_dispose):
5482         * shell/main.c: (main):
5483
5484         Do file transfer asynchronously in the main thread instead of
5485         synchronously in the load thread. Fixes bugs #399694, #398307 and
5486         #343542.
5487
5488 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * shell/ev-jobs.c: (ev_job_xfer_run):
5491
5492         Load the document with the font-config lock held. 
5493
5494 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5495
5496         * backend/ps/ps-document.c: (start_interpreter):
5497
5498         Fix memory leaks in ps backend. 
5499
5500 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5501
5502         * backend/impress/impress-document.c:
5503         (impress_document_render_pixbuf):
5504
5505         Do not acquire fontconfig lock in impress backend, since it is using
5506         the main loop for rendering. 
5507
5508 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5509
5510         * po/POTFILES.in: 
5511
5512         Remove mdvi files that shouldn't be translated. 
5513
5514 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5515
5516         * shell/ev-view-private.h:
5517         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5518         (ev_view_set_zoom):
5519
5520         Render "loading..." text into a cairo surface instead of directly into
5521         the window so that fontconfig lock is only needed once and UI is not
5522         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5523
5524 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5525
5526         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5527         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5528
5529         Use icon theme associated with the window screen rather than default. 
5530
5531 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5532
5533         * configure.ac:
5534
5535         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5536
5537 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5538
5539         * data/icons/*/apps/evince.*:
5540
5541         Move Evince icons under new apps directory.
5542
5543         * data/icons/*/actions/*:
5544
5545         Add new custom themeable Evince icons: view-page-continuous, 
5546         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5547         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5548
5549         * configure.ac:
5550
5551         Add new directories to AC_CONFIG_FILES.
5552
5553         * shell/ev-stock-icons.c:
5554         * shell/ev-stock-icons.h:
5555
5556         Use new custom themeable icons.
5557
5558 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5561
5562         Do not draw white background page in presentation mode. 
5563
5564 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5565
5566         * shell/ev-view.c: Remove unused gnome-vfs include.
5567
5568 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5569
5570         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5571         
5572         Format string is corrected, fixes bug #397129.
5573
5574 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/ev-window.c: (ev_window_setup_recent):
5577
5578         Do not include in recent menu inexistent documents. Fixes
5579         bug #339171.
5580
5581 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5582
5583         * po/POTFILES.skip: 
5584
5585         Update POTFILES.skip file according to current source tree. 
5586
5587 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * shell/ev-window.c: (file_save_dialog_response_cb):
5590
5591         Do Save a copy in atomic way. Fixes bug #328266. 
5592
5593 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5596
5597         Keep selected cell always visible in index treeview.
5598
5599 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5600         
5601         * shell/ev-view.c: (ev_view_size_allocate):
5602
5603         Restore horizontal scrollbar after switching to/from fullscreen
5604         or presentation mode. Fixes bug #331728.
5605
5606 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5607
5608         * shell/ev-view-private.h:
5609         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5610         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5611         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5612         (ev_view_can_zoom_out):
5613
5614         Use max and min scale values in the view iby taking dpi into account. 
5615
5616 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5617
5618         * configure.ac:
5619         * NEWS:
5620
5621         Release 0.7.1
5622
5623 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5624
5625         * shell/ev-window.c: (ev_window_print_send):
5626
5627         Send print job to printer with some settings set to default values,
5628         since we have already exported to a file according to such settings
5629         and they could be taken twice by some printers. 
5630
5631 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5632
5633         * shell/ev-jobs.c: (ev_job_xfer_run):
5634         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5635
5636         Show main window and load document with the font-config lock held. 
5637
5638 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5639
5640         * configure.ac:
5641         * shell/ev-application.c: (ev_application_register_service):
5642         * shell/main.c: (load_files_remote):
5643
5644         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5645
5646 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * doc/debugging.txt:
5649         
5650         Remove obsolete documentation.
5651
5652 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * Makefile.am:
5655         * backend/Makefile.am:
5656         * backend/comics/Makefile.am:
5657         * backend/djvu/Makefile.am:
5658         * backend/dvi/Makefile.am:
5659         * backend/ev-async-renderer.c:
5660         * backend/ev-async-renderer.h:
5661         * backend/ev-attachment.c:
5662         * backend/ev-attachment.h:
5663         * backend/ev-backend-marshal.c:
5664         * backend/ev-document-factory.c:
5665         * backend/ev-document-factory.h:
5666         * backend/ev-document-find.c:
5667         * backend/ev-document-find.h:
5668         * backend/ev-document-fonts.c:
5669         * backend/ev-document-fonts.h:
5670         * backend/ev-document-images.c:
5671         * backend/ev-document-images.h:
5672         * backend/ev-document-info.h:
5673         * backend/ev-document-links.c:
5674         * backend/ev-document-links.h:
5675         * backend/ev-document-misc.c:
5676         * backend/ev-document-misc.h:
5677         * backend/ev-document-security.c:
5678         * backend/ev-document-security.h:
5679         * backend/ev-document-thumbnails.c:
5680         * backend/ev-document-thumbnails.h:
5681         * backend/ev-document-transition.c:
5682         * backend/ev-document-transition.h:
5683         * backend/ev-document.c:
5684         * backend/ev-document.h:
5685         * backend/ev-file-exporter.c:
5686         * backend/ev-file-exporter.h:
5687         * backend/ev-image.c:
5688         * backend/ev-image.h:
5689         * backend/ev-link-action.c:
5690         * backend/ev-link-action.h:
5691         * backend/ev-link-dest.c:
5692         * backend/ev-link-dest.h:
5693         * backend/ev-link.c:
5694         * backend/ev-link.h:
5695         * backend/ev-render-context.c:
5696         * backend/ev-render-context.h:
5697         * backend/ev-selection.c:
5698         * backend/ev-selection.h:
5699         * backend/impress/Makefile.am:
5700         * backend/pdf/Makefile.am:
5701         * backend/pixbuf/Makefile.am:
5702         * backend/ps/Makefile.am:
5703         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5704         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5705         (start_interpreter), (stop_interpreter), (document_load),
5706         (ps_document_next_page), (render_page):
5707         * backend/tiff/Makefile.am:
5708         * comics/Makefile.am:
5709         * comics/comics-document.c:
5710         * comics/comics-document.h:
5711         * configure.ac:
5712         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5713         * djvu/Makefile.am:
5714         * djvu/djvu-document-private.h:
5715         * djvu/djvu-document.c:
5716         * djvu/djvu-document.h:
5717         * djvu/djvu-links.c:
5718         * djvu/djvu-links.h:
5719         * djvu/djvu-text-page.c:
5720         * djvu/djvu-text-page.h:
5721         * djvu/djvu-text.c:
5722         * djvu/djvu-text.h:
5723         * dvi/Makefile.am:
5724         * dvi/dvi-document.c:
5725         * dvi/dvi-document.h:
5726         * dvi/fonts.c:
5727         * dvi/fonts.h:
5728         * dvi/mdvi-lib/Makefile.am:
5729         * dvi/mdvi-lib/afmparse.c:
5730         * dvi/mdvi-lib/afmparse.h:
5731         * dvi/mdvi-lib/bitmap.c:
5732         * dvi/mdvi-lib/bitmap.h:
5733         * dvi/mdvi-lib/color.c:
5734         * dvi/mdvi-lib/color.h:
5735         * dvi/mdvi-lib/common.c:
5736         * dvi/mdvi-lib/common.h:
5737         * dvi/mdvi-lib/defaults.h:
5738         * dvi/mdvi-lib/dvimisc.c:
5739         * dvi/mdvi-lib/dviopcodes.h:
5740         * dvi/mdvi-lib/dviread.c:
5741         * dvi/mdvi-lib/files.c:
5742         * dvi/mdvi-lib/font.c:
5743         * dvi/mdvi-lib/fontmap.c:
5744         * dvi/mdvi-lib/fontmap.h:
5745         * dvi/mdvi-lib/fontsrch.c:
5746         * dvi/mdvi-lib/gf.c:
5747         * dvi/mdvi-lib/hash.c:
5748         * dvi/mdvi-lib/hash.h:
5749         * dvi/mdvi-lib/list.c:
5750         * dvi/mdvi-lib/mdvi.h:
5751         * dvi/mdvi-lib/pagesel.c:
5752         * dvi/mdvi-lib/paper.c:
5753         * dvi/mdvi-lib/paper.h:
5754         * dvi/mdvi-lib/pk.c:
5755         * dvi/mdvi-lib/private.h:
5756         * dvi/mdvi-lib/setup.c:
5757         * dvi/mdvi-lib/sp-epsf.c:
5758         * dvi/mdvi-lib/special.c:
5759         * dvi/mdvi-lib/sysdeps.h:
5760         * dvi/mdvi-lib/t1.c:
5761         * dvi/mdvi-lib/tfm.c:
5762         * dvi/mdvi-lib/tfmfile.c:
5763         * dvi/mdvi-lib/tt.c:
5764         * dvi/mdvi-lib/util.c:
5765         * dvi/mdvi-lib/vf.c:
5766         * dvi/pixbuf-device.c:
5767         * dvi/pixbuf-device.h:
5768         * impress/Makefile.am:
5769         * impress/common.h:
5770         * impress/document.c:
5771         * impress/f_oasis.c:
5772         * impress/f_oo13.c:
5773         * impress/iksemel.c:
5774         * impress/iksemel.h:
5775         * impress/imposter.h:
5776         * impress/impress-document.c:
5777         * impress/impress-document.h:
5778         * impress/internal.h:
5779         * impress/r_back.c:
5780         * impress/r_draw.c:
5781         * impress/r_geometry.c:
5782         * impress/r_gradient.c:
5783         * impress/r_style.c:
5784         * impress/r_text.c:
5785         * impress/render.c:
5786         * impress/render.h:
5787         * impress/zip.c:
5788         * impress/zip.h:
5789         * lib/Makefile.am:
5790         * lib/ev-debug.c:
5791         * lib/ev-debug.h:
5792         * lib/ev-file-helpers.c:
5793         * lib/ev-file-helpers.h:
5794         * lib/ev-gui.c:
5795         * lib/ev-gui.h:
5796         * lib/ev-tooltip.c:
5797         * lib/ev-tooltip.h:
5798         * libdocument/Makefile.am:
5799         * libdocument/ev-file-helpers.c:
5800         * pdf/Makefile.am:
5801         * pdf/ev-poppler.cc:
5802         * pdf/ev-poppler.h:
5803         * pixbuf/Makefile.am:
5804         * pixbuf/pixbuf-document.c:
5805         * pixbuf/pixbuf-document.h:
5806         * properties/Makefile.am:
5807         * ps/Makefile.am:
5808         * ps/gsdefaults.c:
5809         * ps/gsdefaults.h:
5810         * ps/gsio.c:
5811         * ps/gsio.h:
5812         * ps/gstypes.h:
5813         * ps/ps-document.c:
5814         * ps/ps-document.h:
5815         * ps/ps.c:
5816         * ps/ps.h:
5817         * shell/Makefile.am:
5818         * shell/ev-application.h:
5819         * shell/ev-sidebar-links.c:
5820         * shell/ev-sidebar-links.h:
5821         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5822         (ev_gui_menu_position_tree_selection):
5823         * shell/ev-utils.h:
5824         * shell/ev-view.c: (ev_view_finalize):
5825         * shell/ev-window.c:
5826         * shell/main.c: (main):
5827         * thumbnailer/Makefile.am:
5828         * tiff/Makefile.am:
5829         * tiff/tiff-document.c:
5830         * tiff/tiff-document.h:
5831         * tiff/tiff2ps.c:
5832         * tiff/tiff2ps.h:
5833         
5834         Reorganize source tree.
5835
5836 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5837
5838         * backend/ev-document-factory.c:
5839
5840         Do not include ev-poppler.h when pdf is disabled. 
5841
5842 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5843
5844         * configure.ac:
5845         * data/evince-ui.xml:
5846         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5847         (pdf_document_document_images_iface_init):
5848         * backend/Makefile.am:
5849         * backend/ev-document-images.[ch]:
5850         * backend/ev-image.[ch]:
5851         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5852         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5853         (ev_job_xfer_run):
5854         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5855         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5856         (ev_pixbuf_cache_get_image_mapping):
5857         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5858         (view_menu_popup_cb), (ev_window_dispose),
5859         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5860         (ev_view_popup_cmd_copy_image):
5861         * shell/ev-view-private.h:
5862         * shell/ev-view.c: (ev_view_get_image_at_location),
5863         (ev_view_do_popup_menu), (ev_view_popup_menu),
5864         (ev_view_button_press_event), (ev_view_drag_data_get),
5865         (ev_view_drag_motion), (ev_view_drag_data_received),
5866         (ev_view_motion_notify_event), (ev_view_button_release_event),
5867         (ev_view_finalize), (ev_view_class_init):
5868
5869         Add image handling support. Fixes bugs #310008 and #325047. Images
5870         selection is not supported yet. 
5871
5872 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5873
5874         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5875         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5876         (ev_view_init):
5877
5878         Move view drag and drop stuff to ev-view.
5879
5880 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5883         * shell/ev-view.c: (clear_selection): 
5884
5885         Clear selection also in pixbuf cache.
5886
5887 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5888
5889         * data/evince.desktop.in.in:
5890         
5891         Change icon name in desktop file. See bug #390734
5892         for details.
5893
5894 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5895
5896         * thumbnailer/Makefile.am:
5897
5898         Use top_builddir instead top_srcdir for generated schema
5899         file installation. Fixes bug #390161.
5900
5901 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5902
5903         * configure.ac:
5904         * backend/Makefile.am:
5905         * backend/ev-document-transition.[ch]:
5906         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5907         (pdf_document_page_transition_iface_init):
5908         * shell/ev-view-private.h:
5909         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5910         (ev_view_set_presentation), (transition_next_page),
5911         (ev_view_presentation_transition_stop),
5912         (ev_view_presentation_transition_start), (ev_view_next_page):
5913
5914         Add page transition support in presentation mode. At the moment only
5915         page duration is supported, but not transition effects. Fixes bug
5916         #309815.
5917
5918 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5919
5920         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5921
5922         Run find_link_dest with document lock held, since it's called by links
5923         thread and main thread at the same time. 
5924
5925 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5926
5927         * shell/ev-view.c: (goto_dest):
5928
5929         Update page-cache when page is changed by the view, so that
5930         page-changed signal is emitted. 
5931
5932 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5933
5934         * test/test1.py:
5935         * test/test2.py:
5936
5937         Use C locale in tests. 
5938
5939 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5940
5941         * shell/ev-window.c: (ev_window_run_presentation):
5942         * shell/ev-view-private.h:
5943         * shell/ev-view.c: (ev_view_set_presentation):
5944
5945         Restore zoom settings when back from presentation mode. 
5946
5947 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5948
5949         * shell/ev-window.c: (ev_window_run_presentation):
5950
5951         Always use "best fit" zoom in presentation mode.
5952         Fixes bug #389195.
5953
5954 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5955
5956         * shell/ev-view.c: (ev_view_goto_window_create):
5957
5958         Show "Jump to page" label in the page jumping popup in
5959         presentation mode instead of just a GtkEntry.
5960
5961 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5962
5963         * shell/ev-window.c: (launch_external_uri):
5964
5965         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5966         #378085.
5967
5968 2006-12-22  Elijah Newren  <newren gmail com>
5969
5970         * configure.ac: explicitly check for libxml2.  Fixes #388795
5971
5972 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5973
5974         * shell/ev-view-private.h:
5975         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5976         (ev_view_goto_window_delete_event), (key_is_numeric),
5977         (ev_view_goto_window_key_press_event),
5978         (ev_view_goto_window_button_press_event),
5979         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5980         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5981         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5982
5983         Allow jumping to another page by typing a page number in presentation
5984         mode. It uses a popup window with an entry. Fixes bug #353625.
5985
5986 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * configure.ac:
5989         * properties/ev-properties-view.c: (ev_get_default_user_units),
5990         (ev_regular_paper_size):
5991         
5992         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5993         to Damien Carbery <damien.carbery@sun.com> and
5994         Yevgen Muntyan <muntyan@tamu.edu>.
5995
5996 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5997
5998         * shell/ev-window.c: (setup_document_from_metadata):
5999
6000         Make sure Evince doesn't restore the view on the last
6001         page when a document is reopened. Fixes bug #383381.
6002
6003 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
6004
6005         * shell/ev-view.c: (draw_loading_text):
6006
6007         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
6008
6009 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6010
6011         * configure.ac:
6012         * NEWS:
6013
6014         Release 0.7.0
6015
6016 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6017
6018         * configure.ac:
6019         * pdf/ev-poppler.cc: (pdf_print_context_free),
6020         (pdf_document_file_exporter_begin),
6021         (pdf_document_file_exporter_do_page):
6022
6023         Make cairo-pdf depedency optional. 
6024
6025 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6026
6027         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
6028
6029         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
6030
6031 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6032
6033         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
6034         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
6035         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
6036         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
6037         * shell/ev-view.c: (draw_loading_text):
6038         * shell/ev-window.c: (ev_window_cmd_file_properties):
6039
6040         Use an specific lock for FontConfig. Hopefully it fixes some crashes
6041         related to using FontConfig from different threads.
6042         
6043 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6044
6045         * shell/ev-view.c: (draw_loading_text):
6046
6047         Acquire lock document when drawing "Loading..." text so that only one
6048         thread will use FontConfig at the same time. Fixes bug #374750.
6049
6050 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6051
6052         * shell/ev-page-action.[ch]: (activate_cb):
6053         * shell/ev-window.c: (activate_label_cb):
6054
6055         Check if text inserted in page entry is a valid page number when it
6056         doesn't match to any document page label. Fixes bug #383165.
6057
6058 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
6059         * shell/ev-window.c:
6060
6061         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
6062         available with GTK < 2.10. Added an ifdef to avoid compilation
6063         error.
6064
6065 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6066
6067         * configure.ac:
6068         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
6069
6070         Fix ps backend in multihead systems.
6071
6072 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6073
6074         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
6075         * shell/ev-window.c: (ev_window_get_screen_dpi),
6076         (ev_window_update_actions), (setup_view_from_metadata),
6077         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
6078
6079         Take screen DPI into account when zooming. Fixes bug #318285.
6080
6081 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6082
6083         * data/Makefile.am:
6084
6085         Cleaned up/slightly refactored Makefile.am. Added GConf
6086         schemas uninstallation as well.
6087
6088 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6089
6090         * Makefile.am:
6091         * test/Makefile.am:
6092
6093         Fight with autotools to fix make check. Make distcheck
6094         works fine as well now!
6095
6096 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6097
6098         * shell/ev-view.c: (draw_end_presentation_page):
6099
6100         Corrected "end of presentation" string.
6101
6102 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6103
6104         * shell/ev-view.c: (ev_view_key_press_event):
6105
6106         Correctly propagate key press event so that up/down keys
6107         work as expected (correct behaviour was broken by
6108         black/white screen key bindings for presentations).
6109
6110 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6111
6112         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6113         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6114         (pdf_document_find_get_progress), (pdf_selection_render_selection),
6115         (pdf_selection_get_selection_region),
6116         (pdf_selection_get_selection_map):
6117
6118         Add "static" to some private functions. 
6119
6120 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
6121
6122         * lib/ev-tooltip.h:
6123         * properties/ev-properties-view.h:
6124         * shell/ev-jobs.h:
6125         * shell/ev-properties-dialog.h:
6126         * shell/ev-properties-fonts.h:
6127         * shell/ev-sidebar-links.h:
6128         * shell/ev-sidebar-thumbnails.h:
6129         * shell/ev-sidebar.h:
6130         * shell/ev-window.h:
6131         
6132         Fixes CHACK type in class casts. See bug #385343
6133         for details.
6134
6135 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6136
6137         * shell/ev-view-private.h:
6138         * shell/ev-view.c: (draw_end_presentation_page),
6139         (ev_view_expose_event), (ev_view_key_press_event),
6140         (ev_view_class_init), (ev_view_init):
6141
6142         Blank screen in presentation mode when pressing 'b' (filling with
6143         black) or 'w' (filling with white) keys. Fixes bug #358132.
6144
6145 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6146
6147         * data/evince-toolbar.xml:
6148         * shell/ev-window.c:
6149         
6150         Use stock icon for Select All action. Fixes
6151         bug #382652.
6152
6153 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6154
6155         * shell/ev-view.c: (get_doc_point_from_offset),
6156         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6157
6158         Add links support in rotated documents. Fixes bug #343733.
6159
6160 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6161
6162         * shell/ev-view-private.h:
6163         * shell/ev-view.c: (draw_end_presentation_page),
6164         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6165
6166         Show a blank page after the last page in presentation mode with a
6167         message indicating that presentation has finished and how to exit. 
6168
6169 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6170
6171         * shell/ev-window.c: (fullscreen_timeout_cb):
6172
6173         Hide cursor after a while in presentation mode. 
6174
6175 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6176
6177         * backend/ev-document-info.h:
6178         * data/evince-properties.glade:
6179         * pdf/ev-poppler.cc:
6180         * properties/ev-properties-view.c: (ev_regular_paper_size),
6181         (ev_properties_view_set_info):
6182         * ps/ps-document.c: (ps_document_get_info):
6183
6184         Adds a paper size field to the properties dialog. Fixes
6185         bug #307315. Patch by Kasper Svendsen (with some i18n
6186         changes done by me).
6187
6188 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6189
6190         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6191         (screensaver_init_dbus), (totem_scrsaver_new),
6192         (totem_scrsaver_init):
6193         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6194         * shell/ev-application.c: (ev_application_register_service),
6195         (ev_application_screensaver_enable),
6196         (ev_application_screensaver_disable):
6197         * shell/ev-application.h:
6198         * shell/ev-window.c: (ev_window_run_presentation),
6199         (ev_window_stop_presentation), (build_comments_string),
6200         (ev_window_init):
6201         
6202         Move screensaver handling to application. No more
6203         message on startup.
6204
6205 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6206
6207         * configure.ac:
6208         * backend/Makefile.am:
6209         * backend/ev-file-exporter.[ch]:
6210         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6211         * ps/ps-document.c: (ps_document_file_exporter_*):
6212         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6213         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6214         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6215         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6216
6217         Allow printing to PDF when suppoted by the backend.
6218         
6219 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * shell/ev-window.c: (build_comments_string):
6222
6223         Use always "Document Viewer" in about dialog. 
6224
6225 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6226
6227         * djvu/djvu-document.c: (djvu_document_get_page_size):
6228
6229         Display a warning message when get_pageinfo fails. 
6230
6231 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6232
6233         * Makefile.am:
6234         * backend/Makefile.am:
6235         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6236         * configure.ac:
6237         * shell/ev-window.c: (build_comments_string):
6238         
6239         Make pdf compilation optional. See bug #38007.
6240
6241 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6242
6243         * ps/ps.c: (get_next_text):
6244
6245         Fix CVE-2006-5864.
6246
6247 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6248
6249         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6250         * shell/ev-navigation-action.c: (connect_proxy),
6251         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6252         
6253         Do not call g_type_class_peek_parent twice.
6254
6255 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * configure.ac:
6258         * data/icons/24x24/.cvsignore:
6259         * data/icons/24x24/Makefile.am:
6260         * data/icons/24x24/evince.png:
6261         * data/icons/Makefile.am:
6262         
6263         Add 24x24 icon. Thanks to 
6264         Michael Monreal <infernux@web.de>.
6265
6266 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6267
6268         * configure.ac: Fix typo in configure.ac. Thanks
6269         to dmacks@netspace.org for notification.
6270
6271 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6274         
6275         Drop dbus include, fixes compilation with older dbus.
6276
6277 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6278
6279         * configure.ac:
6280         * cut-n-paste/Makefile.am:
6281         * cut-n-paste/totem-screensaver/.cvsignore
6282         * cut-n-paste/totem-screensaver/Makefile.am:
6283         * cut-n-paste/totem-screensaver/README:
6284         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6285         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6286         * shell/Makefile.am:
6287         * shell/ev-window.c: (ev_window_run_presentation),
6288         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6289         (ev_window_init):
6290
6291         Implemented screensaver enabling/disabling for
6292         presentation mode (not fullscreen mode). Code stolen
6293         from Totem (with some minor tweaks). Fixes bug #338889.
6294
6295 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6296
6297         * configure.ac:
6298
6299         Bump gnome-icon-theme requirements. We use the rotation
6300         icons that appeared recently.
6301
6302 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * shell/ev-history.c: (ev_history_add_page):
6305         * shell/ev-history.h:
6306         * shell/ev-window.c: (page_changed_cb):
6307         
6308         Use page labels instead of numbers.
6309
6310 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * data/evince-toolbar.xml:
6313         * po/POTFILES.in:
6314         * shell/Makefile.am:
6315         * shell/ev-navigation-action-widget.c:
6316         (ev_navigation_action_widget_init),
6317         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6318         (menu_detacher), (ev_navigation_action_widget_set_menu),
6319         (menu_position_func), (popup_menu_under_arrow),
6320         (ev_navigation_action_widget_toggled),
6321         (ev_navigation_action_widget_button_press_event):
6322         * shell/ev-navigation-action-widget.h:
6323         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6324         (ev_navigation_action_set_window), (activate_menu_item_cb),
6325         (new_history_menu_item), (new_empty_history_menu_item),
6326         (build_menu), (menu_activated_cb), (connect_proxy),
6327         (create_tool_item), (ev_navigation_action_init),
6328         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6329         * shell/ev-navigation-action.h:
6330         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6331         (ev_page_action_widget_set_page_cache),
6332         (ev_page_action_widget_finalize),
6333         (ev_page_action_widget_class_init), (match_selected_cb),
6334         (display_completion_text), (match_completion), (build_new_tree_cb),
6335         (get_filter_model_from_model),
6336         (ev_page_action_widget_update_model):
6337         * shell/ev-page-action-widget.h:
6338         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6339         (connect_proxy):
6340         * shell/ev-page-action.h:
6341         * shell/ev-stock-icons.c:
6342         * shell/ev-stock-icons.h:
6343         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6344         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6345         (register_custom_actions):
6346         * shell/main.c:
6347         
6348         Preliminary history implementation
6349
6350 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6353         (dvi_document_class_init), (dvi_document_init_params):
6354         * dvi/mdvi-lib/font.c: (font_reference):
6355         
6356         Add reference to subfont. Fixes bug #374277.
6357
6358 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6359
6360         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6361         (ev_window_cmd_file_open_copy_at_dest):
6362
6363         Fix a race condition when creating symlink. Increase the counter
6364         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6365         Mathias Hasselmann).
6366
6367 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6368
6369         * backend/Makefile.am:
6370         * backend/ev-attachment.c: (ev_attachment_open):
6371         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6372         (ev_tmp_dir), (ev_tmp_filename):
6373         * shell/ev-sidebar-attachments.c:
6374         (ev_sidebar_attachments_drag_data_get):
6375         * shell/ev-window.c: (ev_window_clear_temp_file):
6376
6377         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6378         in ensure_dir_exists. Abort without crashing when we can't create
6379         user's directory.
6380
6381 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6382
6383         * data/evince-ui.xml:
6384         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6385         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6386         (ev_window_cmd_file_open_copy_at_dest),
6387         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6388         (ev_view_popup_cmd_open_link_new_window):
6389
6390         Allow opening a copy of the current document in a new window. Fixes bug
6391         #357472
6392
6393 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * data/evince-toolbar.xml:
6396         
6397         Add rotate right and rotate left to available items for toolbar.
6398         
6399         * data/evince-ui.xml:
6400         * shell/ev-window.c: (ev_window_init):
6401         
6402         Customize toolbar with right click. Fixes bug #372451.
6403
6404 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6405
6406         * shell/ev-window.c: 
6407         
6408         Use "object-rotate-{left,right}" stock icons. Fixes 
6409         bug #373863.
6410
6411 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6412
6413         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6414         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6415         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6416         (ev_window_open_uri):
6417         * shell/main.c: (arguments_parse):
6418
6419         Remove temp file created when evince is used by GTK+ in
6420         preview mode. Fixes bug #365282. 
6421
6422 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6425         
6426         Fixes bug #372474 - Side pane disabled when entering 
6427         and leaving fullscreen mode.
6428
6429 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6432         * data/Makefile.am:
6433         * data/evince-preview-toolbar.xml:
6434         * data/evince-toolbar.xml:
6435         * shell/ev-application.c: (ev_application_shutdown),
6436         (ev_application_init), (ev_application_get_toolbars_model):
6437         * shell/ev-application.h:
6438         * shell/ev-window.c: (update_chrome_visibility),
6439         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6440         (ev_window_cmd_edit_toolbar), (ev_window_init):
6441         
6442         Fixes bug #364364 - toolbar editor shows zoom actions again.
6443
6444 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6445
6446         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6447
6448         Do not take margins into consideration for paper size when printing.
6449         Really fixes bug #350491.
6450
6451 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6452
6453         * data/evince-ui.xml:
6454         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6455         (ev_window_cmd_file_print_setup),
6456         (ev_window_print_dialog_response_cb),
6457         (ev_window_setup_action_sensitivity):
6458
6459         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6460
6461 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6462
6463         * shell/ev-window.c: (ev_window_print_range):
6464
6465         Revert my previuos commit, since printing to PDF is not supported by
6466         evince yet. 
6467
6468 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6469
6470         * shell/ev-window.c: (ev_window_print_range):
6471
6472         Enable print to a PDF. Fixes bug #332121.
6473
6474 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6475
6476         * shell/ev-application-service.xml:
6477         * shell/ev-application.[ch]: (ev_application_open_window),
6478         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6479         (ev_application_open_uri), (ev_application_open_uri_list):
6480         * shell/ev-window.c: (file_open_dialog_response_cb),
6481         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6482         (drag_data_received_cb), (open_remote_link):
6483         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6484
6485         Add support for multiscreen systems. Fixes bug #316206.
6486
6487 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6488
6489         * shell/ev-jobs.[ch]: (ev_job_print_new),
6490         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6491         (ev_job_print_do_page):
6492         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6493
6494         Allow printing only odd/even pages. Fixes bug #367289.
6495
6496 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6497
6498         * test/test1.py:
6499         * test/test2.py:
6500
6501         Re-add locale settings to test files.
6502
6503 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * data/evince-ui.xml:
6506         * shell/ev-window.c: (set_action_properties):
6507         
6508         Removed garbage from code and ui.
6509
6510 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6511
6512         * shell/ev-window.c: (ev_window_cmd_help_about):
6513
6514         Shamelessly add my name to the list of contributors.
6515
6516 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6517
6518         * test/test1.py:
6519         * test/test2.py:
6520
6521         Cleaned up the dogtail scripts.
6522
6523 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6524
6525         * shell/ev-view.c: (draw_loading_text): Don't render
6526         "loading..." text in presentation mode. Temporary
6527         workaround for bug #320352.
6528
6529 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6532         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6533
6534         Use print settings scale, copies, collate and reverse which were
6535         ignored. Fixes bug #359032.
6536
6537 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6538
6539         * configure.ac:
6540         * data/evince-password.glade:
6541         * test/Makefile.am:
6542         * test/test-encrypt.pdf:
6543         * test/test-links.pdf:
6544         * test/test1.py:
6545         * test/test2.py:
6546
6547         Add automated UI tests for evince with dogtail. See
6548         bug #300948.    
6549
6550 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6551
6552         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6553
6554         Hide fullscreen toolbar when switching to another desktop workspace.
6555         Fixes bug #338871
6556
6557 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6558
6559         * shell/ev-window-title.c: 
6560         
6561         Test for .dvi in title of pdf documents.
6562
6563 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6564
6565         * shell/ev-view.c: (ev_view_scroll):
6566
6567         Page Up/Down should do page jumps in "Best fit" mode.
6568         If a user has explicitly chosen to view exactly one page
6569         at a time, scrolling just a part of the page when
6570         pressing Page Up/Down is not right. Fixes bug #323107.
6571
6572 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6573
6574         * NEWS:
6575         * configure.ac:
6576         
6577         Update for 0.6.1
6578
6579 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6582         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6583         
6584         Correctly disconnect from job signals on destroy.
6585
6586 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6587
6588         * shell/ev-view-private.h:
6589         * shell/ev-view.c: (view_set_adjustment_values),
6590         (view_update_range_and_current_page),
6591         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6592         
6593         Fixes bug #343199, current page now follows find page.
6594
6595 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6596
6597         * backend/ev-document-factory.c:
6598         * configure.ac:
6599         Assigned OpenDocument presenation MIME type to the
6600         Impress backend. Added some missing (but harmless)
6601         #ifdefs in the document factory as well to make things
6602         consistent again. Fixes bug #360658.
6603
6604 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6605
6606         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6607         * backend/ev-document-find.c: (ev_document_find_get_type):
6608         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6609         * backend/ev-document-links.c: (ev_document_links_get_type):
6610         * backend/ev-document-security.c: (ev_document_security_get_type):
6611         * backend/ev-document-thumbnails.c:
6612         (ev_document_thumbnails_get_type):
6613         * backend/ev-document.c: (ev_document_get_type):
6614         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6615         * backend/ev-selection.c: (ev_selection_get_type):
6616         * cut-n-paste/recent-files/egg-recent-model.c:
6617         (egg_recent_model_get_type):
6618         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6619         (egg_recent_view_uimanager_get_type):
6620         * cut-n-paste/recent-files/egg-recent-view.c:
6621         (egg_recent_view_get_type):
6622         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6623         (egg_editable_toolbar_get_type):
6624         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6625         (egg_toolbar_editor_get_type):
6626         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6627         (egg_toolbars_model_get_type):
6628         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6629         (egg_tree_multi_drag_source_get_type):
6630         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6631         (ephy_zoom_action_get_type):
6632         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6633         (ephy_zoom_control_get_type):
6634         * impress/r_back.c: (_imp_fill_back):
6635         * properties/ev-properties-main.c:
6636         (ev_properties_plugin_register_type):
6637         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6638         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6639         (ev_view_accessible_factory_get_type):
6640
6641         Reduce relocations. Bug #360616.
6642
6643 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6644
6645         * backend/ev-document-factory.c:
6646         (ev_document_factory_get_document):
6647         
6648         Load document even if extension is wrong.
6649
6650 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * shell/ev-metadata-manager.c: (save_values):
6653         * shell/ev-window.c: (setup_size_from_metadata),
6654         (setup_view_from_metadata), (ev_window_setup_document),
6655         (ev_window_xfer_job_cb), (window_configure_event_cb):
6656         
6657         Set size according to the document size/page size ratio.
6658         That should correct rather wierd behaviour of the previous
6659         commit.
6660
6661 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * shell/ev-window.c: (setup_view_from_metadata):
6664         
6665         Set size for new windows from previous window size.
6666         See bugs #354968 and #168450 for details. Thanks
6667         to Meik Hellmund.
6668
6669 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6670
6671         * djvu/djvu-links.c: (build_tree):
6672
6673         Fix memory leak.
6674
6675 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6676
6677         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6678         
6679         Don't make sidebar close button insensitive. Fixes
6680         bug #357871.
6681
6682 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6683
6684         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6685         (ev_window_set_view_accels_sensitivity):
6686         
6687         Don't enable Slash on documents which don't support
6688         find. Fixes bug #358648.
6689
6690 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6691
6692         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6693         open dialog fall back to the current document uri if the
6694         filechooser hasn't been used before. Fixes bug #356980.
6695
6696 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6697
6698         * shell/ev-window.c: (ev_window_setup_recent), 
6699         (ev_window_get_recent_file_label):
6700
6701         Escape underscores in filenames of recent file items.
6702
6703 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * configure.ac:
6706         
6707         Bumped poppler requirements, really 0.5.3 is very 
6708         buggy, now we require 0.5.4.
6709
6710 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * djvu/Makefile.am:
6713         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6714         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6715         (djvu_document_document_links_iface_init):
6716         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6717         (number_from_string_10), (get_djvu_link_dest),
6718         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6719         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6720         (djvu_links_get_links), (djvu_links_find_link_dest),
6721         (djvu_links_get_links_model):
6722         * djvu/djvu-links.h:
6723         
6724         Add support for links and bookmarks in djvu documents. Thanks
6725         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6726         patch.
6727
6728 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6731         
6732         Reopen should reload document. Fixes 
6733         bug 327951.
6734
6735 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * configure.ac:
6738         * data/Makefile.am:
6739         * data/evince-16.png:
6740         * data/evince-22.png:
6741         * data/evince.png:
6742         * data/evince.svg:
6743         * data/icons/16x16/Makefile.am:
6744         * data/icons/16x16/evince.png:
6745         * data/icons/22x22/Makefile.am:
6746         * data/icons/22x22/evince.png:
6747         * data/icons/48x48/Makefile.am:
6748         * data/icons/48x48/evince.png:
6749         * data/icons/Makefile.am:
6750         * data/icons/scalable/Makefile.am:
6751         * data/icons/scalable/evince.svg:
6752         
6753         Install icons with correct names. Fixes
6754         bug #354429.
6755
6756 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6757
6758         * shell/ev-view.c: (ev_view_button_release_event):
6759
6760         Don't open links with middle mouse button. Fixes bug #353649
6761
6762 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6763
6764         * NEWS:
6765         * configure.ac:
6766         
6767         Update for release 0.6.0
6768
6769 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6772         Implement Close named action. Patch by Carlos Garcia Campos.
6773
6774 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6775
6776         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6777         
6778         Don't clear link mapping on copy_job_to_job_info. Fixes
6779         bug 346168.
6780
6781 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6782
6783         * shell/main.c: (main):
6784
6785         Revert my previous commit, gnome_program_init owns the option context.
6786         Fix another memory leak in main. Both caught by Christian Persch. 
6787
6788 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6789
6790         * shell/main.c: (main):
6791
6792         Fix memory leak.
6793
6794 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6795
6796         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6797
6798         Fix crash when opening a pdf with password protection. 
6799
6800 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6801
6802         * pdf/ev-poppler.cc: (pdf_document_search_free):
6803
6804         Fix memory leak. 
6805
6806 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * backend/ev-document-factory.c:
6809         (ev_document_factory_get_document):
6810         * tiff/tiff-document.c: (tiff_document_finalize):
6811         
6812         More correct handling of document loading. Fixes
6813         bug #349043.
6814
6815 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6816
6817         * backend/ev-attachment.c: (ev_attachment_save):
6818
6819         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6820         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6821
6822 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6823         
6824         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6825         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6826
6827 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6828
6829         * shell/ev-sidebar-thumbnails.c:
6830
6831         Do not render thumbnails unless thumbnails page is active in the
6832         sidebar.
6833
6834 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6835
6836         * shell/ev-properties-dialog.c:
6837
6838         Fix dialogue spacing. Bug #351370.
6839
6840 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6841
6842         * configure.ac:
6843
6844         Use lowercase gettext catalog file names (evince.mo
6845         instead of Evince.mo)
6846
6847 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6848
6849         * shell/ev-sidebar-attachments.c:
6850
6851         GtkIconTheme is now screen safe too. Fixes bug #350878
6852
6853 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6854
6855         * shell/ev-window.c:
6856
6857         GtkRecent manager is now screen safe. Fixes bug #350145
6858
6859 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * shell/ev-sidebar.c: (ev_sidebar_init):
6862         
6863         Make sidebar close icon smaller. Fix for bug 350177.
6864         See also bugs 350176 and 165770.
6865
6866 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6867
6868         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6869
6870         Ignore zoom for xyz destinations when it's <= 1, keeping user
6871         preferences instead. Set correct sizing-mode for fith and fitv
6872         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6873
6874 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * NEWS:
6877         * configure.ac:
6878         
6879         Update for release 0.5.5
6880
6881 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6882         
6883         * shell/ev-window.c: (ev_window_cmd_escape)
6884
6885         Escape unfocus page entry. Fixes bug #345809.
6886
6887 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6888
6889         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6890         (build_tree), (pdf_document_links_get_links),
6891         (pdf_document_links_find_link_dest):
6892         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6893         (goto_xyz_dest):
6894
6895         Convert from PDF style coordinates to X style coordinates in the
6896         backend rather than in the view. Fixes bug #338440
6897
6898 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * shell/ev-window.c:
6901         
6902         Remove Ctrl+Shift+T shortcut for toolbars. See
6903         the bug #350098.
6904
6905 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6906
6907         * configure.ac:
6908
6909         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6910         of this. 
6911
6912 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6913
6914         * configure.ac:
6915         * cut-n-paste/Makefile.am:
6916         * data/evince-ui.xml:
6917         * shell/Makefile.am:
6918         * shell/ev-application.[ch]:
6919         * shell/ev-window.c:
6920
6921         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6922         #349273
6923
6924 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6925
6926         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6927         findbar code: s/help/search/
6928
6929 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6930
6931         * shell/ev-window.c: (setup_document_from_metadata),
6932         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6933         (setup_view_from_metadata):
6934         
6935         Fix memory leaks.
6936
6937 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6938
6939         * autogen.sh, configure.ac: 
6940         
6941         Update automake usage. See bug 349292.
6942
6943 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6944
6945         * shell/eggfindbar.c: (egg_find_bar_class_init),
6946         (entry_activate_callback), (egg_find_bar_init),
6947         (egg_find_bar_set_status_text):
6948         * shell/eggfindbar.h:
6949         
6950         Unify Evince findbar with Epiphany. Nice patch
6951         from Fabricio Silva <silva@crans.org> and
6952         Frederic Peters <fpeters@entrouvert.com>. See
6953         bug #339966 for details.
6954
6955 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * data/evince.desktop.in.in:
6958         
6959         Correct information for bugzilla. Thanks to
6960         Olaf Vitters, see bug #348855.
6961
6962 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6963
6964         * shell/ev-jobs.[ch]:
6965         * shell/ev-sidebar-links.c:
6966         * shell/ev-window.[ch]:
6967
6968         GtkPrintJob doesn't support print ranges or current page, so we export
6969         to a ps file now when printing ranges or current page.
6970
6971 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6972
6973         * pdf/ev-poppler.cc:
6974         * shell/ev-window.c: (do_action_named):
6975
6976         We should be more clear about bugzilla. See the
6977         poppler bug #7623.
6978
6979 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6980
6981         * configure.ac:
6982         * shell/Makefile.am:
6983         * shell/ev-job-queue.c:
6984         * shell/ev-jobs.[ch]:
6985         * shell/ev-sidebar-links.c:
6986         * shell/ev-window.[ch]:
6987         
6988         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6989         #348422
6990
6991 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6992
6993         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6994         * shell/ev-application-service.xml:
6995         * shell/ev-application.[ch]:
6996         * shell/ev-jobs.[ch]:
6997         * shell/ev-window.[ch]: (ev_window_run_preview):
6998         * shell/main.c: 
6999
7000         Add preview mode to use evince as a printing previewer. It also adds
7001         other command line options for fullscreen and presentation modes.
7002         Fixes bugs #347822, #317031
7003
7004 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * NEWS:
7007         * configure.ac:
7008         
7009         Update for release 0.5.4
7010
7011 2006-07-11  Bastien Nocera <hadess@hadess.net>
7012
7013         * Makefile.am:
7014         * backend/Makefile.am:
7015         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
7016         * backend/ev-document-factory.h:
7017         * configure.ac:
7018         * impress/.cvsignore:
7019         * impress/Makefile.am:
7020         * impress/common.h:
7021         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
7022         (imp_get_page), (imp_next_page), (imp_prev_page),
7023         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
7024         * impress/f_oasis.c: (render_object), (render_page),
7025         (get_geometry), (_imp_oasis_load):
7026         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
7027         (_imp_oo13_load):
7028         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
7029         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
7030         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
7031         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
7032         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
7033         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
7034         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
7035         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
7036         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
7037         (iks_new_within), (iks_insert), (iks_insert_cdata),
7038         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
7039         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
7040         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
7041         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
7042         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
7043         (iks_cdata), (iks_cdata_size), (iks_has_children),
7044         (iks_has_attribs), (escape_size), (my_strcat), (escape),
7045         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
7046         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
7047         (iks_tree), (iks_load), (iks_save):
7048         * impress/iksemel.h:
7049         * impress/imposter.h:
7050         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
7051         (imp_render_draw_bezier_real), (imp_render_get_size),
7052         (imp_render_set_fg_color), (imp_render_draw_line),
7053         (imp_render_draw_rect), (imp_render_draw_polygon),
7054         (imp_render_draw_arc), (imp_render_draw_bezier),
7055         (imp_render_open_image), (imp_render_get_image_size),
7056         (imp_render_scale_image), (imp_render_draw_image),
7057         (imp_render_close_image), (imp_render_markup),
7058         (imp_render_get_text_size), (imp_render_draw_text),
7059         (impress_document_load), (impress_document_save),
7060         (impress_document_get_n_pages), (impress_document_get_page_size),
7061         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
7062         (impress_document_finalize), (impress_document_class_init),
7063         (impress_document_can_get_text), (impress_document_get_info),
7064         (impress_document_document_iface_init),
7065         (impress_document_thumbnails_get_thumbnail),
7066         (impress_document_thumbnails_get_dimensions),
7067         (impress_document_document_thumbnails_iface_init),
7068         (impress_document_init):
7069         * impress/impress-document.h:
7070         * impress/internal.h:
7071         * impress/r_back.c: (_imp_fill_back):
7072         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
7073         (_imp_draw_image), (_imp_tile_image):
7074         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
7075         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
7076         (r_polyline):
7077         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
7078         (r_draw_gradient_complex), (r_draw_gradient):
7079         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
7080         (r_get_bullet):
7081         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
7082         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
7083         (r_text):
7084         * impress/render.c: (imp_create_context), (imp_context_set_page),
7085         (imp_context_set_step), (imp_render), (imp_delete_context):
7086         * impress/render.h:
7087         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7088         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7089         (zip_load_xml), (zip_get_size), (zip_load):
7090         * impress/zip.h:
7091         * shell/ev-utils.c:
7092         
7093         New backend to support impress slides. Fixes bug #30867.
7094
7095 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
7096
7097         * shell/ev-utils.c: (using_postscript_printer):
7098         
7099         Fixes crash when print using PAPI backend,
7100         bug #345012.
7101
7102 2006-06-09  Pat Rondon  <pmr@patrondon.org>
7103
7104         * shell/ev-jobs.c: (ev_job_xfer_run):
7105         * shell/ev-window.c: (password_dialog_response),
7106         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7107         (ev_window_dispose):
7108         Fixes bug #344160: if the xfer job doesn't complete
7109         because a password is required, reload the existing
7110         instance instead of creating a new one.
7111
7112 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * shell/main.c: (main): Call gdk_threads_init. Thus
7115         we'll avoid errors in auth dialog. Fix for the bug
7116         #343347.
7117
7118 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7119
7120         * configure.ac: Advertise pixbuf support, fix
7121         for the bug 343317.
7122
7123 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7126         (ev_sidebar_thumbnails_set_document):
7127         
7128         Update sidebar thumbnails after reloading.
7129
7130 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7133         * shell/ev-jobs.h:
7134         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7135         (ev_window_cmd_view_reload), (ev_window_init):
7136         
7137         Don't crash on reload. Fix for the bug #343167.
7138
7139 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * shell/ev-jobs.c: (ev_job_render_run):
7142         
7143         Check for document links.
7144
7145 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7146
7147         * backend/ev-attachment.c: (ev_attachment_save),
7148         (ev_attachment_launch_app), (ev_attachment_open):
7149         * backend/ev-document-factory.c: (get_document_from_uri):
7150         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7151         (egg_recent_view_uimanager_set_list):
7152         * ps/ps-document.c: (check_filecompressed), (document_load),
7153         (ps_document_load):
7154         * shell/ev-metadata-manager.c: (load_values):
7155         * shell/ev-password.c: (ev_password_dialog_set_property):
7156         * shell/ev-view.c: (tip_from_link):
7157         * shell/ev-window.c: (file_save_dialog_response_cb),
7158         (ev_window_print_dialog_response_cb):
7159         
7160         Use consistent quoting style. Fix for the bug #320285.
7161
7162 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * shell/ev-jobs.c: (ev_job_xfer_run):
7165         * shell/main.c: (load_files):
7166                 
7167         Open links with anchors. Fix for the bug #339836.
7168
7169 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7170
7171         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7172         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7173         (ev_link_dest_set_property), (ev_link_dest_finalize),
7174         (ev_link_dest_class_init), (ev_link_dest_new_named),
7175         (ev_link_dest_new_page_label):
7176         * backend/ev-link-dest.h:
7177         * shell/ev-application.c: (ev_application_open_uri):
7178         * shell/ev-view.c: (goto_dest):
7179         * shell/ev-window.c:
7180         * shell/ev-window.h:
7181         
7182         Fix page-label command line option. Bug #342070.
7183
7184 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7185
7186         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7187         
7188         Don't show highlight rects if page can't be showed. Fix for 
7189         the bug #342076
7190
7191 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * shell/ev-window.c: (setup_sidebar_from_metadata),
7194         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7195         
7196         Setup sidebar from metadata even if there is no document
7197         loaded. Fix for the bug #342807.
7198
7199 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7200
7201         * cut-n-paste/toolbar-editor/Makefile.am:
7202         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7203         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7204         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7205         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7206         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7207         (popup_context_menu_cb), (button_press_event_cb),
7208         (configure_item_sensitivity), (configure_item_cursor),
7209         (configure_item_tooltip), (connect_widget_signals),
7210         (action_sensitive_cb), (create_item_from_action),
7211         (create_item_from_position), (toolbar_drag_data_received_cb),
7212         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7213         (toolbar_drag_leave_cb), (configure_drag_dest),
7214         (toggled_visibility_cb), (toolbar_visibility_refresh),
7215         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7216         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7217         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7218         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7219         (egg_editable_toolbar_dispose),
7220         (egg_editable_toolbar_set_ui_manager),
7221         (egg_editable_toolbar_get_selected),
7222         (egg_editable_toolbar_set_selected), (set_edit_mode),
7223         (egg_editable_toolbar_set_property),
7224         (egg_editable_toolbar_get_property),
7225         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7226         (egg_editable_toolbar_new_with_model),
7227         (egg_editable_toolbar_get_edit_mode),
7228         (egg_editable_toolbar_set_edit_mode),
7229         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7230         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7231         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7232         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7233         (item_added_or_removed_cb), (toolbar_removed_cb),
7234         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7235         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7236         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7237         (editor_create_item_from_name), (append_table),
7238         (update_editor_sheet), (egg_toolbar_editor_init):
7239         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7240         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7241         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7242         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7243         (toolbar_node_free), (egg_toolbars_model_get_flags),
7244         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7245         (egg_toolbars_model_get_name), (impl_add_item),
7246         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7247         (parse_data_list), (parse_item_list), (parse_toolbars),
7248         (egg_toolbars_model_load_toolbars), (parse_available_list),
7249         (parse_names), (egg_toolbars_model_load_names),
7250         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7251         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7252         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7253         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7254         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7255         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7256         (egg_toolbars_model_set_types), (fill_avail_array),
7257         (egg_toolbars_model_get_name_avail),
7258         (egg_toolbars_model_get_name_flags),
7259         (egg_toolbars_model_set_name_flags):
7260         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7261         * cut-n-paste/toolbar-editor/eggintl.h:
7262         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7263         (egg_tree_multi_drag_source_get_type),
7264         (egg_tree_multi_drag_source_row_draggable),
7265         (egg_tree_multi_drag_source_drag_data_delete),
7266         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7267         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7268         (path_list_free), (set_context_data), (get_context_data),
7269         (get_info), (egg_tree_multi_drag_drag_data_get),
7270         (egg_tree_multi_drag_motion_event),
7271         (egg_tree_multi_drag_button_press_event),
7272         (egg_tree_multi_drag_add_drag_support):
7273         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7274         * shell/ev-application.c: (ev_application_init),
7275         (ev_application_save_toolbars_model):
7276         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7277         (ev_window_cmd_edit_toolbar), (ev_window_init):
7278         
7279         Sync toolbareditor with epiphany and libegg
7280
7281 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7282
7283         * configure.ac: 
7284
7285         Depend on poppler 0.5.2
7286
7287 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7288
7289         * shell/ev-jobs.c: (ev_job_render_run):
7290         
7291         Check if document supports links iterface.
7292
7293 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * NEWS:
7296         * configure.ac:
7297         
7298         Update for release 0.5.3
7299
7300 2006-05-13  Michael Plump  <plumpy@skylab.org>
7301
7302         * configure.ac:
7303         * shell/Makefile.am:
7304         * shell/main.c: (main):
7305         
7306         Port to GOption command line parsing. Fix for the 
7307         bug #327518
7308
7309 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7310
7311         * shell/ev-window.c: (ev_window_cmd_help_about):
7312         
7313         Do not wrap license. Fix for the bug #309460.
7314
7315 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * configure.ac:
7318         * properties/ev-properties-main.c: (ev_properties_get_pages):
7319         * shell/ev-application.c: (ev_application_open_window),
7320         (ev_application_open_uri_at_dest):
7321         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7322         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7323         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7324         * shell/ev-utils.c: (save_print_config_to_file):
7325         * shell/ev-window.c: (ev_window_cmd_save_as),
7326         (ev_attachment_popup_cmd_save_attachment_as):
7327         * shell/main.c: (load_files_remote):
7328         
7329         Bump requirements to gtk 2.8 and drop all ifdefs used.
7330
7331 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7334         * shell/ev-window.c: (ev_window_init):
7335         
7336         Show attachments page.
7337
7338 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * po/POTFILES.in:
7341         * shell/ev-attachment-bar.c:
7342         * shell/ev-attachment-bar.h:
7343         * shell/ev-sidebar-attachments.c:
7344         (ev_sidebar_attachments_icon_cache_add),
7345         (icon_theme_get_pixbuf_from_mime_type),
7346         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7347         (ev_sidebar_attachments_icon_cache_refresh),
7348         (ev_sidebar_attachments_get_attachment_at_pos),
7349         (ev_sidebar_attachments_popup_menu_show),
7350         (ev_sidebar_attachments_popup_menu),
7351         (ev_sidebar_attachments_button_press),
7352         (ev_sidebar_attachments_update_icons),
7353         (ev_sidebar_attachments_drag_data_get),
7354         (ev_sidebar_attachments_get_property),
7355         (ev_sidebar_attachments_destroy),
7356         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7357         (ev_sidebar_attachments_new),
7358         (ev_sidebar_attachments_set_document),
7359         (ev_sidebar_attachments_support_document),
7360         (ev_sidebar_attachments_get_label),
7361         (ev_sidebar_attachments_page_iface_init):
7362         * shell/ev-sidebar-attachments.h:
7363         * shell/ev-window.c: (update_chrome_visibility),
7364         (setup_sidebar_from_metadata), (ev_window_setup_document),
7365         (ev_window_sidebar_current_page_changed_cb),
7366         (attachment_bar_menu_popup_cb), (ev_window_init):
7367         
7368         Move attachments bar to sidebar.
7369
7370 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7371
7372         * pdf/ev-poppler.cc:
7373         * shell/ev-application.[ch]:
7374         * shell/main.c:
7375
7376         Fix some memory leaks.
7377
7378 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7379
7380         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7381
7382         Change the properties dialog response to
7383         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7384         will make the dialog go away when the user presses
7385         enter. With gtk+ >= 2.9 this will happen anyway, but for
7386         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7387         escape by default. Fixes bug #340539. See also bug
7388         #101293 for the gtk+ part.
7389
7390 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7391
7392         * shell/ev-view.c (tip_from_action_named): Replace some strings
7393         that were wrong. Closes #340970.
7394
7395 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7396
7397         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7398
7399         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7400         #341049
7401
7402 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7403
7404         * djvu/Makefile.am:
7405         * dvi/Makefile.am:
7406         * dvi/mdvi-lib/Makefile.am:
7407         * properties/Makefile.am:
7408         * ps/Makefile.am:
7409         * shell/Makefile.am:
7410         * thumbnailer/Makefile.am:
7411         
7412         Due to broken libtool that is unable to track dependencies
7413         of noinst libraries we are forced to explicitely point
7414         libraries for binary. Fix for the bug #333334.
7415
7416 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * data/evince.desktop.in.in:
7419         * shell/ev-view.c: (view_update_range_and_current_page),
7420         (ev_view_next_page), (ev_view_previous_page):
7421         * shell/ev-window.c: (update_chrome_visibility),
7422         (setup_sidebar_from_metadata), (ev_window_setup_document),
7423         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7424         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7425         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7426         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7427         (ev_window_stop_presentation), (ev_window_focus_in_event),
7428         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7429         (ev_window_init):
7430         * thumbnailer/Makefile.am:
7431         
7432         Update fullscreen and presentation timeout handling. Hide
7433         cursor in presentation after timeout. Fix for the bugs
7434         #136359 and #336981.
7435
7436 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7437
7438         * backend/ev-link-action.[ch]:
7439         * pdf/ev-poppler.cc: (ev_link_from_action):
7440         * shell/ev-view-private.h:
7441         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7442         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7443
7444         Add support for Named Action links
7445
7446 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7447
7448         * backend/Makefile.am:
7449         * backend/ev-document-links.[ch]:
7450         * backend/ev-document.[ch]:
7451         * backend/ev-link-action.[ch]:
7452         * backend/ev-link-dest.[ch]:
7453         * backend/ev-link.[ch]:
7454         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7455         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7456         * shell/ev-page-action.c: (build_new_tree_cb):
7457         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7458         (links_page_num_func), (update_page_callback):
7459         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7460         (tip_from_link):
7461         * shell/ev-jobs.c:
7462         * shell/ev-window.[ch]: (ev_window_open_uri),
7463         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7464         * shell/ev-application.[ch]: (ev_application_open_window),
7465         (ev_application_open_uri):
7466
7467         Rework links system, it adds support for remote links now and it makes
7468         easier to add new kinds of actions and destinations. Fixes bug #317292
7469
7470 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7471
7472         * data/Makefile.am:
7473         * data/evince.png:
7474         * data/evince-16.png:
7475         * data/evince-22.png:
7476         * data/evince.svg:
7477         * shell/main.c: (main):
7478         
7479         Evince use it's own icon. Fix for the bug #313392.
7480
7481         * shell/ev-window.c: (fullscreen_timeout_cb),
7482         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7483         (ev_window_cmd_help_about), (ev_window_dispose):
7484         
7485         Simplify fullscreen timeout code.
7486
7487 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7488
7489         * backend/ev-attachment.c: 
7490         * shell/ev-attachment-bar.c:
7491         * shell/ev-window.c:
7492
7493         Allow multiple selection of attachments
7494
7495 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * shell/ev-view.c: (view_update_range_and_current_page),
7498         (ev_view_scroll):
7499         
7500         Fix for the bug #312573 – Optimal selection of current 
7501         page among visible pages.
7502
7503 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * configure.ac:
7506         * djvu/Makefile.am:
7507         * djvu/djvu-text.h:
7508         
7509         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7510         for the bug 339868.
7511
7512 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7513
7514         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7515
7516 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7517
7518         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7519         dictated by the GNOME HIG. Fixes bug #339235.
7520
7521 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7522
7523         * data/evince-ui.xml:
7524         * shell/ev-view.c: (ev_view_can_find_previous):
7525         * shell/ev-view.h:
7526         * shell/ev-window.c: (ev_window_update_actions),
7527         (ev_window_cmd_edit_find_previous):
7528
7529         Add support for "Find Previous" as dictated by the GNOME HIG. A
7530         menu item is added and some glue code to make it all work is added
7531         to various files.
7532
7533 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7534
7535         * configure.ac: Award myself the "useless use of cat" award.
7536
7537 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7538
7539         * po/LINGUAS: New file listing all supported languages.
7540
7541         * configure.in: Use po/LINGUAS instead of including all languages
7542         directly in this file. See the wiki for more information:
7543         http://live.gnome.org/GnomeGoals/PoLinguas
7544
7545 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7546
7547         * backend/ev-document-factory.c:
7548
7549         Do not load the document twice when there isn't errors
7550
7551 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7552
7553         * backend/ev-attachment.c: 
7554
7555         Fix a crash when there isn't a default application to open an
7556         attachment
7557
7558 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7559
7560         * backend/ev-attachment.[ch]:
7561         * shell/ev-attachment-bar.[ch]:
7562
7563         Added missing files. 
7564
7565 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7566
7567         * backend/Makefile.am:
7568         * data/evince-ui.xml:
7569         * backend/ev-attachment.[ch]:
7570         * backend/ev-document.[ch]: (ev_document_has_attachments),
7571         (ev_document_get_attachments):
7572         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7573         (attachment_save_to_buffer), (pdf_document_get_attachments),
7574         (pdf_document_document_iface_init):
7575         * shell/Makefile.am:
7576         * shell/ev-attachment-bar.[ch]:
7577         * shell/ev-window.c:
7578
7579         Add support for PDF attachments. Fixes bug #325143
7580
7581 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7582
7583         * backend/ev-document-factory.c: (get_document_from_uri),
7584         (ev_document_factory_get_document):
7585         * backend/ev-document-factory.h:
7586         * properties/ev-properties-main.c: (ev_properties_get_pages):
7587         * shell/Makefile.am:
7588         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7589         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7590         (ev_job_queue_remove_job):
7591         * shell/ev-job-queue.h:
7592         * shell/ev-job-xfer.c:
7593         * shell/ev-job-xfer.h:
7594         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7595         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7596         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7597         (ev_job_xfer_run):
7598         * shell/ev-jobs.h:
7599         * shell/ev-window.c: (ev_window_is_empty),
7600         (password_dialog_response), (ev_window_clear_xfer_job),
7601         (ev_window_xfer_job_cb), (ev_window_open_uri),
7602         (ev_window_cmd_focus_page_selector),
7603         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7604         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7605         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7606         (ev_window_dispose):
7607         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7608         
7609         * Cleanup mime type detection on document load. Fix for the
7610         bug #336448.
7611
7612 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7613
7614         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7615         
7616         Fix crash on exit, described in the bug #336825.
7617
7618 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * backend/ev-document-factory.c:
7621         (ev_document_factory_get_from_mime),
7622         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7623         (ev_document_factory_get_document),
7624         (file_filter_add_mime_list_and_free),
7625         (ev_document_factory_add_filters):
7626         * backend/ev-document-factory.h:
7627         * properties/ev-properties-main.c: (ev_properties_get_pages):
7628         * shell/Makefile.am:
7629         * shell/ev-application.c:
7630         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7631         * shell/ev-window.c: (ev_window_cmd_file_open),
7632         (ev_window_cmd_save_as):
7633         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7634         
7635         Rework factory functions so they are placed now in a single 
7636         file ev-document-factory.c
7637
7638 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7639
7640         * shell/ev-window.c: (update_chrome_visibility):
7641         
7642         Fix for the bug 166566 - don't show menubar in fullscreen
7643         mode.
7644
7645 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7646
7647         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7648
7649 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * shell/ev-view.c: (ev_view_expose_event):
7652         
7653         More correctly draw loading text when document
7654         is empty.
7655
7656 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * shell/ev-view.c: (ev_view_scroll):
7659         
7660         Fix for the bug #334854, page down and page up switch
7661         pages in presentation mode.
7662
7663 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * shell/ev-window.c: (ev_window_set_action_sensitive),
7666         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7667         (ev_window_set_view_accels_sensitivity),
7668         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7669         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7670         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7671         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7672         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7673         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7674         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7675         (view_actions_focus_in_cb), (ev_window_init):
7676         
7677         Fix for the bug #333902, now it's possible to search
7678         words with slash.
7679
7680 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7681
7682         * configure.ac: Added Breton translation.
7683         * po/br.po: Added Breton translation.
7684
7685 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7686
7687         * shell/ev-window-title (ev_window_title_update):
7688
7689         Fix memory leak in window title. Fixes bug #333944
7690
7691 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7692
7693         * shell/ev-metadata-manager.c (parseItem):
7694
7695         Fix memory leaks. Fixes bug #333945
7696
7697 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7698         
7699         * NEWS, configure.ac, TODO:
7700         
7701         Update for release 0.5.2.
7702
7703 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * shell/ev-view.c: (view_update_range_and_current_page),
7706         (page_changed_cb):
7707         
7708         Don't jump on scrolling, fix for the bug #333127.
7709
7710 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7713         
7714         Scroll by one page in presentation mode. Fix for the bug
7715         #332993.
7716
7717 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7718
7719         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7720
7721 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7722
7723         * configure.ac  Added lv in ALL_LINGUAS line.
7724
7725 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7726         
7727         * NEWS, configure.ac:
7728         
7729         Update for release 0.5.1
7730
7731 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7732
7733         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7734         * backend/ev-document-misc.h:
7735         * shell/ev-view.c: (draw_one_page):
7736         
7737          Clairfy what page the toolbar page number applies to. Fix
7738          for the bug #328102.
7739
7740 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7741
7742         * shell/ev-view-private.h:
7743         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7744         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7745         (ev_view_search_changed):
7746         * shell/ev-view.h:
7747         * shell/ev-window.c: (find_bar_search_changed_cb):
7748         
7749         Dont't jump to find result if window was scrolled during search.
7750         Fix for the bug #313266.
7751
7752 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7753
7754         * shell/eggfindbar.c: (egg_find_bar_class_init):
7755         * shell/eggfindbar.h:
7756         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7757         * shell/ev-view-private.h:
7758         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7759         (ev_view_class_init), (ev_sizing_mode_get_type),
7760         (ev_scroll_type_get_type):
7761         * shell/ev-view.h:
7762         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7763         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7764         (ev_window_init):
7765         
7766         Fix for the bug 319133 - Find entry should allow text scroll.
7767
7768 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7769
7770         * shell/ev-view-private.h:
7771         * shell/ev-view.c: (view_update_range_and_current_page),
7772         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7773         (ev_view_set_document), (update_find_status_message),
7774         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7775         (ev_view_find_previous):
7776         
7777         Fix for the bug #319137. Search now takes account for scrolling.
7778
7779 2006-02-19  Michael Hofmann <mh21@piware.de>
7780
7781         * configure.ac:
7782         * djvu/Makefile.am:
7783         * djvu/djvu-document-private.h:
7784         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7785         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7786         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7787         (djvu_document_can_get_text), (djvu_document_get_text),
7788         (djvu_document_document_iface_init),
7789         (djvu_document_thumbnails_get_thumbnail),
7790         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7791         (djvu_document_find_get_result),
7792         (djvu_document_find_page_has_results),
7793         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7794         (djvu_document_find_iface_init):
7795         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7796         (djvu_text_page_selection), (djvu_text_page_limits_process),
7797         (djvu_text_page_limits), (djvu_text_page_copy),
7798         (djvu_text_page_position), (djvu_text_page_union),
7799         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7800         (djvu_text_page_box), (djvu_text_page_append_text),
7801         (djvu_text_page_search), (djvu_text_page_prepare_search),
7802         (djvu_text_page_new), (djvu_text_page_free):
7803         * djvu/djvu-text-page.h:
7804         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7805         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7806         (djvu_text_n_results), (djvu_text_has_results),
7807         (djvu_text_get_result), (djvu_text_get_progress):
7808         * djvu/djvu-text.h:
7809         
7810         Text search in djvu. Fix for the bug #303415.
7811
7812 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7813
7814         * configure.ac:
7815         * shell/ev-window.c: (ev_window_cmd_save_as):
7816         
7817         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7818         Thanks to Gary Coady <gary@lyranthe.org>
7819
7820 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7821
7822         * shell/ev-print-job.c: (idle_print_handler):
7823         
7824         Inverse order printing, bug #320919.
7825
7826 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7827
7828         * data/evince-toolbar.xml:
7829         * shell/ev-window.c:
7830         
7831         Allow to add sidebar checkbutton on toolbar. Fix
7832         for the bug #144577.
7833
7834 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7837         
7838         Add checks that have sense for empty ps document.
7839
7840 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7841
7842         * configure.ac: Include PS in mime types list. 
7843
7844 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7845
7846         * configure.ac:
7847         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7848         * ps/gsdefaults.h:
7849         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7850         
7851         Runtime check for gs interpreter. Fix for the bug #320868.
7852         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7853
7854 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7855
7856         * shell/ev-application.c: 
7857
7858         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7859         dbus>=0.60, so that the request is not queued. 
7860
7861 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7862
7863         * configure.ac:
7864         * shell/Makefile.am:
7865         * shell/ev-sidebar-links.c: (print_section_cb):
7866         * shell/ev-utils.c:
7867         * shell/ev-utils.h:
7868         * shell/ev-window.c: (update_action_sensitivity),
7869         (ev_window_close_dialogs), (ev_window_print):
7870         * shell/ev-window.h:
7871         
7872         Make printing support optional. Patch from Eduardo de Barros Lima
7873         <eduardo.lima@indt.org.br> for the bug #330546.
7874
7875 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7876
7877         * shell/ev-view-private.h:
7878         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7879         (ev_view_set_document):
7880         * shell/ev-view.h:
7881         * shell/ev-window.c: (ev_window_load_job_cb),
7882         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7883         (ev_window_init):
7884
7885         Draw Loading message during xfer job. Fix for the bug #329495.
7886
7887 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7888
7889         * comics/comics-document.c: (comics_regex_quote),
7890         (comics_document_load), (extract_argv):
7891         
7892         Correcly quote regexp before passing it to unzip.
7893
7894 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7895
7896         * shell/ev-page-cache.c: (build_height_to_page),
7897         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7898         (ev_page_cache_get_dual_even_left):
7899         * shell/ev-page-cache.h:
7900         * shell/ev-view.c: (view_update_range_and_current_page),
7901         (get_page_y_offset), (get_page_extents):
7902         
7903         Place even pages to the left if document has less then
7904         two pages. Fix for the bug #328856.
7905
7906 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7909         
7910         Correct comics scheme. This make evince create thumbnails
7911         for comic books. Fix for the bug 329088.
7912
7913 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7914
7915         * data/evince-password.glade: Don't explicitly set
7916         invisible_char to the current default value in case
7917         the default changes; let GTK+ do its magic.
7918
7919 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7920
7921         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7922         real filename to tmp filename since often document
7923         type is determined by extension.
7924
7925 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7926
7927         * shell/ev-view.c: (add_scroll_binding_keypad),
7928         (ev_view_binding_activated), (ev_view_class_init):
7929         
7930         Add keybindings for percision-scrolling of display area. 
7931         Fix for the bug #314072.
7932
7933 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7934
7935         * data/evince.desktop.in.in:
7936         
7937         Add GTK to the list of categories. Fix for the bug #328034.
7938
7939 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * shell/ev-application.c: (ev_application_shutdown),
7942         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7943         * shell/ev-application.h:
7944         * shell/ev-window.c: (file_open_dialog_response_cb),
7945         (ev_window_cmd_file_open):
7946         
7947         Save last uri in file chooser dialog. Fix for the bug #327950.
7948
7949 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * NEWS:
7952         * README:
7953         
7954         Final update for release 0.5.0
7955         
7956         * shell/Makefile.am:
7957         
7958         Remove disable deprecated until we'll require libgnome-2.13.7
7959         and port to GOption argument parsing. See bug 327518.
7960
7961 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7962
7963         * comics/comics-document.c: (comics_document_save):
7964         * djvu/djvu-document.c: (djvu_document_save):
7965         * dvi/dvi-document.c: (dvi_document_save):
7966         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7967         * lib/ev-file-helpers.h:
7968         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7969         * tiff/tiff-document.c: (tiff_document_save):
7970         
7971         Use common save function for backends.
7972
7973 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7974
7975         * backend/ev-document-types.c:
7976         
7977         Fix crash on saving pixbuf.
7978
7979 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7980
7981         * cut-n-paste/recent-files/egg-recent-item.c:
7982         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7983         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7984         (parse_info_free), (valid_element), (start_element_handler),
7985         (end_element_handler), (text_handler), (egg_recent_model_filter),
7986         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7987         (egg_recent_model_monitor), (egg_recent_model_read),
7988         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7989         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7990         (egg_recent_model_set_property), (egg_recent_model_class_init),
7991         (egg_recent_model_init), (egg_recent_model_add_full),
7992         (egg_recent_model_delete), (egg_recent_model_get_list),
7993         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7994         (egg_recent_model_set_filter_mime_types),
7995         (egg_recent_model_clear_group_filter),
7996         (egg_recent_model_set_filter_groups),
7997         (egg_recent_model_clear_scheme_filter),
7998         (egg_recent_model_set_filter_uri_schemes),
7999         (egg_recent_model_remove_expired):
8000         * cut-n-paste/recent-files/egg-recent-util.c:
8001         (egg_recent_util_get_icon):
8002         * cut-n-paste/recent-files/egg-recent-util.h:
8003         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8004         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
8005         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
8006         (egg_recent_view_uimanager_set_property),
8007         (egg_recent_view_uimanager_get_property),
8008         (egg_recent_view_uimanager_class_init),
8009         (egg_recent_view_uimanager_init),
8010         (egg_recent_view_uimanager_set_label_width),
8011         (egg_recent_view_uimanager_get_label_width):
8012         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8013         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8014         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8015         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8016         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8017         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8018         
8019         Update from libegg.
8020
8021 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8022
8023         * shell/ev-page-cache.c: (build_height_to_page),
8024         (ev_page_cache_get_height_to_page):
8025         * shell/ev-page-cache.h:
8026         * shell/ev-view.c: (view_update_range_and_current_page),
8027         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
8028         (ev_view_previous_page):
8029         
8030         Dual mode places even pages to the left. Fix for the bug #309393.
8031
8032         * shell/ev-view.h:
8033         * shell/ev-window.c: (update_action_sensitivity),
8034         (setup_view_from_metadata), (view_menu_popup_cb):
8035         
8036         Don't restore presentation in empty windows, more intelligent
8037         next page behaviour in dual mode.
8038
8039         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8040         (ev_pixbuf_cache_clear_job_sizes):
8041         
8042         Cleanup job callback on removal. Fix for the bug #325886.
8043
8044 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * ps/ps.c: (psscan):
8047         
8048         Commit workaround Mozilla problem. Fix for the bug #325919
8049         
8050         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
8051         (save_item):
8052         
8053         Fix for year 2038 problem.
8054
8055 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8056
8057         * shell/ev-window.c: (setup_document_from_metadata),
8058         (ev_window_cmd_view_reload):
8059
8060         Clamp page recieved from metadata in valid values. Fix
8061         for the bug #325986.
8062
8063 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8064
8065         * MAINTAINERS: 
8066         Add MAINTAINERS as requested on desktop-devel-list.
8067
8068 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
8071         (mime_type_supported_by_gdk_pixbuf),
8072         (ev_document_factory_get_mime_types),
8073         (ev_document_factory_get_all_mime_types):
8074         
8075         Don't add pixbuf mime types if pixbuf backend is disabled.
8076         
8077         * shell/ev-application.c: (ev_application_get_uri_window):
8078         
8079         Fix for the bug 325815 - unhandled MIME type message doesn't 
8080         appear a second time. 
8081         
8082         * shell/ev-document-types.c: (ev_document_types_add_filters):
8083         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
8084         (password_dialog_response), (ev_window_popup_password_dialog),
8085         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8086         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8087         (ev_window_run_presentation), (ev_window_stop_presentation),
8088         (save_sizing_mode), (ev_window_zoom_changed_cb),
8089         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8090         (ev_window_dual_mode_changed_cb),
8091         (ev_window_sidebar_current_page_changed_cb),
8092         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8093         (window_state_event_cb), (window_configure_event_cb):
8094         
8095         Cleanup additional uris holded by EvWindow.
8096
8097 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8100         (ev_view_can_previous_page), (ev_view_can_next_page):
8101         * shell/ev-view.h:
8102         * shell/ev-window.c: (update_action_sensitivity):
8103         
8104         Two page scrolling with Space and PageUp in dual mode. Second fix 
8105         for the bug #316608.
8106
8107 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8108
8109         * shell/ev-view.c: (scroll_to_current_page):
8110         
8111         Correctly clamp adjustment value. Fix for the bug
8112         #325808.
8113
8114 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8115
8116         * shell/ev-sidebar-links.c: (print_section_cb):
8117         * shell/ev-window.c: (ev_window_get_uri),
8118         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8119         (ev_window_print_dialog_response_cb), (ev_window_print_range),
8120         (ev_window_dispose):
8121         
8122         Make print dialog non-modal. Fix for the bug #325622.
8123
8124 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8125
8126         * shell/ev-metadata-manager.c:
8127         * shell/ev-utils.c: (using_pdf_printer),
8128         (using_postscript_printer), (load_print_config_from_file),
8129         (save_print_config_to_file):
8130         * shell/ev-utils.h:
8131         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8132         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8133         (setup_view_from_metadata), (ev_window_setup_document),
8134         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8135         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8136         (ev_window_run_presentation), (ev_window_stop_presentation),
8137         (save_sizing_mode), (ev_window_zoom_changed_cb),
8138         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8139         (ev_window_dual_mode_changed_cb),
8140         (ev_window_sidebar_current_page_changed_cb),
8141         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8142         (window_state_event_cb), (window_configure_event_cb),
8143         (ev_window_init):
8144         
8145         Setting saving behaviour fixes.
8146
8147 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * configure.ac:
8150         
8151         Make antialiasing gs options better and allow
8152         to change them during configure. Fix for the 
8153         bug #319049.
8154
8155 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8156
8157         * shell/ev-window.c: (setup_view_from_metadata):
8158         
8159         Remember if last window was maximized. Fix for the
8160         bug #323797.
8161
8162 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8163
8164         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8165
8166 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8169         * shell/ev-page-action.c: (build_new_tree_cb):
8170         * shell/ev-sidebar-links.c: (links_page_num_func),
8171         (update_page_callback_foreach), (update_page_callback):
8172         * shell/ev-view.c: (scroll_to_current_page):
8173         
8174         Fix for the bug #325067 with more intelligent selection
8175         of current link in sidebar. Make sidebar handle links
8176         of FITR-like type more correctly.
8177
8178         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8179         (dvi_pixbuf_put_pixel):
8180         
8181         Fix memory consumtion with disabled alpha channel.
8182
8183 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * data/evince-ui.xml:
8186         * shell/ev-window.c: (view_menu_popup_cb),
8187         (ev_popup_cmd_open_link), (ev_window_init):
8188         
8189         Update context menu for internal links. Fix for the bug
8190         #325066.
8191
8192 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8193
8194         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8195         
8196         Bind context menu to keyboard also. Fix for the bug
8197         #325065.
8198
8199 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8200
8201         * shell/ev-view.c: (selection_scroll_timeout_cb):
8202         
8203         Horizontal scroll on selection also.
8204
8205 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8206
8207         * shell/ev-metadata-manager.c: (parse_value):
8208         * shell/ev-view.c: (goto_xyz_link):
8209         
8210         Correct zoom setup and metadata save broken in 
8211         some locales.
8212
8213 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8214
8215         * shell/ev-view-private.h:
8216         * shell/ev-view.c: (scroll_to_current_page),
8217         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8218         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8219         (page_changed_cb), (ev_view_set_continuous),
8220         (ev_view_set_dual_page), (ev_view_set_presentation):
8221         
8222         Delay scroll until allocation to correctly position page. Fix
8223         for the bug #317334.
8224
8225 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * NEWS:
8228         * configure.ac:
8229         
8230         Update NEWS and require poppler 0.5.0.
8231
8232 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8233         
8234         * data/evince-ui.xml:
8235         * shell/ev-view-private.h:
8236         * shell/ev-view.c: (ev_view_get_link_at_location),
8237         (handle_link_over_xy), (ev_view_button_press_event),
8238         (ev_view_button_release_event), (ev_view_class_init):
8239         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8240         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8241         (ev_window_init):
8242         
8243         Implement right-click context menu.
8244
8245 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8246
8247         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8248         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8249         (mdvi_pixbuf_device_render):
8250         * pdf/ev-poppler.cc:
8251
8252         Don't generate thumbnails with alpha. See bug #324077.
8253         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8254
8255 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8256
8257         * shell/ev-window.c: (setup_chrome_from_metadata):
8258         
8259         Fix typo that was hiding toolbar.
8260
8261 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8262
8263         * shell/ev-view-private.h:
8264         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8265         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8266         (ev_view_button_release_event), (ev_view_destroy):
8267         
8268         Small cleanup and autoscrolling during selection. Thanks to 
8269         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8270
8271 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8272
8273         * configure.ac:
8274         
8275         Correctly check for comics option.
8276
8277 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8278         * Makefile.am:
8279         * configure.ac:
8280         * backend/Makefile.am:
8281         * backend/ev-document-factory.c:
8282         * shell/ev-document-types.c:
8283
8284         Included option in configure to make ps backend 
8285         compilation optional with --disable-ps.
8286
8287 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8288
8289         * backend/ev-document-factory.c:
8290         * comics/Makefile.am:
8291         * comics/comics-document.c: (comics_document_load):
8292         * comics/ev-cbr-mime.xml:
8293         * configure.ac:
8294         
8295         Comics mime types are added to shared-mime-info CVS. Now
8296         we don't need to install our own mime types.
8297
8298 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8299
8300         * shell/ev-window.c:
8301         
8302         Add shortcut for "save a copy" menu entry. Fix for
8303         the bug #324582.
8304
8305 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8306
8307         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8308         (job_finished_cb), (new_selection_pixbuf_needed),
8309         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8310         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8311         
8312         Rework selection job info logic and fix critical warning.
8313
8314 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8315
8316         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8317
8318 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8319
8320         * data/evince-ui.xml:
8321         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8322         
8323         Enter as shortcut key for next page. Fix for the bug
8324         #321394.
8325
8326 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8327
8328         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8329
8330 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8331
8332         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8333         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8334         (new_selection_pixbuf_needed),
8335         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8336         (clear_job_selection):
8337         
8338         Too early for 0.5. Pixbuf cache code cleaned a bit.
8339
8340 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8341
8342         * NEWS:
8343         * configure.ac:
8344         
8345         Release 0.5.0 preparation
8346
8347 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8348
8349         * comics/Makefile.am:
8350         * configure.ac:
8351         * shell/ev-document-types.c: (ev_document_types_add_filters):
8352         
8353         More advanced handling of custom mime type installation.
8354
8355 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8356
8357         * data/evince.schemas.in:
8358         * shell/ev-metadata-manager.c: (value_free),
8359         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8360         (ev_metadata_manager_get), (ev_metadata_manager_set):
8361         * shell/ev-metadata-manager.h:
8362         * shell/ev-window.c: (update_chrome_flag),
8363         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8364         (setup_document_from_metadata), (setup_chrome_from_metadata),
8365         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8366         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8367         (ev_window_view_toolbar_cb),
8368         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8369         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8370         
8371         Save last document settings and reuse them for new documents.
8372
8373 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8374
8375         * Makefile.am:
8376         * backend/Makefile.am:
8377         * backend/ev-document-factory.c:
8378         * backend/ev-document-factory.h:
8379         * comics/Makefile.am:
8380         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8381         (comics_document_load), (comics_document_save),
8382         (comics_document_get_n_pages), (comics_document_get_page_size),
8383         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8384         (comics_document_class_init), (comics_document_can_get_text),
8385         (comics_document_get_info), (comics_document_document_iface_init),
8386         (comics_document_init), (get_supported_image_extensions),
8387         (comics_document_thumbnails_get_geometry),
8388         (comics_document_thumbnails_get_thumbnail),
8389         (comics_document_thumbnails_get_dimensions),
8390         (comics_document_document_thumbnails_iface_init), (extract_argv):
8391         * comics/comics-document.h:
8392         * comics/ev-cbr-mime.xml:
8393         * configure.ac:
8394         * po/POTFILES.in:
8395         * shell/ev-application.c: (ev_application_register_service):
8396         * shell/ev-document-types.c: (ev_document_types_add_filters):
8397         * thumbnailer/Makefile.am:
8398         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8399         
8400         New CBR/CBZ backend for comic books.
8401
8402 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8403
8404         * shell/main.c: (load_files_remote):
8405
8406         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8407         warning on startup of second instance is fixed. It
8408         is bug #320353.
8409
8410 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * shell/ev-window.c: (ev_window_finalize):
8413         
8414         Fix double free that cause crash.
8415
8416 2005-10-29  Bastien Nocera <hadess@hadess.net>
8417
8418         * tiff/tiff-document.c: (tiff_document_load):
8419         
8420         Fix memory leak.
8421
8422 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8423
8424         * po/POTFILES.in:
8425         * shell/Makefile.am:
8426         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8427         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8428         (ev_view_accessible_get_text),
8429         (ev_view_accessible_get_character_at_offset),
8430         (ev_view_accessible_get_text_before_offset),
8431         (ev_view_accessible_get_text_at_offset),
8432         (ev_view_accessible_get_text_after_offset),
8433         (ev_view_accessible_get_character_count),
8434         (ev_view_accessible_get_caret_offset),
8435         (ev_view_accessible_set_caret_offset),
8436         (ev_view_accessible_get_run_attributes),
8437         (ev_view_accessible_get_default_attributes),
8438         (ev_view_accessible_get_character_extents),
8439         (ev_view_accessible_get_offset_at_point),
8440         (ev_view_accessible_get_n_selections),
8441         (ev_view_accessible_get_selection),
8442         (ev_view_accessible_add_selection),
8443         (ev_view_accessible_remove_selection),
8444         (ev_view_accessible_set_selection),
8445         (ev_view_accessible_text_iface_init),
8446         (ev_view_accessible_idle_do_action),
8447         (ev_view_accessible_action_do_action),
8448         (ev_view_accessible_action_get_n_actions),
8449         (ev_view_accessible_action_get_description),
8450         (ev_view_accessible_action_get_name),
8451         (ev_view_accessible_action_set_description),
8452         (ev_view_accessible_action_iface_init),
8453         (ev_view_accessible_get_type), (ev_view_accessible_new),
8454         (ev_view_accessible_factory_get_accessible_type),
8455         (ev_view_accessible_factory_create_accessible),
8456         (ev_view_accessible_factory_class_init),
8457         (ev_view_accessible_factory_get_type):
8458         * shell/ev-view-accessible.h:
8459         * shell/ev-view-private.h:
8460         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8461         * shell/ev-view.h:
8462         
8463         Initial accessibility support.
8464
8465 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8466
8467         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8468
8469 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8470
8471         * shell/ev-print-job.c: (idle_print_handler):
8472         
8473         Fix for bug Bug 318916: Printing multiple pages.
8474
8475 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8476
8477         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8478
8479 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8480
8481         * pdf/ev-poppler.cc:
8482         
8483         Thumnail dimensions unified with other backends.
8484         
8485         * shell/ev-window-title.c: (ev_window_title_update):
8486         
8487         Fix warning.
8488
8489 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8490
8491         * data/ev-stock-zoom-fit-width.png:
8492         
8493         Remove unused file.
8494
8495 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8496
8497         * configure.ac:
8498         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8499         (djvu_document_finalize):
8500         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8501         (dvi_document_finalize):
8502         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8503         (pixbuf_document_save), (pixbuf_document_finalize):
8504         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8505         (tiff_document_finalize):
8506         
8507         Save a copy implemented for various backends.
8508
8509 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8510
8511         * configure.ac:
8512         
8513         Don't link with ltiff if tiff is disabled.
8514
8515 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * pdf/GDKSplashOutputDev.cc:
8518         * pdf/GDKSplashOutputDev.h:
8519         * pdf/Thumb.cc:
8520         * pdf/Thumb.h:
8521         * pdf/pdf-document.cc:
8522         * pdf/pdf-document.h:
8523         * pdf/test-gdk-output-dev.cc:
8524         
8525         Remove old unused files.
8526
8527 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * shell/ev-window.c: (ev_window_setup_document):
8530         
8531         Fixed warnings on reload and probably crash reason.
8532
8533 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8534
8535         * properties/ev-properties-view.c:
8536         (ev_properties_view_format_date):
8537         
8538         Check if date is invalid. Fix for bug 318134.
8539
8540 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8541
8542         * shell/ev-window-title.c:
8543         
8544         Add .indd files (Adobe Indesign) to the list of "bad
8545         extensions".
8546
8547 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8548
8549         * data/evince-ui.xml:
8550         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8551         
8552         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8553
8554 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8555
8556         * shell/ev-window.c: (launch_link), (launch_external_uri),
8557         (view_external_link_cb):
8558
8559         URL-escape link before passing it to gnome_vfs_url_show.
8560
8561 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8562
8563         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8564         there isn't text selected.
8565
8566 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-view.c: (handle_link_over_xy):
8569
8570         Check tooltip is valid utf8 before showing it
8571
8572 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8573
8574         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8575
8576 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8577
8578         * shell/ev-window-title.c: (ev_window_title_update):
8579
8580         Guard against using g_strstrip on NULL. Fixes bug #317291.
8581
8582 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8583
8584         * pdf/ev-poppler.cc:
8585
8586         Show title even for unknown links
8587
8588 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8589
8590         * shell/ev-window-title.c: (ev_window_title_update):
8591
8592         Strip the title string
8593
8594 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * shell/ev-window-title.c:
8597
8598         Add .rtf to the bad extensions list
8599
8600 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8603         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8604
8605         Ignore link coordinates if they are outside page bounds
8606
8607 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * backend/ev-link.c: (ev_link_type_get_type),
8610         (ev_link_get_filename), (ev_link_get_params),
8611         (ev_link_get_property), (ev_link_set_property),
8612         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8613         * backend/ev-link.h:
8614         * pdf/ev-poppler.cc:
8615         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8616         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8617         (ev_window_init):
8618
8619         Implement launch links. Delegate external link opening to
8620         the window.
8621
8622 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8623
8624         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8625         (ev_link_get_right), (ev_link_get_property),
8626         (ev_link_set_property), (ev_link_class_init),
8627         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8628         * backend/ev-link.h:
8629         * pdf/ev-poppler.cc:
8630         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8631
8632         Implement fitr links
8633
8634 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8637         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8638         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8639         (ev_view_size_request_continuous),
8640         (ev_view_size_request_dual_page),
8641         (ev_view_size_request_single_page), (ev_view_size_allocate),
8642         (ev_view_zoom_for_size_continuous_and_dual_page),
8643         (ev_view_zoom_for_size_continuous),
8644         (ev_view_zoom_for_size_dual_page),
8645         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8646         (ev_sizing_mode_get_type):
8647         * shell/ev-view.h:
8648         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8649
8650         Do not use modes for link, we need to calculate size ad hoc.
8651         Still not perfect because of the usual scrollbar issues grrr.
8652
8653 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * backend/ev-link.c: (ev_link_type_get_type),
8656         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8657         * backend/ev-link.h:
8658         * pdf/ev-poppler.cc:
8659         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8660         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8661         (ev_view_size_request_continuous),
8662         (ev_view_size_request_dual_page),
8663         (ev_view_size_request_single_page), (ev_view_size_allocate),
8664         (zoom_for_size_fit_height),
8665         (ev_view_zoom_for_size_continuous_and_dual_page),
8666         (ev_view_zoom_for_size_continuous),
8667         (ev_view_zoom_for_size_dual_page),
8668         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8669         (ev_sizing_mode_get_type):
8670         * shell/ev-view.h:
8671         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8672
8673         Implement FIT_HEIGHT mode (only for links).
8674         Implement FITH links
8675
8676 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * shell/ev-window-title.c: (get_filename_from_uri),
8679         (ev_window_title_sanitize_extension), (ev_window_title_update),
8680         (ev_window_title_set_document), (ev_window_title_set_uri),
8681         (ev_window_title_free):
8682         * shell/ev-window-title.h:
8683         * shell/ev-window.c: (ev_window_setup_document),
8684         (ev_window_popup_password_dialog):
8685
8686         Refactor window title building while fixing it for
8687         password documents.
8688
8689 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * pdf/ev-poppler.cc:
8692
8693         Escape link title before setting it in the model
8694
8695 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8696
8697         * shell/ev-application.c: (removed_from_session), (save_session),
8698         (init_session), (ev_application_get_empty_window),
8699         (ev_application_init), (ev_application_get_windows):
8700         * shell/ev-application.h:
8701         * shell/ev-window.c: (ev_window_finalize):
8702
8703         Add a function to retrieve window list and share it where
8704         necessary.
8705         Implement session handling, works pretty well thanks to the
8706         metadata system.
8707
8708 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8709
8710         * shell/ev-password.c: (ev_password_item_created_callback),
8711         (ev_password_dialog_save_password):
8712         
8713         Fix for bug 316972. Use async gnome-keyring API.
8714
8715 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8716
8717         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8718         Remove unused unrealize handler. Add scroll handling to
8719         ev_view_scroll_event for presentation mode (bug #316708),
8720         and fix the event state checks there.
8721
8722 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8723
8724         * shell/ev-page-action.c: (page_changed_cb):
8725
8726         "marco, maybe we should be crazy and jump right to 6! :)"
8727
8728         Bryan Clark, Sep 2005
8729
8730 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * ps/ps-document.c: (save_document), (ps_document_save),
8733         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8734         (ps_document_ps_export_end):
8735
8736         Fix unstructured documents save and print
8737
8738 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * shell/ev-application.c: (ev_application_open_uri):
8741
8742         Fix window size persistance
8743
8744 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * shell/ev-view.c: (ev_view_button_release_event):
8747
8748         Based on a patch from carlosgc@gnome.org. Mouse buttons
8749         switch pages in presentation mode.
8750
8751 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8754
8755         Dont cast to int before scaling
8756
8757 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8758
8759         * backend/ev-link.c: (ev_link_type_get_type),
8760         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8761         (ev_link_new_page_fith):
8762         * backend/ev-link.h:
8763         * pdf/ev-poppler.cc:
8764         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8765
8766         Implement FIT and FITH links
8767
8768 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * pdf/ev-poppler.cc:
8771
8772         Return 0 results when search is not in progress.
8773
8774         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8775         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8776
8777         Update menu sensitivity when cancelling search
8778
8779 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * shell/ev-view.c: (ev_view_can_find_next):
8782
8783         Take all pages in consideration, not just current one
8784
8785 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * shell/ev-page-cache.c:
8788         * shell/ev-page-cache.h:
8789         * shell/ev-view.c: (ev_view_binding_activated),
8790         (ev_view_next_page), (ev_view_previous_page),
8791         (ev_sizing_mode_get_type):
8792         * shell/ev-view.h:
8793         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8794         (ev_window_cmd_go_next_page):
8795
8796         Move page next/previous functions from page chace to
8797         view and change it to move by 2 page steps in dual mode.
8798
8799 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * shell/ev-window.c: (update_sidebar_visibility),
8802         (setup_sidebar_from_metadata), (ev_window_setup_document),
8803         (setup_view_from_metadata):
8804
8805         Show the index by default when there is one     
8806
8807 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * shell/ev-window-title.c: (ev_window_title_set_document):
8810
8811         Missing null check
8812
8813 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8814
8815         * shell/ev-view.c: (view_update_range_and_current_page):
8816         
8817         Allow display of last odd page in dual view. Fix for 316347.
8818
8819 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8820
8821         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8822         
8823         Make close button default. Fix for 316383.
8824
8825 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8826
8827         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8828         
8829         Mark close button as default. Fix for 316381.
8830
8831 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * backend/ev-link.c: (ev_link_class_init):
8834
8835         Allow negative doubles in left/top properties
8836
8837 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * shell/ev-window.c:
8840
8841         Remove a bunch of strings that was used only
8842         by the statusbar.
8843
8844 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * shell/ev-window-title.c: (get_filename_from_uri),
8847         (ev_window_title_set_document):
8848
8849         When title has a confusing extension, show also
8850         the document filename inside ()
8851
8852 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8853
8854         * shell/Makefile.am:
8855         * shell/ev-window-title.c: (ev_window_title_new),
8856         (ev_window_title_update), (ev_window_title_set_type),
8857         (ev_window_title_set_document), (ev_window_title_free):
8858         * shell/ev-window-title.h:
8859         * shell/ev-window.c: (ev_window_setup_document),
8860         (password_dialog_response), (ev_window_popup_password_dialog),
8861         (ev_window_dispose), (ev_window_init):
8862
8863         Factor out and cleanup window title code
8864
8865 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8868         (unable_to_load):
8869
8870         Make dialog transient so it doesnt block other windows
8871
8872 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8873
8874         * pdf/ev-poppler.cc:
8875         
8876         Fix pdf thumbnails rendering.
8877
8878 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8879
8880         * shell/ev-window.c: (fullscreen_set_timeout):
8881         
8882         Increase timeout to hide full screen popup. Bug 
8883         316123. 
8884
8885 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8886
8887         * data/evince.schemas.in:
8888         * shell/ev-window.c: (update_action_sensitivity):
8889
8890         Allow the user to override document restrictions. Fix for bug
8891         305818.
8892
8893 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8894
8895         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8896         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8897         (ev_window_class_init): Fix multihead behaviour of fullscreen
8898         toolbar popup. Fixes bug #315451.
8899
8900 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8901
8902         * configure.ac:
8903         * data/evince-password.glade:
8904         * shell/ev-password.c: (ev_password_dialog_set_property),
8905         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8906         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8907         (ev_password_dialog_entry_changed_cb),
8908         (ev_password_dialog_entry_activated_cb),
8909         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8910         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8911         (ev_password_dialog_set_bad_pass):
8912         * shell/ev-password.h:
8913         * shell/ev-window.c: (password_dialog_response),
8914         (ev_window_popup_password_dialog):
8915         
8916         Support for gnome-keyring for encrypted PDF's.
8917
8918 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8919
8920         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8921         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8922         (ev_view_enter_notify_event), (ev_view_class_init):
8923         
8924         More precise handling of enter_notify/leave_notify events
8925         in EvView. Fix for bug 315470.
8926
8927 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8928
8929         * shell/ev-window.c: (fullscreen_timeout_cb),
8930         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8931         (ev_window_dispose):
8932
8933         leak fix: unref fullscreen_timeout_source before clearing it
8934
8935 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8936
8937         * configure.ac, dvi/mdvi/Makefile.am: 
8938         
8939         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8940
8941 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * backend/ev-link.c: (ev_link_new_page_xyz):
8944         * pdf/ev-poppler.cc:
8945         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8946
8947         Fix some bugs with xyz links, respect zoom
8948
8949 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8950
8951         * shell/ev-window.c: (page_changed_cb),
8952         (setup_document_from_metadata), (update_sidebar_visibility),
8953         (setup_view_from_metadata), (ev_window_run_fullscreen),
8954         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8955         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8956         (ev_window_dual_mode_changed_cb),
8957         (ev_window_sidebar_current_page_changed_cb):
8958
8959         null check uri before setting and getting metadata
8960
8961 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * dvi/Makefile.am:
8964         * properties/Makefile.am:
8965         * shell/Makefile.am:
8966         * thumbnailer/Makefile.am:
8967
8968         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8969
8970 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8973         (selection_changed_callback):
8974         * shell/ev-sidebar-links.h:
8975
8976         Add a signal for link activation.
8977
8978         * shell/ev-view.c: (ev_view_goto_link),
8979         (ev_view_button_release_event):
8980         * shell/ev-view.h:
8981         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8982         (ev_window_init):
8983
8984         Implement the signal so that we can handle all link types.
8985
8986         * shell/ev-page-cache.c:
8987
8988         Remove unused set_link function
8989
8990 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8991
8992         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8993
8994         Add some space from the cursor, hardcoded but I couldnt
8995         find a better way.
8996
8997 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * lib/ev-tooltip.c:
9000
9001         Use mozilla style vs gtk style, way better for links.
9002
9003         * shell/ev-view.c: (ev_view_motion_notify_event),
9004         (ev_view_destroy), (ev_view_init):
9005
9006         Deactive tooltip when the link hovered is changed.
9007
9008 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
9009
9010         * backend/ev-document.h:
9011         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
9012         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
9013         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
9014         (ev_link_new_page), (ev_link_new_page_xyz):
9015         * backend/ev-link.h:
9016         * pdf/ev-poppler.cc:
9017         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
9018         (go_to_link), (tip_from_link):
9019
9020         Implement xyz links, still not functional. Links are a total
9021         mess, will need to refactor and bugfix a lot :(
9022
9023 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
9024
9025         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
9026
9027 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
9028
9029         * data/evince-ui.xml:
9030         * data/evince.schemas.in:
9031         * shell/Makefile.am:
9032         * shell/ev-window.c: (update_chrome_visibility),
9033         (password_dialog_response), (ev_window_load_job_cb),
9034         (ev_window_xfer_job_cb), (ev_window_open_uri),
9035         (ev_window_class_init), (set_chrome_actions), (load_chrome),
9036         (ev_window_init):
9037
9038         Remove the statusbar. This regress loading feedback, need to
9039         check with Bryan what we want to do there...
9040
9041 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * lib/ev-tooltip.c: (ev_tooltip_init):
9044
9045         Fix tooltip border and size handling
9046
9047 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
9048
9049         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
9050         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
9051         (ev_tooltip_timeout), (ev_tooltip_activate),
9052         (ev_tooltip_deactivate):
9053         * lib/ev-tooltip.h:
9054         * shell/ev-view.c: (ev_view_motion_notify_event):
9055
9056         Delay popup showing. Mirror gtk logic/times.
9057
9058 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
9059
9060         * lib/Makefile.am:
9061         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
9062         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
9063         (ev_tooltip_set_text), (ev_tooltip_set_position):
9064         * lib/ev-tooltip.h:
9065
9066         Simple widget to show tooltips at a custom position
9067
9068         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
9069         (ev_view_destroy):
9070
9071         Use it for links. First go, needs work
9072
9073 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
9074
9075         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
9076         HIG fixes.  Use title capitalization for window title. Use 12 
9077         pixels of space between the dialog's vbox and action area.
9078
9079 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * shell/ev-window.c: (file_open_dialog_response_cb),
9082         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
9083         (ev_window_cmd_save_as):
9084
9085         Make file pickers not modal and refactor code some
9086
9087 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9088
9089         * shell/ev-sidebar.h:
9090         * shell/ev-sidebar.c: (ev_sidebar_set_property),
9091         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9092         (ev_sidebar_class_init), (ev_sidebar_select_page),
9093         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9094         (ev_sidebar_set_page):
9095
9096         Add a current page property and allow to get/set it
9097
9098         * shell/ev-window.c: (setup_view_from_metadata),
9099         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9100
9101         Persist current sidebar page per document
9102
9103 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9104
9105         * data/evince.schemas.in:
9106         * shell/ev-window.c: (update_chrome_visibility),
9107         (setup_document_from_metadata), (update_sidebar_visibility),
9108         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9109         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9110         (ev_window_run_presentation), (ev_window_stop_presentation),
9111         (ev_window_view_sidebar_cb),
9112         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9113         (load_chrome), (ev_window_init):
9114
9115         Persist size/visibility of sidebar per document
9116
9117 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
9118
9119         * shell/ev-view.c (draw_loading_text): Draw loading text.
9120
9121 2005-09-02  Dan Damian  <dand@gnome.ro>
9122
9123         * configure.in: Added "ro" to ALL_LINGUAS.
9124
9125 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * shell/ev-view.c: (clear_caches):
9128
9129         ev_page_cache_get doesnt return a reference,
9130         dont try to unref it.
9131
9132 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9133
9134         * shell/main.c: (load_files_remote):
9135
9136         Fix timestamp parameter with dbus <= 0.33
9137
9138 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9139
9140         * data/evince.schemas.in:
9141
9142         Add missing full stop
9143
9144 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9145
9146         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9147         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9148
9149         Plug some memory leaks
9150
9151 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9152
9153         * configure.ac:
9154         * lib/ev-debug.c: (trap_handler):
9155
9156         Check for execinfo.h and use it only if it exists.
9157         Ported from Epiphany (bug #314776).
9158
9159 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9160
9161         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9162
9163 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9164
9165         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9166         * po/id.po      : Added Indonesian translation
9167
9168 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9169
9170         * shell/main.c:
9171         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9172         * NEWS: Release 0.4.0
9173
9174 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9175
9176         * configure.ac: catch another gtk+-2.8ism
9177         * shell/main.c: Make work with gtk+-2.6
9178
9179 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9180
9181         * shell/ev-application-service.xml: Add 'timestamp' argument to
9182           ev_application_open_window and ev_application_open_uri methods.
9183
9184         * shell/ev-application.h: Add 'timestamp' argument to
9185           ev_application_open_window, ev_application_open_uri,
9186           and ev_application_open_uri_list functions.
9187
9188         * shell/ev-application.c (ev_application_open_window,
9189           ev_application_open_uri, ev_application_open_uri_list): Change
9190           functions that show/present windows to use a timestamp if one
9191           is passed in.
9192
9193         * shell/ev-window.c (ev_window_cmd_file_open,
9194           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9195         * shell/main.c (load_files): Modify calls to ev_application to
9196           include GDK_CURRENT_TIME as timestamp.
9197
9198         * shell/main.c (load_files_remote): Obtain timestamp for client
9199           instance from GDK and pass to server instance so new windows are
9200           focused properly.  Fix dbus_g_proxy_call() calls by including second
9201           G_TYPE_INVALID.
9202           
9203         Closes bug #314475.
9204
9205 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9206
9207         * shell/ev-window.c (ev_window_finalize): Check for
9208         avail. EvWindows when quiting to handle the finalize better,
9209         #314497
9210
9211 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212         
9213         * properties/ev-properties-view.c: 
9214         
9215         Set textdomain to libglade. Fixes translation problem in property page.
9216
9217 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9218
9219         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9220         * dvi/Makefile.am:
9221         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9222         * dvi/mdvi-lib/Makefile.am:
9223         
9224         Fix rotation of thumbnails, ported to new API. Moved library
9225         dependencies earlier, probably it will fix linkage problem.
9226
9227 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9228
9229         * backend/ev-document-misc.c:
9230         (ev_document_misc_get_thumbnail_frame):
9231         * backend/ev-document-misc.h:
9232         * configure.ac:
9233         * pdf/ev-poppler.cc:
9234         * shell/Makefile.am:
9235         * shell/ev-sidebar-thumbnails.c: (add_range),
9236         (ev_sidebar_thumbnails_set_loading_icon),
9237         (ev_sidebar_thumbnails_refresh),
9238         (ev_sidebar_thumbnails_set_document):
9239         * shell/ev-sidebar-thumbnails.h:
9240         * shell/ev-view.c: (ev_view_motion_notify_event),
9241         (ev_view_set_property), (ev_view_get_property),
9242         (ev_view_class_init), (ev_view_set_rotation):
9243         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9244         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9245         (ev_window_init):
9246         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9247         Redo rotation (again).  prepare for 0.4.0
9248
9249 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9250
9251         * configure.ac: Bump poppler requirement to 0.4.1.
9252
9253         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9254         argument to poppler_page_render_selection() call.
9255
9256 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9257
9258         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9259         (djvu_document_thumbnails_get_thumbnail):
9260         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9261         (dvi_document_thumbnails_get_thumbnail):
9262         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9263         (pixbuf_document_thumbnails_get_thumbnail):
9264         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9265         
9266         Update rotation direction of backends to fit with pdf and ps.
9267
9268 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9269
9270         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9271         * backend/ev-async-renderer.h:
9272         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9273         (setup_page), (ps_document_get_page_size),
9274         (ps_async_renderer_render_pixbuf):
9275         * ps/ps-document.h:
9276         * shell/ev-jobs.c: (ev_job_render_run):
9277
9278         Fix orientation in the postscript document
9279
9280 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9281
9282         * pdf/ev-poppler.cc:
9283         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9284         * shell/ev-view.c: (highlight_find_results):
9285
9286         Adapt to the new poppler rotation API. Fix text maps on landscape
9287         documents.
9288
9289 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9290
9291         * shell/ev-view.c (compute_new_selection_text): get the correct
9292         region when selecting in modes other than continuous.
9293
9294 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9295
9296         * shell/main.c (main): remove redundant g_warnings.
9297
9298 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9299
9300         * shell/Makefile.am: Don't include autogenerated
9301         file ev-application-service.h into distribution, since
9302         it causes dbus crash. Fix for bugs 313724 and 313443. 
9303
9304 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9305
9306         * configure.ac: Fix sed expression for FreeBSD. Thanks
9307         to Joe Marcus Clark <marcus@freebsd.org>
9308         
9309         * shell/eggfindbar.c: (entry_activate_callback),
9310         (entry_changed_callback), (egg_find_bar_init),
9311         (egg_find_bar_set_search_string):
9312         
9313         Made findbar buttons unsensitive if there is no text in
9314         entry. Fix for the bug 313285.
9315
9316 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9317
9318         * ps/ps-document.c: Use g_filename_display_name for displaying
9319         filenames and revert string freeze breackage
9320
9321 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9322
9323         * NEWS:
9324         * configure.ac:
9325
9326         Update for 0.3.4
9327
9328         * shell/Makefile.am:
9329
9330         Add ev-application-service.xml to extra dist
9331
9332         * shell/ev-view.c: (find_page_at_location):
9333
9334         Remove unused function (fix warning)
9335
9336 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9337
9338         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9339         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9340         
9341         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9342         bug 313623.
9343
9344 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9345
9346         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9347         * shell/ev-window.c:
9348         Fix build warnings
9349
9350 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9351
9352         * configure.ac: Update script to get dbus version.
9353         Fix for the bug #313443.
9354
9355 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9356
9357         * shell/ev-window.c: (ev_window_cmd_escape):
9358         
9359         Return focus back to view on escape. Fix for bug 313295.
9360
9361 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9362
9363         * shell/ev-window.c: (update_window_title),
9364         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9365         (ev_window_cmd_save_as):
9366         
9367         Correct conversion from uri to displayable string. Fix for
9368         bug 313296.
9369
9370 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9371
9372         * ps/ps-document.c: convert filename to utf8 when there is an error
9373         loading document. Fixes #309915
9374
9375 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * configure.ac:
9378
9379         We depend on poppler 0.4.0
9380
9381 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9382
9383         * configure.ac:
9384         * NEWS: Release 0.3.3.
9385         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9386
9387 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9388
9389         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9390         add a couple missing mnemonics to menu items, use title 
9391         capitalization for menu items and window titles, and add 
9392         ellipsis to open menu item.     
9393
9394 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9395
9396         * pdf/ev-poppler.cc:
9397         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9398         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9399         (ev_view_get_rotation):
9400         * shell/ev-view.h:
9401         * shell/ev-window.c: (setup_view_from_metadata),
9402         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9403         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9404         disk.
9405
9406 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9407
9408         * configure.ac: Added tr to ALL_LINGUAS
9409
9410 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9411
9412         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9413         requires several clicks to find word. Thanks to 
9414         Colin Slater <kiltedtaco@gmail.com>.
9415
9416 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9417
9418         * data/evince.desktop.in.in: Hide menu entry and
9419         rename it to "Document Viewer". Fix for bug 
9420         #312399.
9421
9422 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9423
9424         * shell/ev-page-action.c (ev_page_action_class_init): 
9425
9426         Point to the correct function in constructor of the
9427         activate_label signal
9428
9429 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9430
9431         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9432         * shell/ev-jobs.h: Make thread safe.
9433
9434 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9435
9436         * shell/ev-view.c: (view_update_range_and_current_page):
9437         Don't update page range if we are scrolling to some document
9438         point.
9439
9440 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9441
9442         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9443         when getting max_page_width, fix drawing in dual mode.
9444
9445 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9446
9447         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9448         getting the area for select_all.
9449
9450 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9451
9452         * backend/ev-selection.c: (ev_selection_render_selection):
9453         * backend/ev-selection.h:
9454         * pdf/ev-poppler.cc:
9455         * shell/ev-jobs.c: (ev_job_render_new):
9456         * shell/ev-jobs.h:
9457         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9458         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9459         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9460         (ev_view_class_init):
9461
9462         Change selection color on focus in and focus out events.  Also,
9463         poppler now uses GdkColor for specifying the selection colors, so
9464         drop some awkward conversion code.
9465
9466 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9467
9468         * configure.ac: Added Hebrew translation
9469
9470 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9471
9472         * NOTES:
9473         * backend/ev-selection.c: (ev_selection_render_selection):
9474         * backend/ev-selection.h:
9475         * pdf/ev-poppler.cc:
9476         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9477         (ev_job_render_run):
9478         * shell/ev-jobs.h:
9479         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9480         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9481         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9482         (ev_pixbuf_cache_style_changed),
9483         (ev_pixbuf_cache_get_selection_pixbuf),
9484         (ev_pixbuf_cache_set_selection_list),
9485         (ev_pixbuf_cache_get_selection_list):
9486         * shell/ev-pixbuf-cache.h:
9487         * shell/ev-utils.c: (ev_print_region_contents):
9488         * shell/ev-utils.h:
9489         * shell/ev-view.c: (ev_view_queue_draw_page),
9490         (selection_update_idle_cb), (ev_view_motion_notify_event),
9491         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9492         (setup_caches), (ev_view_find_next), (merge_selection_region),
9493         (selection_free):
9494         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9495
9496         Clean up selection to be much smoother!
9497
9498 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9499
9500         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9501         to poppler_page_render_selection().
9502
9503 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9504
9505         * ps/ps-document.c: (save_page_list): Use
9506         unzipped document when printing. Thanks to 
9507         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9508         311016.
9509
9510 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9511
9512         * shell/ev-window.c: (update_action_sensitivity):
9513         
9514         Disable print and save respect to lockdown gconf keys. Fix
9515         for 312342.
9516
9517 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9518
9519         * configure.ac:
9520         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9521         (write_to_temp_file), (ev_file_set_contents):
9522         * shell/ev-utils.h:
9523         * shell/ev-window.c: (save_print_config_to_file):
9524         
9525         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9526         Fix for bug 312238
9527
9528 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9529
9530         * shell/ev-window.c: (load_print_config_from_file),
9531         (save_print_config_to_file), (ev_window_print_range):
9532
9533         Persist the print settings. Fixes bug #311578.
9534
9535 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9536
9537         * djvu/djvu-document.c: (djvu_document_get_page_size),
9538         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9539         (djvu_document_thumbnails_get_thumbnail):
9540         * dvi/dvi-document.c: (dvi_document_get_page_size),
9541         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9542         (dvi_document_thumbnails_get_dimensions),
9543         (dvi_document_thumbnails_get_thumbnail):
9544         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9545         (pixbuf_document_render_pixbuf),
9546         (pixbuf_document_document_iface_init),
9547         (pixbuf_document_thumbnails_get_thumbnail):
9548         
9549         Update backends to make them build with new rotation system.
9550
9551 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9552
9553         * help/C/figures/evince_start_window.png:
9554         
9555         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9556
9557 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9558
9559         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9560         * shell/ev-pixbuf-cache.h:
9561         * shell/ev-sidebar-thumbnails.c:
9562         (ev_sidebar_thumbnails_get_property), (add_range),
9563         (adjustment_changed_cb):
9564         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9565         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9566         we were thumbnailing the entire docment on startup, slowing us
9567         down hugely. 
9568
9569 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9570
9571         * shell/ev-page-cache.c: (ev_page_cache_new):
9572         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9573         == 0, fixes #310306.
9574
9575 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9576
9577         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9578         (ev_view_rotate_left):
9579
9580         Account rotation in doc_rect_to_view_rect.
9581         Ensure rotation doesnt go out of bounds.
9582
9583 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9584
9585         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9586
9587         Correct and cleanup w/h swapping
9588
9589 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9590
9591         * backend/ev-document-thumbnails.c:
9592         (ev_document_thumbnails_get_thumbnail):
9593         * backend/ev-document-thumbnails.h:
9594         * backend/ev-document.c:
9595         * backend/ev-document.h:
9596         * backend/ev-render-context.c: (ev_render_context_new),
9597         (ev_render_context_set_rotation):
9598         * backend/ev-render-context.h:
9599         * pdf/ev-poppler.cc:
9600         * ps/ps-document.c: (ps_document_document_iface_init):
9601         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9602         * shell/ev-jobs.h:
9603         * shell/ev-page-cache.c: (build_height_to_page),
9604         (ev_page_cache_new), (ev_page_cache_get_size),
9605         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9606         (ev_page_cache_get_height_to_page):
9607         * shell/ev-page-cache.h:
9608         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9609         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9610         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9611         (ev_pixbuf_cache_get_selection_pixbuf):
9612         * shell/ev-pixbuf-cache.h:
9613         * shell/ev-print-job.c: (idle_print_handler):
9614         * shell/ev-sidebar-thumbnails.c: (add_range):
9615         * shell/ev-view.c: (view_update_range_and_current_page),
9616         (get_page_y_offset), (get_page_extents),
9617         (ev_view_size_request_continuous_dual_page),
9618         (ev_view_size_request_continuous),
9619         (ev_view_size_request_dual_page),
9620         (ev_view_size_request_single_page), (draw_one_page),
9621         (ev_view_set_rotation), (ev_view_rotate_right),
9622         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9623         (ev_view_zoom_for_size_continuous_and_dual_page),
9624         (ev_view_zoom_for_size_continuous),
9625         (ev_view_zoom_for_size_dual_page),
9626         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9627         (ev_view_select_all):
9628         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9629         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9630         (tiff_document_document_iface_init),
9631         (tiff_document_thumbnails_get_thumbnail):
9632
9633         Use rotation rather than orientation. It's easier and enough
9634         for our needs.
9635
9636 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9637
9638         * shell/ev-page-cache.c: (build_height_to_page),
9639         (ev_page_cache_new), (ev_page_cache_get_size),
9640         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9641         (ev_page_cache_get_height_to_page):
9642         * shell/ev-page-cache.h:
9643         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9644         (ev_view_size_request_continuous_dual_page),
9645         (ev_view_size_request_continuous),
9646         (ev_view_zoom_for_size_continuous_and_dual_page),
9647         (ev_view_zoom_for_size_continuous):
9648
9649         Make the page cache aware of page orientation.
9650
9651 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9652
9653         * backend/ev-document-thumbnails.c:
9654         (ev_document_thumbnails_get_thumbnail):
9655         * backend/ev-document-thumbnails.h:
9656         * backend/ev-document.c:
9657         * backend/ev-document.h:
9658         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9659         * backend/ev-ps-exporter.h:
9660         * pdf/ev-poppler.cc:
9661         * ps/ps-document.c: (ps_document_document_iface_init),
9662         (ps_document_ps_export_do_page):
9663         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9664         * shell/ev-jobs.h:
9665         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9666         (ev_page_cache_get):
9667         * shell/ev-page-cache.h:
9668         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9669         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9670         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9671         * shell/ev-pixbuf-cache.h:
9672         * shell/ev-print-job.c: (idle_print_handler):
9673         * shell/ev-sidebar-thumbnails.c: (add_range):
9674         * shell/ev-view.c: (view_update_range_and_current_page),
9675         (get_page_extents), (ev_view_size_request_dual_page),
9676         (ev_view_size_request_single_page), (draw_one_page),
9677         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9678         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9679         (ev_view_zoom_for_size_dual_page),
9680         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9681         (ev_view_select_all):
9682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9683         * tiff/tiff-document.c: (tiff_document_get_page_size),
9684         (tiff_document_get_orientation), (rotate_pixbuf),
9685         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9686         (tiff_document_thumbnails_get_thumbnail),
9687         (tiff_document_ps_export_do_page), (tiff_document_init):
9688
9689         Really make use of the orientation bit of the render context.
9690         Use the render context in a few more places in the backend API.
9691         This regress orientation, but now it's done right. Will try to
9692         fix it up asap...
9693
9694 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9695
9696         * shell/ev-view.c: (ensure_rectangle_is_visible):
9697
9698         Patch by Nickolay V. Shmyrev to fix find flickering
9699
9700 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9701
9702         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9703         duplex parameters to ::begin.
9704
9705         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9706         * shell/ev-print-job.c (idle_print_handler): 
9707         * ps/ps-document.c (ps_document_ps_export_begin): 
9708         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9709         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9710         implementations. Poppler backend needs poppler cvs. Rest has
9711         unchanged behavior.
9712
9713 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9714
9715         * shell/ev-window.c (using_pdf_printer): new function.
9716         (ev_window_print_range): print a less techy message if someone
9717         tries to print to PDF.
9718
9719 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9720
9721         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9722         from "unknown font" string. Bug #311431
9723
9724 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9725
9726         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9727
9728 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9729
9730         Bug #311280
9731         
9732         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9733         name for PopplerFontTypes
9734         (pdf_document_fonts_fill_model): add font type to the detail column
9735
9736         * backend/ev-document-fonts.h: added
9737         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9738
9739         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9740         font name and font details, add a little markup.
9741         (ev_properties_fonts_init): use the new cell data func, specify ypad
9742         property for the cell renderer.
9743         (ev_properties_fonts_set_document): add the details column.
9744
9745 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9746
9747         * configure.ac: Added "pl" to ALL_LINGUAS.
9748
9749 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9750
9751         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9752
9753 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9754
9755         * help/ChangeLog: Started this for translations of manual.
9756         * configure.ac, autogen.sh, .cvsignore: Migrated to
9757         gnome-doc-utils. Patch in bug #311222.
9758
9759 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9760
9761         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9762         #ifdef this away to fix an unused-function warning.
9763
9764 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9765
9766         * configure.ac: Added 'gl' to ALL_LINGUAS.
9767
9768 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9769
9770         * configure.ac: Added ne in ALL_LINGUAS
9771         
9772 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9773
9774         * shell/ev-view.c: (ev_view_leave_notify_event):
9775         
9776         Clear status message when pointer leaves view. Fix for bug
9777         #310818 
9778
9779 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9780
9781         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9782
9783 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9784
9785         * shell/ev-view.c: (ev_view_leave_notify_event),
9786         (ev_view_class_init):
9787         
9788         Set cursor to normal then leaving view.
9789
9790 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9791
9792         * configure.ac:
9793         
9794         Fix required djvulibre version.
9795
9796 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9797
9798         *configure.ac: Hindi (hi) language added
9799
9800 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9801
9802         *configure.ac: Punjabi (pa) Language added
9803
9804 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9805
9806         * data/evince-ui.xml, shell/ev-window.c:
9807         
9808         Add keypad accelerators for zooming. Fix for bug 308128.
9809
9810 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9811
9812         * Makefile.am:
9813         * backend/Makefile.am:
9814         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9815         * configure.ac:
9816         * shell/ev-document-types.c: (ev_document_types_add_filters):
9817
9818         Allow to enable/disable the pixbuf backend.
9819         Default to off for now. If we want it enabled we should
9820         really put mime types in the desktop, implement properties etc.
9821
9822         * properties/evince-properties.c:
9823
9824         Initialize error to NULL.
9825         Check error is not NULL before freeing.
9826
9827 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9828
9829         * shell/ev-window.c:
9830
9831         Use F5 as presentation accell
9832
9833 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9834
9835         * shell/ev-window.c: (update_chrome_visibility),
9836         (ev_window_create_fullscreen_popup), (ev_window_init):
9837
9838         Do not leak the fullscreen toolbar
9839
9840 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9841
9842         * shell/ev-window.c: (view_actions_focus_in_cb),
9843         (view_actions_focus_out_cb):
9844
9845         These has a return value! Fix totally random focus
9846         issues we was seeing.
9847
9848 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9849
9850         * shell/main.c: (load_files_remote):
9851
9852         Allow open more than one file
9853
9854 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9855
9856         * shell/main.c: (load_files_remote):
9857
9858         Fix for dbus 0.33. bug #309975
9859
9860 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9861
9862         * properties/ev-properties-main.c: (ev_properties_get_pages):
9863
9864         Actually return NULL for types we dont support
9865
9866 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9867
9868         * po/POTFILES.in:
9869
9870         Remove empty lines.
9871
9872 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9873
9874         * backend/ev-document-factory.c:
9875         (ev_document_factory_get_document):
9876
9877         Do not try to create the object if type
9878         is invalid.
9879
9880 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9881
9882         * ps/ps-document.c: (ps_document_dispose),
9883         (ps_async_renderer_render_pixbuf):
9884         * ps/ps-document.h:
9885
9886         Do not leak the target window
9887
9888 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9889
9890         * shell/ev-application.c: (ev_application_init):
9891
9892         Let tbe check file existence for us.
9893         Add a comment about eggrecent mime filter.
9894
9895 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9896
9897         * data/evince-ui.xml:
9898         * shell/ev-application.c: (ev_application_shutdown),
9899         (ev_application_init), (ev_application_get_toolbars_model),
9900         (ev_application_get_recent_model),
9901         (ev_application_save_toolbars_model):
9902         * shell/ev-application.h:
9903         * shell/ev-window.c: (ev_window_add_recent),
9904         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9905         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9906         (ev_window_init):
9907
9908         Use common toolbar and recent models for all windows.
9909         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9910
9911 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9912
9913         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9914         successfully check for gtk_icon_view_get_visible_range.
9915
9916 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9917
9918         * djvu/Makefile.am:
9919         * dvi/Makefile.am:
9920         
9921         Fix djvu and dvi backend build.
9922
9923 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9924
9925         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9926         (new_separator_pixbuf):
9927
9928         Don't leak windows.
9929
9930 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9931
9932         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9933
9934         HIGification of toolbar editor dialogue.
9935
9936 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * configure.ac:
9939         * shell/Makefile.am:
9940
9941         Ever build metadata manager since it's just
9942         disabled at runtime now.
9943
9944 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9945
9946         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9947         (ev_metadata_manager_get), (ev_metadata_manager_set):
9948         * shell/ev-metadata-manager.h:
9949
9950         Add an _init functions that enabled metadata management
9951         at runtime.
9952
9953         * shell/ev-window.c: (page_changed_cb),
9954         (setup_document_from_metadata), (ev_window_setup_document),
9955         (setup_view_from_metadata), (ev_window_open_uri),
9956         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9957         (ev_window_run_presentation), (ev_window_stop_presentation),
9958         (save_sizing_mode), (ev_window_zoom_changed_cb),
9959         (ev_window_continuous_changed_cb),
9960         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9961         (window_configure_event_cb):
9962
9963         Remove all ugly metadata define since we deal with it
9964         at runtime now.
9965
9966         * shell/main.c: (load_files_remote), (main):
9967
9968         Add support for dbus cvs head. Hopefully didnt break one
9969         of the other versions now!
9970
9971         If we dont get a response from the dbus server just
9972         give up with it and not enable metadata.
9973
9974 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9975
9976         * Makefile.am:
9977         * backend/Makefile.am:
9978         * configure.ac:
9979         * cut-n-paste/recent-files/Makefile.am:
9980         * cut-n-paste/toolbar-editor/Makefile.am:
9981         * cut-n-paste/zoom-control/Makefile.am:
9982         * lib/Makefile.am:
9983         * pdf/Makefile.am:
9984         * pixbuf/Makefile.am:
9985         * properties/Makefile.am:
9986         * ps/Makefile.am:
9987         * shell/Makefile.am:
9988         * thumbnailer/Makefile.am:
9989         * tiff/Makefile.am:
9990
9991         Make frontends depend on just libev.
9992         Rework and group CFLAGS/LIBS definitions.
9993         Cleanups.
9994
9995 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * shell/ev-window:
9998
9999         do not unnecessarily save zoom
10000
10001         * configure.ac:
10002         * lib/ev-file-helpers.c: (ev_dot_dir):
10003         * shell/Makefile.am:
10004         * shell/dummy.cc:
10005
10006         Some cleanups
10007
10008 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10009
10010         * configure.ac:
10011         
10012         Remove unnecessary dependencies
10013
10014 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10015
10016         * properties/Makefile.am:
10017         * thumbnailer/Makefile.am:
10018         * tiff/Makefile.am:
10019
10020         Some more cleanups. Was really necessary
10021         but I probably introduced bugs, feel free
10022         to flame :)
10023
10024 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10025
10026         * backend/Makefile.am:
10027         * configure.ac:
10028         * cut-n-paste/recent-files/Makefile.am:
10029         * cut-n-paste/toolbar-editor/Makefile.am:
10030         * cut-n-paste/zoom-control/Makefile.am:
10031         * lib/Makefile.am:
10032         * pdf/Makefile.am:
10033         * pixbuf/Makefile.am:
10034         * properties/Makefile.am:
10035         * ps/Makefile.am:
10036         * shell/Makefile.am:
10037         * thumbnailer/Makefile.am:
10038         * tiff/Makefile.am:
10039
10040         Use gnome-common macros when possible.
10041         Cleanup dependencies.
10042         Actually disable deprecated where possible.
10043
10044 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10045
10046         * Makefile.am:
10047         * backend/Makefile.am:
10048         * properties/Makefile.am:
10049         * shell/Makefile.am:
10050         * thumbnailer/Makefile.am:
10051
10052         This should solve the circular dep without
10053         requiring dir reorg!
10054
10055         * shell/ev-window.c: (setup_view_from_metadata):
10056
10057         Never restore window size/position when the
10058         window is already visible.
10059
10060 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10061
10062         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
10063
10064         Return a boolean from timeout func. Fix ported from gedit.
10065
10066 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
10067
10068         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
10069
10070 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
10071
10072         * shell/ev-document-types.c: set "All Documents" as default filter in
10073         open dialog
10074
10075 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
10076
10077         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
10078         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
10079         (ev_metadata_manager_set_boolean): fix value/val thinko.
10080
10081 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10082
10083         * shell/ev-window.c: (setup_view_from_metadata),
10084         (window_state_event_cb), (window_configure_event_cb),
10085         (ev_window_init):
10086
10087         Remember window position and maximized state
10088
10089 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10090
10091         * configure.ac:
10092
10093         Fix DBUS configure checks.
10094
10095         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10096         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10097         (ev_metadata_manager_set_boolean):
10098
10099         Plug mem leaks.
10100
10101         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10102         (ev_window_stop_fullscreen), (ev_window_run_presentation),
10103         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10104         (ev_window_continuous_changed_cb),
10105         (ev_window_dual_mode_changed_cb), (ev_window_new):
10106
10107         Fix the build without DBUS.
10108
10109 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10110
10111         * shell/ev-metadata-manager.c: (parse_value), (save_values),
10112         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10113         (ev_metadata_manager_set_string),
10114         (ev_metadata_manager_set_boolean):
10115         * shell/ev-metadata-manager.h:
10116
10117         Add support for some more types
10118
10119         * shell/ev-view.c: (scroll_to_current_page),
10120         (ev_view_get_continuous), (ev_view_set_continuous),
10121         (ev_view_get_dual_page):
10122         * shell/ev-view.h:
10123         * shell/ev-window.c: (page_changed_cb),
10124         (setup_document_from_metadata), (ev_window_setup_document),
10125         (setup_view_from_metadata), (ev_window_open_uri),
10126         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10127         (ev_window_run_presentation), (ev_window_stop_presentation),
10128         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10129         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10130         (ev_window_update_dual_page_action),
10131         (ev_window_continuous_changed_cb),
10132         (ev_window_dual_mode_changed_cb), (ev_window_init):
10133
10134         Remember a bunch of view/document properties. Prolly some
10135         are still missing but it's getting interesting.
10136
10137 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10138
10139         * configure.ac: check if dbus-binding-tool is installed. Not the
10140         case on current Ubuntu breezy, it seems.
10141
10142 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10143
10144         * data/evince.desktop.in.in:
10145         
10146         Allow open uri lists and add TryExec field.
10147
10148 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10149
10150         * configure.ac:
10151
10152         Enable dbus when available, do not require a configure
10153         option.
10154
10155 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10156
10157         * configure.ac:
10158
10159         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10160         disabled.
10161
10162 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10163         Marco Pesenti Gritti  <mpg@redhat.com>
10164
10165         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10166         
10167         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10168         functions to the format required by dbus
10169
10170         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10171         errors. Use the RPC parameters in the expected way
10172
10173 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10174
10175         * Makefile.am:
10176         * properties/Makefile.am:
10177         * properties/ev-properties-main.c: (ev_properties_get_pages):
10178
10179         Support all mime types
10180
10181         * shell/Makefile.am:
10182         * thumbnailer/Makefile.am:
10183         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10184         (evince_thumbnail_pngenc_get):
10185
10186         Use the document factory
10187
10188 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10189
10190         * backend/Makefile.am:
10191         * backend/ev-document-factory.c:
10192         (mime_type_supported_by_gdk_pixbuf),
10193         (ev_document_type_get_from_mime),
10194         (ev_document_factory_get_document),
10195         (ev_document_factory_get_backend),
10196         (ev_document_factory_get_mime_types),
10197         (ev_document_factory_get_all_mime_types):
10198         * backend/ev-document-factory.h:
10199         * shell/Makefile.am:
10200         * shell/ev-document-types.c: (get_document_from_uri),
10201         (ev_document_types_get_document),
10202         (file_filter_add_mime_list_and_free),
10203         (ev_document_types_add_filters):
10204         * shell/ev-document-types.h:
10205         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10206         * shell/ev-properties-dialog.c:
10207         (ev_properties_dialog_set_document):
10208         * shell/ev-window.c: (ev_window_cmd_file_open),
10209         (ev_window_cmd_save_as):
10210         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10211
10212         Rework document types managing to avoid code duplication
10213         and actually abstract from backend implementations.
10214         Also provide a minimal factory api that can be used by
10215         thumbnailer/properties.
10216
10217 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10218
10219         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10220         Plug a mem leak.
10221         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10222         HIG spacings.
10223
10224 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10225
10226         * shell/ev-properties-dialog.c
10227         (ev_properties_dialog_set_document): only call
10228         ev_properties_fonts_set_document() if the document implements the
10229         fonts interface
10230
10231 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10232
10233         * configure.ac:
10234         * properties/Makefile.am:
10235         * properties/ev-properties-view.c:
10236         (ev_properties_view_register_type):
10237         * properties/ev-properties-view.h:
10238         * properties/ev-properties-main.h:
10239
10240         Implement nautilus plugin for properties.
10241         Works only for pdf atm, I need to rework the
10242         document types stuff to get this to work
10243         for all backends...
10244
10245 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10246
10247         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10248         (ev_properties_fonts_set_document): use
10249         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10250
10251 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10252
10253         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10254         them
10255         (PlaceImage, tiff2ps_process_page): use
10256         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10257
10258
10259 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10260
10261         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10262         (main): to call gnome_authentication_manager_init. Should fix
10263         Bug #308510
10264
10265         * configure.ac: that requires libgnomeui 2.6.0.
10266
10267 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10268
10269         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10270         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10271         use the new tiff2ps interfaces
10272
10273         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10274         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10275
10276         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10277         structure instead of global variables.  Remove use of static
10278         variables in functions.
10279
10280 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10281
10282         * shell/ev-page-action.c: unref the completion after setting it to the
10283         entry
10284
10285 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10286
10287         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10288         postscript files
10289
10290 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10291
10292         * shell/ev-window.c (update_action_sensitivity): disable
10293         File->Print if the document does not implement the ps exporter
10294         interface
10295
10296 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10297
10298         * Makefile.am:
10299         * configure.ac:
10300         * data/evince-properties.glade:
10301         * properties/.cvsignore:
10302         * properties/Makefile.am:
10303         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10304         (ev_properties_view_class_init), (ev_properties_view_format_date),
10305         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10306         (ev_properties_view_init), (ev_properties_view_new):
10307         * properties/ev-properties-view.h:
10308         * shell/Makefile.am:
10309         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10310         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10311         (ev_properties_dialog_new):
10312         * shell/ev-properties-dialog.h:
10313         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10314         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10315         (update_progress_label), (job_fonts_finished_cb),
10316         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10317         * shell/ev-properties-fonts.h:
10318         * shell/ev-properties.c:
10319         * shell/ev-properties.h:
10320         * shell/ev-window.c: (ev_window_setup_document),
10321         (ev_window_cmd_file_properties):
10322
10323         Split the properties pages in two different objects, depend
10324         only on the backend where possible, use widgets instead
10325         of gobject for the glade part, reimplement the dialog
10326         itself with gtk.
10327         I need this to implement nautilus properties page.
10328
10329 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10330
10331         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10332         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10333         (tiff_document_document_ps_exporter_iface_init): implement the ps
10334         exporter interface for tiff documents
10335
10336         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10337         libtiff to implement TIFF postscript export
10338
10339         * tiff/tiff2ps.h: added a header file for external tiff2ps
10340         functions.
10341
10342         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10343         tiff2ps.h
10344
10345 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10346
10347         * shell/ev-view.c: (scroll_to_current_page),
10348         (ev_view_set_fullscreen), (ev_view_set_presentation):
10349         
10350         Scroll to current page when exit from presentation
10351
10352 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10353
10354         * shell/ev-window.c: (update_document_mode),
10355         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10356         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10357         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10358         
10359         Exit from fullscreen mode when switch to presentation. Fix for
10360         bug 309365
10361
10362 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10363
10364         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10365         return NULL if the document does not implement the selection
10366         interface.
10367
10368 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10369
10370         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10371         reported height by using the resolution aspect ratio
10372         (tiff_document_render_pixbuf): scale the pixbuf using the
10373         resolution aspect ratio
10374
10375 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10376
10377         * configure.ac:
10378         
10379         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10380         <kiltedaco@gmail.com>
10381         
10382         * djvu/djvu-document.c: (djvu_document_get_orientation),
10383         (djvu_document_set_orientation), (djvu_document_get_page_size),
10384         (rotate_pixbuf), (djvu_document_render_pixbuf),
10385         (djvu_document_document_iface_init):
10386         * dvi/dvi-document.c: (dvi_document_get_orientation),
10387         (dvi_document_set_orientation), (dvi_document_get_page_size),
10388         (rotate_pixbuf), (dvi_document_render_pixbuf),
10389         (dvi_document_document_iface_init):
10390         
10391         Dvi and djvu backends are ported to new API
10392
10393 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10394
10395         * backend/ev-selection.c: (ev_selection_get_selection_region),
10396         (ev_selection_get_selection_map):
10397         * backend/ev-selection.h:
10398         * pdf/ev-poppler.cc:
10399         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10400         * shell/ev-jobs.h:
10401         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10402         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10403         (ev_pixbuf_cache_get_text_mapping):
10404         * shell/ev-pixbuf-cache.h:
10405         * shell/ev-view.c: (location_in_text),
10406         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10407         support to EvView.  Now we can see where we can select!  Sweet!
10408
10409 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10410
10411         * shell/ev-view.c (ev_view_button_press_event): Fix
10412         event->y + view->scroll_x typo.
10413
10414 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10415
10416         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10417         sub-GdkPixbuf instead of passing dest_x and dest_y.
10418         
10419         * shell/ev-view.c: (view_point_to_doc_point),
10420         (view_rect_to_doc_rect), (ev_view_button_press_event),
10421         (ev_view_motion_notify_event), (compute_new_selection_rect),
10422         (gdk_rectangle_point_in), (compute_new_selection_text),
10423         (compute_selections): Update selection code to keep the selection
10424         around as two points and not as a normalized rectangle, and fix
10425         page level selection in two-column mode.
10426
10427 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10428
10429         * shell/ev-window.c: (window_configure_event_cb): 
10430         
10431         Fix compilation
10432         
10433 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10434
10435         * pdf/ev-poppler.cc:
10436
10437         Fix compilation
10438
10439 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10440
10441         * shell/Makefile.am:
10442         * shell/ev-metadata-manager.c: (item_free),
10443         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10444         (parse_value), (parseItem), (load_values),
10445         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10446         (save_values), (save_item), (get_oldest), (resize_items),
10447         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10448         * shell/ev-metadata-manager.h:
10449
10450         Metadata manager from gedit but modified to use GValue, so that
10451         we dont need to keep converting from strings.
10452
10453         * configure.ac:
10454
10455         ENABLE_METADATA conditional, on when dbus is on
10456
10457         * shell/ev-application.c: (ev_application_open_uri):
10458
10459         Show the window after load so that we can initialize
10460         window size before it's showed.
10461
10462         * shell/ev-window.c: (ev_window_setup_from_metadata),
10463         (ev_window_open_uri), (window_configure_event_cb),
10464         (ev_window_init):
10465
10466         Save and load metadata information about window size.
10467         Not yet keeping states in account.
10468
10469         * shell/main.c: (main):
10470
10471         Shutdown metadata manager.
10472
10473 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10474
10475         * shell/ev-application-service.xml:
10476         * configure.ac:
10477         * shell/Makefile.am:
10478         * shell/ev-application.c:
10479         * shell/ev-application.h:
10480         * shell/ev-window.c:
10481         * shell/ev-window.h:
10482         * shell/main.c:
10483
10484         Add an optional dbus interface (--enable-dbus).
10485         Rework application code, mainly to be easier to
10486         use "remotely".
10487         Do not open multiple windows with the same document,
10488         spatial evince!
10489
10490 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10491
10492         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10493         pixbuf iff it exists.
10494
10495 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10496
10497         * shell/*:
10498         * backend/ev-render-context.[ch]:
10499         * backend/ev-selection.[ch]:
10500
10501         Massive changes.  We now support text selection of pdfs, and not
10502         just rectangular selection.  This is pretty broken still, but I
10503         want to get something into CVS.
10504
10505 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10506
10507         * pdf/ev-poppler.cc:
10508         
10509         Fix for Bug 309080: crash on window close.
10510         
10511         * shell/ev-page-action.c: (page_changed_cb):
10512         
10513         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10514         jensgr@gmx.net (Jens Granseuer).
10515
10516 2005-06-25  Marcel Telka  <marcel@telka.sk>
10517
10518         * configure.in (ALL_LINGUAS): Added sk.
10519
10520 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10521
10522         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10523         not a document open
10524
10525 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10526
10527         * NEWS:
10528         * configure.ac:
10529
10530         Release 0.3.2
10531
10532         * cut-n-paste/recent-files/Makefile.am:
10533
10534         Fix make distcheck
10535
10536 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10537
10538         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10539         (pixbuf_document_set_orientation), (rotate_pixbuf),
10540         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10541         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10542
10543         Implement rotation and cleanup the code a bit.
10544
10545         * tiff/tiff-document.c: (tiff_document_get_page_size),
10546         (tiff_document_get_orientation), (tiff_document_set_orientation),
10547         (rotate_pixbuf), (tiff_document_render_pixbuf),
10548         (tiff_document_document_iface_init), (tiff_document_init):
10549
10550         Implement rotation. Was the quicker solution for the release
10551         but we really need to share this code in the shell.
10552
10553 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10554
10555         * pdf/ev-poppler.cc:
10556
10557         Enable rotation, require poppler cvs. Fix a leak.
10558
10559 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10560
10561         * shell/ev-window.c: (update_action_sensitivity):
10562         
10563         Make properties unsensitive if document backend doesn't provide
10564         any info
10565
10566 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10567
10568         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10569         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10570         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10571         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10572         (bitmap_flip_rotate_counter_clockwise):
10573         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10574         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10575         (buff_gets):
10576         * dvi/mdvi-lib/common.h:
10577         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10578         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10579         (opendvi), (mdvi_reload), (mdvi_init_context),
10580         (mdvi_destroy_context), (mdvi_dopage), (special):
10581         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10582         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10583         (file_hash_free), (register_encoding), (parse_spec),
10584         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10585         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10586         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10587         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10588         (mdvi_register_font_type), (mdvi_unregister_font_type),
10589         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10590         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10591         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10592         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10593         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10594         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10595         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10596         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10597         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10598         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10599         (mdvi_unregister_special), (mdvi_flush_specials):
10600         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10601         (t1_font_remove):
10602         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10603         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10604         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10605         (free_font_metrics), (flush_font_metrics):
10606         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10607         (tt_font_remove):
10608         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10609         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10610         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10611         (dstring_insert), (dstring_new), (dstring_reset):
10612         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10613         
10614         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10615         avoid conflict with libtool on FC4
10616         
10617         * shell/ev-window.c: (ev_window_cmd_help_about):
10618         
10619         Update copyright year. Fix for bug 308828.
10620
10621 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10622
10623         * shell/ev-view.c: (add_scroll_binding_keypad),
10624         (ev_view_binding_activated), (ev_view_class_init),
10625         (on_adjustment_value_changed):
10626         
10627         Bug 170874: Arrow keys switch pages in presentation mode
10628
10629 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10630
10631         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10632         
10633         Fix for Bug 308265: Sidebar dissappears coming out of 
10634         Presentation mode
10635
10636 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10637
10638         * shell/ev-application.c: (ev_application_open):
10639         * shell/ev-document-types.c: (ev_document_types_add_filters),
10640         (ev_document_types_add_filters_for_type):
10641         * shell/ev-document-types.h:
10642         * shell/ev-window.c: (ev_window_cmd_save_as):
10643         
10644         Suggest basename as template when saving, provide filters
10645         for save dialog. It's bug 308402
10646
10647 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10648
10649         * pdf/ev-poppler.cc:
10650         * shell/ev-sidebar-links.c: (job_finished_callback):
10651         * shell/ev-view.c: (update_find_status_message):
10652         
10653         Some leaks fixed
10654
10655 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10656
10657         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10658         (egg_recent_view_uimanager_set_list):
10659
10660         Fix buglet in !show_numbers case.
10661
10662 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10663
10664         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10665         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10666
10667         Use pango ellipsisation.
10668
10669         * pdf/ev-poppler.cc:
10670
10671         Fix refcount leak, from nsh.
10672
10673 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10674
10675         * cut-n-paste/recent-files/Makefile.am:
10676         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10677         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10678         
10679         Removed EggRecentViewGtk
10680         
10681         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10682         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10683         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10684         (ev_window_setup_recent):
10685         
10686         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10687         with other projects
10688
10689 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10690
10691         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10692         (egg_recent_view_gtk_finalize):
10693
10694         Fix memory leak
10695
10696         * cut-n-paste/toolbar-editor/Makefile.am:
10697         
10698         Fix location of cursor icon.
10699         
10700         * pdf/ev-poppler.cc:
10701         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10702         (display_completion_text), (match_completion):
10703         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10704         (selection_changed_callback), (create_loading_model),
10705         (print_section_cb), (links_page_num_func),
10706         (update_page_callback_foreach):
10707         * shell/ev-window.c: (ev_window_dispose):
10708         
10709         Small memory fixes. Links model now store objects instead
10710         of pointers to improve memory management. 
10711
10712 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10713
10714         * shell/ev-window.c: (zoom_control_changed_cb):
10715         
10716         Fix update of zoom control (bug 308268).
10717
10718 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10719
10720         * shell/ev-properties.c (set_property): escape the text correctly.
10721         Handles non-UTF-8 properties and escaped properties.  Also, sets
10722         the text to "<i>None</i>" if the property isn't set.
10723
10724         * data/evince-properties.glade: Change the label to be ellipsized,
10725         and give it a minimum size.
10726
10727 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10728
10729         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10730         * shell/ev-sidebar-links.c: (create_loading_model):
10731         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10732         * shell/ev-view.c: (ev_view_set_document):
10733         * shell/ev-window.c: (ev_window_dispose):
10734         
10735         Various small fixes, mostly memory leaks. Thanks to valgrind.
10736
10737 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10738
10739         * ps/ps-document.c: remove the locale.h include again ;-). And
10740         kill the (bogus) setlocale/savelocale business.
10741
10742 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10743
10744         * ps/ps-document.c:
10745         
10746         Include locale.h to fix build
10747         
10748         * shell/ev-sidebar.c:
10749         
10750         Remove unnecessary includes
10751
10752 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10753
10754         * dvi/dvi-document.c: (dvi_document_load):
10755         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10756         * po/POTFILES.in:
10757         
10758         Check for incorrect dvi files. Fix parsing dvi on AMD64
10759         platform. Thanks to tester@tester.ca (Olivier Crete).
10760
10761 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10762
10763         * shell/ev-page-action.c: (match_selected_cb),
10764         (display_completion_text), (match_completion), (update_model):
10765         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10766         (expand_open_links):
10767         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10768         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10769         (ev_sidebar_set_document):
10770         * shell/ev-window.c: (ev_window_xfer_job_cb),
10771         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10772         
10773         Fixed lot's of memory leaks, for example, memory leak on reload, 
10774         described in bug 307793.
10775
10776 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10777
10778         * pdf/ev-poppler.cc:
10779         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10780         (update_visible_range), (adjustment_changed_cb),
10781         (ev_sidebar_thumbnails_fill_model),
10782         (ev_sidebar_thumbnails_refresh),
10783         (ev_sidebar_tree_selection_changed),
10784         (ev_sidebar_icon_selection_changed),
10785         (ev_sidebar_thumbnails_use_icon_view),
10786         (ev_sidebar_thumbnails_set_document):
10787         * shell/ev-sidebar-thumbnails.h:
10788         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10789         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10790
10791         Refresh thumbnails when changing orientation. Not fully
10792         working yet becuase of a sidebar bug.
10793
10794         Set page orientation to poppler page everywhere. This sucks
10795         really need to fix poppler.
10796
10797 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10798
10799         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10800         (egg_recent_view_gtk_new_menu_item),
10801         (egg_recent_view_gtk_set_property),
10802         (egg_recent_view_gtk_get_property),
10803         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10804         (egg_recent_view_gtk_set_tooltip_func),
10805         (egg_recent_view_gtk_set_label_width),
10806         (egg_recent_view_gtk_get_label_width):
10807         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10808
10809         Sync with libegg (ellipsize labels)
10810
10811 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10812
10813         * data/evince-ui.xml:
10814         * shell/ev-window.c: (ev_window_cmd_go_forward),
10815         (ev_window_cmd_go_backward):
10816         
10817         Shift + PageUp moves 10 Pages. Fix for 306125
10818
10819 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10820
10821         * pdf/ev-poppler.cc:
10822
10823         Add a flag to check if orientation has been overriden
10824
10825 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10826
10827         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10828         field if necessary.
10829
10830         * ps/ps.h: add creator field to document.
10831
10832         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10833         set creator field.
10834
10835 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10836
10837         * data/evince-properties.glade:
10838         * shell/ev-properties.c: (ev_properties_set_document):
10839
10840         s/PDF Version/Format
10841
10842 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10843
10844         * shell/ev-properties.c: (ev_properties_set_document):
10845
10846         Remove unnecessary translations
10847
10848 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10849
10850         * cut-n-paste/toolbar-editor/Makefile.am:
10851
10852         Correct library name    
10853
10854 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10855
10856         * configure.ac:
10857         * cut-n-paste/recent-files/egg-recent-model.c:
10858         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10859         (egg_recent_model_unlock_file):
10860         * cut-n-paste/recent-files/egg-recent-util.c:
10861         (egg_recent_util_get_unique_id):
10862         * cut-n-paste/recent-files/update-from-egg.sh:
10863         * cut-n-paste/toolbar-editor/Makefile.am:
10864         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10865         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10866         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10867         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10868         (egg_toolbars_model_get_type):
10869         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10870
10871         Better makefile for toolbar editor and update everything
10872         to latest libegg.
10873
10874 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10875
10876         * shell/ev-window.c: (update_document_mode):
10877
10878         Prefer presentation mode when the document
10879         require fullscreen.
10880
10881 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10882
10883         * data/evince-ui.xml:
10884         * shell/ev-window.c:
10885
10886         Add control-equal for zooming
10887
10888 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10889
10890         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10891
10892 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10893
10894         * backend/ev-document.c: (ev_document_get_orientation):
10895         * backend/ev-document.h:
10896         * pdf/ev-poppler.cc:
10897         * ps/ps-document.c: (ps_document_get_orientation),
10898         (ps_document_set_orientation), (ps_document_document_iface_init):
10899
10900         Add a get_orientation api. Improve set_orientation.
10901
10902         * data/evince-ui.xml:
10903         * shell/ev-view.c: (ev_view_set_orientation),
10904         (ev_view_rotate_right), (ev_view_rotate_left):
10905         * shell/ev-view.h:
10906         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10907         (ev_window_cmd_edit_rotate_right):
10908
10909         Better ui for changing document orientation
10910
10911 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10912
10913         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10914         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10915         * shell/ev-sidebar-links.h:
10916         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10917         (ev_sidebar_page_iface_init):
10918         * shell/ev-sidebar-page.h:
10919         * shell/ev-sidebar-thumbnails.c:
10920         (ev_sidebar_thumbnails_get_property),
10921         (ev_sidebar_thumbnails_class_init),
10922         (ev_sidebar_thumbnails_set_document):
10923         * shell/ev-sidebar-thumbnails.h:
10924         * shell/ev-view.c: (ev_view_motion_notify_event):
10925         * shell/ev-window.c: (update_chrome_visibility),
10926         (ev_window_cmd_focus_page_selector),
10927         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10928         (sidebar_page_main_widget_update_cb), (ev_window_init):
10929         
10930         Autoraise toolbar on GoToPage binding and fix bindings in
10931         EvSidebarThumbnails page.
10932
10933 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10934
10935         * shell/ev-properties.c: (update_progress_label):
10936
10937         Hide the progress label when finished; bug #307697.
10938
10939 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10940
10941         * pdf/ev-poppler.cc:
10942
10943         Enable is_open for links, you will need poppler cvs
10944
10945         * shell/ev-properties.c: (job_fonts_finished_cb):
10946
10947         Get a lock on the document when filling the tree view
10948
10949 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10950
10951         * backend/ev-document-links.h:
10952         * pdf/ev-poppler.cc:
10953         * shell/ev-sidebar-links.c: (create_loading_model),
10954         (expand_open_links), (job_finished_callback):
10955
10956         Expand links when specified by the document.
10957         Depend on a poppler api (defined out for now)
10958
10959 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10960
10961         * shell/ev-properties.c: (ev_properties_dispose),
10962         (ev_properties_class_init), (dialog_destroy_cb),
10963         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10964         (ev_properties_set_document), (ev_properties_new),
10965         (ev_properties_show):
10966         * shell/ev-properties.h:
10967
10968         Make it an object, cleanup the code, api to show it as transient
10969         and to set the document.
10970
10971         * shell/ev-window.c: (ev_window_setup_document),
10972         (ev_window_cmd_file_properties):
10973
10974         Adapt to EvProperties changes, do not show multiple
10975         times, update it when document changes.
10976
10977 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10978
10979         * ps/gstypes.h:
10980         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10981         (ps_document_set_orientation), (ps_document_document_iface_init):
10982         * ps/ps-document.h:
10983
10984         Implement orientation here too
10985
10986         * shell/ev-properties.c: (ev_properties_new):
10987         * data/evince-properties.glade:
10988
10989         Hide the fonts page for backends that doesnt
10990         support it.     
10991
10992 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10993
10994         * backend/ev-document.c: (ev_document_set_orientation):
10995         * backend/ev-document.h:
10996         * pdf/ev-poppler.cc:
10997
10998         Add orientation api. Currently poppler api is not optimal,
10999         we need to set orientation every time we _get a page.
11000         I will try to fix that at some point.
11001
11002         * data/evince-ui.xml:
11003         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
11004         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
11005
11006         Add orientation menu items
11007
11008         * shell/ev-page-cache.c: (ev_page_cache_clear):
11009         * shell/ev-page-cache.h:
11010
11011         Add api to clear the cache
11012
11013         * shell/ev-view.c: (setup_caches), (clear_caches),
11014         (ev_view_set_document), (ev_view_zoom_out),
11015         (ev_view_set_orientation):
11016         * shell/ev-view.h:
11017
11018         Implement orientation changing
11019
11020 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
11021
11022         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
11023         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
11024         * backend/ev-document-fonts.h:
11025
11026         Separate scan and fill so that we can incrementally fill from
11027         the main thread. Add a progress api.
11028
11029         * data/evince-properties.glade:
11030         * pdf/ev-poppler.cc:
11031         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
11032         * shell/ev-jobs.h:
11033         * shell/ev-properties.c: (update_progress_label),
11034         (job_fonts_finished_cb), (setup_fonts_view):
11035
11036         Incrementally feel the list and show the progress
11037         percentage in a label like acrobat does.
11038
11039         You are going to need poppler cvs
11040
11041 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
11042
11043         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
11044         * backend/ev-document-fonts.h:
11045         * pdf/ev-poppler.cc:
11046
11047         Make fonts model fill incrementally.
11048
11049         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
11050         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
11051         (ev_job_queue_remove_job):
11052         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
11053         (ev_job_fonts_new), (ev_job_fonts_run):
11054         * shell/ev-jobs.h:
11055
11056         New job for fonts scanning
11057
11058         * shell/ev-properties.c: (job_fonts_finished_cb),
11059         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
11060         * shell/ev-properties.h:
11061         * shell/ev-window.c: (ev_window_cmd_file_properties):
11062
11063         Incrementally feel the treeview using the new job. Show Loading...
11064         message until scanning is completed.
11065
11066         Hopefully I didnt break the build without the poppler patch.
11067
11068 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11069
11070         * shell/ev-application.c: (ev_application_open):
11071         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
11072         (ev_document_type_get_type), (ev_document_type_lookup):
11073         * shell/ev-document-types.h:
11074         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
11075         * shell/ev-job-xfer.h:
11076         * shell/ev-window.c: (ev_window_clear_local_uri),
11077         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
11078         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
11079         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11080         
11081         Transfer remote documents to tmp directory to display them later.
11082
11083 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
11084
11085         * backend/ev-document-info.h:
11086         * shell/ev-properties.c: (ev_properties_new):
11087
11088         s/GTime*/GTime. Not sure why we was using a pointer
11089         at all there!
11090
11091 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11094         situations.  That situation is that you're using GTK+-HEAD with
11095         the patch at #306726 is applied, and you have a document with <
11096         1500 pages in it.  It's not quite as uniformly nice as the
11097         TreeView, but should be better in the long run.
11098
11099         I'm pretty sure I guarded against breaking compilation with
11100         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11101         I missed some.
11102
11103         * shell/ev-window.c (ev_window_init): We don't have our tree/list
11104         widget yet, so I commented that code out
11105         enable_view_actions_for_widget() for now.  Need to figure this
11106         out.
11107
11108         * shell/ev-page-action.c (match_selected_cb): emit the right
11109         signals.  Our cool C-l completion now works.
11110
11111 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11112
11113         * backend/Makefile.am:
11114         * backend/ev-document-fonts.c:
11115         * backend/ev-document-links.c:
11116         * backend/ev-document.c: (ev_document_load):
11117         * backend/ev-document.h:
11118         * backend/ev-job-queue.c:
11119         * backend/ev-job-queue.h:
11120         * backend/ev-jobs.c:
11121         * backend/ev-jobs.h:
11122         * backend/ev-page-cache.c:
11123         * backend/ev-page-cache.h:
11124
11125         EvPageCache and EvJobs are moved to shell.
11126
11127         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11128         (ev_tmp_filename):
11129         * lib/ev-file-helpers.h:
11130         
11131         New helper to work with temporary files
11132         
11133         * shell/Makefile.am:
11134         * shell/ev-application.c: (ev_application_open):
11135         * shell/ev-application.h:
11136         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11137         (remove_job_from_async_queue), (add_job_to_async_queue),
11138         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11139         (handle_job), (search_for_jobs_unlocked),
11140         (no_jobs_available_unlocked), (ev_render_thread),
11141         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11142         (ev_job_queue_add_job), (move_job_async), (move_job),
11143         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11144         * shell/ev-job-queue.h:
11145         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11146         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11147         * shell/ev-job-xfer.h:
11148         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11149         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11150         (ev_job_links_class_init), (ev_job_render_init),
11151         (ev_job_render_dispose), (ev_job_render_class_init),
11152         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11153         (ev_job_thumbnail_class_init), (ev_job_load_init),
11154         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11155         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11156         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11157         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11158         * shell/ev-jobs.h:
11159         * shell/ev-page-action.c: (ev_page_action_set_document):
11160         * shell/ev-page-cache.c: (ev_page_cache_init),
11161         (ev_page_cache_class_init), (ev_page_cache_finalize),
11162         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11163         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11164         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11165         (ev_page_cache_get_title), (ev_page_cache_get_size),
11166         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11167         (ev_page_cache_get_height_to_page),
11168         (ev_page_cache_get_max_label_chars),
11169         (ev_page_cache_get_page_label),
11170         (ev_page_cache_has_nonnumeric_page_labels),
11171         (ev_page_cache_get_info), (ev_page_cache_next_page),
11172         (ev_page_cache_prev_page), (ev_page_cache_get):
11173         * shell/ev-page-cache.h:
11174         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11175         (ev_pixbuf_cache_clear_job_sizes),
11176         (ev_pixbuf_cache_add_jobs_if_needed),
11177         (ev_pixbuf_cache_set_page_range):
11178         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11179         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11180         * shell/ev-sidebar-thumbnails.c:
11181         (ev_sidebar_tree_selection_changed),
11182         (ev_sidebar_thumbnails_set_document):
11183         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11184         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11185         (ev_statusbar_get_context_id), (ev_statusbar_push),
11186         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11187         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11188         (ev_statusbar_set_progress):
11189         * shell/ev-statusbar.h:
11190         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11191         (ev_view_find_previous):
11192         * shell/ev-window.c: (ev_window_is_empty),
11193         (ev_window_setup_document), (password_dialog_response),
11194         (ev_window_clear_jobs), (ev_window_load_job_cb),
11195         (ev_window_xfer_job_cb), (ev_window_open_uri),
11196         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11197         (ev_window_print), (ev_window_print_range),
11198         (ev_window_state_event), (ev_window_cmd_view_reload),
11199         (menu_item_select_cb), (menu_item_deselect_cb),
11200         (view_status_changed_cb), (ev_window_dispose),
11201         (drag_data_received_cb), (ev_window_init):
11202         * shell/ev-window.h:
11203         * shell/main.c: (load_files):
11204         
11205         New statusbar to show progress on idle. Two new jobs - 
11206         xfer job and load job to load document in background. And update
11207         of page_cache clients to new location of code.
11208
11209 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11210
11211         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11212         selection in open dialog. It also remembers the last visited directory 
11213         in the current session.
11214
11215 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11216
11217         * shell/ev-properties.c: (ev_properties_new):
11218         * shell/ev-properties.h:
11219         * shell/ev-window.c: (ev_window_cmd_file_properties):
11220         
11221         Get document info from page cache instead of document itself.
11222         This should fix crash related to race conditions described in
11223         bug 306545.
11224
11225 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * ps/ps-document.c: (ps_document_init),
11228         (send_ps), (get_page_box), (output), (catchPipe), (input),
11229         (stop_interpreter), (file_length), (file_readable),
11230         (check_filecompressedb), (ps_document_enable_interpreter),
11231         (document_load), (ps_async_renderer_render_pixbuf):
11232         * ps/ps-document.h:
11233
11234         Big cleanup of the ps code
11235
11236 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11237
11238         * backend/Makefile.am:
11239         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11240         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11241         * backend/ev-async-renderer.h:
11242
11243         Add an async renderer interface (method + callback) which
11244         is useful for backends like ps.
11245
11246         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11247         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11248         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11249         (ev_job_queue_add_job), (move_job_async), (move_job),
11250         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11251
11252         Add queues for async renderer, these are executed on the
11253         main thread.
11254
11255         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11256         (ev_job_render_run):
11257         * backend/ev-jobs.h:
11258
11259         If the backend support async renderer interface use it.
11260
11261         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11262         (setup_pixmap), (ps_document_get_type),
11263         (ps_async_renderer_render_pixbuf),
11264         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11265
11266         Implement async renderer interface.
11267
11268 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11269
11270         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11271
11272         Cleanup links job on exit.
11273
11274 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11275
11276         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11277         (drag_data_get_cb), (drag_data_received_cb):
11278         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11279         (drag_data_get_cb), (parse_item_list),
11280         (egg_toolbar_editor_load_actions):
11281         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11282         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11283         (parse_item_list), (parse_toolbars):
11284         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11285         (dvi_pixbuf_put_pixel):
11286         
11287         Fix gcc 4.0 warnings
11288
11289 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11290
11291         * ps/ps-document.c: (start_interpreter):
11292
11293         Fix warning when loading ps
11294
11295 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11296
11297         * ps/ps-document.c: (output):
11298
11299         Fix crash when priting gs error messages.
11300
11301 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11302
11303         * backend/ev-page-cache.c: (_ev_page_cache_new):
11304         * backend/ev-page-cache.h:
11305
11306         Use a const to return title so that we dont double
11307         free it. Small cleanup and fix a leak.
11308
11309         * shell/ev-window.c: (update_window_title):
11310
11311         strdup value from get_title.
11312
11313 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11314
11315         * shell/ev-sidebar-links.c: (job_finished_callback),
11316         (ev_sidebar_links_set_document):
11317
11318         Cleanup the old job when changing document
11319
11320 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11321
11322         * shell/ev-stock-icons.c:
11323         * shell/ev-stock-icons.h:
11324         * shell/ev-window.c:
11325         
11326         Add stock icons for actions that can appear in toolbar. Fix for
11327         bug 306566.
11328
11329 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11330
11331         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11332         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11333         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11334         * backend/ev-page-cache.h:
11335         * shell/ev-view.c: (scroll_to_current_page),
11336         (view_update_range_and_current_page), (get_page_y_offset),
11337         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11338         (ev_view_size_request_continuous),
11339         (ev_view_zoom_for_size_continuous_and_dual_page),
11340         (ev_view_zoom_for_size_continuous):
11341         
11342         More compact EvView layout in document with pages of different size.
11343
11344 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11345
11346         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11347         compilation.
11348
11349 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11350
11351         * shell/ev-view.c: (view_set_adjustment_values):
11352         * shell/ev-window.c: (ev_window_cmd_file_properties):
11353         
11354         A bit different fix for rounding problem but it has no
11355         problems on startup. Make properties window transient to parent.
11356
11357 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11358
11359         * pdf/ev-poppler.cc:
11360         
11361         More commenting of font stuff.
11362
11363 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11364
11365         * pdf/ev-poppler.cc:
11366
11367         Comment out some more fonts stuff. Should really
11368         work without the poppler patch now.
11369
11370 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11371
11372         * pdf/ev-poppler.cc:
11373
11374         Adapt to api change
11375
11376 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11377
11378         * data/evince-properties.glade:
11379         * pdf/ev-poppler.cc:
11380         * shell/ev-properties.c: (setup_fonts_view):
11381
11382         Set the column title. Show the dialog only
11383         once everything is setup.
11384         Getting font info can be very slow... will
11385         prolly need to make this threaded too.
11386
11387 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11388
11389         * backend/Makefile.am:
11390         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11391         (ev_document_fonts_get_fonts_model):
11392         * backend/ev-document-fonts.h:
11393         * data/evince-properties.glade:
11394         * pdf/ev-poppler.cc:
11395         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11396         * shell/ev-properties.h:
11397         * shell/ev-window.c: (ev_window_cmd_file_properties):
11398
11399         Implement fonts list. Defined out for now, since it depends
11400         on a not yet committed poppler patch.
11401
11402 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11403
11404         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11405         page + 1.
11406
11407         * shell/ev-window.c: Make sure we add the timeout when we get a
11408         focus-in event.
11409
11410         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11411         adjustment->value before calculating the zoom factor to average
11412         out all of our rounding errors.  The page no longer 'drifts' when
11413         resizing.
11414
11415 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11416
11417         * data/evince-properties.glade:
11418         * shell/ev-properties.c: (ev_properties_format_date),
11419         (set_property):
11420         
11421         Labels don't expand when the dialogue is resized.
11422         strftime result needs to be converted to UTF-8. Thanks
11423         to Christian Persch <chpe@gnome.org>.
11424
11425 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11426
11427         * data/evince-properties.glade:
11428
11429         Hide the fonts tab
11430
11431 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11432
11433         * backend/ev-document-info.h:
11434         * backend/ev-document.c: (ev_document_info_free):
11435         * data/evince-properties.glade:
11436         * pdf/ev-poppler.cc:
11437         * ps/ps-document.c: (ps_document_get_info):
11438         * shell/ev-properties.c: (ev_properties_format_date),
11439         (set_property), (ev_properties_new):
11440         * shell/ev-properties.h:
11441         * shell/ev-window.c: (ev_window_cmd_file_properties):
11442
11443         Rework properties code to take only EvPropertyInfo
11444         in the constructor so that it can be useful for
11445         nautilus plugin too.
11446
11447         Deal with backends that doesnt support some properties.
11448         Make set property code generic.
11449
11450 2005-06-04  Christian Persch <chpe@gnome.org>
11451
11452         * data/evince-properties.glade:
11453
11454         fix spacings, make resizeable, and make data labels
11455         selectable + ellipsised
11456
11457 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11458
11459         * backend/ev-document-info.h:
11460         * data/Makefile.am:
11461         * data/evince-ui.xml:
11462         * pdf/ev-poppler.cc:
11463         * shell/Makefile.am:
11464         * shell/ev-window.c: (update_action_sensitivity),
11465         (ev_window_cmd_file_properties):
11466
11467         Initial go at file properties. Patch by
11468         Emil Soleyman-Zomalan <emil@soleyman.com>.
11469         Needs love see #169583
11470
11471 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11472
11473         * ps/ps-document.c: (output):
11474         * ps/ps.c: (psscan):
11475
11476         Try to render even if psscan fails.
11477
11478 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11479
11480         * ps/ps.c: (psscan), (pscopydoc):
11481
11482         Port buffered reading code from gv
11483
11484 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11485
11486         * ps/ps-document.c: (interpreter_message), (output):
11487
11488         Do not fail on interpreter messages
11489
11490 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11491
11492         * backend/ev-document-misc.c:
11493         (ev_document_misc_get_thumbnail_frame):
11494
11495         Pages can be 0 x 0, dont assert on this case
11496
11497 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11498
11499         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11500         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11501
11502         Correctly manage our reference on document. Finally the reload
11503         huge leak is gone...
11504
11505 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11506
11507         * ps/ps-document.c: (ps_document_dispose):
11508
11509         Forgot to chain it to the parent. Thanks chpe.
11510
11511 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * ps/ps-document.c: (ps_document_dispose),
11514         (ps_document_class_init), (stop_interpreter), (document_load):
11515
11516         Cleanup dispose a bit. Dont leak the whole pixmap.
11517
11518 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11519
11520         * pdf/ev-poppler.cc:
11521
11522         Release the poppler document on dispose
11523
11524 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11525
11526         * shell/ev-view.c: (ev_view_set_document):
11527
11528         Release ref on the pixbuf cache when changing
11529         document.
11530
11531 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11532
11533         * ps/ps-document.c: (ps_document_get_info):
11534
11535         Fix a double free
11536
11537 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11538
11539         * backend/ev-page-cache.c: (ev_page_cache_init),
11540         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11541         * backend/ev-page-cache.h:
11542         * shell/ev-page-action.c: (page_changed_cb):
11543         
11544         Set page action entry width depending on labels width. Fix
11545         for bug 305202.
11546
11547 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11548
11549         * backend/ev-link.c: (ev_link_class_init):
11550
11551         Allow -1 as page value (error)
11552
11553 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11554
11555         * shell/ev-sidebar-thumbnails.c:
11556         (ev_sidebar_thumbnails_set_document):
11557         * shell/ev-view.c: (scroll_to_current_page),
11558         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11559         (page_changed_cb), (on_adjustment_value_changed),
11560         (ev_view_set_document):
11561
11562         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11563         Fix bug 305377
11564
11565 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11566
11567         * configure.ac:
11568         * djvu/djvu-document.c: (djvu_document_get_page_size):
11569
11570         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11571         bug 301993.
11572
11573 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11574
11575         * shell/ev-view.c (draw_one_page): modify the expose handling to
11576         get the shadows.
11577
11578         * shell/ev-window.c (update_action_sensitivity): Respect
11579         permissions field.  Kowtow to the man.
11580
11581         * pdf/ev-poppler.cc: Get the permissions field.
11582
11583         * tiff/*c: Make a tiny bit more robust.
11584
11585 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11586
11587         * djvu/djvu-document.c:
11588         
11589         Pop messages from djvu context message queue.
11590
11591 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11592
11593         * configure.ac, Makefile.am, shell/Makefile.am:
11594         * tiff/Makefile.am, shell/ev-document-types.c:
11595         
11596         Cleanup tiff configure checks. Fix for bug 305218.
11597
11598 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11599
11600         * configure.ac: Added "uk" to ALL_LINGUAS.
11601
11602 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11603
11604         * cut-n-paste/zoom-control/ephy-zoom.c:
11605         (ephy_zoom_get_changed_zoom_level):
11606         * cut-n-paste/zoom-control/ephy-zoom.h:
11607         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11608         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11609         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11610         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11611         (zoom_control_changed_cb), (ev_window_init):
11612         
11613         Fix minor points related to moving best fit up. Introduce
11614         "zoom" property and make zoom control change it's value on
11615         notify::zoom signals. Fix for 305080.
11616
11617 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11618
11619         * data/evince-ui.xml:
11620         * shell/ev-window.c: (set_view_actions_sensitivity):
11621         
11622         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11623
11624 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11625
11626         * configure.ac:
11627
11628         Depends on poppler 0.3.2
11629
11630 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11631
11632         * cut-n-paste/recent-files/egg-recent-item.c:
11633         (egg_recent_item_get_short_name):
11634         * cut-n-paste/toolbar-editor/Makefile.am:
11635         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11636         (new_pixbuf_from_widget):
11637         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11638         * cut-n-paste/toolbar-editor/egg-marshal.c:
11639         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11640         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11641
11642         Sync
11643
11644 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11645
11646         * tiff/tiff-document.c: Rough TIFF backend.
11647
11648 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11649
11650         * NEWS:
11651         * configure.ac:
11652         * cut-n-paste/toolbar-editor/Makefile.am:
11653
11654         Release 0.3.1
11655
11656 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11657
11658         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11659         (ev_view_find_next), (ev_view_find_previous):
11660
11661         Remove the locks around get_n_results   
11662
11663 2005-05-21  Juerg Billeter  <j@bitron.ch>
11664
11665         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11666
11667         Pass correct number of pages to poppler.
11668
11669 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11670
11671         * configure.ac:
11672         * data/Makefile.am:
11673         * data/evince.desktop.in: 
11674         * data/evince.desktop.in.in:
11675         * po/POTFILES.in:
11676         
11677         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11678
11679 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11680
11681         * shell/ev-view.c: (view_update_adjustments),
11682         (view_set_adjustment_values): cast adjustmen->value to (int)
11683         before using it.  Otherwise, we get off by a pixel in some
11684         situations.
11685
11686         (draw_one_page): Draw the border on expose.
11687
11688 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11689
11690         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11691         adjustment when the mode changes, #304923
11692
11693 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11694
11695         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11696         flickering on resize but still use gdk_window_scroll on
11697         scrolling
11698
11699 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11700
11701         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11702         option, #170458
11703
11704 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11705
11706         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11707         second page on page_changed if possible, #304669
11708
11709 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11710
11711         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11712         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11713
11714 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11715
11716         * .cvsignore:
11717         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11718         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11719         (ev_view_zoom_for_size_presentation),
11720         (ev_view_zoom_for_size_continuous_and_dual_page),
11721         (ev_view_zoom_for_size_continuous),
11722         (ev_view_zoom_for_size_dual_page),
11723         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11724         * shell/ev-view.h:
11725         * shell/ev-window.c: (update_view_size),
11726         (ev_window_sizing_mode_changed_cb):
11727
11728         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11729         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11730         an infinite loop, #304769
11731
11732
11733 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11734
11735         * data/evince-ui.xml:
11736         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11737         * shell/ev-window.c: (set_view_actions_sensitivity):
11738
11739         Make PgUp/Down behave like Space
11740
11741 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11742
11743         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11744         * backend/ev-ps-exporter.h:
11745         * pdf/ev-poppler.cc:
11746         * ps/ps-document.c: (ps_document_ps_export_begin):
11747         * shell/ev-print-job.c: (idle_print_handler):
11748
11749         Adapt to new poppler api
11750
11751 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11752
11753         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11754         (ephy_zoom_control_init):
11755
11756         Translate zoom levels
11757
11758 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11759
11760         * cut-n-paste/zoom-control/ephy-zoom.c:
11761         (ephy_zoom_get_zoom_level_index):
11762
11763         Fix current zoom -> zoom control match
11764
11765 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11766
11767         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11768         rather than the scrolled_window that it's in. Fixes bug #304655.
11769
11770 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11771
11772         * shell/ev-view.c: (view_update_adjustments),
11773         (view_set_adjustment_values), (view_update_range_and_current_page),
11774         (view_scroll_to_page), (set_scroll_adjustment),
11775         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11776         (ev_view_scroll), (ev_view_scroll_view),
11777         (ensure_rectangle_is_visible), (find_page_at_location),
11778         (get_link_at_location), (go_to_link), (status_message_from_link),
11779         (ev_view_size_request_continuous_dual_page),
11780         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11781         (ev_view_unrealize), (ev_view_expose_event),
11782         (ev_view_button_press_event), (ev_view_motion_notify_event),
11783         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11784         (draw_rubberband), (highlight_find_results), (draw_one_page),
11785         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11786         (ev_view_init), (find_changed_cb), (page_changed_cb),
11787         (on_adjustment_value_changed), (ev_view_new),
11788         (ev_view_set_document), (ev_view_set_zoom),
11789         (ev_view_set_continuous), (ev_view_set_dual_page),
11790         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11791         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11792         (ev_view_zoom_for_size_presentation),
11793         (ev_view_zoom_for_size_continuous_dual_page),
11794         (ev_view_zoom_for_size_continuous),
11795         (ev_view_zoom_for_size_dual_page),
11796         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11797         (ev_view_get_status), (ev_view_set_status),
11798         (update_find_status_message), (ev_view_get_find_status),
11799         (ev_view_set_find_status), (jump_to_find_result),
11800         (jump_to_find_page), (compute_selections), (clear_selection),
11801         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11802         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11803         (ev_view_update_primary_selection),
11804         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11805         * shell/ev-view.h:
11806         * shell/ev-window.c: (ev_window_open_page_label),
11807         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11808         (ev_window_init):
11809         * shell/ev-window.h:
11810         * shell/main.c: (load_files):
11811
11812         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11813         when resizing.  Remove the bin_window().  Also, patch from James
11814         Bowes to fix command line page, #300641
11815         
11816 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11817
11818         * data/evince-ui.xml:
11819         * shell/ev-view.c:
11820         * shell/ev-view.h:
11821         * shell/ev-window.c: (update_action_sensitivity):
11822
11823         Get rid of View->Normal Size, it's just confusing
11824
11825 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11826
11827         * backend/ev-document-info.h:
11828         * backend/ev-document.c: (ev_document_info_free): Free the
11829         EvDocumentInfo.
11830
11831         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11832         (clear_range), (add_range), (update_visible_range),
11833         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11834         (ev_sidebar_thumbnails_set_document):
11835         * shell/ev-window.c: (ev_window_setup_document): Only render the
11836         visible thumbnails.  It takes an instant to render, but it uses
11837         much less memory.
11838
11839 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11840
11841         * shell/ev-sidebar-links.c: (popup_menu_cb):
11842
11843         Select first item
11844
11845 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11846
11847         * lib/Makefile.am:
11848         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11849         (button_press_cb), (ev_sidebar_links_construct):
11850
11851         Show the popup menu also on keybindings
11852
11853 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11854
11855         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11856         * shell/ev-window.h:
11857
11858         Expose api to print a range (with dialog). Make private _print use
11859         it.
11860
11861         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11862         (ev_sidebar_links_construct):
11863
11864         Show a print context menu on linkx, it prints the selected
11865         section.
11866
11867 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11868
11869         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11870         button.
11871
11872 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11873
11874         * AUTHORS:
11875
11876         Update
11877
11878         * shell/ev-window.c: (build_comments_string),
11879         (ev_window_cmd_help_about):
11880
11881         Show poppler version/backend and authors
11882
11883 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11884
11885         * cut-n-paste/zoom-control/ephy-zoom.c:
11886         (ephy_zoom_get_zoom_level_index):
11887         * cut-n-paste/zoom-control/ephy-zoom.h:
11888
11889         Move the best fit items at the top of the list
11890
11891 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11892
11893         * shell/ev-marshal.list:
11894         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11895         (activate_cb), (match_selected_cb), (activate_link_cb),
11896         (connect_proxy), (ev_page_action_class_init):
11897         * shell/ev-page-action.h:
11898
11899         Use signals to notify action activation. Hopefully
11900         I did not break completion since I cant test...
11901
11902         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11903         (register_custom_actions):
11904
11905         Connect to page selector actions and also grab focus on
11906         the view when activated.
11907
11908 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11909
11910         * pdf/ev-poppler.cc:
11911         * backend/ev-page-cache.c: make page size calculation consistent
11912         and set it to (int)( width * scale + 0.5).  This makes the weird
11913         line going through the middle of the page go away.
11914
11915         * shell/ev-view.c: move painting the background page after
11916         checking the expose area covers us.
11917
11918 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11919
11920         * data/evince-password.glade:
11921         
11922         Mark labels as not translatable. Fix for bug 302842.
11923
11924 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11925
11926         * configure.ac: Added "es" to ALL_LINGUAS.
11927
11928 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11929
11930         * data/evince-toolbar.xml:
11931         * shell/ev-window.c: (update_action_sensitivity),
11932         (ev_window_setup_document), (ev_window_set_page_mode),
11933         (ev_window_init):
11934
11935         Remove some leftover code from jrb first continous
11936         attempt. Use the new actions, we still need good icons
11937         though...
11938
11939 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11940
11941         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11942
11943         Update label when connecting proxy. Fix a warning with NULL
11944         page_cache.
11945
11946 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11947
11948         * data/evince-ui.xml:
11949         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11950         * shell/ev-page-action.h:
11951         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11952
11953         Add mnemonic for edit toolbar.
11954         ctrl+l focus the page entry.
11955
11956 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11957
11958         * lib/Makefile.am:
11959         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11960         (ev_window_init):
11961         * shell/main.c: (main):
11962
11963         Put the toolbar xml in evince own dot dir
11964
11965 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11966
11967         * shell/ev-window.c: (ev_window_init):
11968
11969         Make the toolbar not removable
11970
11971 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11972
11973         * data/evince-ui.xml:
11974         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11975         * shell/ev-sidebar-links.h:
11976         * shell/ev-sidebar-thumbnails.c:
11977         (ev_sidebar_thumbnails_get_treeview):
11978         * shell/ev-sidebar-thumbnails.h:
11979         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11980         (ev_view_class_init):
11981         * shell/ev-view.h:
11982         * shell/ev-window.c: (update_action_sensitivity),
11983         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11984         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11985         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11986         (ev_window_init):
11987
11988         This is evil... Make space/backspace global accelerators but
11989         enable them only for some widgets (sidebars and view).
11990         I dont like it, but I dont know a better way... :/
11991
11992 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11993
11994         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11995         (ev_page_action_widget_finalize),
11996         (ev_page_action_widget_class_init), (update_page_cache):
11997
11998         Keep a weak reference on proxy->page_cache so that we
11999         dont try to disconnect the signal if the object is already
12000         gone. Maybe there is a better way to cleanup reference handling
12001         in page action though...
12002
12003 2005-05-10  Juerg Billeter  <j@bitron.ch>
12004
12005         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
12006         * backend/ev-ps-exporter.h:
12007         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
12008         * ps/ps-document.c: (ps_document_ps_export_begin):
12009         
12010         Change api to pass print range to ps_exporter_begin. The pdf backend
12011         requires this information.
12012         
12013         * shell/ev-print-job.c: (idle_print_handler):
12014         
12015         Adapt to api change
12016
12017 2005-05-10  Juerg Billeter  <j@bitron.ch>
12018
12019         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12020         (idle_print_handler)
12021         * shell/ev-window.c: (ev_window_print):
12022
12023         Support printing page range, based on patch by Amaury Jacquot
12024
12025 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12026
12027         * data/evince-toolbar.xml:
12028
12029         Add zoom control to available items
12030
12031 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12032
12033         * shell/ev-window.c: (update_action_sensitivity):
12034
12035         Set slash action insensitive when appropriate
12036
12037 2005-05-10  Christian Persch <chpe@gnome.org>
12038
12039         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
12040
12041         Fix warning on the overflow menu
12042
12043 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12044
12045         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
12046
12047         Check for uri correctness/existence
12048
12049 2005-05-09  Juerg Billeter  <j@bitron.ch>
12050
12051         * shell/ev-window.c: (using_postscript_printer):
12052
12053         LPD printers use postscript, too
12054
12055 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12056
12057         * shell/ev-window.c: (register_custom_actions):
12058
12059         The zoom one is actually sort of useful,
12060         put it back
12061
12062 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12063
12064         * shell/ev-window.c: (register_custom_actions):
12065
12066         Hide page/zoom controls from overflow, they
12067         are useless.
12068
12069 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12070
12071         * cut-n-paste/update-from-egg.sh:
12072         
12073         Share it between all cut-n-paste subdirs
12074
12075         * cut-n-paste/recent-files/Makefile.am:
12076
12077         Fix to use "global" update-from-egg.sh
12078
12079         * cut-n-paste/recent-files/egg-recent-model.c:
12080         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
12081         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12082         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
12083         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
12084
12085         Update from libegg
12086
12087         * cut-n-paste/toolbar-editor/Makefile.am:
12088
12089         Fix to use "global" update-from-egg.sh
12090
12091         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12092
12093         Update from libegg
12094
12095 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
12096
12097         * configure.ac:
12098         * cut-n-paste/Makefile.am:
12099         * cut-n-paste/recent-files/Makefile.am:
12100         * cut-n-paste/toolbar-editor/.cvsignore:
12101         * cut-n-paste/toolbar-editor/Makefile.am:
12102         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12103         (egg_editable_toolbar_get_type), (get_toolbar_position),
12104         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12105         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12106         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12107         (set_item_drag_source), (create_item_from_action), (create_item),
12108         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12109         (popup_toolbar_context_menu_cb), (free_dragged_item),
12110         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12111         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12112         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12113         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12114         (item_added_cb), (item_removed_cb),
12115         (egg_editable_toolbar_construct),
12116         (egg_editable_toolbar_disconnect_model),
12117         (egg_editable_toolbar_deconstruct),
12118         (egg_editable_toolbar_set_model),
12119         (egg_editable_toolbar_set_ui_manager),
12120         (egg_editable_toolbar_set_property),
12121         (egg_editable_toolbar_get_property),
12122         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12123         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12124         (egg_editable_toolbar_new_with_model),
12125         (egg_editable_toolbar_get_edit_mode),
12126         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12127         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12128         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12129         (new_pixbuf_from_widget), (new_separator_pixbuf),
12130         (update_separator_image), (style_set_cb),
12131         (_egg_editable_toolbar_new_separator_image),
12132         (egg_editable_toolbar_get_model):
12133         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12134         * cut-n-paste/toolbar-editor/egg-marshal.c:
12135         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12136         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12137         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12138         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12139         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12140         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12141         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12142         (editor_drag_data_delete_cb), (drag_data_get_cb),
12143         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12144         (editor_create_item), (update_editor_sheet), (setup_editor),
12145         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12146         (parse_item_list), (model_has_action), (update_actions_list),
12147         (egg_toolbar_editor_load_actions):
12148         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12149         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12150         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12151         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12152         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12153         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12154         (egg_toolbars_model_add_separator), (impl_add_item),
12155         (parse_item_list), (egg_toolbars_model_add_toolbar),
12156         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12157         (impl_get_item_data), (impl_get_item_type),
12158         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12159         (egg_toolbars_model_init), (free_toolbar),
12160         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12161         (egg_toolbars_model_remove_toolbar),
12162         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12163         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12164         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12165         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12166         (egg_toolbars_model_get_item_data),
12167         (egg_toolbars_model_get_item_type):
12168         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12169         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12170         * data/Makefile.am:
12171         * data/evince-toolbar.xml:
12172         * data/evince-ui.xml:
12173         * data/hand-open.png:
12174         * po/POTFILES.in:
12175         * shell/Makefile.am:
12176         * shell/ev-window.c: (update_chrome_visibility),
12177         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12178         (ev_window_dispose), (ev_window_init):
12179
12180         Implement epiphany like toolbar editor. Based on patch by
12181         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12182
12183 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12184
12185         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12186
12187         Use set_cursor instead of set_selection, so that
12188         the keyboard focus moves too.
12189
12190 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12191
12192         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12193
12194         Fix infinite loop when loading Type1 fonts
12195
12196 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12197
12198         * data/evince-ui.xml:
12199         * shell/ev-window.c:
12200
12201         Slash -> Find
12202
12203 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12204
12205         * configure.ac:
12206
12207         Make --disable really disable
12208
12209 2005-05-07  Juerg Billeter  <j@bitron.ch>
12210
12211         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12212
12213         Compare page labels even without has_labels set, fixes setting page
12214         with entry
12215
12216 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12217
12218         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12219         (ev_view_set_cursor), (ev_view_button_press_event),
12220         (ev_view_motion_notify_event), (ev_view_button_release_event),
12221         (ev_view_init):
12222
12223         Implement middle button scrolling. Based on a patch
12224         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12225
12226 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12227
12228         * shell/ev-document-types.c: (get_slow_mime_type),
12229         (get_document_type_from_mime), (ev_document_type_lookup):
12230         * shell/ev-document-types.h:
12231
12232         Change api to lookup from uri. Do fast lookup first, if the
12233         type is unknown try with data sniffing.
12234
12235         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12236         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12237
12238         Adapt to api change
12239
12240 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12241
12242         * thumbnailer/Makefile.am:
12243
12244         Fix distcheck
12245
12246 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12247
12248         * NEWS:
12249         * configure.ac:
12250
12251         Release 0.3.0
12252
12253         * data/evince-ui.xml:
12254
12255         Hide presentation mode for now
12256
12257         * shell/ev-view.c: (highlight_find_results):
12258
12259         Show current find selection only on current page
12260
12261 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12262
12263         * shell/ev-view.c: (ev_view_select_all):
12264
12265         Compute size of the actual page, not of
12266         the current one.
12267
12268 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12269
12270         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12271         (view_rect_to_doc_rect), (compute_selections),
12272         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12273         (ev_view_copy), (ev_view_primary_get_cb),
12274         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12275         (ev_view_button_press_event), (ev_view_motion_notify_event),
12276         (ev_view_button_release_event), (page_changed_cb):
12277
12278         Fix text selection
12279
12280 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12281
12282         * shell/ev-view.c: (compute_border), (get_page_extents),
12283         (doc_rect_to_view_rect), (highlight_find_results),
12284         (ev_view_bin_expose), (ev_view_select_all),
12285         (ev_view_motion_notify_event), (update_find_status_message),
12286         (jump_to_find_result), (jump_to_find_page):
12287
12288         First go at fixing search, still buggy
12289
12290 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12291
12292         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12293         dropdown box and button at the top of the sidebar.
12294
12295 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12296
12297         * configure.ac: Output zoom-control Makefile.
12298         * cut-n-paste/Makefile.am: build zoom-control subdir.
12299         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12300         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12301         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12302         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12303         * cut-n-paste/zoom-control/ephy-zoom.c:
12304         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12305         from epiphany, and modified to add a separator into the menu.
12306         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12307         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12308         zoom-control action.
12309         * shell/Makefile.am: Include zoom-control flags.
12310         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12311         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12312         (ev_view_zoom_for_size_presentation),
12313         (ev_view_zoom_for_size_continuous_and_dual_page),
12314         (ev_view_zoom_for_size_continuous),
12315         (ev_view_zoom_for_size_dual_page),
12316         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12317         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12318         ev_view_get_zoom and ev_view_get_sizing_mode.
12319         * shell/ev-view.h:
12320         * shell/ev-window.c: (update_action_sensitivity),
12321         (update_sizing_buttons), (zoom_control_changed_cb),
12322         (register_custom_actions): Initialize and use the zoom-control 
12323         widget.
12324
12325 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12326
12327         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12328         preview cache back to 1.  Don't know when it got set to 0.
12329         
12330         * shell/ev-view.c: (compute_border), (ev_view_realize),
12331         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12332         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12333         (ev_view_get_fullscreen), (ev_view_set_presentation),
12334         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12335         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12336         * shell/ev-view.h:
12337         * shell/ev-window.c:
12338         (update_chrome_visibility),
12339         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12340         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12341         (update_document_mode), (ev_window_update_fullscreen_action),
12342         (ev_window_fullscreen), (ev_window_unfullscreen),
12343         (ev_window_cmd_view_fullscreen),
12344         (ev_window_update_presentation_action),
12345         (ev_window_run_presentation), (ev_window_stop_presentation),
12346         (ev_window_cmd_view_presentation), (ev_window_state_event),
12347         (ev_window_focus_in_event), (ev_window_focus_out_event),
12348         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12349         * data/evince-ui.xml: Initial presentation mode.  We should
12350         probably hide this until it's done, as it's quite rough.  Also,
12351         change full-screen to fullscreen and add two getters to EvView.
12352
12353 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12354
12355         * shell/ev-page-action.c: (update_page_cache),
12356         (ev_page_action_dispose):
12357         * shell/ev-window.c: (destroy_fullscreen_popup),
12358         (ev_window_create_fullscreen_popup):
12359
12360         Use connect_object rather than explicitly
12361         disconnect on dispose.
12362
12363 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12364
12365         * shell/ev-page-action.c: (update_page_cache),
12366         (ev_page_action_dispose):
12367
12368 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12369
12370         * backend/ev-page-cache.c: (_ev_page_cache_new),
12371         (ev_page_cache_set_page_label),
12372         (ev_page_cache_has_nonnumeric_page_labels):
12373         * backend/ev-page-cache.h:
12374         * shell/ev-page-action.c: (update_pages_label):
12375         
12376         If all page labels are numeric, fallback to default
12377         way to display number of pages. See bug 173185.
12378
12379 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12380
12381         * shell/ev-page-action.c: (ev_page_action_dispose):
12382         * shell/ev-view.c: (view_update_range_and_current_page):
12383         * shell/ev-window.c: (ev_window_dispose):
12384         
12385         Set page on scroll in continuous mode. Fixes bug 301986.
12386         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12387
12388 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12389
12390         * configure.ac:
12391
12392         Require poppler 0.3.0
12393
12394 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12395         
12396         * shell/Makefile.am, configure.ac: Fix build problems
12397         with t1lib. Bug 301996.
12398
12399 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12400
12401         * shell/ev-view.c: (ev_view_scroll_event):
12402         
12403         Scroll up increase zoom
12404
12405 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12406
12407         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12408         (ev_view_set_sizing_mode),
12409         (ev_view_zoom_for_size_continuous_and_dual_page),
12410         (ev_view_zoom_for_size_continuous):
12411         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12412         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12413         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12414         (ev_window_init):
12415
12416         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12417         Fix for 165473 and 165472.
12418
12419 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12420
12421         * po/POTFILES.in:
12422         * thumbnailer/Makefile.am:
12423         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12424         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12425         * thumbnailer/evince-thumbnailer.schemas.in:
12426         
12427         Make thumbnailer schemas translatable. Fix for bug 301773
12428         
12429         * thumbnailer/evince-thumbnailer-djvu.schemas:
12430         * thumbnailer/evince-thumbnailer-dvi.schemas:
12431         * thumbnailer/evince-thumbnailer.schemas:
12432
12433         Removed files
12434
12435 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12436
12437         * shell/ev-view.c (ev_view_init): forgot to set this.
12438
12439 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12440
12441         * shell/ev-view.c: (find_page_at_location),
12442         (get_link_at_location),
12443         (ev_view_set_show_border), (ev_view_set_spacing),
12444         (ev_view_zoom_for_size_continuous_and_dual_page),
12445         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12446         Also, add a quick fix measuring of widths.  Also, removed
12447         ev_view_set_spacing and ev_view_set_show_border.
12448         
12449         * shell/ev-window.c: (ev_window_unfullscreen),
12450         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12451
12452 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12453
12454         * shell/ev-view.c: (view_update_range_and_current_page),
12455         (page_changed_cb):
12456         
12457         Fix crash on exit and scrolling to page in continuous view.
12458
12459 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12460
12461         * TODO:
12462         * backend/ev-page-cache.c: (_ev_page_cache_new),
12463         (ev_page_cache_get_max_width_size),
12464         (ev_page_cache_get_max_height_size):
12465         * backend/ev-page-cache.h:
12466         * data/evince-ui.xml:
12467         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12468         * shell/ev-view.c: (view_update_adjustments),
12469         (view_update_range_and_current_page), (get_bounding_box_size),
12470         (ev_view_size_request_continuous_and_dual_page),
12471         (ev_view_size_request_continuous),
12472         (ev_view_size_request_dual_page),
12473         (ev_view_size_request_single_page), (ev_view_size_request),
12474         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12475         (ev_view_bin_expose), (ev_view_expose_event),
12476         (ev_view_set_property), (ev_view_get_property),
12477         (ev_view_class_init), (ev_view_init), (ev_view_new),
12478         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12479         (ev_view_set_dual_page), (ev_view_set_full_screen),
12480         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12481         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12482         (ev_view_zoom_out), (zoom_for_size_fit_width),
12483         (zoom_for_size_best_fit),
12484         (ev_view_zoom_for_size_continuous_and_dual_page),
12485         (ev_view_zoom_for_size_continuous),
12486         (ev_view_zoom_for_size_dual_page),
12487         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12488         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12489         * shell/ev-view.h:
12490         * shell/ev-window.c: (update_action_sensitivity),
12491         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12492         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12493         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12494         (ev_window_cmd_view_zoom_out), (update_view_size),
12495         (ev_window_set_sizing_mode), (ev_window_init):
12496
12497         Add Continuous and Dual page modes.
12498
12499 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12500
12501         * dvi/dvi-document.c: (dvi_document_load),
12502         (dvi_document_thumbnails_get_thumbnail),
12503         (dvi_document_init_params): Fix up some mixups between
12504         width and height to correct thumbnail rendering.
12505
12506 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12507
12508         * dvi/mdvi-lib/private.h:
12509         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12510         
12511         Suppess output for kpathsea during font generation. Thanks to
12512         James Bowes
12513
12514 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12515
12516         * NEWS:
12517         * configure.ac:
12518
12519         Release 0.2.1
12520
12521         * Makefile.am: fix distcheck.
12522
12523 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12524
12525         * shell/ev-sidebar-links.c: (selection_changed_callback),
12526         (update_page_callback), (row_activated_callback),
12527         (job_finished_callback), (ev_sidebar_links_set_document):
12528         
12529         Fix for bug #169901. Double click on links expands tree.
12530
12531 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12532
12533         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12534         hard-coded style. Fix for bug 170111
12535
12536 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12537
12538         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12539         locking.
12540
12541 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12542
12543         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12544
12545 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12546
12547         * pdf/ev-poppler.cc:
12548         * shell/ev-view.c: (highlight_find_results):
12549
12550         Fix find on single page documents
12551
12552 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12553
12554         * data/evince.schemas.in: fix for bug 301390
12555
12556 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12557
12558         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12559         (ev_view_zoom_out), (ev_view_zoom_normal):
12560         * shell/ev-view.h:
12561         * shell/ev-window.c: (update_action_sensitivity),
12562         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12563         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12564         (ev_window_cmd_view_normal_size):
12565
12566         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12567         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12568         better than oom. 
12569
12570 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12571
12572         * configure.ac:
12573
12574         Depend on 2.57, 2.59 doesnt seem to be necessary
12575
12576 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12577
12578         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12579         (create_tool_item):
12580
12581         Put back total number of pages as (1 of 1234)
12582
12583 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12584
12585         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12586         remove the job.
12587
12588         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12589         function.  This helps debugging.
12590
12591 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12592
12593         * djvu/djvu-document.c: (djvu_document_class_init),
12594         (djvu_document_get_info), (djvu_document_document_iface_init):
12595         * dvi/dvi-document.c: (dvi_document_class_init),
12596         (dvi_document_get_info), (dvi_document_document_iface_init):
12597
12598         Dummy implementation of get_info method for dvi and
12599         djvu. Fix crashes with those backends
12600
12601 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12602
12603         * data/evince.desktop.in:
12604
12605         Add application/x-gzpostscript
12606
12607 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12608
12609         * data/evince.schemas.in: Added real long descriptions, 
12610         closes bug 172496 
12611
12612         * README: Added actual text, closes bug 171869
12613
12614 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12615
12616         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12617
12618         Thumbnail page 0
12619
12620 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12621
12622         * backend/ev-document-info.h:
12623
12624         s/GDate */GDate so we can just use g_free
12625
12626 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12627
12628         * shell/ev-window.c: (update_document_mode),
12629         (ev_window_setup_document):
12630
12631         Show the window in fullscreen when specified by
12632         the document
12633
12634 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12635
12636         * backend/ev-document.c: (ev_document_class_init),
12637         (ev_document_get_info), (ev_document_render_pixbuf):
12638         * backend/ev-document.h:
12639         * backend/ev-page-cache.c: (_ev_page_cache_new):
12640         * pdf/ev-poppler.cc:
12641         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12642         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12643         * ps/ps-document.c: (ps_document_class_init), (document_load),
12644         (ps_document_get_info), (ps_document_document_iface_init):
12645
12646         Remove get_title from the interface, we can just use document info
12647
12648 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12649
12650         * backend/Makefile.am:
12651         * backend/ev-document.c: (ev_document_render_get_info):
12652         * backend/ev-document.h:
12653         * pdf/ev-poppler.cc:
12654
12655         Initial support for document info. Based on jrb patch.
12656
12657 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12658
12659         * shell/ev-window.c: (ev_window_state_event),
12660         (ev_window_class_init), (ev_window_init):
12661         
12662         Doesn't show resize grip when maximized. See bug #301053
12663
12664 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12665
12666         * po/POTFILES.in:
12667         
12668         ev-sidebar-thumbnails now has translatable labels
12669         
12670         * shell/Makefile.am:
12671         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12672         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12673         (ev_sidebar_links_page_iface_init):
12674         * shell/ev-sidebar-links.h:
12675         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12676         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12677         (ev_sidebar_page_get_label):
12678         * shell/ev-sidebar-page.h:
12679         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12680         (ev_sidebar_thumbnails_set_document),
12681         (ev_sidebar_thumbnails_support_document),
12682         (ev_sidebar_thumbnails_get_label),
12683         (ev_sidebar_thumbnails_page_iface_init):
12684         * shell/ev-sidebar-thumbnails.h:
12685         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12686         (ev_sidebar_set_document):
12687         * shell/ev-sidebar.h:
12688         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12689         
12690         Small rework of sidebar code. Now sidebar pages should implement
12691         EvSidebarPage interface. That makes page management in EvSidebar
12692         easier. See bug #164811 for details
12693
12694 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12695
12696         * shell/ev-application.c: (ev_application_open):
12697         * shell/ev-document-types.c:
12698         
12699         Fix build error and small problem with application exit
12700
12701 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12702
12703         * thumbnailer/Makefile.am:
12704         * thumbnailer/evince-thumbnailer-djvu.schemas:
12705         * thumbnailer/evince-thumbnailer-dvi.schemas:
12706         
12707         Conditionally install schemas for djvu/dvi thumbnailer
12708
12709 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12710
12711         * shell/ev-document-types.h: 
12712         * shell/ev-document-types.c: 
12713         New files, handling the mapping from mimetypes to backends
12714         
12715         * shell/ev-window.c: 
12716         * thumbnailer/evince-thumbnailer.c:     
12717         Use the ev-document-types code
12718         
12719         * shell/Makefile.am: 
12720         Added new convenience library libevbackendfactory_la, containing
12721         the new mimetype->backend logic; moved the backends into it.
12722
12723         * thumbnailer/Makefile.am:
12724         Make the thumbnailer link with the libevbackend.la convenience
12725         library, rather than having a duplicate of the backend logic here.
12726
12727 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12728
12729         * shell/ev-stock-icons.c: constify some vars.
12730         * shell/ev-window.c: ditto.
12731
12732 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12733
12734         * ps/ps-document.c (get_page_orientation):
12735
12736         Respect document orientation 
12737
12738 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12739
12740         * djvu/Makefile.am:
12741         * dvi/Makefile.am:
12742         * shell/Makefile.am:
12743         
12744         Move library dependencies to components.
12745         
12746         * shell/ev-window.c: (update_window_title),
12747         (start_loading_document):
12748         
12749         Fix display of uris with spaces. Bug 168358.
12750
12751 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12752
12753         * shell/ev-sidebar-links.c: (selection_changed_cb):
12754         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12755         (ev_view_button_release_event), (ev_view_set_document):
12756         * shell/ev-view.h:
12757         * shell/ev-window.c: (find_bar_search_changed_cb):
12758         * shell/ev-window.h: Minor cleanups removing some dead code.
12759
12760 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12761
12762         * backend/ev-page-cache.c: (_ev_page_cache_new):
12763         
12764         Set current page to 0 if document has pages.
12765
12766 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12767
12768         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12769
12770         Initialize GError to NULL, fix a crash when loading fails.
12771
12772 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12773
12774         * shell/ev-window.c: (update_view_size):
12775
12776         Calculate shadow size only when there is actually
12777         a shadow.
12778
12779 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12780
12781         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12782         * shell/ev-view.h:
12783
12784         Allow setting view spacing, default to 0
12785
12786         * shell/ev-window.c: (ev_window_unfullscreen),
12787         (ev_window_cmd_view_fullscreen), (ev_window_init):
12788
12789         Remove spacing in fullscreen mode
12790
12791 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12792
12793         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12794         (ev_view_size_request), (expose_bin_window),
12795         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12796         * shell/ev-view.h:
12797         * shell/ev-window.c: (ev_window_unfullscreen),
12798         (ev_window_cmd_view_fullscreen):
12799
12800         Do not draw the border in fulscreen
12801
12802 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12803
12804         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12805         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12806         (find_page_at_location), (page_changed_cb):
12807
12808         Rework border calculation, so that I can more easily disable it.
12809         Code somewhat cleaner too.
12810
12811 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12812
12813         * backend/ev-page-cache.c: (ev_page_cache_init),
12814         (_ev_page_cache_new):
12815
12816         Remove some assertions, documents can have 0 pages.
12817         Make initial current page -1.
12818
12819         * shell/ev-page-action.c: (page_changed_cb):
12820
12821         Show "" if current page is -1
12822
12823         * shell/ev-window.c: (update_action_sensitivity),
12824         (ev_window_setup_document):
12825
12826         When document has 0 pages do not set the view
12827         and make nearly everything insensitive.
12828
12829 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12830
12831         * shell/ev-page-view.c:
12832         * shell/ev-page-view.h:
12833
12834         Remove unused files.
12835         
12836         * shell/ev-sidebar-thumbnails.c:
12837         (ev_sidebar_thumbnails_set_document):
12838         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12839         (ev_sidebar_supports_document):
12840         * shell/ev-sidebar.h:
12841         * shell/ev-window.c: (ev_window_setup_document):
12842         
12843         Doesn't show thumbnails if document has 1 page. Make
12844         sidebar menu entries sensitive only if if they have 
12845         sense. Fix bug 164811. 
12846
12847 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12848
12849         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12850         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12851         (ev_view_zoom_out), (ev_view_set_size):
12852
12853         Rework sizing to deal with documents with not uniform page
12854         size.
12855
12856 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12857
12858         * backend/ev-page-cache.c: (_ev_page_cache_new):
12859
12860         Fix several page size caching bugs
12861
12862 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12863
12864         * shell/ev-window.c: (set_action_properties):
12865
12866         Make all toolbar items translatable
12867
12868 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12869
12870         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12871         (save_page_list), (ps_document_save),
12872         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12873         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12874         (ps_document_ps_exporter_iface_init):
12875         * ps/ps-document.h:
12876
12877         Based on a patch by J�rg Billeter <j@bitron.ch>
12878         
12879         Implement print and save a copy for the ps backend.
12880
12881 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12882
12883         * backend/ev-document.h:
12884         * djvu/djvu-document.c: (djvu_document_can_get_text),
12885         (djvu_document_document_iface_init):
12886         * dvi/dvi-document.c: (dvi_document_can_get_text),
12887         (dvi_document_document_iface_init):
12888         * pdf/ev-poppler.cc:
12889         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12890         (pixbuf_document_document_iface_init):
12891         * ps/ps-document.c: (ps_document_can_get_text),
12892         (ps_document_document_iface_init):
12893         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12894         * shell/ev-window.c: (update_action_sensitivity):
12895
12896         Fix the crash when trying to copy in backends that doesnt
12897         support it. We can implement a better solution once we
12898         do real text selection.
12899
12900 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12901
12902         * data/evince-ui.xml:
12903         * shell/ev-window.c: (ev_window_cmd_escape):
12904         
12905         Work around the Escape conflict (find bar and unfullscreen)
12906
12907 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12908
12909         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12910         
12911         Fix for #300233. Next page correctly handles document end.
12912         
12913         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12914         (ev_sidebar_thumbnails_class_init),
12915         (ev_sidebar_thumbnails_set_document),
12916         (ev_sidebar_thumbnails_clear_job),
12917         (ev_sidebar_thumbnails_clear_model):
12918         
12919         Cleanup thumbnail jobs on document changes.
12920         
12921         * shell/ev-view.c: (add_scroll_binding_keypad),
12922         (add_scroll_binding_shifted), (ev_view_class_init):
12923         
12924         Shift + Space scrolls up. Fix for #173184
12925         
12926         * shell/ev-window.c: (ev_window_open_page),
12927         (ev_window_cmd_view_reload):
12928         
12929         Fix reload (Bug #300094)
12930
12931 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12932
12933         
12934         * dvi/mdvi-lib/assoc.c:
12935         * dvi/mdvi-lib/assoc.h: Removed garbage files
12936         
12937         * dvi/mdvi-lib/bitmap.c:
12938         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12939         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12940         * dvi/mdvi-lib/color.h: Antialias of rules
12941         
12942         * dvi/mdvi-lib/common.h:
12943         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12944         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12945         * dvi/mdvi-lib/files.c:
12946         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12947         * dvi/mdvi-lib/mdvi.h:
12948         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12949         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12950         * dvi/mdvi-lib/util.c: Fix compile warnings
12951         
12952         * dvi/dvi-document.c:
12953         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12954         (dvi_document_thumbnails_get_thumbnail),
12955         (dvi_document_document_thumbnails_iface_init):
12956         * dvi/mdvi-lib/Makefile.am:
12957         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12958         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12959         
12960         Dvi backend now renders thumbnails
12961
12962 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12963
12964         * shell/main.c: (main): 
12965         
12966         Save accelerators on exit. Fixes bug #172095.
12967
12968 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12969
12970         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12971         update priority" comment.
12972
12973         * backend/ev-job-queue.c: Give a way to change priority.
12974
12975 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12976
12977         * shell/ev-page-action.c: Fix logic.
12978
12979 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12980
12981         * shell/ev-view.c: (ev_view_can_find_next):
12982         * shell/ev-window.c: (ev_window_setup_document):
12983
12984         Check that the document supports find
12985
12986 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12987
12988         * data/evince-ui.xml:
12989         * shell/ev-view.c: (ev_view_can_find_next):
12990         * shell/ev-view.h:
12991         * shell/ev-window.c: (update_action_sensitivity),
12992         (find_changed_cb), (ev_window_setup_document),
12993         (ev_window_cmd_edit_find_next):
12994
12995         Add Edit->Find Next
12996
12997 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12998
12999         * pdf/ev-poppler.cc:
13000         * shell/ev-print-job.c: (idle_print_handler):
13001
13002         Make printing work again
13003
13004 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
13005
13006         * shell/ev-page-action.h:
13007         * shell/ev-page-action.c: (ev_page_action_widget_init),
13008         (ev_page_action_widget_class_init), (page_changed_cb),
13009         (create_tool_item), (update_page_cache), (build_new_tree_cb),
13010         (get_filter_model_from_model), (match_selected_cb),
13011         (display_completion_text), (match_completion), (update_model),
13012         (connect_proxy), (ev_page_action_set_property),
13013         (ev_page_action_get_property), (ev_page_action_set_document),
13014         (ev_page_action_set_model), (ev_page_action_class_init): Big
13015         reworking to make completions work iff we have >= GTK-2.7.0
13016                 
13017         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
13018         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
13019         (job_finished_cb): We now have a 'model' property that is set when
13020         the links are loaded.  This can be caught with "notify::model"
13021
13022         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
13023         listen for the model to be set, and propagate it to the action.
13024
13025 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
13026
13027         * cut-n-paste/recent-files/egg-recent-item.c:
13028         (egg_recent_item_set_uri), (make_valid_utf8),
13029         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
13030         * cut-n-paste/recent-files/egg-recent-item.h:
13031         
13032         Update egg-recent from libegg. This should fix long
13033         startup problem. For details see
13034         http://bugzilla.gnome.org/show_bug.cgi?id=160531
13035
13036 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
13037
13038         * cut-n-paste/recent-files/Makefile.am:
13039         * data/evince-ui.xml, shell/Makefile.am:
13040         * shell/ev-application.c, shell/ev-application.h:
13041         * shell/ev-window.c: Recent files support.
13042         
13043         * configure.ac: Added "ru" to ALL_LINGUAS.
13044         
13045         * dvju: new backend to support DJVU files.
13046         * dvi: new backend to support DVI.
13047
13048         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
13049         * ev-application.c: Support for new backends.
13050         
13051         * help, ev-window.c, main.c shell/Makefile.am: 
13052         Evince user documentation.
13053
13054 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13055
13056         * po/POTFILES.in:
13057         * shell/ev-window.c:
13058         * thumbnailer/evince-thumbnailer.c:
13059
13060         s/pdf-document/ev-poppler
13061
13062 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13063
13064         * NEWS:
13065         * configure.ac:
13066
13067         Release 0.2.0
13068
13069         * ps/ps-document.c: (setup_pixmap):
13070
13071         Remove debug code
13072
13073 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
13074
13075         * backend/ev-page-cache.c (ev_page_cache_next_page): 
13076         * shell/ev-window.c (ev_window_cmd_go_next_page) 
13077         (ev_window_cmd_go_first_page): Fix of by one errors.
13078
13079 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13080
13081         * ps/ps-document.c: (get_page_box):
13082
13083         Fix page size calculation
13084
13085 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13086
13087         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13088         (ps_document_cleanup), (setup_pixmap), (get_page_box),
13089         (get_page_orientation), (setup_page), (document_load),
13090         (ps_document_get_page_size), (render_pixbuf_idle):
13091         * ps/ps-document.h:
13092
13093         More refactoring to adapt to EvDocument changes
13094
13095 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13096
13097         * ps/ps-document.c: (start_interpreter):
13098
13099         Actually add alpha args
13100
13101 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13102
13103         * pdf/ev-poppler.cc:
13104
13105         Make clipboard work again
13106
13107 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
13108
13109         Make searching work again.
13110         
13111         * backend/ev-document.c:
13112         * backend/ev-document.h:
13113         * backend/ev-document-find.c:
13114         * backend/ev-document-find.h: Change EvDocumentIface so we no
13115         longer store the current page or zoom level in the document.  The
13116         consequence is that all calls that operate on the current page now
13117         instead take the page number as an extra argument, and all
13118         coordinates are now doubles in document coordinate system.
13119
13120         * pdf/ev-poppler.cc:
13121         * pixbuf/pixbuf-document.c:
13122         * ps/ps-document.c: Update backends accordingly.
13123
13124 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13125
13126         * autogen.sh:
13127
13128         Add required gettext version
13129
13130 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13131
13132         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13133         make F1 bring up non-existent help.
13134
13135         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13136         epiphany's find bar, #167477
13137
13138         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13139         <emil@nishra.com> to add space-bar scrolling, 
13140
13141         * shell/ev-window.c (static GtkActionEntry entries): add default
13142         keybinding for Help (F1)
13143         Fixes #171068
13144
13145         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13146         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13147         170110
13148
13149 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13150
13151         * Makefile.am: 
13152         * pixbuf/pixbuf-document.c: 
13153
13154         Got pixbuf backend working again
13155
13156 2005-04-01  Steve Murphy  <murf@e-tools.com>
13157
13158         * configure.in: Added "rw" to ALL_LINGUAS.
13159
13160 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13161
13162         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13163         model types, noticed by Martin Kretzschmar.
13164
13165 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13166
13167         * pdf/ev-poppler.cc: Implement search based on
13168         poppler_page_find_text().  Currently a bit crude since we remember
13169         all matches from all pages.  Also, we grab the big document lock
13170         when we search since searching changes the underlying stream and
13171         thus conflicts with the rendering thread.
13172         
13173         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13174         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13175         (ev_view_find_previous): Fix some page indexes to be 0 based,
13176         offset rubber band by view offset,
13177
13178 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13179
13180         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13181
13182 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13183
13184         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13185         completely because I didn't understand GtkActions.  I should
13186         read Marco's code more carefully in the future.
13187
13188         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13189         function
13190
13191 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13192
13193         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13194         PopplerRectangle change from poppler CVS.
13195
13196 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13197
13198         * backend/ev-document.c: (ev_document_get_page_label):
13199         * backend/ev-document.h:
13200         * backend/ev-page-cache.c: (_ev_page_cache_new),
13201         (ev_page_cache_get_page_label):
13202         * backend/ev-page-cache.h:
13203         * pdf/ev-poppler.cc:
13204         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13205         (links_page_num_func):
13206         * shell/ev-sidebar-thumbnails.c:
13207         (ev_sidebar_thumbnails_set_document):
13208         * shell/ev-view.c: (status_message_from_link),
13209         (ev_view_motion_notify_event):
13210         * shell/ev-window.c: (document_supports_sidebar): Add in page
13211         label support.  It's not perfect yet, but it's the first 'feature'
13212         in a while.
13213         Also, fix a bogus comment noticed by crispin. 
13214
13215 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13216
13217         * Makefile.am: Remove pixbuf backend for now
13218
13219         * configure.ac: Require poppler-glib instead of just poppler.
13220
13221         * backend/ev-document-thumbnails.h: Add a comment
13222
13223         * backend/ev-document.h:
13224         * backend/ev-document.c: (ev_document_class_init),
13225         (ev_document_load), (ev_document_get_link),
13226         (ev_document_get_links): Remove 3 methods and add get_links.
13227         Also, made 0 based.
13228
13229         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13230         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13231
13232         * backend/ev-link.c: (ev_link_set_title),
13233         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13234         (ev_link_mapping_find):
13235         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13236         
13237         * backend/ev-page-cache.c: (ev_page_cache_init),
13238         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13239         (ev_page_cache_get_size), (ev_page_cache_next_page),
13240         (ev_page_cache_prev_page): Fix to be 0 based.
13241
13242         * pdf/Makefile.am: 
13243         * pdf/ev-poppler.h:
13244         * pdf/ev-poppler.cc: New backend.
13245         
13246         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13247         (ps_document_get_page), (ps_document_document_iface_init):
13248
13249         * shell/ev-pixbuf-cache.h:
13250         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13251         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13252         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13253         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13254         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13255         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13256         based.
13257         
13258         * shell/ev-sidebar-thumbnails.c:
13259         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13260         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13261
13262         * shell/ev-view.c: (status_message_from_link),
13263         (find_page_at_location), (get_link_at_location),
13264         (ev_view_motion_notify_event), (ev_view_button_release_event),
13265         (ev_view_init): Use the new link code.  Fix to be 0 based.
13266
13267         * shell/ev-window.c: (update_action_sensitivity),
13268         (document_supports_sidebar): 0 based.
13269
13270 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13271
13272         * pdf/pdf-document.cc: Patch from Fernando Herrera
13273         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13274         *blush*
13275
13276 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13277
13278         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13279         1 to the page, as this seems to be 1 based.  I thought we has this
13280         fixed.  grump.
13281
13282 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13283
13284         * TODO:
13285         * backend/Makefile.am:
13286         * backend/ev-document-links.c:
13287         (ev_document_links_has_document_links),
13288         (ev_document_links_get_links_model):
13289         * backend/ev-document-links.h:
13290         * backend/ev-document.c: (ev_document_get_page_cache),
13291         (ev_document_get_doc_mutex), (ev_document_load),
13292         (ev_document_save), (ev_document_get_title),
13293         (ev_document_get_n_pages), (ev_document_set_page),
13294         (ev_document_get_page), (ev_document_set_target),
13295         (ev_document_set_scale), (ev_document_set_page_offset),
13296         (ev_document_get_page_size), (ev_document_get_text),
13297         (ev_document_get_link), (ev_document_render),
13298         (ev_document_render_pixbuf), (ev_document_scale_changed):
13299         * backend/ev-document.h:
13300         * backend/ev-job-queue.c: (remove_object_from_queue),
13301         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13302         (no_jobs_available_unlocked), (ev_render_thread),
13303         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13304         (ev_job_queue_remove_job):
13305         * backend/ev-job-queue.h:
13306         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13307         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13308         (ev_job_links_class_init), (ev_job_render_init),
13309         (ev_job_render_dispose), (ev_job_render_class_init),
13310         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13311         (ev_job_thumbnail_class_init), (ev_job_finished),
13312         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13313         (ev_job_render_run), (ev_job_thumbnail_new),
13314         (ev_job_thumbnail_run):
13315         * backend/ev-jobs.h:
13316         * backend/ev-link.c:
13317         * backend/ev-link.h:
13318         * backend/ev-page-cache.c: (ev_page_cache_init),
13319         (ev_page_cache_class_init), (ev_page_cache_finalize),
13320         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13321         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13322         (ev_page_cache_set_link), (ev_page_cache_get_title),
13323         (ev_page_cache_get_size), (ev_page_cache_next_page),
13324         (ev_page_cache_prev_page):
13325         * backend/ev-page-cache.h:
13326         * pdf/pdf-document.cc:
13327         * ps/gsdefaults.c:
13328         * ps/gsdefaults.h:
13329         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13330         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13331         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13332         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13333         (is_interpreter_ready), (output), (catchPipe), (input),
13334         (start_interpreter), (check_filecompressed), (compute_dimensions),
13335         (ps_document_enable_interpreter), (document_load),
13336         (ps_document_next_page), (render_page), (ps_document_set_page),
13337         (ps_document_set_scale), (render_pixbuf_idle),
13338         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13339         * ps/ps-document.h:
13340         * shell/Makefile.am:
13341         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13342         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13343         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13344         (ev_pixbuf_cache_new), (job_finished_cb),
13345         (check_job_size_and_unref), (move_one_job),
13346         (ev_pixbuf_cache_update_range), (find_job_cache),
13347         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13348         (ev_pixbuf_cache_add_jobs_if_needed),
13349         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13350         * shell/ev-pixbuf-cache.h:
13351         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13352         (idle_print_handler):
13353         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13354         (selection_changed_cb), (create_loading_model),
13355         (ev_sidebar_links_construct), (links_page_num_func),
13356         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13357         (update_page_callback), (job_finished_cb),
13358         (ev_sidebar_links_set_document):
13359         * shell/ev-sidebar-thumbnails.c:
13360         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13361         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13362         (page_changed_cb), (thumbnail_job_completed_callback),
13363         (ev_sidebar_thumbnails_set_document):
13364         * shell/ev-sidebar-thumbnails.h:
13365         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13366         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13367         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13368         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13369         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13370         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13371         (ev_view_button_release_event), (ev_view_scroll_view),
13372         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13373         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13374         (ev_view_new), (job_finished_cb), (page_changed_cb),
13375         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13376         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13377         (ev_view_find_previous):
13378         * shell/ev-view.h:
13379         * shell/ev-window.c: (update_action_sensitivity),
13380         (ev_window_open_page), (update_window_title), (update_total_pages),
13381         (page_changed_cb), (ev_window_setup_document),
13382         (password_dialog_response), (ev_window_cmd_save_as),
13383         (ev_window_print), (ev_window_cmd_go_previous_page),
13384         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13385         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13386         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13387         * shell/main.c: (main):
13388
13389         Merge evince-threads branch
13390
13391 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13392
13393         * configure.ac: Added "lt" to ALL_LINGUAS.
13394
13395 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * NEWS:
13398         * configure.ac:
13399
13400         Release 0.1.9
13401
13402 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13403
13404         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13405
13406         Fix here also the thumbnails 1-basedness :)
13407
13408 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * NEWS:
13411         * configure.ac:
13412
13413         Release 0.1.8
13414
13415 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * pdf/pdf-document.cc:
13418         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13419         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13420
13421         Fix the mess we did with thumbnails and 1-basedness
13422
13423 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13424
13425         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13426
13427 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * NEWS:
13430         * configure.ac:
13431
13432         Release 0.1.7
13433
13434 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * ps/Makefile.am:
13437         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13438         (gtk_gs_defaults_get_alpha_parameters),
13439         (gtk_gs_defaults_get_ungzip_cmd),
13440         (gtk_gs_defaults_get_unbzip2_cmd):
13441         * ps/gsdefaults.h:
13442         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13443         (ps_document_get_orientation), (document_load),
13444         (ps_document_goto_page), (ps_document_set_page_size):
13445         * ps/ps-document.h:
13446
13447         Some more sanitization of the ps backend. Remove a lot
13448         of unused code and do not base our defaults on ggv
13449         preferences (ugh!)
13450
13451 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13452
13453         * thumbnailer/evince-thumbnailer.schemas:
13454         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13455         (main): add -s option for thumbnail size.
13456
13457 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13458
13459         * configure.ac:
13460
13461         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13462         remove it.
13463
13464 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13465
13466         * pdf/pdf-document.cc:
13467
13468         Remove 4 pixels of useless border from the
13469         thumbnail.
13470
13471 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * backend/ev-document-thumbnails.c:
13474         (ev_document_thumbnails_get_thumbnail):
13475         * backend/ev-document-thumbnails.h:
13476
13477         Rework API a bit. Add a border flag and
13478         change sizing logic (now the size we specify
13479         applies to the bigger dimension).
13480
13481         * pdf/pdf-document.cc:
13482         * pixbuf/pixbuf-document.c:
13483         (pixbuf_document_thumbnails_get_thumbnail):
13484         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13485         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13486
13487         Adapt to the new API and do not draw a border for nautilus
13488         thumbnailer.
13489
13490 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13491
13492         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13493         take thumbnails from page "0" instead of "1". Added a copyright header.
13494
13495 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13496
13497         * ps/ps-document.c: (set_up_page), (start_interpreter):
13498
13499         Make it C89 compliant
13500
13501 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13502
13503         * Makefile.am:
13504         * configure.ac:
13505         * pdf/.cvsignore:
13506         * pdf/pdf-document.cc:
13507         * thumbnailer/Makefile.am:
13508         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13509         (main):
13510         * thumbnailer/evince-thumbnailer.schemas:
13511         * thumbnailer/pdf-icon.png:
13512
13513         Add a nautilus thumbnailer.
13514         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13515
13516 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13517
13518         * NEWS:
13519         * configure.ac:
13520         * po/POTFILES.in:
13521
13522         Release 0.1.6
13523
13524 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13525
13526         Use poppler instead of including xpdf source code.  Poppler is a
13527         fork of xpdf to build it as a shared library. See
13528         http://freedesktop.org/wiki/Software/poppler.
13529
13530         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13531         xpdf fork.
13532         
13533         * pdf/Makefile.am: Build libpdfdocument.a here.
13534         
13535         * pdf/GDKSplashOutputDev.cc:
13536         * pdf/GDKSplashOutputDev.h:
13537         * pdf/GnomeVFSStream.cc:
13538         * pdf/GnomeVFSStream.h:
13539         * pdf-document.cc:
13540         * pdf-document.h:
13541         * test-gdk-output-dev.cc
13542         * Thumb.cc:
13543         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13544         against poppler.
13545
13546 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13547
13548         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13549
13550         Clear idle stack before unsetting the document
13551
13552 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * ps/ps-document.c: (ps_document_widget_event),
13555         (ps_document_set_target), (ps_document_finalize),
13556         (ps_document_get_page):
13557
13558         Disconnect the widget event signal on finalize.
13559         Some code cleanups.
13560
13561 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * ps/ps-document.c: (set_up_page):
13564
13565         If there is no bpixmap create one, even if size
13566         is not changed.
13567
13568 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13571         (set_up_page), (document_load), (ps_document_set_zoom):
13572
13573         Default page is 0. Calculate size even when we have no
13574         target yet.
13575
13576 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13577
13578         * shell/ev-sidebar.c: expand the selection widget to be always as
13579         wide as the sidebar
13580
13581 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13582
13583         * shell/ev-sidebar-thumbnails.c:
13584         (ev_sidebar_thumbnails_set_document):
13585
13586         Clear the list store when setting document
13587
13588 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * shell/ev-page-action.c: (update_entry), (sync_entry),
13591         (activate_cb), (entry_size_request_cb), (create_tool_item),
13592         (connect_proxy):
13593
13594         Use an entry for the page control instead of spinbuttons
13595
13596 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * data/evince.schemas.in:
13599
13600         Correct confusing string
13601
13602 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13603
13604         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13605         for real.  Gosh, how long has this been broken.
13606
13607         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13608         check for a NULL link.  We crash otherwise.
13609
13610 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * NEWS:
13613         * configure.ac:
13614
13615         Release 0.1.5
13616
13617 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13618
13619         * configure.ac: add the french translation.
13620
13621 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13622
13623         * shell/ev-window.c:
13624
13625         Remove unused header -> fix distcheck
13626
13627 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13628
13629         * shell/ev-window.c: (update_window_title),
13630         (ev_window_popup_password_dialog):
13631
13632         Unescape filename for display
13633
13634 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13635
13636         * pdf/xpdf/pdf-document.cc:
13637
13638         In get_page_size deal with rotation. Also
13639         cleanup the function a bit.
13640
13641 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13642
13643         * pdf/xpdf/pdf-document.cc:
13644
13645         Fix crash when opening in new window
13646
13647 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13648
13649         * configure.ac:
13650
13651         Check ghostscript >= 7
13652
13653 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13654
13655         * shell/ev-window.c:
13656
13657         Make page width the default sizing mode
13658
13659 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13660         Marco Pesenti Gritti <marco@gnome.org>
13661
13662         * shell/ev-window.c: Remember the sidebar size
13663
13664         * data/evince.schemas.in: Add a new gconf key to store the size of
13665         the sidebar
13666
13667 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13668
13669         * data/evince-ui.xml:
13670         * shell/ev-window.c: (update_action_sensitivity),
13671         (ev_window_cmd_view_reload):
13672         
13673         Add a "Reload" action and menu entry
13674
13675 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13676
13677         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13678         iff the type doesn't support thumbnailing and indexing.
13679
13680 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13681
13682         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13683
13684 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13685
13686         * pdf/splash/Splash.cc:
13687
13688         Port fix for a crasher from kde bug
13689         http://bugs.kde.org/show_bug.cgi?id=97131
13690
13691 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * pdf/xpdf/pdf-document.cc:
13694
13695         Return a link even if it's of an unrecognized
13696         type. Otherwise we go in an infinte cycle.
13697
13698 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13699
13700         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13701         (size_allocate_cb), (ev_window_set_sizing_mode):
13702
13703         Update size when switching mode
13704
13705 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13706
13707         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13708         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13709         (ev_window_cmd_view_normal_size):
13710
13711         Fix size toggle buttons behavior
13712
13713 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13714
13715         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13716         (doc_rect_to_view_rect), (ev_view_size_allocate),
13717         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13718         (scale_changed_callback):
13719
13720         Do not cache offsets in size_allocate.
13721
13722 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13723
13724         * shell/ev-view.c: (ev_view_size_allocate):
13725
13726         Calculate offsets before calling the parent
13727         class (which does a redraw)
13728
13729 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13730
13731         * pdf/xpdf/pdf-document.cc:
13732
13733         Fix a crasher on exit. Unused code, put a TODO
13734
13735 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13736
13737         * backend/ev-document.c: (ev_document_class_init),
13738         (ev_document_page_changed), (ev_document_scale_changed):
13739         * backend/ev-document.h:
13740
13741         Separate page/scale notifications
13742
13743         * pdf/xpdf/pdf-document.cc:
13744
13745         Emit the new signals.
13746         Do not display the pdf page in _render, do it
13747         when scale/page are requested.
13748
13749         * ps/ps-document.c: (ps_document_set_zoom),
13750         (ps_document_widget_event):
13751         * ps/ps-document.h:
13752
13753         Emit the new signals.
13754
13755         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13756         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13757         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13758         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13759         * shell/ev-view.h:
13760         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13761         (ev_window_cmd_view_page_width), (size_allocate_cb),
13762         (ev_window_set_sizing_mode):
13763
13764         Rework sizing to be pixel based.
13765         There are bugs but should be already way better.
13766
13767 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * shell/ev-window.c: (ev_window_init):
13770
13771         Do not allow to shrink sidebar smaller then
13772         child requisition
13773
13774 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13775
13776         * shell/ev-sidebar.[ch]
13777         * shell/ev-window.c:
13778
13779         Improved sidebar widget. Fixes #166683
13780
13781 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13782
13783         * shell/ev-view.c (update_find_status_message): Give translators
13784         more flexibility with ngettext plural handling.
13785
13786 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13787
13788         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13789         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13790         page when we get the page size.
13791
13792 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13793
13794         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13795
13796         ps pages are 0 based, convert 
13797
13798 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13799
13800         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13801
13802         Initialize correct parent class. Set GError on document load
13803
13804 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13805
13806         * pdf/xpdf/pdf-document.cc:
13807
13808         Fixup selection offset calculation
13809
13810         * shell/ev-view.c: (view_rect_to_doc_rect),
13811         (doc_rect_to_view_rect), (ev_view_size_allocate),
13812         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13813         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13814
13815         Store selection as document relative, so that zooming
13816         and offset changing doesnt break it.
13817
13818 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * shell/ev-view.c: (ev_view_best_fit):
13821
13822         Do not try to best fit if the view is not realized
13823
13824 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13825           
13826         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13827
13828 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13829
13830         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13831
13832 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13833
13834         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13835         the popup window.  That prevents it resizing when in full screen
13836         mode.
13837
13838         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13839         multiple rerenders.  This pretty much sucks.
13840
13841         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13842         rest of the toolbar.
13843
13844 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13845
13846         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13847
13848 2005-02-17  Alexander Shopov  <ash@contact.bg>
13849
13850         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13851
13852 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13853
13854         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13855
13856 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13857
13858         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13859         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13860         (set_document_page), (document_changed_callback),
13861         (ev_view_set_document), (ev_view_find_previous),
13862         (ev_view_hide_cursor), (ev_view_show_cursor):
13863         * shell/ev-view.h:
13864         * shell/ev-window.c: (update_chrome_visibility),
13865         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13866         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13867         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13868         (ev_window_unfullscreen):
13869         * shell/main.c: (main):
13870
13871         Automatically hide the fullscreen button.
13872         Patch by Kristian Høgsberg <krh@redhat.com>
13873
13874 2005-02-16  Vincent Noel  <vnoel@cox.net>
13875
13876         * shell/main.c (main): Specify an icon for the window. Patch by
13877         Jaap A. Haitsma. Fixes #166177.
13878
13879 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13880
13881         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13882
13883 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13884
13885         * backend/ev-document-misc.h:
13886         * backend/ev-document-misc.c:
13887         (ev_document_misc_get_page_border_size),
13888         (ev_document_misc_paint_one_page): New function to canonicalize
13889         sizing/painting a border.
13890
13891         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13892         used.
13893
13894         * pdf/xpdf/pdf-document.cc: use new function
13895
13896         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13897         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13898         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13899         shell/ev-window.c: (update_sizing_buttons),
13900         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13901         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13902         (ev_window_cmd_view_page_width), (size_allocate_cb),
13903         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13904         and "fit width" values act as toggle buttons so they stay
13905         toggled.  It's not 100% perfect, and it's a little slow, but it's
13906         good enough to commit I think.
13907
13908 2005-02-15  David Lodge  <dave@cirt.net>
13909
13910         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13911
13912 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13913
13914         * shell/ev-window.c (update_window_title): replace newlines in
13915         the title by spaces. Bug #166107.
13916
13917 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13918
13919         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13920         parameters providing allocation width and height without
13921         scrollbars and width of a possible vertical scrollbar. With this
13922         additional information the functions can work as
13923         intended. Unfortunately they're not idempotent. We should
13924         transform these commands to toggles. Fixes Bug #164976
13925         Initial patch by Stephane Loeuillet, then heavily modified.
13926
13927         * shell/ev-view.h: update prototypes.
13928
13929         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13930         (ev_window_cmd_view_page_width): provide EvView fit functions with
13931         all the information they need. Formulas to calculate this
13932         information taken from GtkScrolledWindow.
13933
13934 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13935
13936         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13937         created a thumbnail, the list store is updated to know
13938         that the thumbnail is set. Fixes bug #166792
13939
13940 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13941
13942         * shell/ev-window.c: fixed typo, closes bug 166897
13943
13944         * TODO: updated TODO with bug numbers that are relevant
13945
13946 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13947
13948         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13949
13950 2005-02-09  Vincent Noel  <vnoel@cox.net>
13951
13952         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13953         and "Next" toolbar buttons as important to make them stand out.
13954
13955 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13956
13957         * lib/ev-debug.c:
13958         * lib/ev-debug.h:
13959         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13960         (start_interpreter), (stop_interpreter), (document_load),
13961         (ps_document_next_page), (ps_document_goto_page),
13962         (ps_document_set_page_size), (ps_document_widget_event),
13963         (ps_document_render):
13964         * shell/ev-page-view.c: (ev_page_view_dispose):
13965         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13966
13967         Fix compilation on non-gcc platforms
13968
13969 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13970
13971         * NEWS:
13972         * configure.ac:
13973
13974         Release 0.1.4
13975
13976         * pdf/xpdf/Catalog.cc:
13977         * pdf/xpdf/XRef.cc:
13978
13979         Fix the fix for CAN-2004-0888
13980
13981 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13982
13983         * data/Makefile.am:
13984         * data/evince-ui.xml:
13985         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13986         * shell/ev-stock-icons.h:
13987         * shell/ev-window.c: (update_action_sensitivity),
13988         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13989         (set_action_properties):
13990
13991         Improve toolbar layout/icons
13992
13993 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * pdf/xpdf/pdf-document.cc:
13996
13997         Add warnings about unimplemented/unknown link
13998         types.
13999
14000 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14001
14002         * ps/ps-document.c: (set_up_page):
14003
14004         Log gs property
14005
14006 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14007
14008         * ps/ps-document.c: (start_interpreter):
14009
14010         Log gs env var
14011
14012 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * shell/ev-page-view.c: (ev_page_view_dispose):
14015         * shell/ev-view.c: (ev_view_finalize):
14016         * shell/ev-window.c: (ev_window_setup_document),
14017         (ev_window_dispose), (ev_window_init):
14018
14019         Solve more refs issues.
14020
14021         I commented out the page_view initialization for now:
14022         it was never destroyed (because it's never added
14023         to a container). Because of that we was leaking
14024         gs processes. Couldnt think to a clean fix.
14025         We need to figure this out, password view has the
14026         same issue probably.
14027
14028 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14029
14030         * ps/ps-document.c: (ps_document_finalize),
14031         (ps_document_get_n_pages), (ps_document_get_page):
14032
14033         Some cleanups, stop the interpreter on finalize
14034
14035         * shell/ev-page-view.c: (ev_page_view_dispose),
14036         (ev_page_view_class_init):
14037
14038         Release our reference on the document
14039
14040 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14041
14042         * Makefile.am:
14043         * configure.ac:
14044         * doc/debugging.txt:
14045         * lib/.cvsignore:
14046         * lib/Makefile.am:
14047         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
14048         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
14049         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
14050         * lib/ev-debug.h:
14051
14052         Add debugging helpers
14053
14054         * ps/Makefile.am:
14055         * ps/ps-document.c: (set_up_page), (start_interpreter),
14056         (stop_interpreter), (document_load), (ps_document_next_page),
14057         (ps_document_goto_page), (ps_document_set_page_size),
14058         (ps_document_widget_event), (ps_document_render):
14059         * shell/Makefile.am:
14060         * shell/ev-view.c: (expose_bin_window):
14061         * shell/main.c: (main):
14062
14063         Add some logs
14064         
14065 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * ps/ps-document.c: (ps_document_widget_event):
14068
14069         Initialize message_window, this should make ps
14070         rendering really work! (Never noticed because I was
14071         testing with a ps that is causing gs to exit every time!)
14072
14073 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
14074
14075         * data/evince.schemas.in: updated simple error in applyto closing tag
14076
14077 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
14078
14079         * Makefile.am:
14080         * configure.ac:
14081         * data/.cvsignore:
14082         * data/Makefile.am:
14083         * data/evince-ui.xml:
14084         A data/evince.schemas.in:
14085         * po/POTFILES.in:
14086         * shell/ev-stock-icons.c: (ev_stock_icons_init):
14087         * shell/ev-stock-icons.h:
14088         * shell/ev-window.c: (update_chrome_visibility),
14089         (update_chrome_flag), (ev_window_cmd_edit_find),
14090         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14091         (ev_window_unfullscreen), (ev_window_focus_in_event),
14092         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14093         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14094         (ev_window_view_sidebar_cb), (find_bar_close_cb),
14095         (ev_window_dispose), (ev_window_class_init),
14096         (set_action_properties), (set_chrome_actions), (load_chrome),
14097         (ev_window_init):
14098
14099         Implement fullscreen mode changes from bug #164776.
14100         Also implement persistent chrome toggles.
14101
14102 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
14103
14104         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14105
14106 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * NEWS:
14109         * configure.ac:
14110         * shell/ev-view.c:
14111
14112         Add another check for find interface
14113
14114         Release 0.1.3
14115
14116 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14117
14118         * shell/ev-application.c: (ev_application_open):
14119         * shell/ev-window.c: (ev_window_open):
14120
14121         Open gzipped ps documents
14122
14123 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14124
14125         * TODO:
14126         * shell/ev-view.c: (set_document_page):
14127
14128         Clamp page number, dont try to move to
14129         not existant pages.
14130
14131 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14132
14133         * backend/ev-document-find.c: (ev_document_find_changed):
14134         * backend/ev-document-find.h:
14135         * pdf/xpdf/pdf-document.cc:
14136         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14137         * shell/ev-window.c: (find_bar_search_changed_cb):
14138
14139         Fix several bugs with find
14140
14141 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14142
14143         * shell/ev-sidebar-thumbnails.c
14144         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14145         document. Prevents warning from scroll_to_cell.
14146
14147 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14148
14149         * configure.ac: Add «nb» to ALL_LINGUAS too.
14150
14151 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14152
14153         * NOTES: New file with some random thoughts.
14154
14155         * TODO: Update.
14156
14157         * backend/ev-document-misc.c:
14158         (ev_document_misc_get_page_border_size): New function to
14159         canonicalize shadow drawing sizes.  Possibly goofy.
14160
14161         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14162         (ev_view_best_fit), (ev_view_fit_width):
14163         * pdf/xpdf/pdf-document.cc:
14164         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14165         * ps/ps-document.c: (ps_document_get_page_size):
14166         * backend/ev-document-misc.h:
14167         * backend/ev-document.c: (ev_document_get_page_size):
14168         * backend/ev-document.h: get_page_size now takes a page number
14169         parameter.  Made all the backends/frontends honor it.
14170
14171         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14172         see.  Doesn't work yet.
14173
14174         * shell/Makefile.am:
14175         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14176         Doesn't do anything yet.
14177
14178         * shell/ev-sidebar-thumbnails.c:
14179         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14180         [0..n_pages-1]
14181
14182         * shell/ev-window.c: (update_action_sensitivity),
14183         (ev_window_setup_document), (ev_window_set_page_mode),
14184         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14185         view-swapping code a bit so we can have multiple views on a
14186         document.  Add the multi-page view, though it can't be turned on
14187         yet.
14188
14189 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14190
14191         * shell/ev-application.c: (ev_application_open):
14192         * shell/ev-view.c: (expose_bin_window):
14193         * shell/ev-window.c: (ev_window_open):
14194
14195         Support eps and check document supports find
14196         before drawing highlightings in expose.
14197
14198 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14199
14200         * pixbuf/pixbuf-document.c:
14201         (pixbuf_document_thumbnails_get_dimensions),
14202         (pixbuf_document_document_thumbnails_iface_init):
14203
14204         implement get_dimensions
14205
14206 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * NEWS:
14209         * configure.ac:
14210
14211         Release 0.1.2
14212
14213 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14214
14215         * shell/ev-view.c: (set_document_page):
14216
14217         Scroll at the top of the page when changing page
14218
14219 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14220
14221         * shell/ev-view.c: (ev_view_motion_notify_event):
14222
14223         Do not redraw unnecessarily
14224
14225 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14226
14227         * pdf/xpdf/pdf-document.cc:
14228         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14229         (expose_bin_window), (find_changed_cb):
14230
14231         Yay! find works now... Now to find bugs...
14232
14233 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14234
14235         * backend/ev-document-find.c: (ev_document_find_base_init),
14236         (ev_document_find_changed):
14237         * backend/ev-document-find.h:
14238         * pdf/xpdf/pdf-document.cc:
14239         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14240         (expose_bin_window), (ev_view_init), (set_document_page),
14241         (ensure_rectangle_is_visible), (jump_to_find_result),
14242         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14243         (ev_view_find_next), (ev_view_find_previous):
14244         * shell/ev-view.h:
14245         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14246
14247         More work on find implementation, mostly there now
14248
14249 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14250
14251         * backend/ev-backend-marshalers.list:
14252         * backend/ev-document-find.c: (ev_document_find_base_init),
14253         (ev_document_find_cancel), (ev_document_find_page_has_results),
14254         (ev_document_find_get_n_results), (ev_document_find_get_result),
14255         (ev_document_find_get_progress), (ev_document_find_changed):
14256         * backend/ev-document-find.h:
14257
14258         Enanche the find interface to be really able to do
14259         multi page find.
14260
14261         * pdf/xpdf/pdf-document.cc:
14262
14263         Implement
14264
14265         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14266         (expose_bin_window), (ev_view_init),
14267         (ev_view_get_find_status_message), (find_changed_cb),
14268         (ev_view_set_document), (set_document_page):
14269
14270         Adapt to the new interface. A few things are regressed sorry,
14271         I will finish it soon.
14272
14273 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14274
14275         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14276         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14277         ev_sidebar_thumbnails_parent_class variable, don't define another
14278         parent_class variable.
14279
14280         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14281         (ev_page_action_class_init): ditto.
14282
14283         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14284         (pixbuf_document_class_init): ditto.
14285
14286         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14287         ditto.
14288
14289         * .cvsignore: ignore various valgrind output files.
14290
14291 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14292
14293         * data/evince-ui.xml:
14294         * shell/Makefile.am:
14295         * shell/ev-history.c:
14296         * shell/ev-history.h:
14297         * shell/ev-navigation-action.c:
14298         * shell/ev-navigation-action.h:
14299         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14300         (ev_view_set_page), (ev_view_fit_width):
14301         * shell/ev-view.h:
14302         * shell/ev-window.c: (update_action_sensitivity),
14303         (ev_window_setup_document), (register_custom_actions):
14304
14305         Kill session history
14306
14307 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14308
14309         * shell/ev-window.c: (update_action_sensitivity):
14310
14311         Fix inverted up/down buttons
14312
14313 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14314
14315         * shell/ev-sidebar-thumbnails.c
14316         (ev_sidebar_thumbnails_select_page): make sure the selected
14317         thumbnail stays visible.
14318
14319 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14320
14321         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14322         scrolled window for Federico.
14323
14324 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14325
14326         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14327
14328 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14329
14330         * configure.ac:
14331         * pdf/splash/SplashFTFontEngine.cc:
14332
14333         Fix CID fonts with freetype 2.1.9
14334
14335 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14336
14337         * TODO: added item for desktop icon thumbnailer
14338
14339 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14340
14341         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14342         unloaded docs when the title is accessed.
14343
14344         * shell/ev-password-view.[hc]: New widget for displaying password
14345         state.
14346
14347         * shell/ev-window.[ch]: Refactor password handling code to handle
14348         the new view.
14349
14350 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14351
14352         * NEWS:
14353         * configure.ac:
14354         * data/Makefile.am:
14355
14356         Release 0.1.1
14357
14358 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14359
14360         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14361         ignore page offset here, to make search results independent of it,
14362
14363         * shell/ev-view.c (expose_bin_window): but take offsets into
14364         account here. Bug #164932
14365
14366         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14367         scale at the right time. Bug #164996
14368
14369 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14370
14371         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14372         fix the problem. Now I just removed the Adobe font names and hope
14373         that the URW fonts are always in outline format. Bug #164934
14374
14375         * shell/ev-window.c (update_window_title): empty titles are
14376         useless, use filename in that case too.
14377
14378         * NEWS: Add some content.
14379
14380 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14381
14382         * TODO: added one more TODO item and a TODONE section :)
14383
14384 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14385
14386         * ps/ps-document.h: add page_[xy]_offset fields.
14387
14388         * ps/ps-document.c (ps_document_set_page_offset)
14389         (ps_document_render): Keep offset in consideration in a few
14390         places. Bug #164752 "postscript documents are not centered in
14391         window"
14392
14393         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14394         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14395
14396         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14397         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14398         stub out missing methods for complete EvDocument implementation.
14399         Fixes segfaults with Save A Copy and Copy actions.
14400
14401         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14402         (ps_document_document_iface_init): ditto.
14403         
14404 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14405
14406         * data/.cvsignore:
14407         * data/Makefile.am:
14408         * data/evince.desktop.in:
14409
14410         Add desktop file
14411
14412 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14413
14414         * shell/ev-view.c: (ev_view_button_press_event),
14415         (ev_view_motion_notify_event):
14416
14417         Make selection work in any direction
14418
14419 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14420
14421         * TODO:
14422         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14423
14424         Use shorter labels for some of the toolbars items
14425
14426 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14427
14428         * pdf/xpdf/pdf-document.cc:
14429
14430         Check the links info is initialized before
14431         using it. Should fix a crash on startup.
14432
14433 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14434
14435         * pixbuf/pixbuf-document.c
14436         (pixbuf_document_thumbnails_get_dimensions): force floating point
14437         division to calculate page_ratio. Fixes crash with landscape
14438         format pixbufs.
14439
14440 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14441
14442         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14443
14444 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14445
14446         * shell/ev-view.c (set_document_page): unset has_selection when
14447         the page changes.
14448         (set_document_page): handle paper size changes when the page
14449         changes (test with Free Culture, page 2).
14450
14451 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14452
14453         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14454         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14455
14456         Use normal style color for the widget background and
14457         draw a black box around the page.
14458
14459 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14460
14461         * pdf/xpdf/pdf-document.cc:
14462
14463         Keep offset in consideration in a few places
14464
14465         * shell/ev-view.c: (expose_bin_window):
14466
14467         Set the offsets so that the document is ever centered
14468
14469 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14470
14471         * TODO: Added TODO items and finished off the first todo item
14472
14473         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14474         reflect current authors
14475
14476 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14477
14478         * pdf/xpdf/pdf-document.cc:
14479         * shell/ev-view.c: (ev_view_set_cursor),
14480         (ev_view_motion_notify_event), (document_changed_callback),
14481         (set_document_page):
14482
14483         Show a wait cursor while the page is rendering
14484
14485 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14486
14487         * shell/ev-sidebar-thumbnails.c:
14488         (ev_sidebar_tree_selection_changed),
14489         (ev_sidebar_thumbnails_select_page):
14490         * shell/ev-sidebar-thumbnails.h:
14491         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14492         (ev_view_can_go_forward):
14493         * shell/ev-window.c: (ev_window_open_page),
14494         (ev_window_setup_document), (update_current_page),
14495         (view_page_changed_cb), (ev_window_init):
14496         * shell/ev-window.h:
14497
14498         Ensure thumbnails selection, toolbar page control and
14499         current page are in sync.
14500
14501 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14502
14503         * pdf/xpdf/XRef.cc:
14504
14505         Fix CAN-2005-0064
14506
14507 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14508
14509         * backend/Makefile.am:
14510         * backend/ev-document-links.h:
14511         * backend/ev-document-security.c: (ev_document_security_get_type),
14512         (ev_document_security_has_document_security),
14513         (ev_document_security_set_password):
14514         * backend/ev-document-security.h:
14515         * backend/ev-document.c: (ev_document_error_quark):
14516         * backend/ev-document.h:
14517         * data/Makefile.am:
14518         * data/evince-password.glade:
14519         * pdf/xpdf/pdf-document.cc:
14520         * shell/Makefile.am:
14521         * shell/ev-password.c: (ev_password_set_bad_password_label),
14522         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14523         (ev_password_dialog_get_password),
14524         (ev_password_dialog_set_bad_pass):
14525         * shell/ev-password.h:
14526         * shell/ev-window.c: (ev_window_get_attribute),
14527         (ev_window_set_property), (update_action_sensitivity),
14528         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14529         (ev_window_setup_document), (ev_window_get_password),
14530         (ev_window_open), (ev_window_cmd_save_as),
14531         (using_postscript_printer), (ev_window_print),
14532         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14533         (update_fullscreen_popup), (ev_window_fullscreen),
14534         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14535         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14536         (menu_item_select_cb), (find_bar_search_changed_cb),
14537         (ev_window_dispose), (ev_window_init):
14538
14539         Add initial support for password-supported dialogs.  This could be
14540         a lot cooler, but it'll do for now.
14541
14542 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14543
14544         * pdf/xpdf/pdf-document.cc:
14545         * shell/ev-view.c: (status_message_from_link),
14546         (ev_view_set_status), (ev_view_set_cursor),
14547         (ev_view_motion_notify_event), (ev_view_init):
14548         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14549
14550         Fix bugs in the links implementation and change cursor
14551         when hovering a link.
14552
14553 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14554
14555         * viewer/.cvsignore: added cvsignore file for viewer directory
14556
14557         * TODO: created TODO document
14558
14559 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14560
14561         * shell/ev-view.h:
14562         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14563         new functions to help with implementation of sensitivity code
14564         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14565         of all actions that might require it.  Fixes a crash when you
14566         click on the Zoom actions in a window lacking a document.
14567
14568 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14569
14570         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14571         of the Find action
14572
14573 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14574
14575         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14576         (pixbuf_document_document_iface_init):
14577         * ps/ps-document.c: (ps_document_get_link),
14578         (ps_document_document_iface_init):
14579         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14580         (status_message_from_link), (ev_view_set_status),
14581         (ev_view_set_find_status), (ev_view_motion_notify_event),
14582         (ev_view_button_release_event), (ev_view_set_property),
14583         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14584         (ev_view_get_find_status_message), (update_find_results),
14585         (ev_view_get_status), (ev_view_get_find_status):
14586         * shell/ev-view.h:
14587         * shell/ev-window.c: (view_status_changed_cb),
14588         (view_find_status_changed_cb), (ev_window_init):
14589
14590         View status message support, use it to show the links.
14591         Needs work...
14592
14593 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14594
14595         * backend/ev-document.c: (ev_document_get_link):
14596         * backend/ev-document.h:
14597         * pdf/xpdf/pdf-document.cc:
14598         * shell/ev-application.c: (ev_application_open):
14599         * shell/ev-application.h:
14600         * shell/ev-sidebar-links.c: (selection_changed_cb):
14601         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14602         (ev_view_go_to_link):
14603
14604         Add support for document links
14605
14606 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14607
14608         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14609         (create_tool_item):
14610         Set the spin button limits correctly.
14611         
14612         * shell/ev-sidebar-thumbnails.c:
14613         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14614         Support changing pages by clicking on the thumbnails.
14615         
14616 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14617
14618         * pixbuf/pixbuf-document.c:
14619         (pixbuf_document_thumbnails_get_dimensions),
14620         (pixbuf_document_document_thumbnails_iface_init):
14621
14622         implement get_dimensions
14623
14624 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14625
14626         * ps/ps-document.c: (ps_document_goto_page):
14627
14628         Fix page switching on multipage documents
14629
14630 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14631
14632         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14633         
14634         check for NULL before assigning to width and height parameters
14635
14636 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14637
14638         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14639         (pixbuf_document_set_property), (pixbuf_document_get_property):
14640
14641         implement get/set properties
14642
14643 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14644
14645         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14646         
14647         return NULL instead of "Unknown", letting the title get set to
14648         the filename when the pdf has no title.
14649
14650 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14651
14652         * ps/ps-document.c: (ps_document_get_page_count),
14653         (ps_document_goto_page):
14654
14655 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14656
14657         * shell/ev-history.c: (ev_history_get_property),
14658         (ev_history_set_property), (ev_history_class_init),
14659         (ev_history_add_page), (ev_history_set_current_index):
14660         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14661         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14662         (ev_navigation_action_finalize):
14663         * shell/ev-navigation-action.h:
14664         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14665         (ev_view_go_forward), (ev_view_get_find_status_message),
14666         (history_index_changed_cb), (ev_view_set_history):
14667         * shell/ev-view.h:
14668         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14669         (update_current_page), (register_custom_actions):
14670
14671         Implement history dropdowns
14672
14673 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14674
14675         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14676         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14677         (ev_view_go_forward):
14678         * shell/ev-window.c: (register_custom_actions):
14679
14680         Fix several history bugs
14681
14682 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14683
14684         * configure.ac: Add «nb» to ALL_LINGUAS.
14685
14686 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14687
14688         * backend/Makefile.am:
14689         * backend/ev-bookmark.c:
14690         * backend/ev-bookmark.h:
14691         * backend/ev-document-bookmarks.c:
14692         * backend/ev-document-bookmarks.h:
14693         * backend/ev-document-links.c: (ev_document_links_get_type),
14694         (ev_document_links_has_document_links),
14695         (ev_document_links_begin_read), (ev_document_links_get_link),
14696         (ev_document_links_get_child), (ev_document_links_next),
14697         (ev_document_links_free_iter):
14698         * backend/ev-document-links.h:
14699         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14700         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14701         (ev_link_get_link_type), (ev_link_set_link_type),
14702         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14703         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14704         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14705         (ev_link_new_external):
14706         * backend/ev-link.h:
14707         * pdf/xpdf/pdf-document.cc:
14708         * shell/Makefile.am:
14709         * shell/ev-application.c: (ev_application_open_link):
14710         * shell/ev-application.h:
14711         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14712         (ev_history_get_link_nth):
14713         * shell/ev-history.h:
14714         * shell/ev-sidebar-bookmarks.c:
14715         * shell/ev-sidebar-bookmarks.h:
14716         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14717         (ev_sidebar_links_class_init), (selection_changed_cb),
14718         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14719         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14720         (do_one_iteration), (populate_links_idle),
14721         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14722         * shell/ev-sidebar-links.h:
14723         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14724         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14725         (go_to_index):
14726         * shell/ev-view.h:
14727         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14728         * shell/ev-window.h:
14729
14730         Rename bookmark to link, and use "Index" for the sidebar panel.
14731
14732 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14733
14734         * shell/Makefile.am:
14735         * shell/ev-application.c: (ev_application_open_bookmark):
14736         * shell/ev-application.h:
14737         * shell/ev-history.c: (ev_history_init), (free_links_list),
14738         (ev_history_finalize), (ev_history_class_init),
14739         (ev_history_add_link), (ev_history_add_page),
14740         (ev_history_get_link_nth), (ev_history_get_n_links),
14741         (ev_history_get_current_index), (ev_history_set_current_index),
14742         (ev_history_new):
14743         * shell/ev-history.h:
14744         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14745         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14746         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14747         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14748         (ev_view_set_page):
14749         * shell/ev-view.h:
14750         * shell/ev-window.c: (ev_window_open_bookmark),
14751         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14752         (goto_page_cb), (register_custom_actions):
14753         * shell/ev-window.h:
14754
14755         Initial history implementation. Needs work.
14756
14757 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14758
14759         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14760
14761 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14762
14763         * cut-n-paste/recent-files/egg-recent-item.c:
14764         * cut-n-paste/recent-files/egg-recent-item.h:
14765         * cut-n-paste/recent-files/egg-recent-model.c:
14766         * cut-n-paste/recent-files/egg-recent-util.c:
14767         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14768         * cut-n-paste/recent-files/egg-recent-view.c:
14769
14770         Update
14771
14772 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14773
14774         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14775         (fillGlyph, fillImageMask, drawImage):
14776         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14777         pdf/splash/SplashTypes.h:
14778         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14779         packed mode for Splash.
14780
14781         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14782         RGB8 packed mode, eliminates the pixbuf data creation loop.
14783
14784         * shell/ev-print-job.c (ev_print_job_finalize)
14785         (ev_print_job_set_property, ev_print_job_get_property)
14786         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14787         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14788         (print_closure_finalize, ev_print_job_print): implement
14789         printing (for backends with EvPsExporter)
14790
14791         * shell/ev_print_job.h: update prototypes.
14792
14793         * shell/ev-window.c (ev_window_print): unref print job after
14794         printing.
14795
14796         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14797         unless the document implements the EvDocumentFind interface.
14798
14799 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14800
14801         * configure.ac: Added ja to ALL_LINGUAS.
14802
14803 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14804
14805         * pdf/xpdf/pdf-document.cc:
14806
14807         add a FIXME. We should probably not allocate
14808         a bookmark object every time
14809
14810 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14811
14812         * shell/ev-application.c: (ev_application_open),
14813         (ev_application_open_bookmark):
14814         * shell/ev-application.h:
14815         
14816         Add a way to open bookmarks
14817
14818         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14819         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14820         (ev_bookmark_set_property), (ev_bookmark_class_init),
14821         (ev_bookmark_new_title), (ev_bookmark_new_link),
14822         (ev_bookmark_new_external):
14823
14824         Support for external uris, better constructors.
14825
14826         * backend/ev-bookmark.h:
14827         * pdf/xpdf/pdf-document.cc:
14828         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14829
14830         Handle external uris
14831
14832 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14833
14834         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14835         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14836
14837         Hook up bookmarks navigation
14838
14839 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14840
14841         * backend/Makefile.am:
14842         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14843         (ev_bookmark_get_title), (ev_bookmark_set_title),
14844         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14845         (ev_bookmark_get_page), (ev_bookmark_set_page),
14846         (ev_bookmark_get_property), (ev_bookmark_set_property),
14847         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14848         (ev_bookmark_new):
14849         * backend/ev-bookmark.h:
14850         * backend/ev-document-bookmarks.c:
14851         (ev_document_bookmarks_get_bookmark):
14852         * backend/ev-document-bookmarks.h:
14853         * pdf/xpdf/pdf-document.cc:
14854         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14855
14856         Add a bookmark object to the backend and use it instead of get_values
14857
14858 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14859
14860         * data/evince-ui.xml:
14861
14862         Cleanup and add select all.
14863
14864         * shell/ev-view.c: (ev_view_select_all),
14865         (ev_view_button_press_event):
14866         * shell/ev-view.h:
14867         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14868
14869         Add select all.
14870         Clear selection on click.
14871
14872 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14873
14874         * shell/ev-sidebar-thumbnails.c
14875         (ev_sidebar_thumbnails_set_document): forgot to unref the
14876         loading_icon.
14877
14878 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14879
14880         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14881         at the visible page, not just linearly.  This makes it look fast.
14882
14883 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14884
14885         * backend/ev-document-misc.c
14886         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14887         white.
14888         * backend/ev-document-thumbnails.h: New interface to get the size
14889         of a page.
14890
14891 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14892
14893         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14894         make dist works
14895
14896 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14897
14898         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14899         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14900         things up a bit.
14901
14902         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14903
14904 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14905
14906         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14907         fonts. Should fix font problems on systems that have the base
14908         fonts in bitmap format. Reported by James Henstridge
14909         <james@jamesh.id.au>.
14910
14911 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14912
14913         * pdf/xpdf/Gfx.cc:
14914         * pdf/xpdf/GfxState.cc:
14915
14916         Fix for CAN-2004-1125
14917
14918 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14919
14920         * shell/ev-view.c: (ev_view_copy):
14921         * shell/ev-view.h:
14922         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14923
14924         Implement Edit->Copy
14925
14926 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14927
14928         * backend/ev-document.c: (ev_document_get_text):
14929         * backend/ev-document.h:
14930         * pdf/xpdf/pdf-document.cc:
14931         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14932         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14933         (ev_view_update_primary_selection), (ev_view_button_press_event),
14934         (ev_view_motion_notify_event), (ev_view_button_release_event):
14935
14936         Beginnings of clipboard support. Incomplete but primary sort
14937         of work.
14938
14939 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14940
14941         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14942         (expose_bin_window):
14943
14944         Nicer rubberband drawing, from GtkIconView.
14945
14946 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14947
14948         * backend/ev-document.c: (ev_document_save):
14949         * backend/ev-document.h:
14950         * data/evince-ui.xml:
14951         * pdf/xpdf/pdf-document.cc:
14952         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14953
14954         Implement "Save a copy..." menu item
14955
14956 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14957
14958         * shell/ev-view.c: (ev_view_zoom):
14959
14960         Queue a resize when zoom changes
14961
14962 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14963
14964         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14965         shadows.
14966
14967         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14968         thumbnails..
14969
14970 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14971
14972         * pdf/xpdf/pdf-document.cc
14973         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14974
14975 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14976
14977         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14978         It's slow, but I'll speed it up next!
14979
14980 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14981
14982         * shell/main.c (load_files):
14983
14984         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14985         from the command line and because it seems more appropriate.
14986
14987 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14988
14989         * data/evince-ui.xml:
14990         * shell/ev-window.c: (update_action_sensitivity),
14991         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14992
14993         s/next page/page down
14994         s/previous page/page up
14995
14996 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14997
14998         * data/evince-ui.xml:
14999
15000         Change the layout to match clarkbw design.
15001
15002         * shell/Makefile.am:
15003         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
15004         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
15005         (ev_navigation_action_finalize),
15006         (ev_navigation_action_set_property),
15007         (ev_navigation_action_get_property),
15008         (ev_navigation_action_class_init):
15009         * shell/ev-navigation-action.h:
15010
15011         Implement clarkbw toolbar navigation controls (incomplete)
15012
15013         * shell/ev-page-action.c: (update_label), (update_spin),
15014         (value_changed_cb), (create_tool_item), (connect_proxy),
15015         (ev_page_action_init), (ev_page_action_finalize),
15016         (ev_page_action_set_property), (ev_page_action_get_property),
15017         (ev_page_action_set_current_page),
15018         (ev_page_action_set_total_pages), (ev_page_action_class_init):
15019         * shell/ev-page-action.h:
15020
15021         Implement a page switcher in the toolbar
15022
15023         * shell/ev-view.c: (ev_view_scroll_view):
15024         * shell/ev-window.c: (update_total_pages), (ev_window_open),
15025         (update_current_page), (view_page_changed_cb), (goto_page_cb),
15026         (register_custom_actions), (ev_window_init):
15027
15028         Change page on PageUp/Down.
15029
15030 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
15031
15032         * pdf/xpdf/pdf-document.cc
15033         (pdf_document_thumbnails_get_thumbnail): initial stab at
15034         implementing thumbnail support for pdfs.  It only does documents
15035         with precached pdfs now.
15036
15037 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
15038
15039         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
15040         thumbnail code into a time-based idle as well.  Also, turn off the
15041         shadow temporarily as it's really slow.
15042
15043 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
15044
15045         * backend/ev-document.c: (ev_document_class_init):
15046         * pdf/xpdf/pdf-document.cc:
15047         * shell/ev-window.c: (ev_window_open):
15048
15049         Fix document title bugs and fallback to
15050         filename when not available.
15051
15052 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
15053
15054         * backend/ev-document.c: (ev_document_get_type),
15055         (ev_document_class_init), (ev_document_load),
15056         (ev_document_get_title):
15057         * backend/ev-document.h:
15058         * pdf/xpdf/pdf-document.cc:
15059         * ps/ps-document.c: (ps_document_set_property),
15060         (ps_document_get_property), (ps_document_class_init),
15061         (document_load):
15062         * ps/ps-document.h:
15063         * ps/ps.h:
15064         * shell/ev-window.c: (update_window_title), (ev_window_open),
15065         (ev_window_init):
15066
15067         Initial support for document title. Not working yet.
15068
15069 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15070
15071         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
15072
15073         Grab focus on the view when clicking it
15074
15075 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15076
15077         * shell/ev-marshal.list:
15078         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
15079         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
15080
15081         Add key bindings to the view. Now if the focus would work
15082         right...
15083
15084 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15085
15086         * Makefile.am:
15087         * backend/Makefile.am:
15088         * data/Makefile.am:
15089         * dvi/Makefile.am:
15090         * dvi/dvilib/Makefile.am:
15091         * pdf/xpdf/Makefile.am:
15092         * po/POTFILES.in:
15093         * ps/Makefile.am:
15094
15095         Fix distcheck
15096
15097 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15098
15099         * shell/ev-view.c: (ev_view_realize):
15100
15101         Fix mouse wheel scrolling
15102
15103 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15104
15105         * ps/Makefile.am:
15106         * ps/gstypes.h:
15107         * ps/gtkgs.c:
15108         * ps/gtkgs.h:
15109         * ps/ps-document.c: (catchPipe), (ps_document_init),
15110         (ps_document_class_init), (ps_document_cleanup),
15111         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15112         (set_up_page), (close_pipe), (is_interpreter_ready),
15113         (interpreter_failed), (output), (input), (start_interpreter),
15114         (stop_interpreter), (file_length), (file_readable),
15115         (check_filecompressed), (check_pdf), (compute_xdpi),
15116         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15117         (ps_document_get_type), (ps_document_emit_error_msg),
15118         (document_load), (ps_document_next_page),
15119         (ps_document_get_current_page), (ps_document_get_page_count),
15120         (ps_document_goto_page), (ps_document_set_page_size),
15121         (ps_document_zoom_to_fit), (ps_document_set_zoom),
15122         (ps_document_load), (ps_document_get_n_pages),
15123         (ps_document_set_page), (ps_document_get_page),
15124         (ps_document_widget_event), (ps_document_set_target),
15125         (ps_document_set_scale), (ps_document_set_page_offset),
15126         (ps_document_get_page_size), (ps_document_render),
15127         (ps_document_document_iface_init):
15128         * ps/ps-document.h:
15129         * ps/ps.c:
15130         * shell/ev-window.c: (ev_window_open):
15131
15132         Rename GtkGS to PSDocument
15133
15134 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15135
15136         * ps/gtkgs.c: (gtk_gs_class_init):
15137         * ps/gtkgs.h:
15138
15139         Some more leftover...
15140
15141 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15142
15143         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15144         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15145         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15146         * ps/gtkgs.h:
15147
15148         Remove unused code and make a lot of stuff private
15149
15150 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15151
15152         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15153         (gtk_gs_defaults_changed):
15154         * ps/gsdefaults.h:
15155         * ps/gtkgs.c:
15156         * ps/gtkgs.h:
15157         * ps/ps.h:
15158
15159         Cleanup headers dependencies
15160
15161 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15162
15163         * ps/Makefile.am:
15164         * ps/ggvutils.c:
15165         * ps/ggvutils.h:
15166         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15167         * ps/gsdefaults.h:
15168         * ps/gtkgs.c: (file_length), (file_readable),
15169         (check_filecompressed), (check_pdf), (gtk_gs_load),
15170         (gtk_gs_get_postscript):
15171
15172         Get rid of ggvutils
15173
15174 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15175
15176         * ps/ggvutils.c:
15177         * ps/ggvutils.h:
15178         * ps/gsio.h:
15179         * ps/gtkgs.c: (gtk_gs_set_zoom):
15180
15181         Cleanups
15182
15183 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15184
15185         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15186
15187         Ensure the page is rerendered when changing zoom
15188
15189 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15190
15191         * backend/ev-document.c: (ev_document_base_init),
15192         (ev_document_changed):
15193         * backend/ev-document.h:
15194
15195         Add a changed event that is emitted when the page content
15196         changes. This is necessary to deal with the fact that
15197         in ps backend rendering happen asycrounously.
15198         This makes the ps backend mostly work.
15199
15200         * pdf/xpdf/pdf-document.cc:
15201
15202         Emit changed event
15203
15204         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15205         (ps_document_set_target):
15206
15207         Emit changed event
15208
15209         * shell/ev-view.c: (document_changed_callback),
15210         (ev_view_set_document), (ev_view_set_page):
15211
15212         Redraw on the changed signal
15213
15214 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15215
15216         * configure.ac: Added pt_BR to ALL_LINGUAS.
15217
15218 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15219
15220         * backend/ev-document-bookmarks.c:
15221         (ev_document_bookmarks_get_child): *
15222         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15223         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15224         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15225         (ev_sidebar_bookmarks_destroy),
15226         (ev_sidebar_bookmarks_class_init),
15227         (ev_sidebar_bookmarks_construct), (stack_data_free),
15228         (do_one_iteration), (populate_bookmarks_idle),
15229         (ev_sidebar_bookmarks_clear_document),
15230         (ev_sidebar_bookmarks_set_document): *
15231         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15232         (ev_sidebar_add_page),
15233         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15234         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15235         it displays both the topics and the page numbers.
15236
15237 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15238
15239         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15240         toggle.
15241         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15242         visible.
15243
15244 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15245
15246         * configure.ac: Added en_CA to ALL_LINGUAS.
15247
15248 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15249
15250         * ChangeLog: replace bottom of this ChangeLog (merged history of
15251         ggv and gpdf; where all paths were wrong and most of the files are
15252         not even in this tree) with ChangeLog (from arch) of the shell
15253         code.
15254
15255 2004-12-23  Havoc Pennington  <hp@redhat.com>
15256
15257         * shell/ev-window.c: hook up potentially-questionable "find
15258         results status text" feature - something involving the sidebar or
15259         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15260         might be better in the end.
15261
15262         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15263         with corresponding signal when it should be updated
15264
15265         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15266
15267 2004-12-22  Havoc Pennington  <hp@redhat.com>
15268
15269         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15270         find stuff on other pages, sort of (only returns one result on
15271         invisible pages, to show they have results; updates full results
15272         for a page when you view it). Currently repaints the current page
15273         every time a new result is found on any page, which isn't so nice.
15274
15275 2004-12-22  Havoc Pennington  <hp@redhat.com>
15276
15277         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15278         the document doesn't support find (better ideas?)
15279         (find_bar_search_changed_cb): handle missing document or document
15280         that doesn't support find
15281
15282         * pdf/xpdf/pdf-document.cc: port to implement the new
15283         EvDocumentFindIface
15284
15285         * backend/ev-document-find.c: create a new interface for searching
15286
15287         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15288
15289 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15290
15291         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15292         libevbackend.la.
15293
15294         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15295         EvPrintJob constructor arguments.
15296
15297         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15298         for documents that can export PostScript (page by page).
15299
15300         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15301         
15302         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15303         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15304         (pdf_document_ps_exporter_iface_init:
15305         Implement EvPSExporter.
15306
15307         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15308
15309 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15310
15311         * backend/Makefile.am:
15312         * backend/ev-document-thumbnails.c:
15313         (ev_document_thumbnails_get_type),
15314         (ev_document_thumbnails_get_thumbnail):
15315         * backend/ev-document-thumbnails.h:
15316         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15317         (pixbuf_document_thumbnails_get_thumbnail),
15318         (pixbuf_document_document_thumbnails_iface_init):
15319         * shell/Makefile.am:
15320         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15321         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15322         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15323         * shell/ev-sidebar-thumbnails.h:
15324         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15325         (ev_sidebar_set_document):
15326         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15327         (create_shadow), (ev_pixbuf_add_shadow):
15328         * shell/ev-utils.h:
15329         Add thumbnail support.
15330         
15331 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15332
15333         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15334         (using_postscript_printer): Set up a print dialog for "PostScript
15335         injection" method.
15336
15337         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15338         EvPrintJob.
15339
15340         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15341
15342 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15343
15344         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15345         (ps_document_set_target), (ps_document_get_page_size),
15346         (ps_document_render):
15347         * ps/gtkgs.h:
15348
15349         Fix a few bugs
15350
15351 2004-12-22  Christian Rose  <menthos@menthos.com>
15352
15353         * configure.ac: Added "sv" to ALL_LINGUAS.
15354
15355 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15356
15357         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15358         document supports bookmarks.
15359
15360 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15361
15362         * ps/ggvutils.c: (ggv_file_readable):
15363         * ps/ggvutils.h:
15364         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15365         (gtk_gs_get_postscript):
15366
15367         Remove unused utils
15368
15369 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15370
15371         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15372         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15373         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15374         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15375         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15376         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15377         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15378         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15379         (gtk_gs_set_antialiasing), (ps_document_load),
15380         (ps_document_render):
15381         * ps/gtkgs.h:
15382
15383         Another check point for the ps backend. Now I can get it to show
15384         pages!
15385
15386 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15387
15388         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15389         document setting code.
15390
15391 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15392
15393         * shell/eggfindbar.c: (entry_activate_callback):
15394         Animate the next button when activate is pressed.
15395         
15396 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15397
15398         * shell/ev-window.c: (ev_window_cmd_edit_find),
15399         (update_fullscreen_popup), (ev_window_fullscreen),
15400         (ev_window_unfullscreen), (ev_window_state_event_cb),
15401         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15402         Fix bugs in fullscreen code.
15403         
15404 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15405
15406         * Makefile.am:
15407         * configure.ac:
15408         * pixbuf/Makefile.am:
15409         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15410         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15411         (pixbuf_document_set_page), (pixbuf_document_get_page),
15412         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15413         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15414         (pixbuf_document_render), (pixbuf_document_begin_find),
15415         (pixbuf_document_end_find), (pixbuf_document_finalize),
15416         (pixbuf_document_class_init),
15417         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15418         * pixbuf/pixbuf-document.h:
15419         * shell/Makefile.am:
15420         * shell/ev-application.c: (ev_application_open):
15421         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15422         (ev_window_open):
15423         Add pixbuf backend.
15424         
15425 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15426
15427         * Makefile.am: 
15428         * dvi/dvilib/Makefile.am:
15429         * dvi/Makefile.am:
15430         * configure.ac: Auto*ify dvi and dvi/dvilib
15431
15432         * dvi/Makefile: Remove from CVS
15433         
15434         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15435         confusion.
15436
15437         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15438         
15439         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15440         
15441 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15442
15443         * ps/Makefile.am:
15444         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15445         (gtk_gs_value_adjustment_changed), (compute_size),
15446         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15447         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15448         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15449         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15450         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15451         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15452         (ps_document_load), (ps_document_get_n_pages),
15453         (ps_document_set_page), (ps_document_get_page),
15454         (ps_document_set_target), (ps_document_set_scale),
15455         (ps_document_set_page_offset), (ps_document_get_page_size),
15456         (ps_document_render), (ps_document_begin_find),
15457         (ps_document_end_find), (ps_document_document_iface_init):
15458         * ps/gtkgs.h:
15459         * shell/Makefile.am:
15460         * shell/ev-window.c: (ev_window_open):
15461
15462         Some work to integrate gtkgs with EvDocument
15463
15464 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15465
15466         * shell/ev-window.c: (update_fullscreen_popup),
15467         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15468         (exit_fullscreen_button_clicked_cb),
15469         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15470         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15471         (ev_window_state_event_cb), (ev_window_init):
15472         Add fullscreen support from Epiphany.
15473         
15474 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15475
15476         * data/ev-stock-zoom-fit-width.png: fit-width
15477         stock icon from gpdf.
15478         
15479         * shell/ev-stock-icons.[ch]: copied from gpdf.
15480         
15481         * shell/main.c: (main): init stock icons.
15482         
15483         * shell/ev-window.c: use the fit-width icon.
15484         
15485         * data/evince-ui.xml: add zooming toolbar items.
15486
15487 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15488
15489         * shell/ev-view.c: 
15490         (ev_view_best_fit), (ev_view_fit_width): because
15491         get_page_size() returns the scaled page size, we
15492         need to calculate the scale factor relative to
15493         the previous scale factor. Should really just
15494         add get_real_page_size().
15495
15496 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15497
15498         * shell/ev-view.[ch]:
15499         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15500         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15501         add zooming.
15502         
15503         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15504         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15505         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15506         hook it up.
15507         
15508         * pdf/xpdf/pdf-document.cc:
15509         (pdf_document_begin_find),
15510         (pdf_document_end_find): make static.
15511
15512 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15513
15514         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15515
15516         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15517         names to fontconfig patterns.
15518         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15519
15520         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15521         setupBaseFontsFc.
15522
15523 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15524
15525         * Makefile.am:
15526         * configure.ac:
15527         * ps/Makefile.am:
15528         * ps/ggvutils.c:
15529         * ps/ggvutils.h:
15530         * ps/gsdefaults.c:
15531         * ps/gsdefaults.h:
15532         * ps/gsio.c:
15533         * ps/gsio.h:
15534         * ps/gtkgs.c:
15535         * ps/gtkgs.h:
15536         * ps/ps.c:
15537         * ps/ps.h:
15538
15539         Import ggv backend. Not hooked up yet.
15540
15541 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15542
15543         * shell/main.c: (load_files), (main): load files
15544         from the command line.
15545
15546 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15547
15548         * configure.ac: don't require bonobo.
15549         
15550         * cut-n-paste/recent-files/*: kill bonobo recent
15551         view.
15552
15553         * shell/ev-window.c:
15554         (ev_window_is_empty): upd.
15555         (unable_to_load), (ev_window_open): load backend
15556         based on the mime type.
15557
15558 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15559
15560         * backend/.cvsignore: ignore generated marshalers source.
15561
15562         * shell/main.c (main): this is not epiphany.
15563
15564 2004-12-22  Havoc Pennington  <hp@redhat.com>
15565
15566         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15567         (expose_bin_window): draw find highlights
15568
15569         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15570         
15571         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15572         (pdf_document_end_find): implement this interface
15573
15574         * backend/ev-document.c (ev_document_found): add this to emit
15575         signal
15576
15577 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15578
15579         * data/evince-ui.xml: Add a few more toolbar items.
15580
15581         * shell/ev-window.c: Hook up page navigation toolbar 
15582         items.
15583
15584         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15585         a page-changed signal.
15586
15587         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15588         Add ev_document_get_page().
15589
15590         * shell/ev-window.c: Sensitize/desensitize navigation
15591         actions.
15592
15593 2004-12-21  Havoc Pennington  <hp@redhat.com>
15594
15595         * backend/ev-backend-marshal.c,
15596         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15597         marshaler-generator thingy. I'm sure there's a better way to do
15598         this in the modern world.
15599
15600         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15601         end_find methods and "found" signal.
15602
15603         * configure.ac: find glib-genmarshal
15604
15605 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15606
15607         * shell/ev-sidebar.c: Construct an actual sidebar.
15608         * shell/ev-sidebar-bookmarks.[ch]:
15609         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15610
15611 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15612
15613         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15614         Redo size handling.
15615         
15616         * shell/ev-view.c: Track the size from the document.
15617
15618 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15619
15620         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15621         constructor assumes ownership of the string passed in.
15622         
15623         * shell/ev-window.c (ev_window_open): Destroy the error
15624         dialog once we've displayed it.
15625
15626 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15627
15628         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15629         a bit, it works! (sort of)
15630
15631         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15632         Move to .cc since we need to use C++ in the implementation.
15633
15634         * shell/dummy.cc: Add a CC file to force evince
15635         to be linked as a C++ program.
15636
15637 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15638
15639         * shell/ev-view.[ch]: Start of content-area widget.
15640
15641         * shell/ev-window.c: Create a EvView, update it
15642         as we change documents.
15643
15644         * shell/Makefile.am shell/ev-marshal.list: Add
15645         generated marshalers.
15646
15647 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15648
15649         * Makefile.am (SUBDIRS): move shell.
15650
15651 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15652
15653         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15654         .a to libtool convenience libraries.
15655
15656         * shell/ev-window.c (ev_window_open): Hard code loading
15657         a PDF document.
15658         
15659         * backend/ev-document.h: Add a boolean return to load(),
15660         fix GError * to GError **.
15661
15662         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15663         object for a PDF backend EvDocument.
15664
15665 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15666
15667         * dvi/*: New directory with the beginning of a .dvi backend.
15668
15669 2004-12-21  Havoc Pennington  <hp@redhat.com>
15670
15671         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15672         previous/next instead of back/forward
15673
15674 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15675
15676         * backend/ev-document.[ch]: Fix a couple of problems so
15677         it compile.
15678
15679 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15680
15681         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15682         to backend/ directory, rename EvViewer to EvDocument.
15683
15684 2004-12-21  Havoc Pennington  <hp@redhat.com>
15685
15686         * shell/ev-window.c: hook up the find bar widget; now we just need
15687         a document to find things in
15688
15689         * shell/eggfindbar.c: a find bar widget
15690
15691 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15692
15693         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15694
15695 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15696
15697         * pdf/**: Import of xpdf code from gpdf. 
15698
15699         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15700
15701         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15702         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15703         Fix FreeType includes.
15704
15705         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15706         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15707         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15708         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15709         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15710         Include xpdfconfig.h
15711         
15712 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15713
15714         * shell/ev-window.c (ev_window_dispose): dispose can be called
15715         multiple times.
15716
15717 2004-12-21  Havoc Pennington  <hp@redhat.com>
15718
15719         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15720         rather than Evince
15721
15722         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15723         items; really they should be synced with the strings, etc. from
15724         current gpdf, but just getting the boring typing out of the way 
15725
15726 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15727
15728         * po/POTFILES.in:
15729         * shell/ev-application.c: (window_destroy_cb):
15730         * shell/ev-window.c:
15731         * shell/main.c: (main):
15732
15733         Actually show the window...
15734
15735 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15736
15737         * Makefile.am:
15738         * shell/Makefile.am:
15739         * shell/ev-application.c: (ev_application_class_init):
15740         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15741
15742         Make it build again
15743
15744 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15745
15746         Import to gnome cvs.
15747         
15748         * Remove copies of gpdf and ggv trees.
15749         * Rip out all the recursive configure code.
15750         * Remove bonobo machinery.
15751         * viewer/*: GInterfaces that backends should/can implement.
15752
15753 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15754
15755         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15756         typo
15757
15758 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15759
15760         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15761         (ev_application_finalize, ev_application_class_init)
15762         (ev_application_init): use GType instance private data for priv.
15763
15764         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15765         (ev_window_finalize, ev_window_class_init)
15766         (ev_window_init): ditto.
15767
15768 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15769
15770         * shell/ev-application.c (ev_application_new_window): make public
15771         (ev_application_show_initial_window): kill.
15772
15773         * shell/ev-application.h: update prototypes.
15774
15775         * shell/main.cc (main): inline ev_application_show_initial_window.
15776
15777 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15778
15779         * shell/ev-application.c (ev_application_new_window): impl.
15780         (ev_application_show_initial_window): use it.
15781         (is_window_empty, ev_application_get_empty_window): returns an
15782         existing empty window or a new one.
15783         (ev_application_open): from ev_window_cmd_file_open.
15784
15785         * shell/ev-application.h: update prototypes
15786
15787         * shell/ev-window.c (ev_window_is_empty): impl.
15788         (ev_window_open): make public.
15789         (ev_window_cmd_file_open): use ev_application_open
15790
15791         * shell/ev-window.h: update prototypes, remove unused.
15792
15793 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15794
15795         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15796         move destroy handler out of here...
15797
15798         * shell/ev-application.c, shell/ev-application.h: ...into this new
15799         class. Also handles initial window creation.
15800
15801         * shell/main.cc (main): use EvApplication to create initial
15802         window.
15803
15804 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15805
15806         * Makefile.am (SUBDIRS): add cut-n-paste
15807
15808         * cut-n-paste/Makefile.am: add
15809
15810         * configure.ac: generate Makefiles in cut-n-paste
15811
15812 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15813
15814         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15815         (ev_window_class_init): install ev_window_dispose.
15816
15817 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15818
15819         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15820         char (gchar looks stupid).
15821
15822 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15823
15824         * po/de.po: updated German translation.
15825
15826 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15827
15828         * configure.ac: add more pkg-config library checks for gnome-vfs,
15829         bonobo etc.
15830
15831         * gpdf/configure.in: temporarily disable libpaper
15832         checks. Otherwise I'd have to add the checks for the shell, too.
15833
15834 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15835
15836         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15837         and * file filters to the file choose.
15838
15839 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15840
15841         * po/de.po: Updated German translation.
15842
15843 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15844
15845         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15846
15847 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15848
15849         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15850
15851         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15852         (ev_window_init): implement those menuitems.
15853
15854 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15855
15856         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15857
15858         * shell/ev-window.c (ev_window_init): use the toolbar.
15859
15860 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15861
15862         * shell/ev-window.c (ev_window_init): use menu translations
15863
15864 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15865
15866         * configure.ac: add "de" to ALL_LINGUAS.
15867
15868         * po/de.po: add German translation.
15869
15870 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15871
15872         * Makefile.am (SUBDIRS): add po
15873
15874         * configure.ac: check intltool, glib-gettext etc, generate
15875         po/Makefile.in
15876
15877         * po, po/POTFILES.in, po/POTFILES.skip: new.
15878
15879 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15880
15881         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15882         already use (#ifdef ENABLE_NLS)
15883
15884         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15885         pointer indirection thinko.
15886
15887         * shell/main.c: include gi18n.h for bindtextdomain etc.
15888
15889 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15890
15891         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15892         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15893         tooltips for menu items in the statusbar.
15894
15895 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15896
15897         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15898         pkgdatadir drop UIDIR
15899
15900 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15901
15902         * data/evince-ui.xml: Add File->Open menu item
15903
15904         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15905         chooser), hook it up in the ui manager.
15906
15907 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15908
15909         * shell/ev-window.c: fix Help->About tooltip.
15910
15911 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15912
15913         * configure.ac: set CFLAGS for libevprivate.
15914
15915         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15916         definitions, factory etc.
15917
15918         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15919
15920         * shell/Makefile.am: link against libevprivate.a.
15921
15922         * shell/ev-window.c (entries): add stock icon to Help->About.
15923
15924         * shell/main.c (main): init stock icon code.
15925
15926 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15927
15928         * lib/recent-files: egg recent files code
15929
15930         * lib/Makefile.am: add.
15931
15932         * Makefile.am: add lib subdir.
15933
15934         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15935         set CFLAGS for recent-files.
15936
15937 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15938
15939         * configure.ac: disable -ansi and -pedantic gcc flags. They
15940         disable POSIX stuff in stdio.h, but egg-recent uses them.
15941
15942 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15943
15944         * configure.ac: add --disable-deprecated flag (defaults to on in
15945         "cvs" builds).
15946
15947         * shell/Makefile.am (INCLUDES): use it.
15948
15949 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15950
15951         * shell/main.c: add missing #include.
15952
15953         * shell/ev-window.c: fix for pedantic gcc.
15954         (ev_window_cmd_help_about): split license into paragraphs for
15955         translators and pedantic compilers.
15956
15957 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15958
15959         * configure.ac: add more warning flags if compiling with gcc from
15960         cvs (or explicitly requested with --enable-more-warnings).
15961
15962 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15963
15964         * data/evince-ui.xml: add File and File->Close menu.
15965
15966         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15967         (ev_window_destroy): quit after destroy.
15968         (ev_window_class_init): override GtkObject::destroy.
15969         (entries): install close_window callback.
15970
15971 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15972
15973         * Makefile.am (SUBDIRS): add data subdir.
15974
15975         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15976         gtk+ 2.5.0 for GtkAboutDialog.
15977
15978         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15979         main window.
15980
15981         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15982
15983         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15984         manager.
15985         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15986
15987 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15988
15989         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15990
15991 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15992
15993         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15994
15995 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15996
15997         * shell/*: Added shell directory boilerplate, build it.
15998
15999 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
16000
16001         * configure.ac, Makefile.am: Added top-level configure.ac and
16002         Makefile.am