]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
NULL safety. (get_mime_type_from_data): Return the MIME type, not the
[evince.git] / ChangeLog
1 2009-02-13  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
4         safety.
5         (get_mime_type_from_data): Return the MIME type, not the content type.
6
7 2009-02-13  Christian Persch  <chpe@gnome.org>
8
9         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
10         the input stream.
11
12 2009-02-13  Christian Persch  <chpe@gnome.org>
13
14         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
15         all errors upwards.
16
17 2009-02-13  Christian Persch  <chpe@gnome.org>
18
19         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
20         more bytes from buffer than were read from the file.
21
22 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
23
24         * properties/ev-properties-view.c (set_property):
25         
26         Fixes bug #571787.
27
28 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/eggfindbar.c: (egg_find_bar_init):
31
32         Use gtk_tool_button_set_use_underline() for next/previous buttons
33         so that the underline is used for the mnemonic. Fixes bug #571547.
34         
35 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * shell/ev-window.c: (setup_document_from_metadata),
38         (setup_sidebar_from_metadata), (setup_document_from_metadata),
39         (setup_view_from_metadata), (ev_window_set_document),
40         (ev_window_load_job_cb), (ev_window_reload_job_cb),
41         (ev_window_reload_remote), (ev_window_init):
42
43         Do not use metadata when reloading the document, so that the
44         window is not resized when reloading. See bugs #571051 and
45         #304249.
46         
47 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * configure.ac:
50         * cut-n-paste/smclient/Makefile.am:
51
52         Fix smclient libs on cycgwin. See bug #339172.
53         
54 2009-02-08  Christian Persch  <chpe@gnome.org>
55
56         * configure.ac:
57         * libdocument/Makefile.am:
58         * libview/Makefile.am: Add experimental introspection support.
59         Disabled by default; use --enable-introspection to enable it.
60         Bug #569083.
61
62 2009-02-08  Christian Persch  <chpe@gnome.org>
63
64         * libview/Makefile.am: Link libevdocument.la to libevview.la.
65
66 2009-02-05  Christian Persch  <chpe@gnome.org>
67
68         * backend/comics/comics-document.c: (comics_document_load):
69         * backend/djvu/djvu-document.c: (djvu_document_load):
70         * backend/dvi/dvi-document.c: (dvi_document_load):
71         * backend/impress/impress-document.c: (impress_document_load):
72         * backend/pdf/ev-poppler.cc:
73         * libdocument/ev-document-factory.c: (get_document_from_uri),
74         (ev_document_factory_get_document):
75         * shell/ev-print-operation.c:
76         (ev_print_operation_export_print_dialog_response_cb): Use
77         g_set_error_literal now that we depend on glib 2.18.
78
79 2009-02-05  Hib Eris  <hib@hiberis.nl>
80
81         * shell/ev-application.c:
82
83         Include gdkx.h only with X11. See bug #339172.
84         
85 2009-02-05  Hib Eris  <hib@hiberis.nl>
86
87         * backend/pdf/pdfdocument.evince-backend.in:
88
89         Add application/x-ext-pdf mime type for pdf backend. See bug
90         #339172.
91         
92 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * configure.ac:
95         * cut-n-paste/smclient/Makefile.am:
96         * cut-n-paste/smclient/eggdesktopfile.c:
97         * cut-n-paste/smclient/eggsmclient-win32.c:
98         * shell/main.c:
99
100         Make session manager code compile for w32. These changes have been
101         taken from upstream libegg. Based on patch by Hib Eris. See bug
102         #339172.
103         
104 2009-02-05  Hib Eris  <hib@hiberis.nl>
105
106         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
107
108         Make screensaver code compile for w32. These changes have been
109         copied from upstream totem. See bug #339172.
110         
111 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * configure.ac:
114         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
115
116         Make use of GConf optional. Based on patch by Hib Eris. See bug
117         #339172.
118         
119 2009-02-04  Christian Persch  <chpe@gnome.org>
120
121         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
122         evince gettext domain, so i18n works in the library.
123
124         * properties/ev-properties-main.c: (nautilus_module_initialize):
125         Remove extra bindtextdomain call.
126
127 2009-02-04  Christian Persch  <chpe@gnome.org>
128
129         * backend/comics/comics-document.c:
130         * backend/djvu/djvu-document.c:
131         * backend/dvi/dvi-document.c:
132         * backend/impress/impress-document.c:
133         * backend/pdf/ev-poppler.cc:
134         * backend/pixbuf/pixbuf-document.c:
135         * backend/ps/ev-spectre.c:
136         * backend/tiff/tiff-document.c:
137         * libdocument/ev-attachment.c:
138         * libdocument/ev-document-factory.c:
139         * libview/ev-jobs.c:
140         * libview/ev-view-accessible.c:
141         * libview/ev-view.c:
142         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
143         gi18n.h.
144
145 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * NEWS:
148         * configure.ac:
149
150         Update for release 2.25.90
151         
152 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * cut-n-paste/zoom-control/ephy-zoom-control.c:
155         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
156
157         Remove the old tooltips code and use G_DEFINE_TYPE().
158         
159 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * configure.ac:
162         * help/reference/Makefile.am:
163         * help/reference/libdocument/Makefile.am:
164         * help/reference/libdocument/libevdocument-docs.sgml:
165         * help/reference/libdocument/libevdocument.types:
166         * help/reference/libdocument/version.xml.in:
167         * help/reference/libview/Makefile.am:
168         * help/reference/libview/libevview-docs.sgml:
169         * help/reference/libview/libevview.types:
170         * help/reference/libview/version.xml.in:
171         * help/reference/shell/Makefile.am:
172         * help/reference/shell/evince-docs.sgml:
173         * help/reference/shell/evince.types:
174         * help/reference/shell/tmpl/dummy.sgml:
175         * help/reference/shell/version.xml.in:
176
177         Split API documentation into libdocument, libview and
178         shell. Required gtk-doc files has been added, but API docs still
179         need to be completed and improved. Fixes bug #568465.
180         
181 2009-02-01  Christian Persch  <chpe@gnome.org>
182
183         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
184
185 2009-02-01  Christian Persch  <chpe@gnome.org>
186
187         * backend/Makefile.am:
188         A backend/backend.symbols:
189         * configure.ac: Only export the backend module entry point. Bug
190         #569998.
191
192 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/eggfindbar.c: (egg_find_bar_init):
195
196         Add mnemonics to buttons in search bar. Fixes bug #569212.
197         
198 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
199         
200         * shell/ev-print-operation.c:
201         (ev_print_operation_export_print_dialog_response_cb):
202
203         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
204         
205 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
208
209         Clamp top/bottom values of destinations to make sure they are not
210         bigger than the page height. Fixes bug #569327.
211         
212 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * libdocument/ev-debug.h:
215
216         Fix build when debug mode is disabled.
217         
218 2009-01-30  Christian Persch  <chpe@gnome.org>
219
220         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
221         this return TRUE only if any backends were loaded, so the ev_init()
222         function works as documented.
223
224 2009-01-30  Christian Persch  <chpe@gnome.org>
225
226         * evince-document.h:
227         * libdocument/Makefile.am:
228         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
229         #569117.
230
231         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
232         * libdocument/ev-backends-manager.h:
233         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
234         * libdocument/ev-debug.h:
235         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
236         (_ev_file_helpers_shutdown):
237         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
238         private.
239
240         * properties/ev-properties-main.c: (nautilus_module_initialize),
241         (nautilus_module_shutdown):
242         * shell/main.c: (main):
243         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
244         init/shutdown method.
245
246 2009-01-29  Christian Persch  <chpe@gnome.org>
247
248         * shell/main.c: (option_version_cb): Add --version which was lost in
249         the libgnome removal. Bug #562869.
250
251 2009-01-26  Christian Persch  <chpe@gnome.org>
252
253         * shell/ev-application.c: (ev_application_register_service),
254         (ev_application_shutdown):
255         * shell/main.c: (main): Move metadata manager initialisation and
256         shutdown into EvApplication. Follow-up from bug #569120.
257
258 2009-01-26  Christian Persch  <chpe@gnome.org>
259
260         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
261         copy the string twice. Bug #569231.
262
263 2009-01-26  Christian Persch  <chpe@gnome.org>
264
265         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
266         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
267         * libdocument/ev-file-helpers.h:
268         * shell/ev-application.c: (ev_application_shutdown),
269         (ev_application_init), (ev_application_screensaver_disable),
270         (ev_application_save_print_settings),
271         (ev_application_set_page_setup):
272         * shell/ev-application.h:
273         * shell/ev-metadata-manager.c: (load_values),
274         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
275         shell, since it shouldn't be public API. Bug #569120.
276
277         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
278         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
279
280 2009-01-25  Christian Persch  <chpe@gnome.org>
281
282         Bug 569082 – use versioned directory for backends
283
284         * configure.ac: Define ev_binary_version and backenddir.
285         * evince-document.pc.in: Add backenddir variable.
286         * libdocument/Makefile.am:
287         * backend/*/Makefile.am: Remove backenddir definition, so it picks
288         up the one from configure.
289
290 2009-01-25  Christian Persch  <chpe@gnome.org>
291
292         * configure.ac:
293         * evince-document.pc.in: Renamed from evince-backend.pc.in.
294         * libdocument/Makefile.am: Renamed library to libevdocument.la.
295         * libview/Makefile.am:
296         * shell/Makefile.am:
297         * backend/*/Makefile.am: Adapt to changed library name.
298
299         * libdocument/Makefile.am:
300         * libview/Makefile.am: Change the installed headers path to match
301         the directory names in SVN.
302
303         * evince-document.h:
304         * evince-view.h: Add single headers. Bug #568227.
305
306         * libdocument/*.h:
307         * libview/*.h: Add single headers guards.
308
309         * libview/Makefile.am:
310         * libdocument/Makefile.am:
311         * backend/*/Makefile.am:
312         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
313         still include individual headers.
314
315         * properties/Makefile.am:
316         * properties/ev-properties-main.c:
317         * properties/ev-properties-view.h:
318         * thumbnailer/Makefile.am:
319         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
320
321         * libdocument/Makefile.am:
322         * libview/Makefile.am: Generate type builtins from all installed headers.
323         * libdocument/ev-link-action.[ch]:
324         * libdocument/ev-link-dest.[ch]:
325         * libdocument/ev-transition-effect.[ch]:
326         * libview/ev-view.[ch]: Remove handcoded type builtins.
327
328         * libdocument/Makefile.am:
329         * evince-document.h: Add ev-document-factory.h to the public headers.
330
331 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * shell/ev-sidebar-page.c:
334
335         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
336         #568228.
337         
338 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * libdocument/ev-document.h:
341
342         Add EV_DEFINE_INTERFACE macro.
343         
344         * libdocument/ev-async-renderer.c:
345         * libdocument/ev-document-find.c:
346         * libdocument/ev-document-fonts.c:
347         * libdocument/ev-document-forms.c:
348         * libdocument/ev-document-images.c:
349         * libdocument/ev-document-layers.c:
350         * libdocument/ev-document-links.c:
351         * libdocument/ev-document-security.c:
352         * libdocument/ev-document-thumbnails.c:
353         * libdocument/ev-document-transition.c:
354         * libdocument/ev-document.c:
355         * libdocument/ev-file-exporter.c:
356         * libdocument/ev-selection.c:
357
358         Use EV_DEFINE_INTERFACE macro to define interfaces in
359         libdocument. See bug #568228.
360         
361 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * libdocument/ev-document.[ch]:
364
365         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
366         #568228.
367         
368 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
369
370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
371         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
372         (new_separator_pixbuf):
373         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
374         (egg_toolbar_editor_disconnect_model),
375         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
376         (egg_toolbar_editor_finalize):
377         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
378         * cut-n-paste/toolbar-editor/eggmarshalers.list:
379         
380         Sync EggToolbarEditor with libegg.
381
382 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
383
384         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
385         When saving a file, using the default permissions for the user/system,
386         respecting umask and any setgid bit on the directory. Uses the new
387         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
388         Bug #568593.
389         
390 2009-01-21  Christian Persch  <chpe@gnome.org>
391
392         * configure.ac:
393         * libdocument/Makefile.am:
394         * libview/Makefile.am: Add libtool versioning to libevbackend and
395         libevview. Bug #568229.
396
397 2009-01-21  Christian Persch  <chpe@gnome.org>
398
399         * Makefile.am:
400         * configure.ac:
401         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
402
403 2009-01-21  Christian Persch  <chpe@gnome.org>
404
405         * configure.ac:
406         * libdocument/Makefile.am:
407         A libdocument/ev-version.h.in: Add version defines and version check
408         macro. Bug #568224.
409
410 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
411
412         * shell/ev-sidebar-links.c
413         * shell/ev-print-operation.c:
414         * shell/ev-history.c:
415         * shell/ev-file-monitor.c:
416         * shell/ev-window.c:
417         * shell/ev-password-view.c:
418         * shell/ev-sidebar-thumbnails.c:
419         * shell/ev-sidebar-attachments.c:
420         * libview/ev-pixbuf-cache.c:
421         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
422         Bug #568386.
423
424 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
425
426         * libdocument/ev-document-info.h:
427
428         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
429         
430 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
431
432         * libview/Makefile.am:
433
434         Install ev-job-scheduler.h. See bug #567790.
435         
436 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
437
438         * libdocument/Makefile.am:
439
440         Install ev-backends-manager.h and
441         ev-document-type-builtins.h. Fixes bug #567787.
442         
443 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * NEWS:
446         * configure.ac:
447
448         Update for release 2.25.5
449         
450 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * libview/ev-view.c: (ev_view_drag_data_get):
453
454         Fix second parameter passed to gtk_selection_data_set_uris(), 
455         it expects a gchar **.
456         
457 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
458
459         * libdocument/Makefile.am:
460         * libdocument/ev-document-info.h:
461         * libdocument/ev-document-type-builtins.c.template:
462         * libdocument/ev-document-type-builtins.h.template:
463         * libdocument/ev-document.c: (ev_document_info_get_type),
464         (ev_document_info_copy):
465
466         Make EvDocumentInfo and enums definded in ev-document-info.h
467         GTypes. Fixes bug #567789.
468         
469 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
470
471         * shell/main.c (arguments_parse): Fix for a minor code typo.
472
473 2009-01-18  Christian Persch  <chpe@gnome.org>
474
475         * help/reference/Makefile.am:
476         * help/reference/evince.types: Fix the API docs build. Bug #568171.
477
478 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
479
480         * libview/Makefile.am:
481         * libview/ev-view-type-builtins.c.template:
482         * libview/ev-view-type-builtins.h.template:
483
484         Make EvJobPriority a proper GType. Fixes bug #567788.
485         
486 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * configure.ac:
489         * cut-n-paste/*/Makefile.am:
490         * libdocument/Makefile.am:
491
492         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
493         code.
494         
495 2009-01-18  Christian Persch  <chpe@gnome.org>
496
497         * libview/ev-view.c: (ev_view_drag_data_get),
498         (ev_view_drag_motion), (ev_view_update_primary_selection),
499         (clear_link_selected):
500         * shell/ev-sidebar-attachments.c:
501         (ev_sidebar_attachments_drag_data_get),
502         (ev_sidebar_attachments_get_property),
503         (ev_sidebar_attachments_init):
504         * shell/ev-window.c: Update drag handling code to use the
505         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
506         hardcoding the targets lists. Bug #558084.
507         
508 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * libdocument/Makefile.am:
511         * libdocument/ev-backend-marshal.c:
512         * libdocument/ev-backend-marshalers.list:
513         * libdocument/ev-document.c:
514
515         Remove unused marshalers stuff from libdocument.
516         
517 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * po/POTFILES.in:
520
521         Update for the current source tree.
522         
523 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * configure.ac:
526         * Makefile.am:
527         * libdocument/Makefile.am:
528         * libview/Makefile.am:
529         * libview/ev-job-scheduler.[ch]:
530         * libview/ev-jobs.[ch]:
531         * libview/ev-page-cache.[ch]:
532         * libview/ev-pixbuf-cache.[ch]:
533         * libview/ev-timeline.[ch]:
534         * libview/ev-transition-animation.[ch]:
535         * libview/ev-view-accessible.[ch]:
536         * libview/ev-view-marshal.list:
537         * libview/ev-view.[ch]:
538         * shell/Makefile.am:
539
540         Move EvView specific code to a libeviview library so that it can
541         be embbeded in other applications. Based on patches by Tomeu
542         Vizoso. Fixes bug #567751.
543         
544 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
547         * shell/ev-window.c: (ev_window_load_job_cb),
548         (ev_window_load_job_cb), (ev_window_open_uri),
549         (ev_window_reload_local), (ev_window_dispose):
550
551         Remove dest, mode and search_string from EvJobLoad since they are
552         not really needed by the job, but for the window.
553         
554 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * shell/ev-view.c: (ev_view_drag_data_received),
557         (ev_view_class_init), (ev_view_init):
558         * shell/ev-window.c: (ev_window_drag_data_received),
559         (ev_window_class_init), (ev_window_init):
560
561         Make the whole EvWindow the destination of a drag and drop
562         operation.
563         
564 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * shell/ev-window.c: (window_open_file_copy_progress_cb):
567
568         Add missing brakets around the percentage in progress
569         messages. See bug #567910.
570         
571 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * shell/ev-application.c: (ev_application_open_window),
574         (ev_application_open_uri_at_dest):
575
576         Do no use gdk_x11_* when not available. Based on patch by Hib
577         Eris, see bug #339172.
578         
579 2009-01-16  Hib Eris  <hib@hiberis.nl>
580
581         * configure.ac:
582         * properties/ev-properties-view.c:
583         (ev_properties_view_format_date):
584
585         Check for localtime_r. See bug #339172.
586         
587 2009-01-16  Hib Eris  <hib@hiberis.nl>
588
589         * shell/main.c:
590
591         Include gdkx only for dbus support. See bug #339172.
592         
593 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
594
595         * shell/ev-view.c: (ev_view_set_zoom_for_size):
596
597         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
598         #567785.
599         
600 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * shell/ev-window.c: (reload_remote_copy_progress_cb),
603         (window_save_file_copy_progress_cb):
604
605         Use brakets around the percentage in progress messages. See bug
606         #567910.
607         
608 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-window.c: (reload_remote_copy_ready_cb):
611
612         Fix typo in error message. See bug #567910.
613         
614 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * shell/ev-window.c: (ev_window_cmd_file_close_window):
617
618         Fix mnemonic conflict. Fixes bug #567937.
619         
620 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
621
622         * NEWS:
623         * configure.ac:
624
625         Update for release 2.25.4
626         
627 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
628
629         * configure.ac:
630         
631         GLib version requirement bumped to 2.18 due to g_set_error_literal.
632         Thanks to Christian Spurk.
633
634 2008-12-31  Hib Eris  <hib@hiberis.nl>
635         
636         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
637
638         Fix mime type handling.
639         
640 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * po/POTFILES.in:
643
644         Add ev-print-operation.c.
645         
646 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-window.c: (ev_window_clear_progress_idle),
649         (reset_progress_idle), (ev_window_show_progress_message),
650         (ev_window_reset_progress_cancellable),
651         (ev_window_progress_response_cb), (show_loading_progress),
652         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
653         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
654         (show_reloading_progress), (reload_remote_copy_ready_cb),
655         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
656         (show_saving_progress), (window_save_file_copy_ready_cb),
657         (window_save_file_copy_progress_cb), (ev_window_save_remote),
658         (ev_window_dispose):
659
660         Show progress information when loading/saving remote files. Fixes
661         bug #370958.
662         
663 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
666
667         Show better warning message when temp file cannot be deleted.
668         
669 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * shell/ev-window.c: (image_save_dialog_response_cb):
672
673         Fix saving images to remote locations.
674         
675 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-application.[ch]: (ev_application_shutdown),
678         (ev_application_get_print_settings_file),
679         (ev_application_save_print_settings),
680         (ev_application_get_print_settings),
681         (ev_application_set_print_settings),
682         (ev_application_get_page_setup), (ev_application_set_page_setup):
683         * shell/ev-window.c: (ev_window_save_print_page_setup),
684         (ev_window_load_print_page_setup_from_metadata),
685         (ev_window_print_page_setup_done_cb),
686         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
687         (ev_window_cmd_preview_print):
688
689         Remember page setup options too. Paper size is globally remembered
690         while page margins are stored per document in metadata file. Fixes
691         bugs #525185 and #349102.
692         
693 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * shell/ev-print-operation.c:
696         (ev_print_operation_export_print_dialog_response_cb):
697
698         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
699         
700 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * shell/ev-print-operation.c: (export_cancel),
703         (export_job_cancelled), (ev_print_operation_export_begin),
704         (ev_print_operation_export_cancel):
705         * shell/ev-window.c: (ev_window_print_cancel),
706         (ev_window_print_update_pending_jobs_message),
707         (ev_window_print_operation_done),
708         (ev_window_print_operation_status_changed),
709         (print_jobs_confirmation_dialog_response),
710         (ev_window_cmd_file_close_window):
711
712         Show a confirmation dialog when there are pending print jobs while
713         closing the main window. Fixes bug #480964.
714         
715 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
718         (ev_print_operation_get_job_name),
719         (ev_print_operation_get_status),
720         (ev_print_operation_get_progress),
721         (ev_print_operation_update_status),
722         (ev_print_operation_export_get_job_name), (clamp_ranges),
723         (get_first_and_last_page), (ev_print_operation_export_run_next),
724         (print_job_finished), (export_print_done), (export_job_cancelled),
725         (update_progress), (export_print_page),
726         (ev_print_operation_export_begin),
727         (ev_print_operation_export_print_dialog_response_cb),
728         (ev_print_operation_export_run),
729         (ev_print_operation_export_cancel),
730         (ev_print_operation_export_class_init):
731         * shell/ev-window.c:
732         (ev_window_print_update_pending_jobs_message),
733         (ev_window_print_operation_done),
734         (ev_window_print_progress_response_cb),
735         (ev_window_print_operation_status_changed),
736         (ev_window_print_operation_begin_print), (ev_window_print_range),
737         (ev_window_dispose):
738
739         Show progress information when printing. Fixes bug #482770.
740         
741 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/Makefile.am:
744         * shell/ev-progress-message-area.[ch]:
745         * shell/ev-message-area.[ch]: (ev_message_area_init),
746         (ev_message_area_set_image_from_stock):
747
748         Add EvProgressMessageArea derived from EvMessageArea to show
749         progress information in the message area. 
750         
751 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
754
755         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
756         close button. Add a function to get the contents of the message
757         area.
758         
759 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/Makefile.am:
762         * shell/ev-print-operation.[ch]:
763         * shell/ev-jobs.[ch]: (ev_job_export_init),
764         (ev_job_export_dispose), (ev_job_export_run),
765         (ev_job_export_class_init), (ev_job_export_new),
766         (ev_job_export_set_page):
767         * shell/ev-window.c: (ev_window_print_operation_done),
768         (ev_window_print_range), (ev_window_dispose):
769
770         First step of the printing system rework. EvJobPrint has been
771         replaced by EvJobExport so that every page is scheduled to be
772         exported in a thread instead of scheduling the whole printing
773         process. This way the gui is responsive during printing.
774         
775 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (setup_size_from_metadata),
778         (ev_window_load_print_settings_from_metadata):
779
780         Fix memory leaks.
781         
782 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * libdocument/ev-document.c: (ev_document_get_type):
785
786         Add GObject type as prerequisite to EvDocument interface so that
787         document instances can be used as GObjects.
788         
789 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-view.c: (jump_to_find_result):
792
793         Only jump the the location of the find result for the first match
794         when searching. It drastically improves the performance when
795         searching. Bug catched and fixed by Michael Hunold. Fixes bug
796         #564774.
797         
798 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * properties/ev-properties-main.c: (ev_properties_get_pages):
801         * properties/ev-properties-view.[ch]:
802         (ev_properties_view_dispose), (ev_properties_view_class_init),
803         (ev_properties_view_set_info), (ev_properties_view_new):
804         * shell/ev-properties-dialog.[ch]:
805         (ev_properties_dialog_set_document):
806         * shell/ev-window.c: (ev_window_setup_document),
807         (ev_window_cmd_file_properties):
808
809         Add document URI to properties page. Fixes bug #555376.
810         
811 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * configure.ac:
814         * data/Makefile.am:
815         * data/evince-password.glade: Removed
816         * data/evince-properties.glade: Removed
817         * properties/ev-properties-view.c:
818         (ev_properties_view_class_init), (set_property),
819         (ev_properties_view_set_info), (ev_properties_view_init):
820         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
821         (font_cell_data_func), (ev_properties_fonts_init):
822
823         Remove Glade dependency.
824         
825 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * backend/comics/comics-document.c: (comics_document_load):
828
829         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
830         
831 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * NEWS:
834         * configure.ac:
835
836         Update for release 2.25.2
837         
838 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * configure.ac:
841         * shell/Makefile.am:
842         * shell/ev-keyring.[ch]:
843         * shell/ev-password.[ch]: Removed
844         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
845         (ev_password_view_class_init), (ev_password_view_clicked_cb),
846         (ev_password_view_init), (ev_password_view_set_uri),
847         (ev_password_dialog_got_response),
848         (ev_password_dialog_remember_button_toggled),
849         (ev_password_dialog_entry_changed_cb),
850         (ev_password_dialog_entry_activated_cb),
851         (ev_password_view_ask_password), (ev_password_view_get_password),
852         (ev_password_view_get_password_save_flags),
853         (ev_password_view_new):
854         * shell/ev-window.c: (ev_window_password_view_unlock),
855         (ev_window_load_job_cb), (ev_window_close_dialogs),
856         (ev_window_init):
857
858         Rework the password view. When the password is in the keyring it's
859         used automatically without showing the password dialog and it's  
860         only stored in the keyring when we are sure it's correct. The
861         password dialog has been reworked too, in order to make it
862         more hig compliant and consistent with the GTK+ dialog used in
863         gtkmountoperation. Fixes bug #562496. 
864         
865 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/comics/comics-document.c: (comics_document_load):
868
869         Do not trust file extensions when getting the command needed to
870         uncompress comic documents. Fixes bug #562143.
871         
872 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * libdocument/ev-document-factory.c: (get_document_from_uri),
875         (ev_document_factory_get_document):
876         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
877         (get_mime_type_from_data), (ev_file_get_mime_type):
878
879         Move mime-type functions from document-facrory to file-helpers so
880         that it can be reused.
881         
882 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
885         (window_open_file_copy_ready_cb), (ev_window_reload_local),
886         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
887         (ev_window_reload_remote), (ev_window_reload_document):
888
889         Add support for reloading remote documents. Fixes bug #555399.
890         
891 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * shell/ev-view.c: (ev_view_find_previous):
894
895         Make sure find_result is never < 0 which causes a crash while
896         searching. Fixes bug #558377.
897         
898 2008-11-19  Marek Kašík <mkasik@redhat.com>
899
900         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
901         (ev_pixbuf_cache_get_selection_surface):
902         
903         Fixes crash on fast scrolling with simultaneous text selection.
904
905 2008-11-19  Marek Kašík <mkasik@redhat.com>
906
907         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
908         * shell/ev-window.c (launch_external_uri):
909         
910         Fixes assertion fail on selecting text. See bug #561393.
911
912 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/Makefile.am:
915         * shell/ev-jobs.[ch]: (ev_job_layers_init),
916         (ev_job_layers_dispose), (ev_job_layers_run),
917         (ev_job_layers_class_init), (ev_job_layers_new):
918         * shell/ev-sidebar-layers.[ch]:
919         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
920         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
921         (ev_view_reload_page), (ev_view_reload):
922         * shell/ev-window.c: (setup_sidebar_from_metadata),
923         (ev_window_sidebar_current_page_changed_cb),
924         (sidebar_layers_visibility_changed), (ev_window_init):
925
926         Add layers support.
927         
928 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * data/icons/22x22/actions/Makefile.am:
931         * data/icons/22x22/actions/eye.png:
932         * shell/ev-stock-icons.[ch]:
933         
934         Add eye icon from gimp to hide/show layers.
935         
936 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * configure.ac:
939         * cut-n-paste/Makefile.am:
940         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
941         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
942         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
943
944         Add GimpCellRendererToggle from gimp slightly modified to fit our
945         needs. 
946         
947 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * configure.ac:
950         * backend/pdf/ev-poppler.cc:
951
952         Implement layers interface in PDF backend.
953         
954 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * libdocument/Makefile.am:
957         * libdocument/ev-document-layers.[ch]:
958         * libdocument/ev-layer.[ch]:
959
960         Add optional content (layers) interface.
961         
962 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
963
964         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
965         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
966
967         Removes unused code.
968
969 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * NEWS:
972         * configure.ac:
973
974         Update for 2.25.1 release
975
976 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * shell/ev-window.c:
979
980         Fix build with GTK+ < 2.14
981
982 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
983
984         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
985         
986         Makes menu label translatable. Fixes bug #559129.
987
988 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
989
990         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
991         (t1_transform_font):
992         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
993         
994         More renames of warning to mdvi_warning in follow up to the
995         fix of the bug #553369. Fix for the bug #559257 by
996         Tuxce <tuxce.net@gmail.com>.
997         
998 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-application.c: (ev_application_init_session):
1001         * shell/main.c: (main):
1002
1003         Move the egg_set_desktop_file() call to main and remove
1004         gtk_window_set_default_icon_name() since it's already called by
1005         egg_set_desktop_file()
1006         
1007 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1010
1011         Initialize GError to NULL.
1012         
1013 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1016         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1017         (ev_window_preview_print_finished), (launch_action):
1018
1019         Do not use popup dialogs to show error messages anymore, use the
1020         message area instead.
1021         
1022 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * shell/ev-window.c: (ev_window_error_message),
1025         (ev_window_warning_message), (ev_window_set_document),
1026         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1027         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1028         (ev_window_cmd_help_contents), (launch_external_uri),
1029         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1030         (ev_attachment_popup_cmd_open_attachment),
1031         (attachment_save_dialog_response_cb):
1032
1033         Use a message format (with printf()-style) in
1034         ev_window_error_message and ev_window_warning_message.
1035
1036 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * shell/ev-window.c: (ev_window_error_message),
1039         (ev_window_warning_message), (ev_window_set_document),
1040         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1041         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1042         (ev_window_cmd_help_contents), (launch_external_uri),
1043         (image_save_dialog_response_cb),
1044         (ev_attachment_popup_cmd_open_attachment),
1045         (attachment_save_dialog_response_cb):
1046
1047         Change ev_window_error_message and ev_window_warning_message to
1048         receive a EvWindow instead of a GtkWindow. It's more consistent
1049         and avoids unneeded casts.
1050         
1051 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-window.c: (ev_window_cmd_help_contents):
1054
1055         Use gtk_show_uri() when availale to display help contents.
1056         
1057 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * configure.ac:
1060         * backend/pdf/ev-poppler.cc:
1061         * properties/ev-properties-view.c:
1062         * shell/Makefile.am:
1063         * shell/ev-tooltip.[ch]: Removed
1064         * shell/ev-view-private.h
1065         * shell/eggfindbar.c:
1066         * shell/ev-application.c:
1067         * shell/ev-open-recent-action.c:
1068         * shell/ev-sidebar-thumbnails.c:
1069         * shell/ev-view.c:
1070         * shell/ev-window.c:
1071
1072         Bump GTK+ requirement to 2.12.
1073         
1074 2008-10-27 Christian Persch <chpe@gnome.org>
1075
1076         * backend/djvu/djvu-document.c
1077         * backend/dvi/cairo-device.c
1078         * cut-n-paste/evmountoperation/ev-mount-operation.h
1079         * cut-n-paste/gedit-message-area/gedit-message-area.h
1080         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1081         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1082         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1083         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1084         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1085         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1086         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1087         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1088         * cut-n-paste/zoom-control/ephy-zoom-action.c
1089         * cut-n-paste/zoom-control/ephy-zoom-action.h
1090         * cut-n-paste/zoom-control/ephy-zoom-control.c
1091         * cut-n-paste/zoom-control/ephy-zoom-control.h
1092         * libdocument/ev-async-renderer.h
1093         * libdocument/ev-document-factory.c
1094         * libdocument/ev-document-misc.h
1095         * libdocument/ev-image.h
1096         * libdocument/ev-selection.h
1097         * shell/ev-properties-fonts.h
1098         * shell/ev-stock-icons.h
1099         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1100         directly. Bug #558064.
1101
1102 2008-10-27 Christian Persch <chpe@gnome.org>
1103
1104         * cut-and-paste/smclient/*: Update from libegg.
1105
1106 2008-10-27 Christian Persch <chpe@gnome.org>
1107
1108         * backend/djvu/djvu-document.c
1109         * backend/ps/ev-spectre.c
1110         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1111
1112 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1113
1114         * shell/ev-view.c (ev_view_change_page),
1115         (ev_view_transition_animation_finish),
1116         (ev_view_transition_animation_cancel), (page_changed_cb),
1117         (ev_view_set_presentation), (ev_view_next_page),
1118         (ev_view_previous_page):
1119         
1120         Cancel the animation without scheduling transition start
1121         and proceed to the next page to fix bug #516749.
1122
1123 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * NEWS:
1126         * configure.ac:
1127
1128         Update for release 2.24.1
1129         
1130 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1133
1134         Disable toggle function of F5 when in presentation mode. Patch by
1135         Dave Neary. Fixes bug #556162.
1136         
1137 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1140         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1141         (ev_sidebar_thumbnails_fill_model),
1142         (ev_sidebar_thumbnails_refresh),
1143         (ev_sidebar_thumbnails_set_document):
1144
1145         Instead of using only one loading icon for thumbnails based on the
1146         size of the first page, create an icon for every different page
1147         size. Fixes bug #556264.
1148         
1149 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1152
1153         Fix memory leak.
1154         
1155 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1156
1157         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1158
1159         Removes bad prefixes from window title. Patch by 
1160         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1161         
1162 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * shell/ev-window.c: (launch_external_uri):
1165
1166         Do not consider mailto links as http uris. Fixes bug #555801.
1167         
1168 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1171
1172         Fix memory leak. Fixes bug #555134.
1173         
1174 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1177
1178         Emit the job finished signal when the job is handled before the
1179         page_ready callback.
1180         
1181 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * shell/ev-window.c: (launch_action):
1184
1185         Use GdkAppLaunchContext when available to launch external
1186         applications.
1187         
1188 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-window.c: (launch_action):
1191
1192         Fix launching external applications for launch actions which seems
1193         to be broken since the gio port. Fixes bug #554500.
1194         
1195 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * backend/dvi/Makefile.am:
1198         * backend/dvi/cairo-device.c:
1199         * backend/dvi/dvi-document.c:
1200         * backend/dvi/mdvi-lib/Makefile.am:
1201
1202         Fix several compile warnings in the dvi backend.
1203         
1204 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * backend/dvi/mdvi-lib/common.h:
1207         * backend/dvi/mdvi-lib/dviread.c:
1208         * backend/dvi/mdvi-lib/font.c:
1209         * backend/dvi/mdvi-lib/fontmap.c:
1210         * backend/dvi/mdvi-lib/fontsrch.c:
1211         * backend/dvi/mdvi-lib/gf.c:
1212         * backend/dvi/mdvi-lib/pagesel.c:
1213         * backend/dvi/mdvi-lib/pk.c:
1214         * backend/dvi/mdvi-lib/sp-epsf.c:
1215         * backend/dvi/mdvi-lib/special.c:
1216         * backend/dvi/mdvi-lib/tfm.c:
1217         * backend/dvi/mdvi-lib/tfmfile.c:
1218         * backend/dvi/mdvi-lib/util.c:
1219         * backend/dvi/mdvi-lib/vf.c:
1220
1221         Rename error as mdvi_error to avoid symbol conflicts with the libc
1222         error. Rename also message, crash, fatal and warning for
1223         consistency. Fixes bug #553369.
1224         
1225 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * backend/dvi/dvi-document.c: (dvi_document_load):
1228
1229         Fix memory leak.
1230         
1231 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * backend/dvi/dvi-document.c:
1234
1235         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1236         G_IMPLEMENT_INTERFACE.
1237         
1238 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1241
1242         Make sure copy_job_page_and_selection_to_job_info is always called
1243         before copy_job_to_job_info. Fixes bug #552382.
1244         
1245 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * NEWS:
1248         * configure.ac:
1249
1250         Update for release 2.24.0
1251         
1252 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * shell/ev-window.c: (launch_external_uri):
1255
1256         Use GdkAppLaunchContext when available to launch external uris.
1257         
1258 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-window.c: (launch_external_uri):
1261
1262         Use the message area to show errors when lauching external uris
1263         instead of a popup window.
1264         
1265 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * shell/ev-window.c: (launch_external_uri):
1268
1269         Assume invalid uris are http uris. Fixes bug #552071.
1270         
1271 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * NEWS:
1274         * configure.ac:
1275
1276         Update for release 2.23.92.
1277         
1278 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/eggfindbar.c: (egg_find_bar_class_init):
1281
1282         Allow page scrolling with PageUp/PageDown keys when find bar is
1283         active. Fixes bug #529833.
1284         
1285 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * shell/ev-view-private.h:
1288         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1289         (ev_view_scroll), (ev_view_class_init):
1290         * shell/ev-view-accessible.c:
1291         (ev_view_accessible_action_do_action):
1292         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1293         (ev_window_cmd_scroll_backward):
1294
1295         Use GtkScrollType instead of EvScrollType.
1296         
1297 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1298
1299         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1300         
1301         Patch for case unsensitive page label match by Michael Lee.
1302         See bug #550136.
1303         
1304         * shell/ev-page-action.c (create_tool_item):    
1305         * test/Makefile.am:
1306         * test/test1.py:
1307         * test/test4.py:
1308         * test/test5.py:
1309         
1310         Added test for the above and updated other tests.
1311
1312 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-window.c: (image_save_dialog_response_cb):
1315
1316         Do not append the file extension twice when saving an image.
1317         
1318 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1321
1322         Remove an invalid ifdef.
1323         
1324 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-view.c: (ev_view_motion_notify_event):
1327
1328         Make sure the cursor is correctly restored after showing the right
1329         click menu.
1330         
1331 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1334         (ev_attachment_open):
1335         * shell/ev-sidebar-attachments.c:
1336         (ev_sidebar_attachments_button_press):
1337         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1338
1339         Use GdkAppLaunchContext when available to open attachments.
1340         
1341 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1344
1345         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1346         by Eric Piel.
1347         
1348 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * shell/ev-application.c: (ev_application_get_media_keys):
1351         * shell/ev-media-player-keys.[ch]:
1352         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1353         (ev_media_player_keys_grab_keys),
1354         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1355         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1356         * shell/ev-window.[ch]: (ev_window_dispose),
1357         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1358         (ev_window_init):
1359
1360         Clean up the media player keys stuff.
1361         
1362 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * NEWS:
1365         * configure.ac:
1366
1367         Update for release 2.23.91.
1368         
1369 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1372         (sm_client_xsmp_set_initial_properties):
1373
1374         Fix memory leak.
1375         
1376 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-application.c: (ev_application_open_window),
1379         (ev_application_open_uri_at_dest):
1380
1381         Make sure evince starts up in the right workspace when resuming a
1382         previous session.
1383         
1384 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-application.[ch]: (ev_application_open_window),
1387         (ev_application_add_icon_path_for_screen),
1388         (ev_application_open_uri_at_dest):
1389
1390         Fix window manager warnings shown in ~/.xsession-errors
1391         
1392 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * configure.ac:
1395         * cut-n-paste/Makefile.am:
1396         * cut-n-paste/smclient/Makefile.am:
1397         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1398         * cut-n-paste/smclient/eggsmclient-private.h:
1399         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1400         * cut-n-paste/smclient/eggsmclient.[ch]:
1401
1402         EggSMClient copied from libegg
1403
1404         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1405         * shell/Makefile.am:
1406         * shell/ev-application.[ch]: (ev_application_load_session),
1407         (smclient_save_state_cb), (smclient_quit_cb),
1408         (ev_application_init_session), (ev_application_shutdown),
1409         (ev_application_init):
1410         * shell/main.c: (main):
1411
1412         Use EggSMClient instead of gnome-client and remove libgnome and
1413         libgnomeui dependencies.
1414         
1415 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/main.c: (main):
1418
1419         Remove gnome_authentication_manager_init.
1420         
1421 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * shell/ev-view.c: (ev_view_goto_window_create):
1424
1425         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1426         since it's now deprecated.
1427         
1428 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * backend/djvu/Makefile.am:
1431         * backend/djvu/djvu-document-private.h:
1432         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1433         (djvu_document_find_iface_init):
1434         * backend/djvu/djvu-text-page.[ch]:
1435         * backend/djvu/djvu-text.[ch]: Removed
1436         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1437         (pdf_document_find_iface_init):
1438         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1439         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1440         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1441         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1442         (ev_job_find_has_results), (ev_job_find_get_results):
1443         * shell/ev-view-private.h:
1444         * shell/ev-view.[ch]: (ev_view_expose_event),
1445         (highlight_find_results), (ev_view_finalize),
1446         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1447         (ev_view_set_document), (ev_view_find_get_n_results),
1448         (ev_view_find_get_result), (jump_to_find_result),
1449         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1450         (ev_view_find_previous), (ev_view_find_search_changed),
1451         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1452         * shell/ev-window.c: (ev_window_update_actions),
1453         (page_changed_cb), (ev_window_setup_document),
1454         (ev_window_update_find_status_message),
1455         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1456         (ev_window_clear_find_job), (find_bar_close_cb),
1457         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1458         (ev_window_dispose), (ev_window_init):
1459
1460         Rework find interface. The find logic has been moved from backends
1461         to the shell avoiding a lot of duplicated code in the backends and
1462         making easier to implement the find interface in the backends.
1463         
1464 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * backend/pdf/ev-poppler.cc:
1467         (pdf_document_thumbnails_get_dimensions):
1468
1469         Make sure thumbnail size returned by the PDF is actually
1470         valid. Fixes bug #548462.
1471         
1472 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * shell/ev-window.c: (ev_window_setup_document),
1475         (ev_window_set_document), (ev_window_dispose):
1476
1477         Remove the idle function for setting the document up when the
1478         window is destroyed. Fixes bug #549163.
1479         
1480 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1483         (ev_job_attachments_dispose), (ev_job_attachments_run),
1484         (ev_job_attachments_class_init), (ev_job_attachments_new):
1485         * shell/ev-sidebar-attachments.c:
1486         (ev_sidebar_attachments_set_document):
1487
1488         Add a new job to get the attachments in a thread with the document
1489         lock held. Fixes bug #548653.
1490         
1491 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1494         (tiff_document_document_iface_init):
1495
1496         Implement document_get_page_label in tiff backend.
1497         
1498 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * backend/tiff/tiff-document.c: (tiff_document_render):
1501
1502         Handle document orientation in tiff backend. Fixes bug #548444.
1503         
1504 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1507
1508         Do not crash when adjustment page size is 0. Fixes bug #547440.
1509         
1510 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1513
1514         Sync with current GTK+.
1515         
1516 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1517
1518         * configure.ac:
1519         
1520         Update for release 2.23.6.
1521
1522 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1525         (ev_job_load_set_password):
1526         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1527         * shell/ev-window.c: (password_dialog_response),
1528         (ev_window_load_job_cb):
1529
1530         Fix loading encrypted documents since I broke it with the jobs
1531         rework.
1532         
1533 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * NEWS:
1536
1537         Update NEWS for 2.23.6 release.
1538         
1539 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1540
1541         * backend/impress/impress-document.c:
1542         * backend/impress/render.h:
1543         * libdocument/ev-document-factory.c:
1544         * libdocument/ev-document-factory.h:
1545         * libdocument/ev-document-links.h:
1546         * libdocument/ev-document-misc.c:
1547         * libdocument/ev-document-misc.h:
1548         * properties/ev-properties-main.c:
1549         * properties/ev-properties-view.c:
1550         * properties/ev-properties-view.h:
1551         * shell/eggfindbar.c:
1552         * shell/eggfindbar.h:
1553         * shell/ev-application.c:
1554         * shell/ev-application.h:
1555         * shell/ev-jobs.h:
1556         * shell/ev-message-area.h:
1557         * shell/ev-navigation-action.c:
1558         * shell/ev-navigation-action.h:
1559         * shell/ev-open-recent-action.c:
1560         * shell/ev-open-recent-action.h:
1561         * shell/ev-page-action-widget.c:
1562         * shell/ev-page-action.c:
1563         * shell/ev-page-action.h:
1564         * shell/ev-page-cache.h:
1565         * shell/ev-password-view.h:
1566         * shell/ev-password.h:
1567         * shell/ev-pixbuf-cache.h:
1568         * shell/ev-properties-fonts.c:
1569         * shell/ev-sidebar-attachments.c:
1570         * shell/ev-sidebar-links.c:
1571         * shell/ev-sidebar-links.h:
1572         * shell/ev-sidebar-thumbnails.c:
1573         * shell/ev-sidebar-thumbnails.h:
1574         * shell/ev-sidebar.c:
1575         * shell/ev-sidebar.h:
1576         * shell/ev-stock-icons.c:
1577         * shell/ev-tooltip.h:
1578         * shell/ev-view.c:
1579         * shell/ev-view.h:
1580         * shell/ev-window.c:
1581         * shell/ev-window.h:
1582         * shell/main.c:
1583
1584         More #include cleanups. Again: reordering, single gtk.h
1585         includes and other stuff.
1586
1587 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1588
1589         * shell/eggfindbar.c:
1590         * shell/ev-application.c:
1591         * shell/ev-message-area.c:
1592         * shell/ev-navigation-action.c:
1593         * shell/ev-open-recent-action.c:
1594         * shell/ev-page-action-widget.c:
1595         * shell/ev-page-action.c:
1596         * shell/ev-password-view.c:
1597         * shell/ev-properties-dialog.c:
1598         * shell/ev-properties-fonts.c:
1599         * shell/ev-sidebar-attachments.c:
1600         * shell/ev-sidebar-page.c:
1601         * shell/ev-sidebar-thumbnails.c:
1602         * shell/ev-stock-icons.c:
1603         * shell/ev-tooltip.c:
1604         * shell/ev-view.c:
1605         * shell/ev-window.c:
1606         * shell/main.c:
1607
1608         Cleanup many #include statements: reorder so that a
1609         generic-to-specific order is used, use single gtk.h
1610         includes, and some other cleanups.
1611
1612 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * shell/ev-jobs.h:
1615
1616         Add gio header.
1617         
1618 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1621         (ev_document_fc_mutex_trylock):
1622         * shell/Makefile.am:
1623         * shell/ev-job-queue.[ch]:
1624         * shell/ev-job-scheduler.[ch]:
1625         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1626         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1627         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1628         (ev_job_failed_from_error), (ev_job_succeeded),
1629         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1630         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1631         (ev_job_links_class_init), (ev_job_render_init),
1632         (notify_page_ready), (ev_job_render_page_ready),
1633         (ev_job_render_run), (ev_job_render_class_init),
1634         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1635         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1636         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1637         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1638         (ev_job_save_dispose), (ev_job_save_run),
1639         (ev_job_save_class_init), (ev_job_print_init),
1640         (ev_job_print_dispose), (ev_job_print_run),
1641         (ev_job_print_class_init):
1642         * shell/ev-page-cache.c:
1643         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1644         (check_job_size_and_unref), (move_one_job),
1645         (copy_job_to_job_info), (add_job),
1646         (ev_pixbuf_cache_add_jobs_if_needed):
1647         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1648         (job_fonts_finished_cb), (job_fonts_updated_cb),
1649         (ev_properties_fonts_set_document):
1650         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1651         (ev_sidebar_links_set_document):
1652         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1653         (ev_sidebar_thumbnails_set_document),
1654         (ev_sidebar_thumbnails_clear_job):
1655         * shell/ev-view-private.h:
1656         * shell/ev-view.c:
1657         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1658         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1659         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1660         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1661         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1662         (ev_window_reload_document), (ev_window_clear_save_job),
1663         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1664         (ev_window_clear_print_job), (ev_window_print_job_cb),
1665         (ev_window_print_dialog_response_cb):
1666         * shell/main.c: (main):
1667
1668         Rework the jobs system in order to make it simpler and more
1669         extensible. It allows to run jobs in the main loop instead of
1670         using a thread when it's appropriate like the fonts job. Now it's
1671         also possible to cancel jobs that are currently running. 
1672         
1673 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * libdocument/ev-debug.c: (profile_init):
1676
1677         Create the hash table also when profiling service is enabled for
1678         all sections.
1679         
1680 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1683         (ev_profiler_stop):
1684         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1685         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1686         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1687         (ev_job_print_run):
1688         * shell/main.c: (main):
1689
1690         Add a profile mode available when debug is enabled. Add profilers
1691         in ev-jobs.
1692         
1693 2008-07-23  Götz Waschk <waschk@mandriva.org>
1694
1695         * configure.ac: Correctly build desktop file. Fixes
1696         bug #544237.
1697
1698 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1699
1700         * configure.ac:
1701         
1702         Update for release 2.23.5.
1703
1704 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * NEWS:
1707
1708         Update NEWS for 2.23.5 release.
1709         
1710 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * shell/ev-window.c: (ev_window_state_event),
1713         (ev_window_class_init):
1714
1715         Intercept window manager's fullscreen request in order to run/stop
1716         fullscreen mode. Fixes bug #493541.
1717         
1718 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1721
1722         Restart the job search when the find bar is opened for the second
1723         time. Fixes bug #531956.
1724         
1725 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1728         (get_document_from_uri):
1729
1730         Make sure we always return a valid error struct when
1731         get_document_from_uri fails. Fixes nautilus crash, see bug
1732         #542548.
1733         
1734 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1735
1736         * libdocument/ev-transition-effect.c
1737         (ev_transition_effect_type_get_type),
1738         (ev_transition_effect_alignment_get_type),
1739         (ev_transition_effect_direction_get_type):
1740         
1741         Fixes bug #542924. Makes enums static to fix Solaris build.
1742
1743 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-view.c: (ev_view_key_press_event):
1746
1747         Add '.' keybinding for blanking the screen in presentation
1748         mode. Fixes bug #542001.
1749         
1750 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * libdocument/ev-document-misc.c:
1753         (ev_document_misc_pixbuf_from_surface):
1754
1755         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1756         #540950.
1757         
1758 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1759
1760         * backend/comics/comics-document.c (comics_document_load):
1761         * backend/comics/comicsdocument.evince-backend.in:
1762         * configure.ac:
1763         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1764         
1765         Added support for 7-zip based cb7 comic book. Patch by
1766         Kartik Rustagi. Fixes bug #532312.
1767
1768 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1769
1770         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1771         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1772         Fixes bug #539972.
1773
1774 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1775
1776         * shell/Makefile.am:
1777         * shell/ev-application.c (ev_application_init),
1778         (ev_application_get_media_keys):
1779         * shell/ev-application.h:
1780         * shell/ev-marshal.list:
1781         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1782         (proxy_destroy), (on_media_player_key_pressed),
1783         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1784         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1785         * shell/ev-media-player-keys.h:
1786         * shell/ev-window.c (ev_window_go_previous_page),
1787         (ev_window_go_next_page), (ev_window_go_first_page),
1788         (ev_window_go_last_page), (ev_window_start_presentation),
1789         (ev_window_dispose), (view_actions_focus_in_cb):
1790         * shell/ev-window.h: When building with D-Bus support, listen
1791         for multimedia key events from gnome-settings-daemon. This allows
1792         to go to the next/previous/first/last pages using, respectively,
1793         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1794         a presentation. Fixes bug #539971.
1795
1796 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1797
1798         * configure.ac:
1799         
1800         Update for release 2.23.4.
1801
1802 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * NEWS:
1805
1806         Update news for 2.23.4 release.
1807         
1808 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1811         * shell/ev-sidebar-thumbnails.c:
1812         (ev_sidebar_thumbnails_set_loading_icon),
1813         (ev_sidebar_thumbnails_refresh):
1814         * shell/ev-window.c: (ev_window_error_message),
1815         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1816         (ev_window_set_document):
1817
1818         Do not crash opening documents with no pages and show a warning
1819         message in the message area. Fixes bugs #537574 and #171588.
1820         
1821 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/Makefile.am:
1824         * shell/ev-file-monitor.[ch]:
1825         * shell/ev-window.c: (ev_window_document_changed),
1826         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1827         (ev_window_reload_job_cb), (ev_window_open_uri),
1828         (ev_window_reload_document), (ev_window_cmd_view_reload),
1829         (ev_window_dispose):
1830
1831         Automaticly reload the document when the file has changed on
1832         disk. Bug #304249.
1833         
1834 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1835
1836         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1837         * libdocument/ev-image.c: (ev_image_save_tmp):
1838         * libdocument/ev-module.c: (ev_module_load):
1839         * shell/ev-application.c: (ev_application_shutdown),
1840         (ev_application_get_print_settings):
1841         * shell/ev-sidebar-attachments.c:
1842         (ev_sidebar_attachments_button_press),
1843         (ev_sidebar_attachments_drag_data_get):
1844         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1845         (ev_window_print_finished), (ev_window_print_send),
1846         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1847         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1848         (ev_window_cmd_preview_print):
1849         * shell/main.c: (load_files_remote):
1850         Fix some build warnings under GCC 4.3.0. (#537535).
1851
1852 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-jobs.c: (ev_job_render_dispose):
1855
1856         Fix a crash in debug mode. Patch by Daniel M German.
1857         
1858 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-window.c:
1861
1862         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1863         
1864 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-window.c: (ev_window_print_send),
1867         (ev_window_do_preview_print):
1868
1869         Use the window title as print job name instead of just
1870         "evince-print". Fixes bug #534493.
1871         
1872 2008-05-19  Frederic Peters  <fpeters@0d.be>
1873
1874         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1875         Bug #533897.
1876
1877 2008-05-19  Frederic Peters  <fpeters@0d.be>
1878
1879         * help/reference/Makefile.am: added missing libevmountoperation to
1880         gtkdoc-scanobj libraries.  Bug #533896.
1881
1882 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1883
1884         * properties/ev-properties-view.c (get_default_user_units):
1885         Fixes check for default units string translation. Bug #533323.
1886
1887 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1888
1889         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1890         be an iks_free(). Fix an array overflow in the XML parser that
1891         would occur whenever the number of attributes in a tag was greater
1892         than 0 and divisible by 6. Fixes GNOME bug #530852.
1893
1894 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * backend/djvu/djvu-document-private.h:
1897         * backend/djvu/djvu-links.c:
1898         * backend/djvu/djvu-text.c:
1899         * backend/djvu/djvu-document.c: (djvu_handle_events),
1900         (djvu_wait_for_message), (djvu_document_load),
1901         (document_get_page_size), (djvu_document_render),
1902         (djvu_document_thumbnails_get_thumbnail),
1903         (djvu_document_file_exporter_end):
1904
1905         Make sure load job doesn't finish successfully when the document
1906         is not successfully decoded by libdjvu. Fixes bug #530202.
1907         
1908 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * configure.ac:
1911         * libdocument/Makefile.am:
1912         * libdocument/ev-debug.[ch]:
1913         * libdocument/ev-document.c:
1914         * shell/ev-jobs.c: (ev_job_links_dispose),
1915         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1916         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1917         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1918         (ev_job_render_page_ready), (ev_job_render_run),
1919         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1920         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1921         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1922         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1923         (ev_job_print_new), (ev_job_print_run):
1924         * shell/main.c: (main):
1925
1926         Add debug mode based on gedit code. Add debug messages in
1927         ev-jobs.
1928         
1929 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * libdocument/ev-document-factory.c: (get_document_from_uri):
1932
1933         Fix memory leak.
1934         
1935 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1936
1937         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1938         (get_mime_type_from_data), (get_document_from_uri),
1939         (ev_document_factory_get_document):
1940         
1941         Improved error message about file opening failture.
1942         Bug #529129.
1943
1944 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1945
1946         * data/evince-toolbar.xml:
1947         
1948         Allow to add SaveAs to toolbar.
1949
1950 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * shell/ev-view-private.h:
1953         * shell/ev-view.[ch]: (ev_view_button_release_event),
1954         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1955         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1956         (ev_view_update_primary_selection), (clear_link_selected),
1957         (ev_view_copy_link_address):
1958         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1959
1960         Update also the primary selection when copying a link
1961         address. Fixes bug #520855.
1962         
1963 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * libdocument/ev-document-factory.c: (get_document_from_uri):
1966
1967         Use the pixbuf backend only when the mime type is not supported by
1968         any of the other backend so that tiff documents, for instance, are
1969         handled by the tiff backend instead of the pixbuf backend. fixes
1970         bug #520290.
1971         
1972 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * cut-n-paste/Makefile.am:
1975
1976         Add evmountoperation to subdirs list.
1977         
1978 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * configure.ac:
1981
1982         Fix libspectre check in configure script. Fixes bug #528549.
1983         
1984 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1988         * shell/Makefile.am:
1989         * shell/ev-window.c: (ev_window_load_remote_failed),
1990         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1991
1992         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1993         open documents in remote locations that are not mounted.
1994         
1995 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1998         (bitmap_convert_msb8):
1999         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2000         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2001
2002         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2003         
2004 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2007         (ev_job_render_new), (ev_job_render_set_selection_info),
2008         (ev_job_render_run):
2009         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2010         (check_job_size_and_unref),
2011         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2012         (add_job), (ev_pixbuf_cache_get_selection_surface):
2013
2014         Create the render context needed for rendering a page in the render
2015         thread so that we don't block the main thread. Simplify
2016         EvJobRender API.
2017         
2018 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * libdocument/Makefile.am:
2021         * libdocument/ev-page.[ch]:
2022         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2023         (ev_render_context_new), (ev_render_context_set_page):
2024         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2025         (ev_form_field_finalize), (ev_form_field_class_init):
2026         * libdocument/ev-document-forms.[ch]:
2027         (ev_document_forms_get_form_fields):
2028         * libdocument/ev-document.[ch]: (ev_document_get_page),
2029         (ev_document_get_page_size), (ev_document_get_page_label):
2030         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2031         (ev_job_render_run), (ev_job_thumbnail_new),
2032         (ev_job_thumbnail_run), (ev_job_print_run):
2033         * shell/ev-page-cache.c: (ev_page_cache_new):
2034         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2035         (check_job_size_and_unref), (add_job):
2036         * shell/ev-sidebar-thumbnails.c: (add_range):
2037         * shell/ev-view.c: (ev_view_form_field_get_region),
2038         (ev_view_form_field_button_create_widget),
2039         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2040         (ev_view_handle_form_field), (ev_view_size_allocate),
2041         (get_selected_text):
2042         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2043         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2044         (pdf_document_get_page), (pdf_document_get_page_label),
2045         (pdf_document_render), (pdf_document_get_info),
2046         (pdf_document_document_iface_init),
2047         (pdf_document_thumbnails_get_thumbnail),
2048         (pdf_document_thumbnails_get_dimensions),
2049         (pdf_document_file_exporter_do_page),
2050         (pdf_selection_render_selection),
2051         (pdf_selection_get_selected_text),
2052         (pdf_selection_get_selection_region),
2053         (pdf_selection_get_selection_map),
2054         (pdf_document_forms_get_form_fields),
2055         (pdf_document_forms_form_field_text_get_text),
2056         (pdf_document_forms_form_field_text_set_text),
2057         (pdf_document_forms_form_field_button_set_state),
2058         (pdf_document_forms_form_field_button_get_state),
2059         (pdf_document_forms_form_field_choice_get_item),
2060         (pdf_document_forms_form_field_choice_get_n_items),
2061         (pdf_document_forms_form_field_choice_is_item_selected),
2062         (pdf_document_forms_form_field_choice_select_item),
2063         (pdf_document_forms_form_field_choice_toggle_item),
2064         (pdf_document_forms_form_field_choice_unselect_all),
2065         (pdf_document_forms_form_field_choice_set_text),
2066         (pdf_document_forms_form_field_choice_get_text):
2067         * backend/ps/ev-spectre.c: (ps_document_get_page),
2068         (ps_document_get_page_size), (ps_document_get_page_label),
2069         (ps_document_render), (ps_document_document_iface_init),
2070         (ps_document_file_exporter_do_page):
2071         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2072         (tiff_document_render), (tiff_document_render_pixbuf),
2073         (tiff_document_file_exporter_do_page):
2074         * backend/pixbuf/pixbuf-document.c:
2075         (pixbuf_document_get_page_size):
2076         * backend/comics/comics-document.c:
2077         (comics_document_get_page_size), (comics_document_render_pixbuf):
2078         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2079         (djvu_document_render), (djvu_selection_get_selected_text),
2080         (djvu_document_thumbnails_get_thumbnail),
2081         (djvu_document_file_exporter_do_page),
2082         (djvu_document_find_get_result):
2083         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2084         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2085         (dvi_document_thumbnails_get_thumbnail),
2086         (dvi_document_file_exporter_do_page):
2087         * backend/impress/impress-document.c:
2088         (impress_document_get_page_size),
2089         (impress_document_render_pixbuf):
2090         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2091
2092         Add EvPage so that we can hold a reference to the backend
2093         page. Form fields keep now a reference to the poppler page
2094         improving performance since we don't have to create/destroy the
2095         poppler field for every form operation. This will be needed for
2096         annotations too.
2097         
2098 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * data/evince-ui.xml:
2101         * shell/ev-window.c:
2102
2103         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2104         
2105 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * configure.ac:
2108         * backend/ps/Makefile.am:
2109
2110         Remove gs stuff from ps backend.
2111         
2112 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2113
2114         * configure.ac:
2115         * backend/pdf/ev-poppler.cc:
2116
2117         Bump poppler requirement to 0.8.0.
2118         
2119 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2120
2121         * NEWS:
2122         * configure.ac:
2123
2124         Update for release 2.22.1.1
2125
2126 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * configure.ac:
2129
2130         Fix build (again) when poppler version is 0.6
2131         
2132 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * backend/djvu/djvu-links.c: (build_tree):
2135
2136         Make sure link title is a valid utf8 string. Fixes bug #526517.
2137         
2138 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * configure.ac:
2141
2142         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2143         #526799.
2144         
2145 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2146
2147         * configure.ac:
2148         
2149         Update for release 2.22.1.
2150
2151 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * NEWS:
2154
2155         Update for upcoming release.
2156
2157 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * configure.ac:
2160         * backend/dvi/dvidocument.evince-backend.in:
2161
2162         Add compressed dvi to the list of supported mime types. Patch by
2163         Ed Catmur. Fixes bug #307087.
2164
2165 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2168
2169         Fix a crash when printing a range that doesn't specify the start or
2170         end page. Fixes bug #524288.
2171
2172 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * shell/ev-window.c: (ev_window_cmd_continuous),
2175         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2176         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2177         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2178         (ev_window_run_presentation), (ev_window_stop_presentation),
2179         (ev_window_cmd_view_presentation),
2180         (ev_window_cmd_leave_fullscreen),
2181         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2182
2183         Do not unfullscreen and fullscreen again the window when changing
2184         from fullscreen to presentation mode and vice versa. Fixes bug
2185         #524112.
2186         
2187 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2190
2191         Do not crash when thumbnail failed to render in PS backend. Fixes
2192         bug #525015.
2193         
2194 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2197         (ev_window_load_file_remote), (ev_window_open_uri):
2198
2199         Handle errors when opening remote files.
2200         
2201 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2204
2205         Only grab the focus for the current visible proxy widget. Fixes
2206         bug #521224.
2207         
2208 2008-03-30  Emil Soleyman  <emil@nishra.com>
2209
2210         * shell/ev-window.c: (launch_external_uri):
2211         
2212         Reuse g_app_info_launch_default_for_uri to
2213         save some code and fix bug #525009.
2214
2215 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2216
2217         * shell/ev-window.c (image_save_dialog_response_cb):
2218
2219         Use g_str_has_suffix. See bug #523069.
2220
2221 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * configure.ac:
2224
2225         Add a configure option to enable/diable DBus. Patch by Rémi
2226         Cardona. Fixes bug 521797.
2227
2228 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2231
2232         Fix printing in documents with rotated pages. Patch by Eugen
2233         Dedu. Fixes bug #512648.
2234         
2235 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2238         (ev_link_from_action):
2239
2240         Fix warning messages.
2241         
2242 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-window.c: (image_save_dialog_response_cb):
2245
2246         Do not append the extension to filename when saving an image
2247         if the filename alredy contains the extension. Fixes bug #523069.
2248         
2249 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-view.[ch]: (ev_view_find_cancel):
2252         * shell/ev-window.c: (find_bar_close_cb):
2253
2254         Cancel the find operation when the find bar is closed. Fixes bug
2255         #508845.
2256         
2257 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * backend/ps/psdocument.evince-backend.in:
2260
2261         Make ps backend module resident. Fixes bug #520607.
2262         
2263 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * shell/ev-jobs.c: (ev_job_print_run):
2266
2267         Invert collate action in order to work as expected, fix reverse
2268         printing so that it doesn't start with a blank page and fix number
2269         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2270         
2271 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2274
2275         Fix build with poppler <= 0.7.2
2276         
2277 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * libdocument/ev-document-misc.c:
2280         (ev_document_misc_surface_from_pixbuf):
2281
2282         Fix selections with poppler-splash.
2283         
2284 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * configure.ac:
2287         * backend/pdf/ev-poppler.cc:
2288
2289         Fix build with poppler >= 0.7.2
2290         
2291 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2292
2293         * configure.ac:
2294         
2295         Update for release 2.22.0
2296
2297 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * NEWS:
2300
2301         Update for upcoming release.
2302
2303 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2304
2305         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2306
2307         Bug 495107 – Handle print dialog responses correctly
2308
2309         Correctly handle print dialog response. Properly fixes
2310         the above mentioned bug.
2311
2312 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2315
2316         Make sure print job is only run when the print button is
2317         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2318         
2319 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * backend/pdf/pdfdocument.evince-backend.in:
2322         * libdocument/ev-backends-manager.c:
2323         (ev_backends_manager_load_backend),
2324         (ev_backends_manager_get_document):
2325         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2326
2327         Allow making backend modules resident. This is needed only for
2328         some backends like pdf to avoid registering glib types more than
2329         once.
2330         
2331 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * backend/comics/comics-document.c:
2334         * backend/djvu/djvu-document.c:
2335         * backend/impress/impress-document.c:
2336         * backend/pdf/ev-poppler.cc:
2337         * backend/pixbuf/pixbuf-document.c:
2338         * backend/ps/ev-spectre.c:
2339         * backend/ps/ps-document.c:
2340         * backend/tiff/tiff-document.c:
2341         * libdocument/ev-document.h:
2342         * properties/ev-properties-main.c:
2343
2344         Use g_type_module_add_interface instead of
2345         g_type_add_interface_static. Fixes bug #519679.
2346         
2347 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2348
2349         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2350         Added. Returns whether the animation has everything necessary to run.
2351         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2352         is ready just because it's been created. Fixes #519106.
2353         (draw_one_page): Do not show the "Loading..." text in presentation
2354         mode, there was a slim probability that this could happen.
2355
2356 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2359
2360         Duplicate mime_type string before freeing it so that it doesn't
2361         always fail when getting mime type from uri. Fixes bug #518874.
2362         
2363 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2366
2367         Fix a crash when a choice form field doesn't have any item
2368         selected. Fixes bug #518831
2369         
2370 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2371
2372         * shell/ev-window.c (ev_window_clear_temp_file):
2373         Use g_file_has_prefix instead of renamed
2374         g_file_contains_file.
2375
2376         * configure.ac:
2377         Require new glib for above change.
2378         
2379 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * libdocument/ev-image.c: (ev_image_finalize),
2382         (ev_image_save_tmp):
2383
2384         Return a real uri instead of a filename when saving an
2385         image. Fixes images drag an drop from evince to nautilus. 
2386         
2387 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * backend/pdf/ev-poppler.cc:
2390         (pdf_document_images_get_image_mapping):
2391
2392         Return the image list in the right order. Fixes bug #516237.
2393         
2394 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2395
2396         * backend/impress/impress-document.c:
2397         (impress_document_thumbnails_get_thumbnail):
2398
2399         Remove unused variable to avoid a compiler warning.
2400
2401 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * configure.ac:
2404         
2405         Update for release 2.21.91.
2406
2407 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * configure.ac:
2410         * shell/Makefile.am:
2411         * shell/ev-application.[ch]:
2412         * shell/ev-sidebar-links.c:
2413         * shell/ev-utils.[ch]:
2414         * shell/ev-window.[ch]:
2415
2416         Remove libgnomeprint support. Fixes bug #512370.
2417         
2418 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2419
2420         * thumbnailer/evince-thumbnailer.c: (main):
2421
2422         Initialize glib type system before using it. Fixes bug #513934.
2423         
2424 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * properties/ev-properties-main.c:
2427
2428         Add missing #include.
2429         
2430 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * configure.ac:
2433         * backend/djvu/djvu-document.c: (djvu_document_render):
2434         * backend/tiff/tiff-document.c: (tiff_document_render):
2435
2436         Use the new cairo function cairo_format_stride_for_width when
2437         available. Fixes bug #482720.
2438
2439 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2442         (get_mime_type_from_data), (get_document_from_uri):
2443
2444         Use g_content_type_guess() only when slow is true in
2445         get_document_from_uri(). Fix several memory leaks.
2446         
2447 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2448
2449         * libdocument/ev-document-factory.c:
2450         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2451         (get_document_from_uri):
2452
2453         Use g_content_type_guess () to get mimetype for files.
2454         Bug #510401.
2455
2456 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * thumbnailer/Makefile.am:
2459
2460         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2461         
2462 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * configure.ac:
2465
2466         Fix build with --without-libgnome. Fixes bug #512771.
2467         
2468 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2469
2470         * backend/dvi/Makefile.am: Install only dvi
2471         module. Fixes bug #512718.
2472
2473 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2474
2475         * properties/ev-properties-main.c: (nautilus_module_initialize):
2476         
2477         Initialize backends in properties tab. Fixes bug
2478         #512720.
2479
2480 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2481
2482         * properties/Makefile.am: No need to link with 
2483         libraries. Fixes bug #512719.
2484
2485 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2486
2487         * NEWS:
2488         * configure.ac:
2489         
2490         Update for release 2.21.90.
2491
2492 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-window.c: (ev_window_cmd_escape):
2495
2496         Fix compile warning.
2497         
2498 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2501
2502         Fix printing in dvi backend when filename contains white
2503         espaces. Fixes bug #502839.
2504         
2505 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2508         (screensaver_disable_x11):
2509         * shell/Makefile.am:
2510         * shell/xdg-user-dir-lookup.c: Removed
2511         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2512         * shell/ev-view.c: (ev_view_presentation_transition_start):
2513         * shell/ev-window.c: (ev_window_cmd_file_open),
2514         (ev_window_cmd_save_as), (presentation_set_timeout):
2515
2516         Remove #ifdefs that are no longer needed.
2517         
2518 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-view.[ch]: (ev_view_button_release_event),
2521         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2522         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2523         (ev_window_cmd_escape):
2524
2525         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2526         
2527 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * configure.ac:
2530         * backend/comics/comics-document.c: (comics_document_load):
2531         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2532         (ev_attachment_set_property), (ev_attachment_init),
2533         (ev_attachment_save), (ev_attachment_launch_app),
2534         (ev_attachment_open):
2535         * libdocument/ev-document-factory.c: (get_document_from_uri):
2536         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2537         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2538         * shell/ev-jobs.c:
2539         * shell/ev-password.c: (ev_password_dialog_set_property),
2540         (ev_password_dialog_save_password):
2541         * shell/ev-sidebar-attachments.c:
2542         (ev_sidebar_attachments_drag_data_get):
2543         * shell/ev-window-title.c: (get_filename_from_uri):
2544         * shell/ev-window.c: (ev_window_clear_temp_file),
2545         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2546         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2547         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2548         (launch_external_uri), (image_save_dialog_response_cb),
2549         (attachment_save_dialog_response_cb):
2550         * shell/main.c: (load_files), (load_files_remote), (main):
2551         * thumbnailer/evince-thumbnailer.c: (main):
2552
2553         Port to gio and drop gnome-vfs dependency. Fixes bug
2554         #510401. Based on patch by Cosimo Cecchi.
2555         
2556 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2557
2558         * NEWS:
2559
2560         Fixed formatting inconsistencies (spaces vs. tabs)
2561
2562 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2563
2564         * shell/ev-window.c:
2565
2566         Use top/up/bottom/down arrows instead of
2567         first/left/last/right in the toolbar and menu actions.
2568         This fixes issues with RTL languages and is visually
2569         consistent with the page view. Fixes bug #170081.
2570
2571 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2572
2573         * NEWS:
2574
2575         Fixed some inaccuracies pointed out by Carlos Garcia
2576         Campos.
2577
2578 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2579
2580         * NEWS:
2581         * data/evince.schemas.in:
2582         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2583
2584         Override PDF restrictions by default. Fixes bug #382700.
2585
2586 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2587
2588         * NEWS: Updated for upcoming release
2589
2590 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2593
2594         Fix memory leak.
2595         
2596 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2597
2598         * shell/ev-window.c: (register_custom_actions):
2599         
2600         Added comment for translators
2601
2602 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-view.c: (ev_view_button_release_event):
2605
2606         Do not create the idle function for kinetic scrolling if we are
2607         not in a drag operation.
2608
2609 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2612         (ev_view_button_press_event), (ev_view_motion_notify_event),
2613         (ev_view_button_release_event):
2614
2615         Restore cursor after autoscrolling. Fixes bug #509958.
2616
2617 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * configure.ac:
2620         * backend/pdf/ev-poppler.cc:
2621         (pdf_document_images_get_image_mapping),
2622         (pdf_document_images_get_image),
2623         (pdf_document_document_images_iface_init):
2624         * libdocument/ev-document-images.[ch]:
2625         (ev_document_images_get_image_mapping),
2626         (ev_document_images_get_image):
2627         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2628         (ev_image_get_id), (ev_image_save_tmp):
2629         * shell/ev-jobs.c: (ev_job_render_run):
2630         * shell/ev-view.c: (ev_view_drag_data_get):
2631         * shell/ev-window.c: (image_save_dialog_response_cb),
2632         (ev_view_popup_cmd_copy_image):
2633
2634         Do not render images when rendering the page but on demand. It
2635         reduces the memory comsumption.
2636         
2637 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2638
2639         * configure.a:
2640         * shell/ev-password.c:
2641
2642         Make gnome-keyring optional. Fixes bug #509676.
2643         
2644 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * shell/ev-pixbuf-cache.c: (add_job):
2647
2648         Initialize include_images variable as FALSE instead of TRUE.
2649         
2650 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2651
2652         * configure.ac:
2653         * cut-n-paste/Makefile.am:
2654         * cut-n-paste/fileformatchooser/Makefile.am:
2655         * cut-n-paste/fileformatchooser/egg-macros.h:
2656         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2657         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2658         * shell/Makefile.am:
2659         * shell/ev-utils.c:
2660         (file_chooser_dialog_add_writable_pixbuf_formats),
2661         (get_gdk_pixbuf_format_by_extension):
2662         * shell/ev-utils.h:
2663         * shell/ev-window.c: (ev_window_error_message),
2664         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2665         
2666         Simplify image format selection on save.
2667
2668 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2669
2670         * shell/ev-view.c: (ev_view_scroll_event):
2671         
2672         Repair gorizontal scrolling with shift. Fixes
2673         bug #483412.
2674
2675 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2676         
2677         * MAINTAINERS:
2678
2679         Fix formatting issues.
2680         
2681 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2682
2683         * backend/comics/comics-document.c: (comics_regex_quote):
2684         
2685         Don't overquote special chars except of '. See bug 
2686         502500. Thanks to Tom Parker.
2687
2688 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2689
2690         * MAINTAINERS:
2691         
2692         Added Nickolay and Carlos, since they're doing most of
2693         the releases nowadays.
2694
2695 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2696
2697         * properties/Makefile.am:
2698
2699         Get the nautilus extension dir properly instead of using
2700         a hack. Fixes bug #505359.
2701
2702 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2703
2704         * properties/Makefile.am:
2705         
2706         Install nautilus extension into new place. See bug
2707         #505359. Thanks to Matthias Clasen, Brian Pepple and
2708         Damien Carbery.
2709
2710 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2711
2712         * shell/ev-window.c: (ev_window_get_recent_file_label):
2713         
2714         RTL marker in recent file list. See bug #509076.
2715
2716 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2719         * shell/ev-window.c: (image_save_dialog_response_cb):
2720
2721         Fix compile warnings due to unused variables.
2722         
2723 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2724
2725         * configure.ac:
2726         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2727         * backend/ps/ev-spectre.c: (ps_document_render):
2728
2729         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2730
2731 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2732
2733         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2734         (ev_transition_animation_paint): Implement "fade" effect.
2735
2736 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2737
2738         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2739         (ev_transition_animation_paint): Implement "uncover" effect.
2740
2741 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2742
2743         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2744         (ev_transition_animation_paint): Implement "cover" effect.
2745
2746 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2747
2748         * shell/ev-transition-animation.c (ev_transition_animation_push)
2749         (ev_transition_animation_paint): Implement "push" effect.
2750
2751 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2752
2753         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2754         (ev_transition_animation_paint): Implement "dissolve" effect.
2755
2756 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2757
2758         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2759         (ev_transition_animation_paint): Implement "wipe" effect.
2760
2761 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2762
2763         * shell/ev-transition-animation.c (ev_transition_animation_box)
2764         (ev_transition_animation_paint): Implement "box" effect.
2765
2766 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2767
2768         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2769         (ev_transition_animation_paint): Implement "blinds" effect.
2770
2771 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2772
2773         * shell/ev-transition-animation.c (ev_transition_animation_split)
2774         (ev_transition_animation_paint): Implement "split" effect.
2775
2776 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2777
2778         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2779         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2780         (ev_view_transition_animation_start) 
2781         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2782         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2783         (ev_view_next_page) (ev_view_previous_page):
2784         
2785         Use EvTransitionAnimation to drive page changes in the presentation
2786         mode, the animation will wait to start until both the origin and 
2787         destination page surfaces are available. Fixes #458460.
2788
2789         (draw_loading_text):
2790
2791         Remove workaround for bug #320352, it's now fixed properly.
2792
2793
2794 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2795
2796         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2797         will contain the implementations for page transition animations, at
2798         the moment it just has the "replace" effect.
2799         * shell/Makefile.am: Added these files to build.
2800
2801 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2802
2803         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2804         animations.
2805         * shell/Makefile.am: Added these files to build.
2806
2807 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2808
2809         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2810         implementation to get_effect() in EvDocumentTransitionIface.
2811
2812 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2813
2814         * libdocument/ev-transition-effect.[ch]: New files, define a page
2815         transition effect, at the moment it maps PopplerPageTransition to a
2816         GObject.
2817         * libdocument/Makefile.am: Added these files to build.
2818         * libdocument/ev-document-transition.[ch]
2819         (ev_document_transition_get_effect): New method, gets the
2820         EvTransitionEffect returned by the interface implementation, with
2821         fallback to the "replace" effect.
2822
2823 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2824
2825         * configure.ac:
2826         * cut-n-paste/Makefile.am:
2827         * cut-n-paste/fileformatchooser/Makefile.am:
2828         * cut-n-paste/fileformatchooser/egg-macros.h:
2829         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2830         * shell/Makefile.am:
2831         * shell/ev-window.c: (image_save_dialog_response_cb),
2832         (ev_view_popup_cmd_save_image_as):
2833
2834         Allow exporting images in any format supported by
2835         GdkPixbuf. Fixes bug #500209.
2836         
2837 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * backend/pixbuf/pixbuf-document.c:
2840
2841         More warnings fixed.
2842         
2843 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2846         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2847         * backend/djvu/djvu-text.h:
2848         * backend/tiff/tiff-document.c: (tiff_document_render):
2849
2850         Fix compile warnings.
2851         
2852 2007-12-28  Christian Persch  <chpe@gnome.org>
2853
2854         * **/*.c: Include config.h. Bug #504721.
2855
2856 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * configure.ac:
2859         * Makefile.am:
2860         * po/POTFILES.in:
2861         * backend/comics/Makefile.am:
2862         * backend/comics/comics-document.[ch]:
2863         * backend/comics/comicsdocument.evince-backend.in:
2864         * backend/djvu/Makefile.am:
2865         * backend/djvu/djvu-document.[ch]:
2866         * backend/djvu/djvudocument.evince-backend.in:
2867         * backend/dvi/Makefile.am:
2868         * backend/dvi/dvi-document.[c]:
2869         * backend/dvi/dvidocument.evince-backend.in:
2870         * backend/impress/Makefile.am:
2871         * backend/impress/impress-document.[ch]:
2872         * backend/impress/impressdocument.evince-backend.in:
2873         * backend/pdf/Makefile.am:
2874         * backend/pdf/ev-poppler.cc:
2875         * backend/pdf/ev-poppler.h:
2876         * backend/pdf/pdfdocument.evince-backend.in:
2877         * backend/pixbuf/Makefile.am:
2878         * backend/pixbuf/pixbuf-document.[ch]:
2879         * backend/pixbuf/pixbufdocument.evince-backend.in:
2880         * backend/ps/Makefile.am:
2881         * backend/ps/ev-spectre.[ch]:
2882         * backend/ps/ps-document.[ch]:
2883         * backend/ps/psdocument.evince-backend.in:
2884         * backend/tiff/Makefile.am:
2885         * backend/tiff/tiff-document.[ch]:
2886         * backend/tiff/tiffdocument.evince-backend.in:
2887         * libdocument/Makefile.am:
2888         * libdocument/ev-backends-manager.[ch]:
2889         * libdocument/ev-module.[ch]:
2890         * libdocument/ev-document.h:
2891         * libdocument/ev-document-factory.[ch]:
2892         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2893         (get_compression_from_mime_type), (get_document_from_uri),
2894         (ev_document_factory_get_document), (file_filter_add_mime_types),
2895         (ev_document_factory_add_filters):
2896         * shell/Makefile.am:
2897         * shell/ev-window-title.c: (get_filename_from_uri):
2898         * shell/main.c: (main):
2899         * thumbnailer/Makefile.am:
2900         * thumbnailer/evince-thumbnailer.c: (main):
2901
2902         Plugin system for backends. Fixes bug #351348.
2903         
2904 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2905
2906         * shell/ev-view-private.h:
2907         * shell/ev-view.c: (ev_view_drag_update_momentum),
2908         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2909         (ev_view_button_release_event), (ev_view_destroy):
2910         
2911         Kinetic scrolling implemented as requested in
2912         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2913
2914 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2915
2916         * data/evince-toolbar.xml:
2917         * data/evince-ui.xml:
2918         * shell/ev-view-private.h:
2919         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2920         (ev_view_button_press_event), (ev_view_motion_notify_event),
2921         (ev_view_button_release_event), (ev_view_init),
2922         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2923         (ev_view_set_cursor):
2924         * shell/ev-view.h:
2925         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2926         (ev_window_cmd_view_autoscroll):
2927         
2928         Autoscroll feature with the context menu. Fixes bug 
2929         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2930
2931 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2934
2935         Disconnect also page-ready signal when removing a job because the
2936         page size has changed. Thanks to kripken
2937         <kripkensteiner@gmail.com>.
2938
2939 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2940
2941         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2942         
2943         Scroll pages in page entry with mouse wheel. Fixes bug
2944         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2945
2946 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2947
2948         * backend/dvi/Makefile.am:
2949         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2950         (mdvi_cairo_device_init):
2951         * backend/dvi/mdvi-lib/common.h:
2952         * backend/dvi/mdvi-lib/mdvi.h:
2953         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2954         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2955         (mdvi_build_path_from_cwd):
2956
2957         Add ps specials support in dvi backend when libspectre is
2958         present. Fixes bug #386005.
2959         
2960 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * configure.ac:
2963         * backend/ps/Makefile.am:
2964         * backend/ps/ev-spectre.[ch]:
2965         
2966         Use libspectre, if available, for the ps backend. Fixes bugs
2967         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2968
2969 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2970         
2971         * backend/comics/comics-document.c: (comics_document_load):
2972         
2973         Cygwin build issue fix.
2974
2975 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/ev-view.c: (ev_view_set_zoom):
2978
2979         Do not limit the minimum zoom factor when sizing mode is best bit
2980         or fit width. Fixes bug #503805.
2981         
2982 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2985         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2986         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2987         (ev_link_dest_get_property), (ev_link_dest_set_property),
2988         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2989         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2990         (ev_link_dest_new_fitr):
2991         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2992         (goto_fith_dest), (goto_xyz_dest):
2993
2994         Do not change left, top and zoom values when they are null in PDF
2995         destinations. Fixes bug #460658.
2996         
2997 2007-12-10  Christian Persch  <chpe@gnome.org>
2998
2999         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3000         (ev_view_accessible_class_init),
3001         (ev_view_accessible_idle_do_action),
3002         (ev_view_accessible_action_do_action),
3003         (ev_view_accessible_action_get_description),
3004         (ev_view_accessible_action_set_description),
3005         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3006         (ev_view_accessible_factory_init),
3007         (ev_view_accessible_factory_get_accessible_type):
3008         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3009         private data, and G_DEFINE_TYPE. Bug #502843.
3010
3011 2007-12-08  Christian Persch  <chpe@gnome.org>
3012
3013         * shell/ev-metadata-manager.c: (item_free),
3014         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3015         (value_free), (parse_value), (parseItem),
3016         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3017         (save_values): Use GSlice to allocate small amounts of memory. Bug
3018         #475972.
3019
3020 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3023
3024         Restore cursor to normal after a drag operation. Fixes bug
3025         #501603.
3026         
3027 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3028
3029         * NEWS:
3030         * configure.ac:
3031         
3032         Update for release 2.21.1
3033
3034 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * configure.ac:
3037         * cut-n-paste/gedit-message-area/Makefile.am:
3038         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3039         * shell/Makefile.am:
3040         * shell/ev-message-area.[ch]:
3041         * shell/ev-window.c: (ev_window_set_message_area),
3042         (ev_window_error_message_response_cb), (ev_window_error_message),
3043         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3044         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3045         (ev_attachment_popup_cmd_open_attachment),
3046         (attachment_save_dialog_response_cb), (ev_window_set_document),
3047         (ev_window_init):
3048
3049         Use a message area instead of a popup dialog for error
3050         notifications. Fixes bug #337495.
3051         
3052 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3053
3054         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3055         (ev_window_run_fullscreen):
3056
3057         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3058         
3059 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3060
3061         * ev-sidebar-thumbnails.c: (update_visible_range),
3062         (ev_sidebar_thumbnails_refresh),
3063         (ev_sidebar_thumbnails_set_document),
3064         (ev_sidebar_thumbnails_support_document):
3065
3066         Show thumbnails for documents with one page. Fixes bug #358751.
3067         
3068 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-window.c:
3071         (ev_window_load_print_settings_from_metadata),
3072         (ev_window_save_print_settings), (ev_window_print_finished),
3073         (ev_window_print_range):
3074
3075         Print settings that are specific to the document are now saved per
3076         document in the metadata file. Fixes bug #488806.
3077         
3078 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3079
3080         * backend/tiff/tiff-document.c: (tiff_document_render):
3081
3082         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3083         
3084 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * shell/ev-application.[ch]: (get_find_string_from_args),
3087         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3088         (ev_application_open_uri_list):
3089         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3090         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3091         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3092         (ev_window_cmd_recent_file_activate),
3093         (ev_window_open_recent_action_item_activated),
3094         (ev_window_print_send), (open_remote_link):
3095         * shell/main.c: (arguments_parse):
3096
3097         Add a command line option for search. Fixes bug #497710.
3098         
3099 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3100
3101         * shell/ev-jobs.c: (ev_job_print_new):
3102
3103         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3104         
3105 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * data/evince-toolbar.xml:
3108         * shell/Makefile.am:
3109         * shell/ev-application.c: (ev_application_init):
3110         * shell/ev-open-recent-action.[ch]:
3111         * shell/ev-window.c:
3112         (ev_window_open_recent_action_item_activated),
3113         (register_custom_actions):
3114
3115         Add an expander to the open toolbar item which pops up a dropdown
3116         menu with the recently used documents. Fixes bug #487215.
3117         
3118 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3119
3120         * shell/ev-window.c: (ev_window_open_uri),
3121         (ev_window_cmd_view_reload):
3122
3123         Do not jump to the first page when reloading by running evince
3124         from the command line. Fixes bug #490847.
3125         
3126 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3127
3128         * shell/ev-window.c: (ev_window_cmd_help_contents):
3129
3130         Plugged memory leak when help file is not found. Fixes bug
3131         #490762.
3132         
3133 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * configure.ac:
3136
3137         Enable djvu, dvi and comics backends by default. Fixes bug
3138         #437121.
3139         
3140 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * configure.ac:
3143         * cut-n-paste/Makefile.am:
3144         * cut-n-paste/recent-files/*: Removed
3145         * help/reference/Makefile.am:
3146         * shell/Makefile.am:
3147         * shell/ev-application.[ch]: (ev_application_shutdown),
3148         (ev_application_init):
3149         * shell/ev-window.c: (ev_window_add_recent),
3150         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3151
3152         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3153         
3154 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3155
3156         * shell/ev-window.c: (launch_external_uri):
3157
3158         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3159         and report error if the URL is not supported (#489910).
3160
3161 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3164         (pdf_document_file_exporter_begin_page),
3165         (pdf_document_file_exporter_end_page):
3166
3167         Fix printing with poppler splash backend. Fixes bug #489774.
3168         
3169 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3170
3171         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3172         * shell/ev-print-job.c: (ev_print_job_class_init):
3173
3174         Fix a crash when printing with the gnome-print dialog. Fixes bug
3175         #488939.
3176         
3177 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3178
3179         * backend/pixbuf/pixbuf-document.c:
3180
3181         Fix an implicit function definition warning (#487655)
3182
3183 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-window.c:
3186
3187         Fix conflicting shortcut for view sade pane and presentation.
3188         
3189 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * backend/pdf/ev-poppler.cc:
3192         (pdf_document_file_exporter_begin_page),
3193         (pdf_document_file_exporter_do_page),
3194         (pdf_document_file_exporter_end_page),
3195         (pdf_document_file_exporter_iface_init):
3196         * libdocument/ev-file-exporter.[ch]:
3197         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3198         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3199         (ev_job_print_run):
3200
3201         When printing multiple pages per sheet in reverse option, do not
3202         invert the order of the pages in every sheet, but the order of the
3203         sheets. Do not print blank pages when page range is invalid. Fixes
3204         bugs #484857 and #485521.
3205         
3206 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3209         (ev_job_print_run):
3210         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3211
3212         Respect ranges order when printing more than one range in random
3213         order.
3214         
3215 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3216
3217         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3218         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3219
3220         Rotate also the window icon when document is rotated. Fixes bug
3221         #474681.
3222         
3223 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3226         (pdf_document_forms_get_form_fields):
3227
3228         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3229         Matthias Drochner.
3230         
3231 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * configure.ac:
3234         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3235
3236         Use poppler_page_render_for_printing() instead of
3237         poppler_page_render() if available when exporting to a ps or pdf
3238         file. Fixes bug #476627.
3239         
3240 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * shell/ev-window.c: (ev_window_run_fullscreen):
3243
3244         Do not show the toolbar in fullscreen mode if the main toolbar is
3245         not visible. Fixes bug #483048.
3246         
3247 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-view.c: (ev_view_button_press_event):
3250
3251         Give priority to form fields over images when deciding whether a
3252         button press event is over an image or form field. It allows edit
3253         form fields when they are over a background image. Fixes bug
3254         #477841.
3255         
3256 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3257
3258         * NEWS:
3259         * configure.ac:
3260         
3261         Update for release 2.20.0
3262
3263 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * backend/pdf/ev-poppler.cc:
3266
3267         Remove #ifdef HAVE_FORMS, so that forms support works again.
3268
3269 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3270
3271         * configure.ac:
3272         * data/evince.desktop.in.in:
3273         
3274         Fixes desktop file issues. See bug #473471.
3275
3276 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3279         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3280         (ev_job_queue_remove_job):
3281         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3282         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3283         * shell/ev-window.c: (ev_window_clear_save_job),
3284         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3285         (ev_window_dispose):
3286
3287         Move save a copy task to its own job so that it's carried out in a
3288         thread avoiding another lock in the main thread. Use
3289         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3290         can be saved to a pathin another file system. Fixes bug #456891.
3291         
3292 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3293
3294         * NEWS:
3295         * configure.ac:
3296         
3297         Update for release 2.19.92
3298
3299 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * configure.ac:
3302         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3303         (pdf_selection_get_selection_region),
3304         (pdf_selection_get_selection_map),
3305         (ev_form_field_from_poppler_field):
3306
3307         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3308         and triple click selections are enabled again now.
3309
3310 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-window.c: (ev_window_add_history):
3313
3314         Make sure not to use the history with documents not supporting
3315         links. Fixes bug #468954.
3316
3317 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * shell/ev-window.c: (ev_window_load_job_cb):
3320
3321         Restart the search when reloading a document with the find bar
3322         visible. Fixes bug #461962.
3323
3324 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-window.c: (setup_document_from_metadata),
3327         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3328
3329         Do not jump to the first page when reloading a document from the
3330         last page.
3331
3332 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-window.c: (update_chrome_flag),
3335         (setup_sidebar_from_metadata),
3336         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3337         (ev_window_cmd_edit_find_next),
3338         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3339         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3340         (find_bar_close_cb), (view_actions_focus_in_cb):
3341
3342         Do not update visibility when changing a chrome flag so that it's
3343         possible to update several flags and update visibility only once
3344         for all of them.
3345
3346 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3349
3350         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3351         supported by gtk+. Fixes bug #460907.
3352
3353 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/ev-view.c: (view_update_range_and_current_page):
3356
3357         Make sure current-page <= end-page in continuous mode. Fixes bug
3358         #454950.
3359
3360 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * backend/pdf/ev-poppler.cc: (build_tree):
3363
3364         Ignore outline items without a title. Fixes bug #453913.
3365
3366 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3369         (ev_view_button_release_event), (ev_view_leave_notify_event):
3370
3371         Use always drag mouse cursor during a drag operation. Fixes bug
3372         #470564.
3373
3374 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3377         (pdf_selection_get_selection_region),
3378         (pdf_selection_get_selection_map):
3379
3380         Temporarily disable double and triple selections since it depends on
3381         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3382         released and the update of the external dependency minimal version
3383         approved.
3384
3385 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3388         (pdf_document_file_exporter_do_page):
3389         * libdocument/ev-file-exporter.h:
3390         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3391         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3392
3393         Actually fix printing regressions. Remove orientation from
3394         EvPrintContext since it's redundant.
3395
3396 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3399         * backend/impress/impress-document.c:
3400         (impress_document_document_iface_init):
3401         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3402         * backend/djvu/djvu-document.c:
3403         (djvu_document_document_iface_init),
3404         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3405         * backend/tiff/tiff-document.c:
3406         (tiff_document_document_iface_init):
3407         * backend/pixbuf/pixbuf-document.c:
3408         (pixbuf_document_document_iface_init):
3409         * backend/comics/comics-document.c:
3410         (comics_document_document_iface_init):
3411         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3412         (pdf_selection_render_selection),
3413         (pdf_selection_get_selected_text),
3414         (pdf_selection_get_selection_region),
3415         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3416         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3417         (ev_selection_get_selection_region),
3418         (ev_selection_get_selection_map):
3419         * libdocument/ev-document.[ch]:
3420         * shell/ev-pixbuf-cache.[ch]: (add_job),
3421         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3422         * shell/ev-view-private.h:
3423         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3424         (ev_job_render_run):
3425         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3426         * shell/ev-view.c: (start_selection_for_event),
3427         (ev_view_button_press_event), (ev_view_drag_data_get),
3428         (ev_view_drag_data_received), (ev_view_button_release_event),
3429         (compute_new_selection_text), (compute_selections),
3430         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3431         (ev_view_primary_get_cb):
3432
3433         Add support for double and triple click selections.
3434
3435 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * NEWS:
3438         * configure.ac:
3439
3440         Update for release 2.19.4
3441
3442 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3443
3444         * shell/ev-view-private.h:
3445         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3446         (ev_view_set_highlight_search):
3447         * shell/ev-view.h:
3448         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3449         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3450         (find_bar_visibility_changed_cb):
3451         
3452         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3453
3454 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3455
3456         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3457         (pdf_document_file_exporter_begin),
3458         (pdf_document_file_exporter_do_page):
3459         * shell/ev-jobs.c: (ev_job_print_run):
3460         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3461
3462         Create always a portrait cairo surface and rotate when needed for
3463         landscape. It fixes printing problems in real printers.
3464
3465 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3468         * libdocument/ev-file-exporter.[ch]:
3469         (ev_file_exporter_get_capabilities):
3470         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3471         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3472
3473         Adjust number of pages per row according to page orientation when
3474         printing 2 or 6 pages per sheet.
3475
3476 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-window.c: (ev_window_print_send):
3479
3480         Reset also cups setting to 1 when printing multiple pages per
3481         sheet. Fixes bug #468853.
3482
3483 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * libdocument/ev-document-misc.c:
3486         (ev_document_misc_surface_rotate_and_scale):
3487
3488         Use directly cairo_surface_get_content() when creating a similar
3489         surface as suggested by Jeff Muizelaar. Thanks again.
3490
3491 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * backend/djvu/djvu-document.c: (djvu_document_render):
3494         * backend/tiff/tiff-document.c: (tiff_document_render):
3495         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3496         * libdocument/ev-document-misc.c:
3497         (ev_document_misc_surface_from_pixbuf),
3498         (ev_document_misc_surface_rotate_and_scale):
3499
3500         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3501         creating page surfaces. Fixes bug #453123. Thank you very much to
3502         Jeff Muizelaar <jeff@infidigm.net>.
3503
3504 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * shell/ev-page-cache.c: (ev_page_cache_new),
3507         (ev_page_cache_get_thumbnail_size):
3508         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3509         (ev_sidebar_thumbnails_set_loading_icon):
3510
3511         Also store in page-cache the dimensions of the thumbnails so that
3512         they can be used to create the correct loading icon in the side
3513         pane. Fixes bug #466857.
3514
3515 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * backend/pdf/ev-poppler.cc:
3518         (pdf_document_thumbnails_get_thumbnail):
3519
3520         Fix thumbnails rotation in pdf documents that include embedded 
3521         thumbnails.
3522
3523 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3524
3525         * backend/pdf/ev-poppler.cc:
3526
3527         Don't use #ifdef in macro expansion. Some compilers don't
3528         like that. Closes bug #467042.
3529
3530 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3531
3532         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3533         
3534         Fixes memory leak in djvu backend.
3535
3536 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3537
3538         * data/icons/32x32/Makefile.am:
3539         * data/icons/32x32/actions/Makefile.am:
3540         * data/icons/32x32/actions/view-page-cont.svg:
3541         * data/icons/32x32/actions/view-page-facing.svg:
3542         * data/icons/48x48/Makefile.am:
3543         * data/icons/48x48/actions/Makefile.am:
3544         * data/icons/48x48/actions/view-page-cont.svg:
3545         * data/icons/48x48/actions/view-page-facing.svg:
3546         
3547         Icons for a new sizes.
3548
3549 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3550
3551         * shell/ev-page-cache.c: (build_height_to_page),
3552         (ev_page_cache_get_height_to_page):
3553         
3554         Fixes invalid read, see bug #466401.
3555
3556 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3559         (set_drag_cursor):
3560         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3561         (configure_item_cursor), (new_pixbuf_from_widget):
3562
3563         Fix multihead problems in toolbar editor. Fixes bug #382055.
3564
3565 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3566
3567         * shell/ev-window.c: (ev_window_cmd_file_open),
3568         (ev_window_cmd_save_as):
3569
3570         Use g_get_user_special_dir when available instead of
3571         xdg_user_dir_lookup.
3572
3573 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3574
3575         * MAINTAINERS:
3576         
3577         Updated according to request on desktop-devel.
3578
3579 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3582
3583         Do not use cairo_rectangle and cairo_clip since we are
3584         not using cairo_fill but cairo_paint. Use the same cairo context
3585         for every page in the same expose event.
3586
3587 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3588
3589         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3590         leak.
3591
3592 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * configure.ac:
3595         * NEWS:
3596
3597         Release 0.9.3
3598
3599 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * libdocument/ev-document-info.h:
3602         * libdocument/ev-document.h:
3603         * shell/ev-page-action.h:
3604         * shell/ev-sidebar-links.h:
3605
3606         Fix a headers problem with ev-link
3607         
3608         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3609         * shell/ev-view-private.h:
3610         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3611         (get_link_area), (ev_view_query_tooltip),
3612         (ev_view_leave_notify_event), (ev_view_destroy),
3613         (ev_view_class_init):
3614
3615         Use new gtk tooltips when available instead of ev-tooltip.
3616         
3617 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * shell/ev-window.c: (update_chrome_visibility),
3620         (ev_window_sidebar_visibility_changed_cb):
3621
3622         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3623         
3624 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * shell/ev-navigation-action.c:
3627         (ev_navigation_action_history_changed),
3628         (ev_navigation_action_set_history):
3629         * shell/ev-navigation-action-widget.c:
3630         (ev_navigation_action_widget_init):
3631         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3632
3633         Fix compile warnings.
3634         
3635 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3638         (egg_editable_toolbar_dispose):
3639
3640         Fix memory leak.
3641         
3642 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3645         (screensaver_disable_x11):
3646         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3647         * shell/ev-window.c: (presentation_set_timeout):
3648         * shell/ev-view.c: (ev_view_presentation_transition_start):
3649
3650         Use g_timeout_add_seconds instead of g_timeout_add when
3651         available.
3652         
3653 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3656
3657         Set horizontal scrollbar policy to AUTOMATIC instead of
3658         NEVER. Workaround for bug #449462.
3659         
3660 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-jobs.c: (ev_job_render_page_ready):
3663
3664         Add page_ready callback to main loop with high priority and hold
3665         a reference to job during idle.
3666         
3667 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3668
3669         * configure.ac:
3670         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3671         (pdf_document_file_exporter_begin),
3672         (pdf_document_file_exporter_do_page),
3673         (pdf_document_file_exporter_get_capabilities):
3674         * libdocument/ev-file-exporter.h:
3675         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3676         * shell/ev-window.c: (ev_window_print_send),
3677         (ev_window_print_dialog_response_cb):
3678
3679         Allow printing multiple pages per sheet. Fixes bug #395573.
3680         
3681 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3682
3683         * shell/ev-view.c: (tip_from_link):
3684         
3685         Check for NULL, fixes bug #460862.
3686
3687 2007-07-29  Christian Persch  <chpe@gnome.org>
3688
3689         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3690         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3691         (ev_window_cmd_preview_print):
3692         
3693         Fixes bug #437681 - blocks while enumerating printers.
3694
3695 2007-07-29  Christian Persch  <chpe@gnome.org>
3696
3697         * shell/ev-window.c: (ev_window_screen_changed):
3698         
3699         Don't use deprecated gtk+ function. See bug #460909.
3700
3701 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-utils.c: (get_num_monitors):
3704         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3705
3706         Do not use display before initializing it. Remove compile
3707         warnings.
3708
3709 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3710
3711         * shell/ev-view.c: (ev_view_class_init):
3712         
3713         Unix-like hjkl bindings added. See bug #458111.
3714
3715 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3716
3717         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3718         * shell/ev-utils.h:
3719         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3720         (ev_view_update_view_size):
3721         * shell/ev-view.h:
3722         * shell/ev-window.c: (ev_window_update_actions),
3723         (setup_view_from_metadata), (ev_window_screen_changed),
3724         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3725         (zoom_control_changed_cb):
3726         * shell/ev-window.h:
3727         
3728         Reorganizes utility functions.
3729
3730 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3733         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3734         (add_job), (ev_pixbuf_cache_get_surface),
3735         (ev_pixbuf_cache_get_link_mapping),
3736         (ev_pixbuf_cache_get_image_mapping),
3737         (ev_pixbuf_cache_get_form_field_mapping),
3738         (ev_pixbuf_cache_get_text_mapping):
3739         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3740         (notify_page_ready), (ev_job_render_page_ready),
3741         (ev_job_render_run):
3742
3743         Add page_ready signal to notify that page is ready as soon as
3744         possible even if other page elements like links, forms, images or
3745         text mapping are not ready yet.
3746
3747 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3750         (dvi_document_file_exporter_do_page),
3751         (dvi_document_file_exporter_get_capabilities),
3752         (dvi_document_file_exporter_iface_init):
3753         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3754         (ps_document_file_exporter_do_page),
3755         (ps_document_file_exporter_get_capabilities),
3756         (ps_document_file_exporter_iface_init):
3757         * backend/djvu/djvu-document.c:
3758         (djvu_document_file_exporter_begin),
3759         (djvu_document_file_exporter_end),
3760         (djvu_document_file_exporter_get_capabilities),
3761         (djvu_document_file_exporter_iface_init):
3762         * backend/tiff/tiff-document.c:
3763         (tiff_document_file_exporter_begin),
3764         (tiff_document_file_exporter_get_capabilities),
3765         (tiff_document_document_file_exporter_iface_init):
3766         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3767         (pdf_document_file_exporter_do_page),
3768         (pdf_document_file_exporter_get_capabilities),
3769         (pdf_document_file_exporter_iface_init):
3770         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3771         (ev_file_exporter_get_capabilities):
3772         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3773         (idle_print_handler), (ev_print_job_print):
3774         * shell/ev-jobs.c: (ev_job_print_run):
3775         * shell/ev-window.c: (ev_window_print_send),
3776         (ev_window_print_range):
3777
3778         Use capabilities to know which options should be offered by the
3779         print dialog depending on the document backend.
3780
3781 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3784
3785         Give priority to forms over text to set the cursor.
3786
3787 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * shell/ev-view-private.h:
3790         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3791         (ev_view_leave_notify_event), (ev_view_finalize),
3792         (ev_view_get_property), (ev_view_class_init):
3793
3794         Use IBEAM cursor for text form fields and NORMAL cursor for read
3795         only fields. Remove unused status attribute.
3796
3797 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3798
3799         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3800
3801         Update region for current selected items also for checkbox
3802         buttons, since they can behave as radio buttons when they are in a
3803         set.
3804
3805 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * configure.ac:
3808         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3809
3810         Get max length of text form fields.
3811
3812 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3813
3814         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3815         * libdocument/ev-form-field.h:
3816         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3817
3818         Fix build with current poppler cvs head.
3819
3820 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3823         * shell/eggfindbar.c: (egg_find_bar_init):
3824
3825         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3826         deprecation. Fixes bug #455667
3827
3828 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3829
3830         * NEWS:
3831         * configure.ac:
3832         
3833         Update for release 0.9.2
3834
3835 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-view.c: (ev_view_form_field_text_save),
3838         (ev_view_form_field_choice_save):
3839
3840         Fix a crash when closing whith a form widget visible.
3841
3842 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3845
3846         Update also the region of the current selected button when
3847         clicking on another button if they are radio buttons.
3848
3849 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3852         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3853         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3854         (ev_pixbuf_cache_get_link_mapping),
3855         (ev_pixbuf_cache_get_image_mapping),
3856         (ev_pixbuf_cache_get_form_field_mapping),
3857         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3858         * shell/ev-view.c: (ev_view_form_field_get_region),
3859         (ev_view_form_field_button_create_widget),
3860         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3861         (job_finished_cb):
3862
3863         Redraw only form field region instead of the whole page when
3864         reloading a page to show changes on the form field.
3865
3866 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-view.c: (ev_view_form_field_choice_save):
3869
3870         Fix selection of first item in list form fields.
3871
3872 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3875         (ev_pixbuf_cache_reload_page),
3876         (ev_pixbuf_cache_get_form_field_mapping):
3877
3878         Some refactoring to avoid duplicated code.
3879
3880 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * configure.ac:
3883         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3884         (ev_form_field_from_poppler_field),
3885         (pdf_document_forms_get_form_fields),
3886         (pdf_document_forms_form_field_text_get_text),
3887         (pdf_document_forms_form_field_text_set_text),
3888         (pdf_document_forms_form_field_button_set_state),
3889         (pdf_document_forms_form_field_button_get_state),
3890         (pdf_document_forms_form_field_choice_get_item),
3891         (pdf_document_forms_form_field_choice_get_n_items),
3892         (pdf_document_forms_form_field_choice_is_item_selected),
3893         (pdf_document_forms_form_field_choice_select_item),
3894         (pdf_document_forms_form_field_choice_toggle_item),
3895         (pdf_document_forms_form_field_choice_unselect_all),
3896         (pdf_document_forms_form_field_choice_set_text),
3897         (pdf_document_forms_form_field_choice_get_text),
3898         (pdf_document_document_forms_iface_init):
3899         * libdocument/Makefile.am:
3900         * libdocument/ev-form-field.[ch]:
3901         * libdocument/ev-document-forms.[ch]:
3902         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3903         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3904         (add_job), (ev_pixbuf_cache_reload_page),
3905         (ev_pixbuf_cache_get_form_field_mapping):
3906         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3907         * shell/ev-view-private.h:
3908         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3909         (ev_view_handle_cursor_over_xy),
3910         (ev_view_get_form_field_at_location),
3911         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3912         (ev_view_form_field_button_create_widget),
3913         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3914         (ev_view_form_field_text_create_widget),
3915         (ev_view_form_field_choice_save),
3916         (ev_view_form_field_choice_changed),
3917         (ev_view_form_field_choice_create_widget),
3918         (ev_view_handle_form_field), (ev_view_size_allocate),
3919         (ev_view_realize), (draw_end_presentation_page),
3920         (ev_view_button_press_event), (ev_view_remove_all),
3921         (ev_view_motion_notify_event), (ev_view_key_press_event),
3922         (ev_view_enter_notify_event), (highlight_find_results),
3923         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3924         (ev_view_class_init), (page_changed_cb),
3925         (on_adjustment_value_changed), (ev_view_set_presentation),
3926         (merge_selection_region), (ev_view_set_cursor),
3927         (ev_view_reset_presentation_state):
3928         
3929         Merge evince-forms branch.
3930
3931 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3932
3933         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3934
3935         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3936         This script also updates itself from libegg
3937
3938         * cut-n-paste/toolbar-editor/egg*:
3939         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3940         libegg
3941
3942 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3943
3944         * shell/ev-window.c:
3945         
3946         Adds a nice icon to page action during toolbar editing.
3947         See bug #452872.
3948
3949 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3950
3951         * data/evince-toolbar.xml:
3952         * shell/ev-window.c:
3953         
3954         Let user add a presentation and fullscreen icons on toolbar.
3955         See bug #449734.
3956
3957 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3958
3959         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3960
3961         new script to keep in sync with toolbareditor in libegg
3962
3963         * cut-n-paste/toolbar-editor/*: 
3964
3965         Run update-toolbareditor-from-libegg so we are in sync again. 
3966         Fixes bug #452850.
3967         
3968
3969 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * shell/ev-sidebar-links.c: (job_finished_callback):
3972
3973         Do not connect selection changed signal more than once. Fixes bug
3974         #349433.
3975
3976 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3979
3980         Do not change sidebar chrome flag when pressing F9 key in
3981         presentation mode.
3982
3983 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3984
3985         * backend/pdf/ev-poppler.cc:
3986         (pdf_document_thumbnails_get_dimensions):
3987
3988         Make sure thumbnails width and height is not <= 0. Fixes a crash
3989         with some pdf documents which have really small pages.
3990
3991 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3992
3993         * shell/main.c: (main):
3994
3995         Fixes program description translation issue.
3996         Bug #450148.
3997
3998 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3999
4000         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4001
4002         Do not change current page when returning from black/white mode
4003         in presentation. Fixes bug #415032.
4004
4005 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * NEWS:
4008         * configure.ac:
4009         
4010         Update for release 0.9.1
4011
4012 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4013
4014         * backend/dvi/dvi-document.c:
4015         (dvi_document_finalize),
4016         (dvi_document_file_exporter_format_supported),
4017         (dvi_document_file_exporter_begin),
4018         (dvi_document_file_exporter_do_page),
4019         (dvi_document_file_exporter_end),
4020         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4021         
4022         PDF exporter for dvi documents. Fixes bug #441319.
4023
4024 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * shell/ev-window.c: (ev_window_clear_print_job):
4027
4028         Clear gtk print job when job has finished. Fixes bug #447612.
4029
4030 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-window.c: (ev_window_print_send),
4033         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4034
4035         Add preview button to print dialog. Fixes bug #445419.
4036
4037 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * backend/dvi/Makefile.am:
4040         * backend/dvi/pixbuf-device.[ch]: Removed
4041         * backend/dvi/cairo-device.[ch]: Added
4042         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4043         * backend/dvi/dvi-document.c: (dvi_document_load),
4044         (dvi_document_render), (dvi_document_finalize),
4045         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4046         (dvi_document_do_color_special):
4047         * libdocument/ev-document-misc.[ch]:
4048         (ev_document_misc_pixbuf_from_surface):
4049
4050         Port dvi backend to cairo and fix a problem with colors. 
4051
4052 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4053
4054         * shell/ev-view.c: (draw_one_page):
4055
4056         Draw only visible region.
4057
4058 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * backend/djvu/djvu-document.c: (djvu_document_render):
4061
4062         Fix rotation in djvu backend.
4063
4064 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4067         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4068         (ev_pixbuf_cache_get_image_mapping),
4069         (ev_pixbuf_cache_get_text_mapping):
4070
4071         Redraw view every time we have a new surface. Fixes bug #443587.
4072
4073 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * libdocument/ev-document.c: (ev_document_info_free):
4076
4077         Fix memory leaks.
4078
4079 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * backend/dvi/dvi-document.c: (dvi_document_render),
4082         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4083         * backend/impress/impress-document.c:
4084         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4085         (impress_document_render), (impress_document_document_iface_init),
4086         (impress_document_thumbnails_get_thumbnail):
4087         * backend/djvu/djvu-document-private.h:
4088         * backend/djvu/djvu-document.c: (djvu_document_render),
4089         (djvu_document_finalize), (djvu_document_document_iface_init),
4090         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4091         * backend/tiff/tiff-document.c: (tiff_document_render),
4092         (tiff_document_render_pixbuf),
4093         (tiff_document_document_iface_init):
4094         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4095         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4096         (pdf_selection_render_selection):
4097         * backend/comics/comics-document.c:
4098         (comics_document_render_pixbuf), (comics_document_render),
4099         (comics_document_document_iface_init):
4100         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4101         (pixbuf_document_document_iface_init):
4102         * libdocument/ev-document-misc.[ch]:
4103         (ev_document_misc_surface_from_pixbuf),
4104         (ev_document_misc_surface_rotate_and_scale):
4105         * libdocument/ev-document.[ch]: (ev_document_render):
4106         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4107         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4108         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4109         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4110         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4111         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4112         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4113         (render_finished_cb), (ev_job_render_run):
4114         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4115         (merge_selection_region):
4116
4117         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4118         and selections.
4119
4120 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * shell/ev-window-title.c: (ev_window_title_update):
4123
4124         Fix memory leak.
4125
4126 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-view.c: (draw_loading_text):
4129
4130         Show loading text centered. Fixes bug #433061
4131
4132 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4133
4134         * shell/ev-sidebar-thumbnails.c:
4135         (ev_sidebar_thumbnails_set_loading_icon):
4136
4137         Remove a mutex in the main thread that blocks the UI in heavy
4138         documents.
4139
4140 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4143
4144         Set points_set to TRUE so that selections don't disappear after a
4145         zoom change.
4146
4147 2007-06-07  Michael Monreal  <infernux@web.de>
4148
4149         * data/icons/16x16/actions/Makefile.am:
4150         * data/icons/16x16/actions/zoom.svg:
4151         * data/icons/22x22/actions/Makefile.am:
4152         * data/icons/22x22/actions/zoom.svg:
4153         * data/icons/24x24/actions/Makefile.am:
4154         * shell/ev-stock-icons.c:
4155         * shell/ev-stock-icons.h:
4156         * shell/ev-window.c:
4157         
4158         Zoom icon artwork. See bug #444795.
4159
4160 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4161
4162         * shell/ev-metadata-manager.c: Remove extraneous function
4163         (Closes: #444386)
4164
4165 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4166
4167         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4168         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4169         (ev_metadata_manager_set), (ev_metadata_manager_save):
4170         Simplify the timeout, no need for modified anymore
4171
4172 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4173
4174         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4175         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4176         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4177         (ev_metadata_manager_save): Adapted patch from Arjan van de
4178         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4179         time, saves on power (Closes: #443851)
4180
4181 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * configure.ac:
4184         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4185         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4186
4187         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4188
4189 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * shell/ev-window.c: (ev_window_add_history):
4192
4193         Check if history is NULL
4194
4195 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * libdocument/ev-image.c: (ev_image_finalize):
4198         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4199         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4200         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4201         (ev_tmp_uri_unlink):
4202
4203         Add functions to delete temporary files created by evince in a safe
4204         way.
4205
4206         * shell/ev-window.c: (ev_window_clear_local_uri),
4207         (open_xfer_update_progress_callback),
4208         (save_xfer_update_progress_callback), (ev_window_save_remote),
4209         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4210         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4211         (attachment_save_dialog_response_cb),
4212         (ev_attachment_popup_cmd_save_attachment_as):
4213
4214         Allow saving a copy of a document, image or attachment to a remote
4215         location. Fixes bug #440754. 
4216
4217 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * configure.ac:
4220         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4221
4222         Fix build with current poppler from cvs head. 
4223
4224 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4225
4226         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4227
4228         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4229         directory exists.
4230
4231 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4232
4233         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4234         * shell/ev-window.c:
4235
4236         Change sidebar ordering. Fixes bug #439939.
4237
4238 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4239
4240         * backend/comics/Makefile.am:
4241         
4242         Fixes build with --without-libgnome.
4243
4244 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4245         
4246         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4247
4248         Update cursor and tooltip on page change and view scroll. Fixes bug
4249         #439217.
4250
4251 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * NEWS:
4254         * configure.ac:
4255         
4256         Update for release 0.9.0
4257
4258 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4259
4260         * backend/djvu/djvu-document-private.h:
4261         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4262         (djvu_document_finalize),
4263         (djvu_document_file_exporter_format_supported),
4264         (djvu_document_file_exporter_begin),
4265         (djvu_document_file_exporter_do_page),
4266         (djvu_document_file_exporter_end),
4267         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4268         
4269         Implemented printing with djvu. Bug #437998.
4270
4271 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * backend/impress/zip.c:
4274         Add missing ulong definition.
4275
4276         * backend/ps/ps-interpreter.c:
4277         Add missing headers.
4278
4279         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4280
4281 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4284
4285         Add missing call to parent class dispose method. 
4286
4287 2007-05-12  Ross Burton  <ross@openedhand.com>
4288
4289         * shell/main.c:
4290         Sync keybindings manually when building without libgnome
4291         (#437925).
4292
4293 2007-05-12  Ross Burton  <ross@openedhand.com>
4294
4295         * shell/ev-window.c:
4296         Respect the screen when opening help (#437866).
4297
4298 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * data/evince-ui.xml:
4301         * shell/ev-application.[ch]: (get_print_settings_from_args),
4302         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4303         (ev_application_open_uri_list):
4304         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4305         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4306         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4307         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4308         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4309         (ev_window_dispose):
4310         * shell/main.c: (arguments_parse):
4311
4312         Add print button in preview mode. Fixes bug #396475. 
4313
4314 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * cut-n-paste/zoom-control/ephy-zoom.h:
4317         
4318         Fixes zoom level factors. See bug #408119 for details.
4319
4320 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * backend/comics/comics-document.c: (comics_regex_quote),
4323         (extract_argv):
4324         
4325         Correctly quote symbols. Fixes crash in the bug
4326         #415370.
4327
4328 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * shell/ev-navigation-action-widget.c:
4331         (ev_navigation_action_widget_init),
4332         (ev_navigation_action_widget_class_init),
4333         (ev_navigation_action_widget_button_press_event):
4334         
4335         Connect to button-press event on correct widget. Fixes
4336         bug #431988
4337
4338 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * shell/ev-application.c: (ev_application_open_window),
4341         (ev_application_add_icon_path_for_screen),
4342         (ev_application_open_uri_at_dest):
4343         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4344         * shell/ev-navigation-action.c: (build_menu):
4345         
4346         Add app-specific icons to our icon theme. Fixes bug
4347         #425508.
4348
4349 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4350
4351         * shell/ev-history.c: (ev_history_class_init),
4352         (ev_history_add_link):
4353         * shell/ev-history.h:
4354         * shell/ev-navigation-action.c:
4355         (ev_navigation_action_history_changed),
4356         (ev_navigation_action_set_history), (build_menu),
4357         (ev_navigation_action_finalize):
4358         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4359         
4360         Make navigation action unsensitive instead of showing
4361         menu with unsensitive word. Fixes bug #417392.
4362
4363 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4364
4365         * shell/ev-application.[ch]: (ev_application_shutdown),
4366         (ev_application_get_print_settings),
4367         (ev_application_set_print_settings):
4368         * shell/ev-window.c:
4369
4370         Remember print settings. Fixes bug #349102. 
4371
4372 2007-05-08  Christian Persch  <chpe@gnome.org>
4373
4374         * configure.ac:
4375         * properties/ev-properties-view.c:
4376
4377         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4378         Bug #382438.
4379
4380 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * configure.ac:
4383         * properties/ev-properties-view.c: (ev_regular_paper_size):
4384
4385         Use gtk+ builtin paper list to identify the document's paper size.
4386         Fixes bug #382438. 
4387
4388 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * configure.ac:
4391
4392         Fix build when compiling with thumbnailer and libgnome support. 
4393
4394 2007-05-04  Ross Burton  <ross@openedhand.com>
4395
4396         * configure.ac:
4397         Add --without-libgnome, check for libgnome and libgnomeui
4398         separately, and add them to the symbols as required.
4399
4400         * libdocument/ev-file-helpers.c:
4401         When building without libgnome, use g_get_user_config_dir instead
4402         of gnome_user_dir_get.
4403
4404         * shell/ev-application.c:
4405         When building without libgnome, don't use session management.
4406
4407         * shell/main.c:
4408         When building without libgnome, don't use GnomeProgram or
4409         initialise the authentication manager.
4410
4411         This fixes #328842.
4412
4413 2007-05-04  Ross Burton  <ross@openedhand.com>
4414
4415         * shell/ev-window.c:
4416         Don't use libgnome to open help, instead call Yelp directly.
4417
4418 2007-05-04  Ross Burton  <ross@openedhand.com>
4419
4420         * shell/ev-sidebar-attachments.c:
4421         Don't use libgnome to lookup icons for MIME types, instead copy
4422         code from GTK+ to do it manually.
4423
4424 2007-05-04  Ross Burton  <ross@openedhand.com>
4425
4426         * configure.ac:
4427         Add libxml to the dependencies for SHELL_CORE (#435818).
4428
4429 2007-05-02  Ross Burton  <ross@openedhand.com>
4430
4431         * configure.ac:
4432         * Makefile.am:
4433         Add --disable-thumbnailer (#434825)
4434
4435 2007-05-02  Ross Burton  <ross@openedhand.com>
4436
4437         * shell/ev-window.c:
4438         Add missing includes, fix indentation.
4439
4440         * shell/main.c:
4441         Fix indentation.
4442
4443 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4444
4445         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4446         ev_application_open_uri_at_dest instead of ev_application_open_uri
4447         preventing new document always being opened in a new window even if there
4448         is an empty window.
4449
4450 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4453         (egg_recent_view_uimanager_finalize):
4454         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4455         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4456         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4457         (ev_pixbuf_cache_dispose):
4458         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4459         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4460         
4461         Add missing chain to parent class methods. Fixes
4462         bug #433128.
4463
4464 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4465
4466         * data/Makefile.am (update-icon-cache): Updates
4467         gtk-update-icon-cache in uninstall-hook.
4468
4469 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * shell/ev-window.c: (ev_window_setup_document),
4472         (ev_window_set_document), (ev_window_load_job_cb):
4473         * shell/ev-view.c: (setup_caches):
4474         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4475
4476         Start rendering pages before any other jobs. 
4477
4478 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-window.c: (ev_window_stop_fullscreen),
4481         (ev_window_stop_presentation):
4482
4483         Update chrome visibility before window unfullscreen. 
4484
4485 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4486
4487         * data/Makefile.am:
4488         * data/evince-ui.xml:
4489         * shell/ev-stock-icons.[ch]:
4490         * shell/ev-application.[ch]: (ev_application_shutdown),
4491         (ev_application_init), (ev_application_get_toolbars_model):
4492         * shell/ev-window.c: (update_chrome_visibility),
4493         (fullscreen_toolbar_setup_item_properties),
4494         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4495         (ev_window_run_presentation), (ev_window_stop_presentation),
4496         (ev_window_run_preview), (ev_window_screen_changed),
4497         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4498         (ev_window_dispose), (ev_window_init):
4499
4500         Make fullscreen toolbar always visible. Do not use egg toolbars for
4501         fullscreen and preview modes since such toolbars are not editables.
4502         Fixes bugs #300278, #338910 and #316188.  
4503
4504 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4505
4506         * shell/ev-application.c:
4507         * shell/ev-job-queue.c:
4508         * shell/ev-metadata-manager.c:
4509         * shell/ev-stock-icons.c:
4510         * shell/ev-window.c:
4511         * shell/main.c:
4512         
4513         Developers documentation updated.
4514
4515 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4518
4519         Check whether uri is valid before launching it. Fixes bug #427664.
4520
4521 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * shell/ev-window.c:
4524
4525         Change key accelerator for Open a Copy menu entry which is in conflict
4526         with Close. Fixes bug #427321.
4527
4528 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * NEWS:
4531         * configure.ac:
4532         
4533         Update for release 0.8.1
4534
4535 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-window.c: (setup_size_from_metadata):
4538         
4539         Do not make window bigger than screen. Fixes bug 
4540         #388985.
4541
4542 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4545         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4546
4547         Use default resolution when it's not provided by document. Fixes bug
4548         #408762.
4549
4550 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * configure.ac:
4553         * thumbnailer/Makefile.am:
4554         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4555         * thumbnailer/evince-thumbnailer.schemas.in:
4556         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4557
4558         Add support for ps, eps and compressed documents thumbnails. Do not
4559         ignore size parameter. 
4560
4561 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4562
4563         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4564         (dvi_document_do_color_special):
4565         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4566
4567         Implement font color specials in the DVI backend. Fixes bug #303651.
4568
4569 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4570
4571         Fixup the previous commit:
4572
4573         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4574         * shell/xdg-user-dir-lookup.c: Make the function non-static
4575         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4576
4577 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4578
4579         * shell/ev-window.c (file_open_dialog_response_cb): Use
4580         the xdg-user-dirs DOCUMENTS folder as default folder when
4581         opening a file chooser.  (#424858)
4582
4583         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4584         xdg-user-dirs.
4585
4586 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * shell/ev-window.c: (ev_window_load_job_cb):
4589
4590         Do not setup view from metadata on preview mode. 
4591
4592 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * shell/main.c:
4595
4596         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4597
4598 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/ev-view.c: (ev_view_primary_get_cb):
4601
4602         Check pointer != NULL before using it. Fixes bug #416841. 
4603
4604 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4605
4606         * NEWS:
4607         * configure.ac:
4608         
4609         Release 0.8.0
4610
4611 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4612
4613         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4614
4615         Do not render thumbnails when sidebar thumbnail page is not visible
4616         at startup. Fixes bug #416447. 
4617
4618 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4619
4620         * data/evince.desktop.in.in:
4621
4622         "Application" is not a valid category in the freedesktop specification.
4623
4624 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4625
4626         * libdocument/ev-file-helpers.[ch]: (compression_run),
4627         (ev_file_uncompress), (ev_file_compress):
4628         * shell/ev-window.c: (file_save_dialog_response_cb):
4629
4630         Save document compressed when saving a copy of a compressed document.
4631         Fixes bug #334542.
4632
4633 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4636
4637         Allow deleting in goto window entry in presentation mode. 
4638
4639 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4640
4641         * Makefile.am: Dist MAINTAINERS.
4642
4643 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4644
4645         * shell/ev-window.c: (ev_window_update_actions):
4646
4647         Fix zoom shortcut keys when searching. Fixes bug #409828.
4648
4649 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-window.c: (ev_window_setup_document):
4652
4653         Fix crash when loading documents with only one page. 
4654
4655 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * backend/dvi/dvi-document.c:
4658         (dvi_document_thumbnails_get_dimensions),
4659         (dvi_document_thumbnails_get_thumbnail):
4660         * backend/impress/impress-document.c:
4661         (impress_document_thumbnails_get_thumbnail),
4662         (impress_document_thumbnails_get_dimensions):
4663         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4664         (ps_document_thumbnails_get_dimensions):
4665         * backend/djvu/djvu-document.c:
4666         (djvu_document_thumbnails_get_dimensions),
4667         (djvu_document_thumbnails_get_thumbnail):
4668         * backend/tiff/tiff-document.c:
4669         (tiff_document_thumbnails_get_thumbnail),
4670         (tiff_document_thumbnails_get_dimensions):
4671         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4672         (pdf_document_thumbnails_get_thumbnail),
4673         (pdf_document_thumbnails_get_dimensions):
4674         * backend/comics/comics-document.c:
4675         (comics_document_thumbnails_get_thumbnail),
4676         (comics_document_thumbnails_get_dimensions):
4677         * backend/pixbuf/pixbuf-document.c:
4678         (pixbuf_document_thumbnails_get_thumbnail),
4679         (pixbuf_document_thumbnails_get_dimensions):
4680         * libdocument/ev-document-thumbnails.[ch]:
4681         (ev_document_thumbnails_get_thumbnail),
4682         (ev_document_thumbnails_get_dimensions):
4683         * libdocument/ev-document-misc.[ch]:
4684         (ev_document_misc_get_thumbnail_frame):
4685         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4686         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4687         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4688         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4689         (ev_sidebar_thumbnails_refresh):
4690         * shell/ev-window.c: (ev_window_setup_document):
4691         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4692
4693         Use an EvRenderContext for rendering thumbnails instead of a suggested
4694         width, so that different sized pages get sized proportionally.
4695
4696 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-view.c: (ev_view_button_press_event),
4699         (ev_view_key_press_event):
4700
4701         Fix critical warnings when there is no document loaded. 
4702
4703 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4704
4705         * shell/ev-page-action-widget.c:
4706         * shell/ev-navigation-action.c:
4707         * shell/ev-window.c:
4708
4709         Fix compile warnings. 
4710
4711 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * backend/djvu/djvu-text.h:
4714         * backend/djvu/djvu-document.c:
4715         * backend/djvu/djvu-text-page.c:
4716         * backend/djvu/djvu-links.c:
4717         * backend/djvu/djvu-text-page.h:
4718         * backend/djvu/djvu-text.c:
4719         
4720         Fix build on Mac. Fixes bug #392186. Patch by
4721         <ephraim_owns@hotmail.com>
4722
4723 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4724
4725         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4726
4727         Restore cairo context before rendering every page when printing a PDF
4728         document into a PDF file. 
4729
4730 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * backend/ps/gstypes.h:
4733         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4734         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4735         (ps_document_thumbnails_get_thumbnail):
4736
4737         Handle PostScript page orientation. Fixes bug #318568.
4738
4739 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4740
4741         * backend/ps/Makefile.am:
4742         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4743         (document_load), (ps_document_load), (save_document),
4744         (save_page_list), (ps_document_get_n_pages),
4745         (ps_document_get_page_size), (ps_document_get_info),
4746         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4747         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4748         (ps_document_thumbnails_get_thumbnail),
4749         (ps_document_thumbnails_get_dimensions),
4750         (ps_document_document_thumbnails_iface_init):
4751         * backend/ps/ps.[ch]: (psgetpagebox):
4752         * backend/ps/ps-interpreter.[ch]:
4753
4754         Add support for thumbnails in ps backend. Fixes bug #164755. 
4755
4756 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4757
4758         * NEWS:
4759         * configure.ac:
4760         
4761         Release 0.7.2
4762
4763 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4766         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4767         (ev_window_dispose):
4768
4769         Use document thumbnail as window icon. Fixes bug #384442.
4770
4771 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4772
4773         * configure.ac:
4774
4775         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4776         duplicated adding application/x-bzpostscript instead. 
4777
4778 2007-02-11  Tom Parker  <palfrey@tevp.net>
4779
4780         * backend/ps/ps-document.c: (document_load):
4781
4782         Check return value of psscan before trying
4783         to use it. Fixes bug #372414.
4784
4785 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4788
4789         Fix invalid free in ev-page-cache. Fixes bug #404745.
4790
4791 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * test/Makefile.am:
4794         * test/test3.py:
4795         
4796         Added reload test case.
4797
4798 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4799
4800         * po/POTFILES.in:
4801         * backend/djvu/djvu-document.c: (djvu_document_load):
4802
4803         Check whether there are missing files in indirect multipage djvu
4804         documents. Fixes bug #361683. 
4805
4806 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * test/Makefile.am:
4809         * test/test-mime.bin:
4810         * test/test3.py:
4811         
4812         Added test for slow mime type
4813
4814 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4815
4816         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4817
4818         Add some checks and call parent_class->finalize. Fixes bug #404745.
4819
4820 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * shell/ev-navigation-action.c: (connect_proxy):
4823         
4824         Fixes dropdown history menu. Thanks a lot Carlos!
4825
4826 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4829
4830         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4831         bug #373715.
4832
4833 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4834
4835         * backend/ps/ps.c: (psscan):
4836
4837         Fix memory leak. 
4838
4839 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4840
4841         * configure.ac:
4842         * libdocument/ev-file-helpers.c: 
4843
4844         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4845
4846 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * configure.ac:
4849         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4850         (ps_interpreter_start), (document_load), (save_document),
4851         (save_page_list):
4852         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4853         * libdocument/ev-document-factory.c:
4854         (ev_document_factory_get_from_mime), (get_document_from_uri),
4855         (free_uncompressed_uri), (ev_document_factory_get_document):
4856         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4857
4858         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4859
4860 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4861
4862         * libdocument/ev-document.h:
4863
4864         Fix typo in function name. 
4865
4866 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * backend/ps/ps-document.c: (ps_interpreter_finished),
4869         (ps_interpreter_start), (ps_interpreter_failed):
4870
4871         Handle ghostscript interpreter crashes. 
4872
4873 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * shell/ev-window.c: (ev_window_open_uri),
4876         (window_configure_event_cb):
4877
4878         Setup window size and position before showing it. Fixes bug #401711.
4879
4880 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * backend/ps/Makefile.am:
4883         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4884         (ps_document_dispose), (ps_document_class_init),
4885         (ps_interpreter_input), (ps_interpreter_output),
4886         (ps_interpreter_error), (setup_interpreter_env),
4887         (ps_interpreter_start), (ps_interpreter_stop),
4888         (ps_interpreter_failed), (ps_interpreter_is_ready),
4889         (check_filecompressed), (document_load), (ps_document_load),
4890         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4891         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4892         (render_page):
4893
4894         Rework ps-document. Code cleanups, remove deprecated code. 
4895
4896 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4897
4898         * shell/ev-view.c: (ev_view_button_press_event):
4899
4900         Do not start an image drag and drop operation when pointer is on 
4901         text, so that we can select text when the whole background is an
4902         image. 
4903
4904 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4905
4906         * shell/ev-window.c: (ev_window_update_actions): 
4907
4908         Disable all zoom related actions during presentation mode. 
4909
4910 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4911
4912         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4913
4914         Do not zoom in or out on presentation mode. Fixes bug #401305.
4915
4916 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * shell/ev-navigation-action.c: (connect_proxy),
4919         (create_menu_item), (ev_navigation_action_class_init):
4920         
4921         Correctly show menu and fix crash when navigaton 
4922         action is out of toolbar visible area.
4923
4924 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * data/Makefile.am:
4927         * data/evince.1:
4928         
4929         Added man file
4930
4931 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * help/reference/* :
4934         * configure.ac:
4935         
4936         Added gtk-doc based documentation for Evince.
4937         Still in initial state but I hope it will
4938         grow.
4939         
4940         * configure.ac:
4941         
4942         Lower dbus requirement to 0.70
4943
4944 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4945
4946         * shell/ev-window.c: (ev_window_add_history):
4947
4948         Fix memory leak. 
4949
4950 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4953         * shell/ev-view.h:
4954         * shell/ev-window.c: (ev_window_add_history):
4955         
4956         Correctly handle named destination links
4957
4958 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * NOTES:
4961         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4962         * backend/pdf/ev-poppler.cc:
4963         * libdocument/ev-document-links.h:
4964         * libdocument/ev-link.c: (ev_link_get_page):
4965         * libdocument/ev-link.h:
4966         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4967         (ev_history_add_link):
4968         * shell/ev-history.h:
4969         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4970         (new_history_menu_item), (build_menu):
4971         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4972         * shell/ev-sidebar-links.c: (create_loading_model),
4973         (print_section_cb), (ev_sidebar_links_construct),
4974         (fill_page_labels), (update_page_callback_foreach),
4975         (update_page_callback), (job_finished_callback):
4976         * shell/ev-view.c: (ev_view_handle_link):
4977         * shell/ev-window.c: (ev_window_find_chapter),
4978         (ev_window_add_history), (view_handle_link_cb),
4979         (history_changed_cb):
4980         
4981         Implements another history variant
4982
4983 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * shell/ev-window.c: (view_external_link_cb):
4986         * shell/ev-view.c: (ev_view_button_release_event):
4987
4988         Open links in new window when clicking with middle button. 
4989
4990 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * shell/ev-navigation-action.c: (new_history_menu_item):
4993         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4994         * shell/ev-view.c: (ev_view_handle_link):
4995         * shell/ev-window.c:
4996         
4997         Store link before jump, not the destination. For me it 
4998         seems like more natural history behavior.
4999
5000 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5003         (ev_navigation_action_class_init):
5004         * shell/ev-navigation-action.h:
5005         * shell/ev-page-action.c: (activate_cb):
5006         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5007         (ev_page_cache_set_current_page_history):
5008         * shell/ev-page-cache.h:
5009         * shell/ev-sidebar-thumbnails.c:
5010         (ev_sidebar_tree_selection_changed),
5011         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5012         * shell/ev-view-private.h:
5013         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5014         * shell/ev-view.h:
5015         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5016         (ev_window_setup_document), (ev_window_load_job_cb):
5017         * shell/ev-window.h:
5018         
5019         History finally works as expected.
5020
5021 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5024
5025         Do not update links treeview if it doesn't have a model assigned yet. 
5026
5027 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5030         (ev_sidebar_links_class_init), (update_page_callback):
5031
5032         Do not update links treeview when sidepane is not visible. 
5033
5034 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * shell/ev-marshal.list:
5037         * shell/ev-page-action.c: (activate_cb),
5038         (ev_page_action_class_init):
5039         * shell/ev-page-action.h:
5040         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5041         * shell/ev-window.c:
5042         
5043         Remove activate_link signal, not required.
5044
5045 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5046
5047         * shell/ev-navigation-action.c: (build_menu):
5048         
5049         Reorder menu items and build menu with fixed length.
5050
5051 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5052
5053         * shell/ev-view.c: (get_selected_text):
5054         
5055         Normalize text to fix ligatures problem. See bug
5056         #341947 for details.
5057
5058 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5061
5062         Fix memory leak in ev-page-cache. 
5063
5064 2007-01-25  Tom Parker <palfrey@tevp.net>
5065
5066         * backend/impress/impress-document.c: (impress_document_load),
5067         (impress_document_finalize), (impress_document_init):
5068         * properties/ev-properties-main.c: (ev_properties_get_pages):
5069         
5070         Correctly handle impress document errors. Fixes nautilus
5071         crash in property page #370491.
5072
5073 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5076         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5077         (ev_job_queue_remove_job):
5078         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5079         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5080         (ev_job_load_run):
5081         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5082         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5083         (ev_window_load_job_cb), (xfer_update_progress_callback),
5084         (ev_window_open_uri), (ev_window_dispose):
5085         * shell/main.c: (main):
5086
5087         Do file transfer asynchronously in the main thread instead of
5088         synchronously in the load thread. Fixes bugs #399694, #398307 and
5089         #343542.
5090
5091 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5092
5093         * shell/ev-jobs.c: (ev_job_xfer_run):
5094
5095         Load the document with the font-config lock held. 
5096
5097 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * backend/ps/ps-document.c: (start_interpreter):
5100
5101         Fix memory leaks in ps backend. 
5102
5103 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * backend/impress/impress-document.c:
5106         (impress_document_render_pixbuf):
5107
5108         Do not acquire fontconfig lock in impress backend, since it is using
5109         the main loop for rendering. 
5110
5111 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5112
5113         * po/POTFILES.in: 
5114
5115         Remove mdvi files that shouldn't be translated. 
5116
5117 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5118
5119         * shell/ev-view-private.h:
5120         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5121         (ev_view_set_zoom):
5122
5123         Render "loading..." text into a cairo surface instead of directly into
5124         the window so that fontconfig lock is only needed once and UI is not
5125         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5126
5127 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5130         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5131
5132         Use icon theme associated with the window screen rather than default. 
5133
5134 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5135
5136         * configure.ac:
5137
5138         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5139
5140 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5141
5142         * data/icons/*/apps/evince.*:
5143
5144         Move Evince icons under new apps directory.
5145
5146         * data/icons/*/actions/*:
5147
5148         Add new custom themeable Evince icons: view-page-continuous, 
5149         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5150         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5151
5152         * configure.ac:
5153
5154         Add new directories to AC_CONFIG_FILES.
5155
5156         * shell/ev-stock-icons.c:
5157         * shell/ev-stock-icons.h:
5158
5159         Use new custom themeable icons.
5160
5161 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5162
5163         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5164
5165         Do not draw white background page in presentation mode. 
5166
5167 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5168
5169         * shell/ev-view.c: Remove unused gnome-vfs include.
5170
5171 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5172
5173         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5174         
5175         Format string is corrected, fixes bug #397129.
5176
5177 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * shell/ev-window.c: (ev_window_setup_recent):
5180
5181         Do not include in recent menu inexistent documents. Fixes
5182         bug #339171.
5183
5184 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * po/POTFILES.skip: 
5187
5188         Update POTFILES.skip file according to current source tree. 
5189
5190 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-window.c: (file_save_dialog_response_cb):
5193
5194         Do Save a copy in atomic way. Fixes bug #328266. 
5195
5196 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5199
5200         Keep selected cell always visible in index treeview.
5201
5202 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5203         
5204         * shell/ev-view.c: (ev_view_size_allocate):
5205
5206         Restore horizontal scrollbar after switching to/from fullscreen
5207         or presentation mode. Fixes bug #331728.
5208
5209 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * shell/ev-view-private.h:
5212         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5213         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5214         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5215         (ev_view_can_zoom_out):
5216
5217         Use max and min scale values in the view iby taking dpi into account. 
5218
5219 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * configure.ac:
5222         * NEWS:
5223
5224         Release 0.7.1
5225
5226 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * shell/ev-window.c: (ev_window_print_send):
5229
5230         Send print job to printer with some settings set to default values,
5231         since we have already exported to a file according to such settings
5232         and they could be taken twice by some printers. 
5233
5234 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5235
5236         * shell/ev-jobs.c: (ev_job_xfer_run):
5237         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5238
5239         Show main window and load document with the font-config lock held. 
5240
5241 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5242
5243         * configure.ac:
5244         * shell/ev-application.c: (ev_application_register_service):
5245         * shell/main.c: (load_files_remote):
5246
5247         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5248
5249 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * doc/debugging.txt:
5252         
5253         Remove obsolete documentation.
5254
5255 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * Makefile.am:
5258         * backend/Makefile.am:
5259         * backend/comics/Makefile.am:
5260         * backend/djvu/Makefile.am:
5261         * backend/dvi/Makefile.am:
5262         * backend/ev-async-renderer.c:
5263         * backend/ev-async-renderer.h:
5264         * backend/ev-attachment.c:
5265         * backend/ev-attachment.h:
5266         * backend/ev-backend-marshal.c:
5267         * backend/ev-document-factory.c:
5268         * backend/ev-document-factory.h:
5269         * backend/ev-document-find.c:
5270         * backend/ev-document-find.h:
5271         * backend/ev-document-fonts.c:
5272         * backend/ev-document-fonts.h:
5273         * backend/ev-document-images.c:
5274         * backend/ev-document-images.h:
5275         * backend/ev-document-info.h:
5276         * backend/ev-document-links.c:
5277         * backend/ev-document-links.h:
5278         * backend/ev-document-misc.c:
5279         * backend/ev-document-misc.h:
5280         * backend/ev-document-security.c:
5281         * backend/ev-document-security.h:
5282         * backend/ev-document-thumbnails.c:
5283         * backend/ev-document-thumbnails.h:
5284         * backend/ev-document-transition.c:
5285         * backend/ev-document-transition.h:
5286         * backend/ev-document.c:
5287         * backend/ev-document.h:
5288         * backend/ev-file-exporter.c:
5289         * backend/ev-file-exporter.h:
5290         * backend/ev-image.c:
5291         * backend/ev-image.h:
5292         * backend/ev-link-action.c:
5293         * backend/ev-link-action.h:
5294         * backend/ev-link-dest.c:
5295         * backend/ev-link-dest.h:
5296         * backend/ev-link.c:
5297         * backend/ev-link.h:
5298         * backend/ev-render-context.c:
5299         * backend/ev-render-context.h:
5300         * backend/ev-selection.c:
5301         * backend/ev-selection.h:
5302         * backend/impress/Makefile.am:
5303         * backend/pdf/Makefile.am:
5304         * backend/pixbuf/Makefile.am:
5305         * backend/ps/Makefile.am:
5306         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5307         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5308         (start_interpreter), (stop_interpreter), (document_load),
5309         (ps_document_next_page), (render_page):
5310         * backend/tiff/Makefile.am:
5311         * comics/Makefile.am:
5312         * comics/comics-document.c:
5313         * comics/comics-document.h:
5314         * configure.ac:
5315         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5316         * djvu/Makefile.am:
5317         * djvu/djvu-document-private.h:
5318         * djvu/djvu-document.c:
5319         * djvu/djvu-document.h:
5320         * djvu/djvu-links.c:
5321         * djvu/djvu-links.h:
5322         * djvu/djvu-text-page.c:
5323         * djvu/djvu-text-page.h:
5324         * djvu/djvu-text.c:
5325         * djvu/djvu-text.h:
5326         * dvi/Makefile.am:
5327         * dvi/dvi-document.c:
5328         * dvi/dvi-document.h:
5329         * dvi/fonts.c:
5330         * dvi/fonts.h:
5331         * dvi/mdvi-lib/Makefile.am:
5332         * dvi/mdvi-lib/afmparse.c:
5333         * dvi/mdvi-lib/afmparse.h:
5334         * dvi/mdvi-lib/bitmap.c:
5335         * dvi/mdvi-lib/bitmap.h:
5336         * dvi/mdvi-lib/color.c:
5337         * dvi/mdvi-lib/color.h:
5338         * dvi/mdvi-lib/common.c:
5339         * dvi/mdvi-lib/common.h:
5340         * dvi/mdvi-lib/defaults.h:
5341         * dvi/mdvi-lib/dvimisc.c:
5342         * dvi/mdvi-lib/dviopcodes.h:
5343         * dvi/mdvi-lib/dviread.c:
5344         * dvi/mdvi-lib/files.c:
5345         * dvi/mdvi-lib/font.c:
5346         * dvi/mdvi-lib/fontmap.c:
5347         * dvi/mdvi-lib/fontmap.h:
5348         * dvi/mdvi-lib/fontsrch.c:
5349         * dvi/mdvi-lib/gf.c:
5350         * dvi/mdvi-lib/hash.c:
5351         * dvi/mdvi-lib/hash.h:
5352         * dvi/mdvi-lib/list.c:
5353         * dvi/mdvi-lib/mdvi.h:
5354         * dvi/mdvi-lib/pagesel.c:
5355         * dvi/mdvi-lib/paper.c:
5356         * dvi/mdvi-lib/paper.h:
5357         * dvi/mdvi-lib/pk.c:
5358         * dvi/mdvi-lib/private.h:
5359         * dvi/mdvi-lib/setup.c:
5360         * dvi/mdvi-lib/sp-epsf.c:
5361         * dvi/mdvi-lib/special.c:
5362         * dvi/mdvi-lib/sysdeps.h:
5363         * dvi/mdvi-lib/t1.c:
5364         * dvi/mdvi-lib/tfm.c:
5365         * dvi/mdvi-lib/tfmfile.c:
5366         * dvi/mdvi-lib/tt.c:
5367         * dvi/mdvi-lib/util.c:
5368         * dvi/mdvi-lib/vf.c:
5369         * dvi/pixbuf-device.c:
5370         * dvi/pixbuf-device.h:
5371         * impress/Makefile.am:
5372         * impress/common.h:
5373         * impress/document.c:
5374         * impress/f_oasis.c:
5375         * impress/f_oo13.c:
5376         * impress/iksemel.c:
5377         * impress/iksemel.h:
5378         * impress/imposter.h:
5379         * impress/impress-document.c:
5380         * impress/impress-document.h:
5381         * impress/internal.h:
5382         * impress/r_back.c:
5383         * impress/r_draw.c:
5384         * impress/r_geometry.c:
5385         * impress/r_gradient.c:
5386         * impress/r_style.c:
5387         * impress/r_text.c:
5388         * impress/render.c:
5389         * impress/render.h:
5390         * impress/zip.c:
5391         * impress/zip.h:
5392         * lib/Makefile.am:
5393         * lib/ev-debug.c:
5394         * lib/ev-debug.h:
5395         * lib/ev-file-helpers.c:
5396         * lib/ev-file-helpers.h:
5397         * lib/ev-gui.c:
5398         * lib/ev-gui.h:
5399         * lib/ev-tooltip.c:
5400         * lib/ev-tooltip.h:
5401         * libdocument/Makefile.am:
5402         * libdocument/ev-file-helpers.c:
5403         * pdf/Makefile.am:
5404         * pdf/ev-poppler.cc:
5405         * pdf/ev-poppler.h:
5406         * pixbuf/Makefile.am:
5407         * pixbuf/pixbuf-document.c:
5408         * pixbuf/pixbuf-document.h:
5409         * properties/Makefile.am:
5410         * ps/Makefile.am:
5411         * ps/gsdefaults.c:
5412         * ps/gsdefaults.h:
5413         * ps/gsio.c:
5414         * ps/gsio.h:
5415         * ps/gstypes.h:
5416         * ps/ps-document.c:
5417         * ps/ps-document.h:
5418         * ps/ps.c:
5419         * ps/ps.h:
5420         * shell/Makefile.am:
5421         * shell/ev-application.h:
5422         * shell/ev-sidebar-links.c:
5423         * shell/ev-sidebar-links.h:
5424         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5425         (ev_gui_menu_position_tree_selection):
5426         * shell/ev-utils.h:
5427         * shell/ev-view.c: (ev_view_finalize):
5428         * shell/ev-window.c:
5429         * shell/main.c: (main):
5430         * thumbnailer/Makefile.am:
5431         * tiff/Makefile.am:
5432         * tiff/tiff-document.c:
5433         * tiff/tiff-document.h:
5434         * tiff/tiff2ps.c:
5435         * tiff/tiff2ps.h:
5436         
5437         Reorganize source tree.
5438
5439 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * backend/ev-document-factory.c:
5442
5443         Do not include ev-poppler.h when pdf is disabled. 
5444
5445 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * configure.ac:
5448         * data/evince-ui.xml:
5449         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5450         (pdf_document_document_images_iface_init):
5451         * backend/Makefile.am:
5452         * backend/ev-document-images.[ch]:
5453         * backend/ev-image.[ch]:
5454         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5455         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5456         (ev_job_xfer_run):
5457         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5458         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5459         (ev_pixbuf_cache_get_image_mapping):
5460         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5461         (view_menu_popup_cb), (ev_window_dispose),
5462         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5463         (ev_view_popup_cmd_copy_image):
5464         * shell/ev-view-private.h:
5465         * shell/ev-view.c: (ev_view_get_image_at_location),
5466         (ev_view_do_popup_menu), (ev_view_popup_menu),
5467         (ev_view_button_press_event), (ev_view_drag_data_get),
5468         (ev_view_drag_motion), (ev_view_drag_data_received),
5469         (ev_view_motion_notify_event), (ev_view_button_release_event),
5470         (ev_view_finalize), (ev_view_class_init):
5471
5472         Add image handling support. Fixes bugs #310008 and #325047. Images
5473         selection is not supported yet. 
5474
5475 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5476
5477         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5478         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5479         (ev_view_init):
5480
5481         Move view drag and drop stuff to ev-view.
5482
5483 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5484
5485         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5486         * shell/ev-view.c: (clear_selection): 
5487
5488         Clear selection also in pixbuf cache.
5489
5490 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5491
5492         * data/evince.desktop.in.in:
5493         
5494         Change icon name in desktop file. See bug #390734
5495         for details.
5496
5497 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5498
5499         * thumbnailer/Makefile.am:
5500
5501         Use top_builddir instead top_srcdir for generated schema
5502         file installation. Fixes bug #390161.
5503
5504 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5505
5506         * configure.ac:
5507         * backend/Makefile.am:
5508         * backend/ev-document-transition.[ch]:
5509         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5510         (pdf_document_page_transition_iface_init):
5511         * shell/ev-view-private.h:
5512         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5513         (ev_view_set_presentation), (transition_next_page),
5514         (ev_view_presentation_transition_stop),
5515         (ev_view_presentation_transition_start), (ev_view_next_page):
5516
5517         Add page transition support in presentation mode. At the moment only
5518         page duration is supported, but not transition effects. Fixes bug
5519         #309815.
5520
5521 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5524
5525         Run find_link_dest with document lock held, since it's called by links
5526         thread and main thread at the same time. 
5527
5528 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5529
5530         * shell/ev-view.c: (goto_dest):
5531
5532         Update page-cache when page is changed by the view, so that
5533         page-changed signal is emitted. 
5534
5535 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * test/test1.py:
5538         * test/test2.py:
5539
5540         Use C locale in tests. 
5541
5542 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5543
5544         * shell/ev-window.c: (ev_window_run_presentation):
5545         * shell/ev-view-private.h:
5546         * shell/ev-view.c: (ev_view_set_presentation):
5547
5548         Restore zoom settings when back from presentation mode. 
5549
5550 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5551
5552         * shell/ev-window.c: (ev_window_run_presentation):
5553
5554         Always use "best fit" zoom in presentation mode.
5555         Fixes bug #389195.
5556
5557 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5558
5559         * shell/ev-view.c: (ev_view_goto_window_create):
5560
5561         Show "Jump to page" label in the page jumping popup in
5562         presentation mode instead of just a GtkEntry.
5563
5564 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5565
5566         * shell/ev-window.c: (launch_external_uri):
5567
5568         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5569         #378085.
5570
5571 2006-12-22  Elijah Newren  <newren gmail com>
5572
5573         * configure.ac: explicitly check for libxml2.  Fixes #388795
5574
5575 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5576
5577         * shell/ev-view-private.h:
5578         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5579         (ev_view_goto_window_delete_event), (key_is_numeric),
5580         (ev_view_goto_window_key_press_event),
5581         (ev_view_goto_window_button_press_event),
5582         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5583         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5584         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5585
5586         Allow jumping to another page by typing a page number in presentation
5587         mode. It uses a popup window with an entry. Fixes bug #353625.
5588
5589 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * configure.ac:
5592         * properties/ev-properties-view.c: (ev_get_default_user_units),
5593         (ev_regular_paper_size):
5594         
5595         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5596         to Damien Carbery <damien.carbery@sun.com> and
5597         Yevgen Muntyan <muntyan@tamu.edu>.
5598
5599 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5600
5601         * shell/ev-window.c: (setup_document_from_metadata):
5602
5603         Make sure Evince doesn't restore the view on the last
5604         page when a document is reopened. Fixes bug #383381.
5605
5606 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5607
5608         * shell/ev-view.c: (draw_loading_text):
5609
5610         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5611
5612 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5613
5614         * configure.ac:
5615         * NEWS:
5616
5617         Release 0.7.0
5618
5619 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5620
5621         * configure.ac:
5622         * pdf/ev-poppler.cc: (pdf_print_context_free),
5623         (pdf_document_file_exporter_begin),
5624         (pdf_document_file_exporter_do_page):
5625
5626         Make cairo-pdf depedency optional. 
5627
5628 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5631
5632         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5633
5634 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5635
5636         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5637         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5638         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5639         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5640         * shell/ev-view.c: (draw_loading_text):
5641         * shell/ev-window.c: (ev_window_cmd_file_properties):
5642
5643         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5644         related to using FontConfig from different threads.
5645         
5646 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5647
5648         * shell/ev-view.c: (draw_loading_text):
5649
5650         Acquire lock document when drawing "Loading..." text so that only one
5651         thread will use FontConfig at the same time. Fixes bug #374750.
5652
5653 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5654
5655         * shell/ev-page-action.[ch]: (activate_cb):
5656         * shell/ev-window.c: (activate_label_cb):
5657
5658         Check if text inserted in page entry is a valid page number when it
5659         doesn't match to any document page label. Fixes bug #383165.
5660
5661 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5662         * shell/ev-window.c:
5663
5664         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5665         available with GTK < 2.10. Added an ifdef to avoid compilation
5666         error.
5667
5668 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5669
5670         * configure.ac:
5671         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5672
5673         Fix ps backend in multihead systems.
5674
5675 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5676
5677         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5678         * shell/ev-window.c: (ev_window_get_screen_dpi),
5679         (ev_window_update_actions), (setup_view_from_metadata),
5680         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5681
5682         Take screen DPI into account when zooming. Fixes bug #318285.
5683
5684 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5685
5686         * data/Makefile.am:
5687
5688         Cleaned up/slightly refactored Makefile.am. Added GConf
5689         schemas uninstallation as well.
5690
5691 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5692
5693         * Makefile.am:
5694         * test/Makefile.am:
5695
5696         Fight with autotools to fix make check. Make distcheck
5697         works fine as well now!
5698
5699 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5700
5701         * shell/ev-view.c: (draw_end_presentation_page):
5702
5703         Corrected "end of presentation" string.
5704
5705 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5706
5707         * shell/ev-view.c: (ev_view_key_press_event):
5708
5709         Correctly propagate key press event so that up/down keys
5710         work as expected (correct behaviour was broken by
5711         black/white screen key bindings for presentations).
5712
5713 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5714
5715         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5716         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5717         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5718         (pdf_selection_get_selection_region),
5719         (pdf_selection_get_selection_map):
5720
5721         Add "static" to some private functions. 
5722
5723 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5724
5725         * lib/ev-tooltip.h:
5726         * properties/ev-properties-view.h:
5727         * shell/ev-jobs.h:
5728         * shell/ev-properties-dialog.h:
5729         * shell/ev-properties-fonts.h:
5730         * shell/ev-sidebar-links.h:
5731         * shell/ev-sidebar-thumbnails.h:
5732         * shell/ev-sidebar.h:
5733         * shell/ev-window.h:
5734         
5735         Fixes CHACK type in class casts. See bug #385343
5736         for details.
5737
5738 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5739
5740         * shell/ev-view-private.h:
5741         * shell/ev-view.c: (draw_end_presentation_page),
5742         (ev_view_expose_event), (ev_view_key_press_event),
5743         (ev_view_class_init), (ev_view_init):
5744
5745         Blank screen in presentation mode when pressing 'b' (filling with
5746         black) or 'w' (filling with white) keys. Fixes bug #358132.
5747
5748 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5749
5750         * data/evince-toolbar.xml:
5751         * shell/ev-window.c:
5752         
5753         Use stock icon for Select All action. Fixes
5754         bug #382652.
5755
5756 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5757
5758         * shell/ev-view.c: (get_doc_point_from_offset),
5759         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5760
5761         Add links support in rotated documents. Fixes bug #343733.
5762
5763 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5764
5765         * shell/ev-view-private.h:
5766         * shell/ev-view.c: (draw_end_presentation_page),
5767         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5768
5769         Show a blank page after the last page in presentation mode with a
5770         message indicating that presentation has finished and how to exit. 
5771
5772 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * shell/ev-window.c: (fullscreen_timeout_cb):
5775
5776         Hide cursor after a while in presentation mode. 
5777
5778 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5779
5780         * backend/ev-document-info.h:
5781         * data/evince-properties.glade:
5782         * pdf/ev-poppler.cc:
5783         * properties/ev-properties-view.c: (ev_regular_paper_size),
5784         (ev_properties_view_set_info):
5785         * ps/ps-document.c: (ps_document_get_info):
5786
5787         Adds a paper size field to the properties dialog. Fixes
5788         bug #307315. Patch by Kasper Svendsen (with some i18n
5789         changes done by me).
5790
5791 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5794         (screensaver_init_dbus), (totem_scrsaver_new),
5795         (totem_scrsaver_init):
5796         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5797         * shell/ev-application.c: (ev_application_register_service),
5798         (ev_application_screensaver_enable),
5799         (ev_application_screensaver_disable):
5800         * shell/ev-application.h:
5801         * shell/ev-window.c: (ev_window_run_presentation),
5802         (ev_window_stop_presentation), (build_comments_string),
5803         (ev_window_init):
5804         
5805         Move screensaver handling to application. No more
5806         message on startup.
5807
5808 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5809
5810         * configure.ac:
5811         * backend/Makefile.am:
5812         * backend/ev-file-exporter.[ch]:
5813         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5814         * ps/ps-document.c: (ps_document_file_exporter_*):
5815         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5816         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5817         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5818         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5819
5820         Allow printing to PDF when suppoted by the backend.
5821         
5822 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5823
5824         * shell/ev-window.c: (build_comments_string):
5825
5826         Use always "Document Viewer" in about dialog. 
5827
5828 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * djvu/djvu-document.c: (djvu_document_get_page_size):
5831
5832         Display a warning message when get_pageinfo fails. 
5833
5834 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5835
5836         * Makefile.am:
5837         * backend/Makefile.am:
5838         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5839         * configure.ac:
5840         * shell/ev-window.c: (build_comments_string):
5841         
5842         Make pdf compilation optional. See bug #38007.
5843
5844 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * ps/ps.c: (get_next_text):
5847
5848         Fix CVE-2006-5864.
5849
5850 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5851
5852         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5853         * shell/ev-navigation-action.c: (connect_proxy),
5854         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5855         
5856         Do not call g_type_class_peek_parent twice.
5857
5858 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5859
5860         * configure.ac:
5861         * data/icons/24x24/.cvsignore:
5862         * data/icons/24x24/Makefile.am:
5863         * data/icons/24x24/evince.png:
5864         * data/icons/Makefile.am:
5865         
5866         Add 24x24 icon. Thanks to 
5867         Michael Monreal <infernux@web.de>.
5868
5869 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * configure.ac: Fix typo in configure.ac. Thanks
5872         to dmacks@netspace.org for notification.
5873
5874 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5877         
5878         Drop dbus include, fixes compilation with older dbus.
5879
5880 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5881
5882         * configure.ac:
5883         * cut-n-paste/Makefile.am:
5884         * cut-n-paste/totem-screensaver/.cvsignore
5885         * cut-n-paste/totem-screensaver/Makefile.am:
5886         * cut-n-paste/totem-screensaver/README:
5887         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5888         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5889         * shell/Makefile.am:
5890         * shell/ev-window.c: (ev_window_run_presentation),
5891         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5892         (ev_window_init):
5893
5894         Implemented screensaver enabling/disabling for
5895         presentation mode (not fullscreen mode). Code stolen
5896         from Totem (with some minor tweaks). Fixes bug #338889.
5897
5898 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5899
5900         * configure.ac:
5901
5902         Bump gnome-icon-theme requirements. We use the rotation
5903         icons that appeared recently.
5904
5905 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/ev-history.c: (ev_history_add_page):
5908         * shell/ev-history.h:
5909         * shell/ev-window.c: (page_changed_cb):
5910         
5911         Use page labels instead of numbers.
5912
5913 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * data/evince-toolbar.xml:
5916         * po/POTFILES.in:
5917         * shell/Makefile.am:
5918         * shell/ev-navigation-action-widget.c:
5919         (ev_navigation_action_widget_init),
5920         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5921         (menu_detacher), (ev_navigation_action_widget_set_menu),
5922         (menu_position_func), (popup_menu_under_arrow),
5923         (ev_navigation_action_widget_toggled),
5924         (ev_navigation_action_widget_button_press_event):
5925         * shell/ev-navigation-action-widget.h:
5926         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5927         (ev_navigation_action_set_window), (activate_menu_item_cb),
5928         (new_history_menu_item), (new_empty_history_menu_item),
5929         (build_menu), (menu_activated_cb), (connect_proxy),
5930         (create_tool_item), (ev_navigation_action_init),
5931         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5932         * shell/ev-navigation-action.h:
5933         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5934         (ev_page_action_widget_set_page_cache),
5935         (ev_page_action_widget_finalize),
5936         (ev_page_action_widget_class_init), (match_selected_cb),
5937         (display_completion_text), (match_completion), (build_new_tree_cb),
5938         (get_filter_model_from_model),
5939         (ev_page_action_widget_update_model):
5940         * shell/ev-page-action-widget.h:
5941         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5942         (connect_proxy):
5943         * shell/ev-page-action.h:
5944         * shell/ev-stock-icons.c:
5945         * shell/ev-stock-icons.h:
5946         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5947         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5948         (register_custom_actions):
5949         * shell/main.c:
5950         
5951         Preliminary history implementation
5952
5953 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5954
5955         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5956         (dvi_document_class_init), (dvi_document_init_params):
5957         * dvi/mdvi-lib/font.c: (font_reference):
5958         
5959         Add reference to subfont. Fixes bug #374277.
5960
5961 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5962
5963         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5964         (ev_window_cmd_file_open_copy_at_dest):
5965
5966         Fix a race condition when creating symlink. Increase the counter
5967         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5968         Mathias Hasselmann).
5969
5970 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5971
5972         * backend/Makefile.am:
5973         * backend/ev-attachment.c: (ev_attachment_open):
5974         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5975         (ev_tmp_dir), (ev_tmp_filename):
5976         * shell/ev-sidebar-attachments.c:
5977         (ev_sidebar_attachments_drag_data_get):
5978         * shell/ev-window.c: (ev_window_clear_temp_file):
5979
5980         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5981         in ensure_dir_exists. Abort without crashing when we can't create
5982         user's directory.
5983
5984 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5985
5986         * data/evince-ui.xml:
5987         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5988         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5989         (ev_window_cmd_file_open_copy_at_dest),
5990         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5991         (ev_view_popup_cmd_open_link_new_window):
5992
5993         Allow opening a copy of the current document in a new window. Fixes bug
5994         #357472
5995
5996 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * data/evince-toolbar.xml:
5999         
6000         Add rotate right and rotate left to available items for toolbar.
6001         
6002         * data/evince-ui.xml:
6003         * shell/ev-window.c: (ev_window_init):
6004         
6005         Customize toolbar with right click. Fixes bug #372451.
6006
6007 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6008
6009         * shell/ev-window.c: 
6010         
6011         Use "object-rotate-{left,right}" stock icons. Fixes 
6012         bug #373863.
6013
6014 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6015
6016         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6017         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6018         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6019         (ev_window_open_uri):
6020         * shell/main.c: (arguments_parse):
6021
6022         Remove temp file created when evince is used by GTK+ in
6023         preview mode. Fixes bug #365282. 
6024
6025 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6026
6027         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6028         
6029         Fixes bug #372474 - Side pane disabled when entering 
6030         and leaving fullscreen mode.
6031
6032 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6033
6034         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6035         * data/Makefile.am:
6036         * data/evince-preview-toolbar.xml:
6037         * data/evince-toolbar.xml:
6038         * shell/ev-application.c: (ev_application_shutdown),
6039         (ev_application_init), (ev_application_get_toolbars_model):
6040         * shell/ev-application.h:
6041         * shell/ev-window.c: (update_chrome_visibility),
6042         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6043         (ev_window_cmd_edit_toolbar), (ev_window_init):
6044         
6045         Fixes bug #364364 - toolbar editor shows zoom actions again.
6046
6047 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6050
6051         Do not take margins into consideration for paper size when printing.
6052         Really fixes bug #350491.
6053
6054 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6055
6056         * data/evince-ui.xml:
6057         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6058         (ev_window_cmd_file_print_setup),
6059         (ev_window_print_dialog_response_cb),
6060         (ev_window_setup_action_sensitivity):
6061
6062         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6063
6064 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6065
6066         * shell/ev-window.c: (ev_window_print_range):
6067
6068         Revert my previuos commit, since printing to PDF is not supported by
6069         evince yet. 
6070
6071 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6072
6073         * shell/ev-window.c: (ev_window_print_range):
6074
6075         Enable print to a PDF. Fixes bug #332121.
6076
6077 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6078
6079         * shell/ev-application-service.xml:
6080         * shell/ev-application.[ch]: (ev_application_open_window),
6081         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6082         (ev_application_open_uri), (ev_application_open_uri_list):
6083         * shell/ev-window.c: (file_open_dialog_response_cb),
6084         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6085         (drag_data_received_cb), (open_remote_link):
6086         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6087
6088         Add support for multiscreen systems. Fixes bug #316206.
6089
6090 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6091
6092         * shell/ev-jobs.[ch]: (ev_job_print_new),
6093         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6094         (ev_job_print_do_page):
6095         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6096
6097         Allow printing only odd/even pages. Fixes bug #367289.
6098
6099 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6100
6101         * test/test1.py:
6102         * test/test2.py:
6103
6104         Re-add locale settings to test files.
6105
6106 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * data/evince-ui.xml:
6109         * shell/ev-window.c: (set_action_properties):
6110         
6111         Removed garbage from code and ui.
6112
6113 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6114
6115         * shell/ev-window.c: (ev_window_cmd_help_about):
6116
6117         Shamelessly add my name to the list of contributors.
6118
6119 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6120
6121         * test/test1.py:
6122         * test/test2.py:
6123
6124         Cleaned up the dogtail scripts.
6125
6126 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6127
6128         * shell/ev-view.c: (draw_loading_text): Don't render
6129         "loading..." text in presentation mode. Temporary
6130         workaround for bug #320352.
6131
6132 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6133
6134         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6135         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6136
6137         Use print settings scale, copies, collate and reverse which were
6138         ignored. Fixes bug #359032.
6139
6140 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6141
6142         * configure.ac:
6143         * data/evince-password.glade:
6144         * test/Makefile.am:
6145         * test/test-encrypt.pdf:
6146         * test/test-links.pdf:
6147         * test/test1.py:
6148         * test/test2.py:
6149
6150         Add automated UI tests for evince with dogtail. See
6151         bug #300948.    
6152
6153 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6156
6157         Hide fullscreen toolbar when switching to another desktop workspace.
6158         Fixes bug #338871
6159
6160 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * shell/ev-window-title.c: 
6163         
6164         Test for .dvi in title of pdf documents.
6165
6166 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6167
6168         * shell/ev-view.c: (ev_view_scroll):
6169
6170         Page Up/Down should do page jumps in "Best fit" mode.
6171         If a user has explicitly chosen to view exactly one page
6172         at a time, scrolling just a part of the page when
6173         pressing Page Up/Down is not right. Fixes bug #323107.
6174
6175 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * NEWS:
6178         * configure.ac:
6179         
6180         Update for 0.6.1
6181
6182 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6185         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6186         
6187         Correctly disconnect from job signals on destroy.
6188
6189 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6190
6191         * shell/ev-view-private.h:
6192         * shell/ev-view.c: (view_set_adjustment_values),
6193         (view_update_range_and_current_page),
6194         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6195         
6196         Fixes bug #343199, current page now follows find page.
6197
6198 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6199
6200         * backend/ev-document-factory.c:
6201         * configure.ac:
6202         Assigned OpenDocument presenation MIME type to the
6203         Impress backend. Added some missing (but harmless)
6204         #ifdefs in the document factory as well to make things
6205         consistent again. Fixes bug #360658.
6206
6207 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6208
6209         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6210         * backend/ev-document-find.c: (ev_document_find_get_type):
6211         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6212         * backend/ev-document-links.c: (ev_document_links_get_type):
6213         * backend/ev-document-security.c: (ev_document_security_get_type):
6214         * backend/ev-document-thumbnails.c:
6215         (ev_document_thumbnails_get_type):
6216         * backend/ev-document.c: (ev_document_get_type):
6217         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6218         * backend/ev-selection.c: (ev_selection_get_type):
6219         * cut-n-paste/recent-files/egg-recent-model.c:
6220         (egg_recent_model_get_type):
6221         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6222         (egg_recent_view_uimanager_get_type):
6223         * cut-n-paste/recent-files/egg-recent-view.c:
6224         (egg_recent_view_get_type):
6225         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6226         (egg_editable_toolbar_get_type):
6227         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6228         (egg_toolbar_editor_get_type):
6229         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6230         (egg_toolbars_model_get_type):
6231         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6232         (egg_tree_multi_drag_source_get_type):
6233         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6234         (ephy_zoom_action_get_type):
6235         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6236         (ephy_zoom_control_get_type):
6237         * impress/r_back.c: (_imp_fill_back):
6238         * properties/ev-properties-main.c:
6239         (ev_properties_plugin_register_type):
6240         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6241         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6242         (ev_view_accessible_factory_get_type):
6243
6244         Reduce relocations. Bug #360616.
6245
6246 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * backend/ev-document-factory.c:
6249         (ev_document_factory_get_document):
6250         
6251         Load document even if extension is wrong.
6252
6253 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * shell/ev-metadata-manager.c: (save_values):
6256         * shell/ev-window.c: (setup_size_from_metadata),
6257         (setup_view_from_metadata), (ev_window_setup_document),
6258         (ev_window_xfer_job_cb), (window_configure_event_cb):
6259         
6260         Set size according to the document size/page size ratio.
6261         That should correct rather wierd behaviour of the previous
6262         commit.
6263
6264 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * shell/ev-window.c: (setup_view_from_metadata):
6267         
6268         Set size for new windows from previous window size.
6269         See bugs #354968 and #168450 for details. Thanks
6270         to Meik Hellmund.
6271
6272 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6273
6274         * djvu/djvu-links.c: (build_tree):
6275
6276         Fix memory leak.
6277
6278 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6281         
6282         Don't make sidebar close button insensitive. Fixes
6283         bug #357871.
6284
6285 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6288         (ev_window_set_view_accels_sensitivity):
6289         
6290         Don't enable Slash on documents which don't support
6291         find. Fixes bug #358648.
6292
6293 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6294
6295         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6296         open dialog fall back to the current document uri if the
6297         filechooser hasn't been used before. Fixes bug #356980.
6298
6299 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6300
6301         * shell/ev-window.c: (ev_window_setup_recent), 
6302         (ev_window_get_recent_file_label):
6303
6304         Escape underscores in filenames of recent file items.
6305
6306 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * configure.ac:
6309         
6310         Bumped poppler requirements, really 0.5.3 is very 
6311         buggy, now we require 0.5.4.
6312
6313 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * djvu/Makefile.am:
6316         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6317         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6318         (djvu_document_document_links_iface_init):
6319         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6320         (number_from_string_10), (get_djvu_link_dest),
6321         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6322         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6323         (djvu_links_get_links), (djvu_links_find_link_dest),
6324         (djvu_links_get_links_model):
6325         * djvu/djvu-links.h:
6326         
6327         Add support for links and bookmarks in djvu documents. Thanks
6328         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6329         patch.
6330
6331 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6334         
6335         Reopen should reload document. Fixes 
6336         bug 327951.
6337
6338 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * configure.ac:
6341         * data/Makefile.am:
6342         * data/evince-16.png:
6343         * data/evince-22.png:
6344         * data/evince.png:
6345         * data/evince.svg:
6346         * data/icons/16x16/Makefile.am:
6347         * data/icons/16x16/evince.png:
6348         * data/icons/22x22/Makefile.am:
6349         * data/icons/22x22/evince.png:
6350         * data/icons/48x48/Makefile.am:
6351         * data/icons/48x48/evince.png:
6352         * data/icons/Makefile.am:
6353         * data/icons/scalable/Makefile.am:
6354         * data/icons/scalable/evince.svg:
6355         
6356         Install icons with correct names. Fixes
6357         bug #354429.
6358
6359 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6360
6361         * shell/ev-view.c: (ev_view_button_release_event):
6362
6363         Don't open links with middle mouse button. Fixes bug #353649
6364
6365 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * NEWS:
6368         * configure.ac:
6369         
6370         Update for release 0.6.0
6371
6372 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6373
6374         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6375         Implement Close named action. Patch by Carlos Garcia Campos.
6376
6377 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6378
6379         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6380         
6381         Don't clear link mapping on copy_job_to_job_info. Fixes
6382         bug 346168.
6383
6384 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6385
6386         * shell/main.c: (main):
6387
6388         Revert my previous commit, gnome_program_init owns the option context.
6389         Fix another memory leak in main. Both caught by Christian Persch. 
6390
6391 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6392
6393         * shell/main.c: (main):
6394
6395         Fix memory leak.
6396
6397 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6398
6399         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6400
6401         Fix crash when opening a pdf with password protection. 
6402
6403 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6404
6405         * pdf/ev-poppler.cc: (pdf_document_search_free):
6406
6407         Fix memory leak. 
6408
6409 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6410
6411         * backend/ev-document-factory.c:
6412         (ev_document_factory_get_document):
6413         * tiff/tiff-document.c: (tiff_document_finalize):
6414         
6415         More correct handling of document loading. Fixes
6416         bug #349043.
6417
6418 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6419
6420         * backend/ev-attachment.c: (ev_attachment_save):
6421
6422         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6423         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6424
6425 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6426         
6427         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6428         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6429
6430 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6431
6432         * shell/ev-sidebar-thumbnails.c:
6433
6434         Do not render thumbnails unless thumbnails page is active in the
6435         sidebar.
6436
6437 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6438
6439         * shell/ev-properties-dialog.c:
6440
6441         Fix dialogue spacing. Bug #351370.
6442
6443 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6444
6445         * configure.ac:
6446
6447         Use lowercase gettext catalog file names (evince.mo
6448         instead of Evince.mo)
6449
6450 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * shell/ev-sidebar-attachments.c:
6453
6454         GtkIconTheme is now screen safe too. Fixes bug #350878
6455
6456 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6457
6458         * shell/ev-window.c:
6459
6460         GtkRecent manager is now screen safe. Fixes bug #350145
6461
6462 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6463
6464         * shell/ev-sidebar.c: (ev_sidebar_init):
6465         
6466         Make sidebar close icon smaller. Fix for bug 350177.
6467         See also bugs 350176 and 165770.
6468
6469 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6470
6471         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6472
6473         Ignore zoom for xyz destinations when it's <= 1, keeping user
6474         preferences instead. Set correct sizing-mode for fith and fitv
6475         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6476
6477 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6478
6479         * NEWS:
6480         * configure.ac:
6481         
6482         Update for release 0.5.5
6483
6484 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6485         
6486         * shell/ev-window.c: (ev_window_cmd_escape)
6487
6488         Escape unfocus page entry. Fixes bug #345809.
6489
6490 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6491
6492         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6493         (build_tree), (pdf_document_links_get_links),
6494         (pdf_document_links_find_link_dest):
6495         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6496         (goto_xyz_dest):
6497
6498         Convert from PDF style coordinates to X style coordinates in the
6499         backend rather than in the view. Fixes bug #338440
6500
6501 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * shell/ev-window.c:
6504         
6505         Remove Ctrl+Shift+T shortcut for toolbars. See
6506         the bug #350098.
6507
6508 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6509
6510         * configure.ac:
6511
6512         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6513         of this. 
6514
6515 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6516
6517         * configure.ac:
6518         * cut-n-paste/Makefile.am:
6519         * data/evince-ui.xml:
6520         * shell/Makefile.am:
6521         * shell/ev-application.[ch]:
6522         * shell/ev-window.c:
6523
6524         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6525         #349273
6526
6527 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6528
6529         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6530         findbar code: s/help/search/
6531
6532 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6533
6534         * shell/ev-window.c: (setup_document_from_metadata),
6535         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6536         (setup_view_from_metadata):
6537         
6538         Fix memory leaks.
6539
6540 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6541
6542         * autogen.sh, configure.ac: 
6543         
6544         Update automake usage. See bug 349292.
6545
6546 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * shell/eggfindbar.c: (egg_find_bar_class_init),
6549         (entry_activate_callback), (egg_find_bar_init),
6550         (egg_find_bar_set_status_text):
6551         * shell/eggfindbar.h:
6552         
6553         Unify Evince findbar with Epiphany. Nice patch
6554         from Fabricio Silva <silva@crans.org> and
6555         Frederic Peters <fpeters@entrouvert.com>. See
6556         bug #339966 for details.
6557
6558 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * data/evince.desktop.in.in:
6561         
6562         Correct information for bugzilla. Thanks to
6563         Olaf Vitters, see bug #348855.
6564
6565 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6566
6567         * shell/ev-jobs.[ch]:
6568         * shell/ev-sidebar-links.c:
6569         * shell/ev-window.[ch]:
6570
6571         GtkPrintJob doesn't support print ranges or current page, so we export
6572         to a ps file now when printing ranges or current page.
6573
6574 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6575
6576         * pdf/ev-poppler.cc:
6577         * shell/ev-window.c: (do_action_named):
6578
6579         We should be more clear about bugzilla. See the
6580         poppler bug #7623.
6581
6582 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6583
6584         * configure.ac:
6585         * shell/Makefile.am:
6586         * shell/ev-job-queue.c:
6587         * shell/ev-jobs.[ch]:
6588         * shell/ev-sidebar-links.c:
6589         * shell/ev-window.[ch]:
6590         
6591         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6592         #348422
6593
6594 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6595
6596         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6597         * shell/ev-application-service.xml:
6598         * shell/ev-application.[ch]:
6599         * shell/ev-jobs.[ch]:
6600         * shell/ev-window.[ch]: (ev_window_run_preview):
6601         * shell/main.c: 
6602
6603         Add preview mode to use evince as a printing previewer. It also adds
6604         other command line options for fullscreen and presentation modes.
6605         Fixes bugs #347822, #317031
6606
6607 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * NEWS:
6610         * configure.ac:
6611         
6612         Update for release 0.5.4
6613
6614 2006-07-11  Bastien Nocera <hadess@hadess.net>
6615
6616         * Makefile.am:
6617         * backend/Makefile.am:
6618         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6619         * backend/ev-document-factory.h:
6620         * configure.ac:
6621         * impress/.cvsignore:
6622         * impress/Makefile.am:
6623         * impress/common.h:
6624         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6625         (imp_get_page), (imp_next_page), (imp_prev_page),
6626         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6627         * impress/f_oasis.c: (render_object), (render_page),
6628         (get_geometry), (_imp_oasis_load):
6629         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6630         (_imp_oo13_load):
6631         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6632         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6633         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6634         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6635         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6636         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6637         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6638         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6639         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6640         (iks_new_within), (iks_insert), (iks_insert_cdata),
6641         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6642         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6643         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6644         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6645         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6646         (iks_cdata), (iks_cdata_size), (iks_has_children),
6647         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6648         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6649         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6650         (iks_tree), (iks_load), (iks_save):
6651         * impress/iksemel.h:
6652         * impress/imposter.h:
6653         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6654         (imp_render_draw_bezier_real), (imp_render_get_size),
6655         (imp_render_set_fg_color), (imp_render_draw_line),
6656         (imp_render_draw_rect), (imp_render_draw_polygon),
6657         (imp_render_draw_arc), (imp_render_draw_bezier),
6658         (imp_render_open_image), (imp_render_get_image_size),
6659         (imp_render_scale_image), (imp_render_draw_image),
6660         (imp_render_close_image), (imp_render_markup),
6661         (imp_render_get_text_size), (imp_render_draw_text),
6662         (impress_document_load), (impress_document_save),
6663         (impress_document_get_n_pages), (impress_document_get_page_size),
6664         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6665         (impress_document_finalize), (impress_document_class_init),
6666         (impress_document_can_get_text), (impress_document_get_info),
6667         (impress_document_document_iface_init),
6668         (impress_document_thumbnails_get_thumbnail),
6669         (impress_document_thumbnails_get_dimensions),
6670         (impress_document_document_thumbnails_iface_init),
6671         (impress_document_init):
6672         * impress/impress-document.h:
6673         * impress/internal.h:
6674         * impress/r_back.c: (_imp_fill_back):
6675         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6676         (_imp_draw_image), (_imp_tile_image):
6677         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6678         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6679         (r_polyline):
6680         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6681         (r_draw_gradient_complex), (r_draw_gradient):
6682         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6683         (r_get_bullet):
6684         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6685         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6686         (r_text):
6687         * impress/render.c: (imp_create_context), (imp_context_set_page),
6688         (imp_context_set_step), (imp_render), (imp_delete_context):
6689         * impress/render.h:
6690         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6691         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6692         (zip_load_xml), (zip_get_size), (zip_load):
6693         * impress/zip.h:
6694         * shell/ev-utils.c:
6695         
6696         New backend to support impress slides. Fixes bug #30867.
6697
6698 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6699
6700         * shell/ev-utils.c: (using_postscript_printer):
6701         
6702         Fixes crash when print using PAPI backend,
6703         bug #345012.
6704
6705 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6706
6707         * shell/ev-jobs.c: (ev_job_xfer_run):
6708         * shell/ev-window.c: (password_dialog_response),
6709         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6710         (ev_window_dispose):
6711         Fixes bug #344160: if the xfer job doesn't complete
6712         because a password is required, reload the existing
6713         instance instead of creating a new one.
6714
6715 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * shell/main.c: (main): Call gdk_threads_init. Thus
6718         we'll avoid errors in auth dialog. Fix for the bug
6719         #343347.
6720
6721 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6722
6723         * configure.ac: Advertise pixbuf support, fix
6724         for the bug 343317.
6725
6726 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6729         (ev_sidebar_thumbnails_set_document):
6730         
6731         Update sidebar thumbnails after reloading.
6732
6733 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6734
6735         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6736         * shell/ev-jobs.h:
6737         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6738         (ev_window_cmd_view_reload), (ev_window_init):
6739         
6740         Don't crash on reload. Fix for the bug #343167.
6741
6742 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6743
6744         * shell/ev-jobs.c: (ev_job_render_run):
6745         
6746         Check for document links.
6747
6748 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6749
6750         * backend/ev-attachment.c: (ev_attachment_save),
6751         (ev_attachment_launch_app), (ev_attachment_open):
6752         * backend/ev-document-factory.c: (get_document_from_uri):
6753         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6754         (egg_recent_view_uimanager_set_list):
6755         * ps/ps-document.c: (check_filecompressed), (document_load),
6756         (ps_document_load):
6757         * shell/ev-metadata-manager.c: (load_values):
6758         * shell/ev-password.c: (ev_password_dialog_set_property):
6759         * shell/ev-view.c: (tip_from_link):
6760         * shell/ev-window.c: (file_save_dialog_response_cb),
6761         (ev_window_print_dialog_response_cb):
6762         
6763         Use consistent quoting style. Fix for the bug #320285.
6764
6765 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * shell/ev-jobs.c: (ev_job_xfer_run):
6768         * shell/main.c: (load_files):
6769                 
6770         Open links with anchors. Fix for the bug #339836.
6771
6772 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6775         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6776         (ev_link_dest_set_property), (ev_link_dest_finalize),
6777         (ev_link_dest_class_init), (ev_link_dest_new_named),
6778         (ev_link_dest_new_page_label):
6779         * backend/ev-link-dest.h:
6780         * shell/ev-application.c: (ev_application_open_uri):
6781         * shell/ev-view.c: (goto_dest):
6782         * shell/ev-window.c:
6783         * shell/ev-window.h:
6784         
6785         Fix page-label command line option. Bug #342070.
6786
6787 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6788
6789         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6790         
6791         Don't show highlight rects if page can't be showed. Fix for 
6792         the bug #342076
6793
6794 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6795
6796         * shell/ev-window.c: (setup_sidebar_from_metadata),
6797         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6798         
6799         Setup sidebar from metadata even if there is no document
6800         loaded. Fix for the bug #342807.
6801
6802 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * cut-n-paste/toolbar-editor/Makefile.am:
6805         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6806         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6807         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6808         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6809         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6810         (popup_context_menu_cb), (button_press_event_cb),
6811         (configure_item_sensitivity), (configure_item_cursor),
6812         (configure_item_tooltip), (connect_widget_signals),
6813         (action_sensitive_cb), (create_item_from_action),
6814         (create_item_from_position), (toolbar_drag_data_received_cb),
6815         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6816         (toolbar_drag_leave_cb), (configure_drag_dest),
6817         (toggled_visibility_cb), (toolbar_visibility_refresh),
6818         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6819         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6820         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6821         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6822         (egg_editable_toolbar_dispose),
6823         (egg_editable_toolbar_set_ui_manager),
6824         (egg_editable_toolbar_get_selected),
6825         (egg_editable_toolbar_set_selected), (set_edit_mode),
6826         (egg_editable_toolbar_set_property),
6827         (egg_editable_toolbar_get_property),
6828         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6829         (egg_editable_toolbar_new_with_model),
6830         (egg_editable_toolbar_get_edit_mode),
6831         (egg_editable_toolbar_set_edit_mode),
6832         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6833         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6835         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6836         (item_added_or_removed_cb), (toolbar_removed_cb),
6837         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6838         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6839         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6840         (editor_create_item_from_name), (append_table),
6841         (update_editor_sheet), (egg_toolbar_editor_init):
6842         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6843         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6844         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6845         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6846         (toolbar_node_free), (egg_toolbars_model_get_flags),
6847         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6848         (egg_toolbars_model_get_name), (impl_add_item),
6849         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6850         (parse_data_list), (parse_item_list), (parse_toolbars),
6851         (egg_toolbars_model_load_toolbars), (parse_available_list),
6852         (parse_names), (egg_toolbars_model_load_names),
6853         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6854         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6855         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6856         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6857         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6858         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6859         (egg_toolbars_model_set_types), (fill_avail_array),
6860         (egg_toolbars_model_get_name_avail),
6861         (egg_toolbars_model_get_name_flags),
6862         (egg_toolbars_model_set_name_flags):
6863         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6864         * cut-n-paste/toolbar-editor/eggintl.h:
6865         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6866         (egg_tree_multi_drag_source_get_type),
6867         (egg_tree_multi_drag_source_row_draggable),
6868         (egg_tree_multi_drag_source_drag_data_delete),
6869         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6870         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6871         (path_list_free), (set_context_data), (get_context_data),
6872         (get_info), (egg_tree_multi_drag_drag_data_get),
6873         (egg_tree_multi_drag_motion_event),
6874         (egg_tree_multi_drag_button_press_event),
6875         (egg_tree_multi_drag_add_drag_support):
6876         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6877         * shell/ev-application.c: (ev_application_init),
6878         (ev_application_save_toolbars_model):
6879         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6880         (ev_window_cmd_edit_toolbar), (ev_window_init):
6881         
6882         Sync toolbareditor with epiphany and libegg
6883
6884 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6885
6886         * configure.ac: 
6887
6888         Depend on poppler 0.5.2
6889
6890 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-jobs.c: (ev_job_render_run):
6893         
6894         Check if document supports links iterface.
6895
6896 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6897
6898         * NEWS:
6899         * configure.ac:
6900         
6901         Update for release 0.5.3
6902
6903 2006-05-13  Michael Plump  <plumpy@skylab.org>
6904
6905         * configure.ac:
6906         * shell/Makefile.am:
6907         * shell/main.c: (main):
6908         
6909         Port to GOption command line parsing. Fix for the 
6910         bug #327518
6911
6912 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * shell/ev-window.c: (ev_window_cmd_help_about):
6915         
6916         Do not wrap license. Fix for the bug #309460.
6917
6918 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * configure.ac:
6921         * properties/ev-properties-main.c: (ev_properties_get_pages):
6922         * shell/ev-application.c: (ev_application_open_window),
6923         (ev_application_open_uri_at_dest):
6924         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6925         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6926         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6927         * shell/ev-utils.c: (save_print_config_to_file):
6928         * shell/ev-window.c: (ev_window_cmd_save_as),
6929         (ev_attachment_popup_cmd_save_attachment_as):
6930         * shell/main.c: (load_files_remote):
6931         
6932         Bump requirements to gtk 2.8 and drop all ifdefs used.
6933
6934 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6937         * shell/ev-window.c: (ev_window_init):
6938         
6939         Show attachments page.
6940
6941 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6942
6943         * po/POTFILES.in:
6944         * shell/ev-attachment-bar.c:
6945         * shell/ev-attachment-bar.h:
6946         * shell/ev-sidebar-attachments.c:
6947         (ev_sidebar_attachments_icon_cache_add),
6948         (icon_theme_get_pixbuf_from_mime_type),
6949         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6950         (ev_sidebar_attachments_icon_cache_refresh),
6951         (ev_sidebar_attachments_get_attachment_at_pos),
6952         (ev_sidebar_attachments_popup_menu_show),
6953         (ev_sidebar_attachments_popup_menu),
6954         (ev_sidebar_attachments_button_press),
6955         (ev_sidebar_attachments_update_icons),
6956         (ev_sidebar_attachments_drag_data_get),
6957         (ev_sidebar_attachments_get_property),
6958         (ev_sidebar_attachments_destroy),
6959         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6960         (ev_sidebar_attachments_new),
6961         (ev_sidebar_attachments_set_document),
6962         (ev_sidebar_attachments_support_document),
6963         (ev_sidebar_attachments_get_label),
6964         (ev_sidebar_attachments_page_iface_init):
6965         * shell/ev-sidebar-attachments.h:
6966         * shell/ev-window.c: (update_chrome_visibility),
6967         (setup_sidebar_from_metadata), (ev_window_setup_document),
6968         (ev_window_sidebar_current_page_changed_cb),
6969         (attachment_bar_menu_popup_cb), (ev_window_init):
6970         
6971         Move attachments bar to sidebar.
6972
6973 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6974
6975         * pdf/ev-poppler.cc:
6976         * shell/ev-application.[ch]:
6977         * shell/main.c:
6978
6979         Fix some memory leaks.
6980
6981 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6982
6983         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6984
6985         Change the properties dialog response to
6986         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6987         will make the dialog go away when the user presses
6988         enter. With gtk+ >= 2.9 this will happen anyway, but for
6989         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6990         escape by default. Fixes bug #340539. See also bug
6991         #101293 for the gtk+ part.
6992
6993 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6994
6995         * shell/ev-view.c (tip_from_action_named): Replace some strings
6996         that were wrong. Closes #340970.
6997
6998 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6999
7000         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7001
7002         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7003         #341049
7004
7005 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7006
7007         * djvu/Makefile.am:
7008         * dvi/Makefile.am:
7009         * dvi/mdvi-lib/Makefile.am:
7010         * properties/Makefile.am:
7011         * ps/Makefile.am:
7012         * shell/Makefile.am:
7013         * thumbnailer/Makefile.am:
7014         
7015         Due to broken libtool that is unable to track dependencies
7016         of noinst libraries we are forced to explicitely point
7017         libraries for binary. Fix for the bug #333334.
7018
7019 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020
7021         * data/evince.desktop.in.in:
7022         * shell/ev-view.c: (view_update_range_and_current_page),
7023         (ev_view_next_page), (ev_view_previous_page):
7024         * shell/ev-window.c: (update_chrome_visibility),
7025         (setup_sidebar_from_metadata), (ev_window_setup_document),
7026         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7027         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7028         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7029         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7030         (ev_window_stop_presentation), (ev_window_focus_in_event),
7031         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7032         (ev_window_init):
7033         * thumbnailer/Makefile.am:
7034         
7035         Update fullscreen and presentation timeout handling. Hide
7036         cursor in presentation after timeout. Fix for the bugs
7037         #136359 and #336981.
7038
7039 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7040
7041         * backend/ev-link-action.[ch]:
7042         * pdf/ev-poppler.cc: (ev_link_from_action):
7043         * shell/ev-view-private.h:
7044         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7045         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7046
7047         Add support for Named Action links
7048
7049 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7050
7051         * backend/Makefile.am:
7052         * backend/ev-document-links.[ch]:
7053         * backend/ev-document.[ch]:
7054         * backend/ev-link-action.[ch]:
7055         * backend/ev-link-dest.[ch]:
7056         * backend/ev-link.[ch]:
7057         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7058         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7059         * shell/ev-page-action.c: (build_new_tree_cb):
7060         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7061         (links_page_num_func), (update_page_callback):
7062         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7063         (tip_from_link):
7064         * shell/ev-jobs.c:
7065         * shell/ev-window.[ch]: (ev_window_open_uri),
7066         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7067         * shell/ev-application.[ch]: (ev_application_open_window),
7068         (ev_application_open_uri):
7069
7070         Rework links system, it adds support for remote links now and it makes
7071         easier to add new kinds of actions and destinations. Fixes bug #317292
7072
7073 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * data/Makefile.am:
7076         * data/evince.png:
7077         * data/evince-16.png:
7078         * data/evince-22.png:
7079         * data/evince.svg:
7080         * shell/main.c: (main):
7081         
7082         Evince use it's own icon. Fix for the bug #313392.
7083
7084         * shell/ev-window.c: (fullscreen_timeout_cb),
7085         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7086         (ev_window_cmd_help_about), (ev_window_dispose):
7087         
7088         Simplify fullscreen timeout code.
7089
7090 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7091
7092         * backend/ev-attachment.c: 
7093         * shell/ev-attachment-bar.c:
7094         * shell/ev-window.c:
7095
7096         Allow multiple selection of attachments
7097
7098 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7099
7100         * shell/ev-view.c: (view_update_range_and_current_page),
7101         (ev_view_scroll):
7102         
7103         Fix for the bug #312573 – Optimal selection of current 
7104         page among visible pages.
7105
7106 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7107
7108         * configure.ac:
7109         * djvu/Makefile.am:
7110         * djvu/djvu-text.h:
7111         
7112         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7113         for the bug 339868.
7114
7115 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7116
7117         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7118
7119 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7120
7121         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7122         dictated by the GNOME HIG. Fixes bug #339235.
7123
7124 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7125
7126         * data/evince-ui.xml:
7127         * shell/ev-view.c: (ev_view_can_find_previous):
7128         * shell/ev-view.h:
7129         * shell/ev-window.c: (ev_window_update_actions),
7130         (ev_window_cmd_edit_find_previous):
7131
7132         Add support for "Find Previous" as dictated by the GNOME HIG. A
7133         menu item is added and some glue code to make it all work is added
7134         to various files.
7135
7136 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7137
7138         * configure.ac: Award myself the "useless use of cat" award.
7139
7140 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7141
7142         * po/LINGUAS: New file listing all supported languages.
7143
7144         * configure.in: Use po/LINGUAS instead of including all languages
7145         directly in this file. See the wiki for more information:
7146         http://live.gnome.org/GnomeGoals/PoLinguas
7147
7148 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7149
7150         * backend/ev-document-factory.c:
7151
7152         Do not load the document twice when there isn't errors
7153
7154 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7155
7156         * backend/ev-attachment.c: 
7157
7158         Fix a crash when there isn't a default application to open an
7159         attachment
7160
7161 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7162
7163         * backend/ev-attachment.[ch]:
7164         * shell/ev-attachment-bar.[ch]:
7165
7166         Added missing files. 
7167
7168 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7169
7170         * backend/Makefile.am:
7171         * data/evince-ui.xml:
7172         * backend/ev-attachment.[ch]:
7173         * backend/ev-document.[ch]: (ev_document_has_attachments),
7174         (ev_document_get_attachments):
7175         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7176         (attachment_save_to_buffer), (pdf_document_get_attachments),
7177         (pdf_document_document_iface_init):
7178         * shell/Makefile.am:
7179         * shell/ev-attachment-bar.[ch]:
7180         * shell/ev-window.c:
7181
7182         Add support for PDF attachments. Fixes bug #325143
7183
7184 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * backend/ev-document-factory.c: (get_document_from_uri),
7187         (ev_document_factory_get_document):
7188         * backend/ev-document-factory.h:
7189         * properties/ev-properties-main.c: (ev_properties_get_pages):
7190         * shell/Makefile.am:
7191         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7192         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7193         (ev_job_queue_remove_job):
7194         * shell/ev-job-queue.h:
7195         * shell/ev-job-xfer.c:
7196         * shell/ev-job-xfer.h:
7197         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7198         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7199         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7200         (ev_job_xfer_run):
7201         * shell/ev-jobs.h:
7202         * shell/ev-window.c: (ev_window_is_empty),
7203         (password_dialog_response), (ev_window_clear_xfer_job),
7204         (ev_window_xfer_job_cb), (ev_window_open_uri),
7205         (ev_window_cmd_focus_page_selector),
7206         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7207         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7208         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7209         (ev_window_dispose):
7210         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7211         
7212         * Cleanup mime type detection on document load. Fix for the
7213         bug #336448.
7214
7215 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7218         
7219         Fix crash on exit, described in the bug #336825.
7220
7221 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * backend/ev-document-factory.c:
7224         (ev_document_factory_get_from_mime),
7225         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7226         (ev_document_factory_get_document),
7227         (file_filter_add_mime_list_and_free),
7228         (ev_document_factory_add_filters):
7229         * backend/ev-document-factory.h:
7230         * properties/ev-properties-main.c: (ev_properties_get_pages):
7231         * shell/Makefile.am:
7232         * shell/ev-application.c:
7233         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7234         * shell/ev-window.c: (ev_window_cmd_file_open),
7235         (ev_window_cmd_save_as):
7236         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7237         
7238         Rework factory functions so they are placed now in a single 
7239         file ev-document-factory.c
7240
7241 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7242
7243         * shell/ev-window.c: (update_chrome_visibility):
7244         
7245         Fix for the bug 166566 - don't show menubar in fullscreen
7246         mode.
7247
7248 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7249
7250         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7251
7252 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7253
7254         * shell/ev-view.c: (ev_view_expose_event):
7255         
7256         More correctly draw loading text when document
7257         is empty.
7258
7259 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * shell/ev-view.c: (ev_view_scroll):
7262         
7263         Fix for the bug #334854, page down and page up switch
7264         pages in presentation mode.
7265
7266 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * shell/ev-window.c: (ev_window_set_action_sensitive),
7269         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7270         (ev_window_set_view_accels_sensitivity),
7271         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7272         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7273         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7274         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7275         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7276         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7277         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7278         (view_actions_focus_in_cb), (ev_window_init):
7279         
7280         Fix for the bug #333902, now it's possible to search
7281         words with slash.
7282
7283 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7284
7285         * configure.ac: Added Breton translation.
7286         * po/br.po: Added Breton translation.
7287
7288 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7289
7290         * shell/ev-window-title (ev_window_title_update):
7291
7292         Fix memory leak in window title. Fixes bug #333944
7293
7294 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7295
7296         * shell/ev-metadata-manager.c (parseItem):
7297
7298         Fix memory leaks. Fixes bug #333945
7299
7300 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7301         
7302         * NEWS, configure.ac, TODO:
7303         
7304         Update for release 0.5.2.
7305
7306 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-view.c: (view_update_range_and_current_page),
7309         (page_changed_cb):
7310         
7311         Don't jump on scrolling, fix for the bug #333127.
7312
7313 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7316         
7317         Scroll by one page in presentation mode. Fix for the bug
7318         #332993.
7319
7320 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7321
7322         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7323
7324 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7325
7326         * configure.ac  Added lv in ALL_LINGUAS line.
7327
7328 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7329         
7330         * NEWS, configure.ac:
7331         
7332         Update for release 0.5.1
7333
7334 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7335
7336         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7337         * backend/ev-document-misc.h:
7338         * shell/ev-view.c: (draw_one_page):
7339         
7340          Clairfy what page the toolbar page number applies to. Fix
7341          for the bug #328102.
7342
7343 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7344
7345         * shell/ev-view-private.h:
7346         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7347         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7348         (ev_view_search_changed):
7349         * shell/ev-view.h:
7350         * shell/ev-window.c: (find_bar_search_changed_cb):
7351         
7352         Dont't jump to find result if window was scrolled during search.
7353         Fix for the bug #313266.
7354
7355 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7356
7357         * shell/eggfindbar.c: (egg_find_bar_class_init):
7358         * shell/eggfindbar.h:
7359         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7360         * shell/ev-view-private.h:
7361         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7362         (ev_view_class_init), (ev_sizing_mode_get_type),
7363         (ev_scroll_type_get_type):
7364         * shell/ev-view.h:
7365         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7366         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7367         (ev_window_init):
7368         
7369         Fix for the bug 319133 - Find entry should allow text scroll.
7370
7371 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7372
7373         * shell/ev-view-private.h:
7374         * shell/ev-view.c: (view_update_range_and_current_page),
7375         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7376         (ev_view_set_document), (update_find_status_message),
7377         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7378         (ev_view_find_previous):
7379         
7380         Fix for the bug #319137. Search now takes account for scrolling.
7381
7382 2006-02-19  Michael Hofmann <mh21@piware.de>
7383
7384         * configure.ac:
7385         * djvu/Makefile.am:
7386         * djvu/djvu-document-private.h:
7387         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7388         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7389         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7390         (djvu_document_can_get_text), (djvu_document_get_text),
7391         (djvu_document_document_iface_init),
7392         (djvu_document_thumbnails_get_thumbnail),
7393         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7394         (djvu_document_find_get_result),
7395         (djvu_document_find_page_has_results),
7396         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7397         (djvu_document_find_iface_init):
7398         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7399         (djvu_text_page_selection), (djvu_text_page_limits_process),
7400         (djvu_text_page_limits), (djvu_text_page_copy),
7401         (djvu_text_page_position), (djvu_text_page_union),
7402         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7403         (djvu_text_page_box), (djvu_text_page_append_text),
7404         (djvu_text_page_search), (djvu_text_page_prepare_search),
7405         (djvu_text_page_new), (djvu_text_page_free):
7406         * djvu/djvu-text-page.h:
7407         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7408         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7409         (djvu_text_n_results), (djvu_text_has_results),
7410         (djvu_text_get_result), (djvu_text_get_progress):
7411         * djvu/djvu-text.h:
7412         
7413         Text search in djvu. Fix for the bug #303415.
7414
7415 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7416
7417         * configure.ac:
7418         * shell/ev-window.c: (ev_window_cmd_save_as):
7419         
7420         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7421         Thanks to Gary Coady <gary@lyranthe.org>
7422
7423 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7424
7425         * shell/ev-print-job.c: (idle_print_handler):
7426         
7427         Inverse order printing, bug #320919.
7428
7429 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * data/evince-toolbar.xml:
7432         * shell/ev-window.c:
7433         
7434         Allow to add sidebar checkbutton on toolbar. Fix
7435         for the bug #144577.
7436
7437 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7440         
7441         Add checks that have sense for empty ps document.
7442
7443 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7444
7445         * configure.ac: Include PS in mime types list. 
7446
7447 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * configure.ac:
7450         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7451         * ps/gsdefaults.h:
7452         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7453         
7454         Runtime check for gs interpreter. Fix for the bug #320868.
7455         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7456
7457 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7458
7459         * shell/ev-application.c: 
7460
7461         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7462         dbus>=0.60, so that the request is not queued. 
7463
7464 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * configure.ac:
7467         * shell/Makefile.am:
7468         * shell/ev-sidebar-links.c: (print_section_cb):
7469         * shell/ev-utils.c:
7470         * shell/ev-utils.h:
7471         * shell/ev-window.c: (update_action_sensitivity),
7472         (ev_window_close_dialogs), (ev_window_print):
7473         * shell/ev-window.h:
7474         
7475         Make printing support optional. Patch from Eduardo de Barros Lima
7476         <eduardo.lima@indt.org.br> for the bug #330546.
7477
7478 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * shell/ev-view-private.h:
7481         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7482         (ev_view_set_document):
7483         * shell/ev-view.h:
7484         * shell/ev-window.c: (ev_window_load_job_cb),
7485         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7486         (ev_window_init):
7487
7488         Draw Loading message during xfer job. Fix for the bug #329495.
7489
7490 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7491
7492         * comics/comics-document.c: (comics_regex_quote),
7493         (comics_document_load), (extract_argv):
7494         
7495         Correcly quote regexp before passing it to unzip.
7496
7497 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * shell/ev-page-cache.c: (build_height_to_page),
7500         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7501         (ev_page_cache_get_dual_even_left):
7502         * shell/ev-page-cache.h:
7503         * shell/ev-view.c: (view_update_range_and_current_page),
7504         (get_page_y_offset), (get_page_extents):
7505         
7506         Place even pages to the left if document has less then
7507         two pages. Fix for the bug #328856.
7508
7509 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7512         
7513         Correct comics scheme. This make evince create thumbnails
7514         for comic books. Fix for the bug 329088.
7515
7516 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7517
7518         * data/evince-password.glade: Don't explicitly set
7519         invisible_char to the current default value in case
7520         the default changes; let GTK+ do its magic.
7521
7522 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7525         real filename to tmp filename since often document
7526         type is determined by extension.
7527
7528 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7529
7530         * shell/ev-view.c: (add_scroll_binding_keypad),
7531         (ev_view_binding_activated), (ev_view_class_init):
7532         
7533         Add keybindings for percision-scrolling of display area. 
7534         Fix for the bug #314072.
7535
7536 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * data/evince.desktop.in.in:
7539         
7540         Add GTK to the list of categories. Fix for the bug #328034.
7541
7542 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * shell/ev-application.c: (ev_application_shutdown),
7545         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7546         * shell/ev-application.h:
7547         * shell/ev-window.c: (file_open_dialog_response_cb),
7548         (ev_window_cmd_file_open):
7549         
7550         Save last uri in file chooser dialog. Fix for the bug #327950.
7551
7552 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * NEWS:
7555         * README:
7556         
7557         Final update for release 0.5.0
7558         
7559         * shell/Makefile.am:
7560         
7561         Remove disable deprecated until we'll require libgnome-2.13.7
7562         and port to GOption argument parsing. See bug 327518.
7563
7564 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7565
7566         * comics/comics-document.c: (comics_document_save):
7567         * djvu/djvu-document.c: (djvu_document_save):
7568         * dvi/dvi-document.c: (dvi_document_save):
7569         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7570         * lib/ev-file-helpers.h:
7571         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7572         * tiff/tiff-document.c: (tiff_document_save):
7573         
7574         Use common save function for backends.
7575
7576 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7577
7578         * backend/ev-document-types.c:
7579         
7580         Fix crash on saving pixbuf.
7581
7582 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * cut-n-paste/recent-files/egg-recent-item.c:
7585         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7586         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7587         (parse_info_free), (valid_element), (start_element_handler),
7588         (end_element_handler), (text_handler), (egg_recent_model_filter),
7589         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7590         (egg_recent_model_monitor), (egg_recent_model_read),
7591         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7592         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7593         (egg_recent_model_set_property), (egg_recent_model_class_init),
7594         (egg_recent_model_init), (egg_recent_model_add_full),
7595         (egg_recent_model_delete), (egg_recent_model_get_list),
7596         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7597         (egg_recent_model_set_filter_mime_types),
7598         (egg_recent_model_clear_group_filter),
7599         (egg_recent_model_set_filter_groups),
7600         (egg_recent_model_clear_scheme_filter),
7601         (egg_recent_model_set_filter_uri_schemes),
7602         (egg_recent_model_remove_expired):
7603         * cut-n-paste/recent-files/egg-recent-util.c:
7604         (egg_recent_util_get_icon):
7605         * cut-n-paste/recent-files/egg-recent-util.h:
7606         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7607         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7608         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7609         (egg_recent_view_uimanager_set_property),
7610         (egg_recent_view_uimanager_get_property),
7611         (egg_recent_view_uimanager_class_init),
7612         (egg_recent_view_uimanager_init),
7613         (egg_recent_view_uimanager_set_label_width),
7614         (egg_recent_view_uimanager_get_label_width):
7615         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7616         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7618         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7619         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7620         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7621         
7622         Update from libegg.
7623
7624 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-page-cache.c: (build_height_to_page),
7627         (ev_page_cache_get_height_to_page):
7628         * shell/ev-page-cache.h:
7629         * shell/ev-view.c: (view_update_range_and_current_page),
7630         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7631         (ev_view_previous_page):
7632         
7633         Dual mode places even pages to the left. Fix for the bug #309393.
7634
7635         * shell/ev-view.h:
7636         * shell/ev-window.c: (update_action_sensitivity),
7637         (setup_view_from_metadata), (view_menu_popup_cb):
7638         
7639         Don't restore presentation in empty windows, more intelligent
7640         next page behaviour in dual mode.
7641
7642         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7643         (ev_pixbuf_cache_clear_job_sizes):
7644         
7645         Cleanup job callback on removal. Fix for the bug #325886.
7646
7647 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7648
7649         * ps/ps.c: (psscan):
7650         
7651         Commit workaround Mozilla problem. Fix for the bug #325919
7652         
7653         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7654         (save_item):
7655         
7656         Fix for year 2038 problem.
7657
7658 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7659
7660         * shell/ev-window.c: (setup_document_from_metadata),
7661         (ev_window_cmd_view_reload):
7662
7663         Clamp page recieved from metadata in valid values. Fix
7664         for the bug #325986.
7665
7666 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * MAINTAINERS: 
7669         Add MAINTAINERS as requested on desktop-devel-list.
7670
7671 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7672
7673         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7674         (mime_type_supported_by_gdk_pixbuf),
7675         (ev_document_factory_get_mime_types),
7676         (ev_document_factory_get_all_mime_types):
7677         
7678         Don't add pixbuf mime types if pixbuf backend is disabled.
7679         
7680         * shell/ev-application.c: (ev_application_get_uri_window):
7681         
7682         Fix for the bug 325815 - unhandled MIME type message doesn't 
7683         appear a second time. 
7684         
7685         * shell/ev-document-types.c: (ev_document_types_add_filters):
7686         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7687         (password_dialog_response), (ev_window_popup_password_dialog),
7688         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7689         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7690         (ev_window_run_presentation), (ev_window_stop_presentation),
7691         (save_sizing_mode), (ev_window_zoom_changed_cb),
7692         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7693         (ev_window_dual_mode_changed_cb),
7694         (ev_window_sidebar_current_page_changed_cb),
7695         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7696         (window_state_event_cb), (window_configure_event_cb):
7697         
7698         Cleanup additional uris holded by EvWindow.
7699
7700 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7703         (ev_view_can_previous_page), (ev_view_can_next_page):
7704         * shell/ev-view.h:
7705         * shell/ev-window.c: (update_action_sensitivity):
7706         
7707         Two page scrolling with Space and PageUp in dual mode. Second fix 
7708         for the bug #316608.
7709
7710 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * shell/ev-view.c: (scroll_to_current_page):
7713         
7714         Correctly clamp adjustment value. Fix for the bug
7715         #325808.
7716
7717 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * shell/ev-sidebar-links.c: (print_section_cb):
7720         * shell/ev-window.c: (ev_window_get_uri),
7721         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7722         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7723         (ev_window_dispose):
7724         
7725         Make print dialog non-modal. Fix for the bug #325622.
7726
7727 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * shell/ev-metadata-manager.c:
7730         * shell/ev-utils.c: (using_pdf_printer),
7731         (using_postscript_printer), (load_print_config_from_file),
7732         (save_print_config_to_file):
7733         * shell/ev-utils.h:
7734         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7735         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7736         (setup_view_from_metadata), (ev_window_setup_document),
7737         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7738         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7739         (ev_window_run_presentation), (ev_window_stop_presentation),
7740         (save_sizing_mode), (ev_window_zoom_changed_cb),
7741         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7742         (ev_window_dual_mode_changed_cb),
7743         (ev_window_sidebar_current_page_changed_cb),
7744         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7745         (window_state_event_cb), (window_configure_event_cb),
7746         (ev_window_init):
7747         
7748         Setting saving behaviour fixes.
7749
7750 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7751
7752         * configure.ac:
7753         
7754         Make antialiasing gs options better and allow
7755         to change them during configure. Fix for the 
7756         bug #319049.
7757
7758 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7759
7760         * shell/ev-window.c: (setup_view_from_metadata):
7761         
7762         Remember if last window was maximized. Fix for the
7763         bug #323797.
7764
7765 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7766
7767         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7768
7769 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7772         * shell/ev-page-action.c: (build_new_tree_cb):
7773         * shell/ev-sidebar-links.c: (links_page_num_func),
7774         (update_page_callback_foreach), (update_page_callback):
7775         * shell/ev-view.c: (scroll_to_current_page):
7776         
7777         Fix for the bug #325067 with more intelligent selection
7778         of current link in sidebar. Make sidebar handle links
7779         of FITR-like type more correctly.
7780
7781         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7782         (dvi_pixbuf_put_pixel):
7783         
7784         Fix memory consumtion with disabled alpha channel.
7785
7786 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * data/evince-ui.xml:
7789         * shell/ev-window.c: (view_menu_popup_cb),
7790         (ev_popup_cmd_open_link), (ev_window_init):
7791         
7792         Update context menu for internal links. Fix for the bug
7793         #325066.
7794
7795 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7798         
7799         Bind context menu to keyboard also. Fix for the bug
7800         #325065.
7801
7802 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7803
7804         * shell/ev-view.c: (selection_scroll_timeout_cb):
7805         
7806         Horizontal scroll on selection also.
7807
7808 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * shell/ev-metadata-manager.c: (parse_value):
7811         * shell/ev-view.c: (goto_xyz_link):
7812         
7813         Correct zoom setup and metadata save broken in 
7814         some locales.
7815
7816 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * shell/ev-view-private.h:
7819         * shell/ev-view.c: (scroll_to_current_page),
7820         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7821         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7822         (page_changed_cb), (ev_view_set_continuous),
7823         (ev_view_set_dual_page), (ev_view_set_presentation):
7824         
7825         Delay scroll until allocation to correctly position page. Fix
7826         for the bug #317334.
7827
7828 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7829
7830         * NEWS:
7831         * configure.ac:
7832         
7833         Update NEWS and require poppler 0.5.0.
7834
7835 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7836         
7837         * data/evince-ui.xml:
7838         * shell/ev-view-private.h:
7839         * shell/ev-view.c: (ev_view_get_link_at_location),
7840         (handle_link_over_xy), (ev_view_button_press_event),
7841         (ev_view_button_release_event), (ev_view_class_init):
7842         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7843         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7844         (ev_window_init):
7845         
7846         Implement right-click context menu.
7847
7848 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7851         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7852         (mdvi_pixbuf_device_render):
7853         * pdf/ev-poppler.cc:
7854
7855         Don't generate thumbnails with alpha. See bug #324077.
7856         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7857
7858 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7859
7860         * shell/ev-window.c: (setup_chrome_from_metadata):
7861         
7862         Fix typo that was hiding toolbar.
7863
7864 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7865
7866         * shell/ev-view-private.h:
7867         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7868         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7869         (ev_view_button_release_event), (ev_view_destroy):
7870         
7871         Small cleanup and autoscrolling during selection. Thanks to 
7872         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7873
7874 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7875
7876         * configure.ac:
7877         
7878         Correctly check for comics option.
7879
7880 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7881         * Makefile.am:
7882         * configure.ac:
7883         * backend/Makefile.am:
7884         * backend/ev-document-factory.c:
7885         * shell/ev-document-types.c:
7886
7887         Included option in configure to make ps backend 
7888         compilation optional with --disable-ps.
7889
7890 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * backend/ev-document-factory.c:
7893         * comics/Makefile.am:
7894         * comics/comics-document.c: (comics_document_load):
7895         * comics/ev-cbr-mime.xml:
7896         * configure.ac:
7897         
7898         Comics mime types are added to shared-mime-info CVS. Now
7899         we don't need to install our own mime types.
7900
7901 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * shell/ev-window.c:
7904         
7905         Add shortcut for "save a copy" menu entry. Fix for
7906         the bug #324582.
7907
7908 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7909
7910         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7911         (job_finished_cb), (new_selection_pixbuf_needed),
7912         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7913         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7914         
7915         Rework selection job info logic and fix critical warning.
7916
7917 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7918
7919         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7920
7921 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7922
7923         * data/evince-ui.xml:
7924         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7925         
7926         Enter as shortcut key for next page. Fix for the bug
7927         #321394.
7928
7929 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7930
7931         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7932
7933 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7934
7935         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7936         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7937         (new_selection_pixbuf_needed),
7938         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7939         (clear_job_selection):
7940         
7941         Too early for 0.5. Pixbuf cache code cleaned a bit.
7942
7943 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7944
7945         * NEWS:
7946         * configure.ac:
7947         
7948         Release 0.5.0 preparation
7949
7950 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * comics/Makefile.am:
7953         * configure.ac:
7954         * shell/ev-document-types.c: (ev_document_types_add_filters):
7955         
7956         More advanced handling of custom mime type installation.
7957
7958 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7959
7960         * data/evince.schemas.in:
7961         * shell/ev-metadata-manager.c: (value_free),
7962         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7963         (ev_metadata_manager_get), (ev_metadata_manager_set):
7964         * shell/ev-metadata-manager.h:
7965         * shell/ev-window.c: (update_chrome_flag),
7966         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7967         (setup_document_from_metadata), (setup_chrome_from_metadata),
7968         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7969         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7970         (ev_window_view_toolbar_cb),
7971         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7972         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7973         
7974         Save last document settings and reuse them for new documents.
7975
7976 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * Makefile.am:
7979         * backend/Makefile.am:
7980         * backend/ev-document-factory.c:
7981         * backend/ev-document-factory.h:
7982         * comics/Makefile.am:
7983         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7984         (comics_document_load), (comics_document_save),
7985         (comics_document_get_n_pages), (comics_document_get_page_size),
7986         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7987         (comics_document_class_init), (comics_document_can_get_text),
7988         (comics_document_get_info), (comics_document_document_iface_init),
7989         (comics_document_init), (get_supported_image_extensions),
7990         (comics_document_thumbnails_get_geometry),
7991         (comics_document_thumbnails_get_thumbnail),
7992         (comics_document_thumbnails_get_dimensions),
7993         (comics_document_document_thumbnails_iface_init), (extract_argv):
7994         * comics/comics-document.h:
7995         * comics/ev-cbr-mime.xml:
7996         * configure.ac:
7997         * po/POTFILES.in:
7998         * shell/ev-application.c: (ev_application_register_service):
7999         * shell/ev-document-types.c: (ev_document_types_add_filters):
8000         * thumbnailer/Makefile.am:
8001         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8002         
8003         New CBR/CBZ backend for comic books.
8004
8005 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * shell/main.c: (load_files_remote):
8008
8009         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8010         warning on startup of second instance is fixed. It
8011         is bug #320353.
8012
8013 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8014
8015         * shell/ev-window.c: (ev_window_finalize):
8016         
8017         Fix double free that cause crash.
8018
8019 2005-10-29  Bastien Nocera <hadess@hadess.net>
8020
8021         * tiff/tiff-document.c: (tiff_document_load):
8022         
8023         Fix memory leak.
8024
8025 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8026
8027         * po/POTFILES.in:
8028         * shell/Makefile.am:
8029         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8030         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8031         (ev_view_accessible_get_text),
8032         (ev_view_accessible_get_character_at_offset),
8033         (ev_view_accessible_get_text_before_offset),
8034         (ev_view_accessible_get_text_at_offset),
8035         (ev_view_accessible_get_text_after_offset),
8036         (ev_view_accessible_get_character_count),
8037         (ev_view_accessible_get_caret_offset),
8038         (ev_view_accessible_set_caret_offset),
8039         (ev_view_accessible_get_run_attributes),
8040         (ev_view_accessible_get_default_attributes),
8041         (ev_view_accessible_get_character_extents),
8042         (ev_view_accessible_get_offset_at_point),
8043         (ev_view_accessible_get_n_selections),
8044         (ev_view_accessible_get_selection),
8045         (ev_view_accessible_add_selection),
8046         (ev_view_accessible_remove_selection),
8047         (ev_view_accessible_set_selection),
8048         (ev_view_accessible_text_iface_init),
8049         (ev_view_accessible_idle_do_action),
8050         (ev_view_accessible_action_do_action),
8051         (ev_view_accessible_action_get_n_actions),
8052         (ev_view_accessible_action_get_description),
8053         (ev_view_accessible_action_get_name),
8054         (ev_view_accessible_action_set_description),
8055         (ev_view_accessible_action_iface_init),
8056         (ev_view_accessible_get_type), (ev_view_accessible_new),
8057         (ev_view_accessible_factory_get_accessible_type),
8058         (ev_view_accessible_factory_create_accessible),
8059         (ev_view_accessible_factory_class_init),
8060         (ev_view_accessible_factory_get_type):
8061         * shell/ev-view-accessible.h:
8062         * shell/ev-view-private.h:
8063         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8064         * shell/ev-view.h:
8065         
8066         Initial accessibility support.
8067
8068 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8069
8070         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8071
8072 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8073
8074         * shell/ev-print-job.c: (idle_print_handler):
8075         
8076         Fix for bug Bug 318916: Printing multiple pages.
8077
8078 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8079
8080         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8081
8082 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * pdf/ev-poppler.cc:
8085         
8086         Thumnail dimensions unified with other backends.
8087         
8088         * shell/ev-window-title.c: (ev_window_title_update):
8089         
8090         Fix warning.
8091
8092 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8093
8094         * data/ev-stock-zoom-fit-width.png:
8095         
8096         Remove unused file.
8097
8098 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8099
8100         * configure.ac:
8101         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8102         (djvu_document_finalize):
8103         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8104         (dvi_document_finalize):
8105         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8106         (pixbuf_document_save), (pixbuf_document_finalize):
8107         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8108         (tiff_document_finalize):
8109         
8110         Save a copy implemented for various backends.
8111
8112 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8113
8114         * configure.ac:
8115         
8116         Don't link with ltiff if tiff is disabled.
8117
8118 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8119
8120         * pdf/GDKSplashOutputDev.cc:
8121         * pdf/GDKSplashOutputDev.h:
8122         * pdf/Thumb.cc:
8123         * pdf/Thumb.h:
8124         * pdf/pdf-document.cc:
8125         * pdf/pdf-document.h:
8126         * pdf/test-gdk-output-dev.cc:
8127         
8128         Remove old unused files.
8129
8130 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * shell/ev-window.c: (ev_window_setup_document):
8133         
8134         Fixed warnings on reload and probably crash reason.
8135
8136 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8137
8138         * properties/ev-properties-view.c:
8139         (ev_properties_view_format_date):
8140         
8141         Check if date is invalid. Fix for bug 318134.
8142
8143 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8144
8145         * shell/ev-window-title.c:
8146         
8147         Add .indd files (Adobe Indesign) to the list of "bad
8148         extensions".
8149
8150 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8151
8152         * data/evince-ui.xml:
8153         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8154         
8155         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8156
8157 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8158
8159         * shell/ev-window.c: (launch_link), (launch_external_uri),
8160         (view_external_link_cb):
8161
8162         URL-escape link before passing it to gnome_vfs_url_show.
8163
8164 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8165
8166         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8167         there isn't text selected.
8168
8169 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * shell/ev-view.c: (handle_link_over_xy):
8172
8173         Check tooltip is valid utf8 before showing it
8174
8175 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8176
8177         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8178
8179 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8180
8181         * shell/ev-window-title.c: (ev_window_title_update):
8182
8183         Guard against using g_strstrip on NULL. Fixes bug #317291.
8184
8185 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8186
8187         * pdf/ev-poppler.cc:
8188
8189         Show title even for unknown links
8190
8191 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * shell/ev-window-title.c: (ev_window_title_update):
8194
8195         Strip the title string
8196
8197 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-window-title.c:
8200
8201         Add .rtf to the bad extensions list
8202
8203 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8204
8205         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8206         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8207
8208         Ignore link coordinates if they are outside page bounds
8209
8210 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8211
8212         * backend/ev-link.c: (ev_link_type_get_type),
8213         (ev_link_get_filename), (ev_link_get_params),
8214         (ev_link_get_property), (ev_link_set_property),
8215         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8216         * backend/ev-link.h:
8217         * pdf/ev-poppler.cc:
8218         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8219         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8220         (ev_window_init):
8221
8222         Implement launch links. Delegate external link opening to
8223         the window.
8224
8225 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8226
8227         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8228         (ev_link_get_right), (ev_link_get_property),
8229         (ev_link_set_property), (ev_link_class_init),
8230         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8231         * backend/ev-link.h:
8232         * pdf/ev-poppler.cc:
8233         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8234
8235         Implement fitr links
8236
8237 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8238
8239         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8240         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8241         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8242         (ev_view_size_request_continuous),
8243         (ev_view_size_request_dual_page),
8244         (ev_view_size_request_single_page), (ev_view_size_allocate),
8245         (ev_view_zoom_for_size_continuous_and_dual_page),
8246         (ev_view_zoom_for_size_continuous),
8247         (ev_view_zoom_for_size_dual_page),
8248         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8249         (ev_sizing_mode_get_type):
8250         * shell/ev-view.h:
8251         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8252
8253         Do not use modes for link, we need to calculate size ad hoc.
8254         Still not perfect because of the usual scrollbar issues grrr.
8255
8256 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8257
8258         * backend/ev-link.c: (ev_link_type_get_type),
8259         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8260         * backend/ev-link.h:
8261         * pdf/ev-poppler.cc:
8262         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8263         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8264         (ev_view_size_request_continuous),
8265         (ev_view_size_request_dual_page),
8266         (ev_view_size_request_single_page), (ev_view_size_allocate),
8267         (zoom_for_size_fit_height),
8268         (ev_view_zoom_for_size_continuous_and_dual_page),
8269         (ev_view_zoom_for_size_continuous),
8270         (ev_view_zoom_for_size_dual_page),
8271         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8272         (ev_sizing_mode_get_type):
8273         * shell/ev-view.h:
8274         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8275
8276         Implement FIT_HEIGHT mode (only for links).
8277         Implement FITH links
8278
8279 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * shell/ev-window-title.c: (get_filename_from_uri),
8282         (ev_window_title_sanitize_extension), (ev_window_title_update),
8283         (ev_window_title_set_document), (ev_window_title_set_uri),
8284         (ev_window_title_free):
8285         * shell/ev-window-title.h:
8286         * shell/ev-window.c: (ev_window_setup_document),
8287         (ev_window_popup_password_dialog):
8288
8289         Refactor window title building while fixing it for
8290         password documents.
8291
8292 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * pdf/ev-poppler.cc:
8295
8296         Escape link title before setting it in the model
8297
8298 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8299
8300         * shell/ev-application.c: (removed_from_session), (save_session),
8301         (init_session), (ev_application_get_empty_window),
8302         (ev_application_init), (ev_application_get_windows):
8303         * shell/ev-application.h:
8304         * shell/ev-window.c: (ev_window_finalize):
8305
8306         Add a function to retrieve window list and share it where
8307         necessary.
8308         Implement session handling, works pretty well thanks to the
8309         metadata system.
8310
8311 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8312
8313         * shell/ev-password.c: (ev_password_item_created_callback),
8314         (ev_password_dialog_save_password):
8315         
8316         Fix for bug 316972. Use async gnome-keyring API.
8317
8318 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8319
8320         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8321         Remove unused unrealize handler. Add scroll handling to
8322         ev_view_scroll_event for presentation mode (bug #316708),
8323         and fix the event state checks there.
8324
8325 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8326
8327         * shell/ev-page-action.c: (page_changed_cb):
8328
8329         "marco, maybe we should be crazy and jump right to 6! :)"
8330
8331         Bryan Clark, Sep 2005
8332
8333 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8334
8335         * ps/ps-document.c: (save_document), (ps_document_save),
8336         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8337         (ps_document_ps_export_end):
8338
8339         Fix unstructured documents save and print
8340
8341 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8342
8343         * shell/ev-application.c: (ev_application_open_uri):
8344
8345         Fix window size persistance
8346
8347 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8348
8349         * shell/ev-view.c: (ev_view_button_release_event):
8350
8351         Based on a patch from carlosgc@gnome.org. Mouse buttons
8352         switch pages in presentation mode.
8353
8354 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8357
8358         Dont cast to int before scaling
8359
8360 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * backend/ev-link.c: (ev_link_type_get_type),
8363         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8364         (ev_link_new_page_fith):
8365         * backend/ev-link.h:
8366         * pdf/ev-poppler.cc:
8367         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8368
8369         Implement FIT and FITH links
8370
8371 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8372
8373         * pdf/ev-poppler.cc:
8374
8375         Return 0 results when search is not in progress.
8376
8377         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8378         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8379
8380         Update menu sensitivity when cancelling search
8381
8382 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * shell/ev-view.c: (ev_view_can_find_next):
8385
8386         Take all pages in consideration, not just current one
8387
8388 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * shell/ev-page-cache.c:
8391         * shell/ev-page-cache.h:
8392         * shell/ev-view.c: (ev_view_binding_activated),
8393         (ev_view_next_page), (ev_view_previous_page),
8394         (ev_sizing_mode_get_type):
8395         * shell/ev-view.h:
8396         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8397         (ev_window_cmd_go_next_page):
8398
8399         Move page next/previous functions from page chace to
8400         view and change it to move by 2 page steps in dual mode.
8401
8402 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8403
8404         * shell/ev-window.c: (update_sidebar_visibility),
8405         (setup_sidebar_from_metadata), (ev_window_setup_document),
8406         (setup_view_from_metadata):
8407
8408         Show the index by default when there is one     
8409
8410 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * shell/ev-window-title.c: (ev_window_title_set_document):
8413
8414         Missing null check
8415
8416 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8417
8418         * shell/ev-view.c: (view_update_range_and_current_page):
8419         
8420         Allow display of last odd page in dual view. Fix for 316347.
8421
8422 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8423
8424         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8425         
8426         Make close button default. Fix for 316383.
8427
8428 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8429
8430         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8431         
8432         Mark close button as default. Fix for 316381.
8433
8434 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * backend/ev-link.c: (ev_link_class_init):
8437
8438         Allow negative doubles in left/top properties
8439
8440 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * shell/ev-window.c:
8443
8444         Remove a bunch of strings that was used only
8445         by the statusbar.
8446
8447 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8448
8449         * shell/ev-window-title.c: (get_filename_from_uri),
8450         (ev_window_title_set_document):
8451
8452         When title has a confusing extension, show also
8453         the document filename inside ()
8454
8455 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8456
8457         * shell/Makefile.am:
8458         * shell/ev-window-title.c: (ev_window_title_new),
8459         (ev_window_title_update), (ev_window_title_set_type),
8460         (ev_window_title_set_document), (ev_window_title_free):
8461         * shell/ev-window-title.h:
8462         * shell/ev-window.c: (ev_window_setup_document),
8463         (password_dialog_response), (ev_window_popup_password_dialog),
8464         (ev_window_dispose), (ev_window_init):
8465
8466         Factor out and cleanup window title code
8467
8468 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8471         (unable_to_load):
8472
8473         Make dialog transient so it doesnt block other windows
8474
8475 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * pdf/ev-poppler.cc:
8478         
8479         Fix pdf thumbnails rendering.
8480
8481 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8482
8483         * shell/ev-window.c: (fullscreen_set_timeout):
8484         
8485         Increase timeout to hide full screen popup. Bug 
8486         316123. 
8487
8488 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8489
8490         * data/evince.schemas.in:
8491         * shell/ev-window.c: (update_action_sensitivity):
8492
8493         Allow the user to override document restrictions. Fix for bug
8494         305818.
8495
8496 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8497
8498         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8499         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8500         (ev_window_class_init): Fix multihead behaviour of fullscreen
8501         toolbar popup. Fixes bug #315451.
8502
8503 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8504
8505         * configure.ac:
8506         * data/evince-password.glade:
8507         * shell/ev-password.c: (ev_password_dialog_set_property),
8508         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8509         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8510         (ev_password_dialog_entry_changed_cb),
8511         (ev_password_dialog_entry_activated_cb),
8512         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8513         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8514         (ev_password_dialog_set_bad_pass):
8515         * shell/ev-password.h:
8516         * shell/ev-window.c: (password_dialog_response),
8517         (ev_window_popup_password_dialog):
8518         
8519         Support for gnome-keyring for encrypted PDF's.
8520
8521 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8524         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8525         (ev_view_enter_notify_event), (ev_view_class_init):
8526         
8527         More precise handling of enter_notify/leave_notify events
8528         in EvView. Fix for bug 315470.
8529
8530 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8531
8532         * shell/ev-window.c: (fullscreen_timeout_cb),
8533         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8534         (ev_window_dispose):
8535
8536         leak fix: unref fullscreen_timeout_source before clearing it
8537
8538 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8539
8540         * configure.ac, dvi/mdvi/Makefile.am: 
8541         
8542         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8543
8544 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * backend/ev-link.c: (ev_link_new_page_xyz):
8547         * pdf/ev-poppler.cc:
8548         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8549
8550         Fix some bugs with xyz links, respect zoom
8551
8552 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * shell/ev-window.c: (page_changed_cb),
8555         (setup_document_from_metadata), (update_sidebar_visibility),
8556         (setup_view_from_metadata), (ev_window_run_fullscreen),
8557         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8558         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8559         (ev_window_dual_mode_changed_cb),
8560         (ev_window_sidebar_current_page_changed_cb):
8561
8562         null check uri before setting and getting metadata
8563
8564 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * dvi/Makefile.am:
8567         * properties/Makefile.am:
8568         * shell/Makefile.am:
8569         * thumbnailer/Makefile.am:
8570
8571         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8572
8573 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8576         (selection_changed_callback):
8577         * shell/ev-sidebar-links.h:
8578
8579         Add a signal for link activation.
8580
8581         * shell/ev-view.c: (ev_view_goto_link),
8582         (ev_view_button_release_event):
8583         * shell/ev-view.h:
8584         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8585         (ev_window_init):
8586
8587         Implement the signal so that we can handle all link types.
8588
8589         * shell/ev-page-cache.c:
8590
8591         Remove unused set_link function
8592
8593 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8596
8597         Add some space from the cursor, hardcoded but I couldnt
8598         find a better way.
8599
8600 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * lib/ev-tooltip.c:
8603
8604         Use mozilla style vs gtk style, way better for links.
8605
8606         * shell/ev-view.c: (ev_view_motion_notify_event),
8607         (ev_view_destroy), (ev_view_init):
8608
8609         Deactive tooltip when the link hovered is changed.
8610
8611 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8612
8613         * backend/ev-document.h:
8614         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8615         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8616         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8617         (ev_link_new_page), (ev_link_new_page_xyz):
8618         * backend/ev-link.h:
8619         * pdf/ev-poppler.cc:
8620         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8621         (go_to_link), (tip_from_link):
8622
8623         Implement xyz links, still not functional. Links are a total
8624         mess, will need to refactor and bugfix a lot :(
8625
8626 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8627
8628         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8629
8630 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8631
8632         * data/evince-ui.xml:
8633         * data/evince.schemas.in:
8634         * shell/Makefile.am:
8635         * shell/ev-window.c: (update_chrome_visibility),
8636         (password_dialog_response), (ev_window_load_job_cb),
8637         (ev_window_xfer_job_cb), (ev_window_open_uri),
8638         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8639         (ev_window_init):
8640
8641         Remove the statusbar. This regress loading feedback, need to
8642         check with Bryan what we want to do there...
8643
8644 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * lib/ev-tooltip.c: (ev_tooltip_init):
8647
8648         Fix tooltip border and size handling
8649
8650 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8653         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8654         (ev_tooltip_timeout), (ev_tooltip_activate),
8655         (ev_tooltip_deactivate):
8656         * lib/ev-tooltip.h:
8657         * shell/ev-view.c: (ev_view_motion_notify_event):
8658
8659         Delay popup showing. Mirror gtk logic/times.
8660
8661 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * lib/Makefile.am:
8664         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8665         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8666         (ev_tooltip_set_text), (ev_tooltip_set_position):
8667         * lib/ev-tooltip.h:
8668
8669         Simple widget to show tooltips at a custom position
8670
8671         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8672         (ev_view_destroy):
8673
8674         Use it for links. First go, needs work
8675
8676 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8677
8678         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8679         HIG fixes.  Use title capitalization for window title. Use 12 
8680         pixels of space between the dialog's vbox and action area.
8681
8682 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * shell/ev-window.c: (file_open_dialog_response_cb),
8685         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8686         (ev_window_cmd_save_as):
8687
8688         Make file pickers not modal and refactor code some
8689
8690 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8691
8692         * shell/ev-sidebar.h:
8693         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8694         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8695         (ev_sidebar_class_init), (ev_sidebar_select_page),
8696         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8697         (ev_sidebar_set_page):
8698
8699         Add a current page property and allow to get/set it
8700
8701         * shell/ev-window.c: (setup_view_from_metadata),
8702         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8703
8704         Persist current sidebar page per document
8705
8706 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * data/evince.schemas.in:
8709         * shell/ev-window.c: (update_chrome_visibility),
8710         (setup_document_from_metadata), (update_sidebar_visibility),
8711         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8712         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8713         (ev_window_run_presentation), (ev_window_stop_presentation),
8714         (ev_window_view_sidebar_cb),
8715         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8716         (load_chrome), (ev_window_init):
8717
8718         Persist size/visibility of sidebar per document
8719
8720 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8721
8722         * shell/ev-view.c (draw_loading_text): Draw loading text.
8723
8724 2005-09-02  Dan Damian  <dand@gnome.ro>
8725
8726         * configure.in: Added "ro" to ALL_LINGUAS.
8727
8728 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8729
8730         * shell/ev-view.c: (clear_caches):
8731
8732         ev_page_cache_get doesnt return a reference,
8733         dont try to unref it.
8734
8735 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * shell/main.c: (load_files_remote):
8738
8739         Fix timestamp parameter with dbus <= 0.33
8740
8741 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * data/evince.schemas.in:
8744
8745         Add missing full stop
8746
8747 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8748
8749         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8750         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8751
8752         Plug some memory leaks
8753
8754 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8755
8756         * configure.ac:
8757         * lib/ev-debug.c: (trap_handler):
8758
8759         Check for execinfo.h and use it only if it exists.
8760         Ported from Epiphany (bug #314776).
8761
8762 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8763
8764         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8765
8766 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8767
8768         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8769         * po/id.po      : Added Indonesian translation
8770
8771 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8772
8773         * shell/main.c:
8774         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8775         * NEWS: Release 0.4.0
8776
8777 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8778
8779         * configure.ac: catch another gtk+-2.8ism
8780         * shell/main.c: Make work with gtk+-2.6
8781
8782 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8783
8784         * shell/ev-application-service.xml: Add 'timestamp' argument to
8785           ev_application_open_window and ev_application_open_uri methods.
8786
8787         * shell/ev-application.h: Add 'timestamp' argument to
8788           ev_application_open_window, ev_application_open_uri,
8789           and ev_application_open_uri_list functions.
8790
8791         * shell/ev-application.c (ev_application_open_window,
8792           ev_application_open_uri, ev_application_open_uri_list): Change
8793           functions that show/present windows to use a timestamp if one
8794           is passed in.
8795
8796         * shell/ev-window.c (ev_window_cmd_file_open,
8797           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8798         * shell/main.c (load_files): Modify calls to ev_application to
8799           include GDK_CURRENT_TIME as timestamp.
8800
8801         * shell/main.c (load_files_remote): Obtain timestamp for client
8802           instance from GDK and pass to server instance so new windows are
8803           focused properly.  Fix dbus_g_proxy_call() calls by including second
8804           G_TYPE_INVALID.
8805           
8806         Closes bug #314475.
8807
8808 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8809
8810         * shell/ev-window.c (ev_window_finalize): Check for
8811         avail. EvWindows when quiting to handle the finalize better,
8812         #314497
8813
8814 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8815         
8816         * properties/ev-properties-view.c: 
8817         
8818         Set textdomain to libglade. Fixes translation problem in property page.
8819
8820 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8821
8822         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8823         * dvi/Makefile.am:
8824         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8825         * dvi/mdvi-lib/Makefile.am:
8826         
8827         Fix rotation of thumbnails, ported to new API. Moved library
8828         dependencies earlier, probably it will fix linkage problem.
8829
8830 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8831
8832         * backend/ev-document-misc.c:
8833         (ev_document_misc_get_thumbnail_frame):
8834         * backend/ev-document-misc.h:
8835         * configure.ac:
8836         * pdf/ev-poppler.cc:
8837         * shell/Makefile.am:
8838         * shell/ev-sidebar-thumbnails.c: (add_range),
8839         (ev_sidebar_thumbnails_set_loading_icon),
8840         (ev_sidebar_thumbnails_refresh),
8841         (ev_sidebar_thumbnails_set_document):
8842         * shell/ev-sidebar-thumbnails.h:
8843         * shell/ev-view.c: (ev_view_motion_notify_event),
8844         (ev_view_set_property), (ev_view_get_property),
8845         (ev_view_class_init), (ev_view_set_rotation):
8846         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8847         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8848         (ev_window_init):
8849         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8850         Redo rotation (again).  prepare for 0.4.0
8851
8852 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8853
8854         * configure.ac: Bump poppler requirement to 0.4.1.
8855
8856         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8857         argument to poppler_page_render_selection() call.
8858
8859 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8860
8861         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8862         (djvu_document_thumbnails_get_thumbnail):
8863         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8864         (dvi_document_thumbnails_get_thumbnail):
8865         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8866         (pixbuf_document_thumbnails_get_thumbnail):
8867         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8868         
8869         Update rotation direction of backends to fit with pdf and ps.
8870
8871 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8872
8873         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8874         * backend/ev-async-renderer.h:
8875         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8876         (setup_page), (ps_document_get_page_size),
8877         (ps_async_renderer_render_pixbuf):
8878         * ps/ps-document.h:
8879         * shell/ev-jobs.c: (ev_job_render_run):
8880
8881         Fix orientation in the postscript document
8882
8883 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * pdf/ev-poppler.cc:
8886         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8887         * shell/ev-view.c: (highlight_find_results):
8888
8889         Adapt to the new poppler rotation API. Fix text maps on landscape
8890         documents.
8891
8892 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8893
8894         * shell/ev-view.c (compute_new_selection_text): get the correct
8895         region when selecting in modes other than continuous.
8896
8897 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8898
8899         * shell/main.c (main): remove redundant g_warnings.
8900
8901 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * shell/Makefile.am: Don't include autogenerated
8904         file ev-application-service.h into distribution, since
8905         it causes dbus crash. Fix for bugs 313724 and 313443. 
8906
8907 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8908
8909         * configure.ac: Fix sed expression for FreeBSD. Thanks
8910         to Joe Marcus Clark <marcus@freebsd.org>
8911         
8912         * shell/eggfindbar.c: (entry_activate_callback),
8913         (entry_changed_callback), (egg_find_bar_init),
8914         (egg_find_bar_set_search_string):
8915         
8916         Made findbar buttons unsensitive if there is no text in
8917         entry. Fix for the bug 313285.
8918
8919 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8920
8921         * ps/ps-document.c: Use g_filename_display_name for displaying
8922         filenames and revert string freeze breackage
8923
8924 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8925
8926         * NEWS:
8927         * configure.ac:
8928
8929         Update for 0.3.4
8930
8931         * shell/Makefile.am:
8932
8933         Add ev-application-service.xml to extra dist
8934
8935         * shell/ev-view.c: (find_page_at_location):
8936
8937         Remove unused function (fix warning)
8938
8939 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8940
8941         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8942         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8943         
8944         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8945         bug 313623.
8946
8947 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8948
8949         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8950         * shell/ev-window.c:
8951         Fix build warnings
8952
8953 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8954
8955         * configure.ac: Update script to get dbus version.
8956         Fix for the bug #313443.
8957
8958 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * shell/ev-window.c: (ev_window_cmd_escape):
8961         
8962         Return focus back to view on escape. Fix for bug 313295.
8963
8964 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8965
8966         * shell/ev-window.c: (update_window_title),
8967         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8968         (ev_window_cmd_save_as):
8969         
8970         Correct conversion from uri to displayable string. Fix for
8971         bug 313296.
8972
8973 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8974
8975         * ps/ps-document.c: convert filename to utf8 when there is an error
8976         loading document. Fixes #309915
8977
8978 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * configure.ac:
8981
8982         We depend on poppler 0.4.0
8983
8984 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8985
8986         * configure.ac:
8987         * NEWS: Release 0.3.3.
8988         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8989
8990 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8991
8992         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8993         add a couple missing mnemonics to menu items, use title 
8994         capitalization for menu items and window titles, and add 
8995         ellipsis to open menu item.     
8996
8997 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8998
8999         * pdf/ev-poppler.cc:
9000         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9001         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9002         (ev_view_get_rotation):
9003         * shell/ev-view.h:
9004         * shell/ev-window.c: (setup_view_from_metadata),
9005         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9006         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9007         disk.
9008
9009 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9010
9011         * configure.ac: Added tr to ALL_LINGUAS
9012
9013 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9014
9015         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9016         requires several clicks to find word. Thanks to 
9017         Colin Slater <kiltedtaco@gmail.com>.
9018
9019 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9020
9021         * data/evince.desktop.in.in: Hide menu entry and
9022         rename it to "Document Viewer". Fix for bug 
9023         #312399.
9024
9025 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9026
9027         * shell/ev-page-action.c (ev_page_action_class_init): 
9028
9029         Point to the correct function in constructor of the
9030         activate_label signal
9031
9032 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9033
9034         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9035         * shell/ev-jobs.h: Make thread safe.
9036
9037 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9038
9039         * shell/ev-view.c: (view_update_range_and_current_page):
9040         Don't update page range if we are scrolling to some document
9041         point.
9042
9043 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9044
9045         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9046         when getting max_page_width, fix drawing in dual mode.
9047
9048 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9049
9050         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9051         getting the area for select_all.
9052
9053 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9054
9055         * backend/ev-selection.c: (ev_selection_render_selection):
9056         * backend/ev-selection.h:
9057         * pdf/ev-poppler.cc:
9058         * shell/ev-jobs.c: (ev_job_render_new):
9059         * shell/ev-jobs.h:
9060         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9061         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9062         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9063         (ev_view_class_init):
9064
9065         Change selection color on focus in and focus out events.  Also,
9066         poppler now uses GdkColor for specifying the selection colors, so
9067         drop some awkward conversion code.
9068
9069 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9070
9071         * configure.ac: Added Hebrew translation
9072
9073 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9074
9075         * NOTES:
9076         * backend/ev-selection.c: (ev_selection_render_selection):
9077         * backend/ev-selection.h:
9078         * pdf/ev-poppler.cc:
9079         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9080         (ev_job_render_run):
9081         * shell/ev-jobs.h:
9082         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9083         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9084         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9085         (ev_pixbuf_cache_style_changed),
9086         (ev_pixbuf_cache_get_selection_pixbuf),
9087         (ev_pixbuf_cache_set_selection_list),
9088         (ev_pixbuf_cache_get_selection_list):
9089         * shell/ev-pixbuf-cache.h:
9090         * shell/ev-utils.c: (ev_print_region_contents):
9091         * shell/ev-utils.h:
9092         * shell/ev-view.c: (ev_view_queue_draw_page),
9093         (selection_update_idle_cb), (ev_view_motion_notify_event),
9094         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9095         (setup_caches), (ev_view_find_next), (merge_selection_region),
9096         (selection_free):
9097         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9098
9099         Clean up selection to be much smoother!
9100
9101 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9102
9103         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9104         to poppler_page_render_selection().
9105
9106 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9107
9108         * ps/ps-document.c: (save_page_list): Use
9109         unzipped document when printing. Thanks to 
9110         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9111         311016.
9112
9113 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9114
9115         * shell/ev-window.c: (update_action_sensitivity):
9116         
9117         Disable print and save respect to lockdown gconf keys. Fix
9118         for 312342.
9119
9120 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9121
9122         * configure.ac:
9123         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9124         (write_to_temp_file), (ev_file_set_contents):
9125         * shell/ev-utils.h:
9126         * shell/ev-window.c: (save_print_config_to_file):
9127         
9128         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9129         Fix for bug 312238
9130
9131 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9132
9133         * shell/ev-window.c: (load_print_config_from_file),
9134         (save_print_config_to_file), (ev_window_print_range):
9135
9136         Persist the print settings. Fixes bug #311578.
9137
9138 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9139
9140         * djvu/djvu-document.c: (djvu_document_get_page_size),
9141         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9142         (djvu_document_thumbnails_get_thumbnail):
9143         * dvi/dvi-document.c: (dvi_document_get_page_size),
9144         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9145         (dvi_document_thumbnails_get_dimensions),
9146         (dvi_document_thumbnails_get_thumbnail):
9147         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9148         (pixbuf_document_render_pixbuf),
9149         (pixbuf_document_document_iface_init),
9150         (pixbuf_document_thumbnails_get_thumbnail):
9151         
9152         Update backends to make them build with new rotation system.
9153
9154 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9155
9156         * help/C/figures/evince_start_window.png:
9157         
9158         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9159
9160 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9161
9162         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9163         * shell/ev-pixbuf-cache.h:
9164         * shell/ev-sidebar-thumbnails.c:
9165         (ev_sidebar_thumbnails_get_property), (add_range),
9166         (adjustment_changed_cb):
9167         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9168         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9169         we were thumbnailing the entire docment on startup, slowing us
9170         down hugely. 
9171
9172 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * shell/ev-page-cache.c: (ev_page_cache_new):
9175         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9176         == 0, fixes #310306.
9177
9178 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9181         (ev_view_rotate_left):
9182
9183         Account rotation in doc_rect_to_view_rect.
9184         Ensure rotation doesnt go out of bounds.
9185
9186 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9187
9188         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9189
9190         Correct and cleanup w/h swapping
9191
9192 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9193
9194         * backend/ev-document-thumbnails.c:
9195         (ev_document_thumbnails_get_thumbnail):
9196         * backend/ev-document-thumbnails.h:
9197         * backend/ev-document.c:
9198         * backend/ev-document.h:
9199         * backend/ev-render-context.c: (ev_render_context_new),
9200         (ev_render_context_set_rotation):
9201         * backend/ev-render-context.h:
9202         * pdf/ev-poppler.cc:
9203         * ps/ps-document.c: (ps_document_document_iface_init):
9204         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9205         * shell/ev-jobs.h:
9206         * shell/ev-page-cache.c: (build_height_to_page),
9207         (ev_page_cache_new), (ev_page_cache_get_size),
9208         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9209         (ev_page_cache_get_height_to_page):
9210         * shell/ev-page-cache.h:
9211         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9212         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9213         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9214         (ev_pixbuf_cache_get_selection_pixbuf):
9215         * shell/ev-pixbuf-cache.h:
9216         * shell/ev-print-job.c: (idle_print_handler):
9217         * shell/ev-sidebar-thumbnails.c: (add_range):
9218         * shell/ev-view.c: (view_update_range_and_current_page),
9219         (get_page_y_offset), (get_page_extents),
9220         (ev_view_size_request_continuous_dual_page),
9221         (ev_view_size_request_continuous),
9222         (ev_view_size_request_dual_page),
9223         (ev_view_size_request_single_page), (draw_one_page),
9224         (ev_view_set_rotation), (ev_view_rotate_right),
9225         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9226         (ev_view_zoom_for_size_continuous_and_dual_page),
9227         (ev_view_zoom_for_size_continuous),
9228         (ev_view_zoom_for_size_dual_page),
9229         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9230         (ev_view_select_all):
9231         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9232         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9233         (tiff_document_document_iface_init),
9234         (tiff_document_thumbnails_get_thumbnail):
9235
9236         Use rotation rather than orientation. It's easier and enough
9237         for our needs.
9238
9239 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9240
9241         * shell/ev-page-cache.c: (build_height_to_page),
9242         (ev_page_cache_new), (ev_page_cache_get_size),
9243         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9244         (ev_page_cache_get_height_to_page):
9245         * shell/ev-page-cache.h:
9246         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9247         (ev_view_size_request_continuous_dual_page),
9248         (ev_view_size_request_continuous),
9249         (ev_view_zoom_for_size_continuous_and_dual_page),
9250         (ev_view_zoom_for_size_continuous):
9251
9252         Make the page cache aware of page orientation.
9253
9254 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * backend/ev-document-thumbnails.c:
9257         (ev_document_thumbnails_get_thumbnail):
9258         * backend/ev-document-thumbnails.h:
9259         * backend/ev-document.c:
9260         * backend/ev-document.h:
9261         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9262         * backend/ev-ps-exporter.h:
9263         * pdf/ev-poppler.cc:
9264         * ps/ps-document.c: (ps_document_document_iface_init),
9265         (ps_document_ps_export_do_page):
9266         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9267         * shell/ev-jobs.h:
9268         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9269         (ev_page_cache_get):
9270         * shell/ev-page-cache.h:
9271         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9272         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9273         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9274         * shell/ev-pixbuf-cache.h:
9275         * shell/ev-print-job.c: (idle_print_handler):
9276         * shell/ev-sidebar-thumbnails.c: (add_range):
9277         * shell/ev-view.c: (view_update_range_and_current_page),
9278         (get_page_extents), (ev_view_size_request_dual_page),
9279         (ev_view_size_request_single_page), (draw_one_page),
9280         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9281         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9282         (ev_view_zoom_for_size_dual_page),
9283         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9284         (ev_view_select_all):
9285         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9286         * tiff/tiff-document.c: (tiff_document_get_page_size),
9287         (tiff_document_get_orientation), (rotate_pixbuf),
9288         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9289         (tiff_document_thumbnails_get_thumbnail),
9290         (tiff_document_ps_export_do_page), (tiff_document_init):
9291
9292         Really make use of the orientation bit of the render context.
9293         Use the render context in a few more places in the backend API.
9294         This regress orientation, but now it's done right. Will try to
9295         fix it up asap...
9296
9297 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9298
9299         * shell/ev-view.c: (ensure_rectangle_is_visible):
9300
9301         Patch by Nickolay V. Shmyrev to fix find flickering
9302
9303 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9304
9305         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9306         duplex parameters to ::begin.
9307
9308         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9309         * shell/ev-print-job.c (idle_print_handler): 
9310         * ps/ps-document.c (ps_document_ps_export_begin): 
9311         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9312         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9313         implementations. Poppler backend needs poppler cvs. Rest has
9314         unchanged behavior.
9315
9316 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9317
9318         * shell/ev-window.c (using_pdf_printer): new function.
9319         (ev_window_print_range): print a less techy message if someone
9320         tries to print to PDF.
9321
9322 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9323
9324         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9325         from "unknown font" string. Bug #311431
9326
9327 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9328
9329         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9330
9331 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9332
9333         Bug #311280
9334         
9335         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9336         name for PopplerFontTypes
9337         (pdf_document_fonts_fill_model): add font type to the detail column
9338
9339         * backend/ev-document-fonts.h: added
9340         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9341
9342         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9343         font name and font details, add a little markup.
9344         (ev_properties_fonts_init): use the new cell data func, specify ypad
9345         property for the cell renderer.
9346         (ev_properties_fonts_set_document): add the details column.
9347
9348 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9349
9350         * configure.ac: Added "pl" to ALL_LINGUAS.
9351
9352 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9353
9354         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9355
9356 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9357
9358         * help/ChangeLog: Started this for translations of manual.
9359         * configure.ac, autogen.sh, .cvsignore: Migrated to
9360         gnome-doc-utils. Patch in bug #311222.
9361
9362 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9363
9364         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9365         #ifdef this away to fix an unused-function warning.
9366
9367 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9368
9369         * configure.ac: Added 'gl' to ALL_LINGUAS.
9370
9371 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9372
9373         * configure.ac: Added ne in ALL_LINGUAS
9374         
9375 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9376
9377         * shell/ev-view.c: (ev_view_leave_notify_event):
9378         
9379         Clear status message when pointer leaves view. Fix for bug
9380         #310818 
9381
9382 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9383
9384         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9385
9386 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9387
9388         * shell/ev-view.c: (ev_view_leave_notify_event),
9389         (ev_view_class_init):
9390         
9391         Set cursor to normal then leaving view.
9392
9393 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9394
9395         * configure.ac:
9396         
9397         Fix required djvulibre version.
9398
9399 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9400
9401         *configure.ac: Hindi (hi) language added
9402
9403 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9404
9405         *configure.ac: Punjabi (pa) Language added
9406
9407 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9408
9409         * data/evince-ui.xml, shell/ev-window.c:
9410         
9411         Add keypad accelerators for zooming. Fix for bug 308128.
9412
9413 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9414
9415         * Makefile.am:
9416         * backend/Makefile.am:
9417         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9418         * configure.ac:
9419         * shell/ev-document-types.c: (ev_document_types_add_filters):
9420
9421         Allow to enable/disable the pixbuf backend.
9422         Default to off for now. If we want it enabled we should
9423         really put mime types in the desktop, implement properties etc.
9424
9425         * properties/evince-properties.c:
9426
9427         Initialize error to NULL.
9428         Check error is not NULL before freeing.
9429
9430 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9431
9432         * shell/ev-window.c:
9433
9434         Use F5 as presentation accell
9435
9436 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9437
9438         * shell/ev-window.c: (update_chrome_visibility),
9439         (ev_window_create_fullscreen_popup), (ev_window_init):
9440
9441         Do not leak the fullscreen toolbar
9442
9443 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9444
9445         * shell/ev-window.c: (view_actions_focus_in_cb),
9446         (view_actions_focus_out_cb):
9447
9448         These has a return value! Fix totally random focus
9449         issues we was seeing.
9450
9451 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9452
9453         * shell/main.c: (load_files_remote):
9454
9455         Allow open more than one file
9456
9457 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9458
9459         * shell/main.c: (load_files_remote):
9460
9461         Fix for dbus 0.33. bug #309975
9462
9463 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9464
9465         * properties/ev-properties-main.c: (ev_properties_get_pages):
9466
9467         Actually return NULL for types we dont support
9468
9469 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9470
9471         * po/POTFILES.in:
9472
9473         Remove empty lines.
9474
9475 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9476
9477         * backend/ev-document-factory.c:
9478         (ev_document_factory_get_document):
9479
9480         Do not try to create the object if type
9481         is invalid.
9482
9483 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9484
9485         * ps/ps-document.c: (ps_document_dispose),
9486         (ps_async_renderer_render_pixbuf):
9487         * ps/ps-document.h:
9488
9489         Do not leak the target window
9490
9491 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9492
9493         * shell/ev-application.c: (ev_application_init):
9494
9495         Let tbe check file existence for us.
9496         Add a comment about eggrecent mime filter.
9497
9498 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9499
9500         * data/evince-ui.xml:
9501         * shell/ev-application.c: (ev_application_shutdown),
9502         (ev_application_init), (ev_application_get_toolbars_model),
9503         (ev_application_get_recent_model),
9504         (ev_application_save_toolbars_model):
9505         * shell/ev-application.h:
9506         * shell/ev-window.c: (ev_window_add_recent),
9507         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9508         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9509         (ev_window_init):
9510
9511         Use common toolbar and recent models for all windows.
9512         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9513
9514 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9515
9516         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9517         successfully check for gtk_icon_view_get_visible_range.
9518
9519 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9520
9521         * djvu/Makefile.am:
9522         * dvi/Makefile.am:
9523         
9524         Fix djvu and dvi backend build.
9525
9526 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9527
9528         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9529         (new_separator_pixbuf):
9530
9531         Don't leak windows.
9532
9533 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9534
9535         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9536
9537         HIGification of toolbar editor dialogue.
9538
9539 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9540
9541         * configure.ac:
9542         * shell/Makefile.am:
9543
9544         Ever build metadata manager since it's just
9545         disabled at runtime now.
9546
9547 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9548
9549         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9550         (ev_metadata_manager_get), (ev_metadata_manager_set):
9551         * shell/ev-metadata-manager.h:
9552
9553         Add an _init functions that enabled metadata management
9554         at runtime.
9555
9556         * shell/ev-window.c: (page_changed_cb),
9557         (setup_document_from_metadata), (ev_window_setup_document),
9558         (setup_view_from_metadata), (ev_window_open_uri),
9559         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9560         (ev_window_run_presentation), (ev_window_stop_presentation),
9561         (save_sizing_mode), (ev_window_zoom_changed_cb),
9562         (ev_window_continuous_changed_cb),
9563         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9564         (window_configure_event_cb):
9565
9566         Remove all ugly metadata define since we deal with it
9567         at runtime now.
9568
9569         * shell/main.c: (load_files_remote), (main):
9570
9571         Add support for dbus cvs head. Hopefully didnt break one
9572         of the other versions now!
9573
9574         If we dont get a response from the dbus server just
9575         give up with it and not enable metadata.
9576
9577 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9578
9579         * Makefile.am:
9580         * backend/Makefile.am:
9581         * configure.ac:
9582         * cut-n-paste/recent-files/Makefile.am:
9583         * cut-n-paste/toolbar-editor/Makefile.am:
9584         * cut-n-paste/zoom-control/Makefile.am:
9585         * lib/Makefile.am:
9586         * pdf/Makefile.am:
9587         * pixbuf/Makefile.am:
9588         * properties/Makefile.am:
9589         * ps/Makefile.am:
9590         * shell/Makefile.am:
9591         * thumbnailer/Makefile.am:
9592         * tiff/Makefile.am:
9593
9594         Make frontends depend on just libev.
9595         Rework and group CFLAGS/LIBS definitions.
9596         Cleanups.
9597
9598 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9599
9600         * shell/ev-window:
9601
9602         do not unnecessarily save zoom
9603
9604         * configure.ac:
9605         * lib/ev-file-helpers.c: (ev_dot_dir):
9606         * shell/Makefile.am:
9607         * shell/dummy.cc:
9608
9609         Some cleanups
9610
9611 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9612
9613         * configure.ac:
9614         
9615         Remove unnecessary dependencies
9616
9617 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9618
9619         * properties/Makefile.am:
9620         * thumbnailer/Makefile.am:
9621         * tiff/Makefile.am:
9622
9623         Some more cleanups. Was really necessary
9624         but I probably introduced bugs, feel free
9625         to flame :)
9626
9627 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * backend/Makefile.am:
9630         * configure.ac:
9631         * cut-n-paste/recent-files/Makefile.am:
9632         * cut-n-paste/toolbar-editor/Makefile.am:
9633         * cut-n-paste/zoom-control/Makefile.am:
9634         * lib/Makefile.am:
9635         * pdf/Makefile.am:
9636         * pixbuf/Makefile.am:
9637         * properties/Makefile.am:
9638         * ps/Makefile.am:
9639         * shell/Makefile.am:
9640         * thumbnailer/Makefile.am:
9641         * tiff/Makefile.am:
9642
9643         Use gnome-common macros when possible.
9644         Cleanup dependencies.
9645         Actually disable deprecated where possible.
9646
9647 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9648
9649         * Makefile.am:
9650         * backend/Makefile.am:
9651         * properties/Makefile.am:
9652         * shell/Makefile.am:
9653         * thumbnailer/Makefile.am:
9654
9655         This should solve the circular dep without
9656         requiring dir reorg!
9657
9658         * shell/ev-window.c: (setup_view_from_metadata):
9659
9660         Never restore window size/position when the
9661         window is already visible.
9662
9663 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9664
9665         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9666
9667         Return a boolean from timeout func. Fix ported from gedit.
9668
9669 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9670
9671         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9672
9673 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9674
9675         * shell/ev-document-types.c: set "All Documents" as default filter in
9676         open dialog
9677
9678 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9679
9680         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9681         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9682         (ev_metadata_manager_set_boolean): fix value/val thinko.
9683
9684 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9685
9686         * shell/ev-window.c: (setup_view_from_metadata),
9687         (window_state_event_cb), (window_configure_event_cb),
9688         (ev_window_init):
9689
9690         Remember window position and maximized state
9691
9692 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9693
9694         * configure.ac:
9695
9696         Fix DBUS configure checks.
9697
9698         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9699         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9700         (ev_metadata_manager_set_boolean):
9701
9702         Plug mem leaks.
9703
9704         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9705         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9706         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9707         (ev_window_continuous_changed_cb),
9708         (ev_window_dual_mode_changed_cb), (ev_window_new):
9709
9710         Fix the build without DBUS.
9711
9712 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9713
9714         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9715         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9716         (ev_metadata_manager_set_string),
9717         (ev_metadata_manager_set_boolean):
9718         * shell/ev-metadata-manager.h:
9719
9720         Add support for some more types
9721
9722         * shell/ev-view.c: (scroll_to_current_page),
9723         (ev_view_get_continuous), (ev_view_set_continuous),
9724         (ev_view_get_dual_page):
9725         * shell/ev-view.h:
9726         * shell/ev-window.c: (page_changed_cb),
9727         (setup_document_from_metadata), (ev_window_setup_document),
9728         (setup_view_from_metadata), (ev_window_open_uri),
9729         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9730         (ev_window_run_presentation), (ev_window_stop_presentation),
9731         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9732         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9733         (ev_window_update_dual_page_action),
9734         (ev_window_continuous_changed_cb),
9735         (ev_window_dual_mode_changed_cb), (ev_window_init):
9736
9737         Remember a bunch of view/document properties. Prolly some
9738         are still missing but it's getting interesting.
9739
9740 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9741
9742         * configure.ac: check if dbus-binding-tool is installed. Not the
9743         case on current Ubuntu breezy, it seems.
9744
9745 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9746
9747         * data/evince.desktop.in.in:
9748         
9749         Allow open uri lists and add TryExec field.
9750
9751 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9752
9753         * configure.ac:
9754
9755         Enable dbus when available, do not require a configure
9756         option.
9757
9758 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9759
9760         * configure.ac:
9761
9762         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9763         disabled.
9764
9765 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9766         Marco Pesenti Gritti  <mpg@redhat.com>
9767
9768         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9769         
9770         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9771         functions to the format required by dbus
9772
9773         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9774         errors. Use the RPC parameters in the expected way
9775
9776 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9777
9778         * Makefile.am:
9779         * properties/Makefile.am:
9780         * properties/ev-properties-main.c: (ev_properties_get_pages):
9781
9782         Support all mime types
9783
9784         * shell/Makefile.am:
9785         * thumbnailer/Makefile.am:
9786         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9787         (evince_thumbnail_pngenc_get):
9788
9789         Use the document factory
9790
9791 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9792
9793         * backend/Makefile.am:
9794         * backend/ev-document-factory.c:
9795         (mime_type_supported_by_gdk_pixbuf),
9796         (ev_document_type_get_from_mime),
9797         (ev_document_factory_get_document),
9798         (ev_document_factory_get_backend),
9799         (ev_document_factory_get_mime_types),
9800         (ev_document_factory_get_all_mime_types):
9801         * backend/ev-document-factory.h:
9802         * shell/Makefile.am:
9803         * shell/ev-document-types.c: (get_document_from_uri),
9804         (ev_document_types_get_document),
9805         (file_filter_add_mime_list_and_free),
9806         (ev_document_types_add_filters):
9807         * shell/ev-document-types.h:
9808         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9809         * shell/ev-properties-dialog.c:
9810         (ev_properties_dialog_set_document):
9811         * shell/ev-window.c: (ev_window_cmd_file_open),
9812         (ev_window_cmd_save_as):
9813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9814
9815         Rework document types managing to avoid code duplication
9816         and actually abstract from backend implementations.
9817         Also provide a minimal factory api that can be used by
9818         thumbnailer/properties.
9819
9820 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9821
9822         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9823         Plug a mem leak.
9824         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9825         HIG spacings.
9826
9827 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9828
9829         * shell/ev-properties-dialog.c
9830         (ev_properties_dialog_set_document): only call
9831         ev_properties_fonts_set_document() if the document implements the
9832         fonts interface
9833
9834 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9835
9836         * configure.ac:
9837         * properties/Makefile.am:
9838         * properties/ev-properties-view.c:
9839         (ev_properties_view_register_type):
9840         * properties/ev-properties-view.h:
9841         * properties/ev-properties-main.h:
9842
9843         Implement nautilus plugin for properties.
9844         Works only for pdf atm, I need to rework the
9845         document types stuff to get this to work
9846         for all backends...
9847
9848 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9849
9850         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9851         (ev_properties_fonts_set_document): use
9852         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9853
9854 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9855
9856         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9857         them
9858         (PlaceImage, tiff2ps_process_page): use
9859         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9860
9861
9862 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9863
9864         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9865         (main): to call gnome_authentication_manager_init. Should fix
9866         Bug #308510
9867
9868         * configure.ac: that requires libgnomeui 2.6.0.
9869
9870 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9871
9872         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9873         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9874         use the new tiff2ps interfaces
9875
9876         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9877         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9878
9879         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9880         structure instead of global variables.  Remove use of static
9881         variables in functions.
9882
9883 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9884
9885         * shell/ev-page-action.c: unref the completion after setting it to the
9886         entry
9887
9888 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9889
9890         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9891         postscript files
9892
9893 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9894
9895         * shell/ev-window.c (update_action_sensitivity): disable
9896         File->Print if the document does not implement the ps exporter
9897         interface
9898
9899 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9900
9901         * Makefile.am:
9902         * configure.ac:
9903         * data/evince-properties.glade:
9904         * properties/.cvsignore:
9905         * properties/Makefile.am:
9906         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9907         (ev_properties_view_class_init), (ev_properties_view_format_date),
9908         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9909         (ev_properties_view_init), (ev_properties_view_new):
9910         * properties/ev-properties-view.h:
9911         * shell/Makefile.am:
9912         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9913         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9914         (ev_properties_dialog_new):
9915         * shell/ev-properties-dialog.h:
9916         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9917         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9918         (update_progress_label), (job_fonts_finished_cb),
9919         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9920         * shell/ev-properties-fonts.h:
9921         * shell/ev-properties.c:
9922         * shell/ev-properties.h:
9923         * shell/ev-window.c: (ev_window_setup_document),
9924         (ev_window_cmd_file_properties):
9925
9926         Split the properties pages in two different objects, depend
9927         only on the backend where possible, use widgets instead
9928         of gobject for the glade part, reimplement the dialog
9929         itself with gtk.
9930         I need this to implement nautilus properties page.
9931
9932 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9933
9934         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9935         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9936         (tiff_document_document_ps_exporter_iface_init): implement the ps
9937         exporter interface for tiff documents
9938
9939         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9940         libtiff to implement TIFF postscript export
9941
9942         * tiff/tiff2ps.h: added a header file for external tiff2ps
9943         functions.
9944
9945         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9946         tiff2ps.h
9947
9948 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9949
9950         * shell/ev-view.c: (scroll_to_current_page),
9951         (ev_view_set_fullscreen), (ev_view_set_presentation):
9952         
9953         Scroll to current page when exit from presentation
9954
9955 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9956
9957         * shell/ev-window.c: (update_document_mode),
9958         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9959         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9960         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9961         
9962         Exit from fullscreen mode when switch to presentation. Fix for
9963         bug 309365
9964
9965 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9966
9967         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9968         return NULL if the document does not implement the selection
9969         interface.
9970
9971 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9972
9973         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9974         reported height by using the resolution aspect ratio
9975         (tiff_document_render_pixbuf): scale the pixbuf using the
9976         resolution aspect ratio
9977
9978 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9979
9980         * configure.ac:
9981         
9982         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9983         <kiltedaco@gmail.com>
9984         
9985         * djvu/djvu-document.c: (djvu_document_get_orientation),
9986         (djvu_document_set_orientation), (djvu_document_get_page_size),
9987         (rotate_pixbuf), (djvu_document_render_pixbuf),
9988         (djvu_document_document_iface_init):
9989         * dvi/dvi-document.c: (dvi_document_get_orientation),
9990         (dvi_document_set_orientation), (dvi_document_get_page_size),
9991         (rotate_pixbuf), (dvi_document_render_pixbuf),
9992         (dvi_document_document_iface_init):
9993         
9994         Dvi and djvu backends are ported to new API
9995
9996 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9997
9998         * backend/ev-selection.c: (ev_selection_get_selection_region),
9999         (ev_selection_get_selection_map):
10000         * backend/ev-selection.h:
10001         * pdf/ev-poppler.cc:
10002         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10003         * shell/ev-jobs.h:
10004         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10005         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10006         (ev_pixbuf_cache_get_text_mapping):
10007         * shell/ev-pixbuf-cache.h:
10008         * shell/ev-view.c: (location_in_text),
10009         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10010         support to EvView.  Now we can see where we can select!  Sweet!
10011
10012 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10013
10014         * shell/ev-view.c (ev_view_button_press_event): Fix
10015         event->y + view->scroll_x typo.
10016
10017 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10018
10019         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10020         sub-GdkPixbuf instead of passing dest_x and dest_y.
10021         
10022         * shell/ev-view.c: (view_point_to_doc_point),
10023         (view_rect_to_doc_rect), (ev_view_button_press_event),
10024         (ev_view_motion_notify_event), (compute_new_selection_rect),
10025         (gdk_rectangle_point_in), (compute_new_selection_text),
10026         (compute_selections): Update selection code to keep the selection
10027         around as two points and not as a normalized rectangle, and fix
10028         page level selection in two-column mode.
10029
10030 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10031
10032         * shell/ev-window.c: (window_configure_event_cb): 
10033         
10034         Fix compilation
10035         
10036 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * pdf/ev-poppler.cc:
10039
10040         Fix compilation
10041
10042 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10043
10044         * shell/Makefile.am:
10045         * shell/ev-metadata-manager.c: (item_free),
10046         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10047         (parse_value), (parseItem), (load_values),
10048         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10049         (save_values), (save_item), (get_oldest), (resize_items),
10050         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10051         * shell/ev-metadata-manager.h:
10052
10053         Metadata manager from gedit but modified to use GValue, so that
10054         we dont need to keep converting from strings.
10055
10056         * configure.ac:
10057
10058         ENABLE_METADATA conditional, on when dbus is on
10059
10060         * shell/ev-application.c: (ev_application_open_uri):
10061
10062         Show the window after load so that we can initialize
10063         window size before it's showed.
10064
10065         * shell/ev-window.c: (ev_window_setup_from_metadata),
10066         (ev_window_open_uri), (window_configure_event_cb),
10067         (ev_window_init):
10068
10069         Save and load metadata information about window size.
10070         Not yet keeping states in account.
10071
10072         * shell/main.c: (main):
10073
10074         Shutdown metadata manager.
10075
10076 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10077
10078         * shell/ev-application-service.xml:
10079         * configure.ac:
10080         * shell/Makefile.am:
10081         * shell/ev-application.c:
10082         * shell/ev-application.h:
10083         * shell/ev-window.c:
10084         * shell/ev-window.h:
10085         * shell/main.c:
10086
10087         Add an optional dbus interface (--enable-dbus).
10088         Rework application code, mainly to be easier to
10089         use "remotely".
10090         Do not open multiple windows with the same document,
10091         spatial evince!
10092
10093 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10094
10095         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10096         pixbuf iff it exists.
10097
10098 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * shell/*:
10101         * backend/ev-render-context.[ch]:
10102         * backend/ev-selection.[ch]:
10103
10104         Massive changes.  We now support text selection of pdfs, and not
10105         just rectangular selection.  This is pretty broken still, but I
10106         want to get something into CVS.
10107
10108 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10109
10110         * pdf/ev-poppler.cc:
10111         
10112         Fix for Bug 309080: crash on window close.
10113         
10114         * shell/ev-page-action.c: (page_changed_cb):
10115         
10116         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10117         jensgr@gmx.net (Jens Granseuer).
10118
10119 2005-06-25  Marcel Telka  <marcel@telka.sk>
10120
10121         * configure.in (ALL_LINGUAS): Added sk.
10122
10123 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10124
10125         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10126         not a document open
10127
10128 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10129
10130         * NEWS:
10131         * configure.ac:
10132
10133         Release 0.3.2
10134
10135         * cut-n-paste/recent-files/Makefile.am:
10136
10137         Fix make distcheck
10138
10139 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10140
10141         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10142         (pixbuf_document_set_orientation), (rotate_pixbuf),
10143         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10144         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10145
10146         Implement rotation and cleanup the code a bit.
10147
10148         * tiff/tiff-document.c: (tiff_document_get_page_size),
10149         (tiff_document_get_orientation), (tiff_document_set_orientation),
10150         (rotate_pixbuf), (tiff_document_render_pixbuf),
10151         (tiff_document_document_iface_init), (tiff_document_init):
10152
10153         Implement rotation. Was the quicker solution for the release
10154         but we really need to share this code in the shell.
10155
10156 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10157
10158         * pdf/ev-poppler.cc:
10159
10160         Enable rotation, require poppler cvs. Fix a leak.
10161
10162 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10163
10164         * shell/ev-window.c: (update_action_sensitivity):
10165         
10166         Make properties unsensitive if document backend doesn't provide
10167         any info
10168
10169 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10170
10171         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10172         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10173         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10174         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10175         (bitmap_flip_rotate_counter_clockwise):
10176         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10177         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10178         (buff_gets):
10179         * dvi/mdvi-lib/common.h:
10180         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10181         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10182         (opendvi), (mdvi_reload), (mdvi_init_context),
10183         (mdvi_destroy_context), (mdvi_dopage), (special):
10184         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10185         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10186         (file_hash_free), (register_encoding), (parse_spec),
10187         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10188         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10189         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10190         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10191         (mdvi_register_font_type), (mdvi_unregister_font_type),
10192         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10193         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10194         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10195         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10196         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10197         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10198         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10199         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10200         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10201         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10202         (mdvi_unregister_special), (mdvi_flush_specials):
10203         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10204         (t1_font_remove):
10205         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10206         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10207         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10208         (free_font_metrics), (flush_font_metrics):
10209         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10210         (tt_font_remove):
10211         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10212         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10213         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10214         (dstring_insert), (dstring_new), (dstring_reset):
10215         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10216         
10217         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10218         avoid conflict with libtool on FC4
10219         
10220         * shell/ev-window.c: (ev_window_cmd_help_about):
10221         
10222         Update copyright year. Fix for bug 308828.
10223
10224 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10225
10226         * shell/ev-view.c: (add_scroll_binding_keypad),
10227         (ev_view_binding_activated), (ev_view_class_init),
10228         (on_adjustment_value_changed):
10229         
10230         Bug 170874: Arrow keys switch pages in presentation mode
10231
10232 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10233
10234         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10235         
10236         Fix for Bug 308265: Sidebar dissappears coming out of 
10237         Presentation mode
10238
10239 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10240
10241         * shell/ev-application.c: (ev_application_open):
10242         * shell/ev-document-types.c: (ev_document_types_add_filters),
10243         (ev_document_types_add_filters_for_type):
10244         * shell/ev-document-types.h:
10245         * shell/ev-window.c: (ev_window_cmd_save_as):
10246         
10247         Suggest basename as template when saving, provide filters
10248         for save dialog. It's bug 308402
10249
10250 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10251
10252         * pdf/ev-poppler.cc:
10253         * shell/ev-sidebar-links.c: (job_finished_callback):
10254         * shell/ev-view.c: (update_find_status_message):
10255         
10256         Some leaks fixed
10257
10258 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10259
10260         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10261         (egg_recent_view_uimanager_set_list):
10262
10263         Fix buglet in !show_numbers case.
10264
10265 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10266
10267         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10268         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10269
10270         Use pango ellipsisation.
10271
10272         * pdf/ev-poppler.cc:
10273
10274         Fix refcount leak, from nsh.
10275
10276 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10277
10278         * cut-n-paste/recent-files/Makefile.am:
10279         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10280         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10281         
10282         Removed EggRecentViewGtk
10283         
10284         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10285         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10286         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10287         (ev_window_setup_recent):
10288         
10289         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10290         with other projects
10291
10292 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10293
10294         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10295         (egg_recent_view_gtk_finalize):
10296
10297         Fix memory leak
10298
10299         * cut-n-paste/toolbar-editor/Makefile.am:
10300         
10301         Fix location of cursor icon.
10302         
10303         * pdf/ev-poppler.cc:
10304         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10305         (display_completion_text), (match_completion):
10306         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10307         (selection_changed_callback), (create_loading_model),
10308         (print_section_cb), (links_page_num_func),
10309         (update_page_callback_foreach):
10310         * shell/ev-window.c: (ev_window_dispose):
10311         
10312         Small memory fixes. Links model now store objects instead
10313         of pointers to improve memory management. 
10314
10315 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10316
10317         * shell/ev-window.c: (zoom_control_changed_cb):
10318         
10319         Fix update of zoom control (bug 308268).
10320
10321 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10322
10323         * shell/ev-properties.c (set_property): escape the text correctly.
10324         Handles non-UTF-8 properties and escaped properties.  Also, sets
10325         the text to "<i>None</i>" if the property isn't set.
10326
10327         * data/evince-properties.glade: Change the label to be ellipsized,
10328         and give it a minimum size.
10329
10330 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10331
10332         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10333         * shell/ev-sidebar-links.c: (create_loading_model):
10334         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10335         * shell/ev-view.c: (ev_view_set_document):
10336         * shell/ev-window.c: (ev_window_dispose):
10337         
10338         Various small fixes, mostly memory leaks. Thanks to valgrind.
10339
10340 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10341
10342         * ps/ps-document.c: remove the locale.h include again ;-). And
10343         kill the (bogus) setlocale/savelocale business.
10344
10345 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10346
10347         * ps/ps-document.c:
10348         
10349         Include locale.h to fix build
10350         
10351         * shell/ev-sidebar.c:
10352         
10353         Remove unnecessary includes
10354
10355 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10356
10357         * dvi/dvi-document.c: (dvi_document_load):
10358         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10359         * po/POTFILES.in:
10360         
10361         Check for incorrect dvi files. Fix parsing dvi on AMD64
10362         platform. Thanks to tester@tester.ca (Olivier Crete).
10363
10364 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10365
10366         * shell/ev-page-action.c: (match_selected_cb),
10367         (display_completion_text), (match_completion), (update_model):
10368         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10369         (expand_open_links):
10370         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10371         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10372         (ev_sidebar_set_document):
10373         * shell/ev-window.c: (ev_window_xfer_job_cb),
10374         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10375         
10376         Fixed lot's of memory leaks, for example, memory leak on reload, 
10377         described in bug 307793.
10378
10379 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10380
10381         * pdf/ev-poppler.cc:
10382         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10383         (update_visible_range), (adjustment_changed_cb),
10384         (ev_sidebar_thumbnails_fill_model),
10385         (ev_sidebar_thumbnails_refresh),
10386         (ev_sidebar_tree_selection_changed),
10387         (ev_sidebar_icon_selection_changed),
10388         (ev_sidebar_thumbnails_use_icon_view),
10389         (ev_sidebar_thumbnails_set_document):
10390         * shell/ev-sidebar-thumbnails.h:
10391         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10392         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10393
10394         Refresh thumbnails when changing orientation. Not fully
10395         working yet becuase of a sidebar bug.
10396
10397         Set page orientation to poppler page everywhere. This sucks
10398         really need to fix poppler.
10399
10400 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10401
10402         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10403         (egg_recent_view_gtk_new_menu_item),
10404         (egg_recent_view_gtk_set_property),
10405         (egg_recent_view_gtk_get_property),
10406         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10407         (egg_recent_view_gtk_set_tooltip_func),
10408         (egg_recent_view_gtk_set_label_width),
10409         (egg_recent_view_gtk_get_label_width):
10410         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10411
10412         Sync with libegg (ellipsize labels)
10413
10414 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10415
10416         * data/evince-ui.xml:
10417         * shell/ev-window.c: (ev_window_cmd_go_forward),
10418         (ev_window_cmd_go_backward):
10419         
10420         Shift + PageUp moves 10 Pages. Fix for 306125
10421
10422 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10423
10424         * pdf/ev-poppler.cc:
10425
10426         Add a flag to check if orientation has been overriden
10427
10428 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10429
10430         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10431         field if necessary.
10432
10433         * ps/ps.h: add creator field to document.
10434
10435         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10436         set creator field.
10437
10438 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10439
10440         * data/evince-properties.glade:
10441         * shell/ev-properties.c: (ev_properties_set_document):
10442
10443         s/PDF Version/Format
10444
10445 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10446
10447         * shell/ev-properties.c: (ev_properties_set_document):
10448
10449         Remove unnecessary translations
10450
10451 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * cut-n-paste/toolbar-editor/Makefile.am:
10454
10455         Correct library name    
10456
10457 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10458
10459         * configure.ac:
10460         * cut-n-paste/recent-files/egg-recent-model.c:
10461         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10462         (egg_recent_model_unlock_file):
10463         * cut-n-paste/recent-files/egg-recent-util.c:
10464         (egg_recent_util_get_unique_id):
10465         * cut-n-paste/recent-files/update-from-egg.sh:
10466         * cut-n-paste/toolbar-editor/Makefile.am:
10467         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10468         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10469         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10470         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10471         (egg_toolbars_model_get_type):
10472         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10473
10474         Better makefile for toolbar editor and update everything
10475         to latest libegg.
10476
10477 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10478
10479         * shell/ev-window.c: (update_document_mode):
10480
10481         Prefer presentation mode when the document
10482         require fullscreen.
10483
10484 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10485
10486         * data/evince-ui.xml:
10487         * shell/ev-window.c:
10488
10489         Add control-equal for zooming
10490
10491 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10492
10493         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10494
10495 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10496
10497         * backend/ev-document.c: (ev_document_get_orientation):
10498         * backend/ev-document.h:
10499         * pdf/ev-poppler.cc:
10500         * ps/ps-document.c: (ps_document_get_orientation),
10501         (ps_document_set_orientation), (ps_document_document_iface_init):
10502
10503         Add a get_orientation api. Improve set_orientation.
10504
10505         * data/evince-ui.xml:
10506         * shell/ev-view.c: (ev_view_set_orientation),
10507         (ev_view_rotate_right), (ev_view_rotate_left):
10508         * shell/ev-view.h:
10509         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10510         (ev_window_cmd_edit_rotate_right):
10511
10512         Better ui for changing document orientation
10513
10514 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10515
10516         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10517         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10518         * shell/ev-sidebar-links.h:
10519         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10520         (ev_sidebar_page_iface_init):
10521         * shell/ev-sidebar-page.h:
10522         * shell/ev-sidebar-thumbnails.c:
10523         (ev_sidebar_thumbnails_get_property),
10524         (ev_sidebar_thumbnails_class_init),
10525         (ev_sidebar_thumbnails_set_document):
10526         * shell/ev-sidebar-thumbnails.h:
10527         * shell/ev-view.c: (ev_view_motion_notify_event):
10528         * shell/ev-window.c: (update_chrome_visibility),
10529         (ev_window_cmd_focus_page_selector),
10530         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10531         (sidebar_page_main_widget_update_cb), (ev_window_init):
10532         
10533         Autoraise toolbar on GoToPage binding and fix bindings in
10534         EvSidebarThumbnails page.
10535
10536 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10537
10538         * shell/ev-properties.c: (update_progress_label):
10539
10540         Hide the progress label when finished; bug #307697.
10541
10542 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10543
10544         * pdf/ev-poppler.cc:
10545
10546         Enable is_open for links, you will need poppler cvs
10547
10548         * shell/ev-properties.c: (job_fonts_finished_cb):
10549
10550         Get a lock on the document when filling the tree view
10551
10552 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10553
10554         * backend/ev-document-links.h:
10555         * pdf/ev-poppler.cc:
10556         * shell/ev-sidebar-links.c: (create_loading_model),
10557         (expand_open_links), (job_finished_callback):
10558
10559         Expand links when specified by the document.
10560         Depend on a poppler api (defined out for now)
10561
10562 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10563
10564         * shell/ev-properties.c: (ev_properties_dispose),
10565         (ev_properties_class_init), (dialog_destroy_cb),
10566         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10567         (ev_properties_set_document), (ev_properties_new),
10568         (ev_properties_show):
10569         * shell/ev-properties.h:
10570
10571         Make it an object, cleanup the code, api to show it as transient
10572         and to set the document.
10573
10574         * shell/ev-window.c: (ev_window_setup_document),
10575         (ev_window_cmd_file_properties):
10576
10577         Adapt to EvProperties changes, do not show multiple
10578         times, update it when document changes.
10579
10580 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10581
10582         * ps/gstypes.h:
10583         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10584         (ps_document_set_orientation), (ps_document_document_iface_init):
10585         * ps/ps-document.h:
10586
10587         Implement orientation here too
10588
10589         * shell/ev-properties.c: (ev_properties_new):
10590         * data/evince-properties.glade:
10591
10592         Hide the fonts page for backends that doesnt
10593         support it.     
10594
10595 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10596
10597         * backend/ev-document.c: (ev_document_set_orientation):
10598         * backend/ev-document.h:
10599         * pdf/ev-poppler.cc:
10600
10601         Add orientation api. Currently poppler api is not optimal,
10602         we need to set orientation every time we _get a page.
10603         I will try to fix that at some point.
10604
10605         * data/evince-ui.xml:
10606         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10607         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10608
10609         Add orientation menu items
10610
10611         * shell/ev-page-cache.c: (ev_page_cache_clear):
10612         * shell/ev-page-cache.h:
10613
10614         Add api to clear the cache
10615
10616         * shell/ev-view.c: (setup_caches), (clear_caches),
10617         (ev_view_set_document), (ev_view_zoom_out),
10618         (ev_view_set_orientation):
10619         * shell/ev-view.h:
10620
10621         Implement orientation changing
10622
10623 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10624
10625         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10626         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10627         * backend/ev-document-fonts.h:
10628
10629         Separate scan and fill so that we can incrementally fill from
10630         the main thread. Add a progress api.
10631
10632         * data/evince-properties.glade:
10633         * pdf/ev-poppler.cc:
10634         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10635         * shell/ev-jobs.h:
10636         * shell/ev-properties.c: (update_progress_label),
10637         (job_fonts_finished_cb), (setup_fonts_view):
10638
10639         Incrementally feel the list and show the progress
10640         percentage in a label like acrobat does.
10641
10642         You are going to need poppler cvs
10643
10644 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10647         * backend/ev-document-fonts.h:
10648         * pdf/ev-poppler.cc:
10649
10650         Make fonts model fill incrementally.
10651
10652         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10653         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10654         (ev_job_queue_remove_job):
10655         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10656         (ev_job_fonts_new), (ev_job_fonts_run):
10657         * shell/ev-jobs.h:
10658
10659         New job for fonts scanning
10660
10661         * shell/ev-properties.c: (job_fonts_finished_cb),
10662         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10663         * shell/ev-properties.h:
10664         * shell/ev-window.c: (ev_window_cmd_file_properties):
10665
10666         Incrementally feel the treeview using the new job. Show Loading...
10667         message until scanning is completed.
10668
10669         Hopefully I didnt break the build without the poppler patch.
10670
10671 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10672
10673         * shell/ev-application.c: (ev_application_open):
10674         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10675         (ev_document_type_get_type), (ev_document_type_lookup):
10676         * shell/ev-document-types.h:
10677         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10678         * shell/ev-job-xfer.h:
10679         * shell/ev-window.c: (ev_window_clear_local_uri),
10680         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10681         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10683         
10684         Transfer remote documents to tmp directory to display them later.
10685
10686 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10687
10688         * backend/ev-document-info.h:
10689         * shell/ev-properties.c: (ev_properties_new):
10690
10691         s/GTime*/GTime. Not sure why we was using a pointer
10692         at all there!
10693
10694 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10695
10696         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10697         situations.  That situation is that you're using GTK+-HEAD with
10698         the patch at #306726 is applied, and you have a document with <
10699         1500 pages in it.  It's not quite as uniformly nice as the
10700         TreeView, but should be better in the long run.
10701
10702         I'm pretty sure I guarded against breaking compilation with
10703         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10704         I missed some.
10705
10706         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10707         widget yet, so I commented that code out
10708         enable_view_actions_for_widget() for now.  Need to figure this
10709         out.
10710
10711         * shell/ev-page-action.c (match_selected_cb): emit the right
10712         signals.  Our cool C-l completion now works.
10713
10714 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10715
10716         * backend/Makefile.am:
10717         * backend/ev-document-fonts.c:
10718         * backend/ev-document-links.c:
10719         * backend/ev-document.c: (ev_document_load):
10720         * backend/ev-document.h:
10721         * backend/ev-job-queue.c:
10722         * backend/ev-job-queue.h:
10723         * backend/ev-jobs.c:
10724         * backend/ev-jobs.h:
10725         * backend/ev-page-cache.c:
10726         * backend/ev-page-cache.h:
10727
10728         EvPageCache and EvJobs are moved to shell.
10729
10730         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10731         (ev_tmp_filename):
10732         * lib/ev-file-helpers.h:
10733         
10734         New helper to work with temporary files
10735         
10736         * shell/Makefile.am:
10737         * shell/ev-application.c: (ev_application_open):
10738         * shell/ev-application.h:
10739         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10740         (remove_job_from_async_queue), (add_job_to_async_queue),
10741         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10742         (handle_job), (search_for_jobs_unlocked),
10743         (no_jobs_available_unlocked), (ev_render_thread),
10744         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10745         (ev_job_queue_add_job), (move_job_async), (move_job),
10746         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10747         * shell/ev-job-queue.h:
10748         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10749         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10750         * shell/ev-job-xfer.h:
10751         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10752         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10753         (ev_job_links_class_init), (ev_job_render_init),
10754         (ev_job_render_dispose), (ev_job_render_class_init),
10755         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10756         (ev_job_thumbnail_class_init), (ev_job_load_init),
10757         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10758         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10759         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10760         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10761         * shell/ev-jobs.h:
10762         * shell/ev-page-action.c: (ev_page_action_set_document):
10763         * shell/ev-page-cache.c: (ev_page_cache_init),
10764         (ev_page_cache_class_init), (ev_page_cache_finalize),
10765         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10766         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10767         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10768         (ev_page_cache_get_title), (ev_page_cache_get_size),
10769         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10770         (ev_page_cache_get_height_to_page),
10771         (ev_page_cache_get_max_label_chars),
10772         (ev_page_cache_get_page_label),
10773         (ev_page_cache_has_nonnumeric_page_labels),
10774         (ev_page_cache_get_info), (ev_page_cache_next_page),
10775         (ev_page_cache_prev_page), (ev_page_cache_get):
10776         * shell/ev-page-cache.h:
10777         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10778         (ev_pixbuf_cache_clear_job_sizes),
10779         (ev_pixbuf_cache_add_jobs_if_needed),
10780         (ev_pixbuf_cache_set_page_range):
10781         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10782         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10783         * shell/ev-sidebar-thumbnails.c:
10784         (ev_sidebar_tree_selection_changed),
10785         (ev_sidebar_thumbnails_set_document):
10786         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10787         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10788         (ev_statusbar_get_context_id), (ev_statusbar_push),
10789         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10790         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10791         (ev_statusbar_set_progress):
10792         * shell/ev-statusbar.h:
10793         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10794         (ev_view_find_previous):
10795         * shell/ev-window.c: (ev_window_is_empty),
10796         (ev_window_setup_document), (password_dialog_response),
10797         (ev_window_clear_jobs), (ev_window_load_job_cb),
10798         (ev_window_xfer_job_cb), (ev_window_open_uri),
10799         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10800         (ev_window_print), (ev_window_print_range),
10801         (ev_window_state_event), (ev_window_cmd_view_reload),
10802         (menu_item_select_cb), (menu_item_deselect_cb),
10803         (view_status_changed_cb), (ev_window_dispose),
10804         (drag_data_received_cb), (ev_window_init):
10805         * shell/ev-window.h:
10806         * shell/main.c: (load_files):
10807         
10808         New statusbar to show progress on idle. Two new jobs - 
10809         xfer job and load job to load document in background. And update
10810         of page_cache clients to new location of code.
10811
10812 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10813
10814         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10815         selection in open dialog. It also remembers the last visited directory 
10816         in the current session.
10817
10818 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10819
10820         * shell/ev-properties.c: (ev_properties_new):
10821         * shell/ev-properties.h:
10822         * shell/ev-window.c: (ev_window_cmd_file_properties):
10823         
10824         Get document info from page cache instead of document itself.
10825         This should fix crash related to race conditions described in
10826         bug 306545.
10827
10828 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10829
10830         * ps/ps-document.c: (ps_document_init),
10831         (send_ps), (get_page_box), (output), (catchPipe), (input),
10832         (stop_interpreter), (file_length), (file_readable),
10833         (check_filecompressedb), (ps_document_enable_interpreter),
10834         (document_load), (ps_async_renderer_render_pixbuf):
10835         * ps/ps-document.h:
10836
10837         Big cleanup of the ps code
10838
10839 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10840
10841         * backend/Makefile.am:
10842         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10843         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10844         * backend/ev-async-renderer.h:
10845
10846         Add an async renderer interface (method + callback) which
10847         is useful for backends like ps.
10848
10849         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10850         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10851         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10852         (ev_job_queue_add_job), (move_job_async), (move_job),
10853         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10854
10855         Add queues for async renderer, these are executed on the
10856         main thread.
10857
10858         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10859         (ev_job_render_run):
10860         * backend/ev-jobs.h:
10861
10862         If the backend support async renderer interface use it.
10863
10864         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10865         (setup_pixmap), (ps_document_get_type),
10866         (ps_async_renderer_render_pixbuf),
10867         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10868
10869         Implement async renderer interface.
10870
10871 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10872
10873         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10874
10875         Cleanup links job on exit.
10876
10877 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10878
10879         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10880         (drag_data_get_cb), (drag_data_received_cb):
10881         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10882         (drag_data_get_cb), (parse_item_list),
10883         (egg_toolbar_editor_load_actions):
10884         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10885         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10886         (parse_item_list), (parse_toolbars):
10887         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10888         (dvi_pixbuf_put_pixel):
10889         
10890         Fix gcc 4.0 warnings
10891
10892 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10893
10894         * ps/ps-document.c: (start_interpreter):
10895
10896         Fix warning when loading ps
10897
10898 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10899
10900         * ps/ps-document.c: (output):
10901
10902         Fix crash when priting gs error messages.
10903
10904 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10905
10906         * backend/ev-page-cache.c: (_ev_page_cache_new):
10907         * backend/ev-page-cache.h:
10908
10909         Use a const to return title so that we dont double
10910         free it. Small cleanup and fix a leak.
10911
10912         * shell/ev-window.c: (update_window_title):
10913
10914         strdup value from get_title.
10915
10916 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10917
10918         * shell/ev-sidebar-links.c: (job_finished_callback),
10919         (ev_sidebar_links_set_document):
10920
10921         Cleanup the old job when changing document
10922
10923 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10924
10925         * shell/ev-stock-icons.c:
10926         * shell/ev-stock-icons.h:
10927         * shell/ev-window.c:
10928         
10929         Add stock icons for actions that can appear in toolbar. Fix for
10930         bug 306566.
10931
10932 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10933
10934         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10935         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10936         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10937         * backend/ev-page-cache.h:
10938         * shell/ev-view.c: (scroll_to_current_page),
10939         (view_update_range_and_current_page), (get_page_y_offset),
10940         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10941         (ev_view_size_request_continuous),
10942         (ev_view_zoom_for_size_continuous_and_dual_page),
10943         (ev_view_zoom_for_size_continuous):
10944         
10945         More compact EvView layout in document with pages of different size.
10946
10947 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10948
10949         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10950         compilation.
10951
10952 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10953
10954         * shell/ev-view.c: (view_set_adjustment_values):
10955         * shell/ev-window.c: (ev_window_cmd_file_properties):
10956         
10957         A bit different fix for rounding problem but it has no
10958         problems on startup. Make properties window transient to parent.
10959
10960 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10961
10962         * pdf/ev-poppler.cc:
10963         
10964         More commenting of font stuff.
10965
10966 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10967
10968         * pdf/ev-poppler.cc:
10969
10970         Comment out some more fonts stuff. Should really
10971         work without the poppler patch now.
10972
10973 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * pdf/ev-poppler.cc:
10976
10977         Adapt to api change
10978
10979 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * data/evince-properties.glade:
10982         * pdf/ev-poppler.cc:
10983         * shell/ev-properties.c: (setup_fonts_view):
10984
10985         Set the column title. Show the dialog only
10986         once everything is setup.
10987         Getting font info can be very slow... will
10988         prolly need to make this threaded too.
10989
10990 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10991
10992         * backend/Makefile.am:
10993         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10994         (ev_document_fonts_get_fonts_model):
10995         * backend/ev-document-fonts.h:
10996         * data/evince-properties.glade:
10997         * pdf/ev-poppler.cc:
10998         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10999         * shell/ev-properties.h:
11000         * shell/ev-window.c: (ev_window_cmd_file_properties):
11001
11002         Implement fonts list. Defined out for now, since it depends
11003         on a not yet committed poppler patch.
11004
11005 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11006
11007         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11008         page + 1.
11009
11010         * shell/ev-window.c: Make sure we add the timeout when we get a
11011         focus-in event.
11012
11013         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11014         adjustment->value before calculating the zoom factor to average
11015         out all of our rounding errors.  The page no longer 'drifts' when
11016         resizing.
11017
11018 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11019
11020         * data/evince-properties.glade:
11021         * shell/ev-properties.c: (ev_properties_format_date),
11022         (set_property):
11023         
11024         Labels don't expand when the dialogue is resized.
11025         strftime result needs to be converted to UTF-8. Thanks
11026         to Christian Persch <chpe@gnome.org>.
11027
11028 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11029
11030         * data/evince-properties.glade:
11031
11032         Hide the fonts tab
11033
11034 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11035
11036         * backend/ev-document-info.h:
11037         * backend/ev-document.c: (ev_document_info_free):
11038         * data/evince-properties.glade:
11039         * pdf/ev-poppler.cc:
11040         * ps/ps-document.c: (ps_document_get_info):
11041         * shell/ev-properties.c: (ev_properties_format_date),
11042         (set_property), (ev_properties_new):
11043         * shell/ev-properties.h:
11044         * shell/ev-window.c: (ev_window_cmd_file_properties):
11045
11046         Rework properties code to take only EvPropertyInfo
11047         in the constructor so that it can be useful for
11048         nautilus plugin too.
11049
11050         Deal with backends that doesnt support some properties.
11051         Make set property code generic.
11052
11053 2005-06-04  Christian Persch <chpe@gnome.org>
11054
11055         * data/evince-properties.glade:
11056
11057         fix spacings, make resizeable, and make data labels
11058         selectable + ellipsised
11059
11060 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11061
11062         * backend/ev-document-info.h:
11063         * data/Makefile.am:
11064         * data/evince-ui.xml:
11065         * pdf/ev-poppler.cc:
11066         * shell/Makefile.am:
11067         * shell/ev-window.c: (update_action_sensitivity),
11068         (ev_window_cmd_file_properties):
11069
11070         Initial go at file properties. Patch by
11071         Emil Soleyman-Zomalan <emil@soleyman.com>.
11072         Needs love see #169583
11073
11074 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11075
11076         * ps/ps-document.c: (output):
11077         * ps/ps.c: (psscan):
11078
11079         Try to render even if psscan fails.
11080
11081 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11082
11083         * ps/ps.c: (psscan), (pscopydoc):
11084
11085         Port buffered reading code from gv
11086
11087 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11088
11089         * ps/ps-document.c: (interpreter_message), (output):
11090
11091         Do not fail on interpreter messages
11092
11093 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11094
11095         * backend/ev-document-misc.c:
11096         (ev_document_misc_get_thumbnail_frame):
11097
11098         Pages can be 0 x 0, dont assert on this case
11099
11100 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11101
11102         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11103         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11104
11105         Correctly manage our reference on document. Finally the reload
11106         huge leak is gone...
11107
11108 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11109
11110         * ps/ps-document.c: (ps_document_dispose):
11111
11112         Forgot to chain it to the parent. Thanks chpe.
11113
11114 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11115
11116         * ps/ps-document.c: (ps_document_dispose),
11117         (ps_document_class_init), (stop_interpreter), (document_load):
11118
11119         Cleanup dispose a bit. Dont leak the whole pixmap.
11120
11121 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11122
11123         * pdf/ev-poppler.cc:
11124
11125         Release the poppler document on dispose
11126
11127 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11128
11129         * shell/ev-view.c: (ev_view_set_document):
11130
11131         Release ref on the pixbuf cache when changing
11132         document.
11133
11134 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11135
11136         * ps/ps-document.c: (ps_document_get_info):
11137
11138         Fix a double free
11139
11140 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11141
11142         * backend/ev-page-cache.c: (ev_page_cache_init),
11143         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11144         * backend/ev-page-cache.h:
11145         * shell/ev-page-action.c: (page_changed_cb):
11146         
11147         Set page action entry width depending on labels width. Fix
11148         for bug 305202.
11149
11150 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11151
11152         * backend/ev-link.c: (ev_link_class_init):
11153
11154         Allow -1 as page value (error)
11155
11156 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11157
11158         * shell/ev-sidebar-thumbnails.c:
11159         (ev_sidebar_thumbnails_set_document):
11160         * shell/ev-view.c: (scroll_to_current_page),
11161         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11162         (page_changed_cb), (on_adjustment_value_changed),
11163         (ev_view_set_document):
11164
11165         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11166         Fix bug 305377
11167
11168 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11169
11170         * configure.ac:
11171         * djvu/djvu-document.c: (djvu_document_get_page_size):
11172
11173         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11174         bug 301993.
11175
11176 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11177
11178         * shell/ev-view.c (draw_one_page): modify the expose handling to
11179         get the shadows.
11180
11181         * shell/ev-window.c (update_action_sensitivity): Respect
11182         permissions field.  Kowtow to the man.
11183
11184         * pdf/ev-poppler.cc: Get the permissions field.
11185
11186         * tiff/*c: Make a tiny bit more robust.
11187
11188 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11189
11190         * djvu/djvu-document.c:
11191         
11192         Pop messages from djvu context message queue.
11193
11194 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11195
11196         * configure.ac, Makefile.am, shell/Makefile.am:
11197         * tiff/Makefile.am, shell/ev-document-types.c:
11198         
11199         Cleanup tiff configure checks. Fix for bug 305218.
11200
11201 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11202
11203         * configure.ac: Added "uk" to ALL_LINGUAS.
11204
11205 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11206
11207         * cut-n-paste/zoom-control/ephy-zoom.c:
11208         (ephy_zoom_get_changed_zoom_level):
11209         * cut-n-paste/zoom-control/ephy-zoom.h:
11210         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11211         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11212         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11213         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11214         (zoom_control_changed_cb), (ev_window_init):
11215         
11216         Fix minor points related to moving best fit up. Introduce
11217         "zoom" property and make zoom control change it's value on
11218         notify::zoom signals. Fix for 305080.
11219
11220 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11221
11222         * data/evince-ui.xml:
11223         * shell/ev-window.c: (set_view_actions_sensitivity):
11224         
11225         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11226
11227 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11228
11229         * configure.ac:
11230
11231         Depends on poppler 0.3.2
11232
11233 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11234
11235         * cut-n-paste/recent-files/egg-recent-item.c:
11236         (egg_recent_item_get_short_name):
11237         * cut-n-paste/toolbar-editor/Makefile.am:
11238         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11239         (new_pixbuf_from_widget):
11240         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11241         * cut-n-paste/toolbar-editor/egg-marshal.c:
11242         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11243         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11244
11245         Sync
11246
11247 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11248
11249         * tiff/tiff-document.c: Rough TIFF backend.
11250
11251 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11252
11253         * NEWS:
11254         * configure.ac:
11255         * cut-n-paste/toolbar-editor/Makefile.am:
11256
11257         Release 0.3.1
11258
11259 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11260
11261         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11262         (ev_view_find_next), (ev_view_find_previous):
11263
11264         Remove the locks around get_n_results   
11265
11266 2005-05-21  Juerg Billeter  <j@bitron.ch>
11267
11268         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11269
11270         Pass correct number of pages to poppler.
11271
11272 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11273
11274         * configure.ac:
11275         * data/Makefile.am:
11276         * data/evince.desktop.in: 
11277         * data/evince.desktop.in.in:
11278         * po/POTFILES.in:
11279         
11280         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11281
11282 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11283
11284         * shell/ev-view.c: (view_update_adjustments),
11285         (view_set_adjustment_values): cast adjustmen->value to (int)
11286         before using it.  Otherwise, we get off by a pixel in some
11287         situations.
11288
11289         (draw_one_page): Draw the border on expose.
11290
11291 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11292
11293         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11294         adjustment when the mode changes, #304923
11295
11296 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11297
11298         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11299         flickering on resize but still use gdk_window_scroll on
11300         scrolling
11301
11302 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11303
11304         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11305         option, #170458
11306
11307 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11310         second page on page_changed if possible, #304669
11311
11312 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11313
11314         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11315         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11316
11317 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11318
11319         * .cvsignore:
11320         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11321         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11322         (ev_view_zoom_for_size_presentation),
11323         (ev_view_zoom_for_size_continuous_and_dual_page),
11324         (ev_view_zoom_for_size_continuous),
11325         (ev_view_zoom_for_size_dual_page),
11326         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11327         * shell/ev-view.h:
11328         * shell/ev-window.c: (update_view_size),
11329         (ev_window_sizing_mode_changed_cb):
11330
11331         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11332         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11333         an infinite loop, #304769
11334
11335
11336 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * data/evince-ui.xml:
11339         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11340         * shell/ev-window.c: (set_view_actions_sensitivity):
11341
11342         Make PgUp/Down behave like Space
11343
11344 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11345
11346         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11347         * backend/ev-ps-exporter.h:
11348         * pdf/ev-poppler.cc:
11349         * ps/ps-document.c: (ps_document_ps_export_begin):
11350         * shell/ev-print-job.c: (idle_print_handler):
11351
11352         Adapt to new poppler api
11353
11354 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11355
11356         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11357         (ephy_zoom_control_init):
11358
11359         Translate zoom levels
11360
11361 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11362
11363         * cut-n-paste/zoom-control/ephy-zoom.c:
11364         (ephy_zoom_get_zoom_level_index):
11365
11366         Fix current zoom -> zoom control match
11367
11368 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11369
11370         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11371         rather than the scrolled_window that it's in. Fixes bug #304655.
11372
11373 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11374
11375         * shell/ev-view.c: (view_update_adjustments),
11376         (view_set_adjustment_values), (view_update_range_and_current_page),
11377         (view_scroll_to_page), (set_scroll_adjustment),
11378         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11379         (ev_view_scroll), (ev_view_scroll_view),
11380         (ensure_rectangle_is_visible), (find_page_at_location),
11381         (get_link_at_location), (go_to_link), (status_message_from_link),
11382         (ev_view_size_request_continuous_dual_page),
11383         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11384         (ev_view_unrealize), (ev_view_expose_event),
11385         (ev_view_button_press_event), (ev_view_motion_notify_event),
11386         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11387         (draw_rubberband), (highlight_find_results), (draw_one_page),
11388         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11389         (ev_view_init), (find_changed_cb), (page_changed_cb),
11390         (on_adjustment_value_changed), (ev_view_new),
11391         (ev_view_set_document), (ev_view_set_zoom),
11392         (ev_view_set_continuous), (ev_view_set_dual_page),
11393         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11394         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11395         (ev_view_zoom_for_size_presentation),
11396         (ev_view_zoom_for_size_continuous_dual_page),
11397         (ev_view_zoom_for_size_continuous),
11398         (ev_view_zoom_for_size_dual_page),
11399         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11400         (ev_view_get_status), (ev_view_set_status),
11401         (update_find_status_message), (ev_view_get_find_status),
11402         (ev_view_set_find_status), (jump_to_find_result),
11403         (jump_to_find_page), (compute_selections), (clear_selection),
11404         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11405         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11406         (ev_view_update_primary_selection),
11407         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11408         * shell/ev-view.h:
11409         * shell/ev-window.c: (ev_window_open_page_label),
11410         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11411         (ev_window_init):
11412         * shell/ev-window.h:
11413         * shell/main.c: (load_files):
11414
11415         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11416         when resizing.  Remove the bin_window().  Also, patch from James
11417         Bowes to fix command line page, #300641
11418         
11419 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11420
11421         * data/evince-ui.xml:
11422         * shell/ev-view.c:
11423         * shell/ev-view.h:
11424         * shell/ev-window.c: (update_action_sensitivity):
11425
11426         Get rid of View->Normal Size, it's just confusing
11427
11428 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11429
11430         * backend/ev-document-info.h:
11431         * backend/ev-document.c: (ev_document_info_free): Free the
11432         EvDocumentInfo.
11433
11434         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11435         (clear_range), (add_range), (update_visible_range),
11436         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11437         (ev_sidebar_thumbnails_set_document):
11438         * shell/ev-window.c: (ev_window_setup_document): Only render the
11439         visible thumbnails.  It takes an instant to render, but it uses
11440         much less memory.
11441
11442 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11443
11444         * shell/ev-sidebar-links.c: (popup_menu_cb):
11445
11446         Select first item
11447
11448 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11449
11450         * lib/Makefile.am:
11451         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11452         (button_press_cb), (ev_sidebar_links_construct):
11453
11454         Show the popup menu also on keybindings
11455
11456 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11457
11458         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11459         * shell/ev-window.h:
11460
11461         Expose api to print a range (with dialog). Make private _print use
11462         it.
11463
11464         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11465         (ev_sidebar_links_construct):
11466
11467         Show a print context menu on linkx, it prints the selected
11468         section.
11469
11470 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11471
11472         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11473         button.
11474
11475 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11476
11477         * AUTHORS:
11478
11479         Update
11480
11481         * shell/ev-window.c: (build_comments_string),
11482         (ev_window_cmd_help_about):
11483
11484         Show poppler version/backend and authors
11485
11486 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11487
11488         * cut-n-paste/zoom-control/ephy-zoom.c:
11489         (ephy_zoom_get_zoom_level_index):
11490         * cut-n-paste/zoom-control/ephy-zoom.h:
11491
11492         Move the best fit items at the top of the list
11493
11494 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11495
11496         * shell/ev-marshal.list:
11497         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11498         (activate_cb), (match_selected_cb), (activate_link_cb),
11499         (connect_proxy), (ev_page_action_class_init):
11500         * shell/ev-page-action.h:
11501
11502         Use signals to notify action activation. Hopefully
11503         I did not break completion since I cant test...
11504
11505         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11506         (register_custom_actions):
11507
11508         Connect to page selector actions and also grab focus on
11509         the view when activated.
11510
11511 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11512
11513         * pdf/ev-poppler.cc:
11514         * backend/ev-page-cache.c: make page size calculation consistent
11515         and set it to (int)( width * scale + 0.5).  This makes the weird
11516         line going through the middle of the page go away.
11517
11518         * shell/ev-view.c: move painting the background page after
11519         checking the expose area covers us.
11520
11521 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11522
11523         * data/evince-password.glade:
11524         
11525         Mark labels as not translatable. Fix for bug 302842.
11526
11527 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11528
11529         * configure.ac: Added "es" to ALL_LINGUAS.
11530
11531 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11532
11533         * data/evince-toolbar.xml:
11534         * shell/ev-window.c: (update_action_sensitivity),
11535         (ev_window_setup_document), (ev_window_set_page_mode),
11536         (ev_window_init):
11537
11538         Remove some leftover code from jrb first continous
11539         attempt. Use the new actions, we still need good icons
11540         though...
11541
11542 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11543
11544         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11545
11546         Update label when connecting proxy. Fix a warning with NULL
11547         page_cache.
11548
11549 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11550
11551         * data/evince-ui.xml:
11552         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11553         * shell/ev-page-action.h:
11554         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11555
11556         Add mnemonic for edit toolbar.
11557         ctrl+l focus the page entry.
11558
11559 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11560
11561         * lib/Makefile.am:
11562         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11563         (ev_window_init):
11564         * shell/main.c: (main):
11565
11566         Put the toolbar xml in evince own dot dir
11567
11568 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11569
11570         * shell/ev-window.c: (ev_window_init):
11571
11572         Make the toolbar not removable
11573
11574 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11575
11576         * data/evince-ui.xml:
11577         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11578         * shell/ev-sidebar-links.h:
11579         * shell/ev-sidebar-thumbnails.c:
11580         (ev_sidebar_thumbnails_get_treeview):
11581         * shell/ev-sidebar-thumbnails.h:
11582         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11583         (ev_view_class_init):
11584         * shell/ev-view.h:
11585         * shell/ev-window.c: (update_action_sensitivity),
11586         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11587         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11588         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11589         (ev_window_init):
11590
11591         This is evil... Make space/backspace global accelerators but
11592         enable them only for some widgets (sidebars and view).
11593         I dont like it, but I dont know a better way... :/
11594
11595 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11596
11597         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11598         (ev_page_action_widget_finalize),
11599         (ev_page_action_widget_class_init), (update_page_cache):
11600
11601         Keep a weak reference on proxy->page_cache so that we
11602         dont try to disconnect the signal if the object is already
11603         gone. Maybe there is a better way to cleanup reference handling
11604         in page action though...
11605
11606 2005-05-10  Juerg Billeter  <j@bitron.ch>
11607
11608         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11609         * backend/ev-ps-exporter.h:
11610         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11611         * ps/ps-document.c: (ps_document_ps_export_begin):
11612         
11613         Change api to pass print range to ps_exporter_begin. The pdf backend
11614         requires this information.
11615         
11616         * shell/ev-print-job.c: (idle_print_handler):
11617         
11618         Adapt to api change
11619
11620 2005-05-10  Juerg Billeter  <j@bitron.ch>
11621
11622         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11623         (idle_print_handler)
11624         * shell/ev-window.c: (ev_window_print):
11625
11626         Support printing page range, based on patch by Amaury Jacquot
11627
11628 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11629
11630         * data/evince-toolbar.xml:
11631
11632         Add zoom control to available items
11633
11634 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11635
11636         * shell/ev-window.c: (update_action_sensitivity):
11637
11638         Set slash action insensitive when appropriate
11639
11640 2005-05-10  Christian Persch <chpe@gnome.org>
11641
11642         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11643
11644         Fix warning on the overflow menu
11645
11646 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11647
11648         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11649
11650         Check for uri correctness/existence
11651
11652 2005-05-09  Juerg Billeter  <j@bitron.ch>
11653
11654         * shell/ev-window.c: (using_postscript_printer):
11655
11656         LPD printers use postscript, too
11657
11658 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11659
11660         * shell/ev-window.c: (register_custom_actions):
11661
11662         The zoom one is actually sort of useful,
11663         put it back
11664
11665 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11666
11667         * shell/ev-window.c: (register_custom_actions):
11668
11669         Hide page/zoom controls from overflow, they
11670         are useless.
11671
11672 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11673
11674         * cut-n-paste/update-from-egg.sh:
11675         
11676         Share it between all cut-n-paste subdirs
11677
11678         * cut-n-paste/recent-files/Makefile.am:
11679
11680         Fix to use "global" update-from-egg.sh
11681
11682         * cut-n-paste/recent-files/egg-recent-model.c:
11683         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11684         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11685         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11686         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11687
11688         Update from libegg
11689
11690         * cut-n-paste/toolbar-editor/Makefile.am:
11691
11692         Fix to use "global" update-from-egg.sh
11693
11694         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11695
11696         Update from libegg
11697
11698 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11699
11700         * configure.ac:
11701         * cut-n-paste/Makefile.am:
11702         * cut-n-paste/recent-files/Makefile.am:
11703         * cut-n-paste/toolbar-editor/.cvsignore:
11704         * cut-n-paste/toolbar-editor/Makefile.am:
11705         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11706         (egg_editable_toolbar_get_type), (get_toolbar_position),
11707         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11708         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11709         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11710         (set_item_drag_source), (create_item_from_action), (create_item),
11711         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11712         (popup_toolbar_context_menu_cb), (free_dragged_item),
11713         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11714         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11715         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11716         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11717         (item_added_cb), (item_removed_cb),
11718         (egg_editable_toolbar_construct),
11719         (egg_editable_toolbar_disconnect_model),
11720         (egg_editable_toolbar_deconstruct),
11721         (egg_editable_toolbar_set_model),
11722         (egg_editable_toolbar_set_ui_manager),
11723         (egg_editable_toolbar_set_property),
11724         (egg_editable_toolbar_get_property),
11725         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11726         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11727         (egg_editable_toolbar_new_with_model),
11728         (egg_editable_toolbar_get_edit_mode),
11729         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11730         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11731         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11732         (new_pixbuf_from_widget), (new_separator_pixbuf),
11733         (update_separator_image), (style_set_cb),
11734         (_egg_editable_toolbar_new_separator_image),
11735         (egg_editable_toolbar_get_model):
11736         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11737         * cut-n-paste/toolbar-editor/egg-marshal.c:
11738         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11739         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11740         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11741         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11742         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11743         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11744         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11745         (editor_drag_data_delete_cb), (drag_data_get_cb),
11746         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11747         (editor_create_item), (update_editor_sheet), (setup_editor),
11748         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11749         (parse_item_list), (model_has_action), (update_actions_list),
11750         (egg_toolbar_editor_load_actions):
11751         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11752         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11753         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11754         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11755         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11756         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11757         (egg_toolbars_model_add_separator), (impl_add_item),
11758         (parse_item_list), (egg_toolbars_model_add_toolbar),
11759         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11760         (impl_get_item_data), (impl_get_item_type),
11761         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11762         (egg_toolbars_model_init), (free_toolbar),
11763         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11764         (egg_toolbars_model_remove_toolbar),
11765         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11766         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11767         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11768         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11769         (egg_toolbars_model_get_item_data),
11770         (egg_toolbars_model_get_item_type):
11771         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11772         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11773         * data/Makefile.am:
11774         * data/evince-toolbar.xml:
11775         * data/evince-ui.xml:
11776         * data/hand-open.png:
11777         * po/POTFILES.in:
11778         * shell/Makefile.am:
11779         * shell/ev-window.c: (update_chrome_visibility),
11780         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11781         (ev_window_dispose), (ev_window_init):
11782
11783         Implement epiphany like toolbar editor. Based on patch by
11784         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11785
11786 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11787
11788         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11789
11790         Use set_cursor instead of set_selection, so that
11791         the keyboard focus moves too.
11792
11793 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11794
11795         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11796
11797         Fix infinite loop when loading Type1 fonts
11798
11799 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11800
11801         * data/evince-ui.xml:
11802         * shell/ev-window.c:
11803
11804         Slash -> Find
11805
11806 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11807
11808         * configure.ac:
11809
11810         Make --disable really disable
11811
11812 2005-05-07  Juerg Billeter  <j@bitron.ch>
11813
11814         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11815
11816         Compare page labels even without has_labels set, fixes setting page
11817         with entry
11818
11819 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11820
11821         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11822         (ev_view_set_cursor), (ev_view_button_press_event),
11823         (ev_view_motion_notify_event), (ev_view_button_release_event),
11824         (ev_view_init):
11825
11826         Implement middle button scrolling. Based on a patch
11827         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11828
11829 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11830
11831         * shell/ev-document-types.c: (get_slow_mime_type),
11832         (get_document_type_from_mime), (ev_document_type_lookup):
11833         * shell/ev-document-types.h:
11834
11835         Change api to lookup from uri. Do fast lookup first, if the
11836         type is unknown try with data sniffing.
11837
11838         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11839         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11840
11841         Adapt to api change
11842
11843 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11844
11845         * thumbnailer/Makefile.am:
11846
11847         Fix distcheck
11848
11849 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11850
11851         * NEWS:
11852         * configure.ac:
11853
11854         Release 0.3.0
11855
11856         * data/evince-ui.xml:
11857
11858         Hide presentation mode for now
11859
11860         * shell/ev-view.c: (highlight_find_results):
11861
11862         Show current find selection only on current page
11863
11864 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11865
11866         * shell/ev-view.c: (ev_view_select_all):
11867
11868         Compute size of the actual page, not of
11869         the current one.
11870
11871 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11872
11873         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11874         (view_rect_to_doc_rect), (compute_selections),
11875         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11876         (ev_view_copy), (ev_view_primary_get_cb),
11877         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11878         (ev_view_button_press_event), (ev_view_motion_notify_event),
11879         (ev_view_button_release_event), (page_changed_cb):
11880
11881         Fix text selection
11882
11883 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11884
11885         * shell/ev-view.c: (compute_border), (get_page_extents),
11886         (doc_rect_to_view_rect), (highlight_find_results),
11887         (ev_view_bin_expose), (ev_view_select_all),
11888         (ev_view_motion_notify_event), (update_find_status_message),
11889         (jump_to_find_result), (jump_to_find_page):
11890
11891         First go at fixing search, still buggy
11892
11893 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11894
11895         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11896         dropdown box and button at the top of the sidebar.
11897
11898 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11899
11900         * configure.ac: Output zoom-control Makefile.
11901         * cut-n-paste/Makefile.am: build zoom-control subdir.
11902         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11903         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11904         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11905         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11906         * cut-n-paste/zoom-control/ephy-zoom.c:
11907         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11908         from epiphany, and modified to add a separator into the menu.
11909         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11910         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11911         zoom-control action.
11912         * shell/Makefile.am: Include zoom-control flags.
11913         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11914         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11915         (ev_view_zoom_for_size_presentation),
11916         (ev_view_zoom_for_size_continuous_and_dual_page),
11917         (ev_view_zoom_for_size_continuous),
11918         (ev_view_zoom_for_size_dual_page),
11919         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11920         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11921         ev_view_get_zoom and ev_view_get_sizing_mode.
11922         * shell/ev-view.h:
11923         * shell/ev-window.c: (update_action_sensitivity),
11924         (update_sizing_buttons), (zoom_control_changed_cb),
11925         (register_custom_actions): Initialize and use the zoom-control 
11926         widget.
11927
11928 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11929
11930         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11931         preview cache back to 1.  Don't know when it got set to 0.
11932         
11933         * shell/ev-view.c: (compute_border), (ev_view_realize),
11934         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11935         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11936         (ev_view_get_fullscreen), (ev_view_set_presentation),
11937         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11938         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11939         * shell/ev-view.h:
11940         * shell/ev-window.c:
11941         (update_chrome_visibility),
11942         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11943         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11944         (update_document_mode), (ev_window_update_fullscreen_action),
11945         (ev_window_fullscreen), (ev_window_unfullscreen),
11946         (ev_window_cmd_view_fullscreen),
11947         (ev_window_update_presentation_action),
11948         (ev_window_run_presentation), (ev_window_stop_presentation),
11949         (ev_window_cmd_view_presentation), (ev_window_state_event),
11950         (ev_window_focus_in_event), (ev_window_focus_out_event),
11951         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11952         * data/evince-ui.xml: Initial presentation mode.  We should
11953         probably hide this until it's done, as it's quite rough.  Also,
11954         change full-screen to fullscreen and add two getters to EvView.
11955
11956 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11957
11958         * shell/ev-page-action.c: (update_page_cache),
11959         (ev_page_action_dispose):
11960         * shell/ev-window.c: (destroy_fullscreen_popup),
11961         (ev_window_create_fullscreen_popup):
11962
11963         Use connect_object rather than explicitly
11964         disconnect on dispose.
11965
11966 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11967
11968         * shell/ev-page-action.c: (update_page_cache),
11969         (ev_page_action_dispose):
11970
11971 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11972
11973         * backend/ev-page-cache.c: (_ev_page_cache_new),
11974         (ev_page_cache_set_page_label),
11975         (ev_page_cache_has_nonnumeric_page_labels):
11976         * backend/ev-page-cache.h:
11977         * shell/ev-page-action.c: (update_pages_label):
11978         
11979         If all page labels are numeric, fallback to default
11980         way to display number of pages. See bug 173185.
11981
11982 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11983
11984         * shell/ev-page-action.c: (ev_page_action_dispose):
11985         * shell/ev-view.c: (view_update_range_and_current_page):
11986         * shell/ev-window.c: (ev_window_dispose):
11987         
11988         Set page on scroll in continuous mode. Fixes bug 301986.
11989         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11990
11991 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11992
11993         * configure.ac:
11994
11995         Require poppler 0.3.0
11996
11997 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11998         
11999         * shell/Makefile.am, configure.ac: Fix build problems
12000         with t1lib. Bug 301996.
12001
12002 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12003
12004         * shell/ev-view.c: (ev_view_scroll_event):
12005         
12006         Scroll up increase zoom
12007
12008 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12009
12010         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12011         (ev_view_set_sizing_mode),
12012         (ev_view_zoom_for_size_continuous_and_dual_page),
12013         (ev_view_zoom_for_size_continuous):
12014         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12015         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12016         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12017         (ev_window_init):
12018
12019         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12020         Fix for 165473 and 165472.
12021
12022 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12023
12024         * po/POTFILES.in:
12025         * thumbnailer/Makefile.am:
12026         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12027         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12028         * thumbnailer/evince-thumbnailer.schemas.in:
12029         
12030         Make thumbnailer schemas translatable. Fix for bug 301773
12031         
12032         * thumbnailer/evince-thumbnailer-djvu.schemas:
12033         * thumbnailer/evince-thumbnailer-dvi.schemas:
12034         * thumbnailer/evince-thumbnailer.schemas:
12035
12036         Removed files
12037
12038 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12039
12040         * shell/ev-view.c (ev_view_init): forgot to set this.
12041
12042 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12043
12044         * shell/ev-view.c: (find_page_at_location),
12045         (get_link_at_location),
12046         (ev_view_set_show_border), (ev_view_set_spacing),
12047         (ev_view_zoom_for_size_continuous_and_dual_page),
12048         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12049         Also, add a quick fix measuring of widths.  Also, removed
12050         ev_view_set_spacing and ev_view_set_show_border.
12051         
12052         * shell/ev-window.c: (ev_window_unfullscreen),
12053         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12054
12055 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12056
12057         * shell/ev-view.c: (view_update_range_and_current_page),
12058         (page_changed_cb):
12059         
12060         Fix crash on exit and scrolling to page in continuous view.
12061
12062 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12063
12064         * TODO:
12065         * backend/ev-page-cache.c: (_ev_page_cache_new),
12066         (ev_page_cache_get_max_width_size),
12067         (ev_page_cache_get_max_height_size):
12068         * backend/ev-page-cache.h:
12069         * data/evince-ui.xml:
12070         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12071         * shell/ev-view.c: (view_update_adjustments),
12072         (view_update_range_and_current_page), (get_bounding_box_size),
12073         (ev_view_size_request_continuous_and_dual_page),
12074         (ev_view_size_request_continuous),
12075         (ev_view_size_request_dual_page),
12076         (ev_view_size_request_single_page), (ev_view_size_request),
12077         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12078         (ev_view_bin_expose), (ev_view_expose_event),
12079         (ev_view_set_property), (ev_view_get_property),
12080         (ev_view_class_init), (ev_view_init), (ev_view_new),
12081         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12082         (ev_view_set_dual_page), (ev_view_set_full_screen),
12083         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12084         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12085         (ev_view_zoom_out), (zoom_for_size_fit_width),
12086         (zoom_for_size_best_fit),
12087         (ev_view_zoom_for_size_continuous_and_dual_page),
12088         (ev_view_zoom_for_size_continuous),
12089         (ev_view_zoom_for_size_dual_page),
12090         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12091         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12092         * shell/ev-view.h:
12093         * shell/ev-window.c: (update_action_sensitivity),
12094         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12095         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12096         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12097         (ev_window_cmd_view_zoom_out), (update_view_size),
12098         (ev_window_set_sizing_mode), (ev_window_init):
12099
12100         Add Continuous and Dual page modes.
12101
12102 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12103
12104         * dvi/dvi-document.c: (dvi_document_load),
12105         (dvi_document_thumbnails_get_thumbnail),
12106         (dvi_document_init_params): Fix up some mixups between
12107         width and height to correct thumbnail rendering.
12108
12109 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12110
12111         * dvi/mdvi-lib/private.h:
12112         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12113         
12114         Suppess output for kpathsea during font generation. Thanks to
12115         James Bowes
12116
12117 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12118
12119         * NEWS:
12120         * configure.ac:
12121
12122         Release 0.2.1
12123
12124         * Makefile.am: fix distcheck.
12125
12126 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12127
12128         * shell/ev-sidebar-links.c: (selection_changed_callback),
12129         (update_page_callback), (row_activated_callback),
12130         (job_finished_callback), (ev_sidebar_links_set_document):
12131         
12132         Fix for bug #169901. Double click on links expands tree.
12133
12134 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12135
12136         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12137         hard-coded style. Fix for bug 170111
12138
12139 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12140
12141         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12142         locking.
12143
12144 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12145
12146         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12147
12148 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12149
12150         * pdf/ev-poppler.cc:
12151         * shell/ev-view.c: (highlight_find_results):
12152
12153         Fix find on single page documents
12154
12155 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12156
12157         * data/evince.schemas.in: fix for bug 301390
12158
12159 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12160
12161         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12162         (ev_view_zoom_out), (ev_view_zoom_normal):
12163         * shell/ev-view.h:
12164         * shell/ev-window.c: (update_action_sensitivity),
12165         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12166         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12167         (ev_window_cmd_view_normal_size):
12168
12169         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12170         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12171         better than oom. 
12172
12173 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12174
12175         * configure.ac:
12176
12177         Depend on 2.57, 2.59 doesnt seem to be necessary
12178
12179 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12180
12181         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12182         (create_tool_item):
12183
12184         Put back total number of pages as (1 of 1234)
12185
12186 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12187
12188         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12189         remove the job.
12190
12191         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12192         function.  This helps debugging.
12193
12194 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12195
12196         * djvu/djvu-document.c: (djvu_document_class_init),
12197         (djvu_document_get_info), (djvu_document_document_iface_init):
12198         * dvi/dvi-document.c: (dvi_document_class_init),
12199         (dvi_document_get_info), (dvi_document_document_iface_init):
12200
12201         Dummy implementation of get_info method for dvi and
12202         djvu. Fix crashes with those backends
12203
12204 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12205
12206         * data/evince.desktop.in:
12207
12208         Add application/x-gzpostscript
12209
12210 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12211
12212         * data/evince.schemas.in: Added real long descriptions, 
12213         closes bug 172496 
12214
12215         * README: Added actual text, closes bug 171869
12216
12217 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12218
12219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12220
12221         Thumbnail page 0
12222
12223 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12224
12225         * backend/ev-document-info.h:
12226
12227         s/GDate */GDate so we can just use g_free
12228
12229 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12230
12231         * shell/ev-window.c: (update_document_mode),
12232         (ev_window_setup_document):
12233
12234         Show the window in fullscreen when specified by
12235         the document
12236
12237 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12238
12239         * backend/ev-document.c: (ev_document_class_init),
12240         (ev_document_get_info), (ev_document_render_pixbuf):
12241         * backend/ev-document.h:
12242         * backend/ev-page-cache.c: (_ev_page_cache_new):
12243         * pdf/ev-poppler.cc:
12244         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12245         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12246         * ps/ps-document.c: (ps_document_class_init), (document_load),
12247         (ps_document_get_info), (ps_document_document_iface_init):
12248
12249         Remove get_title from the interface, we can just use document info
12250
12251 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12252
12253         * backend/Makefile.am:
12254         * backend/ev-document.c: (ev_document_render_get_info):
12255         * backend/ev-document.h:
12256         * pdf/ev-poppler.cc:
12257
12258         Initial support for document info. Based on jrb patch.
12259
12260 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12261
12262         * shell/ev-window.c: (ev_window_state_event),
12263         (ev_window_class_init), (ev_window_init):
12264         
12265         Doesn't show resize grip when maximized. See bug #301053
12266
12267 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12268
12269         * po/POTFILES.in:
12270         
12271         ev-sidebar-thumbnails now has translatable labels
12272         
12273         * shell/Makefile.am:
12274         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12275         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12276         (ev_sidebar_links_page_iface_init):
12277         * shell/ev-sidebar-links.h:
12278         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12279         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12280         (ev_sidebar_page_get_label):
12281         * shell/ev-sidebar-page.h:
12282         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12283         (ev_sidebar_thumbnails_set_document),
12284         (ev_sidebar_thumbnails_support_document),
12285         (ev_sidebar_thumbnails_get_label),
12286         (ev_sidebar_thumbnails_page_iface_init):
12287         * shell/ev-sidebar-thumbnails.h:
12288         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12289         (ev_sidebar_set_document):
12290         * shell/ev-sidebar.h:
12291         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12292         
12293         Small rework of sidebar code. Now sidebar pages should implement
12294         EvSidebarPage interface. That makes page management in EvSidebar
12295         easier. See bug #164811 for details
12296
12297 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12298
12299         * shell/ev-application.c: (ev_application_open):
12300         * shell/ev-document-types.c:
12301         
12302         Fix build error and small problem with application exit
12303
12304 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12305
12306         * thumbnailer/Makefile.am:
12307         * thumbnailer/evince-thumbnailer-djvu.schemas:
12308         * thumbnailer/evince-thumbnailer-dvi.schemas:
12309         
12310         Conditionally install schemas for djvu/dvi thumbnailer
12311
12312 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12313
12314         * shell/ev-document-types.h: 
12315         * shell/ev-document-types.c: 
12316         New files, handling the mapping from mimetypes to backends
12317         
12318         * shell/ev-window.c: 
12319         * thumbnailer/evince-thumbnailer.c:     
12320         Use the ev-document-types code
12321         
12322         * shell/Makefile.am: 
12323         Added new convenience library libevbackendfactory_la, containing
12324         the new mimetype->backend logic; moved the backends into it.
12325
12326         * thumbnailer/Makefile.am:
12327         Make the thumbnailer link with the libevbackend.la convenience
12328         library, rather than having a duplicate of the backend logic here.
12329
12330 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12331
12332         * shell/ev-stock-icons.c: constify some vars.
12333         * shell/ev-window.c: ditto.
12334
12335 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12336
12337         * ps/ps-document.c (get_page_orientation):
12338
12339         Respect document orientation 
12340
12341 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12342
12343         * djvu/Makefile.am:
12344         * dvi/Makefile.am:
12345         * shell/Makefile.am:
12346         
12347         Move library dependencies to components.
12348         
12349         * shell/ev-window.c: (update_window_title),
12350         (start_loading_document):
12351         
12352         Fix display of uris with spaces. Bug 168358.
12353
12354 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12355
12356         * shell/ev-sidebar-links.c: (selection_changed_cb):
12357         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12358         (ev_view_button_release_event), (ev_view_set_document):
12359         * shell/ev-view.h:
12360         * shell/ev-window.c: (find_bar_search_changed_cb):
12361         * shell/ev-window.h: Minor cleanups removing some dead code.
12362
12363 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12364
12365         * backend/ev-page-cache.c: (_ev_page_cache_new):
12366         
12367         Set current page to 0 if document has pages.
12368
12369 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12370
12371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12372
12373         Initialize GError to NULL, fix a crash when loading fails.
12374
12375 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12376
12377         * shell/ev-window.c: (update_view_size):
12378
12379         Calculate shadow size only when there is actually
12380         a shadow.
12381
12382 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12383
12384         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12385         * shell/ev-view.h:
12386
12387         Allow setting view spacing, default to 0
12388
12389         * shell/ev-window.c: (ev_window_unfullscreen),
12390         (ev_window_cmd_view_fullscreen), (ev_window_init):
12391
12392         Remove spacing in fullscreen mode
12393
12394 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12395
12396         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12397         (ev_view_size_request), (expose_bin_window),
12398         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12399         * shell/ev-view.h:
12400         * shell/ev-window.c: (ev_window_unfullscreen),
12401         (ev_window_cmd_view_fullscreen):
12402
12403         Do not draw the border in fulscreen
12404
12405 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12406
12407         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12408         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12409         (find_page_at_location), (page_changed_cb):
12410
12411         Rework border calculation, so that I can more easily disable it.
12412         Code somewhat cleaner too.
12413
12414 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12415
12416         * backend/ev-page-cache.c: (ev_page_cache_init),
12417         (_ev_page_cache_new):
12418
12419         Remove some assertions, documents can have 0 pages.
12420         Make initial current page -1.
12421
12422         * shell/ev-page-action.c: (page_changed_cb):
12423
12424         Show "" if current page is -1
12425
12426         * shell/ev-window.c: (update_action_sensitivity),
12427         (ev_window_setup_document):
12428
12429         When document has 0 pages do not set the view
12430         and make nearly everything insensitive.
12431
12432 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12433
12434         * shell/ev-page-view.c:
12435         * shell/ev-page-view.h:
12436
12437         Remove unused files.
12438         
12439         * shell/ev-sidebar-thumbnails.c:
12440         (ev_sidebar_thumbnails_set_document):
12441         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12442         (ev_sidebar_supports_document):
12443         * shell/ev-sidebar.h:
12444         * shell/ev-window.c: (ev_window_setup_document):
12445         
12446         Doesn't show thumbnails if document has 1 page. Make
12447         sidebar menu entries sensitive only if if they have 
12448         sense. Fix bug 164811. 
12449
12450 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12451
12452         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12453         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12454         (ev_view_zoom_out), (ev_view_set_size):
12455
12456         Rework sizing to deal with documents with not uniform page
12457         size.
12458
12459 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12460
12461         * backend/ev-page-cache.c: (_ev_page_cache_new):
12462
12463         Fix several page size caching bugs
12464
12465 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12466
12467         * shell/ev-window.c: (set_action_properties):
12468
12469         Make all toolbar items translatable
12470
12471 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12472
12473         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12474         (save_page_list), (ps_document_save),
12475         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12476         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12477         (ps_document_ps_exporter_iface_init):
12478         * ps/ps-document.h:
12479
12480         Based on a patch by J�rg Billeter <j@bitron.ch>
12481         
12482         Implement print and save a copy for the ps backend.
12483
12484 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12485
12486         * backend/ev-document.h:
12487         * djvu/djvu-document.c: (djvu_document_can_get_text),
12488         (djvu_document_document_iface_init):
12489         * dvi/dvi-document.c: (dvi_document_can_get_text),
12490         (dvi_document_document_iface_init):
12491         * pdf/ev-poppler.cc:
12492         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12493         (pixbuf_document_document_iface_init):
12494         * ps/ps-document.c: (ps_document_can_get_text),
12495         (ps_document_document_iface_init):
12496         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12497         * shell/ev-window.c: (update_action_sensitivity):
12498
12499         Fix the crash when trying to copy in backends that doesnt
12500         support it. We can implement a better solution once we
12501         do real text selection.
12502
12503 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12504
12505         * data/evince-ui.xml:
12506         * shell/ev-window.c: (ev_window_cmd_escape):
12507         
12508         Work around the Escape conflict (find bar and unfullscreen)
12509
12510 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12511
12512         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12513         
12514         Fix for #300233. Next page correctly handles document end.
12515         
12516         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12517         (ev_sidebar_thumbnails_class_init),
12518         (ev_sidebar_thumbnails_set_document),
12519         (ev_sidebar_thumbnails_clear_job),
12520         (ev_sidebar_thumbnails_clear_model):
12521         
12522         Cleanup thumbnail jobs on document changes.
12523         
12524         * shell/ev-view.c: (add_scroll_binding_keypad),
12525         (add_scroll_binding_shifted), (ev_view_class_init):
12526         
12527         Shift + Space scrolls up. Fix for #173184
12528         
12529         * shell/ev-window.c: (ev_window_open_page),
12530         (ev_window_cmd_view_reload):
12531         
12532         Fix reload (Bug #300094)
12533
12534 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12535
12536         
12537         * dvi/mdvi-lib/assoc.c:
12538         * dvi/mdvi-lib/assoc.h: Removed garbage files
12539         
12540         * dvi/mdvi-lib/bitmap.c:
12541         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12542         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12543         * dvi/mdvi-lib/color.h: Antialias of rules
12544         
12545         * dvi/mdvi-lib/common.h:
12546         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12547         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12548         * dvi/mdvi-lib/files.c:
12549         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12550         * dvi/mdvi-lib/mdvi.h:
12551         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12552         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12553         * dvi/mdvi-lib/util.c: Fix compile warnings
12554         
12555         * dvi/dvi-document.c:
12556         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12557         (dvi_document_thumbnails_get_thumbnail),
12558         (dvi_document_document_thumbnails_iface_init):
12559         * dvi/mdvi-lib/Makefile.am:
12560         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12561         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12562         
12563         Dvi backend now renders thumbnails
12564
12565 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12566
12567         * shell/main.c: (main): 
12568         
12569         Save accelerators on exit. Fixes bug #172095.
12570
12571 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12572
12573         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12574         update priority" comment.
12575
12576         * backend/ev-job-queue.c: Give a way to change priority.
12577
12578 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12579
12580         * shell/ev-page-action.c: Fix logic.
12581
12582 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12583
12584         * shell/ev-view.c: (ev_view_can_find_next):
12585         * shell/ev-window.c: (ev_window_setup_document):
12586
12587         Check that the document supports find
12588
12589 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12590
12591         * data/evince-ui.xml:
12592         * shell/ev-view.c: (ev_view_can_find_next):
12593         * shell/ev-view.h:
12594         * shell/ev-window.c: (update_action_sensitivity),
12595         (find_changed_cb), (ev_window_setup_document),
12596         (ev_window_cmd_edit_find_next):
12597
12598         Add Edit->Find Next
12599
12600 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12601
12602         * pdf/ev-poppler.cc:
12603         * shell/ev-print-job.c: (idle_print_handler):
12604
12605         Make printing work again
12606
12607 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12608
12609         * shell/ev-page-action.h:
12610         * shell/ev-page-action.c: (ev_page_action_widget_init),
12611         (ev_page_action_widget_class_init), (page_changed_cb),
12612         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12613         (get_filter_model_from_model), (match_selected_cb),
12614         (display_completion_text), (match_completion), (update_model),
12615         (connect_proxy), (ev_page_action_set_property),
12616         (ev_page_action_get_property), (ev_page_action_set_document),
12617         (ev_page_action_set_model), (ev_page_action_class_init): Big
12618         reworking to make completions work iff we have >= GTK-2.7.0
12619                 
12620         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12621         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12622         (job_finished_cb): We now have a 'model' property that is set when
12623         the links are loaded.  This can be caught with "notify::model"
12624
12625         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12626         listen for the model to be set, and propagate it to the action.
12627
12628 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12629
12630         * cut-n-paste/recent-files/egg-recent-item.c:
12631         (egg_recent_item_set_uri), (make_valid_utf8),
12632         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12633         * cut-n-paste/recent-files/egg-recent-item.h:
12634         
12635         Update egg-recent from libegg. This should fix long
12636         startup problem. For details see
12637         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12638
12639 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12640
12641         * cut-n-paste/recent-files/Makefile.am:
12642         * data/evince-ui.xml, shell/Makefile.am:
12643         * shell/ev-application.c, shell/ev-application.h:
12644         * shell/ev-window.c: Recent files support.
12645         
12646         * configure.ac: Added "ru" to ALL_LINGUAS.
12647         
12648         * dvju: new backend to support DJVU files.
12649         * dvi: new backend to support DVI.
12650
12651         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12652         * ev-application.c: Support for new backends.
12653         
12654         * help, ev-window.c, main.c shell/Makefile.am: 
12655         Evince user documentation.
12656
12657 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12658
12659         * po/POTFILES.in:
12660         * shell/ev-window.c:
12661         * thumbnailer/evince-thumbnailer.c:
12662
12663         s/pdf-document/ev-poppler
12664
12665 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12666
12667         * NEWS:
12668         * configure.ac:
12669
12670         Release 0.2.0
12671
12672         * ps/ps-document.c: (setup_pixmap):
12673
12674         Remove debug code
12675
12676 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12677
12678         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12679         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12680         (ev_window_cmd_go_first_page): Fix of by one errors.
12681
12682 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12683
12684         * ps/ps-document.c: (get_page_box):
12685
12686         Fix page size calculation
12687
12688 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12689
12690         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12691         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12692         (get_page_orientation), (setup_page), (document_load),
12693         (ps_document_get_page_size), (render_pixbuf_idle):
12694         * ps/ps-document.h:
12695
12696         More refactoring to adapt to EvDocument changes
12697
12698 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12699
12700         * ps/ps-document.c: (start_interpreter):
12701
12702         Actually add alpha args
12703
12704 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12705
12706         * pdf/ev-poppler.cc:
12707
12708         Make clipboard work again
12709
12710 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12711
12712         Make searching work again.
12713         
12714         * backend/ev-document.c:
12715         * backend/ev-document.h:
12716         * backend/ev-document-find.c:
12717         * backend/ev-document-find.h: Change EvDocumentIface so we no
12718         longer store the current page or zoom level in the document.  The
12719         consequence is that all calls that operate on the current page now
12720         instead take the page number as an extra argument, and all
12721         coordinates are now doubles in document coordinate system.
12722
12723         * pdf/ev-poppler.cc:
12724         * pixbuf/pixbuf-document.c:
12725         * ps/ps-document.c: Update backends accordingly.
12726
12727 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12728
12729         * autogen.sh:
12730
12731         Add required gettext version
12732
12733 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12734
12735         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12736         make F1 bring up non-existent help.
12737
12738         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12739         epiphany's find bar, #167477
12740
12741         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12742         <emil@nishra.com> to add space-bar scrolling, 
12743
12744         * shell/ev-window.c (static GtkActionEntry entries): add default
12745         keybinding for Help (F1)
12746         Fixes #171068
12747
12748         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12749         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12750         170110
12751
12752 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12753
12754         * Makefile.am: 
12755         * pixbuf/pixbuf-document.c: 
12756
12757         Got pixbuf backend working again
12758
12759 2005-04-01  Steve Murphy  <murf@e-tools.com>
12760
12761         * configure.in: Added "rw" to ALL_LINGUAS.
12762
12763 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12764
12765         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12766         model types, noticed by Martin Kretzschmar.
12767
12768 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12769
12770         * pdf/ev-poppler.cc: Implement search based on
12771         poppler_page_find_text().  Currently a bit crude since we remember
12772         all matches from all pages.  Also, we grab the big document lock
12773         when we search since searching changes the underlying stream and
12774         thus conflicts with the rendering thread.
12775         
12776         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12777         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12778         (ev_view_find_previous): Fix some page indexes to be 0 based,
12779         offset rubber band by view offset,
12780
12781 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12782
12783         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12784
12785 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12786
12787         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12788         completely because I didn't understand GtkActions.  I should
12789         read Marco's code more carefully in the future.
12790
12791         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12792         function
12793
12794 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12795
12796         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12797         PopplerRectangle change from poppler CVS.
12798
12799 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12800
12801         * backend/ev-document.c: (ev_document_get_page_label):
12802         * backend/ev-document.h:
12803         * backend/ev-page-cache.c: (_ev_page_cache_new),
12804         (ev_page_cache_get_page_label):
12805         * backend/ev-page-cache.h:
12806         * pdf/ev-poppler.cc:
12807         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12808         (links_page_num_func):
12809         * shell/ev-sidebar-thumbnails.c:
12810         (ev_sidebar_thumbnails_set_document):
12811         * shell/ev-view.c: (status_message_from_link),
12812         (ev_view_motion_notify_event):
12813         * shell/ev-window.c: (document_supports_sidebar): Add in page
12814         label support.  It's not perfect yet, but it's the first 'feature'
12815         in a while.
12816         Also, fix a bogus comment noticed by crispin. 
12817
12818 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12819
12820         * Makefile.am: Remove pixbuf backend for now
12821
12822         * configure.ac: Require poppler-glib instead of just poppler.
12823
12824         * backend/ev-document-thumbnails.h: Add a comment
12825
12826         * backend/ev-document.h:
12827         * backend/ev-document.c: (ev_document_class_init),
12828         (ev_document_load), (ev_document_get_link),
12829         (ev_document_get_links): Remove 3 methods and add get_links.
12830         Also, made 0 based.
12831
12832         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12833         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12834
12835         * backend/ev-link.c: (ev_link_set_title),
12836         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12837         (ev_link_mapping_find):
12838         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12839         
12840         * backend/ev-page-cache.c: (ev_page_cache_init),
12841         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12842         (ev_page_cache_get_size), (ev_page_cache_next_page),
12843         (ev_page_cache_prev_page): Fix to be 0 based.
12844
12845         * pdf/Makefile.am: 
12846         * pdf/ev-poppler.h:
12847         * pdf/ev-poppler.cc: New backend.
12848         
12849         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12850         (ps_document_get_page), (ps_document_document_iface_init):
12851
12852         * shell/ev-pixbuf-cache.h:
12853         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12854         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12855         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12856         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12857         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12858         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12859         based.
12860         
12861         * shell/ev-sidebar-thumbnails.c:
12862         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12863         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12864
12865         * shell/ev-view.c: (status_message_from_link),
12866         (find_page_at_location), (get_link_at_location),
12867         (ev_view_motion_notify_event), (ev_view_button_release_event),
12868         (ev_view_init): Use the new link code.  Fix to be 0 based.
12869
12870         * shell/ev-window.c: (update_action_sensitivity),
12871         (document_supports_sidebar): 0 based.
12872
12873 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12874
12875         * pdf/pdf-document.cc: Patch from Fernando Herrera
12876         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12877         *blush*
12878
12879 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12880
12881         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12882         1 to the page, as this seems to be 1 based.  I thought we has this
12883         fixed.  grump.
12884
12885 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12886
12887         * TODO:
12888         * backend/Makefile.am:
12889         * backend/ev-document-links.c:
12890         (ev_document_links_has_document_links),
12891         (ev_document_links_get_links_model):
12892         * backend/ev-document-links.h:
12893         * backend/ev-document.c: (ev_document_get_page_cache),
12894         (ev_document_get_doc_mutex), (ev_document_load),
12895         (ev_document_save), (ev_document_get_title),
12896         (ev_document_get_n_pages), (ev_document_set_page),
12897         (ev_document_get_page), (ev_document_set_target),
12898         (ev_document_set_scale), (ev_document_set_page_offset),
12899         (ev_document_get_page_size), (ev_document_get_text),
12900         (ev_document_get_link), (ev_document_render),
12901         (ev_document_render_pixbuf), (ev_document_scale_changed):
12902         * backend/ev-document.h:
12903         * backend/ev-job-queue.c: (remove_object_from_queue),
12904         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12905         (no_jobs_available_unlocked), (ev_render_thread),
12906         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12907         (ev_job_queue_remove_job):
12908         * backend/ev-job-queue.h:
12909         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12910         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12911         (ev_job_links_class_init), (ev_job_render_init),
12912         (ev_job_render_dispose), (ev_job_render_class_init),
12913         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12914         (ev_job_thumbnail_class_init), (ev_job_finished),
12915         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12916         (ev_job_render_run), (ev_job_thumbnail_new),
12917         (ev_job_thumbnail_run):
12918         * backend/ev-jobs.h:
12919         * backend/ev-link.c:
12920         * backend/ev-link.h:
12921         * backend/ev-page-cache.c: (ev_page_cache_init),
12922         (ev_page_cache_class_init), (ev_page_cache_finalize),
12923         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12924         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12925         (ev_page_cache_set_link), (ev_page_cache_get_title),
12926         (ev_page_cache_get_size), (ev_page_cache_next_page),
12927         (ev_page_cache_prev_page):
12928         * backend/ev-page-cache.h:
12929         * pdf/pdf-document.cc:
12930         * ps/gsdefaults.c:
12931         * ps/gsdefaults.h:
12932         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12933         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12934         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12935         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12936         (is_interpreter_ready), (output), (catchPipe), (input),
12937         (start_interpreter), (check_filecompressed), (compute_dimensions),
12938         (ps_document_enable_interpreter), (document_load),
12939         (ps_document_next_page), (render_page), (ps_document_set_page),
12940         (ps_document_set_scale), (render_pixbuf_idle),
12941         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12942         * ps/ps-document.h:
12943         * shell/Makefile.am:
12944         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12945         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12946         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12947         (ev_pixbuf_cache_new), (job_finished_cb),
12948         (check_job_size_and_unref), (move_one_job),
12949         (ev_pixbuf_cache_update_range), (find_job_cache),
12950         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12951         (ev_pixbuf_cache_add_jobs_if_needed),
12952         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12953         * shell/ev-pixbuf-cache.h:
12954         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12955         (idle_print_handler):
12956         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12957         (selection_changed_cb), (create_loading_model),
12958         (ev_sidebar_links_construct), (links_page_num_func),
12959         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12960         (update_page_callback), (job_finished_cb),
12961         (ev_sidebar_links_set_document):
12962         * shell/ev-sidebar-thumbnails.c:
12963         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12964         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12965         (page_changed_cb), (thumbnail_job_completed_callback),
12966         (ev_sidebar_thumbnails_set_document):
12967         * shell/ev-sidebar-thumbnails.h:
12968         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12969         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12970         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12971         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12972         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12973         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12974         (ev_view_button_release_event), (ev_view_scroll_view),
12975         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12976         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12977         (ev_view_new), (job_finished_cb), (page_changed_cb),
12978         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12979         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12980         (ev_view_find_previous):
12981         * shell/ev-view.h:
12982         * shell/ev-window.c: (update_action_sensitivity),
12983         (ev_window_open_page), (update_window_title), (update_total_pages),
12984         (page_changed_cb), (ev_window_setup_document),
12985         (password_dialog_response), (ev_window_cmd_save_as),
12986         (ev_window_print), (ev_window_cmd_go_previous_page),
12987         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12988         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12989         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12990         * shell/main.c: (main):
12991
12992         Merge evince-threads branch
12993
12994 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12995
12996         * configure.ac: Added "lt" to ALL_LINGUAS.
12997
12998 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * NEWS:
13001         * configure.ac:
13002
13003         Release 0.1.9
13004
13005 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13006
13007         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13008
13009         Fix here also the thumbnails 1-basedness :)
13010
13011 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13012
13013         * NEWS:
13014         * configure.ac:
13015
13016         Release 0.1.8
13017
13018 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * pdf/pdf-document.cc:
13021         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13022         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13023
13024         Fix the mess we did with thumbnails and 1-basedness
13025
13026 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13027
13028         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13029
13030 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13031
13032         * NEWS:
13033         * configure.ac:
13034
13035         Release 0.1.7
13036
13037 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13038
13039         * ps/Makefile.am:
13040         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13041         (gtk_gs_defaults_get_alpha_parameters),
13042         (gtk_gs_defaults_get_ungzip_cmd),
13043         (gtk_gs_defaults_get_unbzip2_cmd):
13044         * ps/gsdefaults.h:
13045         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13046         (ps_document_get_orientation), (document_load),
13047         (ps_document_goto_page), (ps_document_set_page_size):
13048         * ps/ps-document.h:
13049
13050         Some more sanitization of the ps backend. Remove a lot
13051         of unused code and do not base our defaults on ggv
13052         preferences (ugh!)
13053
13054 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13055
13056         * thumbnailer/evince-thumbnailer.schemas:
13057         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13058         (main): add -s option for thumbnail size.
13059
13060 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13061
13062         * configure.ac:
13063
13064         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13065         remove it.
13066
13067 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * pdf/pdf-document.cc:
13070
13071         Remove 4 pixels of useless border from the
13072         thumbnail.
13073
13074 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * backend/ev-document-thumbnails.c:
13077         (ev_document_thumbnails_get_thumbnail):
13078         * backend/ev-document-thumbnails.h:
13079
13080         Rework API a bit. Add a border flag and
13081         change sizing logic (now the size we specify
13082         applies to the bigger dimension).
13083
13084         * pdf/pdf-document.cc:
13085         * pixbuf/pixbuf-document.c:
13086         (pixbuf_document_thumbnails_get_thumbnail):
13087         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13088         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13089
13090         Adapt to the new API and do not draw a border for nautilus
13091         thumbnailer.
13092
13093 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13094
13095         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13096         take thumbnails from page "0" instead of "1". Added a copyright header.
13097
13098 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13099
13100         * ps/ps-document.c: (set_up_page), (start_interpreter):
13101
13102         Make it C89 compliant
13103
13104 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13105
13106         * Makefile.am:
13107         * configure.ac:
13108         * pdf/.cvsignore:
13109         * pdf/pdf-document.cc:
13110         * thumbnailer/Makefile.am:
13111         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13112         (main):
13113         * thumbnailer/evince-thumbnailer.schemas:
13114         * thumbnailer/pdf-icon.png:
13115
13116         Add a nautilus thumbnailer.
13117         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13118
13119 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * NEWS:
13122         * configure.ac:
13123         * po/POTFILES.in:
13124
13125         Release 0.1.6
13126
13127 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13128
13129         Use poppler instead of including xpdf source code.  Poppler is a
13130         fork of xpdf to build it as a shared library. See
13131         http://freedesktop.org/wiki/Software/poppler.
13132
13133         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13134         xpdf fork.
13135         
13136         * pdf/Makefile.am: Build libpdfdocument.a here.
13137         
13138         * pdf/GDKSplashOutputDev.cc:
13139         * pdf/GDKSplashOutputDev.h:
13140         * pdf/GnomeVFSStream.cc:
13141         * pdf/GnomeVFSStream.h:
13142         * pdf-document.cc:
13143         * pdf-document.h:
13144         * test-gdk-output-dev.cc
13145         * Thumb.cc:
13146         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13147         against poppler.
13148
13149 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13152
13153         Clear idle stack before unsetting the document
13154
13155 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13156
13157         * ps/ps-document.c: (ps_document_widget_event),
13158         (ps_document_set_target), (ps_document_finalize),
13159         (ps_document_get_page):
13160
13161         Disconnect the widget event signal on finalize.
13162         Some code cleanups.
13163
13164 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13165
13166         * ps/ps-document.c: (set_up_page):
13167
13168         If there is no bpixmap create one, even if size
13169         is not changed.
13170
13171 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13174         (set_up_page), (document_load), (ps_document_set_zoom):
13175
13176         Default page is 0. Calculate size even when we have no
13177         target yet.
13178
13179 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13180
13181         * shell/ev-sidebar.c: expand the selection widget to be always as
13182         wide as the sidebar
13183
13184 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * shell/ev-sidebar-thumbnails.c:
13187         (ev_sidebar_thumbnails_set_document):
13188
13189         Clear the list store when setting document
13190
13191 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-page-action.c: (update_entry), (sync_entry),
13194         (activate_cb), (entry_size_request_cb), (create_tool_item),
13195         (connect_proxy):
13196
13197         Use an entry for the page control instead of spinbuttons
13198
13199 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * data/evince.schemas.in:
13202
13203         Correct confusing string
13204
13205 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13206
13207         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13208         for real.  Gosh, how long has this been broken.
13209
13210         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13211         check for a NULL link.  We crash otherwise.
13212
13213 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13214
13215         * NEWS:
13216         * configure.ac:
13217
13218         Release 0.1.5
13219
13220 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13221
13222         * configure.ac: add the french translation.
13223
13224 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * shell/ev-window.c:
13227
13228         Remove unused header -> fix distcheck
13229
13230 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * shell/ev-window.c: (update_window_title),
13233         (ev_window_popup_password_dialog):
13234
13235         Unescape filename for display
13236
13237 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * pdf/xpdf/pdf-document.cc:
13240
13241         In get_page_size deal with rotation. Also
13242         cleanup the function a bit.
13243
13244 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13245
13246         * pdf/xpdf/pdf-document.cc:
13247
13248         Fix crash when opening in new window
13249
13250 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * configure.ac:
13253
13254         Check ghostscript >= 7
13255
13256 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13257
13258         * shell/ev-window.c:
13259
13260         Make page width the default sizing mode
13261
13262 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13263         Marco Pesenti Gritti <marco@gnome.org>
13264
13265         * shell/ev-window.c: Remember the sidebar size
13266
13267         * data/evince.schemas.in: Add a new gconf key to store the size of
13268         the sidebar
13269
13270 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13271
13272         * data/evince-ui.xml:
13273         * shell/ev-window.c: (update_action_sensitivity),
13274         (ev_window_cmd_view_reload):
13275         
13276         Add a "Reload" action and menu entry
13277
13278 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13279
13280         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13281         iff the type doesn't support thumbnailing and indexing.
13282
13283 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13284
13285         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13286
13287 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * pdf/splash/Splash.cc:
13290
13291         Port fix for a crasher from kde bug
13292         http://bugs.kde.org/show_bug.cgi?id=97131
13293
13294 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * pdf/xpdf/pdf-document.cc:
13297
13298         Return a link even if it's of an unrecognized
13299         type. Otherwise we go in an infinte cycle.
13300
13301 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13302
13303         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13304         (size_allocate_cb), (ev_window_set_sizing_mode):
13305
13306         Update size when switching mode
13307
13308 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13311         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13312         (ev_window_cmd_view_normal_size):
13313
13314         Fix size toggle buttons behavior
13315
13316 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13319         (doc_rect_to_view_rect), (ev_view_size_allocate),
13320         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13321         (scale_changed_callback):
13322
13323         Do not cache offsets in size_allocate.
13324
13325 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * shell/ev-view.c: (ev_view_size_allocate):
13328
13329         Calculate offsets before calling the parent
13330         class (which does a redraw)
13331
13332 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * pdf/xpdf/pdf-document.cc:
13335
13336         Fix a crasher on exit. Unused code, put a TODO
13337
13338 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * backend/ev-document.c: (ev_document_class_init),
13341         (ev_document_page_changed), (ev_document_scale_changed):
13342         * backend/ev-document.h:
13343
13344         Separate page/scale notifications
13345
13346         * pdf/xpdf/pdf-document.cc:
13347
13348         Emit the new signals.
13349         Do not display the pdf page in _render, do it
13350         when scale/page are requested.
13351
13352         * ps/ps-document.c: (ps_document_set_zoom),
13353         (ps_document_widget_event):
13354         * ps/ps-document.h:
13355
13356         Emit the new signals.
13357
13358         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13359         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13360         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13361         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13362         * shell/ev-view.h:
13363         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13364         (ev_window_cmd_view_page_width), (size_allocate_cb),
13365         (ev_window_set_sizing_mode):
13366
13367         Rework sizing to be pixel based.
13368         There are bugs but should be already way better.
13369
13370 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * shell/ev-window.c: (ev_window_init):
13373
13374         Do not allow to shrink sidebar smaller then
13375         child requisition
13376
13377 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13378
13379         * shell/ev-sidebar.[ch]
13380         * shell/ev-window.c:
13381
13382         Improved sidebar widget. Fixes #166683
13383
13384 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13385
13386         * shell/ev-view.c (update_find_status_message): Give translators
13387         more flexibility with ngettext plural handling.
13388
13389 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13390
13391         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13392         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13393         page when we get the page size.
13394
13395 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13398
13399         ps pages are 0 based, convert 
13400
13401 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13404
13405         Initialize correct parent class. Set GError on document load
13406
13407 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * pdf/xpdf/pdf-document.cc:
13410
13411         Fixup selection offset calculation
13412
13413         * shell/ev-view.c: (view_rect_to_doc_rect),
13414         (doc_rect_to_view_rect), (ev_view_size_allocate),
13415         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13416         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13417
13418         Store selection as document relative, so that zooming
13419         and offset changing doesnt break it.
13420
13421 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13422
13423         * shell/ev-view.c: (ev_view_best_fit):
13424
13425         Do not try to best fit if the view is not realized
13426
13427 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13428           
13429         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13430
13431 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13432
13433         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13434
13435 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13436
13437         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13438         the popup window.  That prevents it resizing when in full screen
13439         mode.
13440
13441         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13442         multiple rerenders.  This pretty much sucks.
13443
13444         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13445         rest of the toolbar.
13446
13447 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13448
13449         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13450
13451 2005-02-17  Alexander Shopov  <ash@contact.bg>
13452
13453         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13454
13455 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13456
13457         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13458
13459 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13462         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13463         (set_document_page), (document_changed_callback),
13464         (ev_view_set_document), (ev_view_find_previous),
13465         (ev_view_hide_cursor), (ev_view_show_cursor):
13466         * shell/ev-view.h:
13467         * shell/ev-window.c: (update_chrome_visibility),
13468         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13469         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13470         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13471         (ev_window_unfullscreen):
13472         * shell/main.c: (main):
13473
13474         Automatically hide the fullscreen button.
13475         Patch by Kristian Høgsberg <krh@redhat.com>
13476
13477 2005-02-16  Vincent Noel  <vnoel@cox.net>
13478
13479         * shell/main.c (main): Specify an icon for the window. Patch by
13480         Jaap A. Haitsma. Fixes #166177.
13481
13482 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13483
13484         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13485
13486 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13487
13488         * backend/ev-document-misc.h:
13489         * backend/ev-document-misc.c:
13490         (ev_document_misc_get_page_border_size),
13491         (ev_document_misc_paint_one_page): New function to canonicalize
13492         sizing/painting a border.
13493
13494         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13495         used.
13496
13497         * pdf/xpdf/pdf-document.cc: use new function
13498
13499         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13500         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13501         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13502         shell/ev-window.c: (update_sizing_buttons),
13503         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13504         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13505         (ev_window_cmd_view_page_width), (size_allocate_cb),
13506         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13507         and "fit width" values act as toggle buttons so they stay
13508         toggled.  It's not 100% perfect, and it's a little slow, but it's
13509         good enough to commit I think.
13510
13511 2005-02-15  David Lodge  <dave@cirt.net>
13512
13513         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13514
13515 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13516
13517         * shell/ev-window.c (update_window_title): replace newlines in
13518         the title by spaces. Bug #166107.
13519
13520 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13521
13522         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13523         parameters providing allocation width and height without
13524         scrollbars and width of a possible vertical scrollbar. With this
13525         additional information the functions can work as
13526         intended. Unfortunately they're not idempotent. We should
13527         transform these commands to toggles. Fixes Bug #164976
13528         Initial patch by Stephane Loeuillet, then heavily modified.
13529
13530         * shell/ev-view.h: update prototypes.
13531
13532         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13533         (ev_window_cmd_view_page_width): provide EvView fit functions with
13534         all the information they need. Formulas to calculate this
13535         information taken from GtkScrolledWindow.
13536
13537 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13538
13539         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13540         created a thumbnail, the list store is updated to know
13541         that the thumbnail is set. Fixes bug #166792
13542
13543 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13544
13545         * shell/ev-window.c: fixed typo, closes bug 166897
13546
13547         * TODO: updated TODO with bug numbers that are relevant
13548
13549 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13550
13551         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13552
13553 2005-02-09  Vincent Noel  <vnoel@cox.net>
13554
13555         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13556         and "Next" toolbar buttons as important to make them stand out.
13557
13558 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13559
13560         * lib/ev-debug.c:
13561         * lib/ev-debug.h:
13562         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13563         (start_interpreter), (stop_interpreter), (document_load),
13564         (ps_document_next_page), (ps_document_goto_page),
13565         (ps_document_set_page_size), (ps_document_widget_event),
13566         (ps_document_render):
13567         * shell/ev-page-view.c: (ev_page_view_dispose):
13568         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13569
13570         Fix compilation on non-gcc platforms
13571
13572 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * NEWS:
13575         * configure.ac:
13576
13577         Release 0.1.4
13578
13579         * pdf/xpdf/Catalog.cc:
13580         * pdf/xpdf/XRef.cc:
13581
13582         Fix the fix for CAN-2004-0888
13583
13584 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13585
13586         * data/Makefile.am:
13587         * data/evince-ui.xml:
13588         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13589         * shell/ev-stock-icons.h:
13590         * shell/ev-window.c: (update_action_sensitivity),
13591         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13592         (set_action_properties):
13593
13594         Improve toolbar layout/icons
13595
13596 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * pdf/xpdf/pdf-document.cc:
13599
13600         Add warnings about unimplemented/unknown link
13601         types.
13602
13603 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * ps/ps-document.c: (set_up_page):
13606
13607         Log gs property
13608
13609 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * ps/ps-document.c: (start_interpreter):
13612
13613         Log gs env var
13614
13615 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13616
13617         * shell/ev-page-view.c: (ev_page_view_dispose):
13618         * shell/ev-view.c: (ev_view_finalize):
13619         * shell/ev-window.c: (ev_window_setup_document),
13620         (ev_window_dispose), (ev_window_init):
13621
13622         Solve more refs issues.
13623
13624         I commented out the page_view initialization for now:
13625         it was never destroyed (because it's never added
13626         to a container). Because of that we was leaking
13627         gs processes. Couldnt think to a clean fix.
13628         We need to figure this out, password view has the
13629         same issue probably.
13630
13631 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13632
13633         * ps/ps-document.c: (ps_document_finalize),
13634         (ps_document_get_n_pages), (ps_document_get_page):
13635
13636         Some cleanups, stop the interpreter on finalize
13637
13638         * shell/ev-page-view.c: (ev_page_view_dispose),
13639         (ev_page_view_class_init):
13640
13641         Release our reference on the document
13642
13643 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * Makefile.am:
13646         * configure.ac:
13647         * doc/debugging.txt:
13648         * lib/.cvsignore:
13649         * lib/Makefile.am:
13650         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13651         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13652         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13653         * lib/ev-debug.h:
13654
13655         Add debugging helpers
13656
13657         * ps/Makefile.am:
13658         * ps/ps-document.c: (set_up_page), (start_interpreter),
13659         (stop_interpreter), (document_load), (ps_document_next_page),
13660         (ps_document_goto_page), (ps_document_set_page_size),
13661         (ps_document_widget_event), (ps_document_render):
13662         * shell/Makefile.am:
13663         * shell/ev-view.c: (expose_bin_window):
13664         * shell/main.c: (main):
13665
13666         Add some logs
13667         
13668 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13669
13670         * ps/ps-document.c: (ps_document_widget_event):
13671
13672         Initialize message_window, this should make ps
13673         rendering really work! (Never noticed because I was
13674         testing with a ps that is causing gs to exit every time!)
13675
13676 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13677
13678         * data/evince.schemas.in: updated simple error in applyto closing tag
13679
13680 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13681
13682         * Makefile.am:
13683         * configure.ac:
13684         * data/.cvsignore:
13685         * data/Makefile.am:
13686         * data/evince-ui.xml:
13687         A data/evince.schemas.in:
13688         * po/POTFILES.in:
13689         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13690         * shell/ev-stock-icons.h:
13691         * shell/ev-window.c: (update_chrome_visibility),
13692         (update_chrome_flag), (ev_window_cmd_edit_find),
13693         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13694         (ev_window_unfullscreen), (ev_window_focus_in_event),
13695         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13696         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13697         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13698         (ev_window_dispose), (ev_window_class_init),
13699         (set_action_properties), (set_chrome_actions), (load_chrome),
13700         (ev_window_init):
13701
13702         Implement fullscreen mode changes from bug #164776.
13703         Also implement persistent chrome toggles.
13704
13705 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13706
13707         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13708
13709 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * NEWS:
13712         * configure.ac:
13713         * shell/ev-view.c:
13714
13715         Add another check for find interface
13716
13717         Release 0.1.3
13718
13719 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * shell/ev-application.c: (ev_application_open):
13722         * shell/ev-window.c: (ev_window_open):
13723
13724         Open gzipped ps documents
13725
13726 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * TODO:
13729         * shell/ev-view.c: (set_document_page):
13730
13731         Clamp page number, dont try to move to
13732         not existant pages.
13733
13734 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13735
13736         * backend/ev-document-find.c: (ev_document_find_changed):
13737         * backend/ev-document-find.h:
13738         * pdf/xpdf/pdf-document.cc:
13739         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13740         * shell/ev-window.c: (find_bar_search_changed_cb):
13741
13742         Fix several bugs with find
13743
13744 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13745
13746         * shell/ev-sidebar-thumbnails.c
13747         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13748         document. Prevents warning from scroll_to_cell.
13749
13750 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13751
13752         * configure.ac: Add «nb» to ALL_LINGUAS too.
13753
13754 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13755
13756         * NOTES: New file with some random thoughts.
13757
13758         * TODO: Update.
13759
13760         * backend/ev-document-misc.c:
13761         (ev_document_misc_get_page_border_size): New function to
13762         canonicalize shadow drawing sizes.  Possibly goofy.
13763
13764         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13765         (ev_view_best_fit), (ev_view_fit_width):
13766         * pdf/xpdf/pdf-document.cc:
13767         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13768         * ps/ps-document.c: (ps_document_get_page_size):
13769         * backend/ev-document-misc.h:
13770         * backend/ev-document.c: (ev_document_get_page_size):
13771         * backend/ev-document.h: get_page_size now takes a page number
13772         parameter.  Made all the backends/frontends honor it.
13773
13774         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13775         see.  Doesn't work yet.
13776
13777         * shell/Makefile.am:
13778         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13779         Doesn't do anything yet.
13780
13781         * shell/ev-sidebar-thumbnails.c:
13782         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13783         [0..n_pages-1]
13784
13785         * shell/ev-window.c: (update_action_sensitivity),
13786         (ev_window_setup_document), (ev_window_set_page_mode),
13787         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13788         view-swapping code a bit so we can have multiple views on a
13789         document.  Add the multi-page view, though it can't be turned on
13790         yet.
13791
13792 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13793
13794         * shell/ev-application.c: (ev_application_open):
13795         * shell/ev-view.c: (expose_bin_window):
13796         * shell/ev-window.c: (ev_window_open):
13797
13798         Support eps and check document supports find
13799         before drawing highlightings in expose.
13800
13801 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13802
13803         * pixbuf/pixbuf-document.c:
13804         (pixbuf_document_thumbnails_get_dimensions),
13805         (pixbuf_document_document_thumbnails_iface_init):
13806
13807         implement get_dimensions
13808
13809 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * NEWS:
13812         * configure.ac:
13813
13814         Release 0.1.2
13815
13816 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * shell/ev-view.c: (set_document_page):
13819
13820         Scroll at the top of the page when changing page
13821
13822 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * shell/ev-view.c: (ev_view_motion_notify_event):
13825
13826         Do not redraw unnecessarily
13827
13828 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * pdf/xpdf/pdf-document.cc:
13831         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13832         (expose_bin_window), (find_changed_cb):
13833
13834         Yay! find works now... Now to find bugs...
13835
13836 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13837
13838         * backend/ev-document-find.c: (ev_document_find_base_init),
13839         (ev_document_find_changed):
13840         * backend/ev-document-find.h:
13841         * pdf/xpdf/pdf-document.cc:
13842         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13843         (expose_bin_window), (ev_view_init), (set_document_page),
13844         (ensure_rectangle_is_visible), (jump_to_find_result),
13845         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13846         (ev_view_find_next), (ev_view_find_previous):
13847         * shell/ev-view.h:
13848         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13849
13850         More work on find implementation, mostly there now
13851
13852 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13853
13854         * backend/ev-backend-marshalers.list:
13855         * backend/ev-document-find.c: (ev_document_find_base_init),
13856         (ev_document_find_cancel), (ev_document_find_page_has_results),
13857         (ev_document_find_get_n_results), (ev_document_find_get_result),
13858         (ev_document_find_get_progress), (ev_document_find_changed):
13859         * backend/ev-document-find.h:
13860
13861         Enanche the find interface to be really able to do
13862         multi page find.
13863
13864         * pdf/xpdf/pdf-document.cc:
13865
13866         Implement
13867
13868         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13869         (expose_bin_window), (ev_view_init),
13870         (ev_view_get_find_status_message), (find_changed_cb),
13871         (ev_view_set_document), (set_document_page):
13872
13873         Adapt to the new interface. A few things are regressed sorry,
13874         I will finish it soon.
13875
13876 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13877
13878         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13879         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13880         ev_sidebar_thumbnails_parent_class variable, don't define another
13881         parent_class variable.
13882
13883         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13884         (ev_page_action_class_init): ditto.
13885
13886         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13887         (pixbuf_document_class_init): ditto.
13888
13889         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13890         ditto.
13891
13892         * .cvsignore: ignore various valgrind output files.
13893
13894 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13895
13896         * data/evince-ui.xml:
13897         * shell/Makefile.am:
13898         * shell/ev-history.c:
13899         * shell/ev-history.h:
13900         * shell/ev-navigation-action.c:
13901         * shell/ev-navigation-action.h:
13902         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13903         (ev_view_set_page), (ev_view_fit_width):
13904         * shell/ev-view.h:
13905         * shell/ev-window.c: (update_action_sensitivity),
13906         (ev_window_setup_document), (register_custom_actions):
13907
13908         Kill session history
13909
13910 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13911
13912         * shell/ev-window.c: (update_action_sensitivity):
13913
13914         Fix inverted up/down buttons
13915
13916 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13917
13918         * shell/ev-sidebar-thumbnails.c
13919         (ev_sidebar_thumbnails_select_page): make sure the selected
13920         thumbnail stays visible.
13921
13922 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13923
13924         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13925         scrolled window for Federico.
13926
13927 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13928
13929         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13930
13931 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13932
13933         * configure.ac:
13934         * pdf/splash/SplashFTFontEngine.cc:
13935
13936         Fix CID fonts with freetype 2.1.9
13937
13938 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13939
13940         * TODO: added item for desktop icon thumbnailer
13941
13942 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13943
13944         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13945         unloaded docs when the title is accessed.
13946
13947         * shell/ev-password-view.[hc]: New widget for displaying password
13948         state.
13949
13950         * shell/ev-window.[ch]: Refactor password handling code to handle
13951         the new view.
13952
13953 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13954
13955         * NEWS:
13956         * configure.ac:
13957         * data/Makefile.am:
13958
13959         Release 0.1.1
13960
13961 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13962
13963         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13964         ignore page offset here, to make search results independent of it,
13965
13966         * shell/ev-view.c (expose_bin_window): but take offsets into
13967         account here. Bug #164932
13968
13969         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13970         scale at the right time. Bug #164996
13971
13972 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13973
13974         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13975         fix the problem. Now I just removed the Adobe font names and hope
13976         that the URW fonts are always in outline format. Bug #164934
13977
13978         * shell/ev-window.c (update_window_title): empty titles are
13979         useless, use filename in that case too.
13980
13981         * NEWS: Add some content.
13982
13983 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13984
13985         * TODO: added one more TODO item and a TODONE section :)
13986
13987 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13988
13989         * ps/ps-document.h: add page_[xy]_offset fields.
13990
13991         * ps/ps-document.c (ps_document_set_page_offset)
13992         (ps_document_render): Keep offset in consideration in a few
13993         places. Bug #164752 "postscript documents are not centered in
13994         window"
13995
13996         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13997         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13998
13999         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14000         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14001         stub out missing methods for complete EvDocument implementation.
14002         Fixes segfaults with Save A Copy and Copy actions.
14003
14004         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14005         (ps_document_document_iface_init): ditto.
14006         
14007 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14008
14009         * data/.cvsignore:
14010         * data/Makefile.am:
14011         * data/evince.desktop.in:
14012
14013         Add desktop file
14014
14015 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14016
14017         * shell/ev-view.c: (ev_view_button_press_event),
14018         (ev_view_motion_notify_event):
14019
14020         Make selection work in any direction
14021
14022 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14023
14024         * TODO:
14025         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14026
14027         Use shorter labels for some of the toolbars items
14028
14029 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14030
14031         * pdf/xpdf/pdf-document.cc:
14032
14033         Check the links info is initialized before
14034         using it. Should fix a crash on startup.
14035
14036 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14037
14038         * pixbuf/pixbuf-document.c
14039         (pixbuf_document_thumbnails_get_dimensions): force floating point
14040         division to calculate page_ratio. Fixes crash with landscape
14041         format pixbufs.
14042
14043 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14044
14045         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14046
14047 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14048
14049         * shell/ev-view.c (set_document_page): unset has_selection when
14050         the page changes.
14051         (set_document_page): handle paper size changes when the page
14052         changes (test with Free Culture, page 2).
14053
14054 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14057         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14058
14059         Use normal style color for the widget background and
14060         draw a black box around the page.
14061
14062 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14063
14064         * pdf/xpdf/pdf-document.cc:
14065
14066         Keep offset in consideration in a few places
14067
14068         * shell/ev-view.c: (expose_bin_window):
14069
14070         Set the offsets so that the document is ever centered
14071
14072 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14073
14074         * TODO: Added TODO items and finished off the first todo item
14075
14076         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14077         reflect current authors
14078
14079 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14080
14081         * pdf/xpdf/pdf-document.cc:
14082         * shell/ev-view.c: (ev_view_set_cursor),
14083         (ev_view_motion_notify_event), (document_changed_callback),
14084         (set_document_page):
14085
14086         Show a wait cursor while the page is rendering
14087
14088 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14089
14090         * shell/ev-sidebar-thumbnails.c:
14091         (ev_sidebar_tree_selection_changed),
14092         (ev_sidebar_thumbnails_select_page):
14093         * shell/ev-sidebar-thumbnails.h:
14094         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14095         (ev_view_can_go_forward):
14096         * shell/ev-window.c: (ev_window_open_page),
14097         (ev_window_setup_document), (update_current_page),
14098         (view_page_changed_cb), (ev_window_init):
14099         * shell/ev-window.h:
14100
14101         Ensure thumbnails selection, toolbar page control and
14102         current page are in sync.
14103
14104 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14105
14106         * pdf/xpdf/XRef.cc:
14107
14108         Fix CAN-2005-0064
14109
14110 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14111
14112         * backend/Makefile.am:
14113         * backend/ev-document-links.h:
14114         * backend/ev-document-security.c: (ev_document_security_get_type),
14115         (ev_document_security_has_document_security),
14116         (ev_document_security_set_password):
14117         * backend/ev-document-security.h:
14118         * backend/ev-document.c: (ev_document_error_quark):
14119         * backend/ev-document.h:
14120         * data/Makefile.am:
14121         * data/evince-password.glade:
14122         * pdf/xpdf/pdf-document.cc:
14123         * shell/Makefile.am:
14124         * shell/ev-password.c: (ev_password_set_bad_password_label),
14125         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14126         (ev_password_dialog_get_password),
14127         (ev_password_dialog_set_bad_pass):
14128         * shell/ev-password.h:
14129         * shell/ev-window.c: (ev_window_get_attribute),
14130         (ev_window_set_property), (update_action_sensitivity),
14131         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14132         (ev_window_setup_document), (ev_window_get_password),
14133         (ev_window_open), (ev_window_cmd_save_as),
14134         (using_postscript_printer), (ev_window_print),
14135         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14136         (update_fullscreen_popup), (ev_window_fullscreen),
14137         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14138         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14139         (menu_item_select_cb), (find_bar_search_changed_cb),
14140         (ev_window_dispose), (ev_window_init):
14141
14142         Add initial support for password-supported dialogs.  This could be
14143         a lot cooler, but it'll do for now.
14144
14145 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * pdf/xpdf/pdf-document.cc:
14148         * shell/ev-view.c: (status_message_from_link),
14149         (ev_view_set_status), (ev_view_set_cursor),
14150         (ev_view_motion_notify_event), (ev_view_init):
14151         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14152
14153         Fix bugs in the links implementation and change cursor
14154         when hovering a link.
14155
14156 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14157
14158         * viewer/.cvsignore: added cvsignore file for viewer directory
14159
14160         * TODO: created TODO document
14161
14162 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14163
14164         * shell/ev-view.h:
14165         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14166         new functions to help with implementation of sensitivity code
14167         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14168         of all actions that might require it.  Fixes a crash when you
14169         click on the Zoom actions in a window lacking a document.
14170
14171 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14172
14173         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14174         of the Find action
14175
14176 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14177
14178         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14179         (pixbuf_document_document_iface_init):
14180         * ps/ps-document.c: (ps_document_get_link),
14181         (ps_document_document_iface_init):
14182         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14183         (status_message_from_link), (ev_view_set_status),
14184         (ev_view_set_find_status), (ev_view_motion_notify_event),
14185         (ev_view_button_release_event), (ev_view_set_property),
14186         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14187         (ev_view_get_find_status_message), (update_find_results),
14188         (ev_view_get_status), (ev_view_get_find_status):
14189         * shell/ev-view.h:
14190         * shell/ev-window.c: (view_status_changed_cb),
14191         (view_find_status_changed_cb), (ev_window_init):
14192
14193         View status message support, use it to show the links.
14194         Needs work...
14195
14196 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14197
14198         * backend/ev-document.c: (ev_document_get_link):
14199         * backend/ev-document.h:
14200         * pdf/xpdf/pdf-document.cc:
14201         * shell/ev-application.c: (ev_application_open):
14202         * shell/ev-application.h:
14203         * shell/ev-sidebar-links.c: (selection_changed_cb):
14204         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14205         (ev_view_go_to_link):
14206
14207         Add support for document links
14208
14209 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14210
14211         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14212         (create_tool_item):
14213         Set the spin button limits correctly.
14214         
14215         * shell/ev-sidebar-thumbnails.c:
14216         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14217         Support changing pages by clicking on the thumbnails.
14218         
14219 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14220
14221         * pixbuf/pixbuf-document.c:
14222         (pixbuf_document_thumbnails_get_dimensions),
14223         (pixbuf_document_document_thumbnails_iface_init):
14224
14225         implement get_dimensions
14226
14227 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14228
14229         * ps/ps-document.c: (ps_document_goto_page):
14230
14231         Fix page switching on multipage documents
14232
14233 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14234
14235         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14236         
14237         check for NULL before assigning to width and height parameters
14238
14239 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14240
14241         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14242         (pixbuf_document_set_property), (pixbuf_document_get_property):
14243
14244         implement get/set properties
14245
14246 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14247
14248         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14249         
14250         return NULL instead of "Unknown", letting the title get set to
14251         the filename when the pdf has no title.
14252
14253 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14254
14255         * ps/ps-document.c: (ps_document_get_page_count),
14256         (ps_document_goto_page):
14257
14258 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14259
14260         * shell/ev-history.c: (ev_history_get_property),
14261         (ev_history_set_property), (ev_history_class_init),
14262         (ev_history_add_page), (ev_history_set_current_index):
14263         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14264         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14265         (ev_navigation_action_finalize):
14266         * shell/ev-navigation-action.h:
14267         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14268         (ev_view_go_forward), (ev_view_get_find_status_message),
14269         (history_index_changed_cb), (ev_view_set_history):
14270         * shell/ev-view.h:
14271         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14272         (update_current_page), (register_custom_actions):
14273
14274         Implement history dropdowns
14275
14276 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14277
14278         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14279         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14280         (ev_view_go_forward):
14281         * shell/ev-window.c: (register_custom_actions):
14282
14283         Fix several history bugs
14284
14285 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14286
14287         * configure.ac: Add «nb» to ALL_LINGUAS.
14288
14289 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14290
14291         * backend/Makefile.am:
14292         * backend/ev-bookmark.c:
14293         * backend/ev-bookmark.h:
14294         * backend/ev-document-bookmarks.c:
14295         * backend/ev-document-bookmarks.h:
14296         * backend/ev-document-links.c: (ev_document_links_get_type),
14297         (ev_document_links_has_document_links),
14298         (ev_document_links_begin_read), (ev_document_links_get_link),
14299         (ev_document_links_get_child), (ev_document_links_next),
14300         (ev_document_links_free_iter):
14301         * backend/ev-document-links.h:
14302         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14303         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14304         (ev_link_get_link_type), (ev_link_set_link_type),
14305         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14306         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14307         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14308         (ev_link_new_external):
14309         * backend/ev-link.h:
14310         * pdf/xpdf/pdf-document.cc:
14311         * shell/Makefile.am:
14312         * shell/ev-application.c: (ev_application_open_link):
14313         * shell/ev-application.h:
14314         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14315         (ev_history_get_link_nth):
14316         * shell/ev-history.h:
14317         * shell/ev-sidebar-bookmarks.c:
14318         * shell/ev-sidebar-bookmarks.h:
14319         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14320         (ev_sidebar_links_class_init), (selection_changed_cb),
14321         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14322         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14323         (do_one_iteration), (populate_links_idle),
14324         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14325         * shell/ev-sidebar-links.h:
14326         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14327         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14328         (go_to_index):
14329         * shell/ev-view.h:
14330         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14331         * shell/ev-window.h:
14332
14333         Rename bookmark to link, and use "Index" for the sidebar panel.
14334
14335 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14336
14337         * shell/Makefile.am:
14338         * shell/ev-application.c: (ev_application_open_bookmark):
14339         * shell/ev-application.h:
14340         * shell/ev-history.c: (ev_history_init), (free_links_list),
14341         (ev_history_finalize), (ev_history_class_init),
14342         (ev_history_add_link), (ev_history_add_page),
14343         (ev_history_get_link_nth), (ev_history_get_n_links),
14344         (ev_history_get_current_index), (ev_history_set_current_index),
14345         (ev_history_new):
14346         * shell/ev-history.h:
14347         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14348         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14349         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14350         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14351         (ev_view_set_page):
14352         * shell/ev-view.h:
14353         * shell/ev-window.c: (ev_window_open_bookmark),
14354         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14355         (goto_page_cb), (register_custom_actions):
14356         * shell/ev-window.h:
14357
14358         Initial history implementation. Needs work.
14359
14360 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14361
14362         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14363
14364 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14365
14366         * cut-n-paste/recent-files/egg-recent-item.c:
14367         * cut-n-paste/recent-files/egg-recent-item.h:
14368         * cut-n-paste/recent-files/egg-recent-model.c:
14369         * cut-n-paste/recent-files/egg-recent-util.c:
14370         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14371         * cut-n-paste/recent-files/egg-recent-view.c:
14372
14373         Update
14374
14375 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14376
14377         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14378         (fillGlyph, fillImageMask, drawImage):
14379         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14380         pdf/splash/SplashTypes.h:
14381         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14382         packed mode for Splash.
14383
14384         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14385         RGB8 packed mode, eliminates the pixbuf data creation loop.
14386
14387         * shell/ev-print-job.c (ev_print_job_finalize)
14388         (ev_print_job_set_property, ev_print_job_get_property)
14389         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14390         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14391         (print_closure_finalize, ev_print_job_print): implement
14392         printing (for backends with EvPsExporter)
14393
14394         * shell/ev_print_job.h: update prototypes.
14395
14396         * shell/ev-window.c (ev_window_print): unref print job after
14397         printing.
14398
14399         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14400         unless the document implements the EvDocumentFind interface.
14401
14402 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14403
14404         * configure.ac: Added ja to ALL_LINGUAS.
14405
14406 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14407
14408         * pdf/xpdf/pdf-document.cc:
14409
14410         add a FIXME. We should probably not allocate
14411         a bookmark object every time
14412
14413 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14414
14415         * shell/ev-application.c: (ev_application_open),
14416         (ev_application_open_bookmark):
14417         * shell/ev-application.h:
14418         
14419         Add a way to open bookmarks
14420
14421         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14422         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14423         (ev_bookmark_set_property), (ev_bookmark_class_init),
14424         (ev_bookmark_new_title), (ev_bookmark_new_link),
14425         (ev_bookmark_new_external):
14426
14427         Support for external uris, better constructors.
14428
14429         * backend/ev-bookmark.h:
14430         * pdf/xpdf/pdf-document.cc:
14431         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14432
14433         Handle external uris
14434
14435 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14436
14437         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14438         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14439
14440         Hook up bookmarks navigation
14441
14442 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14443
14444         * backend/Makefile.am:
14445         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14446         (ev_bookmark_get_title), (ev_bookmark_set_title),
14447         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14448         (ev_bookmark_get_page), (ev_bookmark_set_page),
14449         (ev_bookmark_get_property), (ev_bookmark_set_property),
14450         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14451         (ev_bookmark_new):
14452         * backend/ev-bookmark.h:
14453         * backend/ev-document-bookmarks.c:
14454         (ev_document_bookmarks_get_bookmark):
14455         * backend/ev-document-bookmarks.h:
14456         * pdf/xpdf/pdf-document.cc:
14457         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14458
14459         Add a bookmark object to the backend and use it instead of get_values
14460
14461 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14462
14463         * data/evince-ui.xml:
14464
14465         Cleanup and add select all.
14466
14467         * shell/ev-view.c: (ev_view_select_all),
14468         (ev_view_button_press_event):
14469         * shell/ev-view.h:
14470         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14471
14472         Add select all.
14473         Clear selection on click.
14474
14475 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14476
14477         * shell/ev-sidebar-thumbnails.c
14478         (ev_sidebar_thumbnails_set_document): forgot to unref the
14479         loading_icon.
14480
14481 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14482
14483         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14484         at the visible page, not just linearly.  This makes it look fast.
14485
14486 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14487
14488         * backend/ev-document-misc.c
14489         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14490         white.
14491         * backend/ev-document-thumbnails.h: New interface to get the size
14492         of a page.
14493
14494 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14495
14496         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14497         make dist works
14498
14499 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14500
14501         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14502         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14503         things up a bit.
14504
14505         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14506
14507 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14508
14509         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14510         fonts. Should fix font problems on systems that have the base
14511         fonts in bitmap format. Reported by James Henstridge
14512         <james@jamesh.id.au>.
14513
14514 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14515
14516         * pdf/xpdf/Gfx.cc:
14517         * pdf/xpdf/GfxState.cc:
14518
14519         Fix for CAN-2004-1125
14520
14521 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14522
14523         * shell/ev-view.c: (ev_view_copy):
14524         * shell/ev-view.h:
14525         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14526
14527         Implement Edit->Copy
14528
14529 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14530
14531         * backend/ev-document.c: (ev_document_get_text):
14532         * backend/ev-document.h:
14533         * pdf/xpdf/pdf-document.cc:
14534         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14535         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14536         (ev_view_update_primary_selection), (ev_view_button_press_event),
14537         (ev_view_motion_notify_event), (ev_view_button_release_event):
14538
14539         Beginnings of clipboard support. Incomplete but primary sort
14540         of work.
14541
14542 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14543
14544         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14545         (expose_bin_window):
14546
14547         Nicer rubberband drawing, from GtkIconView.
14548
14549 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14550
14551         * backend/ev-document.c: (ev_document_save):
14552         * backend/ev-document.h:
14553         * data/evince-ui.xml:
14554         * pdf/xpdf/pdf-document.cc:
14555         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14556
14557         Implement "Save a copy..." menu item
14558
14559 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14560
14561         * shell/ev-view.c: (ev_view_zoom):
14562
14563         Queue a resize when zoom changes
14564
14565 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14566
14567         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14568         shadows.
14569
14570         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14571         thumbnails..
14572
14573 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14574
14575         * pdf/xpdf/pdf-document.cc
14576         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14577
14578 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14579
14580         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14581         It's slow, but I'll speed it up next!
14582
14583 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14584
14585         * shell/main.c (load_files):
14586
14587         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14588         from the command line and because it seems more appropriate.
14589
14590 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14591
14592         * data/evince-ui.xml:
14593         * shell/ev-window.c: (update_action_sensitivity),
14594         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14595
14596         s/next page/page down
14597         s/previous page/page up
14598
14599 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14600
14601         * data/evince-ui.xml:
14602
14603         Change the layout to match clarkbw design.
14604
14605         * shell/Makefile.am:
14606         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14607         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14608         (ev_navigation_action_finalize),
14609         (ev_navigation_action_set_property),
14610         (ev_navigation_action_get_property),
14611         (ev_navigation_action_class_init):
14612         * shell/ev-navigation-action.h:
14613
14614         Implement clarkbw toolbar navigation controls (incomplete)
14615
14616         * shell/ev-page-action.c: (update_label), (update_spin),
14617         (value_changed_cb), (create_tool_item), (connect_proxy),
14618         (ev_page_action_init), (ev_page_action_finalize),
14619         (ev_page_action_set_property), (ev_page_action_get_property),
14620         (ev_page_action_set_current_page),
14621         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14622         * shell/ev-page-action.h:
14623
14624         Implement a page switcher in the toolbar
14625
14626         * shell/ev-view.c: (ev_view_scroll_view):
14627         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14628         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14629         (register_custom_actions), (ev_window_init):
14630
14631         Change page on PageUp/Down.
14632
14633 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14634
14635         * pdf/xpdf/pdf-document.cc
14636         (pdf_document_thumbnails_get_thumbnail): initial stab at
14637         implementing thumbnail support for pdfs.  It only does documents
14638         with precached pdfs now.
14639
14640 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14641
14642         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14643         thumbnail code into a time-based idle as well.  Also, turn off the
14644         shadow temporarily as it's really slow.
14645
14646 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * backend/ev-document.c: (ev_document_class_init):
14649         * pdf/xpdf/pdf-document.cc:
14650         * shell/ev-window.c: (ev_window_open):
14651
14652         Fix document title bugs and fallback to
14653         filename when not available.
14654
14655 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14656
14657         * backend/ev-document.c: (ev_document_get_type),
14658         (ev_document_class_init), (ev_document_load),
14659         (ev_document_get_title):
14660         * backend/ev-document.h:
14661         * pdf/xpdf/pdf-document.cc:
14662         * ps/ps-document.c: (ps_document_set_property),
14663         (ps_document_get_property), (ps_document_class_init),
14664         (document_load):
14665         * ps/ps-document.h:
14666         * ps/ps.h:
14667         * shell/ev-window.c: (update_window_title), (ev_window_open),
14668         (ev_window_init):
14669
14670         Initial support for document title. Not working yet.
14671
14672 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14673
14674         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14675
14676         Grab focus on the view when clicking it
14677
14678 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14679
14680         * shell/ev-marshal.list:
14681         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14682         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14683
14684         Add key bindings to the view. Now if the focus would work
14685         right...
14686
14687 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14688
14689         * Makefile.am:
14690         * backend/Makefile.am:
14691         * data/Makefile.am:
14692         * dvi/Makefile.am:
14693         * dvi/dvilib/Makefile.am:
14694         * pdf/xpdf/Makefile.am:
14695         * po/POTFILES.in:
14696         * ps/Makefile.am:
14697
14698         Fix distcheck
14699
14700 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14701
14702         * shell/ev-view.c: (ev_view_realize):
14703
14704         Fix mouse wheel scrolling
14705
14706 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14707
14708         * ps/Makefile.am:
14709         * ps/gstypes.h:
14710         * ps/gtkgs.c:
14711         * ps/gtkgs.h:
14712         * ps/ps-document.c: (catchPipe), (ps_document_init),
14713         (ps_document_class_init), (ps_document_cleanup),
14714         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14715         (set_up_page), (close_pipe), (is_interpreter_ready),
14716         (interpreter_failed), (output), (input), (start_interpreter),
14717         (stop_interpreter), (file_length), (file_readable),
14718         (check_filecompressed), (check_pdf), (compute_xdpi),
14719         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14720         (ps_document_get_type), (ps_document_emit_error_msg),
14721         (document_load), (ps_document_next_page),
14722         (ps_document_get_current_page), (ps_document_get_page_count),
14723         (ps_document_goto_page), (ps_document_set_page_size),
14724         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14725         (ps_document_load), (ps_document_get_n_pages),
14726         (ps_document_set_page), (ps_document_get_page),
14727         (ps_document_widget_event), (ps_document_set_target),
14728         (ps_document_set_scale), (ps_document_set_page_offset),
14729         (ps_document_get_page_size), (ps_document_render),
14730         (ps_document_document_iface_init):
14731         * ps/ps-document.h:
14732         * ps/ps.c:
14733         * shell/ev-window.c: (ev_window_open):
14734
14735         Rename GtkGS to PSDocument
14736
14737 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14738
14739         * ps/gtkgs.c: (gtk_gs_class_init):
14740         * ps/gtkgs.h:
14741
14742         Some more leftover...
14743
14744 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14745
14746         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14747         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14748         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14749         * ps/gtkgs.h:
14750
14751         Remove unused code and make a lot of stuff private
14752
14753 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14754
14755         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14756         (gtk_gs_defaults_changed):
14757         * ps/gsdefaults.h:
14758         * ps/gtkgs.c:
14759         * ps/gtkgs.h:
14760         * ps/ps.h:
14761
14762         Cleanup headers dependencies
14763
14764 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14765
14766         * ps/Makefile.am:
14767         * ps/ggvutils.c:
14768         * ps/ggvutils.h:
14769         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14770         * ps/gsdefaults.h:
14771         * ps/gtkgs.c: (file_length), (file_readable),
14772         (check_filecompressed), (check_pdf), (gtk_gs_load),
14773         (gtk_gs_get_postscript):
14774
14775         Get rid of ggvutils
14776
14777 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14778
14779         * ps/ggvutils.c:
14780         * ps/ggvutils.h:
14781         * ps/gsio.h:
14782         * ps/gtkgs.c: (gtk_gs_set_zoom):
14783
14784         Cleanups
14785
14786 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14787
14788         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14789
14790         Ensure the page is rerendered when changing zoom
14791
14792 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14793
14794         * backend/ev-document.c: (ev_document_base_init),
14795         (ev_document_changed):
14796         * backend/ev-document.h:
14797
14798         Add a changed event that is emitted when the page content
14799         changes. This is necessary to deal with the fact that
14800         in ps backend rendering happen asycrounously.
14801         This makes the ps backend mostly work.
14802
14803         * pdf/xpdf/pdf-document.cc:
14804
14805         Emit changed event
14806
14807         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14808         (ps_document_set_target):
14809
14810         Emit changed event
14811
14812         * shell/ev-view.c: (document_changed_callback),
14813         (ev_view_set_document), (ev_view_set_page):
14814
14815         Redraw on the changed signal
14816
14817 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14818
14819         * configure.ac: Added pt_BR to ALL_LINGUAS.
14820
14821 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14822
14823         * backend/ev-document-bookmarks.c:
14824         (ev_document_bookmarks_get_child): *
14825         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14826         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14827         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14828         (ev_sidebar_bookmarks_destroy),
14829         (ev_sidebar_bookmarks_class_init),
14830         (ev_sidebar_bookmarks_construct), (stack_data_free),
14831         (do_one_iteration), (populate_bookmarks_idle),
14832         (ev_sidebar_bookmarks_clear_document),
14833         (ev_sidebar_bookmarks_set_document): *
14834         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14835         (ev_sidebar_add_page),
14836         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14837         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14838         it displays both the topics and the page numbers.
14839
14840 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14841
14842         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14843         toggle.
14844         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14845         visible.
14846
14847 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14848
14849         * configure.ac: Added en_CA to ALL_LINGUAS.
14850
14851 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14852
14853         * ChangeLog: replace bottom of this ChangeLog (merged history of
14854         ggv and gpdf; where all paths were wrong and most of the files are
14855         not even in this tree) with ChangeLog (from arch) of the shell
14856         code.
14857
14858 2004-12-23  Havoc Pennington  <hp@redhat.com>
14859
14860         * shell/ev-window.c: hook up potentially-questionable "find
14861         results status text" feature - something involving the sidebar or
14862         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14863         might be better in the end.
14864
14865         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14866         with corresponding signal when it should be updated
14867
14868         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14869
14870 2004-12-22  Havoc Pennington  <hp@redhat.com>
14871
14872         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14873         find stuff on other pages, sort of (only returns one result on
14874         invisible pages, to show they have results; updates full results
14875         for a page when you view it). Currently repaints the current page
14876         every time a new result is found on any page, which isn't so nice.
14877
14878 2004-12-22  Havoc Pennington  <hp@redhat.com>
14879
14880         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14881         the document doesn't support find (better ideas?)
14882         (find_bar_search_changed_cb): handle missing document or document
14883         that doesn't support find
14884
14885         * pdf/xpdf/pdf-document.cc: port to implement the new
14886         EvDocumentFindIface
14887
14888         * backend/ev-document-find.c: create a new interface for searching
14889
14890         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14891
14892 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14893
14894         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14895         libevbackend.la.
14896
14897         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14898         EvPrintJob constructor arguments.
14899
14900         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14901         for documents that can export PostScript (page by page).
14902
14903         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14904         
14905         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14906         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14907         (pdf_document_ps_exporter_iface_init:
14908         Implement EvPSExporter.
14909
14910         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14911
14912 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14913
14914         * backend/Makefile.am:
14915         * backend/ev-document-thumbnails.c:
14916         (ev_document_thumbnails_get_type),
14917         (ev_document_thumbnails_get_thumbnail):
14918         * backend/ev-document-thumbnails.h:
14919         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14920         (pixbuf_document_thumbnails_get_thumbnail),
14921         (pixbuf_document_document_thumbnails_iface_init):
14922         * shell/Makefile.am:
14923         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14924         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14925         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14926         * shell/ev-sidebar-thumbnails.h:
14927         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14928         (ev_sidebar_set_document):
14929         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14930         (create_shadow), (ev_pixbuf_add_shadow):
14931         * shell/ev-utils.h:
14932         Add thumbnail support.
14933         
14934 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14935
14936         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14937         (using_postscript_printer): Set up a print dialog for "PostScript
14938         injection" method.
14939
14940         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14941         EvPrintJob.
14942
14943         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14944
14945 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14946
14947         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14948         (ps_document_set_target), (ps_document_get_page_size),
14949         (ps_document_render):
14950         * ps/gtkgs.h:
14951
14952         Fix a few bugs
14953
14954 2004-12-22  Christian Rose  <menthos@menthos.com>
14955
14956         * configure.ac: Added "sv" to ALL_LINGUAS.
14957
14958 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14959
14960         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14961         document supports bookmarks.
14962
14963 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14964
14965         * ps/ggvutils.c: (ggv_file_readable):
14966         * ps/ggvutils.h:
14967         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14968         (gtk_gs_get_postscript):
14969
14970         Remove unused utils
14971
14972 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14973
14974         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14975         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14976         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14977         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14978         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14979         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14980         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14981         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14982         (gtk_gs_set_antialiasing), (ps_document_load),
14983         (ps_document_render):
14984         * ps/gtkgs.h:
14985
14986         Another check point for the ps backend. Now I can get it to show
14987         pages!
14988
14989 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14990
14991         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14992         document setting code.
14993
14994 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14995
14996         * shell/eggfindbar.c: (entry_activate_callback):
14997         Animate the next button when activate is pressed.
14998         
14999 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15000
15001         * shell/ev-window.c: (ev_window_cmd_edit_find),
15002         (update_fullscreen_popup), (ev_window_fullscreen),
15003         (ev_window_unfullscreen), (ev_window_state_event_cb),
15004         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15005         Fix bugs in fullscreen code.
15006         
15007 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15008
15009         * Makefile.am:
15010         * configure.ac:
15011         * pixbuf/Makefile.am:
15012         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15013         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15014         (pixbuf_document_set_page), (pixbuf_document_get_page),
15015         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15016         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15017         (pixbuf_document_render), (pixbuf_document_begin_find),
15018         (pixbuf_document_end_find), (pixbuf_document_finalize),
15019         (pixbuf_document_class_init),
15020         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15021         * pixbuf/pixbuf-document.h:
15022         * shell/Makefile.am:
15023         * shell/ev-application.c: (ev_application_open):
15024         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15025         (ev_window_open):
15026         Add pixbuf backend.
15027         
15028 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15029
15030         * Makefile.am: 
15031         * dvi/dvilib/Makefile.am:
15032         * dvi/Makefile.am:
15033         * configure.ac: Auto*ify dvi and dvi/dvilib
15034
15035         * dvi/Makefile: Remove from CVS
15036         
15037         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15038         confusion.
15039
15040         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15041         
15042         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15043         
15044 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15045
15046         * ps/Makefile.am:
15047         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15048         (gtk_gs_value_adjustment_changed), (compute_size),
15049         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15050         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15051         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15052         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15053         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15054         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15055         (ps_document_load), (ps_document_get_n_pages),
15056         (ps_document_set_page), (ps_document_get_page),
15057         (ps_document_set_target), (ps_document_set_scale),
15058         (ps_document_set_page_offset), (ps_document_get_page_size),
15059         (ps_document_render), (ps_document_begin_find),
15060         (ps_document_end_find), (ps_document_document_iface_init):
15061         * ps/gtkgs.h:
15062         * shell/Makefile.am:
15063         * shell/ev-window.c: (ev_window_open):
15064
15065         Some work to integrate gtkgs with EvDocument
15066
15067 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15068
15069         * shell/ev-window.c: (update_fullscreen_popup),
15070         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15071         (exit_fullscreen_button_clicked_cb),
15072         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15073         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15074         (ev_window_state_event_cb), (ev_window_init):
15075         Add fullscreen support from Epiphany.
15076         
15077 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15078
15079         * data/ev-stock-zoom-fit-width.png: fit-width
15080         stock icon from gpdf.
15081         
15082         * shell/ev-stock-icons.[ch]: copied from gpdf.
15083         
15084         * shell/main.c: (main): init stock icons.
15085         
15086         * shell/ev-window.c: use the fit-width icon.
15087         
15088         * data/evince-ui.xml: add zooming toolbar items.
15089
15090 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15091
15092         * shell/ev-view.c: 
15093         (ev_view_best_fit), (ev_view_fit_width): because
15094         get_page_size() returns the scaled page size, we
15095         need to calculate the scale factor relative to
15096         the previous scale factor. Should really just
15097         add get_real_page_size().
15098
15099 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15100
15101         * shell/ev-view.[ch]:
15102         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15103         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15104         add zooming.
15105         
15106         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15107         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15108         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15109         hook it up.
15110         
15111         * pdf/xpdf/pdf-document.cc:
15112         (pdf_document_begin_find),
15113         (pdf_document_end_find): make static.
15114
15115 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15116
15117         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15118
15119         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15120         names to fontconfig patterns.
15121         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15122
15123         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15124         setupBaseFontsFc.
15125
15126 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15127
15128         * Makefile.am:
15129         * configure.ac:
15130         * ps/Makefile.am:
15131         * ps/ggvutils.c:
15132         * ps/ggvutils.h:
15133         * ps/gsdefaults.c:
15134         * ps/gsdefaults.h:
15135         * ps/gsio.c:
15136         * ps/gsio.h:
15137         * ps/gtkgs.c:
15138         * ps/gtkgs.h:
15139         * ps/ps.c:
15140         * ps/ps.h:
15141
15142         Import ggv backend. Not hooked up yet.
15143
15144 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15145
15146         * shell/main.c: (load_files), (main): load files
15147         from the command line.
15148
15149 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15150
15151         * configure.ac: don't require bonobo.
15152         
15153         * cut-n-paste/recent-files/*: kill bonobo recent
15154         view.
15155
15156         * shell/ev-window.c:
15157         (ev_window_is_empty): upd.
15158         (unable_to_load), (ev_window_open): load backend
15159         based on the mime type.
15160
15161 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15162
15163         * backend/.cvsignore: ignore generated marshalers source.
15164
15165         * shell/main.c (main): this is not epiphany.
15166
15167 2004-12-22  Havoc Pennington  <hp@redhat.com>
15168
15169         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15170         (expose_bin_window): draw find highlights
15171
15172         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15173         
15174         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15175         (pdf_document_end_find): implement this interface
15176
15177         * backend/ev-document.c (ev_document_found): add this to emit
15178         signal
15179
15180 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15181
15182         * data/evince-ui.xml: Add a few more toolbar items.
15183
15184         * shell/ev-window.c: Hook up page navigation toolbar 
15185         items.
15186
15187         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15188         a page-changed signal.
15189
15190         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15191         Add ev_document_get_page().
15192
15193         * shell/ev-window.c: Sensitize/desensitize navigation
15194         actions.
15195
15196 2004-12-21  Havoc Pennington  <hp@redhat.com>
15197
15198         * backend/ev-backend-marshal.c,
15199         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15200         marshaler-generator thingy. I'm sure there's a better way to do
15201         this in the modern world.
15202
15203         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15204         end_find methods and "found" signal.
15205
15206         * configure.ac: find glib-genmarshal
15207
15208 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15209
15210         * shell/ev-sidebar.c: Construct an actual sidebar.
15211         * shell/ev-sidebar-bookmarks.[ch]:
15212         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15213
15214 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15215
15216         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15217         Redo size handling.
15218         
15219         * shell/ev-view.c: Track the size from the document.
15220
15221 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15222
15223         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15224         constructor assumes ownership of the string passed in.
15225         
15226         * shell/ev-window.c (ev_window_open): Destroy the error
15227         dialog once we've displayed it.
15228
15229 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15230
15231         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15232         a bit, it works! (sort of)
15233
15234         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15235         Move to .cc since we need to use C++ in the implementation.
15236
15237         * shell/dummy.cc: Add a CC file to force evince
15238         to be linked as a C++ program.
15239
15240 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15241
15242         * shell/ev-view.[ch]: Start of content-area widget.
15243
15244         * shell/ev-window.c: Create a EvView, update it
15245         as we change documents.
15246
15247         * shell/Makefile.am shell/ev-marshal.list: Add
15248         generated marshalers.
15249
15250 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15251
15252         * Makefile.am (SUBDIRS): move shell.
15253
15254 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15255
15256         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15257         .a to libtool convenience libraries.
15258
15259         * shell/ev-window.c (ev_window_open): Hard code loading
15260         a PDF document.
15261         
15262         * backend/ev-document.h: Add a boolean return to load(),
15263         fix GError * to GError **.
15264
15265         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15266         object for a PDF backend EvDocument.
15267
15268 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15269
15270         * dvi/*: New directory with the beginning of a .dvi backend.
15271
15272 2004-12-21  Havoc Pennington  <hp@redhat.com>
15273
15274         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15275         previous/next instead of back/forward
15276
15277 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15278
15279         * backend/ev-document.[ch]: Fix a couple of problems so
15280         it compile.
15281
15282 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15283
15284         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15285         to backend/ directory, rename EvViewer to EvDocument.
15286
15287 2004-12-21  Havoc Pennington  <hp@redhat.com>
15288
15289         * shell/ev-window.c: hook up the find bar widget; now we just need
15290         a document to find things in
15291
15292         * shell/eggfindbar.c: a find bar widget
15293
15294 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15295
15296         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15297
15298 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15299
15300         * pdf/**: Import of xpdf code from gpdf. 
15301
15302         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15303
15304         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15305         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15306         Fix FreeType includes.
15307
15308         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15309         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15310         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15311         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15312         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15313         Include xpdfconfig.h
15314         
15315 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15316
15317         * shell/ev-window.c (ev_window_dispose): dispose can be called
15318         multiple times.
15319
15320 2004-12-21  Havoc Pennington  <hp@redhat.com>
15321
15322         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15323         rather than Evince
15324
15325         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15326         items; really they should be synced with the strings, etc. from
15327         current gpdf, but just getting the boring typing out of the way 
15328
15329 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15330
15331         * po/POTFILES.in:
15332         * shell/ev-application.c: (window_destroy_cb):
15333         * shell/ev-window.c:
15334         * shell/main.c: (main):
15335
15336         Actually show the window...
15337
15338 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15339
15340         * Makefile.am:
15341         * shell/Makefile.am:
15342         * shell/ev-application.c: (ev_application_class_init):
15343         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15344
15345         Make it build again
15346
15347 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15348
15349         Import to gnome cvs.
15350         
15351         * Remove copies of gpdf and ggv trees.
15352         * Rip out all the recursive configure code.
15353         * Remove bonobo machinery.
15354         * viewer/*: GInterfaces that backends should/can implement.
15355
15356 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15357
15358         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15359         typo
15360
15361 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15362
15363         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15364         (ev_application_finalize, ev_application_class_init)
15365         (ev_application_init): use GType instance private data for priv.
15366
15367         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15368         (ev_window_finalize, ev_window_class_init)
15369         (ev_window_init): ditto.
15370
15371 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15372
15373         * shell/ev-application.c (ev_application_new_window): make public
15374         (ev_application_show_initial_window): kill.
15375
15376         * shell/ev-application.h: update prototypes.
15377
15378         * shell/main.cc (main): inline ev_application_show_initial_window.
15379
15380 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15381
15382         * shell/ev-application.c (ev_application_new_window): impl.
15383         (ev_application_show_initial_window): use it.
15384         (is_window_empty, ev_application_get_empty_window): returns an
15385         existing empty window or a new one.
15386         (ev_application_open): from ev_window_cmd_file_open.
15387
15388         * shell/ev-application.h: update prototypes
15389
15390         * shell/ev-window.c (ev_window_is_empty): impl.
15391         (ev_window_open): make public.
15392         (ev_window_cmd_file_open): use ev_application_open
15393
15394         * shell/ev-window.h: update prototypes, remove unused.
15395
15396 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15397
15398         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15399         move destroy handler out of here...
15400
15401         * shell/ev-application.c, shell/ev-application.h: ...into this new
15402         class. Also handles initial window creation.
15403
15404         * shell/main.cc (main): use EvApplication to create initial
15405         window.
15406
15407 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15408
15409         * Makefile.am (SUBDIRS): add cut-n-paste
15410
15411         * cut-n-paste/Makefile.am: add
15412
15413         * configure.ac: generate Makefiles in cut-n-paste
15414
15415 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15416
15417         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15418         (ev_window_class_init): install ev_window_dispose.
15419
15420 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15421
15422         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15423         char (gchar looks stupid).
15424
15425 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15426
15427         * po/de.po: updated German translation.
15428
15429 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15430
15431         * configure.ac: add more pkg-config library checks for gnome-vfs,
15432         bonobo etc.
15433
15434         * gpdf/configure.in: temporarily disable libpaper
15435         checks. Otherwise I'd have to add the checks for the shell, too.
15436
15437 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15438
15439         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15440         and * file filters to the file choose.
15441
15442 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * po/de.po: Updated German translation.
15445
15446 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15447
15448         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15449
15450 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15451
15452         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15453
15454         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15455         (ev_window_init): implement those menuitems.
15456
15457 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15458
15459         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15460
15461         * shell/ev-window.c (ev_window_init): use the toolbar.
15462
15463 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15464
15465         * shell/ev-window.c (ev_window_init): use menu translations
15466
15467 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15468
15469         * configure.ac: add "de" to ALL_LINGUAS.
15470
15471         * po/de.po: add German translation.
15472
15473 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15474
15475         * Makefile.am (SUBDIRS): add po
15476
15477         * configure.ac: check intltool, glib-gettext etc, generate
15478         po/Makefile.in
15479
15480         * po, po/POTFILES.in, po/POTFILES.skip: new.
15481
15482 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15483
15484         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15485         already use (#ifdef ENABLE_NLS)
15486
15487         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15488         pointer indirection thinko.
15489
15490         * shell/main.c: include gi18n.h for bindtextdomain etc.
15491
15492 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15493
15494         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15495         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15496         tooltips for menu items in the statusbar.
15497
15498 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15499
15500         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15501         pkgdatadir drop UIDIR
15502
15503 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15504
15505         * data/evince-ui.xml: Add File->Open menu item
15506
15507         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15508         chooser), hook it up in the ui manager.
15509
15510 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15511
15512         * shell/ev-window.c: fix Help->About tooltip.
15513
15514 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15515
15516         * configure.ac: set CFLAGS for libevprivate.
15517
15518         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15519         definitions, factory etc.
15520
15521         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15522
15523         * shell/Makefile.am: link against libevprivate.a.
15524
15525         * shell/ev-window.c (entries): add stock icon to Help->About.
15526
15527         * shell/main.c (main): init stock icon code.
15528
15529 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15530
15531         * lib/recent-files: egg recent files code
15532
15533         * lib/Makefile.am: add.
15534
15535         * Makefile.am: add lib subdir.
15536
15537         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15538         set CFLAGS for recent-files.
15539
15540 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15541
15542         * configure.ac: disable -ansi and -pedantic gcc flags. They
15543         disable POSIX stuff in stdio.h, but egg-recent uses them.
15544
15545 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15546
15547         * configure.ac: add --disable-deprecated flag (defaults to on in
15548         "cvs" builds).
15549
15550         * shell/Makefile.am (INCLUDES): use it.
15551
15552 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15553
15554         * shell/main.c: add missing #include.
15555
15556         * shell/ev-window.c: fix for pedantic gcc.
15557         (ev_window_cmd_help_about): split license into paragraphs for
15558         translators and pedantic compilers.
15559
15560 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15561
15562         * configure.ac: add more warning flags if compiling with gcc from
15563         cvs (or explicitly requested with --enable-more-warnings).
15564
15565 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15566
15567         * data/evince-ui.xml: add File and File->Close menu.
15568
15569         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15570         (ev_window_destroy): quit after destroy.
15571         (ev_window_class_init): override GtkObject::destroy.
15572         (entries): install close_window callback.
15573
15574 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15575
15576         * Makefile.am (SUBDIRS): add data subdir.
15577
15578         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15579         gtk+ 2.5.0 for GtkAboutDialog.
15580
15581         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15582         main window.
15583
15584         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15585
15586         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15587         manager.
15588         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15589
15590 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15591
15592         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15593
15594 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15595
15596         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15597
15598 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15599
15600         * shell/*: Added shell directory boilerplate, build it.
15601
15602 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15603
15604         * configure.ac, Makefile.am: Added top-level configure.ac and
15605         Makefile.am