]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
ee122f301e8dbd599d6df6f71fe14d4c963d9c26
[evince.git] / ChangeLog
1 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * Makefile.am:
5         * data/Makefile.am:
6         * previewer/Makefile.am:
7         * previewer/ev-previewer-window.[ch]:
8         * previewer/ev-previewer.c:
9
10         Add evince-previewer as a separate applicaton that implements the
11         preview mode.
12         
13 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * configure.ac:
16         * Makefile.am:
17         * po/POTFILES.in:
18         * shell/Makefile.am:
19         * shell/ev-page-action-widget.[ch]:
20         * shell/ev-page-action.[ch]:
21         * shell/ev-stock-icons.[ch]:
22         * shell/ev-application.c:
23         * shell/main.c:
24         * libmisc/Makefile.am:
25         * libmisc/ev-page-action-widget.[ch]:
26         * libmisc/ev-page-action.[ch]:
27         * libmisc/ev-stock-icons.[ch]:
28
29         Move EvPageAction and EvStockIcons from shell to a new internal
30         library (libevmisc) that will be used by the evince previewer too.
31         
32 2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
33
34         * backend/tiff/tiff2ps.c (tiff2ps_context_new):
35         
36         Fixes memory leak. Bug #578285.
37         
38 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * libview/ev-view.[ch]: (ev_view_set_zoom),
41         (ev_view_update_view_size):
42         * shell/ev-window.c: (ev_window_set_view_size),
43         (ev_window_sizing_mode_changed_cb), (ev_window_init):
44
45         Move ev_view_update_view_size() from libview to ev-window again
46         and make sure the view is not redrawn when calling
47         ev_view_set_zoom more than once with the same zoom scale.
48
49 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
50
51         * shell/ev-window.c:
52
53         Follow up to bug #539972. Alt+Arrows conflict with
54         view scrolling, changed it to Ctrl+Arrows.
55
56 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
57
58         * shell/ev-print-operation.c (clamp_ranges),
59         (ev_print_operation_export_print_dialog_response_cb):
60         * test/Makefile.am:
61         * test/test7.py:
62         
63         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
64         the bug 517735. Fixes preview of the empty selection.
65
66 2009-04-01  Christian Persch  <chpe@gnome.org>
67
68         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
69         BugBuddyBugs component.
70
71 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
72
73         * shell/ev-application.c (ev_application_init):
74         
75         Set proper path to saved accels file. Fixes bug #577500.
76
77 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
78
79         * libview/ev-transition-animation.c:
80         (ev_transition_animation_paint), (ev_transition_animation_ready):
81
82         Animation is ready only when origin surface is ready. This fixes
83         fading animations because otherwise next page is displayed 
84         before animaiton starts.
85
86 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
87
88         * test/Makefile.am:
89         * test/test6.py:
90         
91         Added a test to check printing and a size of the file.
92
93 2009-03-24  Christian Persch  <chpe@gnome.org>
94
95         * cut-n-paste/smclient/eggdesktopfile.c:
96         (egg_desktop_file_launchv), (egg_set_desktop_file):
97         * cut-n-paste/smclient/eggsmclient.c:
98         (egg_sm_client_get_option_group): Update smclient from libegg master.
99
100 2009-03-19  Christian Persch  <chpe@gnome.org>
101
102         * shell/ev-window.c: (ev_window_cmd_save_as),
103         (ev_window_cmd_file_close_window),
104         (ev_view_popup_cmd_save_image_as),
105         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
106         order for dialogues.
107
108 2009-03-19  Christian Persch  <chpe@gnome.org>
109
110         Bug 575085 – titles not translated in the nautilus tab
111
112         * properties/ev-properties-view.c: (set_property): Translate the
113         categories.
114
115 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * NEWS:
118         * configure.ac:
119
120         Updated for release 2.26.0
121         
122 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
123
124         * properties/ev-properties-view.c:
125         (ev_properties_view_format_date): Make the fixed sized string a 
126         semantically correct const char[] instead of a const char* to fix 
127         a compiler warning if built with -Wformat.
128         ** Fixes bug 574168
129
130 2009-03-03  Christian Persch  <chpe@gnome.org>
131
132         * libdocument/ev-document-factory.c:
133         (ev_document_factory_get_document): If the document is encrypted,
134         the ev_document_factory_get_document() is supposed to return the
135         document *and* fill in the error. So let's propagate the local error.
136
137 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * NEWS:
140
141         Update for release 2.25.92.
142         
143 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * libview/ev-view.c: (ev_view_goto_window_create):
146
147         Show the 'jump to page' window in the right GdkScreen. Fixes bug
148         #560541.
149         
150 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-window.c: (ev_window_set_document),
153         (ev_window_reload_job_cb):
154
155         Do not lose page position when reloading. Fixes bug #573091.
156         
157 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
160         (pdf_document_thumbnails_get_thumbnail),
161         (pdf_document_thumbnails_get_dimensions):
162
163         Make our own thumbnail when the provided one doesn't have the size
164         we need. Based on patch and feedback by Christian Spurk. Fixes
165         bugs #323198 and #307357.
166         
167 2009-02-27   Christian Spurk  <mail@code.chriki.de>
168
169         * thumbnailer/evince-thumbnailer.c: (main):
170
171         Reduce the restriction on the minimum size of thumbnails from 40
172         to 1. See bug #323198.
173         
174 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
177
178         Use GOption in thumbnailer.
179         
180 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * backend/pdf/ev-poppler.cc: (pdf_document_save),
183         (pdf_document_forms_form_field_text_set_text),
184         (pdf_document_forms_form_field_button_set_state),
185         (pdf_document_forms_form_field_choice_select_item),
186         (pdf_document_forms_form_field_choice_toggle_item),
187         (pdf_document_forms_form_field_choice_unselect_all),
188         (pdf_document_forms_form_field_choice_set_text):
189
190         Use poppler_document_save_a_copy(), which never saves the document
191         modifications, when saving an unmodified document. It makes saving
192         a copy of encrypted PDFs work again. Fixes bug #566791.
193         
194 2009-02-18  Christian Persch  <chpe@gnome.org>
195
196         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
197         Don't use g_quark_from_static_string in a loadable module!
198
199 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * configure.ac:
202
203         Update for release 2.25.91
204         
205 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
206
207         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
208         GTK symbol in commented out code. Bug #571707
209
210 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * NEWS:
213
214         Update for release 2.25.91.
215         
216 2009-02-16  Christian Persch  <chpe@gnome.org>
217
218         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
219         memory read.
220
221 2009-02-15  Christian Persch  <chpe@gnome.org>
222
223         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
224         warnings.
225
226 2009-02-15  Christian Persch  <chpe@gnome.org>
227
228         * libdocument/Makefile.am:
229         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
230
231 2009-02-15  Christian Persch  <chpe@gnome.org>
232
233         * libdocument/ev-document-type-builtins.c.template:
234         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
235
236 2009-02-14  Christian Persch  <chpe@gnome.org>
237
238         * backend/impress/impress-document.c: (impress_document_save):
239         Fill in the error.
240
241 2009-02-14  Christian Persch  <chpe@gnome.org>
242
243         * libdocument/ev-document.c: (ev_document_load): Add code to catch
244         backends incorrectly implementing the load vfunc.
245
246 2009-02-14  Christian Persch  <chpe@gnome.org>
247
248         * libdocument/ev-document-factory.c:
249         (ev_document_factory_get_document): Use a local GError, and propagate
250         as appropriate, making sure always to fill in @error if returning NULL.
251
252 2009-02-14  Christian Persch  <chpe@gnome.org>
253
254         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
255
256 2009-02-14  Christian Persch  <chpe@gnome.org>
257
258         * backend/pdf/ev-poppler.cc: Plug a mem leak.
259
260 2009-02-14  Christian Persch  <chpe@gnome.org>
261
262         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
263         an error.
264
265 2009-02-14  Christian Persch  <chpe@gnome.org>
266
267         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
268         to always set @error when returning FALSE. Fix a typo.
269
270 2009-02-14  Christian Persch  <chpe@gnome.org>
271
272         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
273         to always set @error when returning FALSE.
274
275 2009-02-14  Christian Persch  <chpe@gnome.org>
276
277         * backend/comics/comics-document.c: (comics_document_load): Make sure
278         to always set @error when returning FALSE.
279
280 2009-02-14  Christian Persch  <chpe@gnome.org>
281
282         * backend/impress/impress-document.c: (impress_document_load): Plug a
283         mem leak.
284
285 2009-02-14  Christian Persch  <chpe@gnome.org>
286
287         * backend/impress/impress-document.c: (impress_document_load): Don't
288         overwrite an error.
289
290 2009-02-14  Christian Persch  <chpe@gnome.org>
291
292         * libdocument/ev-document.c: (ev_document_info_copy): Remove
293         unnecessary NULL check; g_strdup() is NULL-safe.
294
295 2009-02-14  Christian Persch  <chpe@gnome.org>
296
297         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
298         that this returns either NULL and fills in error, or non-NULL. Use a
299         local GError so we can reliably check it.
300
301 2009-02-14  Christian Persch  <chpe@gnome.org>
302
303         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
304         content type to get the description, not the MIME type.
305
306 2009-02-14  Christian Persch  <chpe@gnome.org>
307
308         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
309         in @error on failure. Also, since this is exported in public APIs,
310         cope with the passed-in GError** being NULL.
311
312 2009-02-13  Christian Persch  <chpe@gnome.org>
313
314         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
315         safety.
316         (get_mime_type_from_data): Return the MIME type, not the content type.
317
318 2009-02-13  Christian Persch  <chpe@gnome.org>
319
320         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
321         the input stream.
322
323 2009-02-13  Christian Persch  <chpe@gnome.org>
324
325         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
326         all errors upwards.
327
328 2009-02-13  Christian Persch  <chpe@gnome.org>
329
330         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
331         more bytes from buffer than were read from the file.
332
333 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
334
335         * properties/ev-properties-view.c (set_property):
336         
337         Fixes bug #571787.
338
339 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * shell/eggfindbar.c: (egg_find_bar_init):
342
343         Use gtk_tool_button_set_use_underline() for next/previous buttons
344         so that the underline is used for the mnemonic. Fixes bug #571547.
345         
346 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-window.c: (setup_document_from_metadata),
349         (setup_sidebar_from_metadata), (setup_document_from_metadata),
350         (setup_view_from_metadata), (ev_window_set_document),
351         (ev_window_load_job_cb), (ev_window_reload_job_cb),
352         (ev_window_reload_remote), (ev_window_init):
353
354         Do not use metadata when reloading the document, so that the
355         window is not resized when reloading. See bugs #571051 and
356         #304249.
357         
358 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * configure.ac:
361         * cut-n-paste/smclient/Makefile.am:
362
363         Fix smclient libs on cycgwin. See bug #339172.
364         
365 2009-02-08  Christian Persch  <chpe@gnome.org>
366
367         * configure.ac:
368         * libdocument/Makefile.am:
369         * libview/Makefile.am: Add experimental introspection support.
370         Disabled by default; use --enable-introspection to enable it.
371         Bug #569083.
372
373 2009-02-08  Christian Persch  <chpe@gnome.org>
374
375         * libview/Makefile.am: Link libevdocument.la to libevview.la.
376
377 2009-02-05  Christian Persch  <chpe@gnome.org>
378
379         * backend/comics/comics-document.c: (comics_document_load):
380         * backend/djvu/djvu-document.c: (djvu_document_load):
381         * backend/dvi/dvi-document.c: (dvi_document_load):
382         * backend/impress/impress-document.c: (impress_document_load):
383         * backend/pdf/ev-poppler.cc:
384         * libdocument/ev-document-factory.c: (get_document_from_uri),
385         (ev_document_factory_get_document):
386         * shell/ev-print-operation.c:
387         (ev_print_operation_export_print_dialog_response_cb): Use
388         g_set_error_literal now that we depend on glib 2.18.
389
390 2009-02-05  Hib Eris  <hib@hiberis.nl>
391
392         * shell/ev-application.c:
393
394         Include gdkx.h only with X11. See bug #339172.
395         
396 2009-02-05  Hib Eris  <hib@hiberis.nl>
397
398         * backend/pdf/pdfdocument.evince-backend.in:
399
400         Add application/x-ext-pdf mime type for pdf backend. See bug
401         #339172.
402         
403 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * configure.ac:
406         * cut-n-paste/smclient/Makefile.am:
407         * cut-n-paste/smclient/eggdesktopfile.c:
408         * cut-n-paste/smclient/eggsmclient-win32.c:
409         * shell/main.c:
410
411         Make session manager code compile for w32. These changes have been
412         taken from upstream libegg. Based on patch by Hib Eris. See bug
413         #339172.
414         
415 2009-02-05  Hib Eris  <hib@hiberis.nl>
416
417         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
418
419         Make screensaver code compile for w32. These changes have been
420         copied from upstream totem. See bug #339172.
421         
422 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * configure.ac:
425         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
426
427         Make use of GConf optional. Based on patch by Hib Eris. See bug
428         #339172.
429         
430 2009-02-04  Christian Persch  <chpe@gnome.org>
431
432         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
433         evince gettext domain, so i18n works in the library.
434
435         * properties/ev-properties-main.c: (nautilus_module_initialize):
436         Remove extra bindtextdomain call.
437
438 2009-02-04  Christian Persch  <chpe@gnome.org>
439
440         * backend/comics/comics-document.c:
441         * backend/djvu/djvu-document.c:
442         * backend/dvi/dvi-document.c:
443         * backend/impress/impress-document.c:
444         * backend/pdf/ev-poppler.cc:
445         * backend/pixbuf/pixbuf-document.c:
446         * backend/ps/ev-spectre.c:
447         * backend/tiff/tiff-document.c:
448         * libdocument/ev-attachment.c:
449         * libdocument/ev-document-factory.c:
450         * libview/ev-jobs.c:
451         * libview/ev-view-accessible.c:
452         * libview/ev-view.c:
453         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
454         gi18n.h.
455
456 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * NEWS:
459         * configure.ac:
460
461         Update for release 2.25.90
462         
463 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * cut-n-paste/zoom-control/ephy-zoom-control.c:
466         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
467
468         Remove the old tooltips code and use G_DEFINE_TYPE().
469         
470 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * configure.ac:
473         * help/reference/Makefile.am:
474         * help/reference/libdocument/Makefile.am:
475         * help/reference/libdocument/libevdocument-docs.sgml:
476         * help/reference/libdocument/libevdocument.types:
477         * help/reference/libdocument/version.xml.in:
478         * help/reference/libview/Makefile.am:
479         * help/reference/libview/libevview-docs.sgml:
480         * help/reference/libview/libevview.types:
481         * help/reference/libview/version.xml.in:
482         * help/reference/shell/Makefile.am:
483         * help/reference/shell/evince-docs.sgml:
484         * help/reference/shell/evince.types:
485         * help/reference/shell/tmpl/dummy.sgml:
486         * help/reference/shell/version.xml.in:
487
488         Split API documentation into libdocument, libview and
489         shell. Required gtk-doc files has been added, but API docs still
490         need to be completed and improved. Fixes bug #568465.
491         
492 2009-02-01  Christian Persch  <chpe@gnome.org>
493
494         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
495
496 2009-02-01  Christian Persch  <chpe@gnome.org>
497
498         * backend/Makefile.am:
499         A backend/backend.symbols:
500         * configure.ac: Only export the backend module entry point. Bug
501         #569998.
502
503 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * shell/eggfindbar.c: (egg_find_bar_init):
506
507         Add mnemonics to buttons in search bar. Fixes bug #569212.
508         
509 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
510         
511         * shell/ev-print-operation.c:
512         (ev_print_operation_export_print_dialog_response_cb):
513
514         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
515         
516 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
519
520         Clamp top/bottom values of destinations to make sure they are not
521         bigger than the page height. Fixes bug #569327.
522         
523 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * libdocument/ev-debug.h:
526
527         Fix build when debug mode is disabled.
528         
529 2009-01-30  Christian Persch  <chpe@gnome.org>
530
531         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
532         this return TRUE only if any backends were loaded, so the ev_init()
533         function works as documented.
534
535 2009-01-30  Christian Persch  <chpe@gnome.org>
536
537         * evince-document.h:
538         * libdocument/Makefile.am:
539         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
540         #569117.
541
542         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
543         * libdocument/ev-backends-manager.h:
544         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
545         * libdocument/ev-debug.h:
546         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
547         (_ev_file_helpers_shutdown):
548         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
549         private.
550
551         * properties/ev-properties-main.c: (nautilus_module_initialize),
552         (nautilus_module_shutdown):
553         * shell/main.c: (main):
554         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
555         init/shutdown method.
556
557 2009-01-29  Christian Persch  <chpe@gnome.org>
558
559         * shell/main.c: (option_version_cb): Add --version which was lost in
560         the libgnome removal. Bug #562869.
561
562 2009-01-26  Christian Persch  <chpe@gnome.org>
563
564         * shell/ev-application.c: (ev_application_register_service),
565         (ev_application_shutdown):
566         * shell/main.c: (main): Move metadata manager initialisation and
567         shutdown into EvApplication. Follow-up from bug #569120.
568
569 2009-01-26  Christian Persch  <chpe@gnome.org>
570
571         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
572         copy the string twice. Bug #569231.
573
574 2009-01-26  Christian Persch  <chpe@gnome.org>
575
576         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
577         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
578         * libdocument/ev-file-helpers.h:
579         * shell/ev-application.c: (ev_application_shutdown),
580         (ev_application_init), (ev_application_screensaver_disable),
581         (ev_application_save_print_settings),
582         (ev_application_set_page_setup):
583         * shell/ev-application.h:
584         * shell/ev-metadata-manager.c: (load_values),
585         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
586         shell, since it shouldn't be public API. Bug #569120.
587
588         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
589         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
590
591 2009-01-25  Christian Persch  <chpe@gnome.org>
592
593         Bug 569082 – use versioned directory for backends
594
595         * configure.ac: Define ev_binary_version and backenddir.
596         * evince-document.pc.in: Add backenddir variable.
597         * libdocument/Makefile.am:
598         * backend/*/Makefile.am: Remove backenddir definition, so it picks
599         up the one from configure.
600
601 2009-01-25  Christian Persch  <chpe@gnome.org>
602
603         * configure.ac:
604         * evince-document.pc.in: Renamed from evince-backend.pc.in.
605         * libdocument/Makefile.am: Renamed library to libevdocument.la.
606         * libview/Makefile.am:
607         * shell/Makefile.am:
608         * backend/*/Makefile.am: Adapt to changed library name.
609
610         * libdocument/Makefile.am:
611         * libview/Makefile.am: Change the installed headers path to match
612         the directory names in SVN.
613
614         * evince-document.h:
615         * evince-view.h: Add single headers. Bug #568227.
616
617         * libdocument/*.h:
618         * libview/*.h: Add single headers guards.
619
620         * libview/Makefile.am:
621         * libdocument/Makefile.am:
622         * backend/*/Makefile.am:
623         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
624         still include individual headers.
625
626         * properties/Makefile.am:
627         * properties/ev-properties-main.c:
628         * properties/ev-properties-view.h:
629         * thumbnailer/Makefile.am:
630         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
631
632         * libdocument/Makefile.am:
633         * libview/Makefile.am: Generate type builtins from all installed headers.
634         * libdocument/ev-link-action.[ch]:
635         * libdocument/ev-link-dest.[ch]:
636         * libdocument/ev-transition-effect.[ch]:
637         * libview/ev-view.[ch]: Remove handcoded type builtins.
638
639         * libdocument/Makefile.am:
640         * evince-document.h: Add ev-document-factory.h to the public headers.
641
642 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * shell/ev-sidebar-page.c:
645
646         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
647         #568228.
648         
649 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * libdocument/ev-document.h:
652
653         Add EV_DEFINE_INTERFACE macro.
654         
655         * libdocument/ev-async-renderer.c:
656         * libdocument/ev-document-find.c:
657         * libdocument/ev-document-fonts.c:
658         * libdocument/ev-document-forms.c:
659         * libdocument/ev-document-images.c:
660         * libdocument/ev-document-layers.c:
661         * libdocument/ev-document-links.c:
662         * libdocument/ev-document-security.c:
663         * libdocument/ev-document-thumbnails.c:
664         * libdocument/ev-document-transition.c:
665         * libdocument/ev-document.c:
666         * libdocument/ev-file-exporter.c:
667         * libdocument/ev-selection.c:
668
669         Use EV_DEFINE_INTERFACE macro to define interfaces in
670         libdocument. See bug #568228.
671         
672 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * libdocument/ev-document.[ch]:
675
676         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
677         #568228.
678         
679 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
680
681         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
682         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
683         (new_separator_pixbuf):
684         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
685         (egg_toolbar_editor_disconnect_model),
686         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
687         (egg_toolbar_editor_finalize):
688         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
689         * cut-n-paste/toolbar-editor/eggmarshalers.list:
690         
691         Sync EggToolbarEditor with libegg.
692
693 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
694
695         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
696         When saving a file, using the default permissions for the user/system,
697         respecting umask and any setgid bit on the directory. Uses the new
698         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
699         Bug #568593.
700         
701 2009-01-21  Christian Persch  <chpe@gnome.org>
702
703         * configure.ac:
704         * libdocument/Makefile.am:
705         * libview/Makefile.am: Add libtool versioning to libevbackend and
706         libevview. Bug #568229.
707
708 2009-01-21  Christian Persch  <chpe@gnome.org>
709
710         * Makefile.am:
711         * configure.ac:
712         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
713
714 2009-01-21  Christian Persch  <chpe@gnome.org>
715
716         * configure.ac:
717         * libdocument/Makefile.am:
718         A libdocument/ev-version.h.in: Add version defines and version check
719         macro. Bug #568224.
720
721 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
722
723         * shell/ev-sidebar-links.c
724         * shell/ev-print-operation.c:
725         * shell/ev-history.c:
726         * shell/ev-file-monitor.c:
727         * shell/ev-window.c:
728         * shell/ev-password-view.c:
729         * shell/ev-sidebar-thumbnails.c:
730         * shell/ev-sidebar-attachments.c:
731         * libview/ev-pixbuf-cache.c:
732         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
733         Bug #568386.
734
735 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
736
737         * libdocument/ev-document-info.h:
738
739         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
740         
741 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
742
743         * libview/Makefile.am:
744
745         Install ev-job-scheduler.h. See bug #567790.
746         
747 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
748
749         * libdocument/Makefile.am:
750
751         Install ev-backends-manager.h and
752         ev-document-type-builtins.h. Fixes bug #567787.
753         
754 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * NEWS:
757         * configure.ac:
758
759         Update for release 2.25.5
760         
761 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * libview/ev-view.c: (ev_view_drag_data_get):
764
765         Fix second parameter passed to gtk_selection_data_set_uris(), 
766         it expects a gchar **.
767         
768 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
769
770         * libdocument/Makefile.am:
771         * libdocument/ev-document-info.h:
772         * libdocument/ev-document-type-builtins.c.template:
773         * libdocument/ev-document-type-builtins.h.template:
774         * libdocument/ev-document.c: (ev_document_info_get_type),
775         (ev_document_info_copy):
776
777         Make EvDocumentInfo and enums definded in ev-document-info.h
778         GTypes. Fixes bug #567789.
779         
780 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
781
782         * shell/main.c (arguments_parse): Fix for a minor code typo.
783
784 2009-01-18  Christian Persch  <chpe@gnome.org>
785
786         * help/reference/Makefile.am:
787         * help/reference/evince.types: Fix the API docs build. Bug #568171.
788
789 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
790
791         * libview/Makefile.am:
792         * libview/ev-view-type-builtins.c.template:
793         * libview/ev-view-type-builtins.h.template:
794
795         Make EvJobPriority a proper GType. Fixes bug #567788.
796         
797 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * configure.ac:
800         * cut-n-paste/*/Makefile.am:
801         * libdocument/Makefile.am:
802
803         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
804         code.
805         
806 2009-01-18  Christian Persch  <chpe@gnome.org>
807
808         * libview/ev-view.c: (ev_view_drag_data_get),
809         (ev_view_drag_motion), (ev_view_update_primary_selection),
810         (clear_link_selected):
811         * shell/ev-sidebar-attachments.c:
812         (ev_sidebar_attachments_drag_data_get),
813         (ev_sidebar_attachments_get_property),
814         (ev_sidebar_attachments_init):
815         * shell/ev-window.c: Update drag handling code to use the
816         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
817         hardcoding the targets lists. Bug #558084.
818         
819 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * libdocument/Makefile.am:
822         * libdocument/ev-backend-marshal.c:
823         * libdocument/ev-backend-marshalers.list:
824         * libdocument/ev-document.c:
825
826         Remove unused marshalers stuff from libdocument.
827         
828 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * po/POTFILES.in:
831
832         Update for the current source tree.
833         
834 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * configure.ac:
837         * Makefile.am:
838         * libdocument/Makefile.am:
839         * libview/Makefile.am:
840         * libview/ev-job-scheduler.[ch]:
841         * libview/ev-jobs.[ch]:
842         * libview/ev-page-cache.[ch]:
843         * libview/ev-pixbuf-cache.[ch]:
844         * libview/ev-timeline.[ch]:
845         * libview/ev-transition-animation.[ch]:
846         * libview/ev-view-accessible.[ch]:
847         * libview/ev-view-marshal.list:
848         * libview/ev-view.[ch]:
849         * shell/Makefile.am:
850
851         Move EvView specific code to a libeviview library so that it can
852         be embbeded in other applications. Based on patches by Tomeu
853         Vizoso. Fixes bug #567751.
854         
855 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
858         * shell/ev-window.c: (ev_window_load_job_cb),
859         (ev_window_load_job_cb), (ev_window_open_uri),
860         (ev_window_reload_local), (ev_window_dispose):
861
862         Remove dest, mode and search_string from EvJobLoad since they are
863         not really needed by the job, but for the window.
864         
865 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-view.c: (ev_view_drag_data_received),
868         (ev_view_class_init), (ev_view_init):
869         * shell/ev-window.c: (ev_window_drag_data_received),
870         (ev_window_class_init), (ev_window_init):
871
872         Make the whole EvWindow the destination of a drag and drop
873         operation.
874         
875 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-window.c: (window_open_file_copy_progress_cb):
878
879         Add missing brakets around the percentage in progress
880         messages. See bug #567910.
881         
882 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-application.c: (ev_application_open_window),
885         (ev_application_open_uri_at_dest):
886
887         Do no use gdk_x11_* when not available. Based on patch by Hib
888         Eris, see bug #339172.
889         
890 2009-01-16  Hib Eris  <hib@hiberis.nl>
891
892         * configure.ac:
893         * properties/ev-properties-view.c:
894         (ev_properties_view_format_date):
895
896         Check for localtime_r. See bug #339172.
897         
898 2009-01-16  Hib Eris  <hib@hiberis.nl>
899
900         * shell/main.c:
901
902         Include gdkx only for dbus support. See bug #339172.
903         
904 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
905
906         * shell/ev-view.c: (ev_view_set_zoom_for_size):
907
908         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
909         #567785.
910         
911 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * shell/ev-window.c: (reload_remote_copy_progress_cb),
914         (window_save_file_copy_progress_cb):
915
916         Use brakets around the percentage in progress messages. See bug
917         #567910.
918         
919 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * shell/ev-window.c: (reload_remote_copy_ready_cb):
922
923         Fix typo in error message. See bug #567910.
924         
925 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * shell/ev-window.c: (ev_window_cmd_file_close_window):
928
929         Fix mnemonic conflict. Fixes bug #567937.
930         
931 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
932
933         * NEWS:
934         * configure.ac:
935
936         Update for release 2.25.4
937         
938 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
939
940         * configure.ac:
941         
942         GLib version requirement bumped to 2.18 due to g_set_error_literal.
943         Thanks to Christian Spurk.
944
945 2008-12-31  Hib Eris  <hib@hiberis.nl>
946         
947         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
948
949         Fix mime type handling.
950         
951 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * po/POTFILES.in:
954
955         Add ev-print-operation.c.
956         
957 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-window.c: (ev_window_clear_progress_idle),
960         (reset_progress_idle), (ev_window_show_progress_message),
961         (ev_window_reset_progress_cancellable),
962         (ev_window_progress_response_cb), (show_loading_progress),
963         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
964         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
965         (show_reloading_progress), (reload_remote_copy_ready_cb),
966         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
967         (show_saving_progress), (window_save_file_copy_ready_cb),
968         (window_save_file_copy_progress_cb), (ev_window_save_remote),
969         (ev_window_dispose):
970
971         Show progress information when loading/saving remote files. Fixes
972         bug #370958.
973         
974 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
975
976         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
977
978         Show better warning message when temp file cannot be deleted.
979         
980 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-window.c: (image_save_dialog_response_cb):
983
984         Fix saving images to remote locations.
985         
986 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/ev-application.[ch]: (ev_application_shutdown),
989         (ev_application_get_print_settings_file),
990         (ev_application_save_print_settings),
991         (ev_application_get_print_settings),
992         (ev_application_set_print_settings),
993         (ev_application_get_page_setup), (ev_application_set_page_setup):
994         * shell/ev-window.c: (ev_window_save_print_page_setup),
995         (ev_window_load_print_page_setup_from_metadata),
996         (ev_window_print_page_setup_done_cb),
997         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
998         (ev_window_cmd_preview_print):
999
1000         Remember page setup options too. Paper size is globally remembered
1001         while page margins are stored per document in metadata file. Fixes
1002         bugs #525185 and #349102.
1003         
1004 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-print-operation.c:
1007         (ev_print_operation_export_print_dialog_response_cb):
1008
1009         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1010         
1011 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-print-operation.c: (export_cancel),
1014         (export_job_cancelled), (ev_print_operation_export_begin),
1015         (ev_print_operation_export_cancel):
1016         * shell/ev-window.c: (ev_window_print_cancel),
1017         (ev_window_print_update_pending_jobs_message),
1018         (ev_window_print_operation_done),
1019         (ev_window_print_operation_status_changed),
1020         (print_jobs_confirmation_dialog_response),
1021         (ev_window_cmd_file_close_window):
1022
1023         Show a confirmation dialog when there are pending print jobs while
1024         closing the main window. Fixes bug #480964.
1025         
1026 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1029         (ev_print_operation_get_job_name),
1030         (ev_print_operation_get_status),
1031         (ev_print_operation_get_progress),
1032         (ev_print_operation_update_status),
1033         (ev_print_operation_export_get_job_name), (clamp_ranges),
1034         (get_first_and_last_page), (ev_print_operation_export_run_next),
1035         (print_job_finished), (export_print_done), (export_job_cancelled),
1036         (update_progress), (export_print_page),
1037         (ev_print_operation_export_begin),
1038         (ev_print_operation_export_print_dialog_response_cb),
1039         (ev_print_operation_export_run),
1040         (ev_print_operation_export_cancel),
1041         (ev_print_operation_export_class_init):
1042         * shell/ev-window.c:
1043         (ev_window_print_update_pending_jobs_message),
1044         (ev_window_print_operation_done),
1045         (ev_window_print_progress_response_cb),
1046         (ev_window_print_operation_status_changed),
1047         (ev_window_print_operation_begin_print), (ev_window_print_range),
1048         (ev_window_dispose):
1049
1050         Show progress information when printing. Fixes bug #482770.
1051         
1052 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/Makefile.am:
1055         * shell/ev-progress-message-area.[ch]:
1056         * shell/ev-message-area.[ch]: (ev_message_area_init),
1057         (ev_message_area_set_image_from_stock):
1058
1059         Add EvProgressMessageArea derived from EvMessageArea to show
1060         progress information in the message area. 
1061         
1062 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1065
1066         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1067         close button. Add a function to get the contents of the message
1068         area.
1069         
1070 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * shell/Makefile.am:
1073         * shell/ev-print-operation.[ch]:
1074         * shell/ev-jobs.[ch]: (ev_job_export_init),
1075         (ev_job_export_dispose), (ev_job_export_run),
1076         (ev_job_export_class_init), (ev_job_export_new),
1077         (ev_job_export_set_page):
1078         * shell/ev-window.c: (ev_window_print_operation_done),
1079         (ev_window_print_range), (ev_window_dispose):
1080
1081         First step of the printing system rework. EvJobPrint has been
1082         replaced by EvJobExport so that every page is scheduled to be
1083         exported in a thread instead of scheduling the whole printing
1084         process. This way the gui is responsive during printing.
1085         
1086 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * shell/ev-window.c: (setup_size_from_metadata),
1089         (ev_window_load_print_settings_from_metadata):
1090
1091         Fix memory leaks.
1092         
1093 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * libdocument/ev-document.c: (ev_document_get_type):
1096
1097         Add GObject type as prerequisite to EvDocument interface so that
1098         document instances can be used as GObjects.
1099         
1100 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * shell/ev-view.c: (jump_to_find_result):
1103
1104         Only jump the the location of the find result for the first match
1105         when searching. It drastically improves the performance when
1106         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1107         #564774.
1108         
1109 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * properties/ev-properties-main.c: (ev_properties_get_pages):
1112         * properties/ev-properties-view.[ch]:
1113         (ev_properties_view_dispose), (ev_properties_view_class_init),
1114         (ev_properties_view_set_info), (ev_properties_view_new):
1115         * shell/ev-properties-dialog.[ch]:
1116         (ev_properties_dialog_set_document):
1117         * shell/ev-window.c: (ev_window_setup_document),
1118         (ev_window_cmd_file_properties):
1119
1120         Add document URI to properties page. Fixes bug #555376.
1121         
1122 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * configure.ac:
1125         * data/Makefile.am:
1126         * data/evince-password.glade: Removed
1127         * data/evince-properties.glade: Removed
1128         * properties/ev-properties-view.c:
1129         (ev_properties_view_class_init), (set_property),
1130         (ev_properties_view_set_info), (ev_properties_view_init):
1131         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1132         (font_cell_data_func), (ev_properties_fonts_init):
1133
1134         Remove Glade dependency.
1135         
1136 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * backend/comics/comics-document.c: (comics_document_load):
1139
1140         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1141         
1142 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * NEWS:
1145         * configure.ac:
1146
1147         Update for release 2.25.2
1148         
1149 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * configure.ac:
1152         * shell/Makefile.am:
1153         * shell/ev-keyring.[ch]:
1154         * shell/ev-password.[ch]: Removed
1155         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1156         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1157         (ev_password_view_init), (ev_password_view_set_uri),
1158         (ev_password_dialog_got_response),
1159         (ev_password_dialog_remember_button_toggled),
1160         (ev_password_dialog_entry_changed_cb),
1161         (ev_password_dialog_entry_activated_cb),
1162         (ev_password_view_ask_password), (ev_password_view_get_password),
1163         (ev_password_view_get_password_save_flags),
1164         (ev_password_view_new):
1165         * shell/ev-window.c: (ev_window_password_view_unlock),
1166         (ev_window_load_job_cb), (ev_window_close_dialogs),
1167         (ev_window_init):
1168
1169         Rework the password view. When the password is in the keyring it's
1170         used automatically without showing the password dialog and it's  
1171         only stored in the keyring when we are sure it's correct. The
1172         password dialog has been reworked too, in order to make it
1173         more hig compliant and consistent with the GTK+ dialog used in
1174         gtkmountoperation. Fixes bug #562496. 
1175         
1176 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * backend/comics/comics-document.c: (comics_document_load):
1179
1180         Do not trust file extensions when getting the command needed to
1181         uncompress comic documents. Fixes bug #562143.
1182         
1183 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * libdocument/ev-document-factory.c: (get_document_from_uri),
1186         (ev_document_factory_get_document):
1187         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1188         (get_mime_type_from_data), (ev_file_get_mime_type):
1189
1190         Move mime-type functions from document-facrory to file-helpers so
1191         that it can be reused.
1192         
1193 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1196         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1197         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1198         (ev_window_reload_remote), (ev_window_reload_document):
1199
1200         Add support for reloading remote documents. Fixes bug #555399.
1201         
1202 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/ev-view.c: (ev_view_find_previous):
1205
1206         Make sure find_result is never < 0 which causes a crash while
1207         searching. Fixes bug #558377.
1208         
1209 2008-11-19  Marek Kašík <mkasik@redhat.com>
1210
1211         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1212         (ev_pixbuf_cache_get_selection_surface):
1213         
1214         Fixes crash on fast scrolling with simultaneous text selection.
1215
1216 2008-11-19  Marek Kašík <mkasik@redhat.com>
1217
1218         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1219         * shell/ev-window.c (launch_external_uri):
1220         
1221         Fixes assertion fail on selecting text. See bug #561393.
1222
1223 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/Makefile.am:
1226         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1227         (ev_job_layers_dispose), (ev_job_layers_run),
1228         (ev_job_layers_class_init), (ev_job_layers_new):
1229         * shell/ev-sidebar-layers.[ch]:
1230         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1231         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1232         (ev_view_reload_page), (ev_view_reload):
1233         * shell/ev-window.c: (setup_sidebar_from_metadata),
1234         (ev_window_sidebar_current_page_changed_cb),
1235         (sidebar_layers_visibility_changed), (ev_window_init):
1236
1237         Add layers support.
1238         
1239 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * data/icons/22x22/actions/Makefile.am:
1242         * data/icons/22x22/actions/eye.png:
1243         * shell/ev-stock-icons.[ch]:
1244         
1245         Add eye icon from gimp to hide/show layers.
1246         
1247 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * configure.ac:
1250         * cut-n-paste/Makefile.am:
1251         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1252         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1253         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1254
1255         Add GimpCellRendererToggle from gimp slightly modified to fit our
1256         needs. 
1257         
1258 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * configure.ac:
1261         * backend/pdf/ev-poppler.cc:
1262
1263         Implement layers interface in PDF backend.
1264         
1265 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * libdocument/Makefile.am:
1268         * libdocument/ev-document-layers.[ch]:
1269         * libdocument/ev-layer.[ch]:
1270
1271         Add optional content (layers) interface.
1272         
1273 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1274
1275         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1276         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1277
1278         Removes unused code.
1279
1280 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * NEWS:
1283         * configure.ac:
1284
1285         Update for 2.25.1 release
1286
1287 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-window.c:
1290
1291         Fix build with GTK+ < 2.14
1292
1293 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1296         
1297         Makes menu label translatable. Fixes bug #559129.
1298
1299 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1300
1301         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1302         (t1_transform_font):
1303         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1304         
1305         More renames of warning to mdvi_warning in follow up to the
1306         fix of the bug #553369. Fix for the bug #559257 by
1307         Tuxce <tuxce.net@gmail.com>.
1308         
1309 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-application.c: (ev_application_init_session):
1312         * shell/main.c: (main):
1313
1314         Move the egg_set_desktop_file() call to main and remove
1315         gtk_window_set_default_icon_name() since it's already called by
1316         egg_set_desktop_file()
1317         
1318 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1321
1322         Initialize GError to NULL.
1323         
1324 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1327         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1328         (ev_window_preview_print_finished), (launch_action):
1329
1330         Do not use popup dialogs to show error messages anymore, use the
1331         message area instead.
1332         
1333 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-window.c: (ev_window_error_message),
1336         (ev_window_warning_message), (ev_window_set_document),
1337         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1338         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1339         (ev_window_cmd_help_contents), (launch_external_uri),
1340         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1341         (ev_attachment_popup_cmd_open_attachment),
1342         (attachment_save_dialog_response_cb):
1343
1344         Use a message format (with printf()-style) in
1345         ev_window_error_message and ev_window_warning_message.
1346
1347 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * shell/ev-window.c: (ev_window_error_message),
1350         (ev_window_warning_message), (ev_window_set_document),
1351         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1352         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1353         (ev_window_cmd_help_contents), (launch_external_uri),
1354         (image_save_dialog_response_cb),
1355         (ev_attachment_popup_cmd_open_attachment),
1356         (attachment_save_dialog_response_cb):
1357
1358         Change ev_window_error_message and ev_window_warning_message to
1359         receive a EvWindow instead of a GtkWindow. It's more consistent
1360         and avoids unneeded casts.
1361         
1362 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-window.c: (ev_window_cmd_help_contents):
1365
1366         Use gtk_show_uri() when availale to display help contents.
1367         
1368 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * configure.ac:
1371         * backend/pdf/ev-poppler.cc:
1372         * properties/ev-properties-view.c:
1373         * shell/Makefile.am:
1374         * shell/ev-tooltip.[ch]: Removed
1375         * shell/ev-view-private.h
1376         * shell/eggfindbar.c:
1377         * shell/ev-application.c:
1378         * shell/ev-open-recent-action.c:
1379         * shell/ev-sidebar-thumbnails.c:
1380         * shell/ev-view.c:
1381         * shell/ev-window.c:
1382
1383         Bump GTK+ requirement to 2.12.
1384         
1385 2008-10-27 Christian Persch <chpe@gnome.org>
1386
1387         * backend/djvu/djvu-document.c
1388         * backend/dvi/cairo-device.c
1389         * cut-n-paste/evmountoperation/ev-mount-operation.h
1390         * cut-n-paste/gedit-message-area/gedit-message-area.h
1391         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1392         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1393         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1394         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1395         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1396         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1397         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1398         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1399         * cut-n-paste/zoom-control/ephy-zoom-action.c
1400         * cut-n-paste/zoom-control/ephy-zoom-action.h
1401         * cut-n-paste/zoom-control/ephy-zoom-control.c
1402         * cut-n-paste/zoom-control/ephy-zoom-control.h
1403         * libdocument/ev-async-renderer.h
1404         * libdocument/ev-document-factory.c
1405         * libdocument/ev-document-misc.h
1406         * libdocument/ev-image.h
1407         * libdocument/ev-selection.h
1408         * shell/ev-properties-fonts.h
1409         * shell/ev-stock-icons.h
1410         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1411         directly. Bug #558064.
1412
1413 2008-10-27 Christian Persch <chpe@gnome.org>
1414
1415         * cut-and-paste/smclient/*: Update from libegg.
1416
1417 2008-10-27 Christian Persch <chpe@gnome.org>
1418
1419         * backend/djvu/djvu-document.c
1420         * backend/ps/ev-spectre.c
1421         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1422
1423 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1424
1425         * shell/ev-view.c (ev_view_change_page),
1426         (ev_view_transition_animation_finish),
1427         (ev_view_transition_animation_cancel), (page_changed_cb),
1428         (ev_view_set_presentation), (ev_view_next_page),
1429         (ev_view_previous_page):
1430         
1431         Cancel the animation without scheduling transition start
1432         and proceed to the next page to fix bug #516749.
1433
1434 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * NEWS:
1437         * configure.ac:
1438
1439         Update for release 2.24.1
1440         
1441 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1444
1445         Disable toggle function of F5 when in presentation mode. Patch by
1446         Dave Neary. Fixes bug #556162.
1447         
1448 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1451         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1452         (ev_sidebar_thumbnails_fill_model),
1453         (ev_sidebar_thumbnails_refresh),
1454         (ev_sidebar_thumbnails_set_document):
1455
1456         Instead of using only one loading icon for thumbnails based on the
1457         size of the first page, create an icon for every different page
1458         size. Fixes bug #556264.
1459         
1460 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1463
1464         Fix memory leak.
1465         
1466 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1467
1468         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1469
1470         Removes bad prefixes from window title. Patch by 
1471         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1472         
1473 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-window.c: (launch_external_uri):
1476
1477         Do not consider mailto links as http uris. Fixes bug #555801.
1478         
1479 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1482
1483         Fix memory leak. Fixes bug #555134.
1484         
1485 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1488
1489         Emit the job finished signal when the job is handled before the
1490         page_ready callback.
1491         
1492 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * shell/ev-window.c: (launch_action):
1495
1496         Use GdkAppLaunchContext when available to launch external
1497         applications.
1498         
1499 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * shell/ev-window.c: (launch_action):
1502
1503         Fix launching external applications for launch actions which seems
1504         to be broken since the gio port. Fixes bug #554500.
1505         
1506 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * backend/dvi/Makefile.am:
1509         * backend/dvi/cairo-device.c:
1510         * backend/dvi/dvi-document.c:
1511         * backend/dvi/mdvi-lib/Makefile.am:
1512
1513         Fix several compile warnings in the dvi backend.
1514         
1515 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * backend/dvi/mdvi-lib/common.h:
1518         * backend/dvi/mdvi-lib/dviread.c:
1519         * backend/dvi/mdvi-lib/font.c:
1520         * backend/dvi/mdvi-lib/fontmap.c:
1521         * backend/dvi/mdvi-lib/fontsrch.c:
1522         * backend/dvi/mdvi-lib/gf.c:
1523         * backend/dvi/mdvi-lib/pagesel.c:
1524         * backend/dvi/mdvi-lib/pk.c:
1525         * backend/dvi/mdvi-lib/sp-epsf.c:
1526         * backend/dvi/mdvi-lib/special.c:
1527         * backend/dvi/mdvi-lib/tfm.c:
1528         * backend/dvi/mdvi-lib/tfmfile.c:
1529         * backend/dvi/mdvi-lib/util.c:
1530         * backend/dvi/mdvi-lib/vf.c:
1531
1532         Rename error as mdvi_error to avoid symbol conflicts with the libc
1533         error. Rename also message, crash, fatal and warning for
1534         consistency. Fixes bug #553369.
1535         
1536 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * backend/dvi/dvi-document.c: (dvi_document_load):
1539
1540         Fix memory leak.
1541         
1542 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * backend/dvi/dvi-document.c:
1545
1546         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1547         G_IMPLEMENT_INTERFACE.
1548         
1549 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1552
1553         Make sure copy_job_page_and_selection_to_job_info is always called
1554         before copy_job_to_job_info. Fixes bug #552382.
1555         
1556 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * NEWS:
1559         * configure.ac:
1560
1561         Update for release 2.24.0
1562         
1563 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * shell/ev-window.c: (launch_external_uri):
1566
1567         Use GdkAppLaunchContext when available to launch external uris.
1568         
1569 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * shell/ev-window.c: (launch_external_uri):
1572
1573         Use the message area to show errors when lauching external uris
1574         instead of a popup window.
1575         
1576 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * shell/ev-window.c: (launch_external_uri):
1579
1580         Assume invalid uris are http uris. Fixes bug #552071.
1581         
1582 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * NEWS:
1585         * configure.ac:
1586
1587         Update for release 2.23.92.
1588         
1589 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * shell/eggfindbar.c: (egg_find_bar_class_init):
1592
1593         Allow page scrolling with PageUp/PageDown keys when find bar is
1594         active. Fixes bug #529833.
1595         
1596 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-view-private.h:
1599         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1600         (ev_view_scroll), (ev_view_class_init):
1601         * shell/ev-view-accessible.c:
1602         (ev_view_accessible_action_do_action):
1603         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1604         (ev_window_cmd_scroll_backward):
1605
1606         Use GtkScrollType instead of EvScrollType.
1607         
1608 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1609
1610         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1611         
1612         Patch for case unsensitive page label match by Michael Lee.
1613         See bug #550136.
1614         
1615         * shell/ev-page-action.c (create_tool_item):    
1616         * test/Makefile.am:
1617         * test/test1.py:
1618         * test/test4.py:
1619         * test/test5.py:
1620         
1621         Added test for the above and updated other tests.
1622
1623 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-window.c: (image_save_dialog_response_cb):
1626
1627         Do not append the file extension twice when saving an image.
1628         
1629 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1632
1633         Remove an invalid ifdef.
1634         
1635 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * shell/ev-view.c: (ev_view_motion_notify_event):
1638
1639         Make sure the cursor is correctly restored after showing the right
1640         click menu.
1641         
1642 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1645         (ev_attachment_open):
1646         * shell/ev-sidebar-attachments.c:
1647         (ev_sidebar_attachments_button_press):
1648         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1649
1650         Use GdkAppLaunchContext when available to open attachments.
1651         
1652 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1655
1656         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1657         by Eric Piel.
1658         
1659 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * shell/ev-application.c: (ev_application_get_media_keys):
1662         * shell/ev-media-player-keys.[ch]:
1663         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1664         (ev_media_player_keys_grab_keys),
1665         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1666         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1667         * shell/ev-window.[ch]: (ev_window_dispose),
1668         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1669         (ev_window_init):
1670
1671         Clean up the media player keys stuff.
1672         
1673 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * NEWS:
1676         * configure.ac:
1677
1678         Update for release 2.23.91.
1679         
1680 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1683         (sm_client_xsmp_set_initial_properties):
1684
1685         Fix memory leak.
1686         
1687 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * shell/ev-application.c: (ev_application_open_window),
1690         (ev_application_open_uri_at_dest):
1691
1692         Make sure evince starts up in the right workspace when resuming a
1693         previous session.
1694         
1695 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-application.[ch]: (ev_application_open_window),
1698         (ev_application_add_icon_path_for_screen),
1699         (ev_application_open_uri_at_dest):
1700
1701         Fix window manager warnings shown in ~/.xsession-errors
1702         
1703 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * configure.ac:
1706         * cut-n-paste/Makefile.am:
1707         * cut-n-paste/smclient/Makefile.am:
1708         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1709         * cut-n-paste/smclient/eggsmclient-private.h:
1710         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1711         * cut-n-paste/smclient/eggsmclient.[ch]:
1712
1713         EggSMClient copied from libegg
1714
1715         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1716         * shell/Makefile.am:
1717         * shell/ev-application.[ch]: (ev_application_load_session),
1718         (smclient_save_state_cb), (smclient_quit_cb),
1719         (ev_application_init_session), (ev_application_shutdown),
1720         (ev_application_init):
1721         * shell/main.c: (main):
1722
1723         Use EggSMClient instead of gnome-client and remove libgnome and
1724         libgnomeui dependencies.
1725         
1726 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * shell/main.c: (main):
1729
1730         Remove gnome_authentication_manager_init.
1731         
1732 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * shell/ev-view.c: (ev_view_goto_window_create):
1735
1736         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1737         since it's now deprecated.
1738         
1739 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1740
1741         * backend/djvu/Makefile.am:
1742         * backend/djvu/djvu-document-private.h:
1743         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1744         (djvu_document_find_iface_init):
1745         * backend/djvu/djvu-text-page.[ch]:
1746         * backend/djvu/djvu-text.[ch]: Removed
1747         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1748         (pdf_document_find_iface_init):
1749         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1750         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1751         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1752         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1753         (ev_job_find_has_results), (ev_job_find_get_results):
1754         * shell/ev-view-private.h:
1755         * shell/ev-view.[ch]: (ev_view_expose_event),
1756         (highlight_find_results), (ev_view_finalize),
1757         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1758         (ev_view_set_document), (ev_view_find_get_n_results),
1759         (ev_view_find_get_result), (jump_to_find_result),
1760         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1761         (ev_view_find_previous), (ev_view_find_search_changed),
1762         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1763         * shell/ev-window.c: (ev_window_update_actions),
1764         (page_changed_cb), (ev_window_setup_document),
1765         (ev_window_update_find_status_message),
1766         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1767         (ev_window_clear_find_job), (find_bar_close_cb),
1768         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1769         (ev_window_dispose), (ev_window_init):
1770
1771         Rework find interface. The find logic has been moved from backends
1772         to the shell avoiding a lot of duplicated code in the backends and
1773         making easier to implement the find interface in the backends.
1774         
1775 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * backend/pdf/ev-poppler.cc:
1778         (pdf_document_thumbnails_get_dimensions):
1779
1780         Make sure thumbnail size returned by the PDF is actually
1781         valid. Fixes bug #548462.
1782         
1783 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * shell/ev-window.c: (ev_window_setup_document),
1786         (ev_window_set_document), (ev_window_dispose):
1787
1788         Remove the idle function for setting the document up when the
1789         window is destroyed. Fixes bug #549163.
1790         
1791 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1794         (ev_job_attachments_dispose), (ev_job_attachments_run),
1795         (ev_job_attachments_class_init), (ev_job_attachments_new):
1796         * shell/ev-sidebar-attachments.c:
1797         (ev_sidebar_attachments_set_document):
1798
1799         Add a new job to get the attachments in a thread with the document
1800         lock held. Fixes bug #548653.
1801         
1802 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1805         (tiff_document_document_iface_init):
1806
1807         Implement document_get_page_label in tiff backend.
1808         
1809 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * backend/tiff/tiff-document.c: (tiff_document_render):
1812
1813         Handle document orientation in tiff backend. Fixes bug #548444.
1814         
1815 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1818
1819         Do not crash when adjustment page size is 0. Fixes bug #547440.
1820         
1821 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1824
1825         Sync with current GTK+.
1826         
1827 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1828
1829         * configure.ac:
1830         
1831         Update for release 2.23.6.
1832
1833 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1836         (ev_job_load_set_password):
1837         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1838         * shell/ev-window.c: (password_dialog_response),
1839         (ev_window_load_job_cb):
1840
1841         Fix loading encrypted documents since I broke it with the jobs
1842         rework.
1843         
1844 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * NEWS:
1847
1848         Update NEWS for 2.23.6 release.
1849         
1850 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1851
1852         * backend/impress/impress-document.c:
1853         * backend/impress/render.h:
1854         * libdocument/ev-document-factory.c:
1855         * libdocument/ev-document-factory.h:
1856         * libdocument/ev-document-links.h:
1857         * libdocument/ev-document-misc.c:
1858         * libdocument/ev-document-misc.h:
1859         * properties/ev-properties-main.c:
1860         * properties/ev-properties-view.c:
1861         * properties/ev-properties-view.h:
1862         * shell/eggfindbar.c:
1863         * shell/eggfindbar.h:
1864         * shell/ev-application.c:
1865         * shell/ev-application.h:
1866         * shell/ev-jobs.h:
1867         * shell/ev-message-area.h:
1868         * shell/ev-navigation-action.c:
1869         * shell/ev-navigation-action.h:
1870         * shell/ev-open-recent-action.c:
1871         * shell/ev-open-recent-action.h:
1872         * shell/ev-page-action-widget.c:
1873         * shell/ev-page-action.c:
1874         * shell/ev-page-action.h:
1875         * shell/ev-page-cache.h:
1876         * shell/ev-password-view.h:
1877         * shell/ev-password.h:
1878         * shell/ev-pixbuf-cache.h:
1879         * shell/ev-properties-fonts.c:
1880         * shell/ev-sidebar-attachments.c:
1881         * shell/ev-sidebar-links.c:
1882         * shell/ev-sidebar-links.h:
1883         * shell/ev-sidebar-thumbnails.c:
1884         * shell/ev-sidebar-thumbnails.h:
1885         * shell/ev-sidebar.c:
1886         * shell/ev-sidebar.h:
1887         * shell/ev-stock-icons.c:
1888         * shell/ev-tooltip.h:
1889         * shell/ev-view.c:
1890         * shell/ev-view.h:
1891         * shell/ev-window.c:
1892         * shell/ev-window.h:
1893         * shell/main.c:
1894
1895         More #include cleanups. Again: reordering, single gtk.h
1896         includes and other stuff.
1897
1898 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1899
1900         * shell/eggfindbar.c:
1901         * shell/ev-application.c:
1902         * shell/ev-message-area.c:
1903         * shell/ev-navigation-action.c:
1904         * shell/ev-open-recent-action.c:
1905         * shell/ev-page-action-widget.c:
1906         * shell/ev-page-action.c:
1907         * shell/ev-password-view.c:
1908         * shell/ev-properties-dialog.c:
1909         * shell/ev-properties-fonts.c:
1910         * shell/ev-sidebar-attachments.c:
1911         * shell/ev-sidebar-page.c:
1912         * shell/ev-sidebar-thumbnails.c:
1913         * shell/ev-stock-icons.c:
1914         * shell/ev-tooltip.c:
1915         * shell/ev-view.c:
1916         * shell/ev-window.c:
1917         * shell/main.c:
1918
1919         Cleanup many #include statements: reorder so that a
1920         generic-to-specific order is used, use single gtk.h
1921         includes, and some other cleanups.
1922
1923 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * shell/ev-jobs.h:
1926
1927         Add gio header.
1928         
1929 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1932         (ev_document_fc_mutex_trylock):
1933         * shell/Makefile.am:
1934         * shell/ev-job-queue.[ch]:
1935         * shell/ev-job-scheduler.[ch]:
1936         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1937         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1938         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1939         (ev_job_failed_from_error), (ev_job_succeeded),
1940         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1941         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1942         (ev_job_links_class_init), (ev_job_render_init),
1943         (notify_page_ready), (ev_job_render_page_ready),
1944         (ev_job_render_run), (ev_job_render_class_init),
1945         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1946         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1947         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1948         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1949         (ev_job_save_dispose), (ev_job_save_run),
1950         (ev_job_save_class_init), (ev_job_print_init),
1951         (ev_job_print_dispose), (ev_job_print_run),
1952         (ev_job_print_class_init):
1953         * shell/ev-page-cache.c:
1954         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1955         (check_job_size_and_unref), (move_one_job),
1956         (copy_job_to_job_info), (add_job),
1957         (ev_pixbuf_cache_add_jobs_if_needed):
1958         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1959         (job_fonts_finished_cb), (job_fonts_updated_cb),
1960         (ev_properties_fonts_set_document):
1961         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1962         (ev_sidebar_links_set_document):
1963         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1964         (ev_sidebar_thumbnails_set_document),
1965         (ev_sidebar_thumbnails_clear_job):
1966         * shell/ev-view-private.h:
1967         * shell/ev-view.c:
1968         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1969         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1970         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1971         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1972         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1973         (ev_window_reload_document), (ev_window_clear_save_job),
1974         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1975         (ev_window_clear_print_job), (ev_window_print_job_cb),
1976         (ev_window_print_dialog_response_cb):
1977         * shell/main.c: (main):
1978
1979         Rework the jobs system in order to make it simpler and more
1980         extensible. It allows to run jobs in the main loop instead of
1981         using a thread when it's appropriate like the fonts job. Now it's
1982         also possible to cancel jobs that are currently running. 
1983         
1984 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * libdocument/ev-debug.c: (profile_init):
1987
1988         Create the hash table also when profiling service is enabled for
1989         all sections.
1990         
1991 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1994         (ev_profiler_stop):
1995         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1996         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1997         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1998         (ev_job_print_run):
1999         * shell/main.c: (main):
2000
2001         Add a profile mode available when debug is enabled. Add profilers
2002         in ev-jobs.
2003         
2004 2008-07-23  Götz Waschk <waschk@mandriva.org>
2005
2006         * configure.ac: Correctly build desktop file. Fixes
2007         bug #544237.
2008
2009 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2010
2011         * configure.ac:
2012         
2013         Update for release 2.23.5.
2014
2015 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * NEWS:
2018
2019         Update NEWS for 2.23.5 release.
2020         
2021 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-window.c: (ev_window_state_event),
2024         (ev_window_class_init):
2025
2026         Intercept window manager's fullscreen request in order to run/stop
2027         fullscreen mode. Fixes bug #493541.
2028         
2029 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-window.c: (find_bar_visibility_changed_cb):
2032
2033         Restart the job search when the find bar is opened for the second
2034         time. Fixes bug #531956.
2035         
2036 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2039         (get_document_from_uri):
2040
2041         Make sure we always return a valid error struct when
2042         get_document_from_uri fails. Fixes nautilus crash, see bug
2043         #542548.
2044         
2045 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2046
2047         * libdocument/ev-transition-effect.c
2048         (ev_transition_effect_type_get_type),
2049         (ev_transition_effect_alignment_get_type),
2050         (ev_transition_effect_direction_get_type):
2051         
2052         Fixes bug #542924. Makes enums static to fix Solaris build.
2053
2054 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-view.c: (ev_view_key_press_event):
2057
2058         Add '.' keybinding for blanking the screen in presentation
2059         mode. Fixes bug #542001.
2060         
2061 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * libdocument/ev-document-misc.c:
2064         (ev_document_misc_pixbuf_from_surface):
2065
2066         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2067         #540950.
2068         
2069 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2070
2071         * backend/comics/comics-document.c (comics_document_load):
2072         * backend/comics/comicsdocument.evince-backend.in:
2073         * configure.ac:
2074         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2075         
2076         Added support for 7-zip based cb7 comic book. Patch by
2077         Kartik Rustagi. Fixes bug #532312.
2078
2079 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2080
2081         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2082         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2083         Fixes bug #539972.
2084
2085 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2086
2087         * shell/Makefile.am:
2088         * shell/ev-application.c (ev_application_init),
2089         (ev_application_get_media_keys):
2090         * shell/ev-application.h:
2091         * shell/ev-marshal.list:
2092         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2093         (proxy_destroy), (on_media_player_key_pressed),
2094         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2095         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2096         * shell/ev-media-player-keys.h:
2097         * shell/ev-window.c (ev_window_go_previous_page),
2098         (ev_window_go_next_page), (ev_window_go_first_page),
2099         (ev_window_go_last_page), (ev_window_start_presentation),
2100         (ev_window_dispose), (view_actions_focus_in_cb):
2101         * shell/ev-window.h: When building with D-Bus support, listen
2102         for multimedia key events from gnome-settings-daemon. This allows
2103         to go to the next/previous/first/last pages using, respectively,
2104         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2105         a presentation. Fixes bug #539971.
2106
2107 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * configure.ac:
2110         
2111         Update for release 2.23.4.
2112
2113 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * NEWS:
2116
2117         Update news for 2.23.4 release.
2118         
2119 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2120
2121         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2122         * shell/ev-sidebar-thumbnails.c:
2123         (ev_sidebar_thumbnails_set_loading_icon),
2124         (ev_sidebar_thumbnails_refresh):
2125         * shell/ev-window.c: (ev_window_error_message),
2126         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2127         (ev_window_set_document):
2128
2129         Do not crash opening documents with no pages and show a warning
2130         message in the message area. Fixes bugs #537574 and #171588.
2131         
2132 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/Makefile.am:
2135         * shell/ev-file-monitor.[ch]:
2136         * shell/ev-window.c: (ev_window_document_changed),
2137         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2138         (ev_window_reload_job_cb), (ev_window_open_uri),
2139         (ev_window_reload_document), (ev_window_cmd_view_reload),
2140         (ev_window_dispose):
2141
2142         Automaticly reload the document when the file has changed on
2143         disk. Bug #304249.
2144         
2145 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2146
2147         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2148         * libdocument/ev-image.c: (ev_image_save_tmp):
2149         * libdocument/ev-module.c: (ev_module_load):
2150         * shell/ev-application.c: (ev_application_shutdown),
2151         (ev_application_get_print_settings):
2152         * shell/ev-sidebar-attachments.c:
2153         (ev_sidebar_attachments_button_press),
2154         (ev_sidebar_attachments_drag_data_get):
2155         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2156         (ev_window_print_finished), (ev_window_print_send),
2157         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2158         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2159         (ev_window_cmd_preview_print):
2160         * shell/main.c: (load_files_remote):
2161         Fix some build warnings under GCC 4.3.0. (#537535).
2162
2163 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/ev-jobs.c: (ev_job_render_dispose):
2166
2167         Fix a crash in debug mode. Patch by Daniel M German.
2168         
2169 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-window.c:
2172
2173         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2174         
2175 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * shell/ev-window.c: (ev_window_print_send),
2178         (ev_window_do_preview_print):
2179
2180         Use the window title as print job name instead of just
2181         "evince-print". Fixes bug #534493.
2182         
2183 2008-05-19  Frederic Peters  <fpeters@0d.be>
2184
2185         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2186         Bug #533897.
2187
2188 2008-05-19  Frederic Peters  <fpeters@0d.be>
2189
2190         * help/reference/Makefile.am: added missing libevmountoperation to
2191         gtkdoc-scanobj libraries.  Bug #533896.
2192
2193 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2194
2195         * properties/ev-properties-view.c (get_default_user_units):
2196         Fixes check for default units string translation. Bug #533323.
2197
2198 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2199
2200         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2201         be an iks_free(). Fix an array overflow in the XML parser that
2202         would occur whenever the number of attributes in a tag was greater
2203         than 0 and divisible by 6. Fixes GNOME bug #530852.
2204
2205 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * backend/djvu/djvu-document-private.h:
2208         * backend/djvu/djvu-links.c:
2209         * backend/djvu/djvu-text.c:
2210         * backend/djvu/djvu-document.c: (djvu_handle_events),
2211         (djvu_wait_for_message), (djvu_document_load),
2212         (document_get_page_size), (djvu_document_render),
2213         (djvu_document_thumbnails_get_thumbnail),
2214         (djvu_document_file_exporter_end):
2215
2216         Make sure load job doesn't finish successfully when the document
2217         is not successfully decoded by libdjvu. Fixes bug #530202.
2218         
2219 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * configure.ac:
2222         * libdocument/Makefile.am:
2223         * libdocument/ev-debug.[ch]:
2224         * libdocument/ev-document.c:
2225         * shell/ev-jobs.c: (ev_job_links_dispose),
2226         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2227         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2228         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2229         (ev_job_render_page_ready), (ev_job_render_run),
2230         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2231         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2232         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2233         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2234         (ev_job_print_new), (ev_job_print_run):
2235         * shell/main.c: (main):
2236
2237         Add debug mode based on gedit code. Add debug messages in
2238         ev-jobs.
2239         
2240 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * libdocument/ev-document-factory.c: (get_document_from_uri):
2243
2244         Fix memory leak.
2245         
2246 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2247
2248         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2249         (get_mime_type_from_data), (get_document_from_uri),
2250         (ev_document_factory_get_document):
2251         
2252         Improved error message about file opening failture.
2253         Bug #529129.
2254
2255 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2256
2257         * data/evince-toolbar.xml:
2258         
2259         Allow to add SaveAs to toolbar.
2260
2261 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-view-private.h:
2264         * shell/ev-view.[ch]: (ev_view_button_release_event),
2265         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2266         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2267         (ev_view_update_primary_selection), (clear_link_selected),
2268         (ev_view_copy_link_address):
2269         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2270
2271         Update also the primary selection when copying a link
2272         address. Fixes bug #520855.
2273         
2274 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * libdocument/ev-document-factory.c: (get_document_from_uri):
2277
2278         Use the pixbuf backend only when the mime type is not supported by
2279         any of the other backend so that tiff documents, for instance, are
2280         handled by the tiff backend instead of the pixbuf backend. fixes
2281         bug #520290.
2282         
2283 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * cut-n-paste/Makefile.am:
2286
2287         Add evmountoperation to subdirs list.
2288         
2289 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * configure.ac:
2292
2293         Fix libspectre check in configure script. Fixes bug #528549.
2294         
2295 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * configure.ac:
2298         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2299         * shell/Makefile.am:
2300         * shell/ev-window.c: (ev_window_load_remote_failed),
2301         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2302
2303         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2304         open documents in remote locations that are not mounted.
2305         
2306 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2309         (bitmap_convert_msb8):
2310         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2311         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2312
2313         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2314         
2315 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2318         (ev_job_render_new), (ev_job_render_set_selection_info),
2319         (ev_job_render_run):
2320         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2321         (check_job_size_and_unref),
2322         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2323         (add_job), (ev_pixbuf_cache_get_selection_surface):
2324
2325         Create the render context needed for rendering a page in the render
2326         thread so that we don't block the main thread. Simplify
2327         EvJobRender API.
2328         
2329 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * libdocument/Makefile.am:
2332         * libdocument/ev-page.[ch]:
2333         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2334         (ev_render_context_new), (ev_render_context_set_page):
2335         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2336         (ev_form_field_finalize), (ev_form_field_class_init):
2337         * libdocument/ev-document-forms.[ch]:
2338         (ev_document_forms_get_form_fields):
2339         * libdocument/ev-document.[ch]: (ev_document_get_page),
2340         (ev_document_get_page_size), (ev_document_get_page_label):
2341         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2342         (ev_job_render_run), (ev_job_thumbnail_new),
2343         (ev_job_thumbnail_run), (ev_job_print_run):
2344         * shell/ev-page-cache.c: (ev_page_cache_new):
2345         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2346         (check_job_size_and_unref), (add_job):
2347         * shell/ev-sidebar-thumbnails.c: (add_range):
2348         * shell/ev-view.c: (ev_view_form_field_get_region),
2349         (ev_view_form_field_button_create_widget),
2350         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2351         (ev_view_handle_form_field), (ev_view_size_allocate),
2352         (get_selected_text):
2353         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2354         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2355         (pdf_document_get_page), (pdf_document_get_page_label),
2356         (pdf_document_render), (pdf_document_get_info),
2357         (pdf_document_document_iface_init),
2358         (pdf_document_thumbnails_get_thumbnail),
2359         (pdf_document_thumbnails_get_dimensions),
2360         (pdf_document_file_exporter_do_page),
2361         (pdf_selection_render_selection),
2362         (pdf_selection_get_selected_text),
2363         (pdf_selection_get_selection_region),
2364         (pdf_selection_get_selection_map),
2365         (pdf_document_forms_get_form_fields),
2366         (pdf_document_forms_form_field_text_get_text),
2367         (pdf_document_forms_form_field_text_set_text),
2368         (pdf_document_forms_form_field_button_set_state),
2369         (pdf_document_forms_form_field_button_get_state),
2370         (pdf_document_forms_form_field_choice_get_item),
2371         (pdf_document_forms_form_field_choice_get_n_items),
2372         (pdf_document_forms_form_field_choice_is_item_selected),
2373         (pdf_document_forms_form_field_choice_select_item),
2374         (pdf_document_forms_form_field_choice_toggle_item),
2375         (pdf_document_forms_form_field_choice_unselect_all),
2376         (pdf_document_forms_form_field_choice_set_text),
2377         (pdf_document_forms_form_field_choice_get_text):
2378         * backend/ps/ev-spectre.c: (ps_document_get_page),
2379         (ps_document_get_page_size), (ps_document_get_page_label),
2380         (ps_document_render), (ps_document_document_iface_init),
2381         (ps_document_file_exporter_do_page):
2382         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2383         (tiff_document_render), (tiff_document_render_pixbuf),
2384         (tiff_document_file_exporter_do_page):
2385         * backend/pixbuf/pixbuf-document.c:
2386         (pixbuf_document_get_page_size):
2387         * backend/comics/comics-document.c:
2388         (comics_document_get_page_size), (comics_document_render_pixbuf):
2389         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2390         (djvu_document_render), (djvu_selection_get_selected_text),
2391         (djvu_document_thumbnails_get_thumbnail),
2392         (djvu_document_file_exporter_do_page),
2393         (djvu_document_find_get_result):
2394         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2395         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2396         (dvi_document_thumbnails_get_thumbnail),
2397         (dvi_document_file_exporter_do_page):
2398         * backend/impress/impress-document.c:
2399         (impress_document_get_page_size),
2400         (impress_document_render_pixbuf):
2401         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2402
2403         Add EvPage so that we can hold a reference to the backend
2404         page. Form fields keep now a reference to the poppler page
2405         improving performance since we don't have to create/destroy the
2406         poppler field for every form operation. This will be needed for
2407         annotations too.
2408         
2409 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * data/evince-ui.xml:
2412         * shell/ev-window.c:
2413
2414         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2415         
2416 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * configure.ac:
2419         * backend/ps/Makefile.am:
2420
2421         Remove gs stuff from ps backend.
2422         
2423 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * configure.ac:
2426         * backend/pdf/ev-poppler.cc:
2427
2428         Bump poppler requirement to 0.8.0.
2429         
2430 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2431
2432         * NEWS:
2433         * configure.ac:
2434
2435         Update for release 2.22.1.1
2436
2437 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * configure.ac:
2440
2441         Fix build (again) when poppler version is 0.6
2442         
2443 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * backend/djvu/djvu-links.c: (build_tree):
2446
2447         Make sure link title is a valid utf8 string. Fixes bug #526517.
2448         
2449 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * configure.ac:
2452
2453         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2454         #526799.
2455         
2456 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2457
2458         * configure.ac:
2459         
2460         Update for release 2.22.1.
2461
2462 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * NEWS:
2465
2466         Update for upcoming release.
2467
2468 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * configure.ac:
2471         * backend/dvi/dvidocument.evince-backend.in:
2472
2473         Add compressed dvi to the list of supported mime types. Patch by
2474         Ed Catmur. Fixes bug #307087.
2475
2476 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2479
2480         Fix a crash when printing a range that doesn't specify the start or
2481         end page. Fixes bug #524288.
2482
2483 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * shell/ev-window.c: (ev_window_cmd_continuous),
2486         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2487         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2488         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2489         (ev_window_run_presentation), (ev_window_stop_presentation),
2490         (ev_window_cmd_view_presentation),
2491         (ev_window_cmd_leave_fullscreen),
2492         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2493
2494         Do not unfullscreen and fullscreen again the window when changing
2495         from fullscreen to presentation mode and vice versa. Fixes bug
2496         #524112.
2497         
2498 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2501
2502         Do not crash when thumbnail failed to render in PS backend. Fixes
2503         bug #525015.
2504         
2505 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2508         (ev_window_load_file_remote), (ev_window_open_uri):
2509
2510         Handle errors when opening remote files.
2511         
2512 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2515
2516         Only grab the focus for the current visible proxy widget. Fixes
2517         bug #521224.
2518         
2519 2008-03-30  Emil Soleyman  <emil@nishra.com>
2520
2521         * shell/ev-window.c: (launch_external_uri):
2522         
2523         Reuse g_app_info_launch_default_for_uri to
2524         save some code and fix bug #525009.
2525
2526 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2527
2528         * shell/ev-window.c (image_save_dialog_response_cb):
2529
2530         Use g_str_has_suffix. See bug #523069.
2531
2532 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * configure.ac:
2535
2536         Add a configure option to enable/diable DBus. Patch by Rémi
2537         Cardona. Fixes bug 521797.
2538
2539 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2542
2543         Fix printing in documents with rotated pages. Patch by Eugen
2544         Dedu. Fixes bug #512648.
2545         
2546 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2549         (ev_link_from_action):
2550
2551         Fix warning messages.
2552         
2553 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * shell/ev-window.c: (image_save_dialog_response_cb):
2556
2557         Do not append the extension to filename when saving an image
2558         if the filename alredy contains the extension. Fixes bug #523069.
2559         
2560 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-view.[ch]: (ev_view_find_cancel):
2563         * shell/ev-window.c: (find_bar_close_cb):
2564
2565         Cancel the find operation when the find bar is closed. Fixes bug
2566         #508845.
2567         
2568 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * backend/ps/psdocument.evince-backend.in:
2571
2572         Make ps backend module resident. Fixes bug #520607.
2573         
2574 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-jobs.c: (ev_job_print_run):
2577
2578         Invert collate action in order to work as expected, fix reverse
2579         printing so that it doesn't start with a blank page and fix number
2580         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2581         
2582 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2585
2586         Fix build with poppler <= 0.7.2
2587         
2588 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * libdocument/ev-document-misc.c:
2591         (ev_document_misc_surface_from_pixbuf):
2592
2593         Fix selections with poppler-splash.
2594         
2595 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * configure.ac:
2598         * backend/pdf/ev-poppler.cc:
2599
2600         Fix build with poppler >= 0.7.2
2601         
2602 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2603
2604         * configure.ac:
2605         
2606         Update for release 2.22.0
2607
2608 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * NEWS:
2611
2612         Update for upcoming release.
2613
2614 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2615
2616         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2617
2618         Bug 495107 – Handle print dialog responses correctly
2619
2620         Correctly handle print dialog response. Properly fixes
2621         the above mentioned bug.
2622
2623 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2626
2627         Make sure print job is only run when the print button is
2628         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2629         
2630 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * backend/pdf/pdfdocument.evince-backend.in:
2633         * libdocument/ev-backends-manager.c:
2634         (ev_backends_manager_load_backend),
2635         (ev_backends_manager_get_document):
2636         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2637
2638         Allow making backend modules resident. This is needed only for
2639         some backends like pdf to avoid registering glib types more than
2640         once.
2641         
2642 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * backend/comics/comics-document.c:
2645         * backend/djvu/djvu-document.c:
2646         * backend/impress/impress-document.c:
2647         * backend/pdf/ev-poppler.cc:
2648         * backend/pixbuf/pixbuf-document.c:
2649         * backend/ps/ev-spectre.c:
2650         * backend/ps/ps-document.c:
2651         * backend/tiff/tiff-document.c:
2652         * libdocument/ev-document.h:
2653         * properties/ev-properties-main.c:
2654
2655         Use g_type_module_add_interface instead of
2656         g_type_add_interface_static. Fixes bug #519679.
2657         
2658 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2659
2660         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2661         Added. Returns whether the animation has everything necessary to run.
2662         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2663         is ready just because it's been created. Fixes #519106.
2664         (draw_one_page): Do not show the "Loading..." text in presentation
2665         mode, there was a slim probability that this could happen.
2666
2667 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2670
2671         Duplicate mime_type string before freeing it so that it doesn't
2672         always fail when getting mime type from uri. Fixes bug #518874.
2673         
2674 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2677
2678         Fix a crash when a choice form field doesn't have any item
2679         selected. Fixes bug #518831
2680         
2681 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2682
2683         * shell/ev-window.c (ev_window_clear_temp_file):
2684         Use g_file_has_prefix instead of renamed
2685         g_file_contains_file.
2686
2687         * configure.ac:
2688         Require new glib for above change.
2689         
2690 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * libdocument/ev-image.c: (ev_image_finalize),
2693         (ev_image_save_tmp):
2694
2695         Return a real uri instead of a filename when saving an
2696         image. Fixes images drag an drop from evince to nautilus. 
2697         
2698 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * backend/pdf/ev-poppler.cc:
2701         (pdf_document_images_get_image_mapping):
2702
2703         Return the image list in the right order. Fixes bug #516237.
2704         
2705 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2706
2707         * backend/impress/impress-document.c:
2708         (impress_document_thumbnails_get_thumbnail):
2709
2710         Remove unused variable to avoid a compiler warning.
2711
2712 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2713
2714         * configure.ac:
2715         
2716         Update for release 2.21.91.
2717
2718 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * configure.ac:
2721         * shell/Makefile.am:
2722         * shell/ev-application.[ch]:
2723         * shell/ev-sidebar-links.c:
2724         * shell/ev-utils.[ch]:
2725         * shell/ev-window.[ch]:
2726
2727         Remove libgnomeprint support. Fixes bug #512370.
2728         
2729 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2730
2731         * thumbnailer/evince-thumbnailer.c: (main):
2732
2733         Initialize glib type system before using it. Fixes bug #513934.
2734         
2735 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * properties/ev-properties-main.c:
2738
2739         Add missing #include.
2740         
2741 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * configure.ac:
2744         * backend/djvu/djvu-document.c: (djvu_document_render):
2745         * backend/tiff/tiff-document.c: (tiff_document_render):
2746
2747         Use the new cairo function cairo_format_stride_for_width when
2748         available. Fixes bug #482720.
2749
2750 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2753         (get_mime_type_from_data), (get_document_from_uri):
2754
2755         Use g_content_type_guess() only when slow is true in
2756         get_document_from_uri(). Fix several memory leaks.
2757         
2758 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2759
2760         * libdocument/ev-document-factory.c:
2761         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2762         (get_document_from_uri):
2763
2764         Use g_content_type_guess () to get mimetype for files.
2765         Bug #510401.
2766
2767 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * thumbnailer/Makefile.am:
2770
2771         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2772         
2773 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * configure.ac:
2776
2777         Fix build with --without-libgnome. Fixes bug #512771.
2778         
2779 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2780
2781         * backend/dvi/Makefile.am: Install only dvi
2782         module. Fixes bug #512718.
2783
2784 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2785
2786         * properties/ev-properties-main.c: (nautilus_module_initialize):
2787         
2788         Initialize backends in properties tab. Fixes bug
2789         #512720.
2790
2791 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2792
2793         * properties/Makefile.am: No need to link with 
2794         libraries. Fixes bug #512719.
2795
2796 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2797
2798         * NEWS:
2799         * configure.ac:
2800         
2801         Update for release 2.21.90.
2802
2803 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * shell/ev-window.c: (ev_window_cmd_escape):
2806
2807         Fix compile warning.
2808         
2809 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2812
2813         Fix printing in dvi backend when filename contains white
2814         espaces. Fixes bug #502839.
2815         
2816 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2819         (screensaver_disable_x11):
2820         * shell/Makefile.am:
2821         * shell/xdg-user-dir-lookup.c: Removed
2822         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2823         * shell/ev-view.c: (ev_view_presentation_transition_start):
2824         * shell/ev-window.c: (ev_window_cmd_file_open),
2825         (ev_window_cmd_save_as), (presentation_set_timeout):
2826
2827         Remove #ifdefs that are no longer needed.
2828         
2829 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * shell/ev-view.[ch]: (ev_view_button_release_event),
2832         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2833         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2834         (ev_window_cmd_escape):
2835
2836         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2837         
2838 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * configure.ac:
2841         * backend/comics/comics-document.c: (comics_document_load):
2842         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2843         (ev_attachment_set_property), (ev_attachment_init),
2844         (ev_attachment_save), (ev_attachment_launch_app),
2845         (ev_attachment_open):
2846         * libdocument/ev-document-factory.c: (get_document_from_uri):
2847         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2848         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2849         * shell/ev-jobs.c:
2850         * shell/ev-password.c: (ev_password_dialog_set_property),
2851         (ev_password_dialog_save_password):
2852         * shell/ev-sidebar-attachments.c:
2853         (ev_sidebar_attachments_drag_data_get):
2854         * shell/ev-window-title.c: (get_filename_from_uri):
2855         * shell/ev-window.c: (ev_window_clear_temp_file),
2856         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2857         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2858         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2859         (launch_external_uri), (image_save_dialog_response_cb),
2860         (attachment_save_dialog_response_cb):
2861         * shell/main.c: (load_files), (load_files_remote), (main):
2862         * thumbnailer/evince-thumbnailer.c: (main):
2863
2864         Port to gio and drop gnome-vfs dependency. Fixes bug
2865         #510401. Based on patch by Cosimo Cecchi.
2866         
2867 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2868
2869         * NEWS:
2870
2871         Fixed formatting inconsistencies (spaces vs. tabs)
2872
2873 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2874
2875         * shell/ev-window.c:
2876
2877         Use top/up/bottom/down arrows instead of
2878         first/left/last/right in the toolbar and menu actions.
2879         This fixes issues with RTL languages and is visually
2880         consistent with the page view. Fixes bug #170081.
2881
2882 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2883
2884         * NEWS:
2885
2886         Fixed some inaccuracies pointed out by Carlos Garcia
2887         Campos.
2888
2889 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2890
2891         * NEWS:
2892         * data/evince.schemas.in:
2893         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2894
2895         Override PDF restrictions by default. Fixes bug #382700.
2896
2897 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2898
2899         * NEWS: Updated for upcoming release
2900
2901 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2904
2905         Fix memory leak.
2906         
2907 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2908
2909         * shell/ev-window.c: (register_custom_actions):
2910         
2911         Added comment for translators
2912
2913 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-view.c: (ev_view_button_release_event):
2916
2917         Do not create the idle function for kinetic scrolling if we are
2918         not in a drag operation.
2919
2920 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2923         (ev_view_button_press_event), (ev_view_motion_notify_event),
2924         (ev_view_button_release_event):
2925
2926         Restore cursor after autoscrolling. Fixes bug #509958.
2927
2928 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * configure.ac:
2931         * backend/pdf/ev-poppler.cc:
2932         (pdf_document_images_get_image_mapping),
2933         (pdf_document_images_get_image),
2934         (pdf_document_document_images_iface_init):
2935         * libdocument/ev-document-images.[ch]:
2936         (ev_document_images_get_image_mapping),
2937         (ev_document_images_get_image):
2938         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2939         (ev_image_get_id), (ev_image_save_tmp):
2940         * shell/ev-jobs.c: (ev_job_render_run):
2941         * shell/ev-view.c: (ev_view_drag_data_get):
2942         * shell/ev-window.c: (image_save_dialog_response_cb),
2943         (ev_view_popup_cmd_copy_image):
2944
2945         Do not render images when rendering the page but on demand. It
2946         reduces the memory comsumption.
2947         
2948 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2949
2950         * configure.a:
2951         * shell/ev-password.c:
2952
2953         Make gnome-keyring optional. Fixes bug #509676.
2954         
2955 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * shell/ev-pixbuf-cache.c: (add_job):
2958
2959         Initialize include_images variable as FALSE instead of TRUE.
2960         
2961 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2962
2963         * configure.ac:
2964         * cut-n-paste/Makefile.am:
2965         * cut-n-paste/fileformatchooser/Makefile.am:
2966         * cut-n-paste/fileformatchooser/egg-macros.h:
2967         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2968         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2969         * shell/Makefile.am:
2970         * shell/ev-utils.c:
2971         (file_chooser_dialog_add_writable_pixbuf_formats),
2972         (get_gdk_pixbuf_format_by_extension):
2973         * shell/ev-utils.h:
2974         * shell/ev-window.c: (ev_window_error_message),
2975         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2976         
2977         Simplify image format selection on save.
2978
2979 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2980
2981         * shell/ev-view.c: (ev_view_scroll_event):
2982         
2983         Repair gorizontal scrolling with shift. Fixes
2984         bug #483412.
2985
2986 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2987         
2988         * MAINTAINERS:
2989
2990         Fix formatting issues.
2991         
2992 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2993
2994         * backend/comics/comics-document.c: (comics_regex_quote):
2995         
2996         Don't overquote special chars except of '. See bug 
2997         502500. Thanks to Tom Parker.
2998
2999 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3000
3001         * MAINTAINERS:
3002         
3003         Added Nickolay and Carlos, since they're doing most of
3004         the releases nowadays.
3005
3006 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3007
3008         * properties/Makefile.am:
3009
3010         Get the nautilus extension dir properly instead of using
3011         a hack. Fixes bug #505359.
3012
3013 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3014
3015         * properties/Makefile.am:
3016         
3017         Install nautilus extension into new place. See bug
3018         #505359. Thanks to Matthias Clasen, Brian Pepple and
3019         Damien Carbery.
3020
3021 2008-01-13  Djihed Afifi  <djihed@gmail.com>
3022
3023         * shell/ev-window.c: (ev_window_get_recent_file_label):
3024         
3025         RTL marker in recent file list. See bug #509076.
3026
3027 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3030         * shell/ev-window.c: (image_save_dialog_response_cb):
3031
3032         Fix compile warnings due to unused variables.
3033         
3034 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * configure.ac:
3037         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3038         * backend/ps/ev-spectre.c: (ps_document_render):
3039
3040         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3041
3042 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3043
3044         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3045         (ev_transition_animation_paint): Implement "fade" effect.
3046
3047 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3048
3049         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3050         (ev_transition_animation_paint): Implement "uncover" effect.
3051
3052 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3053
3054         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3055         (ev_transition_animation_paint): Implement "cover" effect.
3056
3057 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3058
3059         * shell/ev-transition-animation.c (ev_transition_animation_push)
3060         (ev_transition_animation_paint): Implement "push" effect.
3061
3062 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3063
3064         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3065         (ev_transition_animation_paint): Implement "dissolve" effect.
3066
3067 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3068
3069         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3070         (ev_transition_animation_paint): Implement "wipe" effect.
3071
3072 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3073
3074         * shell/ev-transition-animation.c (ev_transition_animation_box)
3075         (ev_transition_animation_paint): Implement "box" effect.
3076
3077 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3078
3079         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3080         (ev_transition_animation_paint): Implement "blinds" effect.
3081
3082 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3083
3084         * shell/ev-transition-animation.c (ev_transition_animation_split)
3085         (ev_transition_animation_paint): Implement "split" effect.
3086
3087 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3088
3089         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3090         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3091         (ev_view_transition_animation_start) 
3092         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3093         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3094         (ev_view_next_page) (ev_view_previous_page):
3095         
3096         Use EvTransitionAnimation to drive page changes in the presentation
3097         mode, the animation will wait to start until both the origin and 
3098         destination page surfaces are available. Fixes #458460.
3099
3100         (draw_loading_text):
3101
3102         Remove workaround for bug #320352, it's now fixed properly.
3103
3104
3105 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3106
3107         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3108         will contain the implementations for page transition animations, at
3109         the moment it just has the "replace" effect.
3110         * shell/Makefile.am: Added these files to build.
3111
3112 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3113
3114         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3115         animations.
3116         * shell/Makefile.am: Added these files to build.
3117
3118 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3119
3120         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3121         implementation to get_effect() in EvDocumentTransitionIface.
3122
3123 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3124
3125         * libdocument/ev-transition-effect.[ch]: New files, define a page
3126         transition effect, at the moment it maps PopplerPageTransition to a
3127         GObject.
3128         * libdocument/Makefile.am: Added these files to build.
3129         * libdocument/ev-document-transition.[ch]
3130         (ev_document_transition_get_effect): New method, gets the
3131         EvTransitionEffect returned by the interface implementation, with
3132         fallback to the "replace" effect.
3133
3134 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3135
3136         * configure.ac:
3137         * cut-n-paste/Makefile.am:
3138         * cut-n-paste/fileformatchooser/Makefile.am:
3139         * cut-n-paste/fileformatchooser/egg-macros.h:
3140         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3141         * shell/Makefile.am:
3142         * shell/ev-window.c: (image_save_dialog_response_cb),
3143         (ev_view_popup_cmd_save_image_as):
3144
3145         Allow exporting images in any format supported by
3146         GdkPixbuf. Fixes bug #500209.
3147         
3148 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * backend/pixbuf/pixbuf-document.c:
3151
3152         More warnings fixed.
3153         
3154 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3155
3156         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3157         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3158         * backend/djvu/djvu-text.h:
3159         * backend/tiff/tiff-document.c: (tiff_document_render):
3160
3161         Fix compile warnings.
3162         
3163 2007-12-28  Christian Persch  <chpe@gnome.org>
3164
3165         * **/*.c: Include config.h. Bug #504721.
3166
3167 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * configure.ac:
3170         * Makefile.am:
3171         * po/POTFILES.in:
3172         * backend/comics/Makefile.am:
3173         * backend/comics/comics-document.[ch]:
3174         * backend/comics/comicsdocument.evince-backend.in:
3175         * backend/djvu/Makefile.am:
3176         * backend/djvu/djvu-document.[ch]:
3177         * backend/djvu/djvudocument.evince-backend.in:
3178         * backend/dvi/Makefile.am:
3179         * backend/dvi/dvi-document.[c]:
3180         * backend/dvi/dvidocument.evince-backend.in:
3181         * backend/impress/Makefile.am:
3182         * backend/impress/impress-document.[ch]:
3183         * backend/impress/impressdocument.evince-backend.in:
3184         * backend/pdf/Makefile.am:
3185         * backend/pdf/ev-poppler.cc:
3186         * backend/pdf/ev-poppler.h:
3187         * backend/pdf/pdfdocument.evince-backend.in:
3188         * backend/pixbuf/Makefile.am:
3189         * backend/pixbuf/pixbuf-document.[ch]:
3190         * backend/pixbuf/pixbufdocument.evince-backend.in:
3191         * backend/ps/Makefile.am:
3192         * backend/ps/ev-spectre.[ch]:
3193         * backend/ps/ps-document.[ch]:
3194         * backend/ps/psdocument.evince-backend.in:
3195         * backend/tiff/Makefile.am:
3196         * backend/tiff/tiff-document.[ch]:
3197         * backend/tiff/tiffdocument.evince-backend.in:
3198         * libdocument/Makefile.am:
3199         * libdocument/ev-backends-manager.[ch]:
3200         * libdocument/ev-module.[ch]:
3201         * libdocument/ev-document.h:
3202         * libdocument/ev-document-factory.[ch]:
3203         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3204         (get_compression_from_mime_type), (get_document_from_uri),
3205         (ev_document_factory_get_document), (file_filter_add_mime_types),
3206         (ev_document_factory_add_filters):
3207         * shell/Makefile.am:
3208         * shell/ev-window-title.c: (get_filename_from_uri):
3209         * shell/main.c: (main):
3210         * thumbnailer/Makefile.am:
3211         * thumbnailer/evince-thumbnailer.c: (main):
3212
3213         Plugin system for backends. Fixes bug #351348.
3214         
3215 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3216
3217         * shell/ev-view-private.h:
3218         * shell/ev-view.c: (ev_view_drag_update_momentum),
3219         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3220         (ev_view_button_release_event), (ev_view_destroy):
3221         
3222         Kinetic scrolling implemented as requested in
3223         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3224
3225 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3226
3227         * data/evince-toolbar.xml:
3228         * data/evince-ui.xml:
3229         * shell/ev-view-private.h:
3230         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3231         (ev_view_button_press_event), (ev_view_motion_notify_event),
3232         (ev_view_button_release_event), (ev_view_init),
3233         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3234         (ev_view_set_cursor):
3235         * shell/ev-view.h:
3236         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3237         (ev_window_cmd_view_autoscroll):
3238         
3239         Autoscroll feature with the context menu. Fixes bug 
3240         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3241
3242 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3245
3246         Disconnect also page-ready signal when removing a job because the
3247         page size has changed. Thanks to kripken
3248         <kripkensteiner@gmail.com>.
3249
3250 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3251
3252         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3253         
3254         Scroll pages in page entry with mouse wheel. Fixes bug
3255         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3256
3257 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * backend/dvi/Makefile.am:
3260         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3261         (mdvi_cairo_device_init):
3262         * backend/dvi/mdvi-lib/common.h:
3263         * backend/dvi/mdvi-lib/mdvi.h:
3264         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3265         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3266         (mdvi_build_path_from_cwd):
3267
3268         Add ps specials support in dvi backend when libspectre is
3269         present. Fixes bug #386005.
3270         
3271 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * configure.ac:
3274         * backend/ps/Makefile.am:
3275         * backend/ps/ev-spectre.[ch]:
3276         
3277         Use libspectre, if available, for the ps backend. Fixes bugs
3278         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3279
3280 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3281         
3282         * backend/comics/comics-document.c: (comics_document_load):
3283         
3284         Cygwin build issue fix.
3285
3286 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/ev-view.c: (ev_view_set_zoom):
3289
3290         Do not limit the minimum zoom factor when sizing mode is best bit
3291         or fit width. Fixes bug #503805.
3292         
3293 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3296         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3297         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3298         (ev_link_dest_get_property), (ev_link_dest_set_property),
3299         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3300         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3301         (ev_link_dest_new_fitr):
3302         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3303         (goto_fith_dest), (goto_xyz_dest):
3304
3305         Do not change left, top and zoom values when they are null in PDF
3306         destinations. Fixes bug #460658.
3307         
3308 2007-12-10  Christian Persch  <chpe@gnome.org>
3309
3310         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3311         (ev_view_accessible_class_init),
3312         (ev_view_accessible_idle_do_action),
3313         (ev_view_accessible_action_do_action),
3314         (ev_view_accessible_action_get_description),
3315         (ev_view_accessible_action_set_description),
3316         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3317         (ev_view_accessible_factory_init),
3318         (ev_view_accessible_factory_get_accessible_type):
3319         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3320         private data, and G_DEFINE_TYPE. Bug #502843.
3321
3322 2007-12-08  Christian Persch  <chpe@gnome.org>
3323
3324         * shell/ev-metadata-manager.c: (item_free),
3325         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3326         (value_free), (parse_value), (parseItem),
3327         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3328         (save_values): Use GSlice to allocate small amounts of memory. Bug
3329         #475972.
3330
3331 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3334
3335         Restore cursor to normal after a drag operation. Fixes bug
3336         #501603.
3337         
3338 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * NEWS:
3341         * configure.ac:
3342         
3343         Update for release 2.21.1
3344
3345 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * configure.ac:
3348         * cut-n-paste/gedit-message-area/Makefile.am:
3349         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3350         * shell/Makefile.am:
3351         * shell/ev-message-area.[ch]:
3352         * shell/ev-window.c: (ev_window_set_message_area),
3353         (ev_window_error_message_response_cb), (ev_window_error_message),
3354         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3355         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3356         (ev_attachment_popup_cmd_open_attachment),
3357         (attachment_save_dialog_response_cb), (ev_window_set_document),
3358         (ev_window_init):
3359
3360         Use a message area instead of a popup dialog for error
3361         notifications. Fixes bug #337495.
3362         
3363 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3366         (ev_window_run_fullscreen):
3367
3368         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3369         
3370 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * ev-sidebar-thumbnails.c: (update_visible_range),
3373         (ev_sidebar_thumbnails_refresh),
3374         (ev_sidebar_thumbnails_set_document),
3375         (ev_sidebar_thumbnails_support_document):
3376
3377         Show thumbnails for documents with one page. Fixes bug #358751.
3378         
3379 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-window.c:
3382         (ev_window_load_print_settings_from_metadata),
3383         (ev_window_save_print_settings), (ev_window_print_finished),
3384         (ev_window_print_range):
3385
3386         Print settings that are specific to the document are now saved per
3387         document in the metadata file. Fixes bug #488806.
3388         
3389 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3390
3391         * backend/tiff/tiff-document.c: (tiff_document_render):
3392
3393         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3394         
3395 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-application.[ch]: (get_find_string_from_args),
3398         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3399         (ev_application_open_uri_list):
3400         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3401         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3402         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3403         (ev_window_cmd_recent_file_activate),
3404         (ev_window_open_recent_action_item_activated),
3405         (ev_window_print_send), (open_remote_link):
3406         * shell/main.c: (arguments_parse):
3407
3408         Add a command line option for search. Fixes bug #497710.
3409         
3410 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3411
3412         * shell/ev-jobs.c: (ev_job_print_new):
3413
3414         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3415         
3416 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * data/evince-toolbar.xml:
3419         * shell/Makefile.am:
3420         * shell/ev-application.c: (ev_application_init):
3421         * shell/ev-open-recent-action.[ch]:
3422         * shell/ev-window.c:
3423         (ev_window_open_recent_action_item_activated),
3424         (register_custom_actions):
3425
3426         Add an expander to the open toolbar item which pops up a dropdown
3427         menu with the recently used documents. Fixes bug #487215.
3428         
3429 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3430
3431         * shell/ev-window.c: (ev_window_open_uri),
3432         (ev_window_cmd_view_reload):
3433
3434         Do not jump to the first page when reloading by running evince
3435         from the command line. Fixes bug #490847.
3436         
3437 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3438
3439         * shell/ev-window.c: (ev_window_cmd_help_contents):
3440
3441         Plugged memory leak when help file is not found. Fixes bug
3442         #490762.
3443         
3444 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * configure.ac:
3447
3448         Enable djvu, dvi and comics backends by default. Fixes bug
3449         #437121.
3450         
3451 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * configure.ac:
3454         * cut-n-paste/Makefile.am:
3455         * cut-n-paste/recent-files/*: Removed
3456         * help/reference/Makefile.am:
3457         * shell/Makefile.am:
3458         * shell/ev-application.[ch]: (ev_application_shutdown),
3459         (ev_application_init):
3460         * shell/ev-window.c: (ev_window_add_recent),
3461         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3462
3463         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3464         
3465 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3466
3467         * shell/ev-window.c: (launch_external_uri):
3468
3469         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3470         and report error if the URL is not supported (#489910).
3471
3472 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3475         (pdf_document_file_exporter_begin_page),
3476         (pdf_document_file_exporter_end_page):
3477
3478         Fix printing with poppler splash backend. Fixes bug #489774.
3479         
3480 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3483         * shell/ev-print-job.c: (ev_print_job_class_init):
3484
3485         Fix a crash when printing with the gnome-print dialog. Fixes bug
3486         #488939.
3487         
3488 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3489
3490         * backend/pixbuf/pixbuf-document.c:
3491
3492         Fix an implicit function definition warning (#487655)
3493
3494 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * shell/ev-window.c:
3497
3498         Fix conflicting shortcut for view sade pane and presentation.
3499         
3500 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * backend/pdf/ev-poppler.cc:
3503         (pdf_document_file_exporter_begin_page),
3504         (pdf_document_file_exporter_do_page),
3505         (pdf_document_file_exporter_end_page),
3506         (pdf_document_file_exporter_iface_init):
3507         * libdocument/ev-file-exporter.[ch]:
3508         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3509         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3510         (ev_job_print_run):
3511
3512         When printing multiple pages per sheet in reverse option, do not
3513         invert the order of the pages in every sheet, but the order of the
3514         sheets. Do not print blank pages when page range is invalid. Fixes
3515         bugs #484857 and #485521.
3516         
3517 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3520         (ev_job_print_run):
3521         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3522
3523         Respect ranges order when printing more than one range in random
3524         order.
3525         
3526 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3527
3528         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3529         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3530
3531         Rotate also the window icon when document is rotated. Fixes bug
3532         #474681.
3533         
3534 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3537         (pdf_document_forms_get_form_fields):
3538
3539         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3540         Matthias Drochner.
3541         
3542 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * configure.ac:
3545         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3546
3547         Use poppler_page_render_for_printing() instead of
3548         poppler_page_render() if available when exporting to a ps or pdf
3549         file. Fixes bug #476627.
3550         
3551 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * shell/ev-window.c: (ev_window_run_fullscreen):
3554
3555         Do not show the toolbar in fullscreen mode if the main toolbar is
3556         not visible. Fixes bug #483048.
3557         
3558 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-view.c: (ev_view_button_press_event):
3561
3562         Give priority to form fields over images when deciding whether a
3563         button press event is over an image or form field. It allows edit
3564         form fields when they are over a background image. Fixes bug
3565         #477841.
3566         
3567 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * NEWS:
3570         * configure.ac:
3571         
3572         Update for release 2.20.0
3573
3574 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * backend/pdf/ev-poppler.cc:
3577
3578         Remove #ifdef HAVE_FORMS, so that forms support works again.
3579
3580 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3581
3582         * configure.ac:
3583         * data/evince.desktop.in.in:
3584         
3585         Fixes desktop file issues. See bug #473471.
3586
3587 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3590         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3591         (ev_job_queue_remove_job):
3592         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3593         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3594         * shell/ev-window.c: (ev_window_clear_save_job),
3595         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3596         (ev_window_dispose):
3597
3598         Move save a copy task to its own job so that it's carried out in a
3599         thread avoiding another lock in the main thread. Use
3600         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3601         can be saved to a pathin another file system. Fixes bug #456891.
3602         
3603 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * NEWS:
3606         * configure.ac:
3607         
3608         Update for release 2.19.92
3609
3610 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * configure.ac:
3613         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3614         (pdf_selection_get_selection_region),
3615         (pdf_selection_get_selection_map),
3616         (ev_form_field_from_poppler_field):
3617
3618         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3619         and triple click selections are enabled again now.
3620
3621 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (ev_window_add_history):
3624
3625         Make sure not to use the history with documents not supporting
3626         links. Fixes bug #468954.
3627
3628 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * shell/ev-window.c: (ev_window_load_job_cb):
3631
3632         Restart the search when reloading a document with the find bar
3633         visible. Fixes bug #461962.
3634
3635 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * shell/ev-window.c: (setup_document_from_metadata),
3638         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3639
3640         Do not jump to the first page when reloading a document from the
3641         last page.
3642
3643 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * shell/ev-window.c: (update_chrome_flag),
3646         (setup_sidebar_from_metadata),
3647         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3648         (ev_window_cmd_edit_find_next),
3649         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3650         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3651         (find_bar_close_cb), (view_actions_focus_in_cb):
3652
3653         Do not update visibility when changing a chrome flag so that it's
3654         possible to update several flags and update visibility only once
3655         for all of them.
3656
3657 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3660
3661         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3662         supported by gtk+. Fixes bug #460907.
3663
3664 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-view.c: (view_update_range_and_current_page):
3667
3668         Make sure current-page <= end-page in continuous mode. Fixes bug
3669         #454950.
3670
3671 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * backend/pdf/ev-poppler.cc: (build_tree):
3674
3675         Ignore outline items without a title. Fixes bug #453913.
3676
3677 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3680         (ev_view_button_release_event), (ev_view_leave_notify_event):
3681
3682         Use always drag mouse cursor during a drag operation. Fixes bug
3683         #470564.
3684
3685 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3688         (pdf_selection_get_selection_region),
3689         (pdf_selection_get_selection_map):
3690
3691         Temporarily disable double and triple selections since it depends on
3692         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3693         released and the update of the external dependency minimal version
3694         approved.
3695
3696 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3699         (pdf_document_file_exporter_do_page):
3700         * libdocument/ev-file-exporter.h:
3701         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3702         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3703
3704         Actually fix printing regressions. Remove orientation from
3705         EvPrintContext since it's redundant.
3706
3707 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3710         * backend/impress/impress-document.c:
3711         (impress_document_document_iface_init):
3712         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3713         * backend/djvu/djvu-document.c:
3714         (djvu_document_document_iface_init),
3715         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3716         * backend/tiff/tiff-document.c:
3717         (tiff_document_document_iface_init):
3718         * backend/pixbuf/pixbuf-document.c:
3719         (pixbuf_document_document_iface_init):
3720         * backend/comics/comics-document.c:
3721         (comics_document_document_iface_init):
3722         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3723         (pdf_selection_render_selection),
3724         (pdf_selection_get_selected_text),
3725         (pdf_selection_get_selection_region),
3726         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3727         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3728         (ev_selection_get_selection_region),
3729         (ev_selection_get_selection_map):
3730         * libdocument/ev-document.[ch]:
3731         * shell/ev-pixbuf-cache.[ch]: (add_job),
3732         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3733         * shell/ev-view-private.h:
3734         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3735         (ev_job_render_run):
3736         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3737         * shell/ev-view.c: (start_selection_for_event),
3738         (ev_view_button_press_event), (ev_view_drag_data_get),
3739         (ev_view_drag_data_received), (ev_view_button_release_event),
3740         (compute_new_selection_text), (compute_selections),
3741         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3742         (ev_view_primary_get_cb):
3743
3744         Add support for double and triple click selections.
3745
3746 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * NEWS:
3749         * configure.ac:
3750
3751         Update for release 2.19.4
3752
3753 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3754
3755         * shell/ev-view-private.h:
3756         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3757         (ev_view_set_highlight_search):
3758         * shell/ev-view.h:
3759         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3760         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3761         (find_bar_visibility_changed_cb):
3762         
3763         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3764
3765 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3768         (pdf_document_file_exporter_begin),
3769         (pdf_document_file_exporter_do_page):
3770         * shell/ev-jobs.c: (ev_job_print_run):
3771         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3772
3773         Create always a portrait cairo surface and rotate when needed for
3774         landscape. It fixes printing problems in real printers.
3775
3776 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3779         * libdocument/ev-file-exporter.[ch]:
3780         (ev_file_exporter_get_capabilities):
3781         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3782         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3783
3784         Adjust number of pages per row according to page orientation when
3785         printing 2 or 6 pages per sheet.
3786
3787 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * shell/ev-window.c: (ev_window_print_send):
3790
3791         Reset also cups setting to 1 when printing multiple pages per
3792         sheet. Fixes bug #468853.
3793
3794 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * libdocument/ev-document-misc.c:
3797         (ev_document_misc_surface_rotate_and_scale):
3798
3799         Use directly cairo_surface_get_content() when creating a similar
3800         surface as suggested by Jeff Muizelaar. Thanks again.
3801
3802 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * backend/djvu/djvu-document.c: (djvu_document_render):
3805         * backend/tiff/tiff-document.c: (tiff_document_render):
3806         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3807         * libdocument/ev-document-misc.c:
3808         (ev_document_misc_surface_from_pixbuf),
3809         (ev_document_misc_surface_rotate_and_scale):
3810
3811         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3812         creating page surfaces. Fixes bug #453123. Thank you very much to
3813         Jeff Muizelaar <jeff@infidigm.net>.
3814
3815 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-page-cache.c: (ev_page_cache_new),
3818         (ev_page_cache_get_thumbnail_size):
3819         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3820         (ev_sidebar_thumbnails_set_loading_icon):
3821
3822         Also store in page-cache the dimensions of the thumbnails so that
3823         they can be used to create the correct loading icon in the side
3824         pane. Fixes bug #466857.
3825
3826 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * backend/pdf/ev-poppler.cc:
3829         (pdf_document_thumbnails_get_thumbnail):
3830
3831         Fix thumbnails rotation in pdf documents that include embedded 
3832         thumbnails.
3833
3834 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3835
3836         * backend/pdf/ev-poppler.cc:
3837
3838         Don't use #ifdef in macro expansion. Some compilers don't
3839         like that. Closes bug #467042.
3840
3841 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3842
3843         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3844         
3845         Fixes memory leak in djvu backend.
3846
3847 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3848
3849         * data/icons/32x32/Makefile.am:
3850         * data/icons/32x32/actions/Makefile.am:
3851         * data/icons/32x32/actions/view-page-cont.svg:
3852         * data/icons/32x32/actions/view-page-facing.svg:
3853         * data/icons/48x48/Makefile.am:
3854         * data/icons/48x48/actions/Makefile.am:
3855         * data/icons/48x48/actions/view-page-cont.svg:
3856         * data/icons/48x48/actions/view-page-facing.svg:
3857         
3858         Icons for a new sizes.
3859
3860 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3861
3862         * shell/ev-page-cache.c: (build_height_to_page),
3863         (ev_page_cache_get_height_to_page):
3864         
3865         Fixes invalid read, see bug #466401.
3866
3867 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3870         (set_drag_cursor):
3871         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3872         (configure_item_cursor), (new_pixbuf_from_widget):
3873
3874         Fix multihead problems in toolbar editor. Fixes bug #382055.
3875
3876 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-window.c: (ev_window_cmd_file_open),
3879         (ev_window_cmd_save_as):
3880
3881         Use g_get_user_special_dir when available instead of
3882         xdg_user_dir_lookup.
3883
3884 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * MAINTAINERS:
3887         
3888         Updated according to request on desktop-devel.
3889
3890 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3891
3892         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3893
3894         Do not use cairo_rectangle and cairo_clip since we are
3895         not using cairo_fill but cairo_paint. Use the same cairo context
3896         for every page in the same expose event.
3897
3898 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3899
3900         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3901         leak.
3902
3903 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * configure.ac:
3906         * NEWS:
3907
3908         Release 0.9.3
3909
3910 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3911
3912         * libdocument/ev-document-info.h:
3913         * libdocument/ev-document.h:
3914         * shell/ev-page-action.h:
3915         * shell/ev-sidebar-links.h:
3916
3917         Fix a headers problem with ev-link
3918         
3919         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3920         * shell/ev-view-private.h:
3921         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3922         (get_link_area), (ev_view_query_tooltip),
3923         (ev_view_leave_notify_event), (ev_view_destroy),
3924         (ev_view_class_init):
3925
3926         Use new gtk tooltips when available instead of ev-tooltip.
3927         
3928 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3929
3930         * shell/ev-window.c: (update_chrome_visibility),
3931         (ev_window_sidebar_visibility_changed_cb):
3932
3933         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3934         
3935 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-navigation-action.c:
3938         (ev_navigation_action_history_changed),
3939         (ev_navigation_action_set_history):
3940         * shell/ev-navigation-action-widget.c:
3941         (ev_navigation_action_widget_init):
3942         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3943
3944         Fix compile warnings.
3945         
3946 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3949         (egg_editable_toolbar_dispose):
3950
3951         Fix memory leak.
3952         
3953 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3956         (screensaver_disable_x11):
3957         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3958         * shell/ev-window.c: (presentation_set_timeout):
3959         * shell/ev-view.c: (ev_view_presentation_transition_start):
3960
3961         Use g_timeout_add_seconds instead of g_timeout_add when
3962         available.
3963         
3964 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3965
3966         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3967
3968         Set horizontal scrollbar policy to AUTOMATIC instead of
3969         NEVER. Workaround for bug #449462.
3970         
3971 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * shell/ev-jobs.c: (ev_job_render_page_ready):
3974
3975         Add page_ready callback to main loop with high priority and hold
3976         a reference to job during idle.
3977         
3978 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * configure.ac:
3981         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3982         (pdf_document_file_exporter_begin),
3983         (pdf_document_file_exporter_do_page),
3984         (pdf_document_file_exporter_get_capabilities):
3985         * libdocument/ev-file-exporter.h:
3986         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3987         * shell/ev-window.c: (ev_window_print_send),
3988         (ev_window_print_dialog_response_cb):
3989
3990         Allow printing multiple pages per sheet. Fixes bug #395573.
3991         
3992 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3993
3994         * shell/ev-view.c: (tip_from_link):
3995         
3996         Check for NULL, fixes bug #460862.
3997
3998 2007-07-29  Christian Persch  <chpe@gnome.org>
3999
4000         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4001         (ev_window_preview_print_finished), (ev_window_do_preview_print),
4002         (ev_window_cmd_preview_print):
4003         
4004         Fixes bug #437681 - blocks while enumerating printers.
4005
4006 2007-07-29  Christian Persch  <chpe@gnome.org>
4007
4008         * shell/ev-window.c: (ev_window_screen_changed):
4009         
4010         Don't use deprecated gtk+ function. See bug #460909.
4011
4012 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * shell/ev-utils.c: (get_num_monitors):
4015         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4016
4017         Do not use display before initializing it. Remove compile
4018         warnings.
4019
4020 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
4021
4022         * shell/ev-view.c: (ev_view_class_init):
4023         
4024         Unix-like hjkl bindings added. See bug #458111.
4025
4026 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
4027
4028         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4029         * shell/ev-utils.h:
4030         * shell/ev-view.c: (ev_view_set_zoom_for_size),
4031         (ev_view_update_view_size):
4032         * shell/ev-view.h:
4033         * shell/ev-window.c: (ev_window_update_actions),
4034         (setup_view_from_metadata), (ev_window_screen_changed),
4035         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4036         (zoom_control_changed_cb):
4037         * shell/ev-window.h:
4038         
4039         Reorganizes utility functions.
4040
4041 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4044         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4045         (add_job), (ev_pixbuf_cache_get_surface),
4046         (ev_pixbuf_cache_get_link_mapping),
4047         (ev_pixbuf_cache_get_image_mapping),
4048         (ev_pixbuf_cache_get_form_field_mapping),
4049         (ev_pixbuf_cache_get_text_mapping):
4050         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4051         (notify_page_ready), (ev_job_render_page_ready),
4052         (ev_job_render_run):
4053
4054         Add page_ready signal to notify that page is ready as soon as
4055         possible even if other page elements like links, forms, images or
4056         text mapping are not ready yet.
4057
4058 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4061         (dvi_document_file_exporter_do_page),
4062         (dvi_document_file_exporter_get_capabilities),
4063         (dvi_document_file_exporter_iface_init):
4064         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4065         (ps_document_file_exporter_do_page),
4066         (ps_document_file_exporter_get_capabilities),
4067         (ps_document_file_exporter_iface_init):
4068         * backend/djvu/djvu-document.c:
4069         (djvu_document_file_exporter_begin),
4070         (djvu_document_file_exporter_end),
4071         (djvu_document_file_exporter_get_capabilities),
4072         (djvu_document_file_exporter_iface_init):
4073         * backend/tiff/tiff-document.c:
4074         (tiff_document_file_exporter_begin),
4075         (tiff_document_file_exporter_get_capabilities),
4076         (tiff_document_document_file_exporter_iface_init):
4077         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4078         (pdf_document_file_exporter_do_page),
4079         (pdf_document_file_exporter_get_capabilities),
4080         (pdf_document_file_exporter_iface_init):
4081         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4082         (ev_file_exporter_get_capabilities):
4083         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4084         (idle_print_handler), (ev_print_job_print):
4085         * shell/ev-jobs.c: (ev_job_print_run):
4086         * shell/ev-window.c: (ev_window_print_send),
4087         (ev_window_print_range):
4088
4089         Use capabilities to know which options should be offered by the
4090         print dialog depending on the document backend.
4091
4092 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4095
4096         Give priority to forms over text to set the cursor.
4097
4098 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * shell/ev-view-private.h:
4101         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4102         (ev_view_leave_notify_event), (ev_view_finalize),
4103         (ev_view_get_property), (ev_view_class_init):
4104
4105         Use IBEAM cursor for text form fields and NORMAL cursor for read
4106         only fields. Remove unused status attribute.
4107
4108 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4111
4112         Update region for current selected items also for checkbox
4113         buttons, since they can behave as radio buttons when they are in a
4114         set.
4115
4116 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * configure.ac:
4119         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4120
4121         Get max length of text form fields.
4122
4123 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4124
4125         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4126         * libdocument/ev-form-field.h:
4127         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4128
4129         Fix build with current poppler cvs head.
4130
4131 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4134         * shell/eggfindbar.c: (egg_find_bar_init):
4135
4136         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4137         deprecation. Fixes bug #455667
4138
4139 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4140
4141         * NEWS:
4142         * configure.ac:
4143         
4144         Update for release 0.9.2
4145
4146 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-view.c: (ev_view_form_field_text_save),
4149         (ev_view_form_field_choice_save):
4150
4151         Fix a crash when closing whith a form widget visible.
4152
4153 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4156
4157         Update also the region of the current selected button when
4158         clicking on another button if they are radio buttons.
4159
4160 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4163         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4164         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4165         (ev_pixbuf_cache_get_link_mapping),
4166         (ev_pixbuf_cache_get_image_mapping),
4167         (ev_pixbuf_cache_get_form_field_mapping),
4168         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4169         * shell/ev-view.c: (ev_view_form_field_get_region),
4170         (ev_view_form_field_button_create_widget),
4171         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4172         (job_finished_cb):
4173
4174         Redraw only form field region instead of the whole page when
4175         reloading a page to show changes on the form field.
4176
4177 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * shell/ev-view.c: (ev_view_form_field_choice_save):
4180
4181         Fix selection of first item in list form fields.
4182
4183 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4184
4185         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4186         (ev_pixbuf_cache_reload_page),
4187         (ev_pixbuf_cache_get_form_field_mapping):
4188
4189         Some refactoring to avoid duplicated code.
4190
4191 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * configure.ac:
4194         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4195         (ev_form_field_from_poppler_field),
4196         (pdf_document_forms_get_form_fields),
4197         (pdf_document_forms_form_field_text_get_text),
4198         (pdf_document_forms_form_field_text_set_text),
4199         (pdf_document_forms_form_field_button_set_state),
4200         (pdf_document_forms_form_field_button_get_state),
4201         (pdf_document_forms_form_field_choice_get_item),
4202         (pdf_document_forms_form_field_choice_get_n_items),
4203         (pdf_document_forms_form_field_choice_is_item_selected),
4204         (pdf_document_forms_form_field_choice_select_item),
4205         (pdf_document_forms_form_field_choice_toggle_item),
4206         (pdf_document_forms_form_field_choice_unselect_all),
4207         (pdf_document_forms_form_field_choice_set_text),
4208         (pdf_document_forms_form_field_choice_get_text),
4209         (pdf_document_document_forms_iface_init):
4210         * libdocument/Makefile.am:
4211         * libdocument/ev-form-field.[ch]:
4212         * libdocument/ev-document-forms.[ch]:
4213         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4214         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4215         (add_job), (ev_pixbuf_cache_reload_page),
4216         (ev_pixbuf_cache_get_form_field_mapping):
4217         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4218         * shell/ev-view-private.h:
4219         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4220         (ev_view_handle_cursor_over_xy),
4221         (ev_view_get_form_field_at_location),
4222         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4223         (ev_view_form_field_button_create_widget),
4224         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4225         (ev_view_form_field_text_create_widget),
4226         (ev_view_form_field_choice_save),
4227         (ev_view_form_field_choice_changed),
4228         (ev_view_form_field_choice_create_widget),
4229         (ev_view_handle_form_field), (ev_view_size_allocate),
4230         (ev_view_realize), (draw_end_presentation_page),
4231         (ev_view_button_press_event), (ev_view_remove_all),
4232         (ev_view_motion_notify_event), (ev_view_key_press_event),
4233         (ev_view_enter_notify_event), (highlight_find_results),
4234         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4235         (ev_view_class_init), (page_changed_cb),
4236         (on_adjustment_value_changed), (ev_view_set_presentation),
4237         (merge_selection_region), (ev_view_set_cursor),
4238         (ev_view_reset_presentation_state):
4239         
4240         Merge evince-forms branch.
4241
4242 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4243
4244         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4245
4246         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4247         This script also updates itself from libegg
4248
4249         * cut-n-paste/toolbar-editor/egg*:
4250         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4251         libegg
4252
4253 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4254
4255         * shell/ev-window.c:
4256         
4257         Adds a nice icon to page action during toolbar editing.
4258         See bug #452872.
4259
4260 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4261
4262         * data/evince-toolbar.xml:
4263         * shell/ev-window.c:
4264         
4265         Let user add a presentation and fullscreen icons on toolbar.
4266         See bug #449734.
4267
4268 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4269
4270         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4271
4272         new script to keep in sync with toolbareditor in libegg
4273
4274         * cut-n-paste/toolbar-editor/*: 
4275
4276         Run update-toolbareditor-from-libegg so we are in sync again. 
4277         Fixes bug #452850.
4278         
4279
4280 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-sidebar-links.c: (job_finished_callback):
4283
4284         Do not connect selection changed signal more than once. Fixes bug
4285         #349433.
4286
4287 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4290
4291         Do not change sidebar chrome flag when pressing F9 key in
4292         presentation mode.
4293
4294 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * backend/pdf/ev-poppler.cc:
4297         (pdf_document_thumbnails_get_dimensions):
4298
4299         Make sure thumbnails width and height is not <= 0. Fixes a crash
4300         with some pdf documents which have really small pages.
4301
4302 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4303
4304         * shell/main.c: (main):
4305
4306         Fixes program description translation issue.
4307         Bug #450148.
4308
4309 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4310
4311         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4312
4313         Do not change current page when returning from black/white mode
4314         in presentation. Fixes bug #415032.
4315
4316 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4317
4318         * NEWS:
4319         * configure.ac:
4320         
4321         Update for release 0.9.1
4322
4323 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4324
4325         * backend/dvi/dvi-document.c:
4326         (dvi_document_finalize),
4327         (dvi_document_file_exporter_format_supported),
4328         (dvi_document_file_exporter_begin),
4329         (dvi_document_file_exporter_do_page),
4330         (dvi_document_file_exporter_end),
4331         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4332         
4333         PDF exporter for dvi documents. Fixes bug #441319.
4334
4335 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * shell/ev-window.c: (ev_window_clear_print_job):
4338
4339         Clear gtk print job when job has finished. Fixes bug #447612.
4340
4341 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * shell/ev-window.c: (ev_window_print_send),
4344         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4345
4346         Add preview button to print dialog. Fixes bug #445419.
4347
4348 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * backend/dvi/Makefile.am:
4351         * backend/dvi/pixbuf-device.[ch]: Removed
4352         * backend/dvi/cairo-device.[ch]: Added
4353         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4354         * backend/dvi/dvi-document.c: (dvi_document_load),
4355         (dvi_document_render), (dvi_document_finalize),
4356         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4357         (dvi_document_do_color_special):
4358         * libdocument/ev-document-misc.[ch]:
4359         (ev_document_misc_pixbuf_from_surface):
4360
4361         Port dvi backend to cairo and fix a problem with colors. 
4362
4363 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4364
4365         * shell/ev-view.c: (draw_one_page):
4366
4367         Draw only visible region.
4368
4369 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4370
4371         * backend/djvu/djvu-document.c: (djvu_document_render):
4372
4373         Fix rotation in djvu backend.
4374
4375 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4378         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4379         (ev_pixbuf_cache_get_image_mapping),
4380         (ev_pixbuf_cache_get_text_mapping):
4381
4382         Redraw view every time we have a new surface. Fixes bug #443587.
4383
4384 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * libdocument/ev-document.c: (ev_document_info_free):
4387
4388         Fix memory leaks.
4389
4390 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * backend/dvi/dvi-document.c: (dvi_document_render),
4393         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4394         * backend/impress/impress-document.c:
4395         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4396         (impress_document_render), (impress_document_document_iface_init),
4397         (impress_document_thumbnails_get_thumbnail):
4398         * backend/djvu/djvu-document-private.h:
4399         * backend/djvu/djvu-document.c: (djvu_document_render),
4400         (djvu_document_finalize), (djvu_document_document_iface_init),
4401         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4402         * backend/tiff/tiff-document.c: (tiff_document_render),
4403         (tiff_document_render_pixbuf),
4404         (tiff_document_document_iface_init):
4405         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4406         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4407         (pdf_selection_render_selection):
4408         * backend/comics/comics-document.c:
4409         (comics_document_render_pixbuf), (comics_document_render),
4410         (comics_document_document_iface_init):
4411         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4412         (pixbuf_document_document_iface_init):
4413         * libdocument/ev-document-misc.[ch]:
4414         (ev_document_misc_surface_from_pixbuf),
4415         (ev_document_misc_surface_rotate_and_scale):
4416         * libdocument/ev-document.[ch]: (ev_document_render):
4417         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4418         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4419         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4420         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4421         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4422         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4423         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4424         (render_finished_cb), (ev_job_render_run):
4425         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4426         (merge_selection_region):
4427
4428         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4429         and selections.
4430
4431 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * shell/ev-window-title.c: (ev_window_title_update):
4434
4435         Fix memory leak.
4436
4437 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * shell/ev-view.c: (draw_loading_text):
4440
4441         Show loading text centered. Fixes bug #433061
4442
4443 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4444
4445         * shell/ev-sidebar-thumbnails.c:
4446         (ev_sidebar_thumbnails_set_loading_icon):
4447
4448         Remove a mutex in the main thread that blocks the UI in heavy
4449         documents.
4450
4451 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4454
4455         Set points_set to TRUE so that selections don't disappear after a
4456         zoom change.
4457
4458 2007-06-07  Michael Monreal  <infernux@web.de>
4459
4460         * data/icons/16x16/actions/Makefile.am:
4461         * data/icons/16x16/actions/zoom.svg:
4462         * data/icons/22x22/actions/Makefile.am:
4463         * data/icons/22x22/actions/zoom.svg:
4464         * data/icons/24x24/actions/Makefile.am:
4465         * shell/ev-stock-icons.c:
4466         * shell/ev-stock-icons.h:
4467         * shell/ev-window.c:
4468         
4469         Zoom icon artwork. See bug #444795.
4470
4471 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4472
4473         * shell/ev-metadata-manager.c: Remove extraneous function
4474         (Closes: #444386)
4475
4476 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4477
4478         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4479         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4480         (ev_metadata_manager_set), (ev_metadata_manager_save):
4481         Simplify the timeout, no need for modified anymore
4482
4483 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4484
4485         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4486         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4487         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4488         (ev_metadata_manager_save): Adapted patch from Arjan van de
4489         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4490         time, saves on power (Closes: #443851)
4491
4492 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * configure.ac:
4495         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4496         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4497
4498         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4499
4500 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4501
4502         * shell/ev-window.c: (ev_window_add_history):
4503
4504         Check if history is NULL
4505
4506 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4507
4508         * libdocument/ev-image.c: (ev_image_finalize):
4509         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4510         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4511         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4512         (ev_tmp_uri_unlink):
4513
4514         Add functions to delete temporary files created by evince in a safe
4515         way.
4516
4517         * shell/ev-window.c: (ev_window_clear_local_uri),
4518         (open_xfer_update_progress_callback),
4519         (save_xfer_update_progress_callback), (ev_window_save_remote),
4520         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4521         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4522         (attachment_save_dialog_response_cb),
4523         (ev_attachment_popup_cmd_save_attachment_as):
4524
4525         Allow saving a copy of a document, image or attachment to a remote
4526         location. Fixes bug #440754. 
4527
4528 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * configure.ac:
4531         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4532
4533         Fix build with current poppler from cvs head. 
4534
4535 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4536
4537         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4538
4539         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4540         directory exists.
4541
4542 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4543
4544         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4545         * shell/ev-window.c:
4546
4547         Change sidebar ordering. Fixes bug #439939.
4548
4549 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4550
4551         * backend/comics/Makefile.am:
4552         
4553         Fixes build with --without-libgnome.
4554
4555 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4556         
4557         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4558
4559         Update cursor and tooltip on page change and view scroll. Fixes bug
4560         #439217.
4561
4562 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4563
4564         * NEWS:
4565         * configure.ac:
4566         
4567         Update for release 0.9.0
4568
4569 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4570
4571         * backend/djvu/djvu-document-private.h:
4572         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4573         (djvu_document_finalize),
4574         (djvu_document_file_exporter_format_supported),
4575         (djvu_document_file_exporter_begin),
4576         (djvu_document_file_exporter_do_page),
4577         (djvu_document_file_exporter_end),
4578         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4579         
4580         Implemented printing with djvu. Bug #437998.
4581
4582 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4583
4584         * backend/impress/zip.c:
4585         Add missing ulong definition.
4586
4587         * backend/ps/ps-interpreter.c:
4588         Add missing headers.
4589
4590         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4591
4592 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4595
4596         Add missing call to parent class dispose method. 
4597
4598 2007-05-12  Ross Burton  <ross@openedhand.com>
4599
4600         * shell/main.c:
4601         Sync keybindings manually when building without libgnome
4602         (#437925).
4603
4604 2007-05-12  Ross Burton  <ross@openedhand.com>
4605
4606         * shell/ev-window.c:
4607         Respect the screen when opening help (#437866).
4608
4609 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * data/evince-ui.xml:
4612         * shell/ev-application.[ch]: (get_print_settings_from_args),
4613         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4614         (ev_application_open_uri_list):
4615         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4616         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4617         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4618         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4619         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4620         (ev_window_dispose):
4621         * shell/main.c: (arguments_parse):
4622
4623         Add print button in preview mode. Fixes bug #396475. 
4624
4625 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * cut-n-paste/zoom-control/ephy-zoom.h:
4628         
4629         Fixes zoom level factors. See bug #408119 for details.
4630
4631 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4632
4633         * backend/comics/comics-document.c: (comics_regex_quote),
4634         (extract_argv):
4635         
4636         Correctly quote symbols. Fixes crash in the bug
4637         #415370.
4638
4639 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4640
4641         * shell/ev-navigation-action-widget.c:
4642         (ev_navigation_action_widget_init),
4643         (ev_navigation_action_widget_class_init),
4644         (ev_navigation_action_widget_button_press_event):
4645         
4646         Connect to button-press event on correct widget. Fixes
4647         bug #431988
4648
4649 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4650
4651         * shell/ev-application.c: (ev_application_open_window),
4652         (ev_application_add_icon_path_for_screen),
4653         (ev_application_open_uri_at_dest):
4654         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4655         * shell/ev-navigation-action.c: (build_menu):
4656         
4657         Add app-specific icons to our icon theme. Fixes bug
4658         #425508.
4659
4660 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * shell/ev-history.c: (ev_history_class_init),
4663         (ev_history_add_link):
4664         * shell/ev-history.h:
4665         * shell/ev-navigation-action.c:
4666         (ev_navigation_action_history_changed),
4667         (ev_navigation_action_set_history), (build_menu),
4668         (ev_navigation_action_finalize):
4669         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4670         
4671         Make navigation action unsensitive instead of showing
4672         menu with unsensitive word. Fixes bug #417392.
4673
4674 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-application.[ch]: (ev_application_shutdown),
4677         (ev_application_get_print_settings),
4678         (ev_application_set_print_settings):
4679         * shell/ev-window.c:
4680
4681         Remember print settings. Fixes bug #349102. 
4682
4683 2007-05-08  Christian Persch  <chpe@gnome.org>
4684
4685         * configure.ac:
4686         * properties/ev-properties-view.c:
4687
4688         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4689         Bug #382438.
4690
4691 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4692
4693         * configure.ac:
4694         * properties/ev-properties-view.c: (ev_regular_paper_size):
4695
4696         Use gtk+ builtin paper list to identify the document's paper size.
4697         Fixes bug #382438. 
4698
4699 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * configure.ac:
4702
4703         Fix build when compiling with thumbnailer and libgnome support. 
4704
4705 2007-05-04  Ross Burton  <ross@openedhand.com>
4706
4707         * configure.ac:
4708         Add --without-libgnome, check for libgnome and libgnomeui
4709         separately, and add them to the symbols as required.
4710
4711         * libdocument/ev-file-helpers.c:
4712         When building without libgnome, use g_get_user_config_dir instead
4713         of gnome_user_dir_get.
4714
4715         * shell/ev-application.c:
4716         When building without libgnome, don't use session management.
4717
4718         * shell/main.c:
4719         When building without libgnome, don't use GnomeProgram or
4720         initialise the authentication manager.
4721
4722         This fixes #328842.
4723
4724 2007-05-04  Ross Burton  <ross@openedhand.com>
4725
4726         * shell/ev-window.c:
4727         Don't use libgnome to open help, instead call Yelp directly.
4728
4729 2007-05-04  Ross Burton  <ross@openedhand.com>
4730
4731         * shell/ev-sidebar-attachments.c:
4732         Don't use libgnome to lookup icons for MIME types, instead copy
4733         code from GTK+ to do it manually.
4734
4735 2007-05-04  Ross Burton  <ross@openedhand.com>
4736
4737         * configure.ac:
4738         Add libxml to the dependencies for SHELL_CORE (#435818).
4739
4740 2007-05-02  Ross Burton  <ross@openedhand.com>
4741
4742         * configure.ac:
4743         * Makefile.am:
4744         Add --disable-thumbnailer (#434825)
4745
4746 2007-05-02  Ross Burton  <ross@openedhand.com>
4747
4748         * shell/ev-window.c:
4749         Add missing includes, fix indentation.
4750
4751         * shell/main.c:
4752         Fix indentation.
4753
4754 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4755
4756         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4757         ev_application_open_uri_at_dest instead of ev_application_open_uri
4758         preventing new document always being opened in a new window even if there
4759         is an empty window.
4760
4761 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4764         (egg_recent_view_uimanager_finalize):
4765         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4766         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4767         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4768         (ev_pixbuf_cache_dispose):
4769         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4770         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4771         
4772         Add missing chain to parent class methods. Fixes
4773         bug #433128.
4774
4775 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4776
4777         * data/Makefile.am (update-icon-cache): Updates
4778         gtk-update-icon-cache in uninstall-hook.
4779
4780 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-window.c: (ev_window_setup_document),
4783         (ev_window_set_document), (ev_window_load_job_cb):
4784         * shell/ev-view.c: (setup_caches):
4785         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4786
4787         Start rendering pages before any other jobs. 
4788
4789 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * shell/ev-window.c: (ev_window_stop_fullscreen),
4792         (ev_window_stop_presentation):
4793
4794         Update chrome visibility before window unfullscreen. 
4795
4796 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4797
4798         * data/Makefile.am:
4799         * data/evince-ui.xml:
4800         * shell/ev-stock-icons.[ch]:
4801         * shell/ev-application.[ch]: (ev_application_shutdown),
4802         (ev_application_init), (ev_application_get_toolbars_model):
4803         * shell/ev-window.c: (update_chrome_visibility),
4804         (fullscreen_toolbar_setup_item_properties),
4805         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4806         (ev_window_run_presentation), (ev_window_stop_presentation),
4807         (ev_window_run_preview), (ev_window_screen_changed),
4808         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4809         (ev_window_dispose), (ev_window_init):
4810
4811         Make fullscreen toolbar always visible. Do not use egg toolbars for
4812         fullscreen and preview modes since such toolbars are not editables.
4813         Fixes bugs #300278, #338910 and #316188.  
4814
4815 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4816
4817         * shell/ev-application.c:
4818         * shell/ev-job-queue.c:
4819         * shell/ev-metadata-manager.c:
4820         * shell/ev-stock-icons.c:
4821         * shell/ev-window.c:
4822         * shell/main.c:
4823         
4824         Developers documentation updated.
4825
4826 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4829
4830         Check whether uri is valid before launching it. Fixes bug #427664.
4831
4832 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * shell/ev-window.c:
4835
4836         Change key accelerator for Open a Copy menu entry which is in conflict
4837         with Close. Fixes bug #427321.
4838
4839 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * NEWS:
4842         * configure.ac:
4843         
4844         Update for release 0.8.1
4845
4846 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4847
4848         * shell/ev-window.c: (setup_size_from_metadata):
4849         
4850         Do not make window bigger than screen. Fixes bug 
4851         #388985.
4852
4853 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4856         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4857
4858         Use default resolution when it's not provided by document. Fixes bug
4859         #408762.
4860
4861 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * configure.ac:
4864         * thumbnailer/Makefile.am:
4865         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4866         * thumbnailer/evince-thumbnailer.schemas.in:
4867         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4868
4869         Add support for ps, eps and compressed documents thumbnails. Do not
4870         ignore size parameter. 
4871
4872 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4873
4874         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4875         (dvi_document_do_color_special):
4876         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4877
4878         Implement font color specials in the DVI backend. Fixes bug #303651.
4879
4880 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4881
4882         Fixup the previous commit:
4883
4884         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4885         * shell/xdg-user-dir-lookup.c: Make the function non-static
4886         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4887
4888 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4889
4890         * shell/ev-window.c (file_open_dialog_response_cb): Use
4891         the xdg-user-dirs DOCUMENTS folder as default folder when
4892         opening a file chooser.  (#424858)
4893
4894         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4895         xdg-user-dirs.
4896
4897 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * shell/ev-window.c: (ev_window_load_job_cb):
4900
4901         Do not setup view from metadata on preview mode. 
4902
4903 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4904
4905         * shell/main.c:
4906
4907         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4908
4909 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * shell/ev-view.c: (ev_view_primary_get_cb):
4912
4913         Check pointer != NULL before using it. Fixes bug #416841. 
4914
4915 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4916
4917         * NEWS:
4918         * configure.ac:
4919         
4920         Release 0.8.0
4921
4922 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4925
4926         Do not render thumbnails when sidebar thumbnail page is not visible
4927         at startup. Fixes bug #416447. 
4928
4929 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4930
4931         * data/evince.desktop.in.in:
4932
4933         "Application" is not a valid category in the freedesktop specification.
4934
4935 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4936
4937         * libdocument/ev-file-helpers.[ch]: (compression_run),
4938         (ev_file_uncompress), (ev_file_compress):
4939         * shell/ev-window.c: (file_save_dialog_response_cb):
4940
4941         Save document compressed when saving a copy of a compressed document.
4942         Fixes bug #334542.
4943
4944 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4945
4946         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4947
4948         Allow deleting in goto window entry in presentation mode. 
4949
4950 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4951
4952         * Makefile.am: Dist MAINTAINERS.
4953
4954 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * shell/ev-window.c: (ev_window_update_actions):
4957
4958         Fix zoom shortcut keys when searching. Fixes bug #409828.
4959
4960 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4961
4962         * shell/ev-window.c: (ev_window_setup_document):
4963
4964         Fix crash when loading documents with only one page. 
4965
4966 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4967
4968         * backend/dvi/dvi-document.c:
4969         (dvi_document_thumbnails_get_dimensions),
4970         (dvi_document_thumbnails_get_thumbnail):
4971         * backend/impress/impress-document.c:
4972         (impress_document_thumbnails_get_thumbnail),
4973         (impress_document_thumbnails_get_dimensions):
4974         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4975         (ps_document_thumbnails_get_dimensions):
4976         * backend/djvu/djvu-document.c:
4977         (djvu_document_thumbnails_get_dimensions),
4978         (djvu_document_thumbnails_get_thumbnail):
4979         * backend/tiff/tiff-document.c:
4980         (tiff_document_thumbnails_get_thumbnail),
4981         (tiff_document_thumbnails_get_dimensions):
4982         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4983         (pdf_document_thumbnails_get_thumbnail),
4984         (pdf_document_thumbnails_get_dimensions):
4985         * backend/comics/comics-document.c:
4986         (comics_document_thumbnails_get_thumbnail),
4987         (comics_document_thumbnails_get_dimensions):
4988         * backend/pixbuf/pixbuf-document.c:
4989         (pixbuf_document_thumbnails_get_thumbnail),
4990         (pixbuf_document_thumbnails_get_dimensions):
4991         * libdocument/ev-document-thumbnails.[ch]:
4992         (ev_document_thumbnails_get_thumbnail),
4993         (ev_document_thumbnails_get_dimensions):
4994         * libdocument/ev-document-misc.[ch]:
4995         (ev_document_misc_get_thumbnail_frame):
4996         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4997         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4998         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4999         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5000         (ev_sidebar_thumbnails_refresh):
5001         * shell/ev-window.c: (ev_window_setup_document):
5002         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5003
5004         Use an EvRenderContext for rendering thumbnails instead of a suggested
5005         width, so that different sized pages get sized proportionally.
5006
5007 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5008
5009         * shell/ev-view.c: (ev_view_button_press_event),
5010         (ev_view_key_press_event):
5011
5012         Fix critical warnings when there is no document loaded. 
5013
5014 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * shell/ev-page-action-widget.c:
5017         * shell/ev-navigation-action.c:
5018         * shell/ev-window.c:
5019
5020         Fix compile warnings. 
5021
5022 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * backend/djvu/djvu-text.h:
5025         * backend/djvu/djvu-document.c:
5026         * backend/djvu/djvu-text-page.c:
5027         * backend/djvu/djvu-links.c:
5028         * backend/djvu/djvu-text-page.h:
5029         * backend/djvu/djvu-text.c:
5030         
5031         Fix build on Mac. Fixes bug #392186. Patch by
5032         <ephraim_owns@hotmail.com>
5033
5034 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5037
5038         Restore cairo context before rendering every page when printing a PDF
5039         document into a PDF file. 
5040
5041 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * backend/ps/gstypes.h:
5044         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5045         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5046         (ps_document_thumbnails_get_thumbnail):
5047
5048         Handle PostScript page orientation. Fixes bug #318568.
5049
5050 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * backend/ps/Makefile.am:
5053         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5054         (document_load), (ps_document_load), (save_document),
5055         (save_page_list), (ps_document_get_n_pages),
5056         (ps_document_get_page_size), (ps_document_get_info),
5057         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5058         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5059         (ps_document_thumbnails_get_thumbnail),
5060         (ps_document_thumbnails_get_dimensions),
5061         (ps_document_document_thumbnails_iface_init):
5062         * backend/ps/ps.[ch]: (psgetpagebox):
5063         * backend/ps/ps-interpreter.[ch]:
5064
5065         Add support for thumbnails in ps backend. Fixes bug #164755. 
5066
5067 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5068
5069         * NEWS:
5070         * configure.ac:
5071         
5072         Release 0.7.2
5073
5074 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5077         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5078         (ev_window_dispose):
5079
5080         Use document thumbnail as window icon. Fixes bug #384442.
5081
5082 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5083
5084         * configure.ac:
5085
5086         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5087         duplicated adding application/x-bzpostscript instead. 
5088
5089 2007-02-11  Tom Parker  <palfrey@tevp.net>
5090
5091         * backend/ps/ps-document.c: (document_load):
5092
5093         Check return value of psscan before trying
5094         to use it. Fixes bug #372414.
5095
5096 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5097
5098         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5099
5100         Fix invalid free in ev-page-cache. Fixes bug #404745.
5101
5102 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * test/Makefile.am:
5105         * test/test3.py:
5106         
5107         Added reload test case.
5108
5109 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5110
5111         * po/POTFILES.in:
5112         * backend/djvu/djvu-document.c: (djvu_document_load):
5113
5114         Check whether there are missing files in indirect multipage djvu
5115         documents. Fixes bug #361683. 
5116
5117 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5118
5119         * test/Makefile.am:
5120         * test/test-mime.bin:
5121         * test/test3.py:
5122         
5123         Added test for slow mime type
5124
5125 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5126
5127         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5128
5129         Add some checks and call parent_class->finalize. Fixes bug #404745.
5130
5131 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5132
5133         * shell/ev-navigation-action.c: (connect_proxy):
5134         
5135         Fixes dropdown history menu. Thanks a lot Carlos!
5136
5137 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5138
5139         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5140
5141         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5142         bug #373715.
5143
5144 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * backend/ps/ps.c: (psscan):
5147
5148         Fix memory leak. 
5149
5150 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5151
5152         * configure.ac:
5153         * libdocument/ev-file-helpers.c: 
5154
5155         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5156
5157 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * configure.ac:
5160         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5161         (ps_interpreter_start), (document_load), (save_document),
5162         (save_page_list):
5163         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5164         * libdocument/ev-document-factory.c:
5165         (ev_document_factory_get_from_mime), (get_document_from_uri),
5166         (free_uncompressed_uri), (ev_document_factory_get_document):
5167         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5168
5169         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5170
5171 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5172
5173         * libdocument/ev-document.h:
5174
5175         Fix typo in function name. 
5176
5177 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * backend/ps/ps-document.c: (ps_interpreter_finished),
5180         (ps_interpreter_start), (ps_interpreter_failed):
5181
5182         Handle ghostscript interpreter crashes. 
5183
5184 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * shell/ev-window.c: (ev_window_open_uri),
5187         (window_configure_event_cb):
5188
5189         Setup window size and position before showing it. Fixes bug #401711.
5190
5191 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * backend/ps/Makefile.am:
5194         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5195         (ps_document_dispose), (ps_document_class_init),
5196         (ps_interpreter_input), (ps_interpreter_output),
5197         (ps_interpreter_error), (setup_interpreter_env),
5198         (ps_interpreter_start), (ps_interpreter_stop),
5199         (ps_interpreter_failed), (ps_interpreter_is_ready),
5200         (check_filecompressed), (document_load), (ps_document_load),
5201         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5202         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5203         (render_page):
5204
5205         Rework ps-document. Code cleanups, remove deprecated code. 
5206
5207 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5208
5209         * shell/ev-view.c: (ev_view_button_press_event):
5210
5211         Do not start an image drag and drop operation when pointer is on 
5212         text, so that we can select text when the whole background is an
5213         image. 
5214
5215 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5216
5217         * shell/ev-window.c: (ev_window_update_actions): 
5218
5219         Disable all zoom related actions during presentation mode. 
5220
5221 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5222
5223         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5224
5225         Do not zoom in or out on presentation mode. Fixes bug #401305.
5226
5227 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * shell/ev-navigation-action.c: (connect_proxy),
5230         (create_menu_item), (ev_navigation_action_class_init):
5231         
5232         Correctly show menu and fix crash when navigaton 
5233         action is out of toolbar visible area.
5234
5235 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * data/Makefile.am:
5238         * data/evince.1:
5239         
5240         Added man file
5241
5242 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * help/reference/* :
5245         * configure.ac:
5246         
5247         Added gtk-doc based documentation for Evince.
5248         Still in initial state but I hope it will
5249         grow.
5250         
5251         * configure.ac:
5252         
5253         Lower dbus requirement to 0.70
5254
5255 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5256
5257         * shell/ev-window.c: (ev_window_add_history):
5258
5259         Fix memory leak. 
5260
5261 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5264         * shell/ev-view.h:
5265         * shell/ev-window.c: (ev_window_add_history):
5266         
5267         Correctly handle named destination links
5268
5269 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * NOTES:
5272         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5273         * backend/pdf/ev-poppler.cc:
5274         * libdocument/ev-document-links.h:
5275         * libdocument/ev-link.c: (ev_link_get_page):
5276         * libdocument/ev-link.h:
5277         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5278         (ev_history_add_link):
5279         * shell/ev-history.h:
5280         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5281         (new_history_menu_item), (build_menu):
5282         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5283         * shell/ev-sidebar-links.c: (create_loading_model),
5284         (print_section_cb), (ev_sidebar_links_construct),
5285         (fill_page_labels), (update_page_callback_foreach),
5286         (update_page_callback), (job_finished_callback):
5287         * shell/ev-view.c: (ev_view_handle_link):
5288         * shell/ev-window.c: (ev_window_find_chapter),
5289         (ev_window_add_history), (view_handle_link_cb),
5290         (history_changed_cb):
5291         
5292         Implements another history variant
5293
5294 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5295
5296         * shell/ev-window.c: (view_external_link_cb):
5297         * shell/ev-view.c: (ev_view_button_release_event):
5298
5299         Open links in new window when clicking with middle button. 
5300
5301 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * shell/ev-navigation-action.c: (new_history_menu_item):
5304         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5305         * shell/ev-view.c: (ev_view_handle_link):
5306         * shell/ev-window.c:
5307         
5308         Store link before jump, not the destination. For me it 
5309         seems like more natural history behavior.
5310
5311 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5314         (ev_navigation_action_class_init):
5315         * shell/ev-navigation-action.h:
5316         * shell/ev-page-action.c: (activate_cb):
5317         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5318         (ev_page_cache_set_current_page_history):
5319         * shell/ev-page-cache.h:
5320         * shell/ev-sidebar-thumbnails.c:
5321         (ev_sidebar_tree_selection_changed),
5322         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5323         * shell/ev-view-private.h:
5324         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5325         * shell/ev-view.h:
5326         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5327         (ev_window_setup_document), (ev_window_load_job_cb):
5328         * shell/ev-window.h:
5329         
5330         History finally works as expected.
5331
5332 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5333
5334         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5335
5336         Do not update links treeview if it doesn't have a model assigned yet. 
5337
5338 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5339
5340         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5341         (ev_sidebar_links_class_init), (update_page_callback):
5342
5343         Do not update links treeview when sidepane is not visible. 
5344
5345 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * shell/ev-marshal.list:
5348         * shell/ev-page-action.c: (activate_cb),
5349         (ev_page_action_class_init):
5350         * shell/ev-page-action.h:
5351         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5352         * shell/ev-window.c:
5353         
5354         Remove activate_link signal, not required.
5355
5356 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * shell/ev-navigation-action.c: (build_menu):
5359         
5360         Reorder menu items and build menu with fixed length.
5361
5362 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5363
5364         * shell/ev-view.c: (get_selected_text):
5365         
5366         Normalize text to fix ligatures problem. See bug
5367         #341947 for details.
5368
5369 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5370
5371         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5372
5373         Fix memory leak in ev-page-cache. 
5374
5375 2007-01-25  Tom Parker <palfrey@tevp.net>
5376
5377         * backend/impress/impress-document.c: (impress_document_load),
5378         (impress_document_finalize), (impress_document_init):
5379         * properties/ev-properties-main.c: (ev_properties_get_pages):
5380         
5381         Correctly handle impress document errors. Fixes nautilus
5382         crash in property page #370491.
5383
5384 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5385
5386         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5387         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5388         (ev_job_queue_remove_job):
5389         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5390         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5391         (ev_job_load_run):
5392         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5393         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5394         (ev_window_load_job_cb), (xfer_update_progress_callback),
5395         (ev_window_open_uri), (ev_window_dispose):
5396         * shell/main.c: (main):
5397
5398         Do file transfer asynchronously in the main thread instead of
5399         synchronously in the load thread. Fixes bugs #399694, #398307 and
5400         #343542.
5401
5402 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5403
5404         * shell/ev-jobs.c: (ev_job_xfer_run):
5405
5406         Load the document with the font-config lock held. 
5407
5408 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5409
5410         * backend/ps/ps-document.c: (start_interpreter):
5411
5412         Fix memory leaks in ps backend. 
5413
5414 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5415
5416         * backend/impress/impress-document.c:
5417         (impress_document_render_pixbuf):
5418
5419         Do not acquire fontconfig lock in impress backend, since it is using
5420         the main loop for rendering. 
5421
5422 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * po/POTFILES.in: 
5425
5426         Remove mdvi files that shouldn't be translated. 
5427
5428 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * shell/ev-view-private.h:
5431         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5432         (ev_view_set_zoom):
5433
5434         Render "loading..." text into a cairo surface instead of directly into
5435         the window so that fontconfig lock is only needed once and UI is not
5436         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5437
5438 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5441         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5442
5443         Use icon theme associated with the window screen rather than default. 
5444
5445 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5446
5447         * configure.ac:
5448
5449         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5450
5451 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5452
5453         * data/icons/*/apps/evince.*:
5454
5455         Move Evince icons under new apps directory.
5456
5457         * data/icons/*/actions/*:
5458
5459         Add new custom themeable Evince icons: view-page-continuous, 
5460         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5461         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5462
5463         * configure.ac:
5464
5465         Add new directories to AC_CONFIG_FILES.
5466
5467         * shell/ev-stock-icons.c:
5468         * shell/ev-stock-icons.h:
5469
5470         Use new custom themeable icons.
5471
5472 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5473
5474         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5475
5476         Do not draw white background page in presentation mode. 
5477
5478 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5479
5480         * shell/ev-view.c: Remove unused gnome-vfs include.
5481
5482 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5483
5484         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5485         
5486         Format string is corrected, fixes bug #397129.
5487
5488 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * shell/ev-window.c: (ev_window_setup_recent):
5491
5492         Do not include in recent menu inexistent documents. Fixes
5493         bug #339171.
5494
5495 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * po/POTFILES.skip: 
5498
5499         Update POTFILES.skip file according to current source tree. 
5500
5501 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * shell/ev-window.c: (file_save_dialog_response_cb):
5504
5505         Do Save a copy in atomic way. Fixes bug #328266. 
5506
5507 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5508
5509         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5510
5511         Keep selected cell always visible in index treeview.
5512
5513 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5514         
5515         * shell/ev-view.c: (ev_view_size_allocate):
5516
5517         Restore horizontal scrollbar after switching to/from fullscreen
5518         or presentation mode. Fixes bug #331728.
5519
5520 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * shell/ev-view-private.h:
5523         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5524         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5525         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5526         (ev_view_can_zoom_out):
5527
5528         Use max and min scale values in the view iby taking dpi into account. 
5529
5530 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5531
5532         * configure.ac:
5533         * NEWS:
5534
5535         Release 0.7.1
5536
5537 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5538
5539         * shell/ev-window.c: (ev_window_print_send):
5540
5541         Send print job to printer with some settings set to default values,
5542         since we have already exported to a file according to such settings
5543         and they could be taken twice by some printers. 
5544
5545 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5546
5547         * shell/ev-jobs.c: (ev_job_xfer_run):
5548         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5549
5550         Show main window and load document with the font-config lock held. 
5551
5552 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5553
5554         * configure.ac:
5555         * shell/ev-application.c: (ev_application_register_service):
5556         * shell/main.c: (load_files_remote):
5557
5558         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5559
5560 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5561
5562         * doc/debugging.txt:
5563         
5564         Remove obsolete documentation.
5565
5566 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * Makefile.am:
5569         * backend/Makefile.am:
5570         * backend/comics/Makefile.am:
5571         * backend/djvu/Makefile.am:
5572         * backend/dvi/Makefile.am:
5573         * backend/ev-async-renderer.c:
5574         * backend/ev-async-renderer.h:
5575         * backend/ev-attachment.c:
5576         * backend/ev-attachment.h:
5577         * backend/ev-backend-marshal.c:
5578         * backend/ev-document-factory.c:
5579         * backend/ev-document-factory.h:
5580         * backend/ev-document-find.c:
5581         * backend/ev-document-find.h:
5582         * backend/ev-document-fonts.c:
5583         * backend/ev-document-fonts.h:
5584         * backend/ev-document-images.c:
5585         * backend/ev-document-images.h:
5586         * backend/ev-document-info.h:
5587         * backend/ev-document-links.c:
5588         * backend/ev-document-links.h:
5589         * backend/ev-document-misc.c:
5590         * backend/ev-document-misc.h:
5591         * backend/ev-document-security.c:
5592         * backend/ev-document-security.h:
5593         * backend/ev-document-thumbnails.c:
5594         * backend/ev-document-thumbnails.h:
5595         * backend/ev-document-transition.c:
5596         * backend/ev-document-transition.h:
5597         * backend/ev-document.c:
5598         * backend/ev-document.h:
5599         * backend/ev-file-exporter.c:
5600         * backend/ev-file-exporter.h:
5601         * backend/ev-image.c:
5602         * backend/ev-image.h:
5603         * backend/ev-link-action.c:
5604         * backend/ev-link-action.h:
5605         * backend/ev-link-dest.c:
5606         * backend/ev-link-dest.h:
5607         * backend/ev-link.c:
5608         * backend/ev-link.h:
5609         * backend/ev-render-context.c:
5610         * backend/ev-render-context.h:
5611         * backend/ev-selection.c:
5612         * backend/ev-selection.h:
5613         * backend/impress/Makefile.am:
5614         * backend/pdf/Makefile.am:
5615         * backend/pixbuf/Makefile.am:
5616         * backend/ps/Makefile.am:
5617         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5618         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5619         (start_interpreter), (stop_interpreter), (document_load),
5620         (ps_document_next_page), (render_page):
5621         * backend/tiff/Makefile.am:
5622         * comics/Makefile.am:
5623         * comics/comics-document.c:
5624         * comics/comics-document.h:
5625         * configure.ac:
5626         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5627         * djvu/Makefile.am:
5628         * djvu/djvu-document-private.h:
5629         * djvu/djvu-document.c:
5630         * djvu/djvu-document.h:
5631         * djvu/djvu-links.c:
5632         * djvu/djvu-links.h:
5633         * djvu/djvu-text-page.c:
5634         * djvu/djvu-text-page.h:
5635         * djvu/djvu-text.c:
5636         * djvu/djvu-text.h:
5637         * dvi/Makefile.am:
5638         * dvi/dvi-document.c:
5639         * dvi/dvi-document.h:
5640         * dvi/fonts.c:
5641         * dvi/fonts.h:
5642         * dvi/mdvi-lib/Makefile.am:
5643         * dvi/mdvi-lib/afmparse.c:
5644         * dvi/mdvi-lib/afmparse.h:
5645         * dvi/mdvi-lib/bitmap.c:
5646         * dvi/mdvi-lib/bitmap.h:
5647         * dvi/mdvi-lib/color.c:
5648         * dvi/mdvi-lib/color.h:
5649         * dvi/mdvi-lib/common.c:
5650         * dvi/mdvi-lib/common.h:
5651         * dvi/mdvi-lib/defaults.h:
5652         * dvi/mdvi-lib/dvimisc.c:
5653         * dvi/mdvi-lib/dviopcodes.h:
5654         * dvi/mdvi-lib/dviread.c:
5655         * dvi/mdvi-lib/files.c:
5656         * dvi/mdvi-lib/font.c:
5657         * dvi/mdvi-lib/fontmap.c:
5658         * dvi/mdvi-lib/fontmap.h:
5659         * dvi/mdvi-lib/fontsrch.c:
5660         * dvi/mdvi-lib/gf.c:
5661         * dvi/mdvi-lib/hash.c:
5662         * dvi/mdvi-lib/hash.h:
5663         * dvi/mdvi-lib/list.c:
5664         * dvi/mdvi-lib/mdvi.h:
5665         * dvi/mdvi-lib/pagesel.c:
5666         * dvi/mdvi-lib/paper.c:
5667         * dvi/mdvi-lib/paper.h:
5668         * dvi/mdvi-lib/pk.c:
5669         * dvi/mdvi-lib/private.h:
5670         * dvi/mdvi-lib/setup.c:
5671         * dvi/mdvi-lib/sp-epsf.c:
5672         * dvi/mdvi-lib/special.c:
5673         * dvi/mdvi-lib/sysdeps.h:
5674         * dvi/mdvi-lib/t1.c:
5675         * dvi/mdvi-lib/tfm.c:
5676         * dvi/mdvi-lib/tfmfile.c:
5677         * dvi/mdvi-lib/tt.c:
5678         * dvi/mdvi-lib/util.c:
5679         * dvi/mdvi-lib/vf.c:
5680         * dvi/pixbuf-device.c:
5681         * dvi/pixbuf-device.h:
5682         * impress/Makefile.am:
5683         * impress/common.h:
5684         * impress/document.c:
5685         * impress/f_oasis.c:
5686         * impress/f_oo13.c:
5687         * impress/iksemel.c:
5688         * impress/iksemel.h:
5689         * impress/imposter.h:
5690         * impress/impress-document.c:
5691         * impress/impress-document.h:
5692         * impress/internal.h:
5693         * impress/r_back.c:
5694         * impress/r_draw.c:
5695         * impress/r_geometry.c:
5696         * impress/r_gradient.c:
5697         * impress/r_style.c:
5698         * impress/r_text.c:
5699         * impress/render.c:
5700         * impress/render.h:
5701         * impress/zip.c:
5702         * impress/zip.h:
5703         * lib/Makefile.am:
5704         * lib/ev-debug.c:
5705         * lib/ev-debug.h:
5706         * lib/ev-file-helpers.c:
5707         * lib/ev-file-helpers.h:
5708         * lib/ev-gui.c:
5709         * lib/ev-gui.h:
5710         * lib/ev-tooltip.c:
5711         * lib/ev-tooltip.h:
5712         * libdocument/Makefile.am:
5713         * libdocument/ev-file-helpers.c:
5714         * pdf/Makefile.am:
5715         * pdf/ev-poppler.cc:
5716         * pdf/ev-poppler.h:
5717         * pixbuf/Makefile.am:
5718         * pixbuf/pixbuf-document.c:
5719         * pixbuf/pixbuf-document.h:
5720         * properties/Makefile.am:
5721         * ps/Makefile.am:
5722         * ps/gsdefaults.c:
5723         * ps/gsdefaults.h:
5724         * ps/gsio.c:
5725         * ps/gsio.h:
5726         * ps/gstypes.h:
5727         * ps/ps-document.c:
5728         * ps/ps-document.h:
5729         * ps/ps.c:
5730         * ps/ps.h:
5731         * shell/Makefile.am:
5732         * shell/ev-application.h:
5733         * shell/ev-sidebar-links.c:
5734         * shell/ev-sidebar-links.h:
5735         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5736         (ev_gui_menu_position_tree_selection):
5737         * shell/ev-utils.h:
5738         * shell/ev-view.c: (ev_view_finalize):
5739         * shell/ev-window.c:
5740         * shell/main.c: (main):
5741         * thumbnailer/Makefile.am:
5742         * tiff/Makefile.am:
5743         * tiff/tiff-document.c:
5744         * tiff/tiff-document.h:
5745         * tiff/tiff2ps.c:
5746         * tiff/tiff2ps.h:
5747         
5748         Reorganize source tree.
5749
5750 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5751
5752         * backend/ev-document-factory.c:
5753
5754         Do not include ev-poppler.h when pdf is disabled. 
5755
5756 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5757
5758         * configure.ac:
5759         * data/evince-ui.xml:
5760         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5761         (pdf_document_document_images_iface_init):
5762         * backend/Makefile.am:
5763         * backend/ev-document-images.[ch]:
5764         * backend/ev-image.[ch]:
5765         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5766         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5767         (ev_job_xfer_run):
5768         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5769         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5770         (ev_pixbuf_cache_get_image_mapping):
5771         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5772         (view_menu_popup_cb), (ev_window_dispose),
5773         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5774         (ev_view_popup_cmd_copy_image):
5775         * shell/ev-view-private.h:
5776         * shell/ev-view.c: (ev_view_get_image_at_location),
5777         (ev_view_do_popup_menu), (ev_view_popup_menu),
5778         (ev_view_button_press_event), (ev_view_drag_data_get),
5779         (ev_view_drag_motion), (ev_view_drag_data_received),
5780         (ev_view_motion_notify_event), (ev_view_button_release_event),
5781         (ev_view_finalize), (ev_view_class_init):
5782
5783         Add image handling support. Fixes bugs #310008 and #325047. Images
5784         selection is not supported yet. 
5785
5786 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5787
5788         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5789         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5790         (ev_view_init):
5791
5792         Move view drag and drop stuff to ev-view.
5793
5794 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5797         * shell/ev-view.c: (clear_selection): 
5798
5799         Clear selection also in pixbuf cache.
5800
5801 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5802
5803         * data/evince.desktop.in.in:
5804         
5805         Change icon name in desktop file. See bug #390734
5806         for details.
5807
5808 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5809
5810         * thumbnailer/Makefile.am:
5811
5812         Use top_builddir instead top_srcdir for generated schema
5813         file installation. Fixes bug #390161.
5814
5815 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5816
5817         * configure.ac:
5818         * backend/Makefile.am:
5819         * backend/ev-document-transition.[ch]:
5820         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5821         (pdf_document_page_transition_iface_init):
5822         * shell/ev-view-private.h:
5823         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5824         (ev_view_set_presentation), (transition_next_page),
5825         (ev_view_presentation_transition_stop),
5826         (ev_view_presentation_transition_start), (ev_view_next_page):
5827
5828         Add page transition support in presentation mode. At the moment only
5829         page duration is supported, but not transition effects. Fixes bug
5830         #309815.
5831
5832 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5833
5834         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5835
5836         Run find_link_dest with document lock held, since it's called by links
5837         thread and main thread at the same time. 
5838
5839 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5840
5841         * shell/ev-view.c: (goto_dest):
5842
5843         Update page-cache when page is changed by the view, so that
5844         page-changed signal is emitted. 
5845
5846 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5847
5848         * test/test1.py:
5849         * test/test2.py:
5850
5851         Use C locale in tests. 
5852
5853 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5854
5855         * shell/ev-window.c: (ev_window_run_presentation):
5856         * shell/ev-view-private.h:
5857         * shell/ev-view.c: (ev_view_set_presentation):
5858
5859         Restore zoom settings when back from presentation mode. 
5860
5861 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5862
5863         * shell/ev-window.c: (ev_window_run_presentation):
5864
5865         Always use "best fit" zoom in presentation mode.
5866         Fixes bug #389195.
5867
5868 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5869
5870         * shell/ev-view.c: (ev_view_goto_window_create):
5871
5872         Show "Jump to page" label in the page jumping popup in
5873         presentation mode instead of just a GtkEntry.
5874
5875 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * shell/ev-window.c: (launch_external_uri):
5878
5879         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5880         #378085.
5881
5882 2006-12-22  Elijah Newren  <newren gmail com>
5883
5884         * configure.ac: explicitly check for libxml2.  Fixes #388795
5885
5886 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5887
5888         * shell/ev-view-private.h:
5889         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5890         (ev_view_goto_window_delete_event), (key_is_numeric),
5891         (ev_view_goto_window_key_press_event),
5892         (ev_view_goto_window_button_press_event),
5893         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5894         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5895         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5896
5897         Allow jumping to another page by typing a page number in presentation
5898         mode. It uses a popup window with an entry. Fixes bug #353625.
5899
5900 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5901
5902         * configure.ac:
5903         * properties/ev-properties-view.c: (ev_get_default_user_units),
5904         (ev_regular_paper_size):
5905         
5906         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5907         to Damien Carbery <damien.carbery@sun.com> and
5908         Yevgen Muntyan <muntyan@tamu.edu>.
5909
5910 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5911
5912         * shell/ev-window.c: (setup_document_from_metadata):
5913
5914         Make sure Evince doesn't restore the view on the last
5915         page when a document is reopened. Fixes bug #383381.
5916
5917 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5918
5919         * shell/ev-view.c: (draw_loading_text):
5920
5921         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5922
5923 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * configure.ac:
5926         * NEWS:
5927
5928         Release 0.7.0
5929
5930 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5931
5932         * configure.ac:
5933         * pdf/ev-poppler.cc: (pdf_print_context_free),
5934         (pdf_document_file_exporter_begin),
5935         (pdf_document_file_exporter_do_page):
5936
5937         Make cairo-pdf depedency optional. 
5938
5939 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5940
5941         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5942
5943         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5944
5945 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5946
5947         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5948         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5949         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5950         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5951         * shell/ev-view.c: (draw_loading_text):
5952         * shell/ev-window.c: (ev_window_cmd_file_properties):
5953
5954         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5955         related to using FontConfig from different threads.
5956         
5957 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5958
5959         * shell/ev-view.c: (draw_loading_text):
5960
5961         Acquire lock document when drawing "Loading..." text so that only one
5962         thread will use FontConfig at the same time. Fixes bug #374750.
5963
5964 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5965
5966         * shell/ev-page-action.[ch]: (activate_cb):
5967         * shell/ev-window.c: (activate_label_cb):
5968
5969         Check if text inserted in page entry is a valid page number when it
5970         doesn't match to any document page label. Fixes bug #383165.
5971
5972 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5973         * shell/ev-window.c:
5974
5975         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5976         available with GTK < 2.10. Added an ifdef to avoid compilation
5977         error.
5978
5979 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5980
5981         * configure.ac:
5982         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5983
5984         Fix ps backend in multihead systems.
5985
5986 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5987
5988         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5989         * shell/ev-window.c: (ev_window_get_screen_dpi),
5990         (ev_window_update_actions), (setup_view_from_metadata),
5991         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5992
5993         Take screen DPI into account when zooming. Fixes bug #318285.
5994
5995 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5996
5997         * data/Makefile.am:
5998
5999         Cleaned up/slightly refactored Makefile.am. Added GConf
6000         schemas uninstallation as well.
6001
6002 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6003
6004         * Makefile.am:
6005         * test/Makefile.am:
6006
6007         Fight with autotools to fix make check. Make distcheck
6008         works fine as well now!
6009
6010 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6011
6012         * shell/ev-view.c: (draw_end_presentation_page):
6013
6014         Corrected "end of presentation" string.
6015
6016 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6017
6018         * shell/ev-view.c: (ev_view_key_press_event):
6019
6020         Correctly propagate key press event so that up/down keys
6021         work as expected (correct behaviour was broken by
6022         black/white screen key bindings for presentations).
6023
6024 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6025
6026         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6027         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6028         (pdf_document_find_get_progress), (pdf_selection_render_selection),
6029         (pdf_selection_get_selection_region),
6030         (pdf_selection_get_selection_map):
6031
6032         Add "static" to some private functions. 
6033
6034 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
6035
6036         * lib/ev-tooltip.h:
6037         * properties/ev-properties-view.h:
6038         * shell/ev-jobs.h:
6039         * shell/ev-properties-dialog.h:
6040         * shell/ev-properties-fonts.h:
6041         * shell/ev-sidebar-links.h:
6042         * shell/ev-sidebar-thumbnails.h:
6043         * shell/ev-sidebar.h:
6044         * shell/ev-window.h:
6045         
6046         Fixes CHACK type in class casts. See bug #385343
6047         for details.
6048
6049 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6050
6051         * shell/ev-view-private.h:
6052         * shell/ev-view.c: (draw_end_presentation_page),
6053         (ev_view_expose_event), (ev_view_key_press_event),
6054         (ev_view_class_init), (ev_view_init):
6055
6056         Blank screen in presentation mode when pressing 'b' (filling with
6057         black) or 'w' (filling with white) keys. Fixes bug #358132.
6058
6059 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6060
6061         * data/evince-toolbar.xml:
6062         * shell/ev-window.c:
6063         
6064         Use stock icon for Select All action. Fixes
6065         bug #382652.
6066
6067 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6068
6069         * shell/ev-view.c: (get_doc_point_from_offset),
6070         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6071
6072         Add links support in rotated documents. Fixes bug #343733.
6073
6074 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6075
6076         * shell/ev-view-private.h:
6077         * shell/ev-view.c: (draw_end_presentation_page),
6078         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6079
6080         Show a blank page after the last page in presentation mode with a
6081         message indicating that presentation has finished and how to exit. 
6082
6083 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6084
6085         * shell/ev-window.c: (fullscreen_timeout_cb):
6086
6087         Hide cursor after a while in presentation mode. 
6088
6089 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6090
6091         * backend/ev-document-info.h:
6092         * data/evince-properties.glade:
6093         * pdf/ev-poppler.cc:
6094         * properties/ev-properties-view.c: (ev_regular_paper_size),
6095         (ev_properties_view_set_info):
6096         * ps/ps-document.c: (ps_document_get_info):
6097
6098         Adds a paper size field to the properties dialog. Fixes
6099         bug #307315. Patch by Kasper Svendsen (with some i18n
6100         changes done by me).
6101
6102 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6105         (screensaver_init_dbus), (totem_scrsaver_new),
6106         (totem_scrsaver_init):
6107         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6108         * shell/ev-application.c: (ev_application_register_service),
6109         (ev_application_screensaver_enable),
6110         (ev_application_screensaver_disable):
6111         * shell/ev-application.h:
6112         * shell/ev-window.c: (ev_window_run_presentation),
6113         (ev_window_stop_presentation), (build_comments_string),
6114         (ev_window_init):
6115         
6116         Move screensaver handling to application. No more
6117         message on startup.
6118
6119 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6120
6121         * configure.ac:
6122         * backend/Makefile.am:
6123         * backend/ev-file-exporter.[ch]:
6124         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6125         * ps/ps-document.c: (ps_document_file_exporter_*):
6126         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6127         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6128         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6129         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6130
6131         Allow printing to PDF when suppoted by the backend.
6132         
6133 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6134
6135         * shell/ev-window.c: (build_comments_string):
6136
6137         Use always "Document Viewer" in about dialog. 
6138
6139 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6140
6141         * djvu/djvu-document.c: (djvu_document_get_page_size):
6142
6143         Display a warning message when get_pageinfo fails. 
6144
6145 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6146
6147         * Makefile.am:
6148         * backend/Makefile.am:
6149         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6150         * configure.ac:
6151         * shell/ev-window.c: (build_comments_string):
6152         
6153         Make pdf compilation optional. See bug #38007.
6154
6155 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6156
6157         * ps/ps.c: (get_next_text):
6158
6159         Fix CVE-2006-5864.
6160
6161 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6162
6163         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6164         * shell/ev-navigation-action.c: (connect_proxy),
6165         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6166         
6167         Do not call g_type_class_peek_parent twice.
6168
6169 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * configure.ac:
6172         * data/icons/24x24/.cvsignore:
6173         * data/icons/24x24/Makefile.am:
6174         * data/icons/24x24/evince.png:
6175         * data/icons/Makefile.am:
6176         
6177         Add 24x24 icon. Thanks to 
6178         Michael Monreal <infernux@web.de>.
6179
6180 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * configure.ac: Fix typo in configure.ac. Thanks
6183         to dmacks@netspace.org for notification.
6184
6185 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6188         
6189         Drop dbus include, fixes compilation with older dbus.
6190
6191 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6192
6193         * configure.ac:
6194         * cut-n-paste/Makefile.am:
6195         * cut-n-paste/totem-screensaver/.cvsignore
6196         * cut-n-paste/totem-screensaver/Makefile.am:
6197         * cut-n-paste/totem-screensaver/README:
6198         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6199         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6200         * shell/Makefile.am:
6201         * shell/ev-window.c: (ev_window_run_presentation),
6202         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6203         (ev_window_init):
6204
6205         Implemented screensaver enabling/disabling for
6206         presentation mode (not fullscreen mode). Code stolen
6207         from Totem (with some minor tweaks). Fixes bug #338889.
6208
6209 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6210
6211         * configure.ac:
6212
6213         Bump gnome-icon-theme requirements. We use the rotation
6214         icons that appeared recently.
6215
6216 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * shell/ev-history.c: (ev_history_add_page):
6219         * shell/ev-history.h:
6220         * shell/ev-window.c: (page_changed_cb):
6221         
6222         Use page labels instead of numbers.
6223
6224 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * data/evince-toolbar.xml:
6227         * po/POTFILES.in:
6228         * shell/Makefile.am:
6229         * shell/ev-navigation-action-widget.c:
6230         (ev_navigation_action_widget_init),
6231         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6232         (menu_detacher), (ev_navigation_action_widget_set_menu),
6233         (menu_position_func), (popup_menu_under_arrow),
6234         (ev_navigation_action_widget_toggled),
6235         (ev_navigation_action_widget_button_press_event):
6236         * shell/ev-navigation-action-widget.h:
6237         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6238         (ev_navigation_action_set_window), (activate_menu_item_cb),
6239         (new_history_menu_item), (new_empty_history_menu_item),
6240         (build_menu), (menu_activated_cb), (connect_proxy),
6241         (create_tool_item), (ev_navigation_action_init),
6242         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6243         * shell/ev-navigation-action.h:
6244         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6245         (ev_page_action_widget_set_page_cache),
6246         (ev_page_action_widget_finalize),
6247         (ev_page_action_widget_class_init), (match_selected_cb),
6248         (display_completion_text), (match_completion), (build_new_tree_cb),
6249         (get_filter_model_from_model),
6250         (ev_page_action_widget_update_model):
6251         * shell/ev-page-action-widget.h:
6252         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6253         (connect_proxy):
6254         * shell/ev-page-action.h:
6255         * shell/ev-stock-icons.c:
6256         * shell/ev-stock-icons.h:
6257         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6258         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6259         (register_custom_actions):
6260         * shell/main.c:
6261         
6262         Preliminary history implementation
6263
6264 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6267         (dvi_document_class_init), (dvi_document_init_params):
6268         * dvi/mdvi-lib/font.c: (font_reference):
6269         
6270         Add reference to subfont. Fixes bug #374277.
6271
6272 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6273
6274         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6275         (ev_window_cmd_file_open_copy_at_dest):
6276
6277         Fix a race condition when creating symlink. Increase the counter
6278         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6279         Mathias Hasselmann).
6280
6281 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6282
6283         * backend/Makefile.am:
6284         * backend/ev-attachment.c: (ev_attachment_open):
6285         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6286         (ev_tmp_dir), (ev_tmp_filename):
6287         * shell/ev-sidebar-attachments.c:
6288         (ev_sidebar_attachments_drag_data_get):
6289         * shell/ev-window.c: (ev_window_clear_temp_file):
6290
6291         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6292         in ensure_dir_exists. Abort without crashing when we can't create
6293         user's directory.
6294
6295 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6296
6297         * data/evince-ui.xml:
6298         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6299         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6300         (ev_window_cmd_file_open_copy_at_dest),
6301         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6302         (ev_view_popup_cmd_open_link_new_window):
6303
6304         Allow opening a copy of the current document in a new window. Fixes bug
6305         #357472
6306
6307 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * data/evince-toolbar.xml:
6310         
6311         Add rotate right and rotate left to available items for toolbar.
6312         
6313         * data/evince-ui.xml:
6314         * shell/ev-window.c: (ev_window_init):
6315         
6316         Customize toolbar with right click. Fixes bug #372451.
6317
6318 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6319
6320         * shell/ev-window.c: 
6321         
6322         Use "object-rotate-{left,right}" stock icons. Fixes 
6323         bug #373863.
6324
6325 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6326
6327         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6328         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6329         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6330         (ev_window_open_uri):
6331         * shell/main.c: (arguments_parse):
6332
6333         Remove temp file created when evince is used by GTK+ in
6334         preview mode. Fixes bug #365282. 
6335
6336 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6339         
6340         Fixes bug #372474 - Side pane disabled when entering 
6341         and leaving fullscreen mode.
6342
6343 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6346         * data/Makefile.am:
6347         * data/evince-preview-toolbar.xml:
6348         * data/evince-toolbar.xml:
6349         * shell/ev-application.c: (ev_application_shutdown),
6350         (ev_application_init), (ev_application_get_toolbars_model):
6351         * shell/ev-application.h:
6352         * shell/ev-window.c: (update_chrome_visibility),
6353         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6354         (ev_window_cmd_edit_toolbar), (ev_window_init):
6355         
6356         Fixes bug #364364 - toolbar editor shows zoom actions again.
6357
6358 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6359
6360         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6361
6362         Do not take margins into consideration for paper size when printing.
6363         Really fixes bug #350491.
6364
6365 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6366
6367         * data/evince-ui.xml:
6368         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6369         (ev_window_cmd_file_print_setup),
6370         (ev_window_print_dialog_response_cb),
6371         (ev_window_setup_action_sensitivity):
6372
6373         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6374
6375 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6376
6377         * shell/ev-window.c: (ev_window_print_range):
6378
6379         Revert my previuos commit, since printing to PDF is not supported by
6380         evince yet. 
6381
6382 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6383
6384         * shell/ev-window.c: (ev_window_print_range):
6385
6386         Enable print to a PDF. Fixes bug #332121.
6387
6388 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6389
6390         * shell/ev-application-service.xml:
6391         * shell/ev-application.[ch]: (ev_application_open_window),
6392         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6393         (ev_application_open_uri), (ev_application_open_uri_list):
6394         * shell/ev-window.c: (file_open_dialog_response_cb),
6395         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6396         (drag_data_received_cb), (open_remote_link):
6397         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6398
6399         Add support for multiscreen systems. Fixes bug #316206.
6400
6401 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6402
6403         * shell/ev-jobs.[ch]: (ev_job_print_new),
6404         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6405         (ev_job_print_do_page):
6406         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6407
6408         Allow printing only odd/even pages. Fixes bug #367289.
6409
6410 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6411
6412         * test/test1.py:
6413         * test/test2.py:
6414
6415         Re-add locale settings to test files.
6416
6417 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6418
6419         * data/evince-ui.xml:
6420         * shell/ev-window.c: (set_action_properties):
6421         
6422         Removed garbage from code and ui.
6423
6424 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6425
6426         * shell/ev-window.c: (ev_window_cmd_help_about):
6427
6428         Shamelessly add my name to the list of contributors.
6429
6430 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6431
6432         * test/test1.py:
6433         * test/test2.py:
6434
6435         Cleaned up the dogtail scripts.
6436
6437 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6438
6439         * shell/ev-view.c: (draw_loading_text): Don't render
6440         "loading..." text in presentation mode. Temporary
6441         workaround for bug #320352.
6442
6443 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6444
6445         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6446         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6447
6448         Use print settings scale, copies, collate and reverse which were
6449         ignored. Fixes bug #359032.
6450
6451 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6452
6453         * configure.ac:
6454         * data/evince-password.glade:
6455         * test/Makefile.am:
6456         * test/test-encrypt.pdf:
6457         * test/test-links.pdf:
6458         * test/test1.py:
6459         * test/test2.py:
6460
6461         Add automated UI tests for evince with dogtail. See
6462         bug #300948.    
6463
6464 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6465
6466         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6467
6468         Hide fullscreen toolbar when switching to another desktop workspace.
6469         Fixes bug #338871
6470
6471 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6472
6473         * shell/ev-window-title.c: 
6474         
6475         Test for .dvi in title of pdf documents.
6476
6477 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6478
6479         * shell/ev-view.c: (ev_view_scroll):
6480
6481         Page Up/Down should do page jumps in "Best fit" mode.
6482         If a user has explicitly chosen to view exactly one page
6483         at a time, scrolling just a part of the page when
6484         pressing Page Up/Down is not right. Fixes bug #323107.
6485
6486 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * NEWS:
6489         * configure.ac:
6490         
6491         Update for 0.6.1
6492
6493 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6496         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6497         
6498         Correctly disconnect from job signals on destroy.
6499
6500 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6501
6502         * shell/ev-view-private.h:
6503         * shell/ev-view.c: (view_set_adjustment_values),
6504         (view_update_range_and_current_page),
6505         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6506         
6507         Fixes bug #343199, current page now follows find page.
6508
6509 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6510
6511         * backend/ev-document-factory.c:
6512         * configure.ac:
6513         Assigned OpenDocument presenation MIME type to the
6514         Impress backend. Added some missing (but harmless)
6515         #ifdefs in the document factory as well to make things
6516         consistent again. Fixes bug #360658.
6517
6518 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6519
6520         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6521         * backend/ev-document-find.c: (ev_document_find_get_type):
6522         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6523         * backend/ev-document-links.c: (ev_document_links_get_type):
6524         * backend/ev-document-security.c: (ev_document_security_get_type):
6525         * backend/ev-document-thumbnails.c:
6526         (ev_document_thumbnails_get_type):
6527         * backend/ev-document.c: (ev_document_get_type):
6528         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6529         * backend/ev-selection.c: (ev_selection_get_type):
6530         * cut-n-paste/recent-files/egg-recent-model.c:
6531         (egg_recent_model_get_type):
6532         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6533         (egg_recent_view_uimanager_get_type):
6534         * cut-n-paste/recent-files/egg-recent-view.c:
6535         (egg_recent_view_get_type):
6536         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6537         (egg_editable_toolbar_get_type):
6538         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6539         (egg_toolbar_editor_get_type):
6540         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6541         (egg_toolbars_model_get_type):
6542         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6543         (egg_tree_multi_drag_source_get_type):
6544         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6545         (ephy_zoom_action_get_type):
6546         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6547         (ephy_zoom_control_get_type):
6548         * impress/r_back.c: (_imp_fill_back):
6549         * properties/ev-properties-main.c:
6550         (ev_properties_plugin_register_type):
6551         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6552         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6553         (ev_view_accessible_factory_get_type):
6554
6555         Reduce relocations. Bug #360616.
6556
6557 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6558
6559         * backend/ev-document-factory.c:
6560         (ev_document_factory_get_document):
6561         
6562         Load document even if extension is wrong.
6563
6564 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * shell/ev-metadata-manager.c: (save_values):
6567         * shell/ev-window.c: (setup_size_from_metadata),
6568         (setup_view_from_metadata), (ev_window_setup_document),
6569         (ev_window_xfer_job_cb), (window_configure_event_cb):
6570         
6571         Set size according to the document size/page size ratio.
6572         That should correct rather wierd behaviour of the previous
6573         commit.
6574
6575 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * shell/ev-window.c: (setup_view_from_metadata):
6578         
6579         Set size for new windows from previous window size.
6580         See bugs #354968 and #168450 for details. Thanks
6581         to Meik Hellmund.
6582
6583 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6584
6585         * djvu/djvu-links.c: (build_tree):
6586
6587         Fix memory leak.
6588
6589 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6590
6591         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6592         
6593         Don't make sidebar close button insensitive. Fixes
6594         bug #357871.
6595
6596 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6599         (ev_window_set_view_accels_sensitivity):
6600         
6601         Don't enable Slash on documents which don't support
6602         find. Fixes bug #358648.
6603
6604 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6605
6606         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6607         open dialog fall back to the current document uri if the
6608         filechooser hasn't been used before. Fixes bug #356980.
6609
6610 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6611
6612         * shell/ev-window.c: (ev_window_setup_recent), 
6613         (ev_window_get_recent_file_label):
6614
6615         Escape underscores in filenames of recent file items.
6616
6617 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6618
6619         * configure.ac:
6620         
6621         Bumped poppler requirements, really 0.5.3 is very 
6622         buggy, now we require 0.5.4.
6623
6624 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * djvu/Makefile.am:
6627         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6628         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6629         (djvu_document_document_links_iface_init):
6630         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6631         (number_from_string_10), (get_djvu_link_dest),
6632         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6633         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6634         (djvu_links_get_links), (djvu_links_find_link_dest),
6635         (djvu_links_get_links_model):
6636         * djvu/djvu-links.h:
6637         
6638         Add support for links and bookmarks in djvu documents. Thanks
6639         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6640         patch.
6641
6642 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6643
6644         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6645         
6646         Reopen should reload document. Fixes 
6647         bug 327951.
6648
6649 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6650
6651         * configure.ac:
6652         * data/Makefile.am:
6653         * data/evince-16.png:
6654         * data/evince-22.png:
6655         * data/evince.png:
6656         * data/evince.svg:
6657         * data/icons/16x16/Makefile.am:
6658         * data/icons/16x16/evince.png:
6659         * data/icons/22x22/Makefile.am:
6660         * data/icons/22x22/evince.png:
6661         * data/icons/48x48/Makefile.am:
6662         * data/icons/48x48/evince.png:
6663         * data/icons/Makefile.am:
6664         * data/icons/scalable/Makefile.am:
6665         * data/icons/scalable/evince.svg:
6666         
6667         Install icons with correct names. Fixes
6668         bug #354429.
6669
6670 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6671
6672         * shell/ev-view.c: (ev_view_button_release_event):
6673
6674         Don't open links with middle mouse button. Fixes bug #353649
6675
6676 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6677
6678         * NEWS:
6679         * configure.ac:
6680         
6681         Update for release 0.6.0
6682
6683 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6686         Implement Close named action. Patch by Carlos Garcia Campos.
6687
6688 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6691         
6692         Don't clear link mapping on copy_job_to_job_info. Fixes
6693         bug 346168.
6694
6695 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6696
6697         * shell/main.c: (main):
6698
6699         Revert my previous commit, gnome_program_init owns the option context.
6700         Fix another memory leak in main. Both caught by Christian Persch. 
6701
6702 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6703
6704         * shell/main.c: (main):
6705
6706         Fix memory leak.
6707
6708 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6709
6710         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6711
6712         Fix crash when opening a pdf with password protection. 
6713
6714 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6715
6716         * pdf/ev-poppler.cc: (pdf_document_search_free):
6717
6718         Fix memory leak. 
6719
6720 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * backend/ev-document-factory.c:
6723         (ev_document_factory_get_document):
6724         * tiff/tiff-document.c: (tiff_document_finalize):
6725         
6726         More correct handling of document loading. Fixes
6727         bug #349043.
6728
6729 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6730
6731         * backend/ev-attachment.c: (ev_attachment_save):
6732
6733         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6734         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6735
6736 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6737         
6738         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6739         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6740
6741 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6742
6743         * shell/ev-sidebar-thumbnails.c:
6744
6745         Do not render thumbnails unless thumbnails page is active in the
6746         sidebar.
6747
6748 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6749
6750         * shell/ev-properties-dialog.c:
6751
6752         Fix dialogue spacing. Bug #351370.
6753
6754 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6755
6756         * configure.ac:
6757
6758         Use lowercase gettext catalog file names (evince.mo
6759         instead of Evince.mo)
6760
6761 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6762
6763         * shell/ev-sidebar-attachments.c:
6764
6765         GtkIconTheme is now screen safe too. Fixes bug #350878
6766
6767 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6768
6769         * shell/ev-window.c:
6770
6771         GtkRecent manager is now screen safe. Fixes bug #350145
6772
6773 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * shell/ev-sidebar.c: (ev_sidebar_init):
6776         
6777         Make sidebar close icon smaller. Fix for bug 350177.
6778         See also bugs 350176 and 165770.
6779
6780 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6781
6782         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6783
6784         Ignore zoom for xyz destinations when it's <= 1, keeping user
6785         preferences instead. Set correct sizing-mode for fith and fitv
6786         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6787
6788 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6789
6790         * NEWS:
6791         * configure.ac:
6792         
6793         Update for release 0.5.5
6794
6795 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6796         
6797         * shell/ev-window.c: (ev_window_cmd_escape)
6798
6799         Escape unfocus page entry. Fixes bug #345809.
6800
6801 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6802
6803         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6804         (build_tree), (pdf_document_links_get_links),
6805         (pdf_document_links_find_link_dest):
6806         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6807         (goto_xyz_dest):
6808
6809         Convert from PDF style coordinates to X style coordinates in the
6810         backend rather than in the view. Fixes bug #338440
6811
6812 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-window.c:
6815         
6816         Remove Ctrl+Shift+T shortcut for toolbars. See
6817         the bug #350098.
6818
6819 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6820
6821         * configure.ac:
6822
6823         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6824         of this. 
6825
6826 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6827
6828         * configure.ac:
6829         * cut-n-paste/Makefile.am:
6830         * data/evince-ui.xml:
6831         * shell/Makefile.am:
6832         * shell/ev-application.[ch]:
6833         * shell/ev-window.c:
6834
6835         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6836         #349273
6837
6838 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6839
6840         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6841         findbar code: s/help/search/
6842
6843 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6844
6845         * shell/ev-window.c: (setup_document_from_metadata),
6846         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6847         (setup_view_from_metadata):
6848         
6849         Fix memory leaks.
6850
6851 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6852
6853         * autogen.sh, configure.ac: 
6854         
6855         Update automake usage. See bug 349292.
6856
6857 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/eggfindbar.c: (egg_find_bar_class_init),
6860         (entry_activate_callback), (egg_find_bar_init),
6861         (egg_find_bar_set_status_text):
6862         * shell/eggfindbar.h:
6863         
6864         Unify Evince findbar with Epiphany. Nice patch
6865         from Fabricio Silva <silva@crans.org> and
6866         Frederic Peters <fpeters@entrouvert.com>. See
6867         bug #339966 for details.
6868
6869 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6870
6871         * data/evince.desktop.in.in:
6872         
6873         Correct information for bugzilla. Thanks to
6874         Olaf Vitters, see bug #348855.
6875
6876 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6877
6878         * shell/ev-jobs.[ch]:
6879         * shell/ev-sidebar-links.c:
6880         * shell/ev-window.[ch]:
6881
6882         GtkPrintJob doesn't support print ranges or current page, so we export
6883         to a ps file now when printing ranges or current page.
6884
6885 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6886
6887         * pdf/ev-poppler.cc:
6888         * shell/ev-window.c: (do_action_named):
6889
6890         We should be more clear about bugzilla. See the
6891         poppler bug #7623.
6892
6893 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6894
6895         * configure.ac:
6896         * shell/Makefile.am:
6897         * shell/ev-job-queue.c:
6898         * shell/ev-jobs.[ch]:
6899         * shell/ev-sidebar-links.c:
6900         * shell/ev-window.[ch]:
6901         
6902         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6903         #348422
6904
6905 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6906
6907         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6908         * shell/ev-application-service.xml:
6909         * shell/ev-application.[ch]:
6910         * shell/ev-jobs.[ch]:
6911         * shell/ev-window.[ch]: (ev_window_run_preview):
6912         * shell/main.c: 
6913
6914         Add preview mode to use evince as a printing previewer. It also adds
6915         other command line options for fullscreen and presentation modes.
6916         Fixes bugs #347822, #317031
6917
6918 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * NEWS:
6921         * configure.ac:
6922         
6923         Update for release 0.5.4
6924
6925 2006-07-11  Bastien Nocera <hadess@hadess.net>
6926
6927         * Makefile.am:
6928         * backend/Makefile.am:
6929         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6930         * backend/ev-document-factory.h:
6931         * configure.ac:
6932         * impress/.cvsignore:
6933         * impress/Makefile.am:
6934         * impress/common.h:
6935         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6936         (imp_get_page), (imp_next_page), (imp_prev_page),
6937         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6938         * impress/f_oasis.c: (render_object), (render_page),
6939         (get_geometry), (_imp_oasis_load):
6940         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6941         (_imp_oo13_load):
6942         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6943         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6944         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6945         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6946         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6947         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6948         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6949         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6950         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6951         (iks_new_within), (iks_insert), (iks_insert_cdata),
6952         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6953         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6954         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6955         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6956         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6957         (iks_cdata), (iks_cdata_size), (iks_has_children),
6958         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6959         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6960         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6961         (iks_tree), (iks_load), (iks_save):
6962         * impress/iksemel.h:
6963         * impress/imposter.h:
6964         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6965         (imp_render_draw_bezier_real), (imp_render_get_size),
6966         (imp_render_set_fg_color), (imp_render_draw_line),
6967         (imp_render_draw_rect), (imp_render_draw_polygon),
6968         (imp_render_draw_arc), (imp_render_draw_bezier),
6969         (imp_render_open_image), (imp_render_get_image_size),
6970         (imp_render_scale_image), (imp_render_draw_image),
6971         (imp_render_close_image), (imp_render_markup),
6972         (imp_render_get_text_size), (imp_render_draw_text),
6973         (impress_document_load), (impress_document_save),
6974         (impress_document_get_n_pages), (impress_document_get_page_size),
6975         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6976         (impress_document_finalize), (impress_document_class_init),
6977         (impress_document_can_get_text), (impress_document_get_info),
6978         (impress_document_document_iface_init),
6979         (impress_document_thumbnails_get_thumbnail),
6980         (impress_document_thumbnails_get_dimensions),
6981         (impress_document_document_thumbnails_iface_init),
6982         (impress_document_init):
6983         * impress/impress-document.h:
6984         * impress/internal.h:
6985         * impress/r_back.c: (_imp_fill_back):
6986         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6987         (_imp_draw_image), (_imp_tile_image):
6988         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6989         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6990         (r_polyline):
6991         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6992         (r_draw_gradient_complex), (r_draw_gradient):
6993         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6994         (r_get_bullet):
6995         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6996         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6997         (r_text):
6998         * impress/render.c: (imp_create_context), (imp_context_set_page),
6999         (imp_context_set_step), (imp_render), (imp_delete_context):
7000         * impress/render.h:
7001         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7002         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7003         (zip_load_xml), (zip_get_size), (zip_load):
7004         * impress/zip.h:
7005         * shell/ev-utils.c:
7006         
7007         New backend to support impress slides. Fixes bug #30867.
7008
7009 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
7010
7011         * shell/ev-utils.c: (using_postscript_printer):
7012         
7013         Fixes crash when print using PAPI backend,
7014         bug #345012.
7015
7016 2006-06-09  Pat Rondon  <pmr@patrondon.org>
7017
7018         * shell/ev-jobs.c: (ev_job_xfer_run):
7019         * shell/ev-window.c: (password_dialog_response),
7020         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7021         (ev_window_dispose):
7022         Fixes bug #344160: if the xfer job doesn't complete
7023         because a password is required, reload the existing
7024         instance instead of creating a new one.
7025
7026 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * shell/main.c: (main): Call gdk_threads_init. Thus
7029         we'll avoid errors in auth dialog. Fix for the bug
7030         #343347.
7031
7032 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7033
7034         * configure.ac: Advertise pixbuf support, fix
7035         for the bug 343317.
7036
7037 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7040         (ev_sidebar_thumbnails_set_document):
7041         
7042         Update sidebar thumbnails after reloading.
7043
7044 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7045
7046         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7047         * shell/ev-jobs.h:
7048         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7049         (ev_window_cmd_view_reload), (ev_window_init):
7050         
7051         Don't crash on reload. Fix for the bug #343167.
7052
7053 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7054
7055         * shell/ev-jobs.c: (ev_job_render_run):
7056         
7057         Check for document links.
7058
7059 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * backend/ev-attachment.c: (ev_attachment_save),
7062         (ev_attachment_launch_app), (ev_attachment_open):
7063         * backend/ev-document-factory.c: (get_document_from_uri):
7064         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7065         (egg_recent_view_uimanager_set_list):
7066         * ps/ps-document.c: (check_filecompressed), (document_load),
7067         (ps_document_load):
7068         * shell/ev-metadata-manager.c: (load_values):
7069         * shell/ev-password.c: (ev_password_dialog_set_property):
7070         * shell/ev-view.c: (tip_from_link):
7071         * shell/ev-window.c: (file_save_dialog_response_cb),
7072         (ev_window_print_dialog_response_cb):
7073         
7074         Use consistent quoting style. Fix for the bug #320285.
7075
7076 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7077
7078         * shell/ev-jobs.c: (ev_job_xfer_run):
7079         * shell/main.c: (load_files):
7080                 
7081         Open links with anchors. Fix for the bug #339836.
7082
7083 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7084
7085         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7086         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7087         (ev_link_dest_set_property), (ev_link_dest_finalize),
7088         (ev_link_dest_class_init), (ev_link_dest_new_named),
7089         (ev_link_dest_new_page_label):
7090         * backend/ev-link-dest.h:
7091         * shell/ev-application.c: (ev_application_open_uri):
7092         * shell/ev-view.c: (goto_dest):
7093         * shell/ev-window.c:
7094         * shell/ev-window.h:
7095         
7096         Fix page-label command line option. Bug #342070.
7097
7098 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7099
7100         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7101         
7102         Don't show highlight rects if page can't be showed. Fix for 
7103         the bug #342076
7104
7105 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * shell/ev-window.c: (setup_sidebar_from_metadata),
7108         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7109         
7110         Setup sidebar from metadata even if there is no document
7111         loaded. Fix for the bug #342807.
7112
7113 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * cut-n-paste/toolbar-editor/Makefile.am:
7116         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7117         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7118         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7119         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7120         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7121         (popup_context_menu_cb), (button_press_event_cb),
7122         (configure_item_sensitivity), (configure_item_cursor),
7123         (configure_item_tooltip), (connect_widget_signals),
7124         (action_sensitive_cb), (create_item_from_action),
7125         (create_item_from_position), (toolbar_drag_data_received_cb),
7126         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7127         (toolbar_drag_leave_cb), (configure_drag_dest),
7128         (toggled_visibility_cb), (toolbar_visibility_refresh),
7129         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7130         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7131         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7132         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7133         (egg_editable_toolbar_dispose),
7134         (egg_editable_toolbar_set_ui_manager),
7135         (egg_editable_toolbar_get_selected),
7136         (egg_editable_toolbar_set_selected), (set_edit_mode),
7137         (egg_editable_toolbar_set_property),
7138         (egg_editable_toolbar_get_property),
7139         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7140         (egg_editable_toolbar_new_with_model),
7141         (egg_editable_toolbar_get_edit_mode),
7142         (egg_editable_toolbar_set_edit_mode),
7143         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7144         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7145         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7146         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7147         (item_added_or_removed_cb), (toolbar_removed_cb),
7148         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7149         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7150         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7151         (editor_create_item_from_name), (append_table),
7152         (update_editor_sheet), (egg_toolbar_editor_init):
7153         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7154         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7155         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7156         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7157         (toolbar_node_free), (egg_toolbars_model_get_flags),
7158         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7159         (egg_toolbars_model_get_name), (impl_add_item),
7160         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7161         (parse_data_list), (parse_item_list), (parse_toolbars),
7162         (egg_toolbars_model_load_toolbars), (parse_available_list),
7163         (parse_names), (egg_toolbars_model_load_names),
7164         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7165         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7166         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7167         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7168         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7169         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7170         (egg_toolbars_model_set_types), (fill_avail_array),
7171         (egg_toolbars_model_get_name_avail),
7172         (egg_toolbars_model_get_name_flags),
7173         (egg_toolbars_model_set_name_flags):
7174         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7175         * cut-n-paste/toolbar-editor/eggintl.h:
7176         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7177         (egg_tree_multi_drag_source_get_type),
7178         (egg_tree_multi_drag_source_row_draggable),
7179         (egg_tree_multi_drag_source_drag_data_delete),
7180         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7181         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7182         (path_list_free), (set_context_data), (get_context_data),
7183         (get_info), (egg_tree_multi_drag_drag_data_get),
7184         (egg_tree_multi_drag_motion_event),
7185         (egg_tree_multi_drag_button_press_event),
7186         (egg_tree_multi_drag_add_drag_support):
7187         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7188         * shell/ev-application.c: (ev_application_init),
7189         (ev_application_save_toolbars_model):
7190         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7191         (ev_window_cmd_edit_toolbar), (ev_window_init):
7192         
7193         Sync toolbareditor with epiphany and libegg
7194
7195 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7196
7197         * configure.ac: 
7198
7199         Depend on poppler 0.5.2
7200
7201 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * shell/ev-jobs.c: (ev_job_render_run):
7204         
7205         Check if document supports links iterface.
7206
7207 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7208
7209         * NEWS:
7210         * configure.ac:
7211         
7212         Update for release 0.5.3
7213
7214 2006-05-13  Michael Plump  <plumpy@skylab.org>
7215
7216         * configure.ac:
7217         * shell/Makefile.am:
7218         * shell/main.c: (main):
7219         
7220         Port to GOption command line parsing. Fix for the 
7221         bug #327518
7222
7223 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * shell/ev-window.c: (ev_window_cmd_help_about):
7226         
7227         Do not wrap license. Fix for the bug #309460.
7228
7229 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * configure.ac:
7232         * properties/ev-properties-main.c: (ev_properties_get_pages):
7233         * shell/ev-application.c: (ev_application_open_window),
7234         (ev_application_open_uri_at_dest):
7235         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7236         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7237         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7238         * shell/ev-utils.c: (save_print_config_to_file):
7239         * shell/ev-window.c: (ev_window_cmd_save_as),
7240         (ev_attachment_popup_cmd_save_attachment_as):
7241         * shell/main.c: (load_files_remote):
7242         
7243         Bump requirements to gtk 2.8 and drop all ifdefs used.
7244
7245 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7248         * shell/ev-window.c: (ev_window_init):
7249         
7250         Show attachments page.
7251
7252 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7253
7254         * po/POTFILES.in:
7255         * shell/ev-attachment-bar.c:
7256         * shell/ev-attachment-bar.h:
7257         * shell/ev-sidebar-attachments.c:
7258         (ev_sidebar_attachments_icon_cache_add),
7259         (icon_theme_get_pixbuf_from_mime_type),
7260         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7261         (ev_sidebar_attachments_icon_cache_refresh),
7262         (ev_sidebar_attachments_get_attachment_at_pos),
7263         (ev_sidebar_attachments_popup_menu_show),
7264         (ev_sidebar_attachments_popup_menu),
7265         (ev_sidebar_attachments_button_press),
7266         (ev_sidebar_attachments_update_icons),
7267         (ev_sidebar_attachments_drag_data_get),
7268         (ev_sidebar_attachments_get_property),
7269         (ev_sidebar_attachments_destroy),
7270         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7271         (ev_sidebar_attachments_new),
7272         (ev_sidebar_attachments_set_document),
7273         (ev_sidebar_attachments_support_document),
7274         (ev_sidebar_attachments_get_label),
7275         (ev_sidebar_attachments_page_iface_init):
7276         * shell/ev-sidebar-attachments.h:
7277         * shell/ev-window.c: (update_chrome_visibility),
7278         (setup_sidebar_from_metadata), (ev_window_setup_document),
7279         (ev_window_sidebar_current_page_changed_cb),
7280         (attachment_bar_menu_popup_cb), (ev_window_init):
7281         
7282         Move attachments bar to sidebar.
7283
7284 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7285
7286         * pdf/ev-poppler.cc:
7287         * shell/ev-application.[ch]:
7288         * shell/main.c:
7289
7290         Fix some memory leaks.
7291
7292 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7293
7294         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7295
7296         Change the properties dialog response to
7297         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7298         will make the dialog go away when the user presses
7299         enter. With gtk+ >= 2.9 this will happen anyway, but for
7300         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7301         escape by default. Fixes bug #340539. See also bug
7302         #101293 for the gtk+ part.
7303
7304 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7305
7306         * shell/ev-view.c (tip_from_action_named): Replace some strings
7307         that were wrong. Closes #340970.
7308
7309 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7310
7311         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7312
7313         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7314         #341049
7315
7316 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7317
7318         * djvu/Makefile.am:
7319         * dvi/Makefile.am:
7320         * dvi/mdvi-lib/Makefile.am:
7321         * properties/Makefile.am:
7322         * ps/Makefile.am:
7323         * shell/Makefile.am:
7324         * thumbnailer/Makefile.am:
7325         
7326         Due to broken libtool that is unable to track dependencies
7327         of noinst libraries we are forced to explicitely point
7328         libraries for binary. Fix for the bug #333334.
7329
7330 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7331
7332         * data/evince.desktop.in.in:
7333         * shell/ev-view.c: (view_update_range_and_current_page),
7334         (ev_view_next_page), (ev_view_previous_page):
7335         * shell/ev-window.c: (update_chrome_visibility),
7336         (setup_sidebar_from_metadata), (ev_window_setup_document),
7337         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7338         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7339         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7340         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7341         (ev_window_stop_presentation), (ev_window_focus_in_event),
7342         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7343         (ev_window_init):
7344         * thumbnailer/Makefile.am:
7345         
7346         Update fullscreen and presentation timeout handling. Hide
7347         cursor in presentation after timeout. Fix for the bugs
7348         #136359 and #336981.
7349
7350 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7351
7352         * backend/ev-link-action.[ch]:
7353         * pdf/ev-poppler.cc: (ev_link_from_action):
7354         * shell/ev-view-private.h:
7355         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7356         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7357
7358         Add support for Named Action links
7359
7360 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7361
7362         * backend/Makefile.am:
7363         * backend/ev-document-links.[ch]:
7364         * backend/ev-document.[ch]:
7365         * backend/ev-link-action.[ch]:
7366         * backend/ev-link-dest.[ch]:
7367         * backend/ev-link.[ch]:
7368         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7369         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7370         * shell/ev-page-action.c: (build_new_tree_cb):
7371         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7372         (links_page_num_func), (update_page_callback):
7373         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7374         (tip_from_link):
7375         * shell/ev-jobs.c:
7376         * shell/ev-window.[ch]: (ev_window_open_uri),
7377         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7378         * shell/ev-application.[ch]: (ev_application_open_window),
7379         (ev_application_open_uri):
7380
7381         Rework links system, it adds support for remote links now and it makes
7382         easier to add new kinds of actions and destinations. Fixes bug #317292
7383
7384 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * data/Makefile.am:
7387         * data/evince.png:
7388         * data/evince-16.png:
7389         * data/evince-22.png:
7390         * data/evince.svg:
7391         * shell/main.c: (main):
7392         
7393         Evince use it's own icon. Fix for the bug #313392.
7394
7395         * shell/ev-window.c: (fullscreen_timeout_cb),
7396         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7397         (ev_window_cmd_help_about), (ev_window_dispose):
7398         
7399         Simplify fullscreen timeout code.
7400
7401 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7402
7403         * backend/ev-attachment.c: 
7404         * shell/ev-attachment-bar.c:
7405         * shell/ev-window.c:
7406
7407         Allow multiple selection of attachments
7408
7409 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * shell/ev-view.c: (view_update_range_and_current_page),
7412         (ev_view_scroll):
7413         
7414         Fix for the bug #312573 – Optimal selection of current 
7415         page among visible pages.
7416
7417 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * configure.ac:
7420         * djvu/Makefile.am:
7421         * djvu/djvu-text.h:
7422         
7423         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7424         for the bug 339868.
7425
7426 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7427
7428         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7429
7430 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7431
7432         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7433         dictated by the GNOME HIG. Fixes bug #339235.
7434
7435 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7436
7437         * data/evince-ui.xml:
7438         * shell/ev-view.c: (ev_view_can_find_previous):
7439         * shell/ev-view.h:
7440         * shell/ev-window.c: (ev_window_update_actions),
7441         (ev_window_cmd_edit_find_previous):
7442
7443         Add support for "Find Previous" as dictated by the GNOME HIG. A
7444         menu item is added and some glue code to make it all work is added
7445         to various files.
7446
7447 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7448
7449         * configure.ac: Award myself the "useless use of cat" award.
7450
7451 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7452
7453         * po/LINGUAS: New file listing all supported languages.
7454
7455         * configure.in: Use po/LINGUAS instead of including all languages
7456         directly in this file. See the wiki for more information:
7457         http://live.gnome.org/GnomeGoals/PoLinguas
7458
7459 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7460
7461         * backend/ev-document-factory.c:
7462
7463         Do not load the document twice when there isn't errors
7464
7465 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7466
7467         * backend/ev-attachment.c: 
7468
7469         Fix a crash when there isn't a default application to open an
7470         attachment
7471
7472 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7473
7474         * backend/ev-attachment.[ch]:
7475         * shell/ev-attachment-bar.[ch]:
7476
7477         Added missing files. 
7478
7479 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7480
7481         * backend/Makefile.am:
7482         * data/evince-ui.xml:
7483         * backend/ev-attachment.[ch]:
7484         * backend/ev-document.[ch]: (ev_document_has_attachments),
7485         (ev_document_get_attachments):
7486         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7487         (attachment_save_to_buffer), (pdf_document_get_attachments),
7488         (pdf_document_document_iface_init):
7489         * shell/Makefile.am:
7490         * shell/ev-attachment-bar.[ch]:
7491         * shell/ev-window.c:
7492
7493         Add support for PDF attachments. Fixes bug #325143
7494
7495 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * backend/ev-document-factory.c: (get_document_from_uri),
7498         (ev_document_factory_get_document):
7499         * backend/ev-document-factory.h:
7500         * properties/ev-properties-main.c: (ev_properties_get_pages):
7501         * shell/Makefile.am:
7502         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7503         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7504         (ev_job_queue_remove_job):
7505         * shell/ev-job-queue.h:
7506         * shell/ev-job-xfer.c:
7507         * shell/ev-job-xfer.h:
7508         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7509         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7510         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7511         (ev_job_xfer_run):
7512         * shell/ev-jobs.h:
7513         * shell/ev-window.c: (ev_window_is_empty),
7514         (password_dialog_response), (ev_window_clear_xfer_job),
7515         (ev_window_xfer_job_cb), (ev_window_open_uri),
7516         (ev_window_cmd_focus_page_selector),
7517         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7518         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7519         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7520         (ev_window_dispose):
7521         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7522         
7523         * Cleanup mime type detection on document load. Fix for the
7524         bug #336448.
7525
7526 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7529         
7530         Fix crash on exit, described in the bug #336825.
7531
7532 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7533
7534         * backend/ev-document-factory.c:
7535         (ev_document_factory_get_from_mime),
7536         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7537         (ev_document_factory_get_document),
7538         (file_filter_add_mime_list_and_free),
7539         (ev_document_factory_add_filters):
7540         * backend/ev-document-factory.h:
7541         * properties/ev-properties-main.c: (ev_properties_get_pages):
7542         * shell/Makefile.am:
7543         * shell/ev-application.c:
7544         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7545         * shell/ev-window.c: (ev_window_cmd_file_open),
7546         (ev_window_cmd_save_as):
7547         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7548         
7549         Rework factory functions so they are placed now in a single 
7550         file ev-document-factory.c
7551
7552 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * shell/ev-window.c: (update_chrome_visibility):
7555         
7556         Fix for the bug 166566 - don't show menubar in fullscreen
7557         mode.
7558
7559 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7560
7561         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7562
7563 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * shell/ev-view.c: (ev_view_expose_event):
7566         
7567         More correctly draw loading text when document
7568         is empty.
7569
7570 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7571
7572         * shell/ev-view.c: (ev_view_scroll):
7573         
7574         Fix for the bug #334854, page down and page up switch
7575         pages in presentation mode.
7576
7577 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579         * shell/ev-window.c: (ev_window_set_action_sensitive),
7580         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7581         (ev_window_set_view_accels_sensitivity),
7582         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7583         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7584         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7585         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7586         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7587         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7588         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7589         (view_actions_focus_in_cb), (ev_window_init):
7590         
7591         Fix for the bug #333902, now it's possible to search
7592         words with slash.
7593
7594 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7595
7596         * configure.ac: Added Breton translation.
7597         * po/br.po: Added Breton translation.
7598
7599 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7600
7601         * shell/ev-window-title (ev_window_title_update):
7602
7603         Fix memory leak in window title. Fixes bug #333944
7604
7605 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7606
7607         * shell/ev-metadata-manager.c (parseItem):
7608
7609         Fix memory leaks. Fixes bug #333945
7610
7611 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7612         
7613         * NEWS, configure.ac, TODO:
7614         
7615         Update for release 0.5.2.
7616
7617 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * shell/ev-view.c: (view_update_range_and_current_page),
7620         (page_changed_cb):
7621         
7622         Don't jump on scrolling, fix for the bug #333127.
7623
7624 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7627         
7628         Scroll by one page in presentation mode. Fix for the bug
7629         #332993.
7630
7631 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7632
7633         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7634
7635 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7636
7637         * configure.ac  Added lv in ALL_LINGUAS line.
7638
7639 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7640         
7641         * NEWS, configure.ac:
7642         
7643         Update for release 0.5.1
7644
7645 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7646
7647         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7648         * backend/ev-document-misc.h:
7649         * shell/ev-view.c: (draw_one_page):
7650         
7651          Clairfy what page the toolbar page number applies to. Fix
7652          for the bug #328102.
7653
7654 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7655
7656         * shell/ev-view-private.h:
7657         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7658         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7659         (ev_view_search_changed):
7660         * shell/ev-view.h:
7661         * shell/ev-window.c: (find_bar_search_changed_cb):
7662         
7663         Dont't jump to find result if window was scrolled during search.
7664         Fix for the bug #313266.
7665
7666 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7667
7668         * shell/eggfindbar.c: (egg_find_bar_class_init):
7669         * shell/eggfindbar.h:
7670         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7671         * shell/ev-view-private.h:
7672         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7673         (ev_view_class_init), (ev_sizing_mode_get_type),
7674         (ev_scroll_type_get_type):
7675         * shell/ev-view.h:
7676         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7677         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7678         (ev_window_init):
7679         
7680         Fix for the bug 319133 - Find entry should allow text scroll.
7681
7682 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7683
7684         * shell/ev-view-private.h:
7685         * shell/ev-view.c: (view_update_range_and_current_page),
7686         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7687         (ev_view_set_document), (update_find_status_message),
7688         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7689         (ev_view_find_previous):
7690         
7691         Fix for the bug #319137. Search now takes account for scrolling.
7692
7693 2006-02-19  Michael Hofmann <mh21@piware.de>
7694
7695         * configure.ac:
7696         * djvu/Makefile.am:
7697         * djvu/djvu-document-private.h:
7698         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7699         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7700         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7701         (djvu_document_can_get_text), (djvu_document_get_text),
7702         (djvu_document_document_iface_init),
7703         (djvu_document_thumbnails_get_thumbnail),
7704         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7705         (djvu_document_find_get_result),
7706         (djvu_document_find_page_has_results),
7707         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7708         (djvu_document_find_iface_init):
7709         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7710         (djvu_text_page_selection), (djvu_text_page_limits_process),
7711         (djvu_text_page_limits), (djvu_text_page_copy),
7712         (djvu_text_page_position), (djvu_text_page_union),
7713         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7714         (djvu_text_page_box), (djvu_text_page_append_text),
7715         (djvu_text_page_search), (djvu_text_page_prepare_search),
7716         (djvu_text_page_new), (djvu_text_page_free):
7717         * djvu/djvu-text-page.h:
7718         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7719         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7720         (djvu_text_n_results), (djvu_text_has_results),
7721         (djvu_text_get_result), (djvu_text_get_progress):
7722         * djvu/djvu-text.h:
7723         
7724         Text search in djvu. Fix for the bug #303415.
7725
7726 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7727
7728         * configure.ac:
7729         * shell/ev-window.c: (ev_window_cmd_save_as):
7730         
7731         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7732         Thanks to Gary Coady <gary@lyranthe.org>
7733
7734 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-print-job.c: (idle_print_handler):
7737         
7738         Inverse order printing, bug #320919.
7739
7740 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7741
7742         * data/evince-toolbar.xml:
7743         * shell/ev-window.c:
7744         
7745         Allow to add sidebar checkbutton on toolbar. Fix
7746         for the bug #144577.
7747
7748 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7749
7750         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7751         
7752         Add checks that have sense for empty ps document.
7753
7754 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7755
7756         * configure.ac: Include PS in mime types list. 
7757
7758 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7759
7760         * configure.ac:
7761         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7762         * ps/gsdefaults.h:
7763         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7764         
7765         Runtime check for gs interpreter. Fix for the bug #320868.
7766         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7767
7768 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7769
7770         * shell/ev-application.c: 
7771
7772         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7773         dbus>=0.60, so that the request is not queued. 
7774
7775 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7776
7777         * configure.ac:
7778         * shell/Makefile.am:
7779         * shell/ev-sidebar-links.c: (print_section_cb):
7780         * shell/ev-utils.c:
7781         * shell/ev-utils.h:
7782         * shell/ev-window.c: (update_action_sensitivity),
7783         (ev_window_close_dialogs), (ev_window_print):
7784         * shell/ev-window.h:
7785         
7786         Make printing support optional. Patch from Eduardo de Barros Lima
7787         <eduardo.lima@indt.org.br> for the bug #330546.
7788
7789 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * shell/ev-view-private.h:
7792         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7793         (ev_view_set_document):
7794         * shell/ev-view.h:
7795         * shell/ev-window.c: (ev_window_load_job_cb),
7796         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7797         (ev_window_init):
7798
7799         Draw Loading message during xfer job. Fix for the bug #329495.
7800
7801 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7802
7803         * comics/comics-document.c: (comics_regex_quote),
7804         (comics_document_load), (extract_argv):
7805         
7806         Correcly quote regexp before passing it to unzip.
7807
7808 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * shell/ev-page-cache.c: (build_height_to_page),
7811         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7812         (ev_page_cache_get_dual_even_left):
7813         * shell/ev-page-cache.h:
7814         * shell/ev-view.c: (view_update_range_and_current_page),
7815         (get_page_y_offset), (get_page_extents):
7816         
7817         Place even pages to the left if document has less then
7818         two pages. Fix for the bug #328856.
7819
7820 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7821
7822         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7823         
7824         Correct comics scheme. This make evince create thumbnails
7825         for comic books. Fix for the bug 329088.
7826
7827 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7828
7829         * data/evince-password.glade: Don't explicitly set
7830         invisible_char to the current default value in case
7831         the default changes; let GTK+ do its magic.
7832
7833 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834
7835         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7836         real filename to tmp filename since often document
7837         type is determined by extension.
7838
7839 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7840
7841         * shell/ev-view.c: (add_scroll_binding_keypad),
7842         (ev_view_binding_activated), (ev_view_class_init):
7843         
7844         Add keybindings for percision-scrolling of display area. 
7845         Fix for the bug #314072.
7846
7847 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * data/evince.desktop.in.in:
7850         
7851         Add GTK to the list of categories. Fix for the bug #328034.
7852
7853 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7854
7855         * shell/ev-application.c: (ev_application_shutdown),
7856         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7857         * shell/ev-application.h:
7858         * shell/ev-window.c: (file_open_dialog_response_cb),
7859         (ev_window_cmd_file_open):
7860         
7861         Save last uri in file chooser dialog. Fix for the bug #327950.
7862
7863 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7864
7865         * NEWS:
7866         * README:
7867         
7868         Final update for release 0.5.0
7869         
7870         * shell/Makefile.am:
7871         
7872         Remove disable deprecated until we'll require libgnome-2.13.7
7873         and port to GOption argument parsing. See bug 327518.
7874
7875 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7876
7877         * comics/comics-document.c: (comics_document_save):
7878         * djvu/djvu-document.c: (djvu_document_save):
7879         * dvi/dvi-document.c: (dvi_document_save):
7880         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7881         * lib/ev-file-helpers.h:
7882         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7883         * tiff/tiff-document.c: (tiff_document_save):
7884         
7885         Use common save function for backends.
7886
7887 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7888
7889         * backend/ev-document-types.c:
7890         
7891         Fix crash on saving pixbuf.
7892
7893 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7894
7895         * cut-n-paste/recent-files/egg-recent-item.c:
7896         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7897         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7898         (parse_info_free), (valid_element), (start_element_handler),
7899         (end_element_handler), (text_handler), (egg_recent_model_filter),
7900         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7901         (egg_recent_model_monitor), (egg_recent_model_read),
7902         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7903         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7904         (egg_recent_model_set_property), (egg_recent_model_class_init),
7905         (egg_recent_model_init), (egg_recent_model_add_full),
7906         (egg_recent_model_delete), (egg_recent_model_get_list),
7907         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7908         (egg_recent_model_set_filter_mime_types),
7909         (egg_recent_model_clear_group_filter),
7910         (egg_recent_model_set_filter_groups),
7911         (egg_recent_model_clear_scheme_filter),
7912         (egg_recent_model_set_filter_uri_schemes),
7913         (egg_recent_model_remove_expired):
7914         * cut-n-paste/recent-files/egg-recent-util.c:
7915         (egg_recent_util_get_icon):
7916         * cut-n-paste/recent-files/egg-recent-util.h:
7917         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7918         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7919         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7920         (egg_recent_view_uimanager_set_property),
7921         (egg_recent_view_uimanager_get_property),
7922         (egg_recent_view_uimanager_class_init),
7923         (egg_recent_view_uimanager_init),
7924         (egg_recent_view_uimanager_set_label_width),
7925         (egg_recent_view_uimanager_get_label_width):
7926         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7927         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7928         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7929         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7930         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7931         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7932         
7933         Update from libegg.
7934
7935 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7936
7937         * shell/ev-page-cache.c: (build_height_to_page),
7938         (ev_page_cache_get_height_to_page):
7939         * shell/ev-page-cache.h:
7940         * shell/ev-view.c: (view_update_range_and_current_page),
7941         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7942         (ev_view_previous_page):
7943         
7944         Dual mode places even pages to the left. Fix for the bug #309393.
7945
7946         * shell/ev-view.h:
7947         * shell/ev-window.c: (update_action_sensitivity),
7948         (setup_view_from_metadata), (view_menu_popup_cb):
7949         
7950         Don't restore presentation in empty windows, more intelligent
7951         next page behaviour in dual mode.
7952
7953         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7954         (ev_pixbuf_cache_clear_job_sizes):
7955         
7956         Cleanup job callback on removal. Fix for the bug #325886.
7957
7958 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7959
7960         * ps/ps.c: (psscan):
7961         
7962         Commit workaround Mozilla problem. Fix for the bug #325919
7963         
7964         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7965         (save_item):
7966         
7967         Fix for year 2038 problem.
7968
7969 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7970
7971         * shell/ev-window.c: (setup_document_from_metadata),
7972         (ev_window_cmd_view_reload):
7973
7974         Clamp page recieved from metadata in valid values. Fix
7975         for the bug #325986.
7976
7977 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * MAINTAINERS: 
7980         Add MAINTAINERS as requested on desktop-devel-list.
7981
7982 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7985         (mime_type_supported_by_gdk_pixbuf),
7986         (ev_document_factory_get_mime_types),
7987         (ev_document_factory_get_all_mime_types):
7988         
7989         Don't add pixbuf mime types if pixbuf backend is disabled.
7990         
7991         * shell/ev-application.c: (ev_application_get_uri_window):
7992         
7993         Fix for the bug 325815 - unhandled MIME type message doesn't 
7994         appear a second time. 
7995         
7996         * shell/ev-document-types.c: (ev_document_types_add_filters):
7997         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7998         (password_dialog_response), (ev_window_popup_password_dialog),
7999         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8000         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8001         (ev_window_run_presentation), (ev_window_stop_presentation),
8002         (save_sizing_mode), (ev_window_zoom_changed_cb),
8003         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8004         (ev_window_dual_mode_changed_cb),
8005         (ev_window_sidebar_current_page_changed_cb),
8006         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8007         (window_state_event_cb), (window_configure_event_cb):
8008         
8009         Cleanup additional uris holded by EvWindow.
8010
8011 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8012
8013         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8014         (ev_view_can_previous_page), (ev_view_can_next_page):
8015         * shell/ev-view.h:
8016         * shell/ev-window.c: (update_action_sensitivity):
8017         
8018         Two page scrolling with Space and PageUp in dual mode. Second fix 
8019         for the bug #316608.
8020
8021 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8022
8023         * shell/ev-view.c: (scroll_to_current_page):
8024         
8025         Correctly clamp adjustment value. Fix for the bug
8026         #325808.
8027
8028 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * shell/ev-sidebar-links.c: (print_section_cb):
8031         * shell/ev-window.c: (ev_window_get_uri),
8032         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8033         (ev_window_print_dialog_response_cb), (ev_window_print_range),
8034         (ev_window_dispose):
8035         
8036         Make print dialog non-modal. Fix for the bug #325622.
8037
8038 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8039
8040         * shell/ev-metadata-manager.c:
8041         * shell/ev-utils.c: (using_pdf_printer),
8042         (using_postscript_printer), (load_print_config_from_file),
8043         (save_print_config_to_file):
8044         * shell/ev-utils.h:
8045         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8046         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8047         (setup_view_from_metadata), (ev_window_setup_document),
8048         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8049         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8050         (ev_window_run_presentation), (ev_window_stop_presentation),
8051         (save_sizing_mode), (ev_window_zoom_changed_cb),
8052         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8053         (ev_window_dual_mode_changed_cb),
8054         (ev_window_sidebar_current_page_changed_cb),
8055         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8056         (window_state_event_cb), (window_configure_event_cb),
8057         (ev_window_init):
8058         
8059         Setting saving behaviour fixes.
8060
8061 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * configure.ac:
8064         
8065         Make antialiasing gs options better and allow
8066         to change them during configure. Fix for the 
8067         bug #319049.
8068
8069 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8070
8071         * shell/ev-window.c: (setup_view_from_metadata):
8072         
8073         Remember if last window was maximized. Fix for the
8074         bug #323797.
8075
8076 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8077
8078         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8079
8080 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8081
8082         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8083         * shell/ev-page-action.c: (build_new_tree_cb):
8084         * shell/ev-sidebar-links.c: (links_page_num_func),
8085         (update_page_callback_foreach), (update_page_callback):
8086         * shell/ev-view.c: (scroll_to_current_page):
8087         
8088         Fix for the bug #325067 with more intelligent selection
8089         of current link in sidebar. Make sidebar handle links
8090         of FITR-like type more correctly.
8091
8092         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8093         (dvi_pixbuf_put_pixel):
8094         
8095         Fix memory consumtion with disabled alpha channel.
8096
8097 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * data/evince-ui.xml:
8100         * shell/ev-window.c: (view_menu_popup_cb),
8101         (ev_popup_cmd_open_link), (ev_window_init):
8102         
8103         Update context menu for internal links. Fix for the bug
8104         #325066.
8105
8106 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8109         
8110         Bind context menu to keyboard also. Fix for the bug
8111         #325065.
8112
8113 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8114
8115         * shell/ev-view.c: (selection_scroll_timeout_cb):
8116         
8117         Horizontal scroll on selection also.
8118
8119 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8120
8121         * shell/ev-metadata-manager.c: (parse_value):
8122         * shell/ev-view.c: (goto_xyz_link):
8123         
8124         Correct zoom setup and metadata save broken in 
8125         some locales.
8126
8127 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8128
8129         * shell/ev-view-private.h:
8130         * shell/ev-view.c: (scroll_to_current_page),
8131         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8132         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8133         (page_changed_cb), (ev_view_set_continuous),
8134         (ev_view_set_dual_page), (ev_view_set_presentation):
8135         
8136         Delay scroll until allocation to correctly position page. Fix
8137         for the bug #317334.
8138
8139 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * NEWS:
8142         * configure.ac:
8143         
8144         Update NEWS and require poppler 0.5.0.
8145
8146 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8147         
8148         * data/evince-ui.xml:
8149         * shell/ev-view-private.h:
8150         * shell/ev-view.c: (ev_view_get_link_at_location),
8151         (handle_link_over_xy), (ev_view_button_press_event),
8152         (ev_view_button_release_event), (ev_view_class_init):
8153         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8154         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8155         (ev_window_init):
8156         
8157         Implement right-click context menu.
8158
8159 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8160
8161         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8162         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8163         (mdvi_pixbuf_device_render):
8164         * pdf/ev-poppler.cc:
8165
8166         Don't generate thumbnails with alpha. See bug #324077.
8167         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8168
8169 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170
8171         * shell/ev-window.c: (setup_chrome_from_metadata):
8172         
8173         Fix typo that was hiding toolbar.
8174
8175 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176
8177         * shell/ev-view-private.h:
8178         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8179         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8180         (ev_view_button_release_event), (ev_view_destroy):
8181         
8182         Small cleanup and autoscrolling during selection. Thanks to 
8183         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8184
8185 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8186
8187         * configure.ac:
8188         
8189         Correctly check for comics option.
8190
8191 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8192         * Makefile.am:
8193         * configure.ac:
8194         * backend/Makefile.am:
8195         * backend/ev-document-factory.c:
8196         * shell/ev-document-types.c:
8197
8198         Included option in configure to make ps backend 
8199         compilation optional with --disable-ps.
8200
8201 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8202
8203         * backend/ev-document-factory.c:
8204         * comics/Makefile.am:
8205         * comics/comics-document.c: (comics_document_load):
8206         * comics/ev-cbr-mime.xml:
8207         * configure.ac:
8208         
8209         Comics mime types are added to shared-mime-info CVS. Now
8210         we don't need to install our own mime types.
8211
8212 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8213
8214         * shell/ev-window.c:
8215         
8216         Add shortcut for "save a copy" menu entry. Fix for
8217         the bug #324582.
8218
8219 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8220
8221         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8222         (job_finished_cb), (new_selection_pixbuf_needed),
8223         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8224         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8225         
8226         Rework selection job info logic and fix critical warning.
8227
8228 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8229
8230         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8231
8232 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8233
8234         * data/evince-ui.xml:
8235         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8236         
8237         Enter as shortcut key for next page. Fix for the bug
8238         #321394.
8239
8240 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8241
8242         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8243
8244 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8245
8246         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8247         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8248         (new_selection_pixbuf_needed),
8249         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8250         (clear_job_selection):
8251         
8252         Too early for 0.5. Pixbuf cache code cleaned a bit.
8253
8254 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8255
8256         * NEWS:
8257         * configure.ac:
8258         
8259         Release 0.5.0 preparation
8260
8261 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8262
8263         * comics/Makefile.am:
8264         * configure.ac:
8265         * shell/ev-document-types.c: (ev_document_types_add_filters):
8266         
8267         More advanced handling of custom mime type installation.
8268
8269 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8270
8271         * data/evince.schemas.in:
8272         * shell/ev-metadata-manager.c: (value_free),
8273         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8274         (ev_metadata_manager_get), (ev_metadata_manager_set):
8275         * shell/ev-metadata-manager.h:
8276         * shell/ev-window.c: (update_chrome_flag),
8277         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8278         (setup_document_from_metadata), (setup_chrome_from_metadata),
8279         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8280         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8281         (ev_window_view_toolbar_cb),
8282         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8283         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8284         
8285         Save last document settings and reuse them for new documents.
8286
8287 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8288
8289         * Makefile.am:
8290         * backend/Makefile.am:
8291         * backend/ev-document-factory.c:
8292         * backend/ev-document-factory.h:
8293         * comics/Makefile.am:
8294         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8295         (comics_document_load), (comics_document_save),
8296         (comics_document_get_n_pages), (comics_document_get_page_size),
8297         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8298         (comics_document_class_init), (comics_document_can_get_text),
8299         (comics_document_get_info), (comics_document_document_iface_init),
8300         (comics_document_init), (get_supported_image_extensions),
8301         (comics_document_thumbnails_get_geometry),
8302         (comics_document_thumbnails_get_thumbnail),
8303         (comics_document_thumbnails_get_dimensions),
8304         (comics_document_document_thumbnails_iface_init), (extract_argv):
8305         * comics/comics-document.h:
8306         * comics/ev-cbr-mime.xml:
8307         * configure.ac:
8308         * po/POTFILES.in:
8309         * shell/ev-application.c: (ev_application_register_service):
8310         * shell/ev-document-types.c: (ev_document_types_add_filters):
8311         * thumbnailer/Makefile.am:
8312         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8313         
8314         New CBR/CBZ backend for comic books.
8315
8316 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8317
8318         * shell/main.c: (load_files_remote):
8319
8320         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8321         warning on startup of second instance is fixed. It
8322         is bug #320353.
8323
8324 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8325
8326         * shell/ev-window.c: (ev_window_finalize):
8327         
8328         Fix double free that cause crash.
8329
8330 2005-10-29  Bastien Nocera <hadess@hadess.net>
8331
8332         * tiff/tiff-document.c: (tiff_document_load):
8333         
8334         Fix memory leak.
8335
8336 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8337
8338         * po/POTFILES.in:
8339         * shell/Makefile.am:
8340         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8341         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8342         (ev_view_accessible_get_text),
8343         (ev_view_accessible_get_character_at_offset),
8344         (ev_view_accessible_get_text_before_offset),
8345         (ev_view_accessible_get_text_at_offset),
8346         (ev_view_accessible_get_text_after_offset),
8347         (ev_view_accessible_get_character_count),
8348         (ev_view_accessible_get_caret_offset),
8349         (ev_view_accessible_set_caret_offset),
8350         (ev_view_accessible_get_run_attributes),
8351         (ev_view_accessible_get_default_attributes),
8352         (ev_view_accessible_get_character_extents),
8353         (ev_view_accessible_get_offset_at_point),
8354         (ev_view_accessible_get_n_selections),
8355         (ev_view_accessible_get_selection),
8356         (ev_view_accessible_add_selection),
8357         (ev_view_accessible_remove_selection),
8358         (ev_view_accessible_set_selection),
8359         (ev_view_accessible_text_iface_init),
8360         (ev_view_accessible_idle_do_action),
8361         (ev_view_accessible_action_do_action),
8362         (ev_view_accessible_action_get_n_actions),
8363         (ev_view_accessible_action_get_description),
8364         (ev_view_accessible_action_get_name),
8365         (ev_view_accessible_action_set_description),
8366         (ev_view_accessible_action_iface_init),
8367         (ev_view_accessible_get_type), (ev_view_accessible_new),
8368         (ev_view_accessible_factory_get_accessible_type),
8369         (ev_view_accessible_factory_create_accessible),
8370         (ev_view_accessible_factory_class_init),
8371         (ev_view_accessible_factory_get_type):
8372         * shell/ev-view-accessible.h:
8373         * shell/ev-view-private.h:
8374         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8375         * shell/ev-view.h:
8376         
8377         Initial accessibility support.
8378
8379 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8380
8381         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8382
8383 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8384
8385         * shell/ev-print-job.c: (idle_print_handler):
8386         
8387         Fix for bug Bug 318916: Printing multiple pages.
8388
8389 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8390
8391         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8392
8393 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8394
8395         * pdf/ev-poppler.cc:
8396         
8397         Thumnail dimensions unified with other backends.
8398         
8399         * shell/ev-window-title.c: (ev_window_title_update):
8400         
8401         Fix warning.
8402
8403 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8404
8405         * data/ev-stock-zoom-fit-width.png:
8406         
8407         Remove unused file.
8408
8409 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8410
8411         * configure.ac:
8412         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8413         (djvu_document_finalize):
8414         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8415         (dvi_document_finalize):
8416         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8417         (pixbuf_document_save), (pixbuf_document_finalize):
8418         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8419         (tiff_document_finalize):
8420         
8421         Save a copy implemented for various backends.
8422
8423 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8424
8425         * configure.ac:
8426         
8427         Don't link with ltiff if tiff is disabled.
8428
8429 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * pdf/GDKSplashOutputDev.cc:
8432         * pdf/GDKSplashOutputDev.h:
8433         * pdf/Thumb.cc:
8434         * pdf/Thumb.h:
8435         * pdf/pdf-document.cc:
8436         * pdf/pdf-document.h:
8437         * pdf/test-gdk-output-dev.cc:
8438         
8439         Remove old unused files.
8440
8441 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8442
8443         * shell/ev-window.c: (ev_window_setup_document):
8444         
8445         Fixed warnings on reload and probably crash reason.
8446
8447 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8448
8449         * properties/ev-properties-view.c:
8450         (ev_properties_view_format_date):
8451         
8452         Check if date is invalid. Fix for bug 318134.
8453
8454 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8455
8456         * shell/ev-window-title.c:
8457         
8458         Add .indd files (Adobe Indesign) to the list of "bad
8459         extensions".
8460
8461 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8462
8463         * data/evince-ui.xml:
8464         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8465         
8466         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8467
8468 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8469
8470         * shell/ev-window.c: (launch_link), (launch_external_uri),
8471         (view_external_link_cb):
8472
8473         URL-escape link before passing it to gnome_vfs_url_show.
8474
8475 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8476
8477         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8478         there isn't text selected.
8479
8480 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8481
8482         * shell/ev-view.c: (handle_link_over_xy):
8483
8484         Check tooltip is valid utf8 before showing it
8485
8486 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8487
8488         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8489
8490 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8491
8492         * shell/ev-window-title.c: (ev_window_title_update):
8493
8494         Guard against using g_strstrip on NULL. Fixes bug #317291.
8495
8496 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8497
8498         * pdf/ev-poppler.cc:
8499
8500         Show title even for unknown links
8501
8502 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * shell/ev-window-title.c: (ev_window_title_update):
8505
8506         Strip the title string
8507
8508 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8509
8510         * shell/ev-window-title.c:
8511
8512         Add .rtf to the bad extensions list
8513
8514 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8515
8516         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8517         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8518
8519         Ignore link coordinates if they are outside page bounds
8520
8521 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * backend/ev-link.c: (ev_link_type_get_type),
8524         (ev_link_get_filename), (ev_link_get_params),
8525         (ev_link_get_property), (ev_link_set_property),
8526         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8527         * backend/ev-link.h:
8528         * pdf/ev-poppler.cc:
8529         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8530         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8531         (ev_window_init):
8532
8533         Implement launch links. Delegate external link opening to
8534         the window.
8535
8536 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8537
8538         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8539         (ev_link_get_right), (ev_link_get_property),
8540         (ev_link_set_property), (ev_link_class_init),
8541         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8542         * backend/ev-link.h:
8543         * pdf/ev-poppler.cc:
8544         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8545
8546         Implement fitr links
8547
8548 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8551         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8552         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8553         (ev_view_size_request_continuous),
8554         (ev_view_size_request_dual_page),
8555         (ev_view_size_request_single_page), (ev_view_size_allocate),
8556         (ev_view_zoom_for_size_continuous_and_dual_page),
8557         (ev_view_zoom_for_size_continuous),
8558         (ev_view_zoom_for_size_dual_page),
8559         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8560         (ev_sizing_mode_get_type):
8561         * shell/ev-view.h:
8562         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8563
8564         Do not use modes for link, we need to calculate size ad hoc.
8565         Still not perfect because of the usual scrollbar issues grrr.
8566
8567 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * backend/ev-link.c: (ev_link_type_get_type),
8570         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8571         * backend/ev-link.h:
8572         * pdf/ev-poppler.cc:
8573         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8574         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8575         (ev_view_size_request_continuous),
8576         (ev_view_size_request_dual_page),
8577         (ev_view_size_request_single_page), (ev_view_size_allocate),
8578         (zoom_for_size_fit_height),
8579         (ev_view_zoom_for_size_continuous_and_dual_page),
8580         (ev_view_zoom_for_size_continuous),
8581         (ev_view_zoom_for_size_dual_page),
8582         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8583         (ev_sizing_mode_get_type):
8584         * shell/ev-view.h:
8585         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8586
8587         Implement FIT_HEIGHT mode (only for links).
8588         Implement FITH links
8589
8590 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8591
8592         * shell/ev-window-title.c: (get_filename_from_uri),
8593         (ev_window_title_sanitize_extension), (ev_window_title_update),
8594         (ev_window_title_set_document), (ev_window_title_set_uri),
8595         (ev_window_title_free):
8596         * shell/ev-window-title.h:
8597         * shell/ev-window.c: (ev_window_setup_document),
8598         (ev_window_popup_password_dialog):
8599
8600         Refactor window title building while fixing it for
8601         password documents.
8602
8603 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8604
8605         * pdf/ev-poppler.cc:
8606
8607         Escape link title before setting it in the model
8608
8609 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * shell/ev-application.c: (removed_from_session), (save_session),
8612         (init_session), (ev_application_get_empty_window),
8613         (ev_application_init), (ev_application_get_windows):
8614         * shell/ev-application.h:
8615         * shell/ev-window.c: (ev_window_finalize):
8616
8617         Add a function to retrieve window list and share it where
8618         necessary.
8619         Implement session handling, works pretty well thanks to the
8620         metadata system.
8621
8622 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8623
8624         * shell/ev-password.c: (ev_password_item_created_callback),
8625         (ev_password_dialog_save_password):
8626         
8627         Fix for bug 316972. Use async gnome-keyring API.
8628
8629 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8630
8631         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8632         Remove unused unrealize handler. Add scroll handling to
8633         ev_view_scroll_event for presentation mode (bug #316708),
8634         and fix the event state checks there.
8635
8636 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * shell/ev-page-action.c: (page_changed_cb):
8639
8640         "marco, maybe we should be crazy and jump right to 6! :)"
8641
8642         Bryan Clark, Sep 2005
8643
8644 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * ps/ps-document.c: (save_document), (ps_document_save),
8647         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8648         (ps_document_ps_export_end):
8649
8650         Fix unstructured documents save and print
8651
8652 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * shell/ev-application.c: (ev_application_open_uri):
8655
8656         Fix window size persistance
8657
8658 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8659
8660         * shell/ev-view.c: (ev_view_button_release_event):
8661
8662         Based on a patch from carlosgc@gnome.org. Mouse buttons
8663         switch pages in presentation mode.
8664
8665 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8666
8667         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8668
8669         Dont cast to int before scaling
8670
8671 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8672
8673         * backend/ev-link.c: (ev_link_type_get_type),
8674         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8675         (ev_link_new_page_fith):
8676         * backend/ev-link.h:
8677         * pdf/ev-poppler.cc:
8678         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8679
8680         Implement FIT and FITH links
8681
8682 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * pdf/ev-poppler.cc:
8685
8686         Return 0 results when search is not in progress.
8687
8688         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8689         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8690
8691         Update menu sensitivity when cancelling search
8692
8693 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * shell/ev-view.c: (ev_view_can_find_next):
8696
8697         Take all pages in consideration, not just current one
8698
8699 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8700
8701         * shell/ev-page-cache.c:
8702         * shell/ev-page-cache.h:
8703         * shell/ev-view.c: (ev_view_binding_activated),
8704         (ev_view_next_page), (ev_view_previous_page),
8705         (ev_sizing_mode_get_type):
8706         * shell/ev-view.h:
8707         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8708         (ev_window_cmd_go_next_page):
8709
8710         Move page next/previous functions from page chace to
8711         view and change it to move by 2 page steps in dual mode.
8712
8713 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * shell/ev-window.c: (update_sidebar_visibility),
8716         (setup_sidebar_from_metadata), (ev_window_setup_document),
8717         (setup_view_from_metadata):
8718
8719         Show the index by default when there is one     
8720
8721 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-window-title.c: (ev_window_title_set_document):
8724
8725         Missing null check
8726
8727 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8728
8729         * shell/ev-view.c: (view_update_range_and_current_page):
8730         
8731         Allow display of last odd page in dual view. Fix for 316347.
8732
8733 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8734
8735         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8736         
8737         Make close button default. Fix for 316383.
8738
8739 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8740
8741         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8742         
8743         Mark close button as default. Fix for 316381.
8744
8745 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * backend/ev-link.c: (ev_link_class_init):
8748
8749         Allow negative doubles in left/top properties
8750
8751 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * shell/ev-window.c:
8754
8755         Remove a bunch of strings that was used only
8756         by the statusbar.
8757
8758 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8759
8760         * shell/ev-window-title.c: (get_filename_from_uri),
8761         (ev_window_title_set_document):
8762
8763         When title has a confusing extension, show also
8764         the document filename inside ()
8765
8766 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * shell/Makefile.am:
8769         * shell/ev-window-title.c: (ev_window_title_new),
8770         (ev_window_title_update), (ev_window_title_set_type),
8771         (ev_window_title_set_document), (ev_window_title_free):
8772         * shell/ev-window-title.h:
8773         * shell/ev-window.c: (ev_window_setup_document),
8774         (password_dialog_response), (ev_window_popup_password_dialog),
8775         (ev_window_dispose), (ev_window_init):
8776
8777         Factor out and cleanup window title code
8778
8779 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8782         (unable_to_load):
8783
8784         Make dialog transient so it doesnt block other windows
8785
8786 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8787
8788         * pdf/ev-poppler.cc:
8789         
8790         Fix pdf thumbnails rendering.
8791
8792 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8793
8794         * shell/ev-window.c: (fullscreen_set_timeout):
8795         
8796         Increase timeout to hide full screen popup. Bug 
8797         316123. 
8798
8799 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8800
8801         * data/evince.schemas.in:
8802         * shell/ev-window.c: (update_action_sensitivity):
8803
8804         Allow the user to override document restrictions. Fix for bug
8805         305818.
8806
8807 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8808
8809         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8810         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8811         (ev_window_class_init): Fix multihead behaviour of fullscreen
8812         toolbar popup. Fixes bug #315451.
8813
8814 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8815
8816         * configure.ac:
8817         * data/evince-password.glade:
8818         * shell/ev-password.c: (ev_password_dialog_set_property),
8819         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8820         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8821         (ev_password_dialog_entry_changed_cb),
8822         (ev_password_dialog_entry_activated_cb),
8823         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8824         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8825         (ev_password_dialog_set_bad_pass):
8826         * shell/ev-password.h:
8827         * shell/ev-window.c: (password_dialog_response),
8828         (ev_window_popup_password_dialog):
8829         
8830         Support for gnome-keyring for encrypted PDF's.
8831
8832 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8835         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8836         (ev_view_enter_notify_event), (ev_view_class_init):
8837         
8838         More precise handling of enter_notify/leave_notify events
8839         in EvView. Fix for bug 315470.
8840
8841 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8842
8843         * shell/ev-window.c: (fullscreen_timeout_cb),
8844         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8845         (ev_window_dispose):
8846
8847         leak fix: unref fullscreen_timeout_source before clearing it
8848
8849 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8850
8851         * configure.ac, dvi/mdvi/Makefile.am: 
8852         
8853         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8854
8855 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * backend/ev-link.c: (ev_link_new_page_xyz):
8858         * pdf/ev-poppler.cc:
8859         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8860
8861         Fix some bugs with xyz links, respect zoom
8862
8863 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8864
8865         * shell/ev-window.c: (page_changed_cb),
8866         (setup_document_from_metadata), (update_sidebar_visibility),
8867         (setup_view_from_metadata), (ev_window_run_fullscreen),
8868         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8869         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8870         (ev_window_dual_mode_changed_cb),
8871         (ev_window_sidebar_current_page_changed_cb):
8872
8873         null check uri before setting and getting metadata
8874
8875 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * dvi/Makefile.am:
8878         * properties/Makefile.am:
8879         * shell/Makefile.am:
8880         * thumbnailer/Makefile.am:
8881
8882         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8883
8884 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8887         (selection_changed_callback):
8888         * shell/ev-sidebar-links.h:
8889
8890         Add a signal for link activation.
8891
8892         * shell/ev-view.c: (ev_view_goto_link),
8893         (ev_view_button_release_event):
8894         * shell/ev-view.h:
8895         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8896         (ev_window_init):
8897
8898         Implement the signal so that we can handle all link types.
8899
8900         * shell/ev-page-cache.c:
8901
8902         Remove unused set_link function
8903
8904 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8905
8906         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8907
8908         Add some space from the cursor, hardcoded but I couldnt
8909         find a better way.
8910
8911 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8912
8913         * lib/ev-tooltip.c:
8914
8915         Use mozilla style vs gtk style, way better for links.
8916
8917         * shell/ev-view.c: (ev_view_motion_notify_event),
8918         (ev_view_destroy), (ev_view_init):
8919
8920         Deactive tooltip when the link hovered is changed.
8921
8922 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8923
8924         * backend/ev-document.h:
8925         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8926         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8927         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8928         (ev_link_new_page), (ev_link_new_page_xyz):
8929         * backend/ev-link.h:
8930         * pdf/ev-poppler.cc:
8931         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8932         (go_to_link), (tip_from_link):
8933
8934         Implement xyz links, still not functional. Links are a total
8935         mess, will need to refactor and bugfix a lot :(
8936
8937 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8938
8939         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8940
8941 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8942
8943         * data/evince-ui.xml:
8944         * data/evince.schemas.in:
8945         * shell/Makefile.am:
8946         * shell/ev-window.c: (update_chrome_visibility),
8947         (password_dialog_response), (ev_window_load_job_cb),
8948         (ev_window_xfer_job_cb), (ev_window_open_uri),
8949         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8950         (ev_window_init):
8951
8952         Remove the statusbar. This regress loading feedback, need to
8953         check with Bryan what we want to do there...
8954
8955 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8956
8957         * lib/ev-tooltip.c: (ev_tooltip_init):
8958
8959         Fix tooltip border and size handling
8960
8961 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8964         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8965         (ev_tooltip_timeout), (ev_tooltip_activate),
8966         (ev_tooltip_deactivate):
8967         * lib/ev-tooltip.h:
8968         * shell/ev-view.c: (ev_view_motion_notify_event):
8969
8970         Delay popup showing. Mirror gtk logic/times.
8971
8972 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * lib/Makefile.am:
8975         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8976         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8977         (ev_tooltip_set_text), (ev_tooltip_set_position):
8978         * lib/ev-tooltip.h:
8979
8980         Simple widget to show tooltips at a custom position
8981
8982         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8983         (ev_view_destroy):
8984
8985         Use it for links. First go, needs work
8986
8987 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8988
8989         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8990         HIG fixes.  Use title capitalization for window title. Use 12 
8991         pixels of space between the dialog's vbox and action area.
8992
8993 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8994
8995         * shell/ev-window.c: (file_open_dialog_response_cb),
8996         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8997         (ev_window_cmd_save_as):
8998
8999         Make file pickers not modal and refactor code some
9000
9001 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * shell/ev-sidebar.h:
9004         * shell/ev-sidebar.c: (ev_sidebar_set_property),
9005         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9006         (ev_sidebar_class_init), (ev_sidebar_select_page),
9007         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9008         (ev_sidebar_set_page):
9009
9010         Add a current page property and allow to get/set it
9011
9012         * shell/ev-window.c: (setup_view_from_metadata),
9013         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9014
9015         Persist current sidebar page per document
9016
9017 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9018
9019         * data/evince.schemas.in:
9020         * shell/ev-window.c: (update_chrome_visibility),
9021         (setup_document_from_metadata), (update_sidebar_visibility),
9022         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9023         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9024         (ev_window_run_presentation), (ev_window_stop_presentation),
9025         (ev_window_view_sidebar_cb),
9026         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9027         (load_chrome), (ev_window_init):
9028
9029         Persist size/visibility of sidebar per document
9030
9031 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
9032
9033         * shell/ev-view.c (draw_loading_text): Draw loading text.
9034
9035 2005-09-02  Dan Damian  <dand@gnome.ro>
9036
9037         * configure.in: Added "ro" to ALL_LINGUAS.
9038
9039 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9040
9041         * shell/ev-view.c: (clear_caches):
9042
9043         ev_page_cache_get doesnt return a reference,
9044         dont try to unref it.
9045
9046 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9047
9048         * shell/main.c: (load_files_remote):
9049
9050         Fix timestamp parameter with dbus <= 0.33
9051
9052 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9053
9054         * data/evince.schemas.in:
9055
9056         Add missing full stop
9057
9058 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9059
9060         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9061         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9062
9063         Plug some memory leaks
9064
9065 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9066
9067         * configure.ac:
9068         * lib/ev-debug.c: (trap_handler):
9069
9070         Check for execinfo.h and use it only if it exists.
9071         Ported from Epiphany (bug #314776).
9072
9073 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9074
9075         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9076
9077 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9078
9079         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9080         * po/id.po      : Added Indonesian translation
9081
9082 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9083
9084         * shell/main.c:
9085         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9086         * NEWS: Release 0.4.0
9087
9088 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9089
9090         * configure.ac: catch another gtk+-2.8ism
9091         * shell/main.c: Make work with gtk+-2.6
9092
9093 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9094
9095         * shell/ev-application-service.xml: Add 'timestamp' argument to
9096           ev_application_open_window and ev_application_open_uri methods.
9097
9098         * shell/ev-application.h: Add 'timestamp' argument to
9099           ev_application_open_window, ev_application_open_uri,
9100           and ev_application_open_uri_list functions.
9101
9102         * shell/ev-application.c (ev_application_open_window,
9103           ev_application_open_uri, ev_application_open_uri_list): Change
9104           functions that show/present windows to use a timestamp if one
9105           is passed in.
9106
9107         * shell/ev-window.c (ev_window_cmd_file_open,
9108           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9109         * shell/main.c (load_files): Modify calls to ev_application to
9110           include GDK_CURRENT_TIME as timestamp.
9111
9112         * shell/main.c (load_files_remote): Obtain timestamp for client
9113           instance from GDK and pass to server instance so new windows are
9114           focused properly.  Fix dbus_g_proxy_call() calls by including second
9115           G_TYPE_INVALID.
9116           
9117         Closes bug #314475.
9118
9119 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9120
9121         * shell/ev-window.c (ev_window_finalize): Check for
9122         avail. EvWindows when quiting to handle the finalize better,
9123         #314497
9124
9125 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9126         
9127         * properties/ev-properties-view.c: 
9128         
9129         Set textdomain to libglade. Fixes translation problem in property page.
9130
9131 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9132
9133         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9134         * dvi/Makefile.am:
9135         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9136         * dvi/mdvi-lib/Makefile.am:
9137         
9138         Fix rotation of thumbnails, ported to new API. Moved library
9139         dependencies earlier, probably it will fix linkage problem.
9140
9141 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9142
9143         * backend/ev-document-misc.c:
9144         (ev_document_misc_get_thumbnail_frame):
9145         * backend/ev-document-misc.h:
9146         * configure.ac:
9147         * pdf/ev-poppler.cc:
9148         * shell/Makefile.am:
9149         * shell/ev-sidebar-thumbnails.c: (add_range),
9150         (ev_sidebar_thumbnails_set_loading_icon),
9151         (ev_sidebar_thumbnails_refresh),
9152         (ev_sidebar_thumbnails_set_document):
9153         * shell/ev-sidebar-thumbnails.h:
9154         * shell/ev-view.c: (ev_view_motion_notify_event),
9155         (ev_view_set_property), (ev_view_get_property),
9156         (ev_view_class_init), (ev_view_set_rotation):
9157         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9158         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9159         (ev_window_init):
9160         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9161         Redo rotation (again).  prepare for 0.4.0
9162
9163 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9164
9165         * configure.ac: Bump poppler requirement to 0.4.1.
9166
9167         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9168         argument to poppler_page_render_selection() call.
9169
9170 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9171
9172         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9173         (djvu_document_thumbnails_get_thumbnail):
9174         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9175         (dvi_document_thumbnails_get_thumbnail):
9176         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9177         (pixbuf_document_thumbnails_get_thumbnail):
9178         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9179         
9180         Update rotation direction of backends to fit with pdf and ps.
9181
9182 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9183
9184         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9185         * backend/ev-async-renderer.h:
9186         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9187         (setup_page), (ps_document_get_page_size),
9188         (ps_async_renderer_render_pixbuf):
9189         * ps/ps-document.h:
9190         * shell/ev-jobs.c: (ev_job_render_run):
9191
9192         Fix orientation in the postscript document
9193
9194 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * pdf/ev-poppler.cc:
9197         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9198         * shell/ev-view.c: (highlight_find_results):
9199
9200         Adapt to the new poppler rotation API. Fix text maps on landscape
9201         documents.
9202
9203 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9204
9205         * shell/ev-view.c (compute_new_selection_text): get the correct
9206         region when selecting in modes other than continuous.
9207
9208 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9209
9210         * shell/main.c (main): remove redundant g_warnings.
9211
9212 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9213
9214         * shell/Makefile.am: Don't include autogenerated
9215         file ev-application-service.h into distribution, since
9216         it causes dbus crash. Fix for bugs 313724 and 313443. 
9217
9218 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9219
9220         * configure.ac: Fix sed expression for FreeBSD. Thanks
9221         to Joe Marcus Clark <marcus@freebsd.org>
9222         
9223         * shell/eggfindbar.c: (entry_activate_callback),
9224         (entry_changed_callback), (egg_find_bar_init),
9225         (egg_find_bar_set_search_string):
9226         
9227         Made findbar buttons unsensitive if there is no text in
9228         entry. Fix for the bug 313285.
9229
9230 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9231
9232         * ps/ps-document.c: Use g_filename_display_name for displaying
9233         filenames and revert string freeze breackage
9234
9235 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * NEWS:
9238         * configure.ac:
9239
9240         Update for 0.3.4
9241
9242         * shell/Makefile.am:
9243
9244         Add ev-application-service.xml to extra dist
9245
9246         * shell/ev-view.c: (find_page_at_location):
9247
9248         Remove unused function (fix warning)
9249
9250 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9251
9252         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9253         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9254         
9255         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9256         bug 313623.
9257
9258 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9261         * shell/ev-window.c:
9262         Fix build warnings
9263
9264 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9265
9266         * configure.ac: Update script to get dbus version.
9267         Fix for the bug #313443.
9268
9269 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9270
9271         * shell/ev-window.c: (ev_window_cmd_escape):
9272         
9273         Return focus back to view on escape. Fix for bug 313295.
9274
9275 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9276
9277         * shell/ev-window.c: (update_window_title),
9278         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9279         (ev_window_cmd_save_as):
9280         
9281         Correct conversion from uri to displayable string. Fix for
9282         bug 313296.
9283
9284 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9285
9286         * ps/ps-document.c: convert filename to utf8 when there is an error
9287         loading document. Fixes #309915
9288
9289 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * configure.ac:
9292
9293         We depend on poppler 0.4.0
9294
9295 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9296
9297         * configure.ac:
9298         * NEWS: Release 0.3.3.
9299         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9300
9301 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9302
9303         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9304         add a couple missing mnemonics to menu items, use title 
9305         capitalization for menu items and window titles, and add 
9306         ellipsis to open menu item.     
9307
9308 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9309
9310         * pdf/ev-poppler.cc:
9311         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9312         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9313         (ev_view_get_rotation):
9314         * shell/ev-view.h:
9315         * shell/ev-window.c: (setup_view_from_metadata),
9316         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9317         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9318         disk.
9319
9320 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9321
9322         * configure.ac: Added tr to ALL_LINGUAS
9323
9324 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9325
9326         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9327         requires several clicks to find word. Thanks to 
9328         Colin Slater <kiltedtaco@gmail.com>.
9329
9330 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9331
9332         * data/evince.desktop.in.in: Hide menu entry and
9333         rename it to "Document Viewer". Fix for bug 
9334         #312399.
9335
9336 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9337
9338         * shell/ev-page-action.c (ev_page_action_class_init): 
9339
9340         Point to the correct function in constructor of the
9341         activate_label signal
9342
9343 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9344
9345         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9346         * shell/ev-jobs.h: Make thread safe.
9347
9348 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9349
9350         * shell/ev-view.c: (view_update_range_and_current_page):
9351         Don't update page range if we are scrolling to some document
9352         point.
9353
9354 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9355
9356         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9357         when getting max_page_width, fix drawing in dual mode.
9358
9359 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9360
9361         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9362         getting the area for select_all.
9363
9364 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9365
9366         * backend/ev-selection.c: (ev_selection_render_selection):
9367         * backend/ev-selection.h:
9368         * pdf/ev-poppler.cc:
9369         * shell/ev-jobs.c: (ev_job_render_new):
9370         * shell/ev-jobs.h:
9371         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9372         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9373         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9374         (ev_view_class_init):
9375
9376         Change selection color on focus in and focus out events.  Also,
9377         poppler now uses GdkColor for specifying the selection colors, so
9378         drop some awkward conversion code.
9379
9380 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9381
9382         * configure.ac: Added Hebrew translation
9383
9384 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9385
9386         * NOTES:
9387         * backend/ev-selection.c: (ev_selection_render_selection):
9388         * backend/ev-selection.h:
9389         * pdf/ev-poppler.cc:
9390         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9391         (ev_job_render_run):
9392         * shell/ev-jobs.h:
9393         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9394         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9395         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9396         (ev_pixbuf_cache_style_changed),
9397         (ev_pixbuf_cache_get_selection_pixbuf),
9398         (ev_pixbuf_cache_set_selection_list),
9399         (ev_pixbuf_cache_get_selection_list):
9400         * shell/ev-pixbuf-cache.h:
9401         * shell/ev-utils.c: (ev_print_region_contents):
9402         * shell/ev-utils.h:
9403         * shell/ev-view.c: (ev_view_queue_draw_page),
9404         (selection_update_idle_cb), (ev_view_motion_notify_event),
9405         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9406         (setup_caches), (ev_view_find_next), (merge_selection_region),
9407         (selection_free):
9408         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9409
9410         Clean up selection to be much smoother!
9411
9412 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9413
9414         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9415         to poppler_page_render_selection().
9416
9417 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9418
9419         * ps/ps-document.c: (save_page_list): Use
9420         unzipped document when printing. Thanks to 
9421         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9422         311016.
9423
9424 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9425
9426         * shell/ev-window.c: (update_action_sensitivity):
9427         
9428         Disable print and save respect to lockdown gconf keys. Fix
9429         for 312342.
9430
9431 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9432
9433         * configure.ac:
9434         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9435         (write_to_temp_file), (ev_file_set_contents):
9436         * shell/ev-utils.h:
9437         * shell/ev-window.c: (save_print_config_to_file):
9438         
9439         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9440         Fix for bug 312238
9441
9442 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9443
9444         * shell/ev-window.c: (load_print_config_from_file),
9445         (save_print_config_to_file), (ev_window_print_range):
9446
9447         Persist the print settings. Fixes bug #311578.
9448
9449 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9450
9451         * djvu/djvu-document.c: (djvu_document_get_page_size),
9452         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9453         (djvu_document_thumbnails_get_thumbnail):
9454         * dvi/dvi-document.c: (dvi_document_get_page_size),
9455         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9456         (dvi_document_thumbnails_get_dimensions),
9457         (dvi_document_thumbnails_get_thumbnail):
9458         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9459         (pixbuf_document_render_pixbuf),
9460         (pixbuf_document_document_iface_init),
9461         (pixbuf_document_thumbnails_get_thumbnail):
9462         
9463         Update backends to make them build with new rotation system.
9464
9465 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9466
9467         * help/C/figures/evince_start_window.png:
9468         
9469         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9470
9471 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9472
9473         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9474         * shell/ev-pixbuf-cache.h:
9475         * shell/ev-sidebar-thumbnails.c:
9476         (ev_sidebar_thumbnails_get_property), (add_range),
9477         (adjustment_changed_cb):
9478         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9479         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9480         we were thumbnailing the entire docment on startup, slowing us
9481         down hugely. 
9482
9483 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9484
9485         * shell/ev-page-cache.c: (ev_page_cache_new):
9486         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9487         == 0, fixes #310306.
9488
9489 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9490
9491         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9492         (ev_view_rotate_left):
9493
9494         Account rotation in doc_rect_to_view_rect.
9495         Ensure rotation doesnt go out of bounds.
9496
9497 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9498
9499         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9500
9501         Correct and cleanup w/h swapping
9502
9503 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * backend/ev-document-thumbnails.c:
9506         (ev_document_thumbnails_get_thumbnail):
9507         * backend/ev-document-thumbnails.h:
9508         * backend/ev-document.c:
9509         * backend/ev-document.h:
9510         * backend/ev-render-context.c: (ev_render_context_new),
9511         (ev_render_context_set_rotation):
9512         * backend/ev-render-context.h:
9513         * pdf/ev-poppler.cc:
9514         * ps/ps-document.c: (ps_document_document_iface_init):
9515         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9516         * shell/ev-jobs.h:
9517         * shell/ev-page-cache.c: (build_height_to_page),
9518         (ev_page_cache_new), (ev_page_cache_get_size),
9519         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9520         (ev_page_cache_get_height_to_page):
9521         * shell/ev-page-cache.h:
9522         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9523         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9524         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9525         (ev_pixbuf_cache_get_selection_pixbuf):
9526         * shell/ev-pixbuf-cache.h:
9527         * shell/ev-print-job.c: (idle_print_handler):
9528         * shell/ev-sidebar-thumbnails.c: (add_range):
9529         * shell/ev-view.c: (view_update_range_and_current_page),
9530         (get_page_y_offset), (get_page_extents),
9531         (ev_view_size_request_continuous_dual_page),
9532         (ev_view_size_request_continuous),
9533         (ev_view_size_request_dual_page),
9534         (ev_view_size_request_single_page), (draw_one_page),
9535         (ev_view_set_rotation), (ev_view_rotate_right),
9536         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9537         (ev_view_zoom_for_size_continuous_and_dual_page),
9538         (ev_view_zoom_for_size_continuous),
9539         (ev_view_zoom_for_size_dual_page),
9540         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9541         (ev_view_select_all):
9542         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9543         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9544         (tiff_document_document_iface_init),
9545         (tiff_document_thumbnails_get_thumbnail):
9546
9547         Use rotation rather than orientation. It's easier and enough
9548         for our needs.
9549
9550 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9551
9552         * shell/ev-page-cache.c: (build_height_to_page),
9553         (ev_page_cache_new), (ev_page_cache_get_size),
9554         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9555         (ev_page_cache_get_height_to_page):
9556         * shell/ev-page-cache.h:
9557         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9558         (ev_view_size_request_continuous_dual_page),
9559         (ev_view_size_request_continuous),
9560         (ev_view_zoom_for_size_continuous_and_dual_page),
9561         (ev_view_zoom_for_size_continuous):
9562
9563         Make the page cache aware of page orientation.
9564
9565 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9566
9567         * backend/ev-document-thumbnails.c:
9568         (ev_document_thumbnails_get_thumbnail):
9569         * backend/ev-document-thumbnails.h:
9570         * backend/ev-document.c:
9571         * backend/ev-document.h:
9572         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9573         * backend/ev-ps-exporter.h:
9574         * pdf/ev-poppler.cc:
9575         * ps/ps-document.c: (ps_document_document_iface_init),
9576         (ps_document_ps_export_do_page):
9577         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9578         * shell/ev-jobs.h:
9579         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9580         (ev_page_cache_get):
9581         * shell/ev-page-cache.h:
9582         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9583         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9584         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9585         * shell/ev-pixbuf-cache.h:
9586         * shell/ev-print-job.c: (idle_print_handler):
9587         * shell/ev-sidebar-thumbnails.c: (add_range):
9588         * shell/ev-view.c: (view_update_range_and_current_page),
9589         (get_page_extents), (ev_view_size_request_dual_page),
9590         (ev_view_size_request_single_page), (draw_one_page),
9591         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9592         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9593         (ev_view_zoom_for_size_dual_page),
9594         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9595         (ev_view_select_all):
9596         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9597         * tiff/tiff-document.c: (tiff_document_get_page_size),
9598         (tiff_document_get_orientation), (rotate_pixbuf),
9599         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9600         (tiff_document_thumbnails_get_thumbnail),
9601         (tiff_document_ps_export_do_page), (tiff_document_init):
9602
9603         Really make use of the orientation bit of the render context.
9604         Use the render context in a few more places in the backend API.
9605         This regress orientation, but now it's done right. Will try to
9606         fix it up asap...
9607
9608 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9609
9610         * shell/ev-view.c: (ensure_rectangle_is_visible):
9611
9612         Patch by Nickolay V. Shmyrev to fix find flickering
9613
9614 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9615
9616         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9617         duplex parameters to ::begin.
9618
9619         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9620         * shell/ev-print-job.c (idle_print_handler): 
9621         * ps/ps-document.c (ps_document_ps_export_begin): 
9622         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9623         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9624         implementations. Poppler backend needs poppler cvs. Rest has
9625         unchanged behavior.
9626
9627 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9628
9629         * shell/ev-window.c (using_pdf_printer): new function.
9630         (ev_window_print_range): print a less techy message if someone
9631         tries to print to PDF.
9632
9633 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9634
9635         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9636         from "unknown font" string. Bug #311431
9637
9638 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9639
9640         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9641
9642 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9643
9644         Bug #311280
9645         
9646         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9647         name for PopplerFontTypes
9648         (pdf_document_fonts_fill_model): add font type to the detail column
9649
9650         * backend/ev-document-fonts.h: added
9651         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9652
9653         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9654         font name and font details, add a little markup.
9655         (ev_properties_fonts_init): use the new cell data func, specify ypad
9656         property for the cell renderer.
9657         (ev_properties_fonts_set_document): add the details column.
9658
9659 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9660
9661         * configure.ac: Added "pl" to ALL_LINGUAS.
9662
9663 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9664
9665         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9666
9667 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9668
9669         * help/ChangeLog: Started this for translations of manual.
9670         * configure.ac, autogen.sh, .cvsignore: Migrated to
9671         gnome-doc-utils. Patch in bug #311222.
9672
9673 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9674
9675         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9676         #ifdef this away to fix an unused-function warning.
9677
9678 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9679
9680         * configure.ac: Added 'gl' to ALL_LINGUAS.
9681
9682 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9683
9684         * configure.ac: Added ne in ALL_LINGUAS
9685         
9686 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9687
9688         * shell/ev-view.c: (ev_view_leave_notify_event):
9689         
9690         Clear status message when pointer leaves view. Fix for bug
9691         #310818 
9692
9693 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9694
9695         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9696
9697 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9698
9699         * shell/ev-view.c: (ev_view_leave_notify_event),
9700         (ev_view_class_init):
9701         
9702         Set cursor to normal then leaving view.
9703
9704 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9705
9706         * configure.ac:
9707         
9708         Fix required djvulibre version.
9709
9710 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9711
9712         *configure.ac: Hindi (hi) language added
9713
9714 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9715
9716         *configure.ac: Punjabi (pa) Language added
9717
9718 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9719
9720         * data/evince-ui.xml, shell/ev-window.c:
9721         
9722         Add keypad accelerators for zooming. Fix for bug 308128.
9723
9724 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * Makefile.am:
9727         * backend/Makefile.am:
9728         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9729         * configure.ac:
9730         * shell/ev-document-types.c: (ev_document_types_add_filters):
9731
9732         Allow to enable/disable the pixbuf backend.
9733         Default to off for now. If we want it enabled we should
9734         really put mime types in the desktop, implement properties etc.
9735
9736         * properties/evince-properties.c:
9737
9738         Initialize error to NULL.
9739         Check error is not NULL before freeing.
9740
9741 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9742
9743         * shell/ev-window.c:
9744
9745         Use F5 as presentation accell
9746
9747 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * shell/ev-window.c: (update_chrome_visibility),
9750         (ev_window_create_fullscreen_popup), (ev_window_init):
9751
9752         Do not leak the fullscreen toolbar
9753
9754 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9755
9756         * shell/ev-window.c: (view_actions_focus_in_cb),
9757         (view_actions_focus_out_cb):
9758
9759         These has a return value! Fix totally random focus
9760         issues we was seeing.
9761
9762 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9763
9764         * shell/main.c: (load_files_remote):
9765
9766         Allow open more than one file
9767
9768 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9769
9770         * shell/main.c: (load_files_remote):
9771
9772         Fix for dbus 0.33. bug #309975
9773
9774 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9775
9776         * properties/ev-properties-main.c: (ev_properties_get_pages):
9777
9778         Actually return NULL for types we dont support
9779
9780 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9781
9782         * po/POTFILES.in:
9783
9784         Remove empty lines.
9785
9786 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9787
9788         * backend/ev-document-factory.c:
9789         (ev_document_factory_get_document):
9790
9791         Do not try to create the object if type
9792         is invalid.
9793
9794 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9795
9796         * ps/ps-document.c: (ps_document_dispose),
9797         (ps_async_renderer_render_pixbuf):
9798         * ps/ps-document.h:
9799
9800         Do not leak the target window
9801
9802 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * shell/ev-application.c: (ev_application_init):
9805
9806         Let tbe check file existence for us.
9807         Add a comment about eggrecent mime filter.
9808
9809 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9810
9811         * data/evince-ui.xml:
9812         * shell/ev-application.c: (ev_application_shutdown),
9813         (ev_application_init), (ev_application_get_toolbars_model),
9814         (ev_application_get_recent_model),
9815         (ev_application_save_toolbars_model):
9816         * shell/ev-application.h:
9817         * shell/ev-window.c: (ev_window_add_recent),
9818         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9819         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9820         (ev_window_init):
9821
9822         Use common toolbar and recent models for all windows.
9823         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9824
9825 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9826
9827         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9828         successfully check for gtk_icon_view_get_visible_range.
9829
9830 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9831
9832         * djvu/Makefile.am:
9833         * dvi/Makefile.am:
9834         
9835         Fix djvu and dvi backend build.
9836
9837 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9838
9839         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9840         (new_separator_pixbuf):
9841
9842         Don't leak windows.
9843
9844 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9845
9846         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9847
9848         HIGification of toolbar editor dialogue.
9849
9850 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * configure.ac:
9853         * shell/Makefile.am:
9854
9855         Ever build metadata manager since it's just
9856         disabled at runtime now.
9857
9858 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9861         (ev_metadata_manager_get), (ev_metadata_manager_set):
9862         * shell/ev-metadata-manager.h:
9863
9864         Add an _init functions that enabled metadata management
9865         at runtime.
9866
9867         * shell/ev-window.c: (page_changed_cb),
9868         (setup_document_from_metadata), (ev_window_setup_document),
9869         (setup_view_from_metadata), (ev_window_open_uri),
9870         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9871         (ev_window_run_presentation), (ev_window_stop_presentation),
9872         (save_sizing_mode), (ev_window_zoom_changed_cb),
9873         (ev_window_continuous_changed_cb),
9874         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9875         (window_configure_event_cb):
9876
9877         Remove all ugly metadata define since we deal with it
9878         at runtime now.
9879
9880         * shell/main.c: (load_files_remote), (main):
9881
9882         Add support for dbus cvs head. Hopefully didnt break one
9883         of the other versions now!
9884
9885         If we dont get a response from the dbus server just
9886         give up with it and not enable metadata.
9887
9888 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9889
9890         * Makefile.am:
9891         * backend/Makefile.am:
9892         * configure.ac:
9893         * cut-n-paste/recent-files/Makefile.am:
9894         * cut-n-paste/toolbar-editor/Makefile.am:
9895         * cut-n-paste/zoom-control/Makefile.am:
9896         * lib/Makefile.am:
9897         * pdf/Makefile.am:
9898         * pixbuf/Makefile.am:
9899         * properties/Makefile.am:
9900         * ps/Makefile.am:
9901         * shell/Makefile.am:
9902         * thumbnailer/Makefile.am:
9903         * tiff/Makefile.am:
9904
9905         Make frontends depend on just libev.
9906         Rework and group CFLAGS/LIBS definitions.
9907         Cleanups.
9908
9909 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9910
9911         * shell/ev-window:
9912
9913         do not unnecessarily save zoom
9914
9915         * configure.ac:
9916         * lib/ev-file-helpers.c: (ev_dot_dir):
9917         * shell/Makefile.am:
9918         * shell/dummy.cc:
9919
9920         Some cleanups
9921
9922 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9923
9924         * configure.ac:
9925         
9926         Remove unnecessary dependencies
9927
9928 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9929
9930         * properties/Makefile.am:
9931         * thumbnailer/Makefile.am:
9932         * tiff/Makefile.am:
9933
9934         Some more cleanups. Was really necessary
9935         but I probably introduced bugs, feel free
9936         to flame :)
9937
9938 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9939
9940         * backend/Makefile.am:
9941         * configure.ac:
9942         * cut-n-paste/recent-files/Makefile.am:
9943         * cut-n-paste/toolbar-editor/Makefile.am:
9944         * cut-n-paste/zoom-control/Makefile.am:
9945         * lib/Makefile.am:
9946         * pdf/Makefile.am:
9947         * pixbuf/Makefile.am:
9948         * properties/Makefile.am:
9949         * ps/Makefile.am:
9950         * shell/Makefile.am:
9951         * thumbnailer/Makefile.am:
9952         * tiff/Makefile.am:
9953
9954         Use gnome-common macros when possible.
9955         Cleanup dependencies.
9956         Actually disable deprecated where possible.
9957
9958 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9959
9960         * Makefile.am:
9961         * backend/Makefile.am:
9962         * properties/Makefile.am:
9963         * shell/Makefile.am:
9964         * thumbnailer/Makefile.am:
9965
9966         This should solve the circular dep without
9967         requiring dir reorg!
9968
9969         * shell/ev-window.c: (setup_view_from_metadata):
9970
9971         Never restore window size/position when the
9972         window is already visible.
9973
9974 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9975
9976         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9977
9978         Return a boolean from timeout func. Fix ported from gedit.
9979
9980 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9981
9982         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9983
9984 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9985
9986         * shell/ev-document-types.c: set "All Documents" as default filter in
9987         open dialog
9988
9989 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9990
9991         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9992         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9993         (ev_metadata_manager_set_boolean): fix value/val thinko.
9994
9995 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * shell/ev-window.c: (setup_view_from_metadata),
9998         (window_state_event_cb), (window_configure_event_cb),
9999         (ev_window_init):
10000
10001         Remember window position and maximized state
10002
10003 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10004
10005         * configure.ac:
10006
10007         Fix DBUS configure checks.
10008
10009         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10010         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10011         (ev_metadata_manager_set_boolean):
10012
10013         Plug mem leaks.
10014
10015         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10016         (ev_window_stop_fullscreen), (ev_window_run_presentation),
10017         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10018         (ev_window_continuous_changed_cb),
10019         (ev_window_dual_mode_changed_cb), (ev_window_new):
10020
10021         Fix the build without DBUS.
10022
10023 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10024
10025         * shell/ev-metadata-manager.c: (parse_value), (save_values),
10026         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10027         (ev_metadata_manager_set_string),
10028         (ev_metadata_manager_set_boolean):
10029         * shell/ev-metadata-manager.h:
10030
10031         Add support for some more types
10032
10033         * shell/ev-view.c: (scroll_to_current_page),
10034         (ev_view_get_continuous), (ev_view_set_continuous),
10035         (ev_view_get_dual_page):
10036         * shell/ev-view.h:
10037         * shell/ev-window.c: (page_changed_cb),
10038         (setup_document_from_metadata), (ev_window_setup_document),
10039         (setup_view_from_metadata), (ev_window_open_uri),
10040         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10041         (ev_window_run_presentation), (ev_window_stop_presentation),
10042         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10043         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10044         (ev_window_update_dual_page_action),
10045         (ev_window_continuous_changed_cb),
10046         (ev_window_dual_mode_changed_cb), (ev_window_init):
10047
10048         Remember a bunch of view/document properties. Prolly some
10049         are still missing but it's getting interesting.
10050
10051 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10052
10053         * configure.ac: check if dbus-binding-tool is installed. Not the
10054         case on current Ubuntu breezy, it seems.
10055
10056 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10057
10058         * data/evince.desktop.in.in:
10059         
10060         Allow open uri lists and add TryExec field.
10061
10062 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10063
10064         * configure.ac:
10065
10066         Enable dbus when available, do not require a configure
10067         option.
10068
10069 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10070
10071         * configure.ac:
10072
10073         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10074         disabled.
10075
10076 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10077         Marco Pesenti Gritti  <mpg@redhat.com>
10078
10079         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10080         
10081         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10082         functions to the format required by dbus
10083
10084         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10085         errors. Use the RPC parameters in the expected way
10086
10087 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10088
10089         * Makefile.am:
10090         * properties/Makefile.am:
10091         * properties/ev-properties-main.c: (ev_properties_get_pages):
10092
10093         Support all mime types
10094
10095         * shell/Makefile.am:
10096         * thumbnailer/Makefile.am:
10097         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10098         (evince_thumbnail_pngenc_get):
10099
10100         Use the document factory
10101
10102 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * backend/Makefile.am:
10105         * backend/ev-document-factory.c:
10106         (mime_type_supported_by_gdk_pixbuf),
10107         (ev_document_type_get_from_mime),
10108         (ev_document_factory_get_document),
10109         (ev_document_factory_get_backend),
10110         (ev_document_factory_get_mime_types),
10111         (ev_document_factory_get_all_mime_types):
10112         * backend/ev-document-factory.h:
10113         * shell/Makefile.am:
10114         * shell/ev-document-types.c: (get_document_from_uri),
10115         (ev_document_types_get_document),
10116         (file_filter_add_mime_list_and_free),
10117         (ev_document_types_add_filters):
10118         * shell/ev-document-types.h:
10119         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10120         * shell/ev-properties-dialog.c:
10121         (ev_properties_dialog_set_document):
10122         * shell/ev-window.c: (ev_window_cmd_file_open),
10123         (ev_window_cmd_save_as):
10124         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10125
10126         Rework document types managing to avoid code duplication
10127         and actually abstract from backend implementations.
10128         Also provide a minimal factory api that can be used by
10129         thumbnailer/properties.
10130
10131 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10132
10133         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10134         Plug a mem leak.
10135         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10136         HIG spacings.
10137
10138 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10139
10140         * shell/ev-properties-dialog.c
10141         (ev_properties_dialog_set_document): only call
10142         ev_properties_fonts_set_document() if the document implements the
10143         fonts interface
10144
10145 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10146
10147         * configure.ac:
10148         * properties/Makefile.am:
10149         * properties/ev-properties-view.c:
10150         (ev_properties_view_register_type):
10151         * properties/ev-properties-view.h:
10152         * properties/ev-properties-main.h:
10153
10154         Implement nautilus plugin for properties.
10155         Works only for pdf atm, I need to rework the
10156         document types stuff to get this to work
10157         for all backends...
10158
10159 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10160
10161         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10162         (ev_properties_fonts_set_document): use
10163         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10164
10165 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10166
10167         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10168         them
10169         (PlaceImage, tiff2ps_process_page): use
10170         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10171
10172
10173 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10174
10175         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10176         (main): to call gnome_authentication_manager_init. Should fix
10177         Bug #308510
10178
10179         * configure.ac: that requires libgnomeui 2.6.0.
10180
10181 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10182
10183         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10184         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10185         use the new tiff2ps interfaces
10186
10187         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10188         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10189
10190         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10191         structure instead of global variables.  Remove use of static
10192         variables in functions.
10193
10194 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10195
10196         * shell/ev-page-action.c: unref the completion after setting it to the
10197         entry
10198
10199 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10200
10201         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10202         postscript files
10203
10204 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10205
10206         * shell/ev-window.c (update_action_sensitivity): disable
10207         File->Print if the document does not implement the ps exporter
10208         interface
10209
10210 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10211
10212         * Makefile.am:
10213         * configure.ac:
10214         * data/evince-properties.glade:
10215         * properties/.cvsignore:
10216         * properties/Makefile.am:
10217         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10218         (ev_properties_view_class_init), (ev_properties_view_format_date),
10219         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10220         (ev_properties_view_init), (ev_properties_view_new):
10221         * properties/ev-properties-view.h:
10222         * shell/Makefile.am:
10223         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10224         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10225         (ev_properties_dialog_new):
10226         * shell/ev-properties-dialog.h:
10227         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10228         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10229         (update_progress_label), (job_fonts_finished_cb),
10230         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10231         * shell/ev-properties-fonts.h:
10232         * shell/ev-properties.c:
10233         * shell/ev-properties.h:
10234         * shell/ev-window.c: (ev_window_setup_document),
10235         (ev_window_cmd_file_properties):
10236
10237         Split the properties pages in two different objects, depend
10238         only on the backend where possible, use widgets instead
10239         of gobject for the glade part, reimplement the dialog
10240         itself with gtk.
10241         I need this to implement nautilus properties page.
10242
10243 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10244
10245         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10246         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10247         (tiff_document_document_ps_exporter_iface_init): implement the ps
10248         exporter interface for tiff documents
10249
10250         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10251         libtiff to implement TIFF postscript export
10252
10253         * tiff/tiff2ps.h: added a header file for external tiff2ps
10254         functions.
10255
10256         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10257         tiff2ps.h
10258
10259 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10260
10261         * shell/ev-view.c: (scroll_to_current_page),
10262         (ev_view_set_fullscreen), (ev_view_set_presentation):
10263         
10264         Scroll to current page when exit from presentation
10265
10266 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10267
10268         * shell/ev-window.c: (update_document_mode),
10269         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10270         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10271         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10272         
10273         Exit from fullscreen mode when switch to presentation. Fix for
10274         bug 309365
10275
10276 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10277
10278         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10279         return NULL if the document does not implement the selection
10280         interface.
10281
10282 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10283
10284         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10285         reported height by using the resolution aspect ratio
10286         (tiff_document_render_pixbuf): scale the pixbuf using the
10287         resolution aspect ratio
10288
10289 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10290
10291         * configure.ac:
10292         
10293         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10294         <kiltedaco@gmail.com>
10295         
10296         * djvu/djvu-document.c: (djvu_document_get_orientation),
10297         (djvu_document_set_orientation), (djvu_document_get_page_size),
10298         (rotate_pixbuf), (djvu_document_render_pixbuf),
10299         (djvu_document_document_iface_init):
10300         * dvi/dvi-document.c: (dvi_document_get_orientation),
10301         (dvi_document_set_orientation), (dvi_document_get_page_size),
10302         (rotate_pixbuf), (dvi_document_render_pixbuf),
10303         (dvi_document_document_iface_init):
10304         
10305         Dvi and djvu backends are ported to new API
10306
10307 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10308
10309         * backend/ev-selection.c: (ev_selection_get_selection_region),
10310         (ev_selection_get_selection_map):
10311         * backend/ev-selection.h:
10312         * pdf/ev-poppler.cc:
10313         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10314         * shell/ev-jobs.h:
10315         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10316         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10317         (ev_pixbuf_cache_get_text_mapping):
10318         * shell/ev-pixbuf-cache.h:
10319         * shell/ev-view.c: (location_in_text),
10320         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10321         support to EvView.  Now we can see where we can select!  Sweet!
10322
10323 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10324
10325         * shell/ev-view.c (ev_view_button_press_event): Fix
10326         event->y + view->scroll_x typo.
10327
10328 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10329
10330         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10331         sub-GdkPixbuf instead of passing dest_x and dest_y.
10332         
10333         * shell/ev-view.c: (view_point_to_doc_point),
10334         (view_rect_to_doc_rect), (ev_view_button_press_event),
10335         (ev_view_motion_notify_event), (compute_new_selection_rect),
10336         (gdk_rectangle_point_in), (compute_new_selection_text),
10337         (compute_selections): Update selection code to keep the selection
10338         around as two points and not as a normalized rectangle, and fix
10339         page level selection in two-column mode.
10340
10341 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10342
10343         * shell/ev-window.c: (window_configure_event_cb): 
10344         
10345         Fix compilation
10346         
10347 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10348
10349         * pdf/ev-poppler.cc:
10350
10351         Fix compilation
10352
10353 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10354
10355         * shell/Makefile.am:
10356         * shell/ev-metadata-manager.c: (item_free),
10357         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10358         (parse_value), (parseItem), (load_values),
10359         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10360         (save_values), (save_item), (get_oldest), (resize_items),
10361         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10362         * shell/ev-metadata-manager.h:
10363
10364         Metadata manager from gedit but modified to use GValue, so that
10365         we dont need to keep converting from strings.
10366
10367         * configure.ac:
10368
10369         ENABLE_METADATA conditional, on when dbus is on
10370
10371         * shell/ev-application.c: (ev_application_open_uri):
10372
10373         Show the window after load so that we can initialize
10374         window size before it's showed.
10375
10376         * shell/ev-window.c: (ev_window_setup_from_metadata),
10377         (ev_window_open_uri), (window_configure_event_cb),
10378         (ev_window_init):
10379
10380         Save and load metadata information about window size.
10381         Not yet keeping states in account.
10382
10383         * shell/main.c: (main):
10384
10385         Shutdown metadata manager.
10386
10387 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10388
10389         * shell/ev-application-service.xml:
10390         * configure.ac:
10391         * shell/Makefile.am:
10392         * shell/ev-application.c:
10393         * shell/ev-application.h:
10394         * shell/ev-window.c:
10395         * shell/ev-window.h:
10396         * shell/main.c:
10397
10398         Add an optional dbus interface (--enable-dbus).
10399         Rework application code, mainly to be easier to
10400         use "remotely".
10401         Do not open multiple windows with the same document,
10402         spatial evince!
10403
10404 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10405
10406         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10407         pixbuf iff it exists.
10408
10409 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10410
10411         * shell/*:
10412         * backend/ev-render-context.[ch]:
10413         * backend/ev-selection.[ch]:
10414
10415         Massive changes.  We now support text selection of pdfs, and not
10416         just rectangular selection.  This is pretty broken still, but I
10417         want to get something into CVS.
10418
10419 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10420
10421         * pdf/ev-poppler.cc:
10422         
10423         Fix for Bug 309080: crash on window close.
10424         
10425         * shell/ev-page-action.c: (page_changed_cb):
10426         
10427         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10428         jensgr@gmx.net (Jens Granseuer).
10429
10430 2005-06-25  Marcel Telka  <marcel@telka.sk>
10431
10432         * configure.in (ALL_LINGUAS): Added sk.
10433
10434 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10435
10436         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10437         not a document open
10438
10439 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10440
10441         * NEWS:
10442         * configure.ac:
10443
10444         Release 0.3.2
10445
10446         * cut-n-paste/recent-files/Makefile.am:
10447
10448         Fix make distcheck
10449
10450 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10451
10452         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10453         (pixbuf_document_set_orientation), (rotate_pixbuf),
10454         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10455         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10456
10457         Implement rotation and cleanup the code a bit.
10458
10459         * tiff/tiff-document.c: (tiff_document_get_page_size),
10460         (tiff_document_get_orientation), (tiff_document_set_orientation),
10461         (rotate_pixbuf), (tiff_document_render_pixbuf),
10462         (tiff_document_document_iface_init), (tiff_document_init):
10463
10464         Implement rotation. Was the quicker solution for the release
10465         but we really need to share this code in the shell.
10466
10467 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10468
10469         * pdf/ev-poppler.cc:
10470
10471         Enable rotation, require poppler cvs. Fix a leak.
10472
10473 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10474
10475         * shell/ev-window.c: (update_action_sensitivity):
10476         
10477         Make properties unsensitive if document backend doesn't provide
10478         any info
10479
10480 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10481
10482         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10483         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10484         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10485         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10486         (bitmap_flip_rotate_counter_clockwise):
10487         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10488         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10489         (buff_gets):
10490         * dvi/mdvi-lib/common.h:
10491         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10492         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10493         (opendvi), (mdvi_reload), (mdvi_init_context),
10494         (mdvi_destroy_context), (mdvi_dopage), (special):
10495         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10496         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10497         (file_hash_free), (register_encoding), (parse_spec),
10498         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10499         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10500         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10501         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10502         (mdvi_register_font_type), (mdvi_unregister_font_type),
10503         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10504         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10505         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10506         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10507         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10508         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10509         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10510         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10511         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10512         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10513         (mdvi_unregister_special), (mdvi_flush_specials):
10514         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10515         (t1_font_remove):
10516         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10517         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10518         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10519         (free_font_metrics), (flush_font_metrics):
10520         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10521         (tt_font_remove):
10522         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10523         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10524         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10525         (dstring_insert), (dstring_new), (dstring_reset):
10526         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10527         
10528         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10529         avoid conflict with libtool on FC4
10530         
10531         * shell/ev-window.c: (ev_window_cmd_help_about):
10532         
10533         Update copyright year. Fix for bug 308828.
10534
10535 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10536
10537         * shell/ev-view.c: (add_scroll_binding_keypad),
10538         (ev_view_binding_activated), (ev_view_class_init),
10539         (on_adjustment_value_changed):
10540         
10541         Bug 170874: Arrow keys switch pages in presentation mode
10542
10543 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10544
10545         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10546         
10547         Fix for Bug 308265: Sidebar dissappears coming out of 
10548         Presentation mode
10549
10550 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10551
10552         * shell/ev-application.c: (ev_application_open):
10553         * shell/ev-document-types.c: (ev_document_types_add_filters),
10554         (ev_document_types_add_filters_for_type):
10555         * shell/ev-document-types.h:
10556         * shell/ev-window.c: (ev_window_cmd_save_as):
10557         
10558         Suggest basename as template when saving, provide filters
10559         for save dialog. It's bug 308402
10560
10561 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10562
10563         * pdf/ev-poppler.cc:
10564         * shell/ev-sidebar-links.c: (job_finished_callback):
10565         * shell/ev-view.c: (update_find_status_message):
10566         
10567         Some leaks fixed
10568
10569 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10570
10571         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10572         (egg_recent_view_uimanager_set_list):
10573
10574         Fix buglet in !show_numbers case.
10575
10576 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10577
10578         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10579         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10580
10581         Use pango ellipsisation.
10582
10583         * pdf/ev-poppler.cc:
10584
10585         Fix refcount leak, from nsh.
10586
10587 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10588
10589         * cut-n-paste/recent-files/Makefile.am:
10590         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10591         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10592         
10593         Removed EggRecentViewGtk
10594         
10595         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10596         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10597         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10598         (ev_window_setup_recent):
10599         
10600         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10601         with other projects
10602
10603 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10604
10605         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10606         (egg_recent_view_gtk_finalize):
10607
10608         Fix memory leak
10609
10610         * cut-n-paste/toolbar-editor/Makefile.am:
10611         
10612         Fix location of cursor icon.
10613         
10614         * pdf/ev-poppler.cc:
10615         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10616         (display_completion_text), (match_completion):
10617         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10618         (selection_changed_callback), (create_loading_model),
10619         (print_section_cb), (links_page_num_func),
10620         (update_page_callback_foreach):
10621         * shell/ev-window.c: (ev_window_dispose):
10622         
10623         Small memory fixes. Links model now store objects instead
10624         of pointers to improve memory management. 
10625
10626 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10627
10628         * shell/ev-window.c: (zoom_control_changed_cb):
10629         
10630         Fix update of zoom control (bug 308268).
10631
10632 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10633
10634         * shell/ev-properties.c (set_property): escape the text correctly.
10635         Handles non-UTF-8 properties and escaped properties.  Also, sets
10636         the text to "<i>None</i>" if the property isn't set.
10637
10638         * data/evince-properties.glade: Change the label to be ellipsized,
10639         and give it a minimum size.
10640
10641 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10642
10643         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10644         * shell/ev-sidebar-links.c: (create_loading_model):
10645         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10646         * shell/ev-view.c: (ev_view_set_document):
10647         * shell/ev-window.c: (ev_window_dispose):
10648         
10649         Various small fixes, mostly memory leaks. Thanks to valgrind.
10650
10651 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10652
10653         * ps/ps-document.c: remove the locale.h include again ;-). And
10654         kill the (bogus) setlocale/savelocale business.
10655
10656 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10657
10658         * ps/ps-document.c:
10659         
10660         Include locale.h to fix build
10661         
10662         * shell/ev-sidebar.c:
10663         
10664         Remove unnecessary includes
10665
10666 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10667
10668         * dvi/dvi-document.c: (dvi_document_load):
10669         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10670         * po/POTFILES.in:
10671         
10672         Check for incorrect dvi files. Fix parsing dvi on AMD64
10673         platform. Thanks to tester@tester.ca (Olivier Crete).
10674
10675 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10676
10677         * shell/ev-page-action.c: (match_selected_cb),
10678         (display_completion_text), (match_completion), (update_model):
10679         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10680         (expand_open_links):
10681         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10682         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10683         (ev_sidebar_set_document):
10684         * shell/ev-window.c: (ev_window_xfer_job_cb),
10685         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10686         
10687         Fixed lot's of memory leaks, for example, memory leak on reload, 
10688         described in bug 307793.
10689
10690 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10691
10692         * pdf/ev-poppler.cc:
10693         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10694         (update_visible_range), (adjustment_changed_cb),
10695         (ev_sidebar_thumbnails_fill_model),
10696         (ev_sidebar_thumbnails_refresh),
10697         (ev_sidebar_tree_selection_changed),
10698         (ev_sidebar_icon_selection_changed),
10699         (ev_sidebar_thumbnails_use_icon_view),
10700         (ev_sidebar_thumbnails_set_document):
10701         * shell/ev-sidebar-thumbnails.h:
10702         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10703         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10704
10705         Refresh thumbnails when changing orientation. Not fully
10706         working yet becuase of a sidebar bug.
10707
10708         Set page orientation to poppler page everywhere. This sucks
10709         really need to fix poppler.
10710
10711 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10712
10713         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10714         (egg_recent_view_gtk_new_menu_item),
10715         (egg_recent_view_gtk_set_property),
10716         (egg_recent_view_gtk_get_property),
10717         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10718         (egg_recent_view_gtk_set_tooltip_func),
10719         (egg_recent_view_gtk_set_label_width),
10720         (egg_recent_view_gtk_get_label_width):
10721         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10722
10723         Sync with libegg (ellipsize labels)
10724
10725 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10726
10727         * data/evince-ui.xml:
10728         * shell/ev-window.c: (ev_window_cmd_go_forward),
10729         (ev_window_cmd_go_backward):
10730         
10731         Shift + PageUp moves 10 Pages. Fix for 306125
10732
10733 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10734
10735         * pdf/ev-poppler.cc:
10736
10737         Add a flag to check if orientation has been overriden
10738
10739 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10740
10741         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10742         field if necessary.
10743
10744         * ps/ps.h: add creator field to document.
10745
10746         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10747         set creator field.
10748
10749 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10750
10751         * data/evince-properties.glade:
10752         * shell/ev-properties.c: (ev_properties_set_document):
10753
10754         s/PDF Version/Format
10755
10756 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10757
10758         * shell/ev-properties.c: (ev_properties_set_document):
10759
10760         Remove unnecessary translations
10761
10762 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10763
10764         * cut-n-paste/toolbar-editor/Makefile.am:
10765
10766         Correct library name    
10767
10768 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10769
10770         * configure.ac:
10771         * cut-n-paste/recent-files/egg-recent-model.c:
10772         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10773         (egg_recent_model_unlock_file):
10774         * cut-n-paste/recent-files/egg-recent-util.c:
10775         (egg_recent_util_get_unique_id):
10776         * cut-n-paste/recent-files/update-from-egg.sh:
10777         * cut-n-paste/toolbar-editor/Makefile.am:
10778         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10779         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10780         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10781         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10782         (egg_toolbars_model_get_type):
10783         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10784
10785         Better makefile for toolbar editor and update everything
10786         to latest libegg.
10787
10788 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10789
10790         * shell/ev-window.c: (update_document_mode):
10791
10792         Prefer presentation mode when the document
10793         require fullscreen.
10794
10795 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10796
10797         * data/evince-ui.xml:
10798         * shell/ev-window.c:
10799
10800         Add control-equal for zooming
10801
10802 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10803
10804         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10805
10806 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10807
10808         * backend/ev-document.c: (ev_document_get_orientation):
10809         * backend/ev-document.h:
10810         * pdf/ev-poppler.cc:
10811         * ps/ps-document.c: (ps_document_get_orientation),
10812         (ps_document_set_orientation), (ps_document_document_iface_init):
10813
10814         Add a get_orientation api. Improve set_orientation.
10815
10816         * data/evince-ui.xml:
10817         * shell/ev-view.c: (ev_view_set_orientation),
10818         (ev_view_rotate_right), (ev_view_rotate_left):
10819         * shell/ev-view.h:
10820         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10821         (ev_window_cmd_edit_rotate_right):
10822
10823         Better ui for changing document orientation
10824
10825 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10826
10827         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10828         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10829         * shell/ev-sidebar-links.h:
10830         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10831         (ev_sidebar_page_iface_init):
10832         * shell/ev-sidebar-page.h:
10833         * shell/ev-sidebar-thumbnails.c:
10834         (ev_sidebar_thumbnails_get_property),
10835         (ev_sidebar_thumbnails_class_init),
10836         (ev_sidebar_thumbnails_set_document):
10837         * shell/ev-sidebar-thumbnails.h:
10838         * shell/ev-view.c: (ev_view_motion_notify_event):
10839         * shell/ev-window.c: (update_chrome_visibility),
10840         (ev_window_cmd_focus_page_selector),
10841         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10842         (sidebar_page_main_widget_update_cb), (ev_window_init):
10843         
10844         Autoraise toolbar on GoToPage binding and fix bindings in
10845         EvSidebarThumbnails page.
10846
10847 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10848
10849         * shell/ev-properties.c: (update_progress_label):
10850
10851         Hide the progress label when finished; bug #307697.
10852
10853 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10854
10855         * pdf/ev-poppler.cc:
10856
10857         Enable is_open for links, you will need poppler cvs
10858
10859         * shell/ev-properties.c: (job_fonts_finished_cb):
10860
10861         Get a lock on the document when filling the tree view
10862
10863 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10864
10865         * backend/ev-document-links.h:
10866         * pdf/ev-poppler.cc:
10867         * shell/ev-sidebar-links.c: (create_loading_model),
10868         (expand_open_links), (job_finished_callback):
10869
10870         Expand links when specified by the document.
10871         Depend on a poppler api (defined out for now)
10872
10873 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10874
10875         * shell/ev-properties.c: (ev_properties_dispose),
10876         (ev_properties_class_init), (dialog_destroy_cb),
10877         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10878         (ev_properties_set_document), (ev_properties_new),
10879         (ev_properties_show):
10880         * shell/ev-properties.h:
10881
10882         Make it an object, cleanup the code, api to show it as transient
10883         and to set the document.
10884
10885         * shell/ev-window.c: (ev_window_setup_document),
10886         (ev_window_cmd_file_properties):
10887
10888         Adapt to EvProperties changes, do not show multiple
10889         times, update it when document changes.
10890
10891 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10892
10893         * ps/gstypes.h:
10894         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10895         (ps_document_set_orientation), (ps_document_document_iface_init):
10896         * ps/ps-document.h:
10897
10898         Implement orientation here too
10899
10900         * shell/ev-properties.c: (ev_properties_new):
10901         * data/evince-properties.glade:
10902
10903         Hide the fonts page for backends that doesnt
10904         support it.     
10905
10906 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10907
10908         * backend/ev-document.c: (ev_document_set_orientation):
10909         * backend/ev-document.h:
10910         * pdf/ev-poppler.cc:
10911
10912         Add orientation api. Currently poppler api is not optimal,
10913         we need to set orientation every time we _get a page.
10914         I will try to fix that at some point.
10915
10916         * data/evince-ui.xml:
10917         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10918         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10919
10920         Add orientation menu items
10921
10922         * shell/ev-page-cache.c: (ev_page_cache_clear):
10923         * shell/ev-page-cache.h:
10924
10925         Add api to clear the cache
10926
10927         * shell/ev-view.c: (setup_caches), (clear_caches),
10928         (ev_view_set_document), (ev_view_zoom_out),
10929         (ev_view_set_orientation):
10930         * shell/ev-view.h:
10931
10932         Implement orientation changing
10933
10934 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10935
10936         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10937         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10938         * backend/ev-document-fonts.h:
10939
10940         Separate scan and fill so that we can incrementally fill from
10941         the main thread. Add a progress api.
10942
10943         * data/evince-properties.glade:
10944         * pdf/ev-poppler.cc:
10945         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10946         * shell/ev-jobs.h:
10947         * shell/ev-properties.c: (update_progress_label),
10948         (job_fonts_finished_cb), (setup_fonts_view):
10949
10950         Incrementally feel the list and show the progress
10951         percentage in a label like acrobat does.
10952
10953         You are going to need poppler cvs
10954
10955 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10956
10957         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10958         * backend/ev-document-fonts.h:
10959         * pdf/ev-poppler.cc:
10960
10961         Make fonts model fill incrementally.
10962
10963         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10964         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10965         (ev_job_queue_remove_job):
10966         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10967         (ev_job_fonts_new), (ev_job_fonts_run):
10968         * shell/ev-jobs.h:
10969
10970         New job for fonts scanning
10971
10972         * shell/ev-properties.c: (job_fonts_finished_cb),
10973         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10974         * shell/ev-properties.h:
10975         * shell/ev-window.c: (ev_window_cmd_file_properties):
10976
10977         Incrementally feel the treeview using the new job. Show Loading...
10978         message until scanning is completed.
10979
10980         Hopefully I didnt break the build without the poppler patch.
10981
10982 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10983
10984         * shell/ev-application.c: (ev_application_open):
10985         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10986         (ev_document_type_get_type), (ev_document_type_lookup):
10987         * shell/ev-document-types.h:
10988         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10989         * shell/ev-job-xfer.h:
10990         * shell/ev-window.c: (ev_window_clear_local_uri),
10991         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10992         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10993         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10994         
10995         Transfer remote documents to tmp directory to display them later.
10996
10997 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10998
10999         * backend/ev-document-info.h:
11000         * shell/ev-properties.c: (ev_properties_new):
11001
11002         s/GTime*/GTime. Not sure why we was using a pointer
11003         at all there!
11004
11005 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
11006
11007         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11008         situations.  That situation is that you're using GTK+-HEAD with
11009         the patch at #306726 is applied, and you have a document with <
11010         1500 pages in it.  It's not quite as uniformly nice as the
11011         TreeView, but should be better in the long run.
11012
11013         I'm pretty sure I guarded against breaking compilation with
11014         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11015         I missed some.
11016
11017         * shell/ev-window.c (ev_window_init): We don't have our tree/list
11018         widget yet, so I commented that code out
11019         enable_view_actions_for_widget() for now.  Need to figure this
11020         out.
11021
11022         * shell/ev-page-action.c (match_selected_cb): emit the right
11023         signals.  Our cool C-l completion now works.
11024
11025 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11026
11027         * backend/Makefile.am:
11028         * backend/ev-document-fonts.c:
11029         * backend/ev-document-links.c:
11030         * backend/ev-document.c: (ev_document_load):
11031         * backend/ev-document.h:
11032         * backend/ev-job-queue.c:
11033         * backend/ev-job-queue.h:
11034         * backend/ev-jobs.c:
11035         * backend/ev-jobs.h:
11036         * backend/ev-page-cache.c:
11037         * backend/ev-page-cache.h:
11038
11039         EvPageCache and EvJobs are moved to shell.
11040
11041         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11042         (ev_tmp_filename):
11043         * lib/ev-file-helpers.h:
11044         
11045         New helper to work with temporary files
11046         
11047         * shell/Makefile.am:
11048         * shell/ev-application.c: (ev_application_open):
11049         * shell/ev-application.h:
11050         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11051         (remove_job_from_async_queue), (add_job_to_async_queue),
11052         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11053         (handle_job), (search_for_jobs_unlocked),
11054         (no_jobs_available_unlocked), (ev_render_thread),
11055         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11056         (ev_job_queue_add_job), (move_job_async), (move_job),
11057         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11058         * shell/ev-job-queue.h:
11059         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11060         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11061         * shell/ev-job-xfer.h:
11062         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11063         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11064         (ev_job_links_class_init), (ev_job_render_init),
11065         (ev_job_render_dispose), (ev_job_render_class_init),
11066         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11067         (ev_job_thumbnail_class_init), (ev_job_load_init),
11068         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11069         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11070         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11071         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11072         * shell/ev-jobs.h:
11073         * shell/ev-page-action.c: (ev_page_action_set_document):
11074         * shell/ev-page-cache.c: (ev_page_cache_init),
11075         (ev_page_cache_class_init), (ev_page_cache_finalize),
11076         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11077         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11078         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11079         (ev_page_cache_get_title), (ev_page_cache_get_size),
11080         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11081         (ev_page_cache_get_height_to_page),
11082         (ev_page_cache_get_max_label_chars),
11083         (ev_page_cache_get_page_label),
11084         (ev_page_cache_has_nonnumeric_page_labels),
11085         (ev_page_cache_get_info), (ev_page_cache_next_page),
11086         (ev_page_cache_prev_page), (ev_page_cache_get):
11087         * shell/ev-page-cache.h:
11088         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11089         (ev_pixbuf_cache_clear_job_sizes),
11090         (ev_pixbuf_cache_add_jobs_if_needed),
11091         (ev_pixbuf_cache_set_page_range):
11092         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11093         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11094         * shell/ev-sidebar-thumbnails.c:
11095         (ev_sidebar_tree_selection_changed),
11096         (ev_sidebar_thumbnails_set_document):
11097         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11098         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11099         (ev_statusbar_get_context_id), (ev_statusbar_push),
11100         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11101         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11102         (ev_statusbar_set_progress):
11103         * shell/ev-statusbar.h:
11104         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11105         (ev_view_find_previous):
11106         * shell/ev-window.c: (ev_window_is_empty),
11107         (ev_window_setup_document), (password_dialog_response),
11108         (ev_window_clear_jobs), (ev_window_load_job_cb),
11109         (ev_window_xfer_job_cb), (ev_window_open_uri),
11110         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11111         (ev_window_print), (ev_window_print_range),
11112         (ev_window_state_event), (ev_window_cmd_view_reload),
11113         (menu_item_select_cb), (menu_item_deselect_cb),
11114         (view_status_changed_cb), (ev_window_dispose),
11115         (drag_data_received_cb), (ev_window_init):
11116         * shell/ev-window.h:
11117         * shell/main.c: (load_files):
11118         
11119         New statusbar to show progress on idle. Two new jobs - 
11120         xfer job and load job to load document in background. And update
11121         of page_cache clients to new location of code.
11122
11123 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11124
11125         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11126         selection in open dialog. It also remembers the last visited directory 
11127         in the current session.
11128
11129 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11130
11131         * shell/ev-properties.c: (ev_properties_new):
11132         * shell/ev-properties.h:
11133         * shell/ev-window.c: (ev_window_cmd_file_properties):
11134         
11135         Get document info from page cache instead of document itself.
11136         This should fix crash related to race conditions described in
11137         bug 306545.
11138
11139 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11140
11141         * ps/ps-document.c: (ps_document_init),
11142         (send_ps), (get_page_box), (output), (catchPipe), (input),
11143         (stop_interpreter), (file_length), (file_readable),
11144         (check_filecompressedb), (ps_document_enable_interpreter),
11145         (document_load), (ps_async_renderer_render_pixbuf):
11146         * ps/ps-document.h:
11147
11148         Big cleanup of the ps code
11149
11150 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11151
11152         * backend/Makefile.am:
11153         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11154         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11155         * backend/ev-async-renderer.h:
11156
11157         Add an async renderer interface (method + callback) which
11158         is useful for backends like ps.
11159
11160         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11161         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11162         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11163         (ev_job_queue_add_job), (move_job_async), (move_job),
11164         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11165
11166         Add queues for async renderer, these are executed on the
11167         main thread.
11168
11169         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11170         (ev_job_render_run):
11171         * backend/ev-jobs.h:
11172
11173         If the backend support async renderer interface use it.
11174
11175         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11176         (setup_pixmap), (ps_document_get_type),
11177         (ps_async_renderer_render_pixbuf),
11178         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11179
11180         Implement async renderer interface.
11181
11182 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11183
11184         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11185
11186         Cleanup links job on exit.
11187
11188 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11189
11190         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11191         (drag_data_get_cb), (drag_data_received_cb):
11192         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11193         (drag_data_get_cb), (parse_item_list),
11194         (egg_toolbar_editor_load_actions):
11195         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11196         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11197         (parse_item_list), (parse_toolbars):
11198         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11199         (dvi_pixbuf_put_pixel):
11200         
11201         Fix gcc 4.0 warnings
11202
11203 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11204
11205         * ps/ps-document.c: (start_interpreter):
11206
11207         Fix warning when loading ps
11208
11209 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11210
11211         * ps/ps-document.c: (output):
11212
11213         Fix crash when priting gs error messages.
11214
11215 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11216
11217         * backend/ev-page-cache.c: (_ev_page_cache_new):
11218         * backend/ev-page-cache.h:
11219
11220         Use a const to return title so that we dont double
11221         free it. Small cleanup and fix a leak.
11222
11223         * shell/ev-window.c: (update_window_title):
11224
11225         strdup value from get_title.
11226
11227 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11228
11229         * shell/ev-sidebar-links.c: (job_finished_callback),
11230         (ev_sidebar_links_set_document):
11231
11232         Cleanup the old job when changing document
11233
11234 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11235
11236         * shell/ev-stock-icons.c:
11237         * shell/ev-stock-icons.h:
11238         * shell/ev-window.c:
11239         
11240         Add stock icons for actions that can appear in toolbar. Fix for
11241         bug 306566.
11242
11243 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11244
11245         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11246         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11247         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11248         * backend/ev-page-cache.h:
11249         * shell/ev-view.c: (scroll_to_current_page),
11250         (view_update_range_and_current_page), (get_page_y_offset),
11251         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11252         (ev_view_size_request_continuous),
11253         (ev_view_zoom_for_size_continuous_and_dual_page),
11254         (ev_view_zoom_for_size_continuous):
11255         
11256         More compact EvView layout in document with pages of different size.
11257
11258 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11259
11260         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11261         compilation.
11262
11263 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11264
11265         * shell/ev-view.c: (view_set_adjustment_values):
11266         * shell/ev-window.c: (ev_window_cmd_file_properties):
11267         
11268         A bit different fix for rounding problem but it has no
11269         problems on startup. Make properties window transient to parent.
11270
11271 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11272
11273         * pdf/ev-poppler.cc:
11274         
11275         More commenting of font stuff.
11276
11277 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * pdf/ev-poppler.cc:
11280
11281         Comment out some more fonts stuff. Should really
11282         work without the poppler patch now.
11283
11284 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11285
11286         * pdf/ev-poppler.cc:
11287
11288         Adapt to api change
11289
11290 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11291
11292         * data/evince-properties.glade:
11293         * pdf/ev-poppler.cc:
11294         * shell/ev-properties.c: (setup_fonts_view):
11295
11296         Set the column title. Show the dialog only
11297         once everything is setup.
11298         Getting font info can be very slow... will
11299         prolly need to make this threaded too.
11300
11301 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11302
11303         * backend/Makefile.am:
11304         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11305         (ev_document_fonts_get_fonts_model):
11306         * backend/ev-document-fonts.h:
11307         * data/evince-properties.glade:
11308         * pdf/ev-poppler.cc:
11309         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11310         * shell/ev-properties.h:
11311         * shell/ev-window.c: (ev_window_cmd_file_properties):
11312
11313         Implement fonts list. Defined out for now, since it depends
11314         on a not yet committed poppler patch.
11315
11316 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11317
11318         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11319         page + 1.
11320
11321         * shell/ev-window.c: Make sure we add the timeout when we get a
11322         focus-in event.
11323
11324         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11325         adjustment->value before calculating the zoom factor to average
11326         out all of our rounding errors.  The page no longer 'drifts' when
11327         resizing.
11328
11329 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11330
11331         * data/evince-properties.glade:
11332         * shell/ev-properties.c: (ev_properties_format_date),
11333         (set_property):
11334         
11335         Labels don't expand when the dialogue is resized.
11336         strftime result needs to be converted to UTF-8. Thanks
11337         to Christian Persch <chpe@gnome.org>.
11338
11339 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11340
11341         * data/evince-properties.glade:
11342
11343         Hide the fonts tab
11344
11345 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11346
11347         * backend/ev-document-info.h:
11348         * backend/ev-document.c: (ev_document_info_free):
11349         * data/evince-properties.glade:
11350         * pdf/ev-poppler.cc:
11351         * ps/ps-document.c: (ps_document_get_info):
11352         * shell/ev-properties.c: (ev_properties_format_date),
11353         (set_property), (ev_properties_new):
11354         * shell/ev-properties.h:
11355         * shell/ev-window.c: (ev_window_cmd_file_properties):
11356
11357         Rework properties code to take only EvPropertyInfo
11358         in the constructor so that it can be useful for
11359         nautilus plugin too.
11360
11361         Deal with backends that doesnt support some properties.
11362         Make set property code generic.
11363
11364 2005-06-04  Christian Persch <chpe@gnome.org>
11365
11366         * data/evince-properties.glade:
11367
11368         fix spacings, make resizeable, and make data labels
11369         selectable + ellipsised
11370
11371 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11372
11373         * backend/ev-document-info.h:
11374         * data/Makefile.am:
11375         * data/evince-ui.xml:
11376         * pdf/ev-poppler.cc:
11377         * shell/Makefile.am:
11378         * shell/ev-window.c: (update_action_sensitivity),
11379         (ev_window_cmd_file_properties):
11380
11381         Initial go at file properties. Patch by
11382         Emil Soleyman-Zomalan <emil@soleyman.com>.
11383         Needs love see #169583
11384
11385 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11386
11387         * ps/ps-document.c: (output):
11388         * ps/ps.c: (psscan):
11389
11390         Try to render even if psscan fails.
11391
11392 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11393
11394         * ps/ps.c: (psscan), (pscopydoc):
11395
11396         Port buffered reading code from gv
11397
11398 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11399
11400         * ps/ps-document.c: (interpreter_message), (output):
11401
11402         Do not fail on interpreter messages
11403
11404 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11405
11406         * backend/ev-document-misc.c:
11407         (ev_document_misc_get_thumbnail_frame):
11408
11409         Pages can be 0 x 0, dont assert on this case
11410
11411 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11412
11413         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11414         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11415
11416         Correctly manage our reference on document. Finally the reload
11417         huge leak is gone...
11418
11419 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11420
11421         * ps/ps-document.c: (ps_document_dispose):
11422
11423         Forgot to chain it to the parent. Thanks chpe.
11424
11425 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11426
11427         * ps/ps-document.c: (ps_document_dispose),
11428         (ps_document_class_init), (stop_interpreter), (document_load):
11429
11430         Cleanup dispose a bit. Dont leak the whole pixmap.
11431
11432 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11433
11434         * pdf/ev-poppler.cc:
11435
11436         Release the poppler document on dispose
11437
11438 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11439
11440         * shell/ev-view.c: (ev_view_set_document):
11441
11442         Release ref on the pixbuf cache when changing
11443         document.
11444
11445 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11446
11447         * ps/ps-document.c: (ps_document_get_info):
11448
11449         Fix a double free
11450
11451 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11452
11453         * backend/ev-page-cache.c: (ev_page_cache_init),
11454         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11455         * backend/ev-page-cache.h:
11456         * shell/ev-page-action.c: (page_changed_cb):
11457         
11458         Set page action entry width depending on labels width. Fix
11459         for bug 305202.
11460
11461 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11462
11463         * backend/ev-link.c: (ev_link_class_init):
11464
11465         Allow -1 as page value (error)
11466
11467 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11468
11469         * shell/ev-sidebar-thumbnails.c:
11470         (ev_sidebar_thumbnails_set_document):
11471         * shell/ev-view.c: (scroll_to_current_page),
11472         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11473         (page_changed_cb), (on_adjustment_value_changed),
11474         (ev_view_set_document):
11475
11476         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11477         Fix bug 305377
11478
11479 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11480
11481         * configure.ac:
11482         * djvu/djvu-document.c: (djvu_document_get_page_size):
11483
11484         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11485         bug 301993.
11486
11487 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11488
11489         * shell/ev-view.c (draw_one_page): modify the expose handling to
11490         get the shadows.
11491
11492         * shell/ev-window.c (update_action_sensitivity): Respect
11493         permissions field.  Kowtow to the man.
11494
11495         * pdf/ev-poppler.cc: Get the permissions field.
11496
11497         * tiff/*c: Make a tiny bit more robust.
11498
11499 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11500
11501         * djvu/djvu-document.c:
11502         
11503         Pop messages from djvu context message queue.
11504
11505 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11506
11507         * configure.ac, Makefile.am, shell/Makefile.am:
11508         * tiff/Makefile.am, shell/ev-document-types.c:
11509         
11510         Cleanup tiff configure checks. Fix for bug 305218.
11511
11512 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11513
11514         * configure.ac: Added "uk" to ALL_LINGUAS.
11515
11516 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11517
11518         * cut-n-paste/zoom-control/ephy-zoom.c:
11519         (ephy_zoom_get_changed_zoom_level):
11520         * cut-n-paste/zoom-control/ephy-zoom.h:
11521         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11522         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11523         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11524         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11525         (zoom_control_changed_cb), (ev_window_init):
11526         
11527         Fix minor points related to moving best fit up. Introduce
11528         "zoom" property and make zoom control change it's value on
11529         notify::zoom signals. Fix for 305080.
11530
11531 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11532
11533         * data/evince-ui.xml:
11534         * shell/ev-window.c: (set_view_actions_sensitivity):
11535         
11536         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11537
11538 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11539
11540         * configure.ac:
11541
11542         Depends on poppler 0.3.2
11543
11544 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11545
11546         * cut-n-paste/recent-files/egg-recent-item.c:
11547         (egg_recent_item_get_short_name):
11548         * cut-n-paste/toolbar-editor/Makefile.am:
11549         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11550         (new_pixbuf_from_widget):
11551         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11552         * cut-n-paste/toolbar-editor/egg-marshal.c:
11553         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11554         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11555
11556         Sync
11557
11558 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11559
11560         * tiff/tiff-document.c: Rough TIFF backend.
11561
11562 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11563
11564         * NEWS:
11565         * configure.ac:
11566         * cut-n-paste/toolbar-editor/Makefile.am:
11567
11568         Release 0.3.1
11569
11570 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11571
11572         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11573         (ev_view_find_next), (ev_view_find_previous):
11574
11575         Remove the locks around get_n_results   
11576
11577 2005-05-21  Juerg Billeter  <j@bitron.ch>
11578
11579         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11580
11581         Pass correct number of pages to poppler.
11582
11583 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11584
11585         * configure.ac:
11586         * data/Makefile.am:
11587         * data/evince.desktop.in: 
11588         * data/evince.desktop.in.in:
11589         * po/POTFILES.in:
11590         
11591         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11592
11593 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11594
11595         * shell/ev-view.c: (view_update_adjustments),
11596         (view_set_adjustment_values): cast adjustmen->value to (int)
11597         before using it.  Otherwise, we get off by a pixel in some
11598         situations.
11599
11600         (draw_one_page): Draw the border on expose.
11601
11602 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11603
11604         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11605         adjustment when the mode changes, #304923
11606
11607 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11608
11609         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11610         flickering on resize but still use gdk_window_scroll on
11611         scrolling
11612
11613 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11614
11615         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11616         option, #170458
11617
11618 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11619
11620         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11621         second page on page_changed if possible, #304669
11622
11623 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11624
11625         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11626         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11627
11628 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11629
11630         * .cvsignore:
11631         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11632         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11633         (ev_view_zoom_for_size_presentation),
11634         (ev_view_zoom_for_size_continuous_and_dual_page),
11635         (ev_view_zoom_for_size_continuous),
11636         (ev_view_zoom_for_size_dual_page),
11637         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11638         * shell/ev-view.h:
11639         * shell/ev-window.c: (update_view_size),
11640         (ev_window_sizing_mode_changed_cb):
11641
11642         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11643         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11644         an infinite loop, #304769
11645
11646
11647 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11648
11649         * data/evince-ui.xml:
11650         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11651         * shell/ev-window.c: (set_view_actions_sensitivity):
11652
11653         Make PgUp/Down behave like Space
11654
11655 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11656
11657         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11658         * backend/ev-ps-exporter.h:
11659         * pdf/ev-poppler.cc:
11660         * ps/ps-document.c: (ps_document_ps_export_begin):
11661         * shell/ev-print-job.c: (idle_print_handler):
11662
11663         Adapt to new poppler api
11664
11665 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11666
11667         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11668         (ephy_zoom_control_init):
11669
11670         Translate zoom levels
11671
11672 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11673
11674         * cut-n-paste/zoom-control/ephy-zoom.c:
11675         (ephy_zoom_get_zoom_level_index):
11676
11677         Fix current zoom -> zoom control match
11678
11679 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11680
11681         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11682         rather than the scrolled_window that it's in. Fixes bug #304655.
11683
11684 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11685
11686         * shell/ev-view.c: (view_update_adjustments),
11687         (view_set_adjustment_values), (view_update_range_and_current_page),
11688         (view_scroll_to_page), (set_scroll_adjustment),
11689         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11690         (ev_view_scroll), (ev_view_scroll_view),
11691         (ensure_rectangle_is_visible), (find_page_at_location),
11692         (get_link_at_location), (go_to_link), (status_message_from_link),
11693         (ev_view_size_request_continuous_dual_page),
11694         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11695         (ev_view_unrealize), (ev_view_expose_event),
11696         (ev_view_button_press_event), (ev_view_motion_notify_event),
11697         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11698         (draw_rubberband), (highlight_find_results), (draw_one_page),
11699         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11700         (ev_view_init), (find_changed_cb), (page_changed_cb),
11701         (on_adjustment_value_changed), (ev_view_new),
11702         (ev_view_set_document), (ev_view_set_zoom),
11703         (ev_view_set_continuous), (ev_view_set_dual_page),
11704         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11705         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11706         (ev_view_zoom_for_size_presentation),
11707         (ev_view_zoom_for_size_continuous_dual_page),
11708         (ev_view_zoom_for_size_continuous),
11709         (ev_view_zoom_for_size_dual_page),
11710         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11711         (ev_view_get_status), (ev_view_set_status),
11712         (update_find_status_message), (ev_view_get_find_status),
11713         (ev_view_set_find_status), (jump_to_find_result),
11714         (jump_to_find_page), (compute_selections), (clear_selection),
11715         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11716         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11717         (ev_view_update_primary_selection),
11718         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11719         * shell/ev-view.h:
11720         * shell/ev-window.c: (ev_window_open_page_label),
11721         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11722         (ev_window_init):
11723         * shell/ev-window.h:
11724         * shell/main.c: (load_files):
11725
11726         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11727         when resizing.  Remove the bin_window().  Also, patch from James
11728         Bowes to fix command line page, #300641
11729         
11730 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11731
11732         * data/evince-ui.xml:
11733         * shell/ev-view.c:
11734         * shell/ev-view.h:
11735         * shell/ev-window.c: (update_action_sensitivity):
11736
11737         Get rid of View->Normal Size, it's just confusing
11738
11739 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11740
11741         * backend/ev-document-info.h:
11742         * backend/ev-document.c: (ev_document_info_free): Free the
11743         EvDocumentInfo.
11744
11745         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11746         (clear_range), (add_range), (update_visible_range),
11747         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11748         (ev_sidebar_thumbnails_set_document):
11749         * shell/ev-window.c: (ev_window_setup_document): Only render the
11750         visible thumbnails.  It takes an instant to render, but it uses
11751         much less memory.
11752
11753 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11754
11755         * shell/ev-sidebar-links.c: (popup_menu_cb):
11756
11757         Select first item
11758
11759 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11760
11761         * lib/Makefile.am:
11762         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11763         (button_press_cb), (ev_sidebar_links_construct):
11764
11765         Show the popup menu also on keybindings
11766
11767 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11768
11769         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11770         * shell/ev-window.h:
11771
11772         Expose api to print a range (with dialog). Make private _print use
11773         it.
11774
11775         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11776         (ev_sidebar_links_construct):
11777
11778         Show a print context menu on linkx, it prints the selected
11779         section.
11780
11781 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11782
11783         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11784         button.
11785
11786 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11787
11788         * AUTHORS:
11789
11790         Update
11791
11792         * shell/ev-window.c: (build_comments_string),
11793         (ev_window_cmd_help_about):
11794
11795         Show poppler version/backend and authors
11796
11797 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11798
11799         * cut-n-paste/zoom-control/ephy-zoom.c:
11800         (ephy_zoom_get_zoom_level_index):
11801         * cut-n-paste/zoom-control/ephy-zoom.h:
11802
11803         Move the best fit items at the top of the list
11804
11805 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11806
11807         * shell/ev-marshal.list:
11808         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11809         (activate_cb), (match_selected_cb), (activate_link_cb),
11810         (connect_proxy), (ev_page_action_class_init):
11811         * shell/ev-page-action.h:
11812
11813         Use signals to notify action activation. Hopefully
11814         I did not break completion since I cant test...
11815
11816         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11817         (register_custom_actions):
11818
11819         Connect to page selector actions and also grab focus on
11820         the view when activated.
11821
11822 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11823
11824         * pdf/ev-poppler.cc:
11825         * backend/ev-page-cache.c: make page size calculation consistent
11826         and set it to (int)( width * scale + 0.5).  This makes the weird
11827         line going through the middle of the page go away.
11828
11829         * shell/ev-view.c: move painting the background page after
11830         checking the expose area covers us.
11831
11832 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11833
11834         * data/evince-password.glade:
11835         
11836         Mark labels as not translatable. Fix for bug 302842.
11837
11838 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11839
11840         * configure.ac: Added "es" to ALL_LINGUAS.
11841
11842 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11843
11844         * data/evince-toolbar.xml:
11845         * shell/ev-window.c: (update_action_sensitivity),
11846         (ev_window_setup_document), (ev_window_set_page_mode),
11847         (ev_window_init):
11848
11849         Remove some leftover code from jrb first continous
11850         attempt. Use the new actions, we still need good icons
11851         though...
11852
11853 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11854
11855         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11856
11857         Update label when connecting proxy. Fix a warning with NULL
11858         page_cache.
11859
11860 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11861
11862         * data/evince-ui.xml:
11863         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11864         * shell/ev-page-action.h:
11865         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11866
11867         Add mnemonic for edit toolbar.
11868         ctrl+l focus the page entry.
11869
11870 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11871
11872         * lib/Makefile.am:
11873         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11874         (ev_window_init):
11875         * shell/main.c: (main):
11876
11877         Put the toolbar xml in evince own dot dir
11878
11879 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11880
11881         * shell/ev-window.c: (ev_window_init):
11882
11883         Make the toolbar not removable
11884
11885 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11886
11887         * data/evince-ui.xml:
11888         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11889         * shell/ev-sidebar-links.h:
11890         * shell/ev-sidebar-thumbnails.c:
11891         (ev_sidebar_thumbnails_get_treeview):
11892         * shell/ev-sidebar-thumbnails.h:
11893         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11894         (ev_view_class_init):
11895         * shell/ev-view.h:
11896         * shell/ev-window.c: (update_action_sensitivity),
11897         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11898         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11899         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11900         (ev_window_init):
11901
11902         This is evil... Make space/backspace global accelerators but
11903         enable them only for some widgets (sidebars and view).
11904         I dont like it, but I dont know a better way... :/
11905
11906 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11907
11908         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11909         (ev_page_action_widget_finalize),
11910         (ev_page_action_widget_class_init), (update_page_cache):
11911
11912         Keep a weak reference on proxy->page_cache so that we
11913         dont try to disconnect the signal if the object is already
11914         gone. Maybe there is a better way to cleanup reference handling
11915         in page action though...
11916
11917 2005-05-10  Juerg Billeter  <j@bitron.ch>
11918
11919         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11920         * backend/ev-ps-exporter.h:
11921         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11922         * ps/ps-document.c: (ps_document_ps_export_begin):
11923         
11924         Change api to pass print range to ps_exporter_begin. The pdf backend
11925         requires this information.
11926         
11927         * shell/ev-print-job.c: (idle_print_handler):
11928         
11929         Adapt to api change
11930
11931 2005-05-10  Juerg Billeter  <j@bitron.ch>
11932
11933         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11934         (idle_print_handler)
11935         * shell/ev-window.c: (ev_window_print):
11936
11937         Support printing page range, based on patch by Amaury Jacquot
11938
11939 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11940
11941         * data/evince-toolbar.xml:
11942
11943         Add zoom control to available items
11944
11945 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11946
11947         * shell/ev-window.c: (update_action_sensitivity):
11948
11949         Set slash action insensitive when appropriate
11950
11951 2005-05-10  Christian Persch <chpe@gnome.org>
11952
11953         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11954
11955         Fix warning on the overflow menu
11956
11957 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11958
11959         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11960
11961         Check for uri correctness/existence
11962
11963 2005-05-09  Juerg Billeter  <j@bitron.ch>
11964
11965         * shell/ev-window.c: (using_postscript_printer):
11966
11967         LPD printers use postscript, too
11968
11969 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11970
11971         * shell/ev-window.c: (register_custom_actions):
11972
11973         The zoom one is actually sort of useful,
11974         put it back
11975
11976 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11977
11978         * shell/ev-window.c: (register_custom_actions):
11979
11980         Hide page/zoom controls from overflow, they
11981         are useless.
11982
11983 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11984
11985         * cut-n-paste/update-from-egg.sh:
11986         
11987         Share it between all cut-n-paste subdirs
11988
11989         * cut-n-paste/recent-files/Makefile.am:
11990
11991         Fix to use "global" update-from-egg.sh
11992
11993         * cut-n-paste/recent-files/egg-recent-model.c:
11994         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11995         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11996         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11997         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11998
11999         Update from libegg
12000
12001         * cut-n-paste/toolbar-editor/Makefile.am:
12002
12003         Fix to use "global" update-from-egg.sh
12004
12005         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12006
12007         Update from libegg
12008
12009 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
12010
12011         * configure.ac:
12012         * cut-n-paste/Makefile.am:
12013         * cut-n-paste/recent-files/Makefile.am:
12014         * cut-n-paste/toolbar-editor/.cvsignore:
12015         * cut-n-paste/toolbar-editor/Makefile.am:
12016         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12017         (egg_editable_toolbar_get_type), (get_toolbar_position),
12018         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12019         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12020         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12021         (set_item_drag_source), (create_item_from_action), (create_item),
12022         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12023         (popup_toolbar_context_menu_cb), (free_dragged_item),
12024         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12025         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12026         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12027         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12028         (item_added_cb), (item_removed_cb),
12029         (egg_editable_toolbar_construct),
12030         (egg_editable_toolbar_disconnect_model),
12031         (egg_editable_toolbar_deconstruct),
12032         (egg_editable_toolbar_set_model),
12033         (egg_editable_toolbar_set_ui_manager),
12034         (egg_editable_toolbar_set_property),
12035         (egg_editable_toolbar_get_property),
12036         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12037         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12038         (egg_editable_toolbar_new_with_model),
12039         (egg_editable_toolbar_get_edit_mode),
12040         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12041         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12042         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12043         (new_pixbuf_from_widget), (new_separator_pixbuf),
12044         (update_separator_image), (style_set_cb),
12045         (_egg_editable_toolbar_new_separator_image),
12046         (egg_editable_toolbar_get_model):
12047         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12048         * cut-n-paste/toolbar-editor/egg-marshal.c:
12049         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12050         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12051         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12052         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12053         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12054         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12055         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12056         (editor_drag_data_delete_cb), (drag_data_get_cb),
12057         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12058         (editor_create_item), (update_editor_sheet), (setup_editor),
12059         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12060         (parse_item_list), (model_has_action), (update_actions_list),
12061         (egg_toolbar_editor_load_actions):
12062         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12063         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12064         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12065         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12066         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12067         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12068         (egg_toolbars_model_add_separator), (impl_add_item),
12069         (parse_item_list), (egg_toolbars_model_add_toolbar),
12070         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12071         (impl_get_item_data), (impl_get_item_type),
12072         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12073         (egg_toolbars_model_init), (free_toolbar),
12074         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12075         (egg_toolbars_model_remove_toolbar),
12076         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12077         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12078         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12079         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12080         (egg_toolbars_model_get_item_data),
12081         (egg_toolbars_model_get_item_type):
12082         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12083         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12084         * data/Makefile.am:
12085         * data/evince-toolbar.xml:
12086         * data/evince-ui.xml:
12087         * data/hand-open.png:
12088         * po/POTFILES.in:
12089         * shell/Makefile.am:
12090         * shell/ev-window.c: (update_chrome_visibility),
12091         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12092         (ev_window_dispose), (ev_window_init):
12093
12094         Implement epiphany like toolbar editor. Based on patch by
12095         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12096
12097 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12098
12099         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12100
12101         Use set_cursor instead of set_selection, so that
12102         the keyboard focus moves too.
12103
12104 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12105
12106         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12107
12108         Fix infinite loop when loading Type1 fonts
12109
12110 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12111
12112         * data/evince-ui.xml:
12113         * shell/ev-window.c:
12114
12115         Slash -> Find
12116
12117 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12118
12119         * configure.ac:
12120
12121         Make --disable really disable
12122
12123 2005-05-07  Juerg Billeter  <j@bitron.ch>
12124
12125         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12126
12127         Compare page labels even without has_labels set, fixes setting page
12128         with entry
12129
12130 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12131
12132         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12133         (ev_view_set_cursor), (ev_view_button_press_event),
12134         (ev_view_motion_notify_event), (ev_view_button_release_event),
12135         (ev_view_init):
12136
12137         Implement middle button scrolling. Based on a patch
12138         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12139
12140 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12141
12142         * shell/ev-document-types.c: (get_slow_mime_type),
12143         (get_document_type_from_mime), (ev_document_type_lookup):
12144         * shell/ev-document-types.h:
12145
12146         Change api to lookup from uri. Do fast lookup first, if the
12147         type is unknown try with data sniffing.
12148
12149         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12150         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12151
12152         Adapt to api change
12153
12154 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12155
12156         * thumbnailer/Makefile.am:
12157
12158         Fix distcheck
12159
12160 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12161
12162         * NEWS:
12163         * configure.ac:
12164
12165         Release 0.3.0
12166
12167         * data/evince-ui.xml:
12168
12169         Hide presentation mode for now
12170
12171         * shell/ev-view.c: (highlight_find_results):
12172
12173         Show current find selection only on current page
12174
12175 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12176
12177         * shell/ev-view.c: (ev_view_select_all):
12178
12179         Compute size of the actual page, not of
12180         the current one.
12181
12182 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12183
12184         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12185         (view_rect_to_doc_rect), (compute_selections),
12186         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12187         (ev_view_copy), (ev_view_primary_get_cb),
12188         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12189         (ev_view_button_press_event), (ev_view_motion_notify_event),
12190         (ev_view_button_release_event), (page_changed_cb):
12191
12192         Fix text selection
12193
12194 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12195
12196         * shell/ev-view.c: (compute_border), (get_page_extents),
12197         (doc_rect_to_view_rect), (highlight_find_results),
12198         (ev_view_bin_expose), (ev_view_select_all),
12199         (ev_view_motion_notify_event), (update_find_status_message),
12200         (jump_to_find_result), (jump_to_find_page):
12201
12202         First go at fixing search, still buggy
12203
12204 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12205
12206         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12207         dropdown box and button at the top of the sidebar.
12208
12209 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12210
12211         * configure.ac: Output zoom-control Makefile.
12212         * cut-n-paste/Makefile.am: build zoom-control subdir.
12213         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12214         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12215         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12216         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12217         * cut-n-paste/zoom-control/ephy-zoom.c:
12218         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12219         from epiphany, and modified to add a separator into the menu.
12220         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12221         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12222         zoom-control action.
12223         * shell/Makefile.am: Include zoom-control flags.
12224         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12225         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12226         (ev_view_zoom_for_size_presentation),
12227         (ev_view_zoom_for_size_continuous_and_dual_page),
12228         (ev_view_zoom_for_size_continuous),
12229         (ev_view_zoom_for_size_dual_page),
12230         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12231         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12232         ev_view_get_zoom and ev_view_get_sizing_mode.
12233         * shell/ev-view.h:
12234         * shell/ev-window.c: (update_action_sensitivity),
12235         (update_sizing_buttons), (zoom_control_changed_cb),
12236         (register_custom_actions): Initialize and use the zoom-control 
12237         widget.
12238
12239 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12240
12241         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12242         preview cache back to 1.  Don't know when it got set to 0.
12243         
12244         * shell/ev-view.c: (compute_border), (ev_view_realize),
12245         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12246         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12247         (ev_view_get_fullscreen), (ev_view_set_presentation),
12248         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12249         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12250         * shell/ev-view.h:
12251         * shell/ev-window.c:
12252         (update_chrome_visibility),
12253         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12254         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12255         (update_document_mode), (ev_window_update_fullscreen_action),
12256         (ev_window_fullscreen), (ev_window_unfullscreen),
12257         (ev_window_cmd_view_fullscreen),
12258         (ev_window_update_presentation_action),
12259         (ev_window_run_presentation), (ev_window_stop_presentation),
12260         (ev_window_cmd_view_presentation), (ev_window_state_event),
12261         (ev_window_focus_in_event), (ev_window_focus_out_event),
12262         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12263         * data/evince-ui.xml: Initial presentation mode.  We should
12264         probably hide this until it's done, as it's quite rough.  Also,
12265         change full-screen to fullscreen and add two getters to EvView.
12266
12267 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12268
12269         * shell/ev-page-action.c: (update_page_cache),
12270         (ev_page_action_dispose):
12271         * shell/ev-window.c: (destroy_fullscreen_popup),
12272         (ev_window_create_fullscreen_popup):
12273
12274         Use connect_object rather than explicitly
12275         disconnect on dispose.
12276
12277 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12278
12279         * shell/ev-page-action.c: (update_page_cache),
12280         (ev_page_action_dispose):
12281
12282 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12283
12284         * backend/ev-page-cache.c: (_ev_page_cache_new),
12285         (ev_page_cache_set_page_label),
12286         (ev_page_cache_has_nonnumeric_page_labels):
12287         * backend/ev-page-cache.h:
12288         * shell/ev-page-action.c: (update_pages_label):
12289         
12290         If all page labels are numeric, fallback to default
12291         way to display number of pages. See bug 173185.
12292
12293 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12294
12295         * shell/ev-page-action.c: (ev_page_action_dispose):
12296         * shell/ev-view.c: (view_update_range_and_current_page):
12297         * shell/ev-window.c: (ev_window_dispose):
12298         
12299         Set page on scroll in continuous mode. Fixes bug 301986.
12300         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12301
12302 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12303
12304         * configure.ac:
12305
12306         Require poppler 0.3.0
12307
12308 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12309         
12310         * shell/Makefile.am, configure.ac: Fix build problems
12311         with t1lib. Bug 301996.
12312
12313 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12314
12315         * shell/ev-view.c: (ev_view_scroll_event):
12316         
12317         Scroll up increase zoom
12318
12319 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12320
12321         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12322         (ev_view_set_sizing_mode),
12323         (ev_view_zoom_for_size_continuous_and_dual_page),
12324         (ev_view_zoom_for_size_continuous):
12325         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12326         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12327         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12328         (ev_window_init):
12329
12330         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12331         Fix for 165473 and 165472.
12332
12333 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12334
12335         * po/POTFILES.in:
12336         * thumbnailer/Makefile.am:
12337         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12338         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12339         * thumbnailer/evince-thumbnailer.schemas.in:
12340         
12341         Make thumbnailer schemas translatable. Fix for bug 301773
12342         
12343         * thumbnailer/evince-thumbnailer-djvu.schemas:
12344         * thumbnailer/evince-thumbnailer-dvi.schemas:
12345         * thumbnailer/evince-thumbnailer.schemas:
12346
12347         Removed files
12348
12349 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12350
12351         * shell/ev-view.c (ev_view_init): forgot to set this.
12352
12353 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12354
12355         * shell/ev-view.c: (find_page_at_location),
12356         (get_link_at_location),
12357         (ev_view_set_show_border), (ev_view_set_spacing),
12358         (ev_view_zoom_for_size_continuous_and_dual_page),
12359         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12360         Also, add a quick fix measuring of widths.  Also, removed
12361         ev_view_set_spacing and ev_view_set_show_border.
12362         
12363         * shell/ev-window.c: (ev_window_unfullscreen),
12364         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12365
12366 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12367
12368         * shell/ev-view.c: (view_update_range_and_current_page),
12369         (page_changed_cb):
12370         
12371         Fix crash on exit and scrolling to page in continuous view.
12372
12373 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12374
12375         * TODO:
12376         * backend/ev-page-cache.c: (_ev_page_cache_new),
12377         (ev_page_cache_get_max_width_size),
12378         (ev_page_cache_get_max_height_size):
12379         * backend/ev-page-cache.h:
12380         * data/evince-ui.xml:
12381         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12382         * shell/ev-view.c: (view_update_adjustments),
12383         (view_update_range_and_current_page), (get_bounding_box_size),
12384         (ev_view_size_request_continuous_and_dual_page),
12385         (ev_view_size_request_continuous),
12386         (ev_view_size_request_dual_page),
12387         (ev_view_size_request_single_page), (ev_view_size_request),
12388         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12389         (ev_view_bin_expose), (ev_view_expose_event),
12390         (ev_view_set_property), (ev_view_get_property),
12391         (ev_view_class_init), (ev_view_init), (ev_view_new),
12392         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12393         (ev_view_set_dual_page), (ev_view_set_full_screen),
12394         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12395         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12396         (ev_view_zoom_out), (zoom_for_size_fit_width),
12397         (zoom_for_size_best_fit),
12398         (ev_view_zoom_for_size_continuous_and_dual_page),
12399         (ev_view_zoom_for_size_continuous),
12400         (ev_view_zoom_for_size_dual_page),
12401         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12402         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12403         * shell/ev-view.h:
12404         * shell/ev-window.c: (update_action_sensitivity),
12405         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12406         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12407         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12408         (ev_window_cmd_view_zoom_out), (update_view_size),
12409         (ev_window_set_sizing_mode), (ev_window_init):
12410
12411         Add Continuous and Dual page modes.
12412
12413 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12414
12415         * dvi/dvi-document.c: (dvi_document_load),
12416         (dvi_document_thumbnails_get_thumbnail),
12417         (dvi_document_init_params): Fix up some mixups between
12418         width and height to correct thumbnail rendering.
12419
12420 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12421
12422         * dvi/mdvi-lib/private.h:
12423         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12424         
12425         Suppess output for kpathsea during font generation. Thanks to
12426         James Bowes
12427
12428 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12429
12430         * NEWS:
12431         * configure.ac:
12432
12433         Release 0.2.1
12434
12435         * Makefile.am: fix distcheck.
12436
12437 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12438
12439         * shell/ev-sidebar-links.c: (selection_changed_callback),
12440         (update_page_callback), (row_activated_callback),
12441         (job_finished_callback), (ev_sidebar_links_set_document):
12442         
12443         Fix for bug #169901. Double click on links expands tree.
12444
12445 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12446
12447         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12448         hard-coded style. Fix for bug 170111
12449
12450 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12451
12452         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12453         locking.
12454
12455 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12456
12457         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12458
12459 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12460
12461         * pdf/ev-poppler.cc:
12462         * shell/ev-view.c: (highlight_find_results):
12463
12464         Fix find on single page documents
12465
12466 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12467
12468         * data/evince.schemas.in: fix for bug 301390
12469
12470 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12471
12472         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12473         (ev_view_zoom_out), (ev_view_zoom_normal):
12474         * shell/ev-view.h:
12475         * shell/ev-window.c: (update_action_sensitivity),
12476         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12477         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12478         (ev_window_cmd_view_normal_size):
12479
12480         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12481         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12482         better than oom. 
12483
12484 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12485
12486         * configure.ac:
12487
12488         Depend on 2.57, 2.59 doesnt seem to be necessary
12489
12490 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12491
12492         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12493         (create_tool_item):
12494
12495         Put back total number of pages as (1 of 1234)
12496
12497 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12498
12499         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12500         remove the job.
12501
12502         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12503         function.  This helps debugging.
12504
12505 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12506
12507         * djvu/djvu-document.c: (djvu_document_class_init),
12508         (djvu_document_get_info), (djvu_document_document_iface_init):
12509         * dvi/dvi-document.c: (dvi_document_class_init),
12510         (dvi_document_get_info), (dvi_document_document_iface_init):
12511
12512         Dummy implementation of get_info method for dvi and
12513         djvu. Fix crashes with those backends
12514
12515 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12516
12517         * data/evince.desktop.in:
12518
12519         Add application/x-gzpostscript
12520
12521 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12522
12523         * data/evince.schemas.in: Added real long descriptions, 
12524         closes bug 172496 
12525
12526         * README: Added actual text, closes bug 171869
12527
12528 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12529
12530         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12531
12532         Thumbnail page 0
12533
12534 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12535
12536         * backend/ev-document-info.h:
12537
12538         s/GDate */GDate so we can just use g_free
12539
12540 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12541
12542         * shell/ev-window.c: (update_document_mode),
12543         (ev_window_setup_document):
12544
12545         Show the window in fullscreen when specified by
12546         the document
12547
12548 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12549
12550         * backend/ev-document.c: (ev_document_class_init),
12551         (ev_document_get_info), (ev_document_render_pixbuf):
12552         * backend/ev-document.h:
12553         * backend/ev-page-cache.c: (_ev_page_cache_new):
12554         * pdf/ev-poppler.cc:
12555         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12556         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12557         * ps/ps-document.c: (ps_document_class_init), (document_load),
12558         (ps_document_get_info), (ps_document_document_iface_init):
12559
12560         Remove get_title from the interface, we can just use document info
12561
12562 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12563
12564         * backend/Makefile.am:
12565         * backend/ev-document.c: (ev_document_render_get_info):
12566         * backend/ev-document.h:
12567         * pdf/ev-poppler.cc:
12568
12569         Initial support for document info. Based on jrb patch.
12570
12571 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12572
12573         * shell/ev-window.c: (ev_window_state_event),
12574         (ev_window_class_init), (ev_window_init):
12575         
12576         Doesn't show resize grip when maximized. See bug #301053
12577
12578 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12579
12580         * po/POTFILES.in:
12581         
12582         ev-sidebar-thumbnails now has translatable labels
12583         
12584         * shell/Makefile.am:
12585         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12586         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12587         (ev_sidebar_links_page_iface_init):
12588         * shell/ev-sidebar-links.h:
12589         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12590         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12591         (ev_sidebar_page_get_label):
12592         * shell/ev-sidebar-page.h:
12593         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12594         (ev_sidebar_thumbnails_set_document),
12595         (ev_sidebar_thumbnails_support_document),
12596         (ev_sidebar_thumbnails_get_label),
12597         (ev_sidebar_thumbnails_page_iface_init):
12598         * shell/ev-sidebar-thumbnails.h:
12599         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12600         (ev_sidebar_set_document):
12601         * shell/ev-sidebar.h:
12602         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12603         
12604         Small rework of sidebar code. Now sidebar pages should implement
12605         EvSidebarPage interface. That makes page management in EvSidebar
12606         easier. See bug #164811 for details
12607
12608 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12609
12610         * shell/ev-application.c: (ev_application_open):
12611         * shell/ev-document-types.c:
12612         
12613         Fix build error and small problem with application exit
12614
12615 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12616
12617         * thumbnailer/Makefile.am:
12618         * thumbnailer/evince-thumbnailer-djvu.schemas:
12619         * thumbnailer/evince-thumbnailer-dvi.schemas:
12620         
12621         Conditionally install schemas for djvu/dvi thumbnailer
12622
12623 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12624
12625         * shell/ev-document-types.h: 
12626         * shell/ev-document-types.c: 
12627         New files, handling the mapping from mimetypes to backends
12628         
12629         * shell/ev-window.c: 
12630         * thumbnailer/evince-thumbnailer.c:     
12631         Use the ev-document-types code
12632         
12633         * shell/Makefile.am: 
12634         Added new convenience library libevbackendfactory_la, containing
12635         the new mimetype->backend logic; moved the backends into it.
12636
12637         * thumbnailer/Makefile.am:
12638         Make the thumbnailer link with the libevbackend.la convenience
12639         library, rather than having a duplicate of the backend logic here.
12640
12641 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12642
12643         * shell/ev-stock-icons.c: constify some vars.
12644         * shell/ev-window.c: ditto.
12645
12646 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12647
12648         * ps/ps-document.c (get_page_orientation):
12649
12650         Respect document orientation 
12651
12652 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12653
12654         * djvu/Makefile.am:
12655         * dvi/Makefile.am:
12656         * shell/Makefile.am:
12657         
12658         Move library dependencies to components.
12659         
12660         * shell/ev-window.c: (update_window_title),
12661         (start_loading_document):
12662         
12663         Fix display of uris with spaces. Bug 168358.
12664
12665 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12666
12667         * shell/ev-sidebar-links.c: (selection_changed_cb):
12668         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12669         (ev_view_button_release_event), (ev_view_set_document):
12670         * shell/ev-view.h:
12671         * shell/ev-window.c: (find_bar_search_changed_cb):
12672         * shell/ev-window.h: Minor cleanups removing some dead code.
12673
12674 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12675
12676         * backend/ev-page-cache.c: (_ev_page_cache_new):
12677         
12678         Set current page to 0 if document has pages.
12679
12680 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12681
12682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12683
12684         Initialize GError to NULL, fix a crash when loading fails.
12685
12686 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12687
12688         * shell/ev-window.c: (update_view_size):
12689
12690         Calculate shadow size only when there is actually
12691         a shadow.
12692
12693 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12694
12695         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12696         * shell/ev-view.h:
12697
12698         Allow setting view spacing, default to 0
12699
12700         * shell/ev-window.c: (ev_window_unfullscreen),
12701         (ev_window_cmd_view_fullscreen), (ev_window_init):
12702
12703         Remove spacing in fullscreen mode
12704
12705 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12706
12707         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12708         (ev_view_size_request), (expose_bin_window),
12709         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12710         * shell/ev-view.h:
12711         * shell/ev-window.c: (ev_window_unfullscreen),
12712         (ev_window_cmd_view_fullscreen):
12713
12714         Do not draw the border in fulscreen
12715
12716 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12717
12718         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12719         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12720         (find_page_at_location), (page_changed_cb):
12721
12722         Rework border calculation, so that I can more easily disable it.
12723         Code somewhat cleaner too.
12724
12725 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12726
12727         * backend/ev-page-cache.c: (ev_page_cache_init),
12728         (_ev_page_cache_new):
12729
12730         Remove some assertions, documents can have 0 pages.
12731         Make initial current page -1.
12732
12733         * shell/ev-page-action.c: (page_changed_cb):
12734
12735         Show "" if current page is -1
12736
12737         * shell/ev-window.c: (update_action_sensitivity),
12738         (ev_window_setup_document):
12739
12740         When document has 0 pages do not set the view
12741         and make nearly everything insensitive.
12742
12743 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12744
12745         * shell/ev-page-view.c:
12746         * shell/ev-page-view.h:
12747
12748         Remove unused files.
12749         
12750         * shell/ev-sidebar-thumbnails.c:
12751         (ev_sidebar_thumbnails_set_document):
12752         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12753         (ev_sidebar_supports_document):
12754         * shell/ev-sidebar.h:
12755         * shell/ev-window.c: (ev_window_setup_document):
12756         
12757         Doesn't show thumbnails if document has 1 page. Make
12758         sidebar menu entries sensitive only if if they have 
12759         sense. Fix bug 164811. 
12760
12761 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12762
12763         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12764         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12765         (ev_view_zoom_out), (ev_view_set_size):
12766
12767         Rework sizing to deal with documents with not uniform page
12768         size.
12769
12770 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12771
12772         * backend/ev-page-cache.c: (_ev_page_cache_new):
12773
12774         Fix several page size caching bugs
12775
12776 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12777
12778         * shell/ev-window.c: (set_action_properties):
12779
12780         Make all toolbar items translatable
12781
12782 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12783
12784         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12785         (save_page_list), (ps_document_save),
12786         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12787         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12788         (ps_document_ps_exporter_iface_init):
12789         * ps/ps-document.h:
12790
12791         Based on a patch by J�rg Billeter <j@bitron.ch>
12792         
12793         Implement print and save a copy for the ps backend.
12794
12795 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12796
12797         * backend/ev-document.h:
12798         * djvu/djvu-document.c: (djvu_document_can_get_text),
12799         (djvu_document_document_iface_init):
12800         * dvi/dvi-document.c: (dvi_document_can_get_text),
12801         (dvi_document_document_iface_init):
12802         * pdf/ev-poppler.cc:
12803         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12804         (pixbuf_document_document_iface_init):
12805         * ps/ps-document.c: (ps_document_can_get_text),
12806         (ps_document_document_iface_init):
12807         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12808         * shell/ev-window.c: (update_action_sensitivity):
12809
12810         Fix the crash when trying to copy in backends that doesnt
12811         support it. We can implement a better solution once we
12812         do real text selection.
12813
12814 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12815
12816         * data/evince-ui.xml:
12817         * shell/ev-window.c: (ev_window_cmd_escape):
12818         
12819         Work around the Escape conflict (find bar and unfullscreen)
12820
12821 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12822
12823         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12824         
12825         Fix for #300233. Next page correctly handles document end.
12826         
12827         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12828         (ev_sidebar_thumbnails_class_init),
12829         (ev_sidebar_thumbnails_set_document),
12830         (ev_sidebar_thumbnails_clear_job),
12831         (ev_sidebar_thumbnails_clear_model):
12832         
12833         Cleanup thumbnail jobs on document changes.
12834         
12835         * shell/ev-view.c: (add_scroll_binding_keypad),
12836         (add_scroll_binding_shifted), (ev_view_class_init):
12837         
12838         Shift + Space scrolls up. Fix for #173184
12839         
12840         * shell/ev-window.c: (ev_window_open_page),
12841         (ev_window_cmd_view_reload):
12842         
12843         Fix reload (Bug #300094)
12844
12845 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12846
12847         
12848         * dvi/mdvi-lib/assoc.c:
12849         * dvi/mdvi-lib/assoc.h: Removed garbage files
12850         
12851         * dvi/mdvi-lib/bitmap.c:
12852         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12853         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12854         * dvi/mdvi-lib/color.h: Antialias of rules
12855         
12856         * dvi/mdvi-lib/common.h:
12857         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12858         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12859         * dvi/mdvi-lib/files.c:
12860         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12861         * dvi/mdvi-lib/mdvi.h:
12862         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12863         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12864         * dvi/mdvi-lib/util.c: Fix compile warnings
12865         
12866         * dvi/dvi-document.c:
12867         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12868         (dvi_document_thumbnails_get_thumbnail),
12869         (dvi_document_document_thumbnails_iface_init):
12870         * dvi/mdvi-lib/Makefile.am:
12871         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12872         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12873         
12874         Dvi backend now renders thumbnails
12875
12876 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12877
12878         * shell/main.c: (main): 
12879         
12880         Save accelerators on exit. Fixes bug #172095.
12881
12882 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12883
12884         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12885         update priority" comment.
12886
12887         * backend/ev-job-queue.c: Give a way to change priority.
12888
12889 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12890
12891         * shell/ev-page-action.c: Fix logic.
12892
12893 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12894
12895         * shell/ev-view.c: (ev_view_can_find_next):
12896         * shell/ev-window.c: (ev_window_setup_document):
12897
12898         Check that the document supports find
12899
12900 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12901
12902         * data/evince-ui.xml:
12903         * shell/ev-view.c: (ev_view_can_find_next):
12904         * shell/ev-view.h:
12905         * shell/ev-window.c: (update_action_sensitivity),
12906         (find_changed_cb), (ev_window_setup_document),
12907         (ev_window_cmd_edit_find_next):
12908
12909         Add Edit->Find Next
12910
12911 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12912
12913         * pdf/ev-poppler.cc:
12914         * shell/ev-print-job.c: (idle_print_handler):
12915
12916         Make printing work again
12917
12918 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12919
12920         * shell/ev-page-action.h:
12921         * shell/ev-page-action.c: (ev_page_action_widget_init),
12922         (ev_page_action_widget_class_init), (page_changed_cb),
12923         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12924         (get_filter_model_from_model), (match_selected_cb),
12925         (display_completion_text), (match_completion), (update_model),
12926         (connect_proxy), (ev_page_action_set_property),
12927         (ev_page_action_get_property), (ev_page_action_set_document),
12928         (ev_page_action_set_model), (ev_page_action_class_init): Big
12929         reworking to make completions work iff we have >= GTK-2.7.0
12930                 
12931         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12932         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12933         (job_finished_cb): We now have a 'model' property that is set when
12934         the links are loaded.  This can be caught with "notify::model"
12935
12936         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12937         listen for the model to be set, and propagate it to the action.
12938
12939 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12940
12941         * cut-n-paste/recent-files/egg-recent-item.c:
12942         (egg_recent_item_set_uri), (make_valid_utf8),
12943         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12944         * cut-n-paste/recent-files/egg-recent-item.h:
12945         
12946         Update egg-recent from libegg. This should fix long
12947         startup problem. For details see
12948         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12949
12950 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12951
12952         * cut-n-paste/recent-files/Makefile.am:
12953         * data/evince-ui.xml, shell/Makefile.am:
12954         * shell/ev-application.c, shell/ev-application.h:
12955         * shell/ev-window.c: Recent files support.
12956         
12957         * configure.ac: Added "ru" to ALL_LINGUAS.
12958         
12959         * dvju: new backend to support DJVU files.
12960         * dvi: new backend to support DVI.
12961
12962         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12963         * ev-application.c: Support for new backends.
12964         
12965         * help, ev-window.c, main.c shell/Makefile.am: 
12966         Evince user documentation.
12967
12968 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12969
12970         * po/POTFILES.in:
12971         * shell/ev-window.c:
12972         * thumbnailer/evince-thumbnailer.c:
12973
12974         s/pdf-document/ev-poppler
12975
12976 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12977
12978         * NEWS:
12979         * configure.ac:
12980
12981         Release 0.2.0
12982
12983         * ps/ps-document.c: (setup_pixmap):
12984
12985         Remove debug code
12986
12987 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12988
12989         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12990         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12991         (ev_window_cmd_go_first_page): Fix of by one errors.
12992
12993 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12994
12995         * ps/ps-document.c: (get_page_box):
12996
12997         Fix page size calculation
12998
12999 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13000
13001         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13002         (ps_document_cleanup), (setup_pixmap), (get_page_box),
13003         (get_page_orientation), (setup_page), (document_load),
13004         (ps_document_get_page_size), (render_pixbuf_idle):
13005         * ps/ps-document.h:
13006
13007         More refactoring to adapt to EvDocument changes
13008
13009 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13010
13011         * ps/ps-document.c: (start_interpreter):
13012
13013         Actually add alpha args
13014
13015 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13016
13017         * pdf/ev-poppler.cc:
13018
13019         Make clipboard work again
13020
13021 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
13022
13023         Make searching work again.
13024         
13025         * backend/ev-document.c:
13026         * backend/ev-document.h:
13027         * backend/ev-document-find.c:
13028         * backend/ev-document-find.h: Change EvDocumentIface so we no
13029         longer store the current page or zoom level in the document.  The
13030         consequence is that all calls that operate on the current page now
13031         instead take the page number as an extra argument, and all
13032         coordinates are now doubles in document coordinate system.
13033
13034         * pdf/ev-poppler.cc:
13035         * pixbuf/pixbuf-document.c:
13036         * ps/ps-document.c: Update backends accordingly.
13037
13038 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13039
13040         * autogen.sh:
13041
13042         Add required gettext version
13043
13044 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13045
13046         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13047         make F1 bring up non-existent help.
13048
13049         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13050         epiphany's find bar, #167477
13051
13052         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13053         <emil@nishra.com> to add space-bar scrolling, 
13054
13055         * shell/ev-window.c (static GtkActionEntry entries): add default
13056         keybinding for Help (F1)
13057         Fixes #171068
13058
13059         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13060         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13061         170110
13062
13063 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13064
13065         * Makefile.am: 
13066         * pixbuf/pixbuf-document.c: 
13067
13068         Got pixbuf backend working again
13069
13070 2005-04-01  Steve Murphy  <murf@e-tools.com>
13071
13072         * configure.in: Added "rw" to ALL_LINGUAS.
13073
13074 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13075
13076         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13077         model types, noticed by Martin Kretzschmar.
13078
13079 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13080
13081         * pdf/ev-poppler.cc: Implement search based on
13082         poppler_page_find_text().  Currently a bit crude since we remember
13083         all matches from all pages.  Also, we grab the big document lock
13084         when we search since searching changes the underlying stream and
13085         thus conflicts with the rendering thread.
13086         
13087         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13088         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13089         (ev_view_find_previous): Fix some page indexes to be 0 based,
13090         offset rubber band by view offset,
13091
13092 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13093
13094         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13095
13096 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13097
13098         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13099         completely because I didn't understand GtkActions.  I should
13100         read Marco's code more carefully in the future.
13101
13102         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13103         function
13104
13105 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13106
13107         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13108         PopplerRectangle change from poppler CVS.
13109
13110 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13111
13112         * backend/ev-document.c: (ev_document_get_page_label):
13113         * backend/ev-document.h:
13114         * backend/ev-page-cache.c: (_ev_page_cache_new),
13115         (ev_page_cache_get_page_label):
13116         * backend/ev-page-cache.h:
13117         * pdf/ev-poppler.cc:
13118         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13119         (links_page_num_func):
13120         * shell/ev-sidebar-thumbnails.c:
13121         (ev_sidebar_thumbnails_set_document):
13122         * shell/ev-view.c: (status_message_from_link),
13123         (ev_view_motion_notify_event):
13124         * shell/ev-window.c: (document_supports_sidebar): Add in page
13125         label support.  It's not perfect yet, but it's the first 'feature'
13126         in a while.
13127         Also, fix a bogus comment noticed by crispin. 
13128
13129 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13130
13131         * Makefile.am: Remove pixbuf backend for now
13132
13133         * configure.ac: Require poppler-glib instead of just poppler.
13134
13135         * backend/ev-document-thumbnails.h: Add a comment
13136
13137         * backend/ev-document.h:
13138         * backend/ev-document.c: (ev_document_class_init),
13139         (ev_document_load), (ev_document_get_link),
13140         (ev_document_get_links): Remove 3 methods and add get_links.
13141         Also, made 0 based.
13142
13143         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13144         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13145
13146         * backend/ev-link.c: (ev_link_set_title),
13147         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13148         (ev_link_mapping_find):
13149         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13150         
13151         * backend/ev-page-cache.c: (ev_page_cache_init),
13152         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13153         (ev_page_cache_get_size), (ev_page_cache_next_page),
13154         (ev_page_cache_prev_page): Fix to be 0 based.
13155
13156         * pdf/Makefile.am: 
13157         * pdf/ev-poppler.h:
13158         * pdf/ev-poppler.cc: New backend.
13159         
13160         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13161         (ps_document_get_page), (ps_document_document_iface_init):
13162
13163         * shell/ev-pixbuf-cache.h:
13164         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13165         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13166         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13167         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13168         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13169         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13170         based.
13171         
13172         * shell/ev-sidebar-thumbnails.c:
13173         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13174         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13175
13176         * shell/ev-view.c: (status_message_from_link),
13177         (find_page_at_location), (get_link_at_location),
13178         (ev_view_motion_notify_event), (ev_view_button_release_event),
13179         (ev_view_init): Use the new link code.  Fix to be 0 based.
13180
13181         * shell/ev-window.c: (update_action_sensitivity),
13182         (document_supports_sidebar): 0 based.
13183
13184 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13185
13186         * pdf/pdf-document.cc: Patch from Fernando Herrera
13187         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13188         *blush*
13189
13190 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13191
13192         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13193         1 to the page, as this seems to be 1 based.  I thought we has this
13194         fixed.  grump.
13195
13196 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13197
13198         * TODO:
13199         * backend/Makefile.am:
13200         * backend/ev-document-links.c:
13201         (ev_document_links_has_document_links),
13202         (ev_document_links_get_links_model):
13203         * backend/ev-document-links.h:
13204         * backend/ev-document.c: (ev_document_get_page_cache),
13205         (ev_document_get_doc_mutex), (ev_document_load),
13206         (ev_document_save), (ev_document_get_title),
13207         (ev_document_get_n_pages), (ev_document_set_page),
13208         (ev_document_get_page), (ev_document_set_target),
13209         (ev_document_set_scale), (ev_document_set_page_offset),
13210         (ev_document_get_page_size), (ev_document_get_text),
13211         (ev_document_get_link), (ev_document_render),
13212         (ev_document_render_pixbuf), (ev_document_scale_changed):
13213         * backend/ev-document.h:
13214         * backend/ev-job-queue.c: (remove_object_from_queue),
13215         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13216         (no_jobs_available_unlocked), (ev_render_thread),
13217         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13218         (ev_job_queue_remove_job):
13219         * backend/ev-job-queue.h:
13220         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13221         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13222         (ev_job_links_class_init), (ev_job_render_init),
13223         (ev_job_render_dispose), (ev_job_render_class_init),
13224         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13225         (ev_job_thumbnail_class_init), (ev_job_finished),
13226         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13227         (ev_job_render_run), (ev_job_thumbnail_new),
13228         (ev_job_thumbnail_run):
13229         * backend/ev-jobs.h:
13230         * backend/ev-link.c:
13231         * backend/ev-link.h:
13232         * backend/ev-page-cache.c: (ev_page_cache_init),
13233         (ev_page_cache_class_init), (ev_page_cache_finalize),
13234         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13235         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13236         (ev_page_cache_set_link), (ev_page_cache_get_title),
13237         (ev_page_cache_get_size), (ev_page_cache_next_page),
13238         (ev_page_cache_prev_page):
13239         * backend/ev-page-cache.h:
13240         * pdf/pdf-document.cc:
13241         * ps/gsdefaults.c:
13242         * ps/gsdefaults.h:
13243         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13244         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13245         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13246         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13247         (is_interpreter_ready), (output), (catchPipe), (input),
13248         (start_interpreter), (check_filecompressed), (compute_dimensions),
13249         (ps_document_enable_interpreter), (document_load),
13250         (ps_document_next_page), (render_page), (ps_document_set_page),
13251         (ps_document_set_scale), (render_pixbuf_idle),
13252         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13253         * ps/ps-document.h:
13254         * shell/Makefile.am:
13255         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13256         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13257         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13258         (ev_pixbuf_cache_new), (job_finished_cb),
13259         (check_job_size_and_unref), (move_one_job),
13260         (ev_pixbuf_cache_update_range), (find_job_cache),
13261         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13262         (ev_pixbuf_cache_add_jobs_if_needed),
13263         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13264         * shell/ev-pixbuf-cache.h:
13265         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13266         (idle_print_handler):
13267         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13268         (selection_changed_cb), (create_loading_model),
13269         (ev_sidebar_links_construct), (links_page_num_func),
13270         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13271         (update_page_callback), (job_finished_cb),
13272         (ev_sidebar_links_set_document):
13273         * shell/ev-sidebar-thumbnails.c:
13274         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13275         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13276         (page_changed_cb), (thumbnail_job_completed_callback),
13277         (ev_sidebar_thumbnails_set_document):
13278         * shell/ev-sidebar-thumbnails.h:
13279         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13280         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13281         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13282         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13283         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13284         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13285         (ev_view_button_release_event), (ev_view_scroll_view),
13286         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13287         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13288         (ev_view_new), (job_finished_cb), (page_changed_cb),
13289         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13290         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13291         (ev_view_find_previous):
13292         * shell/ev-view.h:
13293         * shell/ev-window.c: (update_action_sensitivity),
13294         (ev_window_open_page), (update_window_title), (update_total_pages),
13295         (page_changed_cb), (ev_window_setup_document),
13296         (password_dialog_response), (ev_window_cmd_save_as),
13297         (ev_window_print), (ev_window_cmd_go_previous_page),
13298         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13299         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13300         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13301         * shell/main.c: (main):
13302
13303         Merge evince-threads branch
13304
13305 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13306
13307         * configure.ac: Added "lt" to ALL_LINGUAS.
13308
13309 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13310
13311         * NEWS:
13312         * configure.ac:
13313
13314         Release 0.1.9
13315
13316 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13317
13318         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13319
13320         Fix here also the thumbnails 1-basedness :)
13321
13322 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * NEWS:
13325         * configure.ac:
13326
13327         Release 0.1.8
13328
13329 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * pdf/pdf-document.cc:
13332         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13333         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13334
13335         Fix the mess we did with thumbnails and 1-basedness
13336
13337 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13338
13339         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13340
13341 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13342
13343         * NEWS:
13344         * configure.ac:
13345
13346         Release 0.1.7
13347
13348 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * ps/Makefile.am:
13351         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13352         (gtk_gs_defaults_get_alpha_parameters),
13353         (gtk_gs_defaults_get_ungzip_cmd),
13354         (gtk_gs_defaults_get_unbzip2_cmd):
13355         * ps/gsdefaults.h:
13356         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13357         (ps_document_get_orientation), (document_load),
13358         (ps_document_goto_page), (ps_document_set_page_size):
13359         * ps/ps-document.h:
13360
13361         Some more sanitization of the ps backend. Remove a lot
13362         of unused code and do not base our defaults on ggv
13363         preferences (ugh!)
13364
13365 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13366
13367         * thumbnailer/evince-thumbnailer.schemas:
13368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13369         (main): add -s option for thumbnail size.
13370
13371 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13372
13373         * configure.ac:
13374
13375         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13376         remove it.
13377
13378 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * pdf/pdf-document.cc:
13381
13382         Remove 4 pixels of useless border from the
13383         thumbnail.
13384
13385 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * backend/ev-document-thumbnails.c:
13388         (ev_document_thumbnails_get_thumbnail):
13389         * backend/ev-document-thumbnails.h:
13390
13391         Rework API a bit. Add a border flag and
13392         change sizing logic (now the size we specify
13393         applies to the bigger dimension).
13394
13395         * pdf/pdf-document.cc:
13396         * pixbuf/pixbuf-document.c:
13397         (pixbuf_document_thumbnails_get_thumbnail):
13398         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13399         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13400
13401         Adapt to the new API and do not draw a border for nautilus
13402         thumbnailer.
13403
13404 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13405
13406         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13407         take thumbnails from page "0" instead of "1". Added a copyright header.
13408
13409 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13410
13411         * ps/ps-document.c: (set_up_page), (start_interpreter):
13412
13413         Make it C89 compliant
13414
13415 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * Makefile.am:
13418         * configure.ac:
13419         * pdf/.cvsignore:
13420         * pdf/pdf-document.cc:
13421         * thumbnailer/Makefile.am:
13422         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13423         (main):
13424         * thumbnailer/evince-thumbnailer.schemas:
13425         * thumbnailer/pdf-icon.png:
13426
13427         Add a nautilus thumbnailer.
13428         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13429
13430 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * NEWS:
13433         * configure.ac:
13434         * po/POTFILES.in:
13435
13436         Release 0.1.6
13437
13438 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13439
13440         Use poppler instead of including xpdf source code.  Poppler is a
13441         fork of xpdf to build it as a shared library. See
13442         http://freedesktop.org/wiki/Software/poppler.
13443
13444         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13445         xpdf fork.
13446         
13447         * pdf/Makefile.am: Build libpdfdocument.a here.
13448         
13449         * pdf/GDKSplashOutputDev.cc:
13450         * pdf/GDKSplashOutputDev.h:
13451         * pdf/GnomeVFSStream.cc:
13452         * pdf/GnomeVFSStream.h:
13453         * pdf-document.cc:
13454         * pdf-document.h:
13455         * test-gdk-output-dev.cc
13456         * Thumb.cc:
13457         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13458         against poppler.
13459
13460 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13463
13464         Clear idle stack before unsetting the document
13465
13466 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13467
13468         * ps/ps-document.c: (ps_document_widget_event),
13469         (ps_document_set_target), (ps_document_finalize),
13470         (ps_document_get_page):
13471
13472         Disconnect the widget event signal on finalize.
13473         Some code cleanups.
13474
13475 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13476
13477         * ps/ps-document.c: (set_up_page):
13478
13479         If there is no bpixmap create one, even if size
13480         is not changed.
13481
13482 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13483
13484         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13485         (set_up_page), (document_load), (ps_document_set_zoom):
13486
13487         Default page is 0. Calculate size even when we have no
13488         target yet.
13489
13490 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13491
13492         * shell/ev-sidebar.c: expand the selection widget to be always as
13493         wide as the sidebar
13494
13495 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13496
13497         * shell/ev-sidebar-thumbnails.c:
13498         (ev_sidebar_thumbnails_set_document):
13499
13500         Clear the list store when setting document
13501
13502 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * shell/ev-page-action.c: (update_entry), (sync_entry),
13505         (activate_cb), (entry_size_request_cb), (create_tool_item),
13506         (connect_proxy):
13507
13508         Use an entry for the page control instead of spinbuttons
13509
13510 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13511
13512         * data/evince.schemas.in:
13513
13514         Correct confusing string
13515
13516 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13517
13518         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13519         for real.  Gosh, how long has this been broken.
13520
13521         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13522         check for a NULL link.  We crash otherwise.
13523
13524 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * NEWS:
13527         * configure.ac:
13528
13529         Release 0.1.5
13530
13531 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13532
13533         * configure.ac: add the french translation.
13534
13535 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * shell/ev-window.c:
13538
13539         Remove unused header -> fix distcheck
13540
13541 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13542
13543         * shell/ev-window.c: (update_window_title),
13544         (ev_window_popup_password_dialog):
13545
13546         Unescape filename for display
13547
13548 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13549
13550         * pdf/xpdf/pdf-document.cc:
13551
13552         In get_page_size deal with rotation. Also
13553         cleanup the function a bit.
13554
13555 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13556
13557         * pdf/xpdf/pdf-document.cc:
13558
13559         Fix crash when opening in new window
13560
13561 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * configure.ac:
13564
13565         Check ghostscript >= 7
13566
13567 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13568
13569         * shell/ev-window.c:
13570
13571         Make page width the default sizing mode
13572
13573 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13574         Marco Pesenti Gritti <marco@gnome.org>
13575
13576         * shell/ev-window.c: Remember the sidebar size
13577
13578         * data/evince.schemas.in: Add a new gconf key to store the size of
13579         the sidebar
13580
13581 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13582
13583         * data/evince-ui.xml:
13584         * shell/ev-window.c: (update_action_sensitivity),
13585         (ev_window_cmd_view_reload):
13586         
13587         Add a "Reload" action and menu entry
13588
13589 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13590
13591         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13592         iff the type doesn't support thumbnailing and indexing.
13593
13594 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13595
13596         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13597
13598 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13599
13600         * pdf/splash/Splash.cc:
13601
13602         Port fix for a crasher from kde bug
13603         http://bugs.kde.org/show_bug.cgi?id=97131
13604
13605 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13606
13607         * pdf/xpdf/pdf-document.cc:
13608
13609         Return a link even if it's of an unrecognized
13610         type. Otherwise we go in an infinte cycle.
13611
13612 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13613
13614         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13615         (size_allocate_cb), (ev_window_set_sizing_mode):
13616
13617         Update size when switching mode
13618
13619 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13622         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13623         (ev_window_cmd_view_normal_size):
13624
13625         Fix size toggle buttons behavior
13626
13627 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13628
13629         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13630         (doc_rect_to_view_rect), (ev_view_size_allocate),
13631         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13632         (scale_changed_callback):
13633
13634         Do not cache offsets in size_allocate.
13635
13636 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13637
13638         * shell/ev-view.c: (ev_view_size_allocate):
13639
13640         Calculate offsets before calling the parent
13641         class (which does a redraw)
13642
13643 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * pdf/xpdf/pdf-document.cc:
13646
13647         Fix a crasher on exit. Unused code, put a TODO
13648
13649 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13650
13651         * backend/ev-document.c: (ev_document_class_init),
13652         (ev_document_page_changed), (ev_document_scale_changed):
13653         * backend/ev-document.h:
13654
13655         Separate page/scale notifications
13656
13657         * pdf/xpdf/pdf-document.cc:
13658
13659         Emit the new signals.
13660         Do not display the pdf page in _render, do it
13661         when scale/page are requested.
13662
13663         * ps/ps-document.c: (ps_document_set_zoom),
13664         (ps_document_widget_event):
13665         * ps/ps-document.h:
13666
13667         Emit the new signals.
13668
13669         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13670         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13671         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13672         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13673         * shell/ev-view.h:
13674         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13675         (ev_window_cmd_view_page_width), (size_allocate_cb),
13676         (ev_window_set_sizing_mode):
13677
13678         Rework sizing to be pixel based.
13679         There are bugs but should be already way better.
13680
13681 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * shell/ev-window.c: (ev_window_init):
13684
13685         Do not allow to shrink sidebar smaller then
13686         child requisition
13687
13688 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13689
13690         * shell/ev-sidebar.[ch]
13691         * shell/ev-window.c:
13692
13693         Improved sidebar widget. Fixes #166683
13694
13695 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13696
13697         * shell/ev-view.c (update_find_status_message): Give translators
13698         more flexibility with ngettext plural handling.
13699
13700 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13701
13702         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13703         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13704         page when we get the page size.
13705
13706 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13707
13708         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13709
13710         ps pages are 0 based, convert 
13711
13712 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13713
13714         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13715
13716         Initialize correct parent class. Set GError on document load
13717
13718 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * pdf/xpdf/pdf-document.cc:
13721
13722         Fixup selection offset calculation
13723
13724         * shell/ev-view.c: (view_rect_to_doc_rect),
13725         (doc_rect_to_view_rect), (ev_view_size_allocate),
13726         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13727         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13728
13729         Store selection as document relative, so that zooming
13730         and offset changing doesnt break it.
13731
13732 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13733
13734         * shell/ev-view.c: (ev_view_best_fit):
13735
13736         Do not try to best fit if the view is not realized
13737
13738 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13739           
13740         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13741
13742 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13743
13744         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13745
13746 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13747
13748         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13749         the popup window.  That prevents it resizing when in full screen
13750         mode.
13751
13752         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13753         multiple rerenders.  This pretty much sucks.
13754
13755         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13756         rest of the toolbar.
13757
13758 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13759
13760         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13761
13762 2005-02-17  Alexander Shopov  <ash@contact.bg>
13763
13764         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13765
13766 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13767
13768         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13769
13770 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13771
13772         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13773         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13774         (set_document_page), (document_changed_callback),
13775         (ev_view_set_document), (ev_view_find_previous),
13776         (ev_view_hide_cursor), (ev_view_show_cursor):
13777         * shell/ev-view.h:
13778         * shell/ev-window.c: (update_chrome_visibility),
13779         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13780         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13781         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13782         (ev_window_unfullscreen):
13783         * shell/main.c: (main):
13784
13785         Automatically hide the fullscreen button.
13786         Patch by Kristian Høgsberg <krh@redhat.com>
13787
13788 2005-02-16  Vincent Noel  <vnoel@cox.net>
13789
13790         * shell/main.c (main): Specify an icon for the window. Patch by
13791         Jaap A. Haitsma. Fixes #166177.
13792
13793 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13794
13795         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13796
13797 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13798
13799         * backend/ev-document-misc.h:
13800         * backend/ev-document-misc.c:
13801         (ev_document_misc_get_page_border_size),
13802         (ev_document_misc_paint_one_page): New function to canonicalize
13803         sizing/painting a border.
13804
13805         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13806         used.
13807
13808         * pdf/xpdf/pdf-document.cc: use new function
13809
13810         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13811         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13812         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13813         shell/ev-window.c: (update_sizing_buttons),
13814         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13815         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13816         (ev_window_cmd_view_page_width), (size_allocate_cb),
13817         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13818         and "fit width" values act as toggle buttons so they stay
13819         toggled.  It's not 100% perfect, and it's a little slow, but it's
13820         good enough to commit I think.
13821
13822 2005-02-15  David Lodge  <dave@cirt.net>
13823
13824         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13825
13826 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13827
13828         * shell/ev-window.c (update_window_title): replace newlines in
13829         the title by spaces. Bug #166107.
13830
13831 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13832
13833         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13834         parameters providing allocation width and height without
13835         scrollbars and width of a possible vertical scrollbar. With this
13836         additional information the functions can work as
13837         intended. Unfortunately they're not idempotent. We should
13838         transform these commands to toggles. Fixes Bug #164976
13839         Initial patch by Stephane Loeuillet, then heavily modified.
13840
13841         * shell/ev-view.h: update prototypes.
13842
13843         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13844         (ev_window_cmd_view_page_width): provide EvView fit functions with
13845         all the information they need. Formulas to calculate this
13846         information taken from GtkScrolledWindow.
13847
13848 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13849
13850         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13851         created a thumbnail, the list store is updated to know
13852         that the thumbnail is set. Fixes bug #166792
13853
13854 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13855
13856         * shell/ev-window.c: fixed typo, closes bug 166897
13857
13858         * TODO: updated TODO with bug numbers that are relevant
13859
13860 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13861
13862         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13863
13864 2005-02-09  Vincent Noel  <vnoel@cox.net>
13865
13866         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13867         and "Next" toolbar buttons as important to make them stand out.
13868
13869 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13870
13871         * lib/ev-debug.c:
13872         * lib/ev-debug.h:
13873         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13874         (start_interpreter), (stop_interpreter), (document_load),
13875         (ps_document_next_page), (ps_document_goto_page),
13876         (ps_document_set_page_size), (ps_document_widget_event),
13877         (ps_document_render):
13878         * shell/ev-page-view.c: (ev_page_view_dispose):
13879         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13880
13881         Fix compilation on non-gcc platforms
13882
13883 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13884
13885         * NEWS:
13886         * configure.ac:
13887
13888         Release 0.1.4
13889
13890         * pdf/xpdf/Catalog.cc:
13891         * pdf/xpdf/XRef.cc:
13892
13893         Fix the fix for CAN-2004-0888
13894
13895 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13896
13897         * data/Makefile.am:
13898         * data/evince-ui.xml:
13899         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13900         * shell/ev-stock-icons.h:
13901         * shell/ev-window.c: (update_action_sensitivity),
13902         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13903         (set_action_properties):
13904
13905         Improve toolbar layout/icons
13906
13907 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * pdf/xpdf/pdf-document.cc:
13910
13911         Add warnings about unimplemented/unknown link
13912         types.
13913
13914 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13915
13916         * ps/ps-document.c: (set_up_page):
13917
13918         Log gs property
13919
13920 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13921
13922         * ps/ps-document.c: (start_interpreter):
13923
13924         Log gs env var
13925
13926 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13927
13928         * shell/ev-page-view.c: (ev_page_view_dispose):
13929         * shell/ev-view.c: (ev_view_finalize):
13930         * shell/ev-window.c: (ev_window_setup_document),
13931         (ev_window_dispose), (ev_window_init):
13932
13933         Solve more refs issues.
13934
13935         I commented out the page_view initialization for now:
13936         it was never destroyed (because it's never added
13937         to a container). Because of that we was leaking
13938         gs processes. Couldnt think to a clean fix.
13939         We need to figure this out, password view has the
13940         same issue probably.
13941
13942 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13943
13944         * ps/ps-document.c: (ps_document_finalize),
13945         (ps_document_get_n_pages), (ps_document_get_page):
13946
13947         Some cleanups, stop the interpreter on finalize
13948
13949         * shell/ev-page-view.c: (ev_page_view_dispose),
13950         (ev_page_view_class_init):
13951
13952         Release our reference on the document
13953
13954 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * Makefile.am:
13957         * configure.ac:
13958         * doc/debugging.txt:
13959         * lib/.cvsignore:
13960         * lib/Makefile.am:
13961         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13962         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13963         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13964         * lib/ev-debug.h:
13965
13966         Add debugging helpers
13967
13968         * ps/Makefile.am:
13969         * ps/ps-document.c: (set_up_page), (start_interpreter),
13970         (stop_interpreter), (document_load), (ps_document_next_page),
13971         (ps_document_goto_page), (ps_document_set_page_size),
13972         (ps_document_widget_event), (ps_document_render):
13973         * shell/Makefile.am:
13974         * shell/ev-view.c: (expose_bin_window):
13975         * shell/main.c: (main):
13976
13977         Add some logs
13978         
13979 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13980
13981         * ps/ps-document.c: (ps_document_widget_event):
13982
13983         Initialize message_window, this should make ps
13984         rendering really work! (Never noticed because I was
13985         testing with a ps that is causing gs to exit every time!)
13986
13987 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13988
13989         * data/evince.schemas.in: updated simple error in applyto closing tag
13990
13991 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13992
13993         * Makefile.am:
13994         * configure.ac:
13995         * data/.cvsignore:
13996         * data/Makefile.am:
13997         * data/evince-ui.xml:
13998         A data/evince.schemas.in:
13999         * po/POTFILES.in:
14000         * shell/ev-stock-icons.c: (ev_stock_icons_init):
14001         * shell/ev-stock-icons.h:
14002         * shell/ev-window.c: (update_chrome_visibility),
14003         (update_chrome_flag), (ev_window_cmd_edit_find),
14004         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14005         (ev_window_unfullscreen), (ev_window_focus_in_event),
14006         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14007         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14008         (ev_window_view_sidebar_cb), (find_bar_close_cb),
14009         (ev_window_dispose), (ev_window_class_init),
14010         (set_action_properties), (set_chrome_actions), (load_chrome),
14011         (ev_window_init):
14012
14013         Implement fullscreen mode changes from bug #164776.
14014         Also implement persistent chrome toggles.
14015
14016 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
14017
14018         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14019
14020 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14021
14022         * NEWS:
14023         * configure.ac:
14024         * shell/ev-view.c:
14025
14026         Add another check for find interface
14027
14028         Release 0.1.3
14029
14030 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14031
14032         * shell/ev-application.c: (ev_application_open):
14033         * shell/ev-window.c: (ev_window_open):
14034
14035         Open gzipped ps documents
14036
14037 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14038
14039         * TODO:
14040         * shell/ev-view.c: (set_document_page):
14041
14042         Clamp page number, dont try to move to
14043         not existant pages.
14044
14045 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14046
14047         * backend/ev-document-find.c: (ev_document_find_changed):
14048         * backend/ev-document-find.h:
14049         * pdf/xpdf/pdf-document.cc:
14050         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14051         * shell/ev-window.c: (find_bar_search_changed_cb):
14052
14053         Fix several bugs with find
14054
14055 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14056
14057         * shell/ev-sidebar-thumbnails.c
14058         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14059         document. Prevents warning from scroll_to_cell.
14060
14061 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14062
14063         * configure.ac: Add «nb» to ALL_LINGUAS too.
14064
14065 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14066
14067         * NOTES: New file with some random thoughts.
14068
14069         * TODO: Update.
14070
14071         * backend/ev-document-misc.c:
14072         (ev_document_misc_get_page_border_size): New function to
14073         canonicalize shadow drawing sizes.  Possibly goofy.
14074
14075         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14076         (ev_view_best_fit), (ev_view_fit_width):
14077         * pdf/xpdf/pdf-document.cc:
14078         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14079         * ps/ps-document.c: (ps_document_get_page_size):
14080         * backend/ev-document-misc.h:
14081         * backend/ev-document.c: (ev_document_get_page_size):
14082         * backend/ev-document.h: get_page_size now takes a page number
14083         parameter.  Made all the backends/frontends honor it.
14084
14085         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14086         see.  Doesn't work yet.
14087
14088         * shell/Makefile.am:
14089         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14090         Doesn't do anything yet.
14091
14092         * shell/ev-sidebar-thumbnails.c:
14093         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14094         [0..n_pages-1]
14095
14096         * shell/ev-window.c: (update_action_sensitivity),
14097         (ev_window_setup_document), (ev_window_set_page_mode),
14098         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14099         view-swapping code a bit so we can have multiple views on a
14100         document.  Add the multi-page view, though it can't be turned on
14101         yet.
14102
14103 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14104
14105         * shell/ev-application.c: (ev_application_open):
14106         * shell/ev-view.c: (expose_bin_window):
14107         * shell/ev-window.c: (ev_window_open):
14108
14109         Support eps and check document supports find
14110         before drawing highlightings in expose.
14111
14112 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14113
14114         * pixbuf/pixbuf-document.c:
14115         (pixbuf_document_thumbnails_get_dimensions),
14116         (pixbuf_document_document_thumbnails_iface_init):
14117
14118         implement get_dimensions
14119
14120 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * NEWS:
14123         * configure.ac:
14124
14125         Release 0.1.2
14126
14127 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14128
14129         * shell/ev-view.c: (set_document_page):
14130
14131         Scroll at the top of the page when changing page
14132
14133 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * shell/ev-view.c: (ev_view_motion_notify_event):
14136
14137         Do not redraw unnecessarily
14138
14139 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * pdf/xpdf/pdf-document.cc:
14142         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14143         (expose_bin_window), (find_changed_cb):
14144
14145         Yay! find works now... Now to find bugs...
14146
14147 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * backend/ev-document-find.c: (ev_document_find_base_init),
14150         (ev_document_find_changed):
14151         * backend/ev-document-find.h:
14152         * pdf/xpdf/pdf-document.cc:
14153         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14154         (expose_bin_window), (ev_view_init), (set_document_page),
14155         (ensure_rectangle_is_visible), (jump_to_find_result),
14156         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14157         (ev_view_find_next), (ev_view_find_previous):
14158         * shell/ev-view.h:
14159         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14160
14161         More work on find implementation, mostly there now
14162
14163 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14164
14165         * backend/ev-backend-marshalers.list:
14166         * backend/ev-document-find.c: (ev_document_find_base_init),
14167         (ev_document_find_cancel), (ev_document_find_page_has_results),
14168         (ev_document_find_get_n_results), (ev_document_find_get_result),
14169         (ev_document_find_get_progress), (ev_document_find_changed):
14170         * backend/ev-document-find.h:
14171
14172         Enanche the find interface to be really able to do
14173         multi page find.
14174
14175         * pdf/xpdf/pdf-document.cc:
14176
14177         Implement
14178
14179         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14180         (expose_bin_window), (ev_view_init),
14181         (ev_view_get_find_status_message), (find_changed_cb),
14182         (ev_view_set_document), (set_document_page):
14183
14184         Adapt to the new interface. A few things are regressed sorry,
14185         I will finish it soon.
14186
14187 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14188
14189         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14190         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14191         ev_sidebar_thumbnails_parent_class variable, don't define another
14192         parent_class variable.
14193
14194         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14195         (ev_page_action_class_init): ditto.
14196
14197         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14198         (pixbuf_document_class_init): ditto.
14199
14200         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14201         ditto.
14202
14203         * .cvsignore: ignore various valgrind output files.
14204
14205 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14206
14207         * data/evince-ui.xml:
14208         * shell/Makefile.am:
14209         * shell/ev-history.c:
14210         * shell/ev-history.h:
14211         * shell/ev-navigation-action.c:
14212         * shell/ev-navigation-action.h:
14213         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14214         (ev_view_set_page), (ev_view_fit_width):
14215         * shell/ev-view.h:
14216         * shell/ev-window.c: (update_action_sensitivity),
14217         (ev_window_setup_document), (register_custom_actions):
14218
14219         Kill session history
14220
14221 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14222
14223         * shell/ev-window.c: (update_action_sensitivity):
14224
14225         Fix inverted up/down buttons
14226
14227 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14228
14229         * shell/ev-sidebar-thumbnails.c
14230         (ev_sidebar_thumbnails_select_page): make sure the selected
14231         thumbnail stays visible.
14232
14233 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14234
14235         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14236         scrolled window for Federico.
14237
14238 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14239
14240         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14241
14242 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14243
14244         * configure.ac:
14245         * pdf/splash/SplashFTFontEngine.cc:
14246
14247         Fix CID fonts with freetype 2.1.9
14248
14249 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14250
14251         * TODO: added item for desktop icon thumbnailer
14252
14253 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14254
14255         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14256         unloaded docs when the title is accessed.
14257
14258         * shell/ev-password-view.[hc]: New widget for displaying password
14259         state.
14260
14261         * shell/ev-window.[ch]: Refactor password handling code to handle
14262         the new view.
14263
14264 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * NEWS:
14267         * configure.ac:
14268         * data/Makefile.am:
14269
14270         Release 0.1.1
14271
14272 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14273
14274         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14275         ignore page offset here, to make search results independent of it,
14276
14277         * shell/ev-view.c (expose_bin_window): but take offsets into
14278         account here. Bug #164932
14279
14280         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14281         scale at the right time. Bug #164996
14282
14283 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14284
14285         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14286         fix the problem. Now I just removed the Adobe font names and hope
14287         that the URW fonts are always in outline format. Bug #164934
14288
14289         * shell/ev-window.c (update_window_title): empty titles are
14290         useless, use filename in that case too.
14291
14292         * NEWS: Add some content.
14293
14294 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14295
14296         * TODO: added one more TODO item and a TODONE section :)
14297
14298 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14299
14300         * ps/ps-document.h: add page_[xy]_offset fields.
14301
14302         * ps/ps-document.c (ps_document_set_page_offset)
14303         (ps_document_render): Keep offset in consideration in a few
14304         places. Bug #164752 "postscript documents are not centered in
14305         window"
14306
14307         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14308         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14309
14310         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14311         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14312         stub out missing methods for complete EvDocument implementation.
14313         Fixes segfaults with Save A Copy and Copy actions.
14314
14315         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14316         (ps_document_document_iface_init): ditto.
14317         
14318 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * data/.cvsignore:
14321         * data/Makefile.am:
14322         * data/evince.desktop.in:
14323
14324         Add desktop file
14325
14326 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14327
14328         * shell/ev-view.c: (ev_view_button_press_event),
14329         (ev_view_motion_notify_event):
14330
14331         Make selection work in any direction
14332
14333 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14334
14335         * TODO:
14336         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14337
14338         Use shorter labels for some of the toolbars items
14339
14340 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14341
14342         * pdf/xpdf/pdf-document.cc:
14343
14344         Check the links info is initialized before
14345         using it. Should fix a crash on startup.
14346
14347 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14348
14349         * pixbuf/pixbuf-document.c
14350         (pixbuf_document_thumbnails_get_dimensions): force floating point
14351         division to calculate page_ratio. Fixes crash with landscape
14352         format pixbufs.
14353
14354 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14355
14356         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14357
14358 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14359
14360         * shell/ev-view.c (set_document_page): unset has_selection when
14361         the page changes.
14362         (set_document_page): handle paper size changes when the page
14363         changes (test with Free Culture, page 2).
14364
14365 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14368         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14369
14370         Use normal style color for the widget background and
14371         draw a black box around the page.
14372
14373 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14374
14375         * pdf/xpdf/pdf-document.cc:
14376
14377         Keep offset in consideration in a few places
14378
14379         * shell/ev-view.c: (expose_bin_window):
14380
14381         Set the offsets so that the document is ever centered
14382
14383 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14384
14385         * TODO: Added TODO items and finished off the first todo item
14386
14387         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14388         reflect current authors
14389
14390 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14391
14392         * pdf/xpdf/pdf-document.cc:
14393         * shell/ev-view.c: (ev_view_set_cursor),
14394         (ev_view_motion_notify_event), (document_changed_callback),
14395         (set_document_page):
14396
14397         Show a wait cursor while the page is rendering
14398
14399 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14400
14401         * shell/ev-sidebar-thumbnails.c:
14402         (ev_sidebar_tree_selection_changed),
14403         (ev_sidebar_thumbnails_select_page):
14404         * shell/ev-sidebar-thumbnails.h:
14405         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14406         (ev_view_can_go_forward):
14407         * shell/ev-window.c: (ev_window_open_page),
14408         (ev_window_setup_document), (update_current_page),
14409         (view_page_changed_cb), (ev_window_init):
14410         * shell/ev-window.h:
14411
14412         Ensure thumbnails selection, toolbar page control and
14413         current page are in sync.
14414
14415 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14416
14417         * pdf/xpdf/XRef.cc:
14418
14419         Fix CAN-2005-0064
14420
14421 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14422
14423         * backend/Makefile.am:
14424         * backend/ev-document-links.h:
14425         * backend/ev-document-security.c: (ev_document_security_get_type),
14426         (ev_document_security_has_document_security),
14427         (ev_document_security_set_password):
14428         * backend/ev-document-security.h:
14429         * backend/ev-document.c: (ev_document_error_quark):
14430         * backend/ev-document.h:
14431         * data/Makefile.am:
14432         * data/evince-password.glade:
14433         * pdf/xpdf/pdf-document.cc:
14434         * shell/Makefile.am:
14435         * shell/ev-password.c: (ev_password_set_bad_password_label),
14436         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14437         (ev_password_dialog_get_password),
14438         (ev_password_dialog_set_bad_pass):
14439         * shell/ev-password.h:
14440         * shell/ev-window.c: (ev_window_get_attribute),
14441         (ev_window_set_property), (update_action_sensitivity),
14442         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14443         (ev_window_setup_document), (ev_window_get_password),
14444         (ev_window_open), (ev_window_cmd_save_as),
14445         (using_postscript_printer), (ev_window_print),
14446         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14447         (update_fullscreen_popup), (ev_window_fullscreen),
14448         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14449         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14450         (menu_item_select_cb), (find_bar_search_changed_cb),
14451         (ev_window_dispose), (ev_window_init):
14452
14453         Add initial support for password-supported dialogs.  This could be
14454         a lot cooler, but it'll do for now.
14455
14456 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14457
14458         * pdf/xpdf/pdf-document.cc:
14459         * shell/ev-view.c: (status_message_from_link),
14460         (ev_view_set_status), (ev_view_set_cursor),
14461         (ev_view_motion_notify_event), (ev_view_init):
14462         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14463
14464         Fix bugs in the links implementation and change cursor
14465         when hovering a link.
14466
14467 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14468
14469         * viewer/.cvsignore: added cvsignore file for viewer directory
14470
14471         * TODO: created TODO document
14472
14473 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14474
14475         * shell/ev-view.h:
14476         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14477         new functions to help with implementation of sensitivity code
14478         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14479         of all actions that might require it.  Fixes a crash when you
14480         click on the Zoom actions in a window lacking a document.
14481
14482 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14483
14484         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14485         of the Find action
14486
14487 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14488
14489         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14490         (pixbuf_document_document_iface_init):
14491         * ps/ps-document.c: (ps_document_get_link),
14492         (ps_document_document_iface_init):
14493         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14494         (status_message_from_link), (ev_view_set_status),
14495         (ev_view_set_find_status), (ev_view_motion_notify_event),
14496         (ev_view_button_release_event), (ev_view_set_property),
14497         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14498         (ev_view_get_find_status_message), (update_find_results),
14499         (ev_view_get_status), (ev_view_get_find_status):
14500         * shell/ev-view.h:
14501         * shell/ev-window.c: (view_status_changed_cb),
14502         (view_find_status_changed_cb), (ev_window_init):
14503
14504         View status message support, use it to show the links.
14505         Needs work...
14506
14507 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14508
14509         * backend/ev-document.c: (ev_document_get_link):
14510         * backend/ev-document.h:
14511         * pdf/xpdf/pdf-document.cc:
14512         * shell/ev-application.c: (ev_application_open):
14513         * shell/ev-application.h:
14514         * shell/ev-sidebar-links.c: (selection_changed_cb):
14515         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14516         (ev_view_go_to_link):
14517
14518         Add support for document links
14519
14520 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14521
14522         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14523         (create_tool_item):
14524         Set the spin button limits correctly.
14525         
14526         * shell/ev-sidebar-thumbnails.c:
14527         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14528         Support changing pages by clicking on the thumbnails.
14529         
14530 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14531
14532         * pixbuf/pixbuf-document.c:
14533         (pixbuf_document_thumbnails_get_dimensions),
14534         (pixbuf_document_document_thumbnails_iface_init):
14535
14536         implement get_dimensions
14537
14538 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14539
14540         * ps/ps-document.c: (ps_document_goto_page):
14541
14542         Fix page switching on multipage documents
14543
14544 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14545
14546         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14547         
14548         check for NULL before assigning to width and height parameters
14549
14550 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14551
14552         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14553         (pixbuf_document_set_property), (pixbuf_document_get_property):
14554
14555         implement get/set properties
14556
14557 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14558
14559         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14560         
14561         return NULL instead of "Unknown", letting the title get set to
14562         the filename when the pdf has no title.
14563
14564 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14565
14566         * ps/ps-document.c: (ps_document_get_page_count),
14567         (ps_document_goto_page):
14568
14569 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14570
14571         * shell/ev-history.c: (ev_history_get_property),
14572         (ev_history_set_property), (ev_history_class_init),
14573         (ev_history_add_page), (ev_history_set_current_index):
14574         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14575         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14576         (ev_navigation_action_finalize):
14577         * shell/ev-navigation-action.h:
14578         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14579         (ev_view_go_forward), (ev_view_get_find_status_message),
14580         (history_index_changed_cb), (ev_view_set_history):
14581         * shell/ev-view.h:
14582         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14583         (update_current_page), (register_custom_actions):
14584
14585         Implement history dropdowns
14586
14587 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14588
14589         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14590         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14591         (ev_view_go_forward):
14592         * shell/ev-window.c: (register_custom_actions):
14593
14594         Fix several history bugs
14595
14596 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14597
14598         * configure.ac: Add «nb» to ALL_LINGUAS.
14599
14600 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14601
14602         * backend/Makefile.am:
14603         * backend/ev-bookmark.c:
14604         * backend/ev-bookmark.h:
14605         * backend/ev-document-bookmarks.c:
14606         * backend/ev-document-bookmarks.h:
14607         * backend/ev-document-links.c: (ev_document_links_get_type),
14608         (ev_document_links_has_document_links),
14609         (ev_document_links_begin_read), (ev_document_links_get_link),
14610         (ev_document_links_get_child), (ev_document_links_next),
14611         (ev_document_links_free_iter):
14612         * backend/ev-document-links.h:
14613         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14614         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14615         (ev_link_get_link_type), (ev_link_set_link_type),
14616         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14617         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14618         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14619         (ev_link_new_external):
14620         * backend/ev-link.h:
14621         * pdf/xpdf/pdf-document.cc:
14622         * shell/Makefile.am:
14623         * shell/ev-application.c: (ev_application_open_link):
14624         * shell/ev-application.h:
14625         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14626         (ev_history_get_link_nth):
14627         * shell/ev-history.h:
14628         * shell/ev-sidebar-bookmarks.c:
14629         * shell/ev-sidebar-bookmarks.h:
14630         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14631         (ev_sidebar_links_class_init), (selection_changed_cb),
14632         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14633         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14634         (do_one_iteration), (populate_links_idle),
14635         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14636         * shell/ev-sidebar-links.h:
14637         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14638         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14639         (go_to_index):
14640         * shell/ev-view.h:
14641         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14642         * shell/ev-window.h:
14643
14644         Rename bookmark to link, and use "Index" for the sidebar panel.
14645
14646 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * shell/Makefile.am:
14649         * shell/ev-application.c: (ev_application_open_bookmark):
14650         * shell/ev-application.h:
14651         * shell/ev-history.c: (ev_history_init), (free_links_list),
14652         (ev_history_finalize), (ev_history_class_init),
14653         (ev_history_add_link), (ev_history_add_page),
14654         (ev_history_get_link_nth), (ev_history_get_n_links),
14655         (ev_history_get_current_index), (ev_history_set_current_index),
14656         (ev_history_new):
14657         * shell/ev-history.h:
14658         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14659         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14660         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14661         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14662         (ev_view_set_page):
14663         * shell/ev-view.h:
14664         * shell/ev-window.c: (ev_window_open_bookmark),
14665         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14666         (goto_page_cb), (register_custom_actions):
14667         * shell/ev-window.h:
14668
14669         Initial history implementation. Needs work.
14670
14671 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14672
14673         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14674
14675 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14676
14677         * cut-n-paste/recent-files/egg-recent-item.c:
14678         * cut-n-paste/recent-files/egg-recent-item.h:
14679         * cut-n-paste/recent-files/egg-recent-model.c:
14680         * cut-n-paste/recent-files/egg-recent-util.c:
14681         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14682         * cut-n-paste/recent-files/egg-recent-view.c:
14683
14684         Update
14685
14686 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14687
14688         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14689         (fillGlyph, fillImageMask, drawImage):
14690         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14691         pdf/splash/SplashTypes.h:
14692         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14693         packed mode for Splash.
14694
14695         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14696         RGB8 packed mode, eliminates the pixbuf data creation loop.
14697
14698         * shell/ev-print-job.c (ev_print_job_finalize)
14699         (ev_print_job_set_property, ev_print_job_get_property)
14700         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14701         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14702         (print_closure_finalize, ev_print_job_print): implement
14703         printing (for backends with EvPsExporter)
14704
14705         * shell/ev_print_job.h: update prototypes.
14706
14707         * shell/ev-window.c (ev_window_print): unref print job after
14708         printing.
14709
14710         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14711         unless the document implements the EvDocumentFind interface.
14712
14713 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14714
14715         * configure.ac: Added ja to ALL_LINGUAS.
14716
14717 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * pdf/xpdf/pdf-document.cc:
14720
14721         add a FIXME. We should probably not allocate
14722         a bookmark object every time
14723
14724 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14725
14726         * shell/ev-application.c: (ev_application_open),
14727         (ev_application_open_bookmark):
14728         * shell/ev-application.h:
14729         
14730         Add a way to open bookmarks
14731
14732         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14733         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14734         (ev_bookmark_set_property), (ev_bookmark_class_init),
14735         (ev_bookmark_new_title), (ev_bookmark_new_link),
14736         (ev_bookmark_new_external):
14737
14738         Support for external uris, better constructors.
14739
14740         * backend/ev-bookmark.h:
14741         * pdf/xpdf/pdf-document.cc:
14742         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14743
14744         Handle external uris
14745
14746 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14747
14748         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14749         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14750
14751         Hook up bookmarks navigation
14752
14753 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14754
14755         * backend/Makefile.am:
14756         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14757         (ev_bookmark_get_title), (ev_bookmark_set_title),
14758         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14759         (ev_bookmark_get_page), (ev_bookmark_set_page),
14760         (ev_bookmark_get_property), (ev_bookmark_set_property),
14761         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14762         (ev_bookmark_new):
14763         * backend/ev-bookmark.h:
14764         * backend/ev-document-bookmarks.c:
14765         (ev_document_bookmarks_get_bookmark):
14766         * backend/ev-document-bookmarks.h:
14767         * pdf/xpdf/pdf-document.cc:
14768         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14769
14770         Add a bookmark object to the backend and use it instead of get_values
14771
14772 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14773
14774         * data/evince-ui.xml:
14775
14776         Cleanup and add select all.
14777
14778         * shell/ev-view.c: (ev_view_select_all),
14779         (ev_view_button_press_event):
14780         * shell/ev-view.h:
14781         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14782
14783         Add select all.
14784         Clear selection on click.
14785
14786 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14787
14788         * shell/ev-sidebar-thumbnails.c
14789         (ev_sidebar_thumbnails_set_document): forgot to unref the
14790         loading_icon.
14791
14792 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14793
14794         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14795         at the visible page, not just linearly.  This makes it look fast.
14796
14797 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14798
14799         * backend/ev-document-misc.c
14800         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14801         white.
14802         * backend/ev-document-thumbnails.h: New interface to get the size
14803         of a page.
14804
14805 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14806
14807         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14808         make dist works
14809
14810 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14811
14812         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14813         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14814         things up a bit.
14815
14816         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14817
14818 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14819
14820         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14821         fonts. Should fix font problems on systems that have the base
14822         fonts in bitmap format. Reported by James Henstridge
14823         <james@jamesh.id.au>.
14824
14825 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14826
14827         * pdf/xpdf/Gfx.cc:
14828         * pdf/xpdf/GfxState.cc:
14829
14830         Fix for CAN-2004-1125
14831
14832 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14833
14834         * shell/ev-view.c: (ev_view_copy):
14835         * shell/ev-view.h:
14836         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14837
14838         Implement Edit->Copy
14839
14840 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14841
14842         * backend/ev-document.c: (ev_document_get_text):
14843         * backend/ev-document.h:
14844         * pdf/xpdf/pdf-document.cc:
14845         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14846         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14847         (ev_view_update_primary_selection), (ev_view_button_press_event),
14848         (ev_view_motion_notify_event), (ev_view_button_release_event):
14849
14850         Beginnings of clipboard support. Incomplete but primary sort
14851         of work.
14852
14853 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14854
14855         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14856         (expose_bin_window):
14857
14858         Nicer rubberband drawing, from GtkIconView.
14859
14860 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14861
14862         * backend/ev-document.c: (ev_document_save):
14863         * backend/ev-document.h:
14864         * data/evince-ui.xml:
14865         * pdf/xpdf/pdf-document.cc:
14866         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14867
14868         Implement "Save a copy..." menu item
14869
14870 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14871
14872         * shell/ev-view.c: (ev_view_zoom):
14873
14874         Queue a resize when zoom changes
14875
14876 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14877
14878         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14879         shadows.
14880
14881         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14882         thumbnails..
14883
14884 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14885
14886         * pdf/xpdf/pdf-document.cc
14887         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14888
14889 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14890
14891         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14892         It's slow, but I'll speed it up next!
14893
14894 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14895
14896         * shell/main.c (load_files):
14897
14898         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14899         from the command line and because it seems more appropriate.
14900
14901 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14902
14903         * data/evince-ui.xml:
14904         * shell/ev-window.c: (update_action_sensitivity),
14905         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14906
14907         s/next page/page down
14908         s/previous page/page up
14909
14910 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14911
14912         * data/evince-ui.xml:
14913
14914         Change the layout to match clarkbw design.
14915
14916         * shell/Makefile.am:
14917         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14918         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14919         (ev_navigation_action_finalize),
14920         (ev_navigation_action_set_property),
14921         (ev_navigation_action_get_property),
14922         (ev_navigation_action_class_init):
14923         * shell/ev-navigation-action.h:
14924
14925         Implement clarkbw toolbar navigation controls (incomplete)
14926
14927         * shell/ev-page-action.c: (update_label), (update_spin),
14928         (value_changed_cb), (create_tool_item), (connect_proxy),
14929         (ev_page_action_init), (ev_page_action_finalize),
14930         (ev_page_action_set_property), (ev_page_action_get_property),
14931         (ev_page_action_set_current_page),
14932         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14933         * shell/ev-page-action.h:
14934
14935         Implement a page switcher in the toolbar
14936
14937         * shell/ev-view.c: (ev_view_scroll_view):
14938         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14939         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14940         (register_custom_actions), (ev_window_init):
14941
14942         Change page on PageUp/Down.
14943
14944 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14945
14946         * pdf/xpdf/pdf-document.cc
14947         (pdf_document_thumbnails_get_thumbnail): initial stab at
14948         implementing thumbnail support for pdfs.  It only does documents
14949         with precached pdfs now.
14950
14951 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14952
14953         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14954         thumbnail code into a time-based idle as well.  Also, turn off the
14955         shadow temporarily as it's really slow.
14956
14957 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14958
14959         * backend/ev-document.c: (ev_document_class_init):
14960         * pdf/xpdf/pdf-document.cc:
14961         * shell/ev-window.c: (ev_window_open):
14962
14963         Fix document title bugs and fallback to
14964         filename when not available.
14965
14966 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14967
14968         * backend/ev-document.c: (ev_document_get_type),
14969         (ev_document_class_init), (ev_document_load),
14970         (ev_document_get_title):
14971         * backend/ev-document.h:
14972         * pdf/xpdf/pdf-document.cc:
14973         * ps/ps-document.c: (ps_document_set_property),
14974         (ps_document_get_property), (ps_document_class_init),
14975         (document_load):
14976         * ps/ps-document.h:
14977         * ps/ps.h:
14978         * shell/ev-window.c: (update_window_title), (ev_window_open),
14979         (ev_window_init):
14980
14981         Initial support for document title. Not working yet.
14982
14983 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14984
14985         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14986
14987         Grab focus on the view when clicking it
14988
14989 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14990
14991         * shell/ev-marshal.list:
14992         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14993         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14994
14995         Add key bindings to the view. Now if the focus would work
14996         right...
14997
14998 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14999
15000         * Makefile.am:
15001         * backend/Makefile.am:
15002         * data/Makefile.am:
15003         * dvi/Makefile.am:
15004         * dvi/dvilib/Makefile.am:
15005         * pdf/xpdf/Makefile.am:
15006         * po/POTFILES.in:
15007         * ps/Makefile.am:
15008
15009         Fix distcheck
15010
15011 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15012
15013         * shell/ev-view.c: (ev_view_realize):
15014
15015         Fix mouse wheel scrolling
15016
15017 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15018
15019         * ps/Makefile.am:
15020         * ps/gstypes.h:
15021         * ps/gtkgs.c:
15022         * ps/gtkgs.h:
15023         * ps/ps-document.c: (catchPipe), (ps_document_init),
15024         (ps_document_class_init), (ps_document_cleanup),
15025         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15026         (set_up_page), (close_pipe), (is_interpreter_ready),
15027         (interpreter_failed), (output), (input), (start_interpreter),
15028         (stop_interpreter), (file_length), (file_readable),
15029         (check_filecompressed), (check_pdf), (compute_xdpi),
15030         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15031         (ps_document_get_type), (ps_document_emit_error_msg),
15032         (document_load), (ps_document_next_page),
15033         (ps_document_get_current_page), (ps_document_get_page_count),
15034         (ps_document_goto_page), (ps_document_set_page_size),
15035         (ps_document_zoom_to_fit), (ps_document_set_zoom),
15036         (ps_document_load), (ps_document_get_n_pages),
15037         (ps_document_set_page), (ps_document_get_page),
15038         (ps_document_widget_event), (ps_document_set_target),
15039         (ps_document_set_scale), (ps_document_set_page_offset),
15040         (ps_document_get_page_size), (ps_document_render),
15041         (ps_document_document_iface_init):
15042         * ps/ps-document.h:
15043         * ps/ps.c:
15044         * shell/ev-window.c: (ev_window_open):
15045
15046         Rename GtkGS to PSDocument
15047
15048 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15049
15050         * ps/gtkgs.c: (gtk_gs_class_init):
15051         * ps/gtkgs.h:
15052
15053         Some more leftover...
15054
15055 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15056
15057         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15058         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15059         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15060         * ps/gtkgs.h:
15061
15062         Remove unused code and make a lot of stuff private
15063
15064 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15065
15066         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15067         (gtk_gs_defaults_changed):
15068         * ps/gsdefaults.h:
15069         * ps/gtkgs.c:
15070         * ps/gtkgs.h:
15071         * ps/ps.h:
15072
15073         Cleanup headers dependencies
15074
15075 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15076
15077         * ps/Makefile.am:
15078         * ps/ggvutils.c:
15079         * ps/ggvutils.h:
15080         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15081         * ps/gsdefaults.h:
15082         * ps/gtkgs.c: (file_length), (file_readable),
15083         (check_filecompressed), (check_pdf), (gtk_gs_load),
15084         (gtk_gs_get_postscript):
15085
15086         Get rid of ggvutils
15087
15088 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15089
15090         * ps/ggvutils.c:
15091         * ps/ggvutils.h:
15092         * ps/gsio.h:
15093         * ps/gtkgs.c: (gtk_gs_set_zoom):
15094
15095         Cleanups
15096
15097 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15098
15099         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15100
15101         Ensure the page is rerendered when changing zoom
15102
15103 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15104
15105         * backend/ev-document.c: (ev_document_base_init),
15106         (ev_document_changed):
15107         * backend/ev-document.h:
15108
15109         Add a changed event that is emitted when the page content
15110         changes. This is necessary to deal with the fact that
15111         in ps backend rendering happen asycrounously.
15112         This makes the ps backend mostly work.
15113
15114         * pdf/xpdf/pdf-document.cc:
15115
15116         Emit changed event
15117
15118         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15119         (ps_document_set_target):
15120
15121         Emit changed event
15122
15123         * shell/ev-view.c: (document_changed_callback),
15124         (ev_view_set_document), (ev_view_set_page):
15125
15126         Redraw on the changed signal
15127
15128 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15129
15130         * configure.ac: Added pt_BR to ALL_LINGUAS.
15131
15132 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15133
15134         * backend/ev-document-bookmarks.c:
15135         (ev_document_bookmarks_get_child): *
15136         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15137         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15138         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15139         (ev_sidebar_bookmarks_destroy),
15140         (ev_sidebar_bookmarks_class_init),
15141         (ev_sidebar_bookmarks_construct), (stack_data_free),
15142         (do_one_iteration), (populate_bookmarks_idle),
15143         (ev_sidebar_bookmarks_clear_document),
15144         (ev_sidebar_bookmarks_set_document): *
15145         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15146         (ev_sidebar_add_page),
15147         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15148         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15149         it displays both the topics and the page numbers.
15150
15151 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15152
15153         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15154         toggle.
15155         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15156         visible.
15157
15158 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15159
15160         * configure.ac: Added en_CA to ALL_LINGUAS.
15161
15162 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15163
15164         * ChangeLog: replace bottom of this ChangeLog (merged history of
15165         ggv and gpdf; where all paths were wrong and most of the files are
15166         not even in this tree) with ChangeLog (from arch) of the shell
15167         code.
15168
15169 2004-12-23  Havoc Pennington  <hp@redhat.com>
15170
15171         * shell/ev-window.c: hook up potentially-questionable "find
15172         results status text" feature - something involving the sidebar or
15173         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15174         might be better in the end.
15175
15176         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15177         with corresponding signal when it should be updated
15178
15179         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15180
15181 2004-12-22  Havoc Pennington  <hp@redhat.com>
15182
15183         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15184         find stuff on other pages, sort of (only returns one result on
15185         invisible pages, to show they have results; updates full results
15186         for a page when you view it). Currently repaints the current page
15187         every time a new result is found on any page, which isn't so nice.
15188
15189 2004-12-22  Havoc Pennington  <hp@redhat.com>
15190
15191         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15192         the document doesn't support find (better ideas?)
15193         (find_bar_search_changed_cb): handle missing document or document
15194         that doesn't support find
15195
15196         * pdf/xpdf/pdf-document.cc: port to implement the new
15197         EvDocumentFindIface
15198
15199         * backend/ev-document-find.c: create a new interface for searching
15200
15201         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15202
15203 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15204
15205         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15206         libevbackend.la.
15207
15208         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15209         EvPrintJob constructor arguments.
15210
15211         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15212         for documents that can export PostScript (page by page).
15213
15214         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15215         
15216         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15217         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15218         (pdf_document_ps_exporter_iface_init:
15219         Implement EvPSExporter.
15220
15221         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15222
15223 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15224
15225         * backend/Makefile.am:
15226         * backend/ev-document-thumbnails.c:
15227         (ev_document_thumbnails_get_type),
15228         (ev_document_thumbnails_get_thumbnail):
15229         * backend/ev-document-thumbnails.h:
15230         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15231         (pixbuf_document_thumbnails_get_thumbnail),
15232         (pixbuf_document_document_thumbnails_iface_init):
15233         * shell/Makefile.am:
15234         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15235         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15236         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15237         * shell/ev-sidebar-thumbnails.h:
15238         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15239         (ev_sidebar_set_document):
15240         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15241         (create_shadow), (ev_pixbuf_add_shadow):
15242         * shell/ev-utils.h:
15243         Add thumbnail support.
15244         
15245 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15246
15247         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15248         (using_postscript_printer): Set up a print dialog for "PostScript
15249         injection" method.
15250
15251         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15252         EvPrintJob.
15253
15254         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15255
15256 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15257
15258         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15259         (ps_document_set_target), (ps_document_get_page_size),
15260         (ps_document_render):
15261         * ps/gtkgs.h:
15262
15263         Fix a few bugs
15264
15265 2004-12-22  Christian Rose  <menthos@menthos.com>
15266
15267         * configure.ac: Added "sv" to ALL_LINGUAS.
15268
15269 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15270
15271         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15272         document supports bookmarks.
15273
15274 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15275
15276         * ps/ggvutils.c: (ggv_file_readable):
15277         * ps/ggvutils.h:
15278         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15279         (gtk_gs_get_postscript):
15280
15281         Remove unused utils
15282
15283 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15284
15285         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15286         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15287         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15288         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15289         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15290         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15291         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15292         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15293         (gtk_gs_set_antialiasing), (ps_document_load),
15294         (ps_document_render):
15295         * ps/gtkgs.h:
15296
15297         Another check point for the ps backend. Now I can get it to show
15298         pages!
15299
15300 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15301
15302         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15303         document setting code.
15304
15305 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15306
15307         * shell/eggfindbar.c: (entry_activate_callback):
15308         Animate the next button when activate is pressed.
15309         
15310 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15311
15312         * shell/ev-window.c: (ev_window_cmd_edit_find),
15313         (update_fullscreen_popup), (ev_window_fullscreen),
15314         (ev_window_unfullscreen), (ev_window_state_event_cb),
15315         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15316         Fix bugs in fullscreen code.
15317         
15318 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15319
15320         * Makefile.am:
15321         * configure.ac:
15322         * pixbuf/Makefile.am:
15323         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15324         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15325         (pixbuf_document_set_page), (pixbuf_document_get_page),
15326         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15327         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15328         (pixbuf_document_render), (pixbuf_document_begin_find),
15329         (pixbuf_document_end_find), (pixbuf_document_finalize),
15330         (pixbuf_document_class_init),
15331         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15332         * pixbuf/pixbuf-document.h:
15333         * shell/Makefile.am:
15334         * shell/ev-application.c: (ev_application_open):
15335         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15336         (ev_window_open):
15337         Add pixbuf backend.
15338         
15339 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15340
15341         * Makefile.am: 
15342         * dvi/dvilib/Makefile.am:
15343         * dvi/Makefile.am:
15344         * configure.ac: Auto*ify dvi and dvi/dvilib
15345
15346         * dvi/Makefile: Remove from CVS
15347         
15348         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15349         confusion.
15350
15351         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15352         
15353         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15354         
15355 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15356
15357         * ps/Makefile.am:
15358         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15359         (gtk_gs_value_adjustment_changed), (compute_size),
15360         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15361         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15362         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15363         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15364         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15365         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15366         (ps_document_load), (ps_document_get_n_pages),
15367         (ps_document_set_page), (ps_document_get_page),
15368         (ps_document_set_target), (ps_document_set_scale),
15369         (ps_document_set_page_offset), (ps_document_get_page_size),
15370         (ps_document_render), (ps_document_begin_find),
15371         (ps_document_end_find), (ps_document_document_iface_init):
15372         * ps/gtkgs.h:
15373         * shell/Makefile.am:
15374         * shell/ev-window.c: (ev_window_open):
15375
15376         Some work to integrate gtkgs with EvDocument
15377
15378 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15379
15380         * shell/ev-window.c: (update_fullscreen_popup),
15381         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15382         (exit_fullscreen_button_clicked_cb),
15383         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15384         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15385         (ev_window_state_event_cb), (ev_window_init):
15386         Add fullscreen support from Epiphany.
15387         
15388 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15389
15390         * data/ev-stock-zoom-fit-width.png: fit-width
15391         stock icon from gpdf.
15392         
15393         * shell/ev-stock-icons.[ch]: copied from gpdf.
15394         
15395         * shell/main.c: (main): init stock icons.
15396         
15397         * shell/ev-window.c: use the fit-width icon.
15398         
15399         * data/evince-ui.xml: add zooming toolbar items.
15400
15401 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15402
15403         * shell/ev-view.c: 
15404         (ev_view_best_fit), (ev_view_fit_width): because
15405         get_page_size() returns the scaled page size, we
15406         need to calculate the scale factor relative to
15407         the previous scale factor. Should really just
15408         add get_real_page_size().
15409
15410 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15411
15412         * shell/ev-view.[ch]:
15413         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15414         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15415         add zooming.
15416         
15417         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15418         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15419         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15420         hook it up.
15421         
15422         * pdf/xpdf/pdf-document.cc:
15423         (pdf_document_begin_find),
15424         (pdf_document_end_find): make static.
15425
15426 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15427
15428         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15429
15430         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15431         names to fontconfig patterns.
15432         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15433
15434         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15435         setupBaseFontsFc.
15436
15437 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15438
15439         * Makefile.am:
15440         * configure.ac:
15441         * ps/Makefile.am:
15442         * ps/ggvutils.c:
15443         * ps/ggvutils.h:
15444         * ps/gsdefaults.c:
15445         * ps/gsdefaults.h:
15446         * ps/gsio.c:
15447         * ps/gsio.h:
15448         * ps/gtkgs.c:
15449         * ps/gtkgs.h:
15450         * ps/ps.c:
15451         * ps/ps.h:
15452
15453         Import ggv backend. Not hooked up yet.
15454
15455 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15456
15457         * shell/main.c: (load_files), (main): load files
15458         from the command line.
15459
15460 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15461
15462         * configure.ac: don't require bonobo.
15463         
15464         * cut-n-paste/recent-files/*: kill bonobo recent
15465         view.
15466
15467         * shell/ev-window.c:
15468         (ev_window_is_empty): upd.
15469         (unable_to_load), (ev_window_open): load backend
15470         based on the mime type.
15471
15472 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15473
15474         * backend/.cvsignore: ignore generated marshalers source.
15475
15476         * shell/main.c (main): this is not epiphany.
15477
15478 2004-12-22  Havoc Pennington  <hp@redhat.com>
15479
15480         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15481         (expose_bin_window): draw find highlights
15482
15483         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15484         
15485         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15486         (pdf_document_end_find): implement this interface
15487
15488         * backend/ev-document.c (ev_document_found): add this to emit
15489         signal
15490
15491 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15492
15493         * data/evince-ui.xml: Add a few more toolbar items.
15494
15495         * shell/ev-window.c: Hook up page navigation toolbar 
15496         items.
15497
15498         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15499         a page-changed signal.
15500
15501         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15502         Add ev_document_get_page().
15503
15504         * shell/ev-window.c: Sensitize/desensitize navigation
15505         actions.
15506
15507 2004-12-21  Havoc Pennington  <hp@redhat.com>
15508
15509         * backend/ev-backend-marshal.c,
15510         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15511         marshaler-generator thingy. I'm sure there's a better way to do
15512         this in the modern world.
15513
15514         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15515         end_find methods and "found" signal.
15516
15517         * configure.ac: find glib-genmarshal
15518
15519 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15520
15521         * shell/ev-sidebar.c: Construct an actual sidebar.
15522         * shell/ev-sidebar-bookmarks.[ch]:
15523         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15524
15525 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15526
15527         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15528         Redo size handling.
15529         
15530         * shell/ev-view.c: Track the size from the document.
15531
15532 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15533
15534         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15535         constructor assumes ownership of the string passed in.
15536         
15537         * shell/ev-window.c (ev_window_open): Destroy the error
15538         dialog once we've displayed it.
15539
15540 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15541
15542         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15543         a bit, it works! (sort of)
15544
15545         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15546         Move to .cc since we need to use C++ in the implementation.
15547
15548         * shell/dummy.cc: Add a CC file to force evince
15549         to be linked as a C++ program.
15550
15551 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15552
15553         * shell/ev-view.[ch]: Start of content-area widget.
15554
15555         * shell/ev-window.c: Create a EvView, update it
15556         as we change documents.
15557
15558         * shell/Makefile.am shell/ev-marshal.list: Add
15559         generated marshalers.
15560
15561 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15562
15563         * Makefile.am (SUBDIRS): move shell.
15564
15565 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15566
15567         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15568         .a to libtool convenience libraries.
15569
15570         * shell/ev-window.c (ev_window_open): Hard code loading
15571         a PDF document.
15572         
15573         * backend/ev-document.h: Add a boolean return to load(),
15574         fix GError * to GError **.
15575
15576         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15577         object for a PDF backend EvDocument.
15578
15579 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15580
15581         * dvi/*: New directory with the beginning of a .dvi backend.
15582
15583 2004-12-21  Havoc Pennington  <hp@redhat.com>
15584
15585         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15586         previous/next instead of back/forward
15587
15588 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15589
15590         * backend/ev-document.[ch]: Fix a couple of problems so
15591         it compile.
15592
15593 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15594
15595         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15596         to backend/ directory, rename EvViewer to EvDocument.
15597
15598 2004-12-21  Havoc Pennington  <hp@redhat.com>
15599
15600         * shell/ev-window.c: hook up the find bar widget; now we just need
15601         a document to find things in
15602
15603         * shell/eggfindbar.c: a find bar widget
15604
15605 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15606
15607         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15608
15609 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15610
15611         * pdf/**: Import of xpdf code from gpdf. 
15612
15613         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15614
15615         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15616         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15617         Fix FreeType includes.
15618
15619         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15620         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15621         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15622         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15623         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15624         Include xpdfconfig.h
15625         
15626 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15627
15628         * shell/ev-window.c (ev_window_dispose): dispose can be called
15629         multiple times.
15630
15631 2004-12-21  Havoc Pennington  <hp@redhat.com>
15632
15633         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15634         rather than Evince
15635
15636         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15637         items; really they should be synced with the strings, etc. from
15638         current gpdf, but just getting the boring typing out of the way 
15639
15640 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15641
15642         * po/POTFILES.in:
15643         * shell/ev-application.c: (window_destroy_cb):
15644         * shell/ev-window.c:
15645         * shell/main.c: (main):
15646
15647         Actually show the window...
15648
15649 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15650
15651         * Makefile.am:
15652         * shell/Makefile.am:
15653         * shell/ev-application.c: (ev_application_class_init):
15654         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15655
15656         Make it build again
15657
15658 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15659
15660         Import to gnome cvs.
15661         
15662         * Remove copies of gpdf and ggv trees.
15663         * Rip out all the recursive configure code.
15664         * Remove bonobo machinery.
15665         * viewer/*: GInterfaces that backends should/can implement.
15666
15667 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15668
15669         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15670         typo
15671
15672 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15673
15674         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15675         (ev_application_finalize, ev_application_class_init)
15676         (ev_application_init): use GType instance private data for priv.
15677
15678         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15679         (ev_window_finalize, ev_window_class_init)
15680         (ev_window_init): ditto.
15681
15682 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15683
15684         * shell/ev-application.c (ev_application_new_window): make public
15685         (ev_application_show_initial_window): kill.
15686
15687         * shell/ev-application.h: update prototypes.
15688
15689         * shell/main.cc (main): inline ev_application_show_initial_window.
15690
15691 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15692
15693         * shell/ev-application.c (ev_application_new_window): impl.
15694         (ev_application_show_initial_window): use it.
15695         (is_window_empty, ev_application_get_empty_window): returns an
15696         existing empty window or a new one.
15697         (ev_application_open): from ev_window_cmd_file_open.
15698
15699         * shell/ev-application.h: update prototypes
15700
15701         * shell/ev-window.c (ev_window_is_empty): impl.
15702         (ev_window_open): make public.
15703         (ev_window_cmd_file_open): use ev_application_open
15704
15705         * shell/ev-window.h: update prototypes, remove unused.
15706
15707 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15708
15709         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15710         move destroy handler out of here...
15711
15712         * shell/ev-application.c, shell/ev-application.h: ...into this new
15713         class. Also handles initial window creation.
15714
15715         * shell/main.cc (main): use EvApplication to create initial
15716         window.
15717
15718 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15719
15720         * Makefile.am (SUBDIRS): add cut-n-paste
15721
15722         * cut-n-paste/Makefile.am: add
15723
15724         * configure.ac: generate Makefiles in cut-n-paste
15725
15726 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15727
15728         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15729         (ev_window_class_init): install ev_window_dispose.
15730
15731 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15732
15733         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15734         char (gchar looks stupid).
15735
15736 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15737
15738         * po/de.po: updated German translation.
15739
15740 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15741
15742         * configure.ac: add more pkg-config library checks for gnome-vfs,
15743         bonobo etc.
15744
15745         * gpdf/configure.in: temporarily disable libpaper
15746         checks. Otherwise I'd have to add the checks for the shell, too.
15747
15748 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15749
15750         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15751         and * file filters to the file choose.
15752
15753 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15754
15755         * po/de.po: Updated German translation.
15756
15757 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15758
15759         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15760
15761 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15762
15763         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15764
15765         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15766         (ev_window_init): implement those menuitems.
15767
15768 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15769
15770         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15771
15772         * shell/ev-window.c (ev_window_init): use the toolbar.
15773
15774 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15775
15776         * shell/ev-window.c (ev_window_init): use menu translations
15777
15778 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15779
15780         * configure.ac: add "de" to ALL_LINGUAS.
15781
15782         * po/de.po: add German translation.
15783
15784 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15785
15786         * Makefile.am (SUBDIRS): add po
15787
15788         * configure.ac: check intltool, glib-gettext etc, generate
15789         po/Makefile.in
15790
15791         * po, po/POTFILES.in, po/POTFILES.skip: new.
15792
15793 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15794
15795         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15796         already use (#ifdef ENABLE_NLS)
15797
15798         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15799         pointer indirection thinko.
15800
15801         * shell/main.c: include gi18n.h for bindtextdomain etc.
15802
15803 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15804
15805         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15806         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15807         tooltips for menu items in the statusbar.
15808
15809 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15810
15811         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15812         pkgdatadir drop UIDIR
15813
15814 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15815
15816         * data/evince-ui.xml: Add File->Open menu item
15817
15818         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15819         chooser), hook it up in the ui manager.
15820
15821 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15822
15823         * shell/ev-window.c: fix Help->About tooltip.
15824
15825 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15826
15827         * configure.ac: set CFLAGS for libevprivate.
15828
15829         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15830         definitions, factory etc.
15831
15832         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15833
15834         * shell/Makefile.am: link against libevprivate.a.
15835
15836         * shell/ev-window.c (entries): add stock icon to Help->About.
15837
15838         * shell/main.c (main): init stock icon code.
15839
15840 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15841
15842         * lib/recent-files: egg recent files code
15843
15844         * lib/Makefile.am: add.
15845
15846         * Makefile.am: add lib subdir.
15847
15848         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15849         set CFLAGS for recent-files.
15850
15851 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15852
15853         * configure.ac: disable -ansi and -pedantic gcc flags. They
15854         disable POSIX stuff in stdio.h, but egg-recent uses them.
15855
15856 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15857
15858         * configure.ac: add --disable-deprecated flag (defaults to on in
15859         "cvs" builds).
15860
15861         * shell/Makefile.am (INCLUDES): use it.
15862
15863 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15864
15865         * shell/main.c: add missing #include.
15866
15867         * shell/ev-window.c: fix for pedantic gcc.
15868         (ev_window_cmd_help_about): split license into paragraphs for
15869         translators and pedantic compilers.
15870
15871 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15872
15873         * configure.ac: add more warning flags if compiling with gcc from
15874         cvs (or explicitly requested with --enable-more-warnings).
15875
15876 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15877
15878         * data/evince-ui.xml: add File and File->Close menu.
15879
15880         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15881         (ev_window_destroy): quit after destroy.
15882         (ev_window_class_init): override GtkObject::destroy.
15883         (entries): install close_window callback.
15884
15885 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15886
15887         * Makefile.am (SUBDIRS): add data subdir.
15888
15889         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15890         gtk+ 2.5.0 for GtkAboutDialog.
15891
15892         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15893         main window.
15894
15895         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15896
15897         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15898         manager.
15899         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15900
15901 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15902
15903         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15904
15905 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15906
15907         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15908
15909 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15910
15911         * shell/*: Added shell directory boilerplate, build it.
15912
15913 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15914
15915         * configure.ac, Makefile.am: Added top-level configure.ac and
15916         Makefile.am