]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make sure to fill in @error on failure. Also, since this is exported in
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
4         in @error on failure. Also, since this is exported in public APIs,
5         cope with the passed-in GError** being NULL.
6
7 2009-02-13  Christian Persch  <chpe@gnome.org>
8
9         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
10         safety.
11         (get_mime_type_from_data): Return the MIME type, not the content type.
12
13 2009-02-13  Christian Persch  <chpe@gnome.org>
14
15         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
16         the input stream.
17
18 2009-02-13  Christian Persch  <chpe@gnome.org>
19
20         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
21         all errors upwards.
22
23 2009-02-13  Christian Persch  <chpe@gnome.org>
24
25         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
26         more bytes from buffer than were read from the file.
27
28 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
29
30         * properties/ev-properties-view.c (set_property):
31         
32         Fixes bug #571787.
33
34 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/eggfindbar.c: (egg_find_bar_init):
37
38         Use gtk_tool_button_set_use_underline() for next/previous buttons
39         so that the underline is used for the mnemonic. Fixes bug #571547.
40         
41 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-window.c: (setup_document_from_metadata),
44         (setup_sidebar_from_metadata), (setup_document_from_metadata),
45         (setup_view_from_metadata), (ev_window_set_document),
46         (ev_window_load_job_cb), (ev_window_reload_job_cb),
47         (ev_window_reload_remote), (ev_window_init):
48
49         Do not use metadata when reloading the document, so that the
50         window is not resized when reloading. See bugs #571051 and
51         #304249.
52         
53 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * configure.ac:
56         * cut-n-paste/smclient/Makefile.am:
57
58         Fix smclient libs on cycgwin. See bug #339172.
59         
60 2009-02-08  Christian Persch  <chpe@gnome.org>
61
62         * configure.ac:
63         * libdocument/Makefile.am:
64         * libview/Makefile.am: Add experimental introspection support.
65         Disabled by default; use --enable-introspection to enable it.
66         Bug #569083.
67
68 2009-02-08  Christian Persch  <chpe@gnome.org>
69
70         * libview/Makefile.am: Link libevdocument.la to libevview.la.
71
72 2009-02-05  Christian Persch  <chpe@gnome.org>
73
74         * backend/comics/comics-document.c: (comics_document_load):
75         * backend/djvu/djvu-document.c: (djvu_document_load):
76         * backend/dvi/dvi-document.c: (dvi_document_load):
77         * backend/impress/impress-document.c: (impress_document_load):
78         * backend/pdf/ev-poppler.cc:
79         * libdocument/ev-document-factory.c: (get_document_from_uri),
80         (ev_document_factory_get_document):
81         * shell/ev-print-operation.c:
82         (ev_print_operation_export_print_dialog_response_cb): Use
83         g_set_error_literal now that we depend on glib 2.18.
84
85 2009-02-05  Hib Eris  <hib@hiberis.nl>
86
87         * shell/ev-application.c:
88
89         Include gdkx.h only with X11. See bug #339172.
90         
91 2009-02-05  Hib Eris  <hib@hiberis.nl>
92
93         * backend/pdf/pdfdocument.evince-backend.in:
94
95         Add application/x-ext-pdf mime type for pdf backend. See bug
96         #339172.
97         
98 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * configure.ac:
101         * cut-n-paste/smclient/Makefile.am:
102         * cut-n-paste/smclient/eggdesktopfile.c:
103         * cut-n-paste/smclient/eggsmclient-win32.c:
104         * shell/main.c:
105
106         Make session manager code compile for w32. These changes have been
107         taken from upstream libegg. Based on patch by Hib Eris. See bug
108         #339172.
109         
110 2009-02-05  Hib Eris  <hib@hiberis.nl>
111
112         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
113
114         Make screensaver code compile for w32. These changes have been
115         copied from upstream totem. See bug #339172.
116         
117 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * configure.ac:
120         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
121
122         Make use of GConf optional. Based on patch by Hib Eris. See bug
123         #339172.
124         
125 2009-02-04  Christian Persch  <chpe@gnome.org>
126
127         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
128         evince gettext domain, so i18n works in the library.
129
130         * properties/ev-properties-main.c: (nautilus_module_initialize):
131         Remove extra bindtextdomain call.
132
133 2009-02-04  Christian Persch  <chpe@gnome.org>
134
135         * backend/comics/comics-document.c:
136         * backend/djvu/djvu-document.c:
137         * backend/dvi/dvi-document.c:
138         * backend/impress/impress-document.c:
139         * backend/pdf/ev-poppler.cc:
140         * backend/pixbuf/pixbuf-document.c:
141         * backend/ps/ev-spectre.c:
142         * backend/tiff/tiff-document.c:
143         * libdocument/ev-attachment.c:
144         * libdocument/ev-document-factory.c:
145         * libview/ev-jobs.c:
146         * libview/ev-view-accessible.c:
147         * libview/ev-view.c:
148         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
149         gi18n.h.
150
151 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * NEWS:
154         * configure.ac:
155
156         Update for release 2.25.90
157         
158 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * cut-n-paste/zoom-control/ephy-zoom-control.c:
161         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
162
163         Remove the old tooltips code and use G_DEFINE_TYPE().
164         
165 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * configure.ac:
168         * help/reference/Makefile.am:
169         * help/reference/libdocument/Makefile.am:
170         * help/reference/libdocument/libevdocument-docs.sgml:
171         * help/reference/libdocument/libevdocument.types:
172         * help/reference/libdocument/version.xml.in:
173         * help/reference/libview/Makefile.am:
174         * help/reference/libview/libevview-docs.sgml:
175         * help/reference/libview/libevview.types:
176         * help/reference/libview/version.xml.in:
177         * help/reference/shell/Makefile.am:
178         * help/reference/shell/evince-docs.sgml:
179         * help/reference/shell/evince.types:
180         * help/reference/shell/tmpl/dummy.sgml:
181         * help/reference/shell/version.xml.in:
182
183         Split API documentation into libdocument, libview and
184         shell. Required gtk-doc files has been added, but API docs still
185         need to be completed and improved. Fixes bug #568465.
186         
187 2009-02-01  Christian Persch  <chpe@gnome.org>
188
189         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
190
191 2009-02-01  Christian Persch  <chpe@gnome.org>
192
193         * backend/Makefile.am:
194         A backend/backend.symbols:
195         * configure.ac: Only export the backend module entry point. Bug
196         #569998.
197
198 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/eggfindbar.c: (egg_find_bar_init):
201
202         Add mnemonics to buttons in search bar. Fixes bug #569212.
203         
204 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
205         
206         * shell/ev-print-operation.c:
207         (ev_print_operation_export_print_dialog_response_cb):
208
209         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
210         
211 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
214
215         Clamp top/bottom values of destinations to make sure they are not
216         bigger than the page height. Fixes bug #569327.
217         
218 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * libdocument/ev-debug.h:
221
222         Fix build when debug mode is disabled.
223         
224 2009-01-30  Christian Persch  <chpe@gnome.org>
225
226         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
227         this return TRUE only if any backends were loaded, so the ev_init()
228         function works as documented.
229
230 2009-01-30  Christian Persch  <chpe@gnome.org>
231
232         * evince-document.h:
233         * libdocument/Makefile.am:
234         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
235         #569117.
236
237         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
238         * libdocument/ev-backends-manager.h:
239         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
240         * libdocument/ev-debug.h:
241         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
242         (_ev_file_helpers_shutdown):
243         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
244         private.
245
246         * properties/ev-properties-main.c: (nautilus_module_initialize),
247         (nautilus_module_shutdown):
248         * shell/main.c: (main):
249         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
250         init/shutdown method.
251
252 2009-01-29  Christian Persch  <chpe@gnome.org>
253
254         * shell/main.c: (option_version_cb): Add --version which was lost in
255         the libgnome removal. Bug #562869.
256
257 2009-01-26  Christian Persch  <chpe@gnome.org>
258
259         * shell/ev-application.c: (ev_application_register_service),
260         (ev_application_shutdown):
261         * shell/main.c: (main): Move metadata manager initialisation and
262         shutdown into EvApplication. Follow-up from bug #569120.
263
264 2009-01-26  Christian Persch  <chpe@gnome.org>
265
266         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
267         copy the string twice. Bug #569231.
268
269 2009-01-26  Christian Persch  <chpe@gnome.org>
270
271         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
272         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
273         * libdocument/ev-file-helpers.h:
274         * shell/ev-application.c: (ev_application_shutdown),
275         (ev_application_init), (ev_application_screensaver_disable),
276         (ev_application_save_print_settings),
277         (ev_application_set_page_setup):
278         * shell/ev-application.h:
279         * shell/ev-metadata-manager.c: (load_values),
280         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
281         shell, since it shouldn't be public API. Bug #569120.
282
283         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
284         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
285
286 2009-01-25  Christian Persch  <chpe@gnome.org>
287
288         Bug 569082 – use versioned directory for backends
289
290         * configure.ac: Define ev_binary_version and backenddir.
291         * evince-document.pc.in: Add backenddir variable.
292         * libdocument/Makefile.am:
293         * backend/*/Makefile.am: Remove backenddir definition, so it picks
294         up the one from configure.
295
296 2009-01-25  Christian Persch  <chpe@gnome.org>
297
298         * configure.ac:
299         * evince-document.pc.in: Renamed from evince-backend.pc.in.
300         * libdocument/Makefile.am: Renamed library to libevdocument.la.
301         * libview/Makefile.am:
302         * shell/Makefile.am:
303         * backend/*/Makefile.am: Adapt to changed library name.
304
305         * libdocument/Makefile.am:
306         * libview/Makefile.am: Change the installed headers path to match
307         the directory names in SVN.
308
309         * evince-document.h:
310         * evince-view.h: Add single headers. Bug #568227.
311
312         * libdocument/*.h:
313         * libview/*.h: Add single headers guards.
314
315         * libview/Makefile.am:
316         * libdocument/Makefile.am:
317         * backend/*/Makefile.am:
318         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
319         still include individual headers.
320
321         * properties/Makefile.am:
322         * properties/ev-properties-main.c:
323         * properties/ev-properties-view.h:
324         * thumbnailer/Makefile.am:
325         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
326
327         * libdocument/Makefile.am:
328         * libview/Makefile.am: Generate type builtins from all installed headers.
329         * libdocument/ev-link-action.[ch]:
330         * libdocument/ev-link-dest.[ch]:
331         * libdocument/ev-transition-effect.[ch]:
332         * libview/ev-view.[ch]: Remove handcoded type builtins.
333
334         * libdocument/Makefile.am:
335         * evince-document.h: Add ev-document-factory.h to the public headers.
336
337 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-sidebar-page.c:
340
341         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
342         #568228.
343         
344 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * libdocument/ev-document.h:
347
348         Add EV_DEFINE_INTERFACE macro.
349         
350         * libdocument/ev-async-renderer.c:
351         * libdocument/ev-document-find.c:
352         * libdocument/ev-document-fonts.c:
353         * libdocument/ev-document-forms.c:
354         * libdocument/ev-document-images.c:
355         * libdocument/ev-document-layers.c:
356         * libdocument/ev-document-links.c:
357         * libdocument/ev-document-security.c:
358         * libdocument/ev-document-thumbnails.c:
359         * libdocument/ev-document-transition.c:
360         * libdocument/ev-document.c:
361         * libdocument/ev-file-exporter.c:
362         * libdocument/ev-selection.c:
363
364         Use EV_DEFINE_INTERFACE macro to define interfaces in
365         libdocument. See bug #568228.
366         
367 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * libdocument/ev-document.[ch]:
370
371         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
372         #568228.
373         
374 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
375
376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
377         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
378         (new_separator_pixbuf):
379         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
380         (egg_toolbar_editor_disconnect_model),
381         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
382         (egg_toolbar_editor_finalize):
383         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
384         * cut-n-paste/toolbar-editor/eggmarshalers.list:
385         
386         Sync EggToolbarEditor with libegg.
387
388 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
389
390         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
391         When saving a file, using the default permissions for the user/system,
392         respecting umask and any setgid bit on the directory. Uses the new
393         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
394         Bug #568593.
395         
396 2009-01-21  Christian Persch  <chpe@gnome.org>
397
398         * configure.ac:
399         * libdocument/Makefile.am:
400         * libview/Makefile.am: Add libtool versioning to libevbackend and
401         libevview. Bug #568229.
402
403 2009-01-21  Christian Persch  <chpe@gnome.org>
404
405         * Makefile.am:
406         * configure.ac:
407         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
408
409 2009-01-21  Christian Persch  <chpe@gnome.org>
410
411         * configure.ac:
412         * libdocument/Makefile.am:
413         A libdocument/ev-version.h.in: Add version defines and version check
414         macro. Bug #568224.
415
416 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
417
418         * shell/ev-sidebar-links.c
419         * shell/ev-print-operation.c:
420         * shell/ev-history.c:
421         * shell/ev-file-monitor.c:
422         * shell/ev-window.c:
423         * shell/ev-password-view.c:
424         * shell/ev-sidebar-thumbnails.c:
425         * shell/ev-sidebar-attachments.c:
426         * libview/ev-pixbuf-cache.c:
427         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
428         Bug #568386.
429
430 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
431
432         * libdocument/ev-document-info.h:
433
434         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
435         
436 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
437
438         * libview/Makefile.am:
439
440         Install ev-job-scheduler.h. See bug #567790.
441         
442 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
443
444         * libdocument/Makefile.am:
445
446         Install ev-backends-manager.h and
447         ev-document-type-builtins.h. Fixes bug #567787.
448         
449 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * NEWS:
452         * configure.ac:
453
454         Update for release 2.25.5
455         
456 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * libview/ev-view.c: (ev_view_drag_data_get):
459
460         Fix second parameter passed to gtk_selection_data_set_uris(), 
461         it expects a gchar **.
462         
463 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
464
465         * libdocument/Makefile.am:
466         * libdocument/ev-document-info.h:
467         * libdocument/ev-document-type-builtins.c.template:
468         * libdocument/ev-document-type-builtins.h.template:
469         * libdocument/ev-document.c: (ev_document_info_get_type),
470         (ev_document_info_copy):
471
472         Make EvDocumentInfo and enums definded in ev-document-info.h
473         GTypes. Fixes bug #567789.
474         
475 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
476
477         * shell/main.c (arguments_parse): Fix for a minor code typo.
478
479 2009-01-18  Christian Persch  <chpe@gnome.org>
480
481         * help/reference/Makefile.am:
482         * help/reference/evince.types: Fix the API docs build. Bug #568171.
483
484 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
485
486         * libview/Makefile.am:
487         * libview/ev-view-type-builtins.c.template:
488         * libview/ev-view-type-builtins.h.template:
489
490         Make EvJobPriority a proper GType. Fixes bug #567788.
491         
492 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * configure.ac:
495         * cut-n-paste/*/Makefile.am:
496         * libdocument/Makefile.am:
497
498         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
499         code.
500         
501 2009-01-18  Christian Persch  <chpe@gnome.org>
502
503         * libview/ev-view.c: (ev_view_drag_data_get),
504         (ev_view_drag_motion), (ev_view_update_primary_selection),
505         (clear_link_selected):
506         * shell/ev-sidebar-attachments.c:
507         (ev_sidebar_attachments_drag_data_get),
508         (ev_sidebar_attachments_get_property),
509         (ev_sidebar_attachments_init):
510         * shell/ev-window.c: Update drag handling code to use the
511         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
512         hardcoding the targets lists. Bug #558084.
513         
514 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * libdocument/Makefile.am:
517         * libdocument/ev-backend-marshal.c:
518         * libdocument/ev-backend-marshalers.list:
519         * libdocument/ev-document.c:
520
521         Remove unused marshalers stuff from libdocument.
522         
523 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * po/POTFILES.in:
526
527         Update for the current source tree.
528         
529 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * configure.ac:
532         * Makefile.am:
533         * libdocument/Makefile.am:
534         * libview/Makefile.am:
535         * libview/ev-job-scheduler.[ch]:
536         * libview/ev-jobs.[ch]:
537         * libview/ev-page-cache.[ch]:
538         * libview/ev-pixbuf-cache.[ch]:
539         * libview/ev-timeline.[ch]:
540         * libview/ev-transition-animation.[ch]:
541         * libview/ev-view-accessible.[ch]:
542         * libview/ev-view-marshal.list:
543         * libview/ev-view.[ch]:
544         * shell/Makefile.am:
545
546         Move EvView specific code to a libeviview library so that it can
547         be embbeded in other applications. Based on patches by Tomeu
548         Vizoso. Fixes bug #567751.
549         
550 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
553         * shell/ev-window.c: (ev_window_load_job_cb),
554         (ev_window_load_job_cb), (ev_window_open_uri),
555         (ev_window_reload_local), (ev_window_dispose):
556
557         Remove dest, mode and search_string from EvJobLoad since they are
558         not really needed by the job, but for the window.
559         
560 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-view.c: (ev_view_drag_data_received),
563         (ev_view_class_init), (ev_view_init):
564         * shell/ev-window.c: (ev_window_drag_data_received),
565         (ev_window_class_init), (ev_window_init):
566
567         Make the whole EvWindow the destination of a drag and drop
568         operation.
569         
570 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * shell/ev-window.c: (window_open_file_copy_progress_cb):
573
574         Add missing brakets around the percentage in progress
575         messages. See bug #567910.
576         
577 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-application.c: (ev_application_open_window),
580         (ev_application_open_uri_at_dest):
581
582         Do no use gdk_x11_* when not available. Based on patch by Hib
583         Eris, see bug #339172.
584         
585 2009-01-16  Hib Eris  <hib@hiberis.nl>
586
587         * configure.ac:
588         * properties/ev-properties-view.c:
589         (ev_properties_view_format_date):
590
591         Check for localtime_r. See bug #339172.
592         
593 2009-01-16  Hib Eris  <hib@hiberis.nl>
594
595         * shell/main.c:
596
597         Include gdkx only for dbus support. See bug #339172.
598         
599 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
600
601         * shell/ev-view.c: (ev_view_set_zoom_for_size):
602
603         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
604         #567785.
605         
606 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-window.c: (reload_remote_copy_progress_cb),
609         (window_save_file_copy_progress_cb):
610
611         Use brakets around the percentage in progress messages. See bug
612         #567910.
613         
614 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * shell/ev-window.c: (reload_remote_copy_ready_cb):
617
618         Fix typo in error message. See bug #567910.
619         
620 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-window.c: (ev_window_cmd_file_close_window):
623
624         Fix mnemonic conflict. Fixes bug #567937.
625         
626 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
627
628         * NEWS:
629         * configure.ac:
630
631         Update for release 2.25.4
632         
633 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
634
635         * configure.ac:
636         
637         GLib version requirement bumped to 2.18 due to g_set_error_literal.
638         Thanks to Christian Spurk.
639
640 2008-12-31  Hib Eris  <hib@hiberis.nl>
641         
642         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
643
644         Fix mime type handling.
645         
646 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * po/POTFILES.in:
649
650         Add ev-print-operation.c.
651         
652 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-window.c: (ev_window_clear_progress_idle),
655         (reset_progress_idle), (ev_window_show_progress_message),
656         (ev_window_reset_progress_cancellable),
657         (ev_window_progress_response_cb), (show_loading_progress),
658         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
659         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
660         (show_reloading_progress), (reload_remote_copy_ready_cb),
661         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
662         (show_saving_progress), (window_save_file_copy_ready_cb),
663         (window_save_file_copy_progress_cb), (ev_window_save_remote),
664         (ev_window_dispose):
665
666         Show progress information when loading/saving remote files. Fixes
667         bug #370958.
668         
669 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
672
673         Show better warning message when temp file cannot be deleted.
674         
675 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-window.c: (image_save_dialog_response_cb):
678
679         Fix saving images to remote locations.
680         
681 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-application.[ch]: (ev_application_shutdown),
684         (ev_application_get_print_settings_file),
685         (ev_application_save_print_settings),
686         (ev_application_get_print_settings),
687         (ev_application_set_print_settings),
688         (ev_application_get_page_setup), (ev_application_set_page_setup):
689         * shell/ev-window.c: (ev_window_save_print_page_setup),
690         (ev_window_load_print_page_setup_from_metadata),
691         (ev_window_print_page_setup_done_cb),
692         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
693         (ev_window_cmd_preview_print):
694
695         Remember page setup options too. Paper size is globally remembered
696         while page margins are stored per document in metadata file. Fixes
697         bugs #525185 and #349102.
698         
699 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-print-operation.c:
702         (ev_print_operation_export_print_dialog_response_cb):
703
704         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
705         
706 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * shell/ev-print-operation.c: (export_cancel),
709         (export_job_cancelled), (ev_print_operation_export_begin),
710         (ev_print_operation_export_cancel):
711         * shell/ev-window.c: (ev_window_print_cancel),
712         (ev_window_print_update_pending_jobs_message),
713         (ev_window_print_operation_done),
714         (ev_window_print_operation_status_changed),
715         (print_jobs_confirmation_dialog_response),
716         (ev_window_cmd_file_close_window):
717
718         Show a confirmation dialog when there are pending print jobs while
719         closing the main window. Fixes bug #480964.
720         
721 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
724         (ev_print_operation_get_job_name),
725         (ev_print_operation_get_status),
726         (ev_print_operation_get_progress),
727         (ev_print_operation_update_status),
728         (ev_print_operation_export_get_job_name), (clamp_ranges),
729         (get_first_and_last_page), (ev_print_operation_export_run_next),
730         (print_job_finished), (export_print_done), (export_job_cancelled),
731         (update_progress), (export_print_page),
732         (ev_print_operation_export_begin),
733         (ev_print_operation_export_print_dialog_response_cb),
734         (ev_print_operation_export_run),
735         (ev_print_operation_export_cancel),
736         (ev_print_operation_export_class_init):
737         * shell/ev-window.c:
738         (ev_window_print_update_pending_jobs_message),
739         (ev_window_print_operation_done),
740         (ev_window_print_progress_response_cb),
741         (ev_window_print_operation_status_changed),
742         (ev_window_print_operation_begin_print), (ev_window_print_range),
743         (ev_window_dispose):
744
745         Show progress information when printing. Fixes bug #482770.
746         
747 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * shell/Makefile.am:
750         * shell/ev-progress-message-area.[ch]:
751         * shell/ev-message-area.[ch]: (ev_message_area_init),
752         (ev_message_area_set_image_from_stock):
753
754         Add EvProgressMessageArea derived from EvMessageArea to show
755         progress information in the message area. 
756         
757 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
760
761         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
762         close button. Add a function to get the contents of the message
763         area.
764         
765 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * shell/Makefile.am:
768         * shell/ev-print-operation.[ch]:
769         * shell/ev-jobs.[ch]: (ev_job_export_init),
770         (ev_job_export_dispose), (ev_job_export_run),
771         (ev_job_export_class_init), (ev_job_export_new),
772         (ev_job_export_set_page):
773         * shell/ev-window.c: (ev_window_print_operation_done),
774         (ev_window_print_range), (ev_window_dispose):
775
776         First step of the printing system rework. EvJobPrint has been
777         replaced by EvJobExport so that every page is scheduled to be
778         exported in a thread instead of scheduling the whole printing
779         process. This way the gui is responsive during printing.
780         
781 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-window.c: (setup_size_from_metadata),
784         (ev_window_load_print_settings_from_metadata):
785
786         Fix memory leaks.
787         
788 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * libdocument/ev-document.c: (ev_document_get_type):
791
792         Add GObject type as prerequisite to EvDocument interface so that
793         document instances can be used as GObjects.
794         
795 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * shell/ev-view.c: (jump_to_find_result):
798
799         Only jump the the location of the find result for the first match
800         when searching. It drastically improves the performance when
801         searching. Bug catched and fixed by Michael Hunold. Fixes bug
802         #564774.
803         
804 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * properties/ev-properties-main.c: (ev_properties_get_pages):
807         * properties/ev-properties-view.[ch]:
808         (ev_properties_view_dispose), (ev_properties_view_class_init),
809         (ev_properties_view_set_info), (ev_properties_view_new):
810         * shell/ev-properties-dialog.[ch]:
811         (ev_properties_dialog_set_document):
812         * shell/ev-window.c: (ev_window_setup_document),
813         (ev_window_cmd_file_properties):
814
815         Add document URI to properties page. Fixes bug #555376.
816         
817 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * configure.ac:
820         * data/Makefile.am:
821         * data/evince-password.glade: Removed
822         * data/evince-properties.glade: Removed
823         * properties/ev-properties-view.c:
824         (ev_properties_view_class_init), (set_property),
825         (ev_properties_view_set_info), (ev_properties_view_init):
826         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
827         (font_cell_data_func), (ev_properties_fonts_init):
828
829         Remove Glade dependency.
830         
831 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * backend/comics/comics-document.c: (comics_document_load):
834
835         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
836         
837 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * NEWS:
840         * configure.ac:
841
842         Update for release 2.25.2
843         
844 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * configure.ac:
847         * shell/Makefile.am:
848         * shell/ev-keyring.[ch]:
849         * shell/ev-password.[ch]: Removed
850         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
851         (ev_password_view_class_init), (ev_password_view_clicked_cb),
852         (ev_password_view_init), (ev_password_view_set_uri),
853         (ev_password_dialog_got_response),
854         (ev_password_dialog_remember_button_toggled),
855         (ev_password_dialog_entry_changed_cb),
856         (ev_password_dialog_entry_activated_cb),
857         (ev_password_view_ask_password), (ev_password_view_get_password),
858         (ev_password_view_get_password_save_flags),
859         (ev_password_view_new):
860         * shell/ev-window.c: (ev_window_password_view_unlock),
861         (ev_window_load_job_cb), (ev_window_close_dialogs),
862         (ev_window_init):
863
864         Rework the password view. When the password is in the keyring it's
865         used automatically without showing the password dialog and it's  
866         only stored in the keyring when we are sure it's correct. The
867         password dialog has been reworked too, in order to make it
868         more hig compliant and consistent with the GTK+ dialog used in
869         gtkmountoperation. Fixes bug #562496. 
870         
871 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * backend/comics/comics-document.c: (comics_document_load):
874
875         Do not trust file extensions when getting the command needed to
876         uncompress comic documents. Fixes bug #562143.
877         
878 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * libdocument/ev-document-factory.c: (get_document_from_uri),
881         (ev_document_factory_get_document):
882         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
883         (get_mime_type_from_data), (ev_file_get_mime_type):
884
885         Move mime-type functions from document-facrory to file-helpers so
886         that it can be reused.
887         
888 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
891         (window_open_file_copy_ready_cb), (ev_window_reload_local),
892         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
893         (ev_window_reload_remote), (ev_window_reload_document):
894
895         Add support for reloading remote documents. Fixes bug #555399.
896         
897 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * shell/ev-view.c: (ev_view_find_previous):
900
901         Make sure find_result is never < 0 which causes a crash while
902         searching. Fixes bug #558377.
903         
904 2008-11-19  Marek Kašík <mkasik@redhat.com>
905
906         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
907         (ev_pixbuf_cache_get_selection_surface):
908         
909         Fixes crash on fast scrolling with simultaneous text selection.
910
911 2008-11-19  Marek Kašík <mkasik@redhat.com>
912
913         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
914         * shell/ev-window.c (launch_external_uri):
915         
916         Fixes assertion fail on selecting text. See bug #561393.
917
918 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/Makefile.am:
921         * shell/ev-jobs.[ch]: (ev_job_layers_init),
922         (ev_job_layers_dispose), (ev_job_layers_run),
923         (ev_job_layers_class_init), (ev_job_layers_new):
924         * shell/ev-sidebar-layers.[ch]:
925         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
926         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
927         (ev_view_reload_page), (ev_view_reload):
928         * shell/ev-window.c: (setup_sidebar_from_metadata),
929         (ev_window_sidebar_current_page_changed_cb),
930         (sidebar_layers_visibility_changed), (ev_window_init):
931
932         Add layers support.
933         
934 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * data/icons/22x22/actions/Makefile.am:
937         * data/icons/22x22/actions/eye.png:
938         * shell/ev-stock-icons.[ch]:
939         
940         Add eye icon from gimp to hide/show layers.
941         
942 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * configure.ac:
945         * cut-n-paste/Makefile.am:
946         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
947         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
948         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
949
950         Add GimpCellRendererToggle from gimp slightly modified to fit our
951         needs. 
952         
953 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * configure.ac:
956         * backend/pdf/ev-poppler.cc:
957
958         Implement layers interface in PDF backend.
959         
960 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * libdocument/Makefile.am:
963         * libdocument/ev-document-layers.[ch]:
964         * libdocument/ev-layer.[ch]:
965
966         Add optional content (layers) interface.
967         
968 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
969
970         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
971         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
972
973         Removes unused code.
974
975 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * NEWS:
978         * configure.ac:
979
980         Update for 2.25.1 release
981
982 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * shell/ev-window.c:
985
986         Fix build with GTK+ < 2.14
987
988 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
989
990         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
991         
992         Makes menu label translatable. Fixes bug #559129.
993
994 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
995
996         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
997         (t1_transform_font):
998         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
999         
1000         More renames of warning to mdvi_warning in follow up to the
1001         fix of the bug #553369. Fix for the bug #559257 by
1002         Tuxce <tuxce.net@gmail.com>.
1003         
1004 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-application.c: (ev_application_init_session):
1007         * shell/main.c: (main):
1008
1009         Move the egg_set_desktop_file() call to main and remove
1010         gtk_window_set_default_icon_name() since it's already called by
1011         egg_set_desktop_file()
1012         
1013 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1016
1017         Initialize GError to NULL.
1018         
1019 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1022         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1023         (ev_window_preview_print_finished), (launch_action):
1024
1025         Do not use popup dialogs to show error messages anymore, use the
1026         message area instead.
1027         
1028 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c: (ev_window_error_message),
1031         (ev_window_warning_message), (ev_window_set_document),
1032         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1033         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1034         (ev_window_cmd_help_contents), (launch_external_uri),
1035         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1036         (ev_attachment_popup_cmd_open_attachment),
1037         (attachment_save_dialog_response_cb):
1038
1039         Use a message format (with printf()-style) in
1040         ev_window_error_message and ev_window_warning_message.
1041
1042 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-window.c: (ev_window_error_message),
1045         (ev_window_warning_message), (ev_window_set_document),
1046         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1047         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1048         (ev_window_cmd_help_contents), (launch_external_uri),
1049         (image_save_dialog_response_cb),
1050         (ev_attachment_popup_cmd_open_attachment),
1051         (attachment_save_dialog_response_cb):
1052
1053         Change ev_window_error_message and ev_window_warning_message to
1054         receive a EvWindow instead of a GtkWindow. It's more consistent
1055         and avoids unneeded casts.
1056         
1057 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-window.c: (ev_window_cmd_help_contents):
1060
1061         Use gtk_show_uri() when availale to display help contents.
1062         
1063 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * configure.ac:
1066         * backend/pdf/ev-poppler.cc:
1067         * properties/ev-properties-view.c:
1068         * shell/Makefile.am:
1069         * shell/ev-tooltip.[ch]: Removed
1070         * shell/ev-view-private.h
1071         * shell/eggfindbar.c:
1072         * shell/ev-application.c:
1073         * shell/ev-open-recent-action.c:
1074         * shell/ev-sidebar-thumbnails.c:
1075         * shell/ev-view.c:
1076         * shell/ev-window.c:
1077
1078         Bump GTK+ requirement to 2.12.
1079         
1080 2008-10-27 Christian Persch <chpe@gnome.org>
1081
1082         * backend/djvu/djvu-document.c
1083         * backend/dvi/cairo-device.c
1084         * cut-n-paste/evmountoperation/ev-mount-operation.h
1085         * cut-n-paste/gedit-message-area/gedit-message-area.h
1086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1087         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1088         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1089         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1090         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1091         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1092         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1093         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1094         * cut-n-paste/zoom-control/ephy-zoom-action.c
1095         * cut-n-paste/zoom-control/ephy-zoom-action.h
1096         * cut-n-paste/zoom-control/ephy-zoom-control.c
1097         * cut-n-paste/zoom-control/ephy-zoom-control.h
1098         * libdocument/ev-async-renderer.h
1099         * libdocument/ev-document-factory.c
1100         * libdocument/ev-document-misc.h
1101         * libdocument/ev-image.h
1102         * libdocument/ev-selection.h
1103         * shell/ev-properties-fonts.h
1104         * shell/ev-stock-icons.h
1105         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1106         directly. Bug #558064.
1107
1108 2008-10-27 Christian Persch <chpe@gnome.org>
1109
1110         * cut-and-paste/smclient/*: Update from libegg.
1111
1112 2008-10-27 Christian Persch <chpe@gnome.org>
1113
1114         * backend/djvu/djvu-document.c
1115         * backend/ps/ev-spectre.c
1116         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1117
1118 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1119
1120         * shell/ev-view.c (ev_view_change_page),
1121         (ev_view_transition_animation_finish),
1122         (ev_view_transition_animation_cancel), (page_changed_cb),
1123         (ev_view_set_presentation), (ev_view_next_page),
1124         (ev_view_previous_page):
1125         
1126         Cancel the animation without scheduling transition start
1127         and proceed to the next page to fix bug #516749.
1128
1129 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * NEWS:
1132         * configure.ac:
1133
1134         Update for release 2.24.1
1135         
1136 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1139
1140         Disable toggle function of F5 when in presentation mode. Patch by
1141         Dave Neary. Fixes bug #556162.
1142         
1143 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1146         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1147         (ev_sidebar_thumbnails_fill_model),
1148         (ev_sidebar_thumbnails_refresh),
1149         (ev_sidebar_thumbnails_set_document):
1150
1151         Instead of using only one loading icon for thumbnails based on the
1152         size of the first page, create an icon for every different page
1153         size. Fixes bug #556264.
1154         
1155 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1158
1159         Fix memory leak.
1160         
1161 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1162
1163         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1164
1165         Removes bad prefixes from window title. Patch by 
1166         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1167         
1168 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-window.c: (launch_external_uri):
1171
1172         Do not consider mailto links as http uris. Fixes bug #555801.
1173         
1174 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1177
1178         Fix memory leak. Fixes bug #555134.
1179         
1180 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1183
1184         Emit the job finished signal when the job is handled before the
1185         page_ready callback.
1186         
1187 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * shell/ev-window.c: (launch_action):
1190
1191         Use GdkAppLaunchContext when available to launch external
1192         applications.
1193         
1194 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-window.c: (launch_action):
1197
1198         Fix launching external applications for launch actions which seems
1199         to be broken since the gio port. Fixes bug #554500.
1200         
1201 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * backend/dvi/Makefile.am:
1204         * backend/dvi/cairo-device.c:
1205         * backend/dvi/dvi-document.c:
1206         * backend/dvi/mdvi-lib/Makefile.am:
1207
1208         Fix several compile warnings in the dvi backend.
1209         
1210 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * backend/dvi/mdvi-lib/common.h:
1213         * backend/dvi/mdvi-lib/dviread.c:
1214         * backend/dvi/mdvi-lib/font.c:
1215         * backend/dvi/mdvi-lib/fontmap.c:
1216         * backend/dvi/mdvi-lib/fontsrch.c:
1217         * backend/dvi/mdvi-lib/gf.c:
1218         * backend/dvi/mdvi-lib/pagesel.c:
1219         * backend/dvi/mdvi-lib/pk.c:
1220         * backend/dvi/mdvi-lib/sp-epsf.c:
1221         * backend/dvi/mdvi-lib/special.c:
1222         * backend/dvi/mdvi-lib/tfm.c:
1223         * backend/dvi/mdvi-lib/tfmfile.c:
1224         * backend/dvi/mdvi-lib/util.c:
1225         * backend/dvi/mdvi-lib/vf.c:
1226
1227         Rename error as mdvi_error to avoid symbol conflicts with the libc
1228         error. Rename also message, crash, fatal and warning for
1229         consistency. Fixes bug #553369.
1230         
1231 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * backend/dvi/dvi-document.c: (dvi_document_load):
1234
1235         Fix memory leak.
1236         
1237 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * backend/dvi/dvi-document.c:
1240
1241         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1242         G_IMPLEMENT_INTERFACE.
1243         
1244 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1247
1248         Make sure copy_job_page_and_selection_to_job_info is always called
1249         before copy_job_to_job_info. Fixes bug #552382.
1250         
1251 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * NEWS:
1254         * configure.ac:
1255
1256         Update for release 2.24.0
1257         
1258 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-window.c: (launch_external_uri):
1261
1262         Use GdkAppLaunchContext when available to launch external uris.
1263         
1264 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-window.c: (launch_external_uri):
1267
1268         Use the message area to show errors when lauching external uris
1269         instead of a popup window.
1270         
1271 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/ev-window.c: (launch_external_uri):
1274
1275         Assume invalid uris are http uris. Fixes bug #552071.
1276         
1277 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * NEWS:
1280         * configure.ac:
1281
1282         Update for release 2.23.92.
1283         
1284 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/eggfindbar.c: (egg_find_bar_class_init):
1287
1288         Allow page scrolling with PageUp/PageDown keys when find bar is
1289         active. Fixes bug #529833.
1290         
1291 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * shell/ev-view-private.h:
1294         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1295         (ev_view_scroll), (ev_view_class_init):
1296         * shell/ev-view-accessible.c:
1297         (ev_view_accessible_action_do_action):
1298         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1299         (ev_window_cmd_scroll_backward):
1300
1301         Use GtkScrollType instead of EvScrollType.
1302         
1303 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1304
1305         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1306         
1307         Patch for case unsensitive page label match by Michael Lee.
1308         See bug #550136.
1309         
1310         * shell/ev-page-action.c (create_tool_item):    
1311         * test/Makefile.am:
1312         * test/test1.py:
1313         * test/test4.py:
1314         * test/test5.py:
1315         
1316         Added test for the above and updated other tests.
1317
1318 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-window.c: (image_save_dialog_response_cb):
1321
1322         Do not append the file extension twice when saving an image.
1323         
1324 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1327
1328         Remove an invalid ifdef.
1329         
1330 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-view.c: (ev_view_motion_notify_event):
1333
1334         Make sure the cursor is correctly restored after showing the right
1335         click menu.
1336         
1337 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1340         (ev_attachment_open):
1341         * shell/ev-sidebar-attachments.c:
1342         (ev_sidebar_attachments_button_press):
1343         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1344
1345         Use GdkAppLaunchContext when available to open attachments.
1346         
1347 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1350
1351         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1352         by Eric Piel.
1353         
1354 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * shell/ev-application.c: (ev_application_get_media_keys):
1357         * shell/ev-media-player-keys.[ch]:
1358         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1359         (ev_media_player_keys_grab_keys),
1360         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1361         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1362         * shell/ev-window.[ch]: (ev_window_dispose),
1363         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1364         (ev_window_init):
1365
1366         Clean up the media player keys stuff.
1367         
1368 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * NEWS:
1371         * configure.ac:
1372
1373         Update for release 2.23.91.
1374         
1375 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1378         (sm_client_xsmp_set_initial_properties):
1379
1380         Fix memory leak.
1381         
1382 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-application.c: (ev_application_open_window),
1385         (ev_application_open_uri_at_dest):
1386
1387         Make sure evince starts up in the right workspace when resuming a
1388         previous session.
1389         
1390 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-application.[ch]: (ev_application_open_window),
1393         (ev_application_add_icon_path_for_screen),
1394         (ev_application_open_uri_at_dest):
1395
1396         Fix window manager warnings shown in ~/.xsession-errors
1397         
1398 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * configure.ac:
1401         * cut-n-paste/Makefile.am:
1402         * cut-n-paste/smclient/Makefile.am:
1403         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1404         * cut-n-paste/smclient/eggsmclient-private.h:
1405         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1406         * cut-n-paste/smclient/eggsmclient.[ch]:
1407
1408         EggSMClient copied from libegg
1409
1410         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1411         * shell/Makefile.am:
1412         * shell/ev-application.[ch]: (ev_application_load_session),
1413         (smclient_save_state_cb), (smclient_quit_cb),
1414         (ev_application_init_session), (ev_application_shutdown),
1415         (ev_application_init):
1416         * shell/main.c: (main):
1417
1418         Use EggSMClient instead of gnome-client and remove libgnome and
1419         libgnomeui dependencies.
1420         
1421 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * shell/main.c: (main):
1424
1425         Remove gnome_authentication_manager_init.
1426         
1427 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-view.c: (ev_view_goto_window_create):
1430
1431         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1432         since it's now deprecated.
1433         
1434 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * backend/djvu/Makefile.am:
1437         * backend/djvu/djvu-document-private.h:
1438         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1439         (djvu_document_find_iface_init):
1440         * backend/djvu/djvu-text-page.[ch]:
1441         * backend/djvu/djvu-text.[ch]: Removed
1442         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1443         (pdf_document_find_iface_init):
1444         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1445         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1446         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1447         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1448         (ev_job_find_has_results), (ev_job_find_get_results):
1449         * shell/ev-view-private.h:
1450         * shell/ev-view.[ch]: (ev_view_expose_event),
1451         (highlight_find_results), (ev_view_finalize),
1452         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1453         (ev_view_set_document), (ev_view_find_get_n_results),
1454         (ev_view_find_get_result), (jump_to_find_result),
1455         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1456         (ev_view_find_previous), (ev_view_find_search_changed),
1457         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1458         * shell/ev-window.c: (ev_window_update_actions),
1459         (page_changed_cb), (ev_window_setup_document),
1460         (ev_window_update_find_status_message),
1461         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1462         (ev_window_clear_find_job), (find_bar_close_cb),
1463         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1464         (ev_window_dispose), (ev_window_init):
1465
1466         Rework find interface. The find logic has been moved from backends
1467         to the shell avoiding a lot of duplicated code in the backends and
1468         making easier to implement the find interface in the backends.
1469         
1470 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * backend/pdf/ev-poppler.cc:
1473         (pdf_document_thumbnails_get_dimensions):
1474
1475         Make sure thumbnail size returned by the PDF is actually
1476         valid. Fixes bug #548462.
1477         
1478 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * shell/ev-window.c: (ev_window_setup_document),
1481         (ev_window_set_document), (ev_window_dispose):
1482
1483         Remove the idle function for setting the document up when the
1484         window is destroyed. Fixes bug #549163.
1485         
1486 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1489         (ev_job_attachments_dispose), (ev_job_attachments_run),
1490         (ev_job_attachments_class_init), (ev_job_attachments_new):
1491         * shell/ev-sidebar-attachments.c:
1492         (ev_sidebar_attachments_set_document):
1493
1494         Add a new job to get the attachments in a thread with the document
1495         lock held. Fixes bug #548653.
1496         
1497 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1500         (tiff_document_document_iface_init):
1501
1502         Implement document_get_page_label in tiff backend.
1503         
1504 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * backend/tiff/tiff-document.c: (tiff_document_render):
1507
1508         Handle document orientation in tiff backend. Fixes bug #548444.
1509         
1510 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1513
1514         Do not crash when adjustment page size is 0. Fixes bug #547440.
1515         
1516 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1519
1520         Sync with current GTK+.
1521         
1522 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1523
1524         * configure.ac:
1525         
1526         Update for release 2.23.6.
1527
1528 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1531         (ev_job_load_set_password):
1532         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1533         * shell/ev-window.c: (password_dialog_response),
1534         (ev_window_load_job_cb):
1535
1536         Fix loading encrypted documents since I broke it with the jobs
1537         rework.
1538         
1539 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * NEWS:
1542
1543         Update NEWS for 2.23.6 release.
1544         
1545 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1546
1547         * backend/impress/impress-document.c:
1548         * backend/impress/render.h:
1549         * libdocument/ev-document-factory.c:
1550         * libdocument/ev-document-factory.h:
1551         * libdocument/ev-document-links.h:
1552         * libdocument/ev-document-misc.c:
1553         * libdocument/ev-document-misc.h:
1554         * properties/ev-properties-main.c:
1555         * properties/ev-properties-view.c:
1556         * properties/ev-properties-view.h:
1557         * shell/eggfindbar.c:
1558         * shell/eggfindbar.h:
1559         * shell/ev-application.c:
1560         * shell/ev-application.h:
1561         * shell/ev-jobs.h:
1562         * shell/ev-message-area.h:
1563         * shell/ev-navigation-action.c:
1564         * shell/ev-navigation-action.h:
1565         * shell/ev-open-recent-action.c:
1566         * shell/ev-open-recent-action.h:
1567         * shell/ev-page-action-widget.c:
1568         * shell/ev-page-action.c:
1569         * shell/ev-page-action.h:
1570         * shell/ev-page-cache.h:
1571         * shell/ev-password-view.h:
1572         * shell/ev-password.h:
1573         * shell/ev-pixbuf-cache.h:
1574         * shell/ev-properties-fonts.c:
1575         * shell/ev-sidebar-attachments.c:
1576         * shell/ev-sidebar-links.c:
1577         * shell/ev-sidebar-links.h:
1578         * shell/ev-sidebar-thumbnails.c:
1579         * shell/ev-sidebar-thumbnails.h:
1580         * shell/ev-sidebar.c:
1581         * shell/ev-sidebar.h:
1582         * shell/ev-stock-icons.c:
1583         * shell/ev-tooltip.h:
1584         * shell/ev-view.c:
1585         * shell/ev-view.h:
1586         * shell/ev-window.c:
1587         * shell/ev-window.h:
1588         * shell/main.c:
1589
1590         More #include cleanups. Again: reordering, single gtk.h
1591         includes and other stuff.
1592
1593 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1594
1595         * shell/eggfindbar.c:
1596         * shell/ev-application.c:
1597         * shell/ev-message-area.c:
1598         * shell/ev-navigation-action.c:
1599         * shell/ev-open-recent-action.c:
1600         * shell/ev-page-action-widget.c:
1601         * shell/ev-page-action.c:
1602         * shell/ev-password-view.c:
1603         * shell/ev-properties-dialog.c:
1604         * shell/ev-properties-fonts.c:
1605         * shell/ev-sidebar-attachments.c:
1606         * shell/ev-sidebar-page.c:
1607         * shell/ev-sidebar-thumbnails.c:
1608         * shell/ev-stock-icons.c:
1609         * shell/ev-tooltip.c:
1610         * shell/ev-view.c:
1611         * shell/ev-window.c:
1612         * shell/main.c:
1613
1614         Cleanup many #include statements: reorder so that a
1615         generic-to-specific order is used, use single gtk.h
1616         includes, and some other cleanups.
1617
1618 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-jobs.h:
1621
1622         Add gio header.
1623         
1624 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1627         (ev_document_fc_mutex_trylock):
1628         * shell/Makefile.am:
1629         * shell/ev-job-queue.[ch]:
1630         * shell/ev-job-scheduler.[ch]:
1631         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1632         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1633         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1634         (ev_job_failed_from_error), (ev_job_succeeded),
1635         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1636         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1637         (ev_job_links_class_init), (ev_job_render_init),
1638         (notify_page_ready), (ev_job_render_page_ready),
1639         (ev_job_render_run), (ev_job_render_class_init),
1640         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1641         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1642         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1643         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1644         (ev_job_save_dispose), (ev_job_save_run),
1645         (ev_job_save_class_init), (ev_job_print_init),
1646         (ev_job_print_dispose), (ev_job_print_run),
1647         (ev_job_print_class_init):
1648         * shell/ev-page-cache.c:
1649         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1650         (check_job_size_and_unref), (move_one_job),
1651         (copy_job_to_job_info), (add_job),
1652         (ev_pixbuf_cache_add_jobs_if_needed):
1653         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1654         (job_fonts_finished_cb), (job_fonts_updated_cb),
1655         (ev_properties_fonts_set_document):
1656         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1657         (ev_sidebar_links_set_document):
1658         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1659         (ev_sidebar_thumbnails_set_document),
1660         (ev_sidebar_thumbnails_clear_job):
1661         * shell/ev-view-private.h:
1662         * shell/ev-view.c:
1663         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1664         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1665         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1666         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1667         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1668         (ev_window_reload_document), (ev_window_clear_save_job),
1669         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1670         (ev_window_clear_print_job), (ev_window_print_job_cb),
1671         (ev_window_print_dialog_response_cb):
1672         * shell/main.c: (main):
1673
1674         Rework the jobs system in order to make it simpler and more
1675         extensible. It allows to run jobs in the main loop instead of
1676         using a thread when it's appropriate like the fonts job. Now it's
1677         also possible to cancel jobs that are currently running. 
1678         
1679 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * libdocument/ev-debug.c: (profile_init):
1682
1683         Create the hash table also when profiling service is enabled for
1684         all sections.
1685         
1686 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1689         (ev_profiler_stop):
1690         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1691         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1692         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1693         (ev_job_print_run):
1694         * shell/main.c: (main):
1695
1696         Add a profile mode available when debug is enabled. Add profilers
1697         in ev-jobs.
1698         
1699 2008-07-23  Götz Waschk <waschk@mandriva.org>
1700
1701         * configure.ac: Correctly build desktop file. Fixes
1702         bug #544237.
1703
1704 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1705
1706         * configure.ac:
1707         
1708         Update for release 2.23.5.
1709
1710 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * NEWS:
1713
1714         Update NEWS for 2.23.5 release.
1715         
1716 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-window.c: (ev_window_state_event),
1719         (ev_window_class_init):
1720
1721         Intercept window manager's fullscreen request in order to run/stop
1722         fullscreen mode. Fixes bug #493541.
1723         
1724 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1727
1728         Restart the job search when the find bar is opened for the second
1729         time. Fixes bug #531956.
1730         
1731 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1734         (get_document_from_uri):
1735
1736         Make sure we always return a valid error struct when
1737         get_document_from_uri fails. Fixes nautilus crash, see bug
1738         #542548.
1739         
1740 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1741
1742         * libdocument/ev-transition-effect.c
1743         (ev_transition_effect_type_get_type),
1744         (ev_transition_effect_alignment_get_type),
1745         (ev_transition_effect_direction_get_type):
1746         
1747         Fixes bug #542924. Makes enums static to fix Solaris build.
1748
1749 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * shell/ev-view.c: (ev_view_key_press_event):
1752
1753         Add '.' keybinding for blanking the screen in presentation
1754         mode. Fixes bug #542001.
1755         
1756 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * libdocument/ev-document-misc.c:
1759         (ev_document_misc_pixbuf_from_surface):
1760
1761         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1762         #540950.
1763         
1764 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1765
1766         * backend/comics/comics-document.c (comics_document_load):
1767         * backend/comics/comicsdocument.evince-backend.in:
1768         * configure.ac:
1769         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1770         
1771         Added support for 7-zip based cb7 comic book. Patch by
1772         Kartik Rustagi. Fixes bug #532312.
1773
1774 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1775
1776         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1777         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1778         Fixes bug #539972.
1779
1780 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1781
1782         * shell/Makefile.am:
1783         * shell/ev-application.c (ev_application_init),
1784         (ev_application_get_media_keys):
1785         * shell/ev-application.h:
1786         * shell/ev-marshal.list:
1787         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1788         (proxy_destroy), (on_media_player_key_pressed),
1789         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1790         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1791         * shell/ev-media-player-keys.h:
1792         * shell/ev-window.c (ev_window_go_previous_page),
1793         (ev_window_go_next_page), (ev_window_go_first_page),
1794         (ev_window_go_last_page), (ev_window_start_presentation),
1795         (ev_window_dispose), (view_actions_focus_in_cb):
1796         * shell/ev-window.h: When building with D-Bus support, listen
1797         for multimedia key events from gnome-settings-daemon. This allows
1798         to go to the next/previous/first/last pages using, respectively,
1799         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1800         a presentation. Fixes bug #539971.
1801
1802 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1803
1804         * configure.ac:
1805         
1806         Update for release 2.23.4.
1807
1808 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * NEWS:
1811
1812         Update news for 2.23.4 release.
1813         
1814 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1817         * shell/ev-sidebar-thumbnails.c:
1818         (ev_sidebar_thumbnails_set_loading_icon),
1819         (ev_sidebar_thumbnails_refresh):
1820         * shell/ev-window.c: (ev_window_error_message),
1821         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1822         (ev_window_set_document):
1823
1824         Do not crash opening documents with no pages and show a warning
1825         message in the message area. Fixes bugs #537574 and #171588.
1826         
1827 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/Makefile.am:
1830         * shell/ev-file-monitor.[ch]:
1831         * shell/ev-window.c: (ev_window_document_changed),
1832         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1833         (ev_window_reload_job_cb), (ev_window_open_uri),
1834         (ev_window_reload_document), (ev_window_cmd_view_reload),
1835         (ev_window_dispose):
1836
1837         Automaticly reload the document when the file has changed on
1838         disk. Bug #304249.
1839         
1840 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1841
1842         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1843         * libdocument/ev-image.c: (ev_image_save_tmp):
1844         * libdocument/ev-module.c: (ev_module_load):
1845         * shell/ev-application.c: (ev_application_shutdown),
1846         (ev_application_get_print_settings):
1847         * shell/ev-sidebar-attachments.c:
1848         (ev_sidebar_attachments_button_press),
1849         (ev_sidebar_attachments_drag_data_get):
1850         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1851         (ev_window_print_finished), (ev_window_print_send),
1852         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1853         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1854         (ev_window_cmd_preview_print):
1855         * shell/main.c: (load_files_remote):
1856         Fix some build warnings under GCC 4.3.0. (#537535).
1857
1858 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-jobs.c: (ev_job_render_dispose):
1861
1862         Fix a crash in debug mode. Patch by Daniel M German.
1863         
1864 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-window.c:
1867
1868         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1869         
1870 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-window.c: (ev_window_print_send),
1873         (ev_window_do_preview_print):
1874
1875         Use the window title as print job name instead of just
1876         "evince-print". Fixes bug #534493.
1877         
1878 2008-05-19  Frederic Peters  <fpeters@0d.be>
1879
1880         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1881         Bug #533897.
1882
1883 2008-05-19  Frederic Peters  <fpeters@0d.be>
1884
1885         * help/reference/Makefile.am: added missing libevmountoperation to
1886         gtkdoc-scanobj libraries.  Bug #533896.
1887
1888 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1889
1890         * properties/ev-properties-view.c (get_default_user_units):
1891         Fixes check for default units string translation. Bug #533323.
1892
1893 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1894
1895         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1896         be an iks_free(). Fix an array overflow in the XML parser that
1897         would occur whenever the number of attributes in a tag was greater
1898         than 0 and divisible by 6. Fixes GNOME bug #530852.
1899
1900 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * backend/djvu/djvu-document-private.h:
1903         * backend/djvu/djvu-links.c:
1904         * backend/djvu/djvu-text.c:
1905         * backend/djvu/djvu-document.c: (djvu_handle_events),
1906         (djvu_wait_for_message), (djvu_document_load),
1907         (document_get_page_size), (djvu_document_render),
1908         (djvu_document_thumbnails_get_thumbnail),
1909         (djvu_document_file_exporter_end):
1910
1911         Make sure load job doesn't finish successfully when the document
1912         is not successfully decoded by libdjvu. Fixes bug #530202.
1913         
1914 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * configure.ac:
1917         * libdocument/Makefile.am:
1918         * libdocument/ev-debug.[ch]:
1919         * libdocument/ev-document.c:
1920         * shell/ev-jobs.c: (ev_job_links_dispose),
1921         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1922         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1923         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1924         (ev_job_render_page_ready), (ev_job_render_run),
1925         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1926         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1927         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1928         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1929         (ev_job_print_new), (ev_job_print_run):
1930         * shell/main.c: (main):
1931
1932         Add debug mode based on gedit code. Add debug messages in
1933         ev-jobs.
1934         
1935 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * libdocument/ev-document-factory.c: (get_document_from_uri):
1938
1939         Fix memory leak.
1940         
1941 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1942
1943         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1944         (get_mime_type_from_data), (get_document_from_uri),
1945         (ev_document_factory_get_document):
1946         
1947         Improved error message about file opening failture.
1948         Bug #529129.
1949
1950 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1951
1952         * data/evince-toolbar.xml:
1953         
1954         Allow to add SaveAs to toolbar.
1955
1956 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-view-private.h:
1959         * shell/ev-view.[ch]: (ev_view_button_release_event),
1960         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1961         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1962         (ev_view_update_primary_selection), (clear_link_selected),
1963         (ev_view_copy_link_address):
1964         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1965
1966         Update also the primary selection when copying a link
1967         address. Fixes bug #520855.
1968         
1969 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * libdocument/ev-document-factory.c: (get_document_from_uri):
1972
1973         Use the pixbuf backend only when the mime type is not supported by
1974         any of the other backend so that tiff documents, for instance, are
1975         handled by the tiff backend instead of the pixbuf backend. fixes
1976         bug #520290.
1977         
1978 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * cut-n-paste/Makefile.am:
1981
1982         Add evmountoperation to subdirs list.
1983         
1984 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987
1988         Fix libspectre check in configure script. Fixes bug #528549.
1989         
1990 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * configure.ac:
1993         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1994         * shell/Makefile.am:
1995         * shell/ev-window.c: (ev_window_load_remote_failed),
1996         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1997
1998         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1999         open documents in remote locations that are not mounted.
2000         
2001 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2004         (bitmap_convert_msb8):
2005         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2006         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2007
2008         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2009         
2010 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2013         (ev_job_render_new), (ev_job_render_set_selection_info),
2014         (ev_job_render_run):
2015         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2016         (check_job_size_and_unref),
2017         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2018         (add_job), (ev_pixbuf_cache_get_selection_surface):
2019
2020         Create the render context needed for rendering a page in the render
2021         thread so that we don't block the main thread. Simplify
2022         EvJobRender API.
2023         
2024 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * libdocument/Makefile.am:
2027         * libdocument/ev-page.[ch]:
2028         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2029         (ev_render_context_new), (ev_render_context_set_page):
2030         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2031         (ev_form_field_finalize), (ev_form_field_class_init):
2032         * libdocument/ev-document-forms.[ch]:
2033         (ev_document_forms_get_form_fields):
2034         * libdocument/ev-document.[ch]: (ev_document_get_page),
2035         (ev_document_get_page_size), (ev_document_get_page_label):
2036         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2037         (ev_job_render_run), (ev_job_thumbnail_new),
2038         (ev_job_thumbnail_run), (ev_job_print_run):
2039         * shell/ev-page-cache.c: (ev_page_cache_new):
2040         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2041         (check_job_size_and_unref), (add_job):
2042         * shell/ev-sidebar-thumbnails.c: (add_range):
2043         * shell/ev-view.c: (ev_view_form_field_get_region),
2044         (ev_view_form_field_button_create_widget),
2045         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2046         (ev_view_handle_form_field), (ev_view_size_allocate),
2047         (get_selected_text):
2048         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2049         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2050         (pdf_document_get_page), (pdf_document_get_page_label),
2051         (pdf_document_render), (pdf_document_get_info),
2052         (pdf_document_document_iface_init),
2053         (pdf_document_thumbnails_get_thumbnail),
2054         (pdf_document_thumbnails_get_dimensions),
2055         (pdf_document_file_exporter_do_page),
2056         (pdf_selection_render_selection),
2057         (pdf_selection_get_selected_text),
2058         (pdf_selection_get_selection_region),
2059         (pdf_selection_get_selection_map),
2060         (pdf_document_forms_get_form_fields),
2061         (pdf_document_forms_form_field_text_get_text),
2062         (pdf_document_forms_form_field_text_set_text),
2063         (pdf_document_forms_form_field_button_set_state),
2064         (pdf_document_forms_form_field_button_get_state),
2065         (pdf_document_forms_form_field_choice_get_item),
2066         (pdf_document_forms_form_field_choice_get_n_items),
2067         (pdf_document_forms_form_field_choice_is_item_selected),
2068         (pdf_document_forms_form_field_choice_select_item),
2069         (pdf_document_forms_form_field_choice_toggle_item),
2070         (pdf_document_forms_form_field_choice_unselect_all),
2071         (pdf_document_forms_form_field_choice_set_text),
2072         (pdf_document_forms_form_field_choice_get_text):
2073         * backend/ps/ev-spectre.c: (ps_document_get_page),
2074         (ps_document_get_page_size), (ps_document_get_page_label),
2075         (ps_document_render), (ps_document_document_iface_init),
2076         (ps_document_file_exporter_do_page):
2077         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2078         (tiff_document_render), (tiff_document_render_pixbuf),
2079         (tiff_document_file_exporter_do_page):
2080         * backend/pixbuf/pixbuf-document.c:
2081         (pixbuf_document_get_page_size):
2082         * backend/comics/comics-document.c:
2083         (comics_document_get_page_size), (comics_document_render_pixbuf):
2084         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2085         (djvu_document_render), (djvu_selection_get_selected_text),
2086         (djvu_document_thumbnails_get_thumbnail),
2087         (djvu_document_file_exporter_do_page),
2088         (djvu_document_find_get_result):
2089         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2090         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2091         (dvi_document_thumbnails_get_thumbnail),
2092         (dvi_document_file_exporter_do_page):
2093         * backend/impress/impress-document.c:
2094         (impress_document_get_page_size),
2095         (impress_document_render_pixbuf):
2096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2097
2098         Add EvPage so that we can hold a reference to the backend
2099         page. Form fields keep now a reference to the poppler page
2100         improving performance since we don't have to create/destroy the
2101         poppler field for every form operation. This will be needed for
2102         annotations too.
2103         
2104 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * data/evince-ui.xml:
2107         * shell/ev-window.c:
2108
2109         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2110         
2111 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * configure.ac:
2114         * backend/ps/Makefile.am:
2115
2116         Remove gs stuff from ps backend.
2117         
2118 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * configure.ac:
2121         * backend/pdf/ev-poppler.cc:
2122
2123         Bump poppler requirement to 0.8.0.
2124         
2125 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2126
2127         * NEWS:
2128         * configure.ac:
2129
2130         Update for release 2.22.1.1
2131
2132 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * configure.ac:
2135
2136         Fix build (again) when poppler version is 0.6
2137         
2138 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * backend/djvu/djvu-links.c: (build_tree):
2141
2142         Make sure link title is a valid utf8 string. Fixes bug #526517.
2143         
2144 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2145
2146         * configure.ac:
2147
2148         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2149         #526799.
2150         
2151 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2152
2153         * configure.ac:
2154         
2155         Update for release 2.22.1.
2156
2157 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * NEWS:
2160
2161         Update for upcoming release.
2162
2163 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * configure.ac:
2166         * backend/dvi/dvidocument.evince-backend.in:
2167
2168         Add compressed dvi to the list of supported mime types. Patch by
2169         Ed Catmur. Fixes bug #307087.
2170
2171 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2174
2175         Fix a crash when printing a range that doesn't specify the start or
2176         end page. Fixes bug #524288.
2177
2178 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * shell/ev-window.c: (ev_window_cmd_continuous),
2181         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2182         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2183         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2184         (ev_window_run_presentation), (ev_window_stop_presentation),
2185         (ev_window_cmd_view_presentation),
2186         (ev_window_cmd_leave_fullscreen),
2187         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2188
2189         Do not unfullscreen and fullscreen again the window when changing
2190         from fullscreen to presentation mode and vice versa. Fixes bug
2191         #524112.
2192         
2193 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2196
2197         Do not crash when thumbnail failed to render in PS backend. Fixes
2198         bug #525015.
2199         
2200 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2203         (ev_window_load_file_remote), (ev_window_open_uri):
2204
2205         Handle errors when opening remote files.
2206         
2207 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2210
2211         Only grab the focus for the current visible proxy widget. Fixes
2212         bug #521224.
2213         
2214 2008-03-30  Emil Soleyman  <emil@nishra.com>
2215
2216         * shell/ev-window.c: (launch_external_uri):
2217         
2218         Reuse g_app_info_launch_default_for_uri to
2219         save some code and fix bug #525009.
2220
2221 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2222
2223         * shell/ev-window.c (image_save_dialog_response_cb):
2224
2225         Use g_str_has_suffix. See bug #523069.
2226
2227 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * configure.ac:
2230
2231         Add a configure option to enable/diable DBus. Patch by Rémi
2232         Cardona. Fixes bug 521797.
2233
2234 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2237
2238         Fix printing in documents with rotated pages. Patch by Eugen
2239         Dedu. Fixes bug #512648.
2240         
2241 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2244         (ev_link_from_action):
2245
2246         Fix warning messages.
2247         
2248 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c: (image_save_dialog_response_cb):
2251
2252         Do not append the extension to filename when saving an image
2253         if the filename alredy contains the extension. Fixes bug #523069.
2254         
2255 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-view.[ch]: (ev_view_find_cancel):
2258         * shell/ev-window.c: (find_bar_close_cb):
2259
2260         Cancel the find operation when the find bar is closed. Fixes bug
2261         #508845.
2262         
2263 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * backend/ps/psdocument.evince-backend.in:
2266
2267         Make ps backend module resident. Fixes bug #520607.
2268         
2269 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * shell/ev-jobs.c: (ev_job_print_run):
2272
2273         Invert collate action in order to work as expected, fix reverse
2274         printing so that it doesn't start with a blank page and fix number
2275         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2276         
2277 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2280
2281         Fix build with poppler <= 0.7.2
2282         
2283 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * libdocument/ev-document-misc.c:
2286         (ev_document_misc_surface_from_pixbuf):
2287
2288         Fix selections with poppler-splash.
2289         
2290 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * configure.ac:
2293         * backend/pdf/ev-poppler.cc:
2294
2295         Fix build with poppler >= 0.7.2
2296         
2297 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2298
2299         * configure.ac:
2300         
2301         Update for release 2.22.0
2302
2303 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * NEWS:
2306
2307         Update for upcoming release.
2308
2309 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2310
2311         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2312
2313         Bug 495107 – Handle print dialog responses correctly
2314
2315         Correctly handle print dialog response. Properly fixes
2316         the above mentioned bug.
2317
2318 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2321
2322         Make sure print job is only run when the print button is
2323         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2324         
2325 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * backend/pdf/pdfdocument.evince-backend.in:
2328         * libdocument/ev-backends-manager.c:
2329         (ev_backends_manager_load_backend),
2330         (ev_backends_manager_get_document):
2331         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2332
2333         Allow making backend modules resident. This is needed only for
2334         some backends like pdf to avoid registering glib types more than
2335         once.
2336         
2337 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * backend/comics/comics-document.c:
2340         * backend/djvu/djvu-document.c:
2341         * backend/impress/impress-document.c:
2342         * backend/pdf/ev-poppler.cc:
2343         * backend/pixbuf/pixbuf-document.c:
2344         * backend/ps/ev-spectre.c:
2345         * backend/ps/ps-document.c:
2346         * backend/tiff/tiff-document.c:
2347         * libdocument/ev-document.h:
2348         * properties/ev-properties-main.c:
2349
2350         Use g_type_module_add_interface instead of
2351         g_type_add_interface_static. Fixes bug #519679.
2352         
2353 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2354
2355         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2356         Added. Returns whether the animation has everything necessary to run.
2357         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2358         is ready just because it's been created. Fixes #519106.
2359         (draw_one_page): Do not show the "Loading..." text in presentation
2360         mode, there was a slim probability that this could happen.
2361
2362 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2365
2366         Duplicate mime_type string before freeing it so that it doesn't
2367         always fail when getting mime type from uri. Fixes bug #518874.
2368         
2369 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2372
2373         Fix a crash when a choice form field doesn't have any item
2374         selected. Fixes bug #518831
2375         
2376 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2377
2378         * shell/ev-window.c (ev_window_clear_temp_file):
2379         Use g_file_has_prefix instead of renamed
2380         g_file_contains_file.
2381
2382         * configure.ac:
2383         Require new glib for above change.
2384         
2385 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * libdocument/ev-image.c: (ev_image_finalize),
2388         (ev_image_save_tmp):
2389
2390         Return a real uri instead of a filename when saving an
2391         image. Fixes images drag an drop from evince to nautilus. 
2392         
2393 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * backend/pdf/ev-poppler.cc:
2396         (pdf_document_images_get_image_mapping):
2397
2398         Return the image list in the right order. Fixes bug #516237.
2399         
2400 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2401
2402         * backend/impress/impress-document.c:
2403         (impress_document_thumbnails_get_thumbnail):
2404
2405         Remove unused variable to avoid a compiler warning.
2406
2407 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2408
2409         * configure.ac:
2410         
2411         Update for release 2.21.91.
2412
2413 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * configure.ac:
2416         * shell/Makefile.am:
2417         * shell/ev-application.[ch]:
2418         * shell/ev-sidebar-links.c:
2419         * shell/ev-utils.[ch]:
2420         * shell/ev-window.[ch]:
2421
2422         Remove libgnomeprint support. Fixes bug #512370.
2423         
2424 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2425
2426         * thumbnailer/evince-thumbnailer.c: (main):
2427
2428         Initialize glib type system before using it. Fixes bug #513934.
2429         
2430 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * properties/ev-properties-main.c:
2433
2434         Add missing #include.
2435         
2436 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * configure.ac:
2439         * backend/djvu/djvu-document.c: (djvu_document_render):
2440         * backend/tiff/tiff-document.c: (tiff_document_render):
2441
2442         Use the new cairo function cairo_format_stride_for_width when
2443         available. Fixes bug #482720.
2444
2445 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2448         (get_mime_type_from_data), (get_document_from_uri):
2449
2450         Use g_content_type_guess() only when slow is true in
2451         get_document_from_uri(). Fix several memory leaks.
2452         
2453 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2454
2455         * libdocument/ev-document-factory.c:
2456         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2457         (get_document_from_uri):
2458
2459         Use g_content_type_guess () to get mimetype for files.
2460         Bug #510401.
2461
2462 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * thumbnailer/Makefile.am:
2465
2466         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2467         
2468 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * configure.ac:
2471
2472         Fix build with --without-libgnome. Fixes bug #512771.
2473         
2474 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2475
2476         * backend/dvi/Makefile.am: Install only dvi
2477         module. Fixes bug #512718.
2478
2479 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2480
2481         * properties/ev-properties-main.c: (nautilus_module_initialize):
2482         
2483         Initialize backends in properties tab. Fixes bug
2484         #512720.
2485
2486 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2487
2488         * properties/Makefile.am: No need to link with 
2489         libraries. Fixes bug #512719.
2490
2491 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2492
2493         * NEWS:
2494         * configure.ac:
2495         
2496         Update for release 2.21.90.
2497
2498 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-window.c: (ev_window_cmd_escape):
2501
2502         Fix compile warning.
2503         
2504 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2507
2508         Fix printing in dvi backend when filename contains white
2509         espaces. Fixes bug #502839.
2510         
2511 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2514         (screensaver_disable_x11):
2515         * shell/Makefile.am:
2516         * shell/xdg-user-dir-lookup.c: Removed
2517         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2518         * shell/ev-view.c: (ev_view_presentation_transition_start):
2519         * shell/ev-window.c: (ev_window_cmd_file_open),
2520         (ev_window_cmd_save_as), (presentation_set_timeout):
2521
2522         Remove #ifdefs that are no longer needed.
2523         
2524 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-view.[ch]: (ev_view_button_release_event),
2527         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2528         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2529         (ev_window_cmd_escape):
2530
2531         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2532         
2533 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * configure.ac:
2536         * backend/comics/comics-document.c: (comics_document_load):
2537         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2538         (ev_attachment_set_property), (ev_attachment_init),
2539         (ev_attachment_save), (ev_attachment_launch_app),
2540         (ev_attachment_open):
2541         * libdocument/ev-document-factory.c: (get_document_from_uri):
2542         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2543         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2544         * shell/ev-jobs.c:
2545         * shell/ev-password.c: (ev_password_dialog_set_property),
2546         (ev_password_dialog_save_password):
2547         * shell/ev-sidebar-attachments.c:
2548         (ev_sidebar_attachments_drag_data_get):
2549         * shell/ev-window-title.c: (get_filename_from_uri):
2550         * shell/ev-window.c: (ev_window_clear_temp_file),
2551         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2552         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2553         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2554         (launch_external_uri), (image_save_dialog_response_cb),
2555         (attachment_save_dialog_response_cb):
2556         * shell/main.c: (load_files), (load_files_remote), (main):
2557         * thumbnailer/evince-thumbnailer.c: (main):
2558
2559         Port to gio and drop gnome-vfs dependency. Fixes bug
2560         #510401. Based on patch by Cosimo Cecchi.
2561         
2562 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2563
2564         * NEWS:
2565
2566         Fixed formatting inconsistencies (spaces vs. tabs)
2567
2568 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2569
2570         * shell/ev-window.c:
2571
2572         Use top/up/bottom/down arrows instead of
2573         first/left/last/right in the toolbar and menu actions.
2574         This fixes issues with RTL languages and is visually
2575         consistent with the page view. Fixes bug #170081.
2576
2577 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2578
2579         * NEWS:
2580
2581         Fixed some inaccuracies pointed out by Carlos Garcia
2582         Campos.
2583
2584 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2585
2586         * NEWS:
2587         * data/evince.schemas.in:
2588         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2589
2590         Override PDF restrictions by default. Fixes bug #382700.
2591
2592 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2593
2594         * NEWS: Updated for upcoming release
2595
2596 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2599
2600         Fix memory leak.
2601         
2602 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2603
2604         * shell/ev-window.c: (register_custom_actions):
2605         
2606         Added comment for translators
2607
2608 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-view.c: (ev_view_button_release_event):
2611
2612         Do not create the idle function for kinetic scrolling if we are
2613         not in a drag operation.
2614
2615 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2618         (ev_view_button_press_event), (ev_view_motion_notify_event),
2619         (ev_view_button_release_event):
2620
2621         Restore cursor after autoscrolling. Fixes bug #509958.
2622
2623 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * configure.ac:
2626         * backend/pdf/ev-poppler.cc:
2627         (pdf_document_images_get_image_mapping),
2628         (pdf_document_images_get_image),
2629         (pdf_document_document_images_iface_init):
2630         * libdocument/ev-document-images.[ch]:
2631         (ev_document_images_get_image_mapping),
2632         (ev_document_images_get_image):
2633         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2634         (ev_image_get_id), (ev_image_save_tmp):
2635         * shell/ev-jobs.c: (ev_job_render_run):
2636         * shell/ev-view.c: (ev_view_drag_data_get):
2637         * shell/ev-window.c: (image_save_dialog_response_cb),
2638         (ev_view_popup_cmd_copy_image):
2639
2640         Do not render images when rendering the page but on demand. It
2641         reduces the memory comsumption.
2642         
2643 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2644
2645         * configure.a:
2646         * shell/ev-password.c:
2647
2648         Make gnome-keyring optional. Fixes bug #509676.
2649         
2650 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-pixbuf-cache.c: (add_job):
2653
2654         Initialize include_images variable as FALSE instead of TRUE.
2655         
2656 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2657
2658         * configure.ac:
2659         * cut-n-paste/Makefile.am:
2660         * cut-n-paste/fileformatchooser/Makefile.am:
2661         * cut-n-paste/fileformatchooser/egg-macros.h:
2662         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2663         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2664         * shell/Makefile.am:
2665         * shell/ev-utils.c:
2666         (file_chooser_dialog_add_writable_pixbuf_formats),
2667         (get_gdk_pixbuf_format_by_extension):
2668         * shell/ev-utils.h:
2669         * shell/ev-window.c: (ev_window_error_message),
2670         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2671         
2672         Simplify image format selection on save.
2673
2674 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2675
2676         * shell/ev-view.c: (ev_view_scroll_event):
2677         
2678         Repair gorizontal scrolling with shift. Fixes
2679         bug #483412.
2680
2681 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2682         
2683         * MAINTAINERS:
2684
2685         Fix formatting issues.
2686         
2687 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2688
2689         * backend/comics/comics-document.c: (comics_regex_quote):
2690         
2691         Don't overquote special chars except of '. See bug 
2692         502500. Thanks to Tom Parker.
2693
2694 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2695
2696         * MAINTAINERS:
2697         
2698         Added Nickolay and Carlos, since they're doing most of
2699         the releases nowadays.
2700
2701 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2702
2703         * properties/Makefile.am:
2704
2705         Get the nautilus extension dir properly instead of using
2706         a hack. Fixes bug #505359.
2707
2708 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2709
2710         * properties/Makefile.am:
2711         
2712         Install nautilus extension into new place. See bug
2713         #505359. Thanks to Matthias Clasen, Brian Pepple and
2714         Damien Carbery.
2715
2716 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2717
2718         * shell/ev-window.c: (ev_window_get_recent_file_label):
2719         
2720         RTL marker in recent file list. See bug #509076.
2721
2722 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2725         * shell/ev-window.c: (image_save_dialog_response_cb):
2726
2727         Fix compile warnings due to unused variables.
2728         
2729 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * configure.ac:
2732         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2733         * backend/ps/ev-spectre.c: (ps_document_render):
2734
2735         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2736
2737 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2738
2739         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2740         (ev_transition_animation_paint): Implement "fade" effect.
2741
2742 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2743
2744         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2745         (ev_transition_animation_paint): Implement "uncover" effect.
2746
2747 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2748
2749         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2750         (ev_transition_animation_paint): Implement "cover" effect.
2751
2752 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2753
2754         * shell/ev-transition-animation.c (ev_transition_animation_push)
2755         (ev_transition_animation_paint): Implement "push" effect.
2756
2757 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2758
2759         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2760         (ev_transition_animation_paint): Implement "dissolve" effect.
2761
2762 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2763
2764         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2765         (ev_transition_animation_paint): Implement "wipe" effect.
2766
2767 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2768
2769         * shell/ev-transition-animation.c (ev_transition_animation_box)
2770         (ev_transition_animation_paint): Implement "box" effect.
2771
2772 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2773
2774         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2775         (ev_transition_animation_paint): Implement "blinds" effect.
2776
2777 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2778
2779         * shell/ev-transition-animation.c (ev_transition_animation_split)
2780         (ev_transition_animation_paint): Implement "split" effect.
2781
2782 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2783
2784         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2785         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2786         (ev_view_transition_animation_start) 
2787         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2788         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2789         (ev_view_next_page) (ev_view_previous_page):
2790         
2791         Use EvTransitionAnimation to drive page changes in the presentation
2792         mode, the animation will wait to start until both the origin and 
2793         destination page surfaces are available. Fixes #458460.
2794
2795         (draw_loading_text):
2796
2797         Remove workaround for bug #320352, it's now fixed properly.
2798
2799
2800 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2801
2802         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2803         will contain the implementations for page transition animations, at
2804         the moment it just has the "replace" effect.
2805         * shell/Makefile.am: Added these files to build.
2806
2807 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2808
2809         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2810         animations.
2811         * shell/Makefile.am: Added these files to build.
2812
2813 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2814
2815         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2816         implementation to get_effect() in EvDocumentTransitionIface.
2817
2818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2819
2820         * libdocument/ev-transition-effect.[ch]: New files, define a page
2821         transition effect, at the moment it maps PopplerPageTransition to a
2822         GObject.
2823         * libdocument/Makefile.am: Added these files to build.
2824         * libdocument/ev-document-transition.[ch]
2825         (ev_document_transition_get_effect): New method, gets the
2826         EvTransitionEffect returned by the interface implementation, with
2827         fallback to the "replace" effect.
2828
2829 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2830
2831         * configure.ac:
2832         * cut-n-paste/Makefile.am:
2833         * cut-n-paste/fileformatchooser/Makefile.am:
2834         * cut-n-paste/fileformatchooser/egg-macros.h:
2835         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2836         * shell/Makefile.am:
2837         * shell/ev-window.c: (image_save_dialog_response_cb),
2838         (ev_view_popup_cmd_save_image_as):
2839
2840         Allow exporting images in any format supported by
2841         GdkPixbuf. Fixes bug #500209.
2842         
2843 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * backend/pixbuf/pixbuf-document.c:
2846
2847         More warnings fixed.
2848         
2849 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2852         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2853         * backend/djvu/djvu-text.h:
2854         * backend/tiff/tiff-document.c: (tiff_document_render):
2855
2856         Fix compile warnings.
2857         
2858 2007-12-28  Christian Persch  <chpe@gnome.org>
2859
2860         * **/*.c: Include config.h. Bug #504721.
2861
2862 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * configure.ac:
2865         * Makefile.am:
2866         * po/POTFILES.in:
2867         * backend/comics/Makefile.am:
2868         * backend/comics/comics-document.[ch]:
2869         * backend/comics/comicsdocument.evince-backend.in:
2870         * backend/djvu/Makefile.am:
2871         * backend/djvu/djvu-document.[ch]:
2872         * backend/djvu/djvudocument.evince-backend.in:
2873         * backend/dvi/Makefile.am:
2874         * backend/dvi/dvi-document.[c]:
2875         * backend/dvi/dvidocument.evince-backend.in:
2876         * backend/impress/Makefile.am:
2877         * backend/impress/impress-document.[ch]:
2878         * backend/impress/impressdocument.evince-backend.in:
2879         * backend/pdf/Makefile.am:
2880         * backend/pdf/ev-poppler.cc:
2881         * backend/pdf/ev-poppler.h:
2882         * backend/pdf/pdfdocument.evince-backend.in:
2883         * backend/pixbuf/Makefile.am:
2884         * backend/pixbuf/pixbuf-document.[ch]:
2885         * backend/pixbuf/pixbufdocument.evince-backend.in:
2886         * backend/ps/Makefile.am:
2887         * backend/ps/ev-spectre.[ch]:
2888         * backend/ps/ps-document.[ch]:
2889         * backend/ps/psdocument.evince-backend.in:
2890         * backend/tiff/Makefile.am:
2891         * backend/tiff/tiff-document.[ch]:
2892         * backend/tiff/tiffdocument.evince-backend.in:
2893         * libdocument/Makefile.am:
2894         * libdocument/ev-backends-manager.[ch]:
2895         * libdocument/ev-module.[ch]:
2896         * libdocument/ev-document.h:
2897         * libdocument/ev-document-factory.[ch]:
2898         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2899         (get_compression_from_mime_type), (get_document_from_uri),
2900         (ev_document_factory_get_document), (file_filter_add_mime_types),
2901         (ev_document_factory_add_filters):
2902         * shell/Makefile.am:
2903         * shell/ev-window-title.c: (get_filename_from_uri):
2904         * shell/main.c: (main):
2905         * thumbnailer/Makefile.am:
2906         * thumbnailer/evince-thumbnailer.c: (main):
2907
2908         Plugin system for backends. Fixes bug #351348.
2909         
2910 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2911
2912         * shell/ev-view-private.h:
2913         * shell/ev-view.c: (ev_view_drag_update_momentum),
2914         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2915         (ev_view_button_release_event), (ev_view_destroy):
2916         
2917         Kinetic scrolling implemented as requested in
2918         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2919
2920 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2921
2922         * data/evince-toolbar.xml:
2923         * data/evince-ui.xml:
2924         * shell/ev-view-private.h:
2925         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2926         (ev_view_button_press_event), (ev_view_motion_notify_event),
2927         (ev_view_button_release_event), (ev_view_init),
2928         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2929         (ev_view_set_cursor):
2930         * shell/ev-view.h:
2931         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2932         (ev_window_cmd_view_autoscroll):
2933         
2934         Autoscroll feature with the context menu. Fixes bug 
2935         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2936
2937 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2940
2941         Disconnect also page-ready signal when removing a job because the
2942         page size has changed. Thanks to kripken
2943         <kripkensteiner@gmail.com>.
2944
2945 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2948         
2949         Scroll pages in page entry with mouse wheel. Fixes bug
2950         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2951
2952 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * backend/dvi/Makefile.am:
2955         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2956         (mdvi_cairo_device_init):
2957         * backend/dvi/mdvi-lib/common.h:
2958         * backend/dvi/mdvi-lib/mdvi.h:
2959         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2960         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2961         (mdvi_build_path_from_cwd):
2962
2963         Add ps specials support in dvi backend when libspectre is
2964         present. Fixes bug #386005.
2965         
2966 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * configure.ac:
2969         * backend/ps/Makefile.am:
2970         * backend/ps/ev-spectre.[ch]:
2971         
2972         Use libspectre, if available, for the ps backend. Fixes bugs
2973         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2974
2975 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2976         
2977         * backend/comics/comics-document.c: (comics_document_load):
2978         
2979         Cygwin build issue fix.
2980
2981 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * shell/ev-view.c: (ev_view_set_zoom):
2984
2985         Do not limit the minimum zoom factor when sizing mode is best bit
2986         or fit width. Fixes bug #503805.
2987         
2988 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2991         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2992         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2993         (ev_link_dest_get_property), (ev_link_dest_set_property),
2994         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2995         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2996         (ev_link_dest_new_fitr):
2997         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2998         (goto_fith_dest), (goto_xyz_dest):
2999
3000         Do not change left, top and zoom values when they are null in PDF
3001         destinations. Fixes bug #460658.
3002         
3003 2007-12-10  Christian Persch  <chpe@gnome.org>
3004
3005         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3006         (ev_view_accessible_class_init),
3007         (ev_view_accessible_idle_do_action),
3008         (ev_view_accessible_action_do_action),
3009         (ev_view_accessible_action_get_description),
3010         (ev_view_accessible_action_set_description),
3011         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3012         (ev_view_accessible_factory_init),
3013         (ev_view_accessible_factory_get_accessible_type):
3014         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3015         private data, and G_DEFINE_TYPE. Bug #502843.
3016
3017 2007-12-08  Christian Persch  <chpe@gnome.org>
3018
3019         * shell/ev-metadata-manager.c: (item_free),
3020         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3021         (value_free), (parse_value), (parseItem),
3022         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3023         (save_values): Use GSlice to allocate small amounts of memory. Bug
3024         #475972.
3025
3026 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3029
3030         Restore cursor to normal after a drag operation. Fixes bug
3031         #501603.
3032         
3033 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3034
3035         * NEWS:
3036         * configure.ac:
3037         
3038         Update for release 2.21.1
3039
3040 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * configure.ac:
3043         * cut-n-paste/gedit-message-area/Makefile.am:
3044         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3045         * shell/Makefile.am:
3046         * shell/ev-message-area.[ch]:
3047         * shell/ev-window.c: (ev_window_set_message_area),
3048         (ev_window_error_message_response_cb), (ev_window_error_message),
3049         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3050         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3051         (ev_attachment_popup_cmd_open_attachment),
3052         (attachment_save_dialog_response_cb), (ev_window_set_document),
3053         (ev_window_init):
3054
3055         Use a message area instead of a popup dialog for error
3056         notifications. Fixes bug #337495.
3057         
3058 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3061         (ev_window_run_fullscreen):
3062
3063         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3064         
3065 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * ev-sidebar-thumbnails.c: (update_visible_range),
3068         (ev_sidebar_thumbnails_refresh),
3069         (ev_sidebar_thumbnails_set_document),
3070         (ev_sidebar_thumbnails_support_document):
3071
3072         Show thumbnails for documents with one page. Fixes bug #358751.
3073         
3074 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * shell/ev-window.c:
3077         (ev_window_load_print_settings_from_metadata),
3078         (ev_window_save_print_settings), (ev_window_print_finished),
3079         (ev_window_print_range):
3080
3081         Print settings that are specific to the document are now saved per
3082         document in the metadata file. Fixes bug #488806.
3083         
3084 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3085
3086         * backend/tiff/tiff-document.c: (tiff_document_render):
3087
3088         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3089         
3090 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * shell/ev-application.[ch]: (get_find_string_from_args),
3093         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3094         (ev_application_open_uri_list):
3095         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3096         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3097         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3098         (ev_window_cmd_recent_file_activate),
3099         (ev_window_open_recent_action_item_activated),
3100         (ev_window_print_send), (open_remote_link):
3101         * shell/main.c: (arguments_parse):
3102
3103         Add a command line option for search. Fixes bug #497710.
3104         
3105 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3106
3107         * shell/ev-jobs.c: (ev_job_print_new):
3108
3109         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3110         
3111 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * data/evince-toolbar.xml:
3114         * shell/Makefile.am:
3115         * shell/ev-application.c: (ev_application_init):
3116         * shell/ev-open-recent-action.[ch]:
3117         * shell/ev-window.c:
3118         (ev_window_open_recent_action_item_activated),
3119         (register_custom_actions):
3120
3121         Add an expander to the open toolbar item which pops up a dropdown
3122         menu with the recently used documents. Fixes bug #487215.
3123         
3124 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * shell/ev-window.c: (ev_window_open_uri),
3127         (ev_window_cmd_view_reload):
3128
3129         Do not jump to the first page when reloading by running evince
3130         from the command line. Fixes bug #490847.
3131         
3132 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3133
3134         * shell/ev-window.c: (ev_window_cmd_help_contents):
3135
3136         Plugged memory leak when help file is not found. Fixes bug
3137         #490762.
3138         
3139 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * configure.ac:
3142
3143         Enable djvu, dvi and comics backends by default. Fixes bug
3144         #437121.
3145         
3146 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * configure.ac:
3149         * cut-n-paste/Makefile.am:
3150         * cut-n-paste/recent-files/*: Removed
3151         * help/reference/Makefile.am:
3152         * shell/Makefile.am:
3153         * shell/ev-application.[ch]: (ev_application_shutdown),
3154         (ev_application_init):
3155         * shell/ev-window.c: (ev_window_add_recent),
3156         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3157
3158         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3159         
3160 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3161
3162         * shell/ev-window.c: (launch_external_uri):
3163
3164         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3165         and report error if the URL is not supported (#489910).
3166
3167 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3170         (pdf_document_file_exporter_begin_page),
3171         (pdf_document_file_exporter_end_page):
3172
3173         Fix printing with poppler splash backend. Fixes bug #489774.
3174         
3175 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3178         * shell/ev-print-job.c: (ev_print_job_class_init):
3179
3180         Fix a crash when printing with the gnome-print dialog. Fixes bug
3181         #488939.
3182         
3183 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3184
3185         * backend/pixbuf/pixbuf-document.c:
3186
3187         Fix an implicit function definition warning (#487655)
3188
3189 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * shell/ev-window.c:
3192
3193         Fix conflicting shortcut for view sade pane and presentation.
3194         
3195 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * backend/pdf/ev-poppler.cc:
3198         (pdf_document_file_exporter_begin_page),
3199         (pdf_document_file_exporter_do_page),
3200         (pdf_document_file_exporter_end_page),
3201         (pdf_document_file_exporter_iface_init):
3202         * libdocument/ev-file-exporter.[ch]:
3203         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3204         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3205         (ev_job_print_run):
3206
3207         When printing multiple pages per sheet in reverse option, do not
3208         invert the order of the pages in every sheet, but the order of the
3209         sheets. Do not print blank pages when page range is invalid. Fixes
3210         bugs #484857 and #485521.
3211         
3212 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3213
3214         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3215         (ev_job_print_run):
3216         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3217
3218         Respect ranges order when printing more than one range in random
3219         order.
3220         
3221 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3222
3223         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3224         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3225
3226         Rotate also the window icon when document is rotated. Fixes bug
3227         #474681.
3228         
3229 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3232         (pdf_document_forms_get_form_fields):
3233
3234         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3235         Matthias Drochner.
3236         
3237 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3238
3239         * configure.ac:
3240         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3241
3242         Use poppler_page_render_for_printing() instead of
3243         poppler_page_render() if available when exporting to a ps or pdf
3244         file. Fixes bug #476627.
3245         
3246 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * shell/ev-window.c: (ev_window_run_fullscreen):
3249
3250         Do not show the toolbar in fullscreen mode if the main toolbar is
3251         not visible. Fixes bug #483048.
3252         
3253 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-view.c: (ev_view_button_press_event):
3256
3257         Give priority to form fields over images when deciding whether a
3258         button press event is over an image or form field. It allows edit
3259         form fields when they are over a background image. Fixes bug
3260         #477841.
3261         
3262 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3263
3264         * NEWS:
3265         * configure.ac:
3266         
3267         Update for release 2.20.0
3268
3269 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * backend/pdf/ev-poppler.cc:
3272
3273         Remove #ifdef HAVE_FORMS, so that forms support works again.
3274
3275 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3276
3277         * configure.ac:
3278         * data/evince.desktop.in.in:
3279         
3280         Fixes desktop file issues. See bug #473471.
3281
3282 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3285         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3286         (ev_job_queue_remove_job):
3287         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3288         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3289         * shell/ev-window.c: (ev_window_clear_save_job),
3290         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3291         (ev_window_dispose):
3292
3293         Move save a copy task to its own job so that it's carried out in a
3294         thread avoiding another lock in the main thread. Use
3295         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3296         can be saved to a pathin another file system. Fixes bug #456891.
3297         
3298 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3299
3300         * NEWS:
3301         * configure.ac:
3302         
3303         Update for release 2.19.92
3304
3305 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * configure.ac:
3308         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3309         (pdf_selection_get_selection_region),
3310         (pdf_selection_get_selection_map),
3311         (ev_form_field_from_poppler_field):
3312
3313         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3314         and triple click selections are enabled again now.
3315
3316 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-window.c: (ev_window_add_history):
3319
3320         Make sure not to use the history with documents not supporting
3321         links. Fixes bug #468954.
3322
3323 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * shell/ev-window.c: (ev_window_load_job_cb):
3326
3327         Restart the search when reloading a document with the find bar
3328         visible. Fixes bug #461962.
3329
3330 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * shell/ev-window.c: (setup_document_from_metadata),
3333         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3334
3335         Do not jump to the first page when reloading a document from the
3336         last page.
3337
3338 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-window.c: (update_chrome_flag),
3341         (setup_sidebar_from_metadata),
3342         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3343         (ev_window_cmd_edit_find_next),
3344         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3345         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3346         (find_bar_close_cb), (view_actions_focus_in_cb):
3347
3348         Do not update visibility when changing a chrome flag so that it's
3349         possible to update several flags and update visibility only once
3350         for all of them.
3351
3352 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3355
3356         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3357         supported by gtk+. Fixes bug #460907.
3358
3359 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3360
3361         * shell/ev-view.c: (view_update_range_and_current_page):
3362
3363         Make sure current-page <= end-page in continuous mode. Fixes bug
3364         #454950.
3365
3366 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * backend/pdf/ev-poppler.cc: (build_tree):
3369
3370         Ignore outline items without a title. Fixes bug #453913.
3371
3372 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3375         (ev_view_button_release_event), (ev_view_leave_notify_event):
3376
3377         Use always drag mouse cursor during a drag operation. Fixes bug
3378         #470564.
3379
3380 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3383         (pdf_selection_get_selection_region),
3384         (pdf_selection_get_selection_map):
3385
3386         Temporarily disable double and triple selections since it depends on
3387         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3388         released and the update of the external dependency minimal version
3389         approved.
3390
3391 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3394         (pdf_document_file_exporter_do_page):
3395         * libdocument/ev-file-exporter.h:
3396         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3397         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3398
3399         Actually fix printing regressions. Remove orientation from
3400         EvPrintContext since it's redundant.
3401
3402 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3405         * backend/impress/impress-document.c:
3406         (impress_document_document_iface_init):
3407         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3408         * backend/djvu/djvu-document.c:
3409         (djvu_document_document_iface_init),
3410         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3411         * backend/tiff/tiff-document.c:
3412         (tiff_document_document_iface_init):
3413         * backend/pixbuf/pixbuf-document.c:
3414         (pixbuf_document_document_iface_init):
3415         * backend/comics/comics-document.c:
3416         (comics_document_document_iface_init):
3417         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3418         (pdf_selection_render_selection),
3419         (pdf_selection_get_selected_text),
3420         (pdf_selection_get_selection_region),
3421         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3422         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3423         (ev_selection_get_selection_region),
3424         (ev_selection_get_selection_map):
3425         * libdocument/ev-document.[ch]:
3426         * shell/ev-pixbuf-cache.[ch]: (add_job),
3427         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3428         * shell/ev-view-private.h:
3429         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3430         (ev_job_render_run):
3431         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3432         * shell/ev-view.c: (start_selection_for_event),
3433         (ev_view_button_press_event), (ev_view_drag_data_get),
3434         (ev_view_drag_data_received), (ev_view_button_release_event),
3435         (compute_new_selection_text), (compute_selections),
3436         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3437         (ev_view_primary_get_cb):
3438
3439         Add support for double and triple click selections.
3440
3441 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3442
3443         * NEWS:
3444         * configure.ac:
3445
3446         Update for release 2.19.4
3447
3448 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3449
3450         * shell/ev-view-private.h:
3451         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3452         (ev_view_set_highlight_search):
3453         * shell/ev-view.h:
3454         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3455         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3456         (find_bar_visibility_changed_cb):
3457         
3458         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3459
3460 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3463         (pdf_document_file_exporter_begin),
3464         (pdf_document_file_exporter_do_page):
3465         * shell/ev-jobs.c: (ev_job_print_run):
3466         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3467
3468         Create always a portrait cairo surface and rotate when needed for
3469         landscape. It fixes printing problems in real printers.
3470
3471 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3474         * libdocument/ev-file-exporter.[ch]:
3475         (ev_file_exporter_get_capabilities):
3476         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3478
3479         Adjust number of pages per row according to page orientation when
3480         printing 2 or 6 pages per sheet.
3481
3482 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-window.c: (ev_window_print_send):
3485
3486         Reset also cups setting to 1 when printing multiple pages per
3487         sheet. Fixes bug #468853.
3488
3489 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * libdocument/ev-document-misc.c:
3492         (ev_document_misc_surface_rotate_and_scale):
3493
3494         Use directly cairo_surface_get_content() when creating a similar
3495         surface as suggested by Jeff Muizelaar. Thanks again.
3496
3497 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * backend/djvu/djvu-document.c: (djvu_document_render):
3500         * backend/tiff/tiff-document.c: (tiff_document_render):
3501         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3502         * libdocument/ev-document-misc.c:
3503         (ev_document_misc_surface_from_pixbuf),
3504         (ev_document_misc_surface_rotate_and_scale):
3505
3506         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3507         creating page surfaces. Fixes bug #453123. Thank you very much to
3508         Jeff Muizelaar <jeff@infidigm.net>.
3509
3510 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * shell/ev-page-cache.c: (ev_page_cache_new),
3513         (ev_page_cache_get_thumbnail_size):
3514         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3515         (ev_sidebar_thumbnails_set_loading_icon):
3516
3517         Also store in page-cache the dimensions of the thumbnails so that
3518         they can be used to create the correct loading icon in the side
3519         pane. Fixes bug #466857.
3520
3521 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * backend/pdf/ev-poppler.cc:
3524         (pdf_document_thumbnails_get_thumbnail):
3525
3526         Fix thumbnails rotation in pdf documents that include embedded 
3527         thumbnails.
3528
3529 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3530
3531         * backend/pdf/ev-poppler.cc:
3532
3533         Don't use #ifdef in macro expansion. Some compilers don't
3534         like that. Closes bug #467042.
3535
3536 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3537
3538         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3539         
3540         Fixes memory leak in djvu backend.
3541
3542 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3543
3544         * data/icons/32x32/Makefile.am:
3545         * data/icons/32x32/actions/Makefile.am:
3546         * data/icons/32x32/actions/view-page-cont.svg:
3547         * data/icons/32x32/actions/view-page-facing.svg:
3548         * data/icons/48x48/Makefile.am:
3549         * data/icons/48x48/actions/Makefile.am:
3550         * data/icons/48x48/actions/view-page-cont.svg:
3551         * data/icons/48x48/actions/view-page-facing.svg:
3552         
3553         Icons for a new sizes.
3554
3555 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3556
3557         * shell/ev-page-cache.c: (build_height_to_page),
3558         (ev_page_cache_get_height_to_page):
3559         
3560         Fixes invalid read, see bug #466401.
3561
3562 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3565         (set_drag_cursor):
3566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3567         (configure_item_cursor), (new_pixbuf_from_widget):
3568
3569         Fix multihead problems in toolbar editor. Fixes bug #382055.
3570
3571 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * shell/ev-window.c: (ev_window_cmd_file_open),
3574         (ev_window_cmd_save_as):
3575
3576         Use g_get_user_special_dir when available instead of
3577         xdg_user_dir_lookup.
3578
3579 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3580
3581         * MAINTAINERS:
3582         
3583         Updated according to request on desktop-devel.
3584
3585 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3588
3589         Do not use cairo_rectangle and cairo_clip since we are
3590         not using cairo_fill but cairo_paint. Use the same cairo context
3591         for every page in the same expose event.
3592
3593 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3594
3595         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3596         leak.
3597
3598 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * configure.ac:
3601         * NEWS:
3602
3603         Release 0.9.3
3604
3605 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * libdocument/ev-document-info.h:
3608         * libdocument/ev-document.h:
3609         * shell/ev-page-action.h:
3610         * shell/ev-sidebar-links.h:
3611
3612         Fix a headers problem with ev-link
3613         
3614         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3615         * shell/ev-view-private.h:
3616         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3617         (get_link_area), (ev_view_query_tooltip),
3618         (ev_view_leave_notify_event), (ev_view_destroy),
3619         (ev_view_class_init):
3620
3621         Use new gtk tooltips when available instead of ev-tooltip.
3622         
3623 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * shell/ev-window.c: (update_chrome_visibility),
3626         (ev_window_sidebar_visibility_changed_cb):
3627
3628         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3629         
3630 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * shell/ev-navigation-action.c:
3633         (ev_navigation_action_history_changed),
3634         (ev_navigation_action_set_history):
3635         * shell/ev-navigation-action-widget.c:
3636         (ev_navigation_action_widget_init):
3637         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3638
3639         Fix compile warnings.
3640         
3641 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3644         (egg_editable_toolbar_dispose):
3645
3646         Fix memory leak.
3647         
3648 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3651         (screensaver_disable_x11):
3652         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3653         * shell/ev-window.c: (presentation_set_timeout):
3654         * shell/ev-view.c: (ev_view_presentation_transition_start):
3655
3656         Use g_timeout_add_seconds instead of g_timeout_add when
3657         available.
3658         
3659 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3662
3663         Set horizontal scrollbar policy to AUTOMATIC instead of
3664         NEVER. Workaround for bug #449462.
3665         
3666 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * shell/ev-jobs.c: (ev_job_render_page_ready):
3669
3670         Add page_ready callback to main loop with high priority and hold
3671         a reference to job during idle.
3672         
3673 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * configure.ac:
3676         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3677         (pdf_document_file_exporter_begin),
3678         (pdf_document_file_exporter_do_page),
3679         (pdf_document_file_exporter_get_capabilities):
3680         * libdocument/ev-file-exporter.h:
3681         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3682         * shell/ev-window.c: (ev_window_print_send),
3683         (ev_window_print_dialog_response_cb):
3684
3685         Allow printing multiple pages per sheet. Fixes bug #395573.
3686         
3687 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * shell/ev-view.c: (tip_from_link):
3690         
3691         Check for NULL, fixes bug #460862.
3692
3693 2007-07-29  Christian Persch  <chpe@gnome.org>
3694
3695         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3696         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3697         (ev_window_cmd_preview_print):
3698         
3699         Fixes bug #437681 - blocks while enumerating printers.
3700
3701 2007-07-29  Christian Persch  <chpe@gnome.org>
3702
3703         * shell/ev-window.c: (ev_window_screen_changed):
3704         
3705         Don't use deprecated gtk+ function. See bug #460909.
3706
3707 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-utils.c: (get_num_monitors):
3710         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3711
3712         Do not use display before initializing it. Remove compile
3713         warnings.
3714
3715 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3716
3717         * shell/ev-view.c: (ev_view_class_init):
3718         
3719         Unix-like hjkl bindings added. See bug #458111.
3720
3721 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3722
3723         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3724         * shell/ev-utils.h:
3725         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3726         (ev_view_update_view_size):
3727         * shell/ev-view.h:
3728         * shell/ev-window.c: (ev_window_update_actions),
3729         (setup_view_from_metadata), (ev_window_screen_changed),
3730         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3731         (zoom_control_changed_cb):
3732         * shell/ev-window.h:
3733         
3734         Reorganizes utility functions.
3735
3736 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3739         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3740         (add_job), (ev_pixbuf_cache_get_surface),
3741         (ev_pixbuf_cache_get_link_mapping),
3742         (ev_pixbuf_cache_get_image_mapping),
3743         (ev_pixbuf_cache_get_form_field_mapping),
3744         (ev_pixbuf_cache_get_text_mapping):
3745         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3746         (notify_page_ready), (ev_job_render_page_ready),
3747         (ev_job_render_run):
3748
3749         Add page_ready signal to notify that page is ready as soon as
3750         possible even if other page elements like links, forms, images or
3751         text mapping are not ready yet.
3752
3753 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3756         (dvi_document_file_exporter_do_page),
3757         (dvi_document_file_exporter_get_capabilities),
3758         (dvi_document_file_exporter_iface_init):
3759         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3760         (ps_document_file_exporter_do_page),
3761         (ps_document_file_exporter_get_capabilities),
3762         (ps_document_file_exporter_iface_init):
3763         * backend/djvu/djvu-document.c:
3764         (djvu_document_file_exporter_begin),
3765         (djvu_document_file_exporter_end),
3766         (djvu_document_file_exporter_get_capabilities),
3767         (djvu_document_file_exporter_iface_init):
3768         * backend/tiff/tiff-document.c:
3769         (tiff_document_file_exporter_begin),
3770         (tiff_document_file_exporter_get_capabilities),
3771         (tiff_document_document_file_exporter_iface_init):
3772         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3773         (pdf_document_file_exporter_do_page),
3774         (pdf_document_file_exporter_get_capabilities),
3775         (pdf_document_file_exporter_iface_init):
3776         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3777         (ev_file_exporter_get_capabilities):
3778         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3779         (idle_print_handler), (ev_print_job_print):
3780         * shell/ev-jobs.c: (ev_job_print_run):
3781         * shell/ev-window.c: (ev_window_print_send),
3782         (ev_window_print_range):
3783
3784         Use capabilities to know which options should be offered by the
3785         print dialog depending on the document backend.
3786
3787 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3790
3791         Give priority to forms over text to set the cursor.
3792
3793 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * shell/ev-view-private.h:
3796         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3797         (ev_view_leave_notify_event), (ev_view_finalize),
3798         (ev_view_get_property), (ev_view_class_init):
3799
3800         Use IBEAM cursor for text form fields and NORMAL cursor for read
3801         only fields. Remove unused status attribute.
3802
3803 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3806
3807         Update region for current selected items also for checkbox
3808         buttons, since they can behave as radio buttons when they are in a
3809         set.
3810
3811 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * configure.ac:
3814         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3815
3816         Get max length of text form fields.
3817
3818 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3819
3820         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3821         * libdocument/ev-form-field.h:
3822         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3823
3824         Fix build with current poppler cvs head.
3825
3826 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3829         * shell/eggfindbar.c: (egg_find_bar_init):
3830
3831         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3832         deprecation. Fixes bug #455667
3833
3834 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * NEWS:
3837         * configure.ac:
3838         
3839         Update for release 0.9.2
3840
3841 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * shell/ev-view.c: (ev_view_form_field_text_save),
3844         (ev_view_form_field_choice_save):
3845
3846         Fix a crash when closing whith a form widget visible.
3847
3848 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3851
3852         Update also the region of the current selected button when
3853         clicking on another button if they are radio buttons.
3854
3855 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3858         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3859         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3860         (ev_pixbuf_cache_get_link_mapping),
3861         (ev_pixbuf_cache_get_image_mapping),
3862         (ev_pixbuf_cache_get_form_field_mapping),
3863         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3864         * shell/ev-view.c: (ev_view_form_field_get_region),
3865         (ev_view_form_field_button_create_widget),
3866         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3867         (job_finished_cb):
3868
3869         Redraw only form field region instead of the whole page when
3870         reloading a page to show changes on the form field.
3871
3872 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-view.c: (ev_view_form_field_choice_save):
3875
3876         Fix selection of first item in list form fields.
3877
3878 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3881         (ev_pixbuf_cache_reload_page),
3882         (ev_pixbuf_cache_get_form_field_mapping):
3883
3884         Some refactoring to avoid duplicated code.
3885
3886 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * configure.ac:
3889         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3890         (ev_form_field_from_poppler_field),
3891         (pdf_document_forms_get_form_fields),
3892         (pdf_document_forms_form_field_text_get_text),
3893         (pdf_document_forms_form_field_text_set_text),
3894         (pdf_document_forms_form_field_button_set_state),
3895         (pdf_document_forms_form_field_button_get_state),
3896         (pdf_document_forms_form_field_choice_get_item),
3897         (pdf_document_forms_form_field_choice_get_n_items),
3898         (pdf_document_forms_form_field_choice_is_item_selected),
3899         (pdf_document_forms_form_field_choice_select_item),
3900         (pdf_document_forms_form_field_choice_toggle_item),
3901         (pdf_document_forms_form_field_choice_unselect_all),
3902         (pdf_document_forms_form_field_choice_set_text),
3903         (pdf_document_forms_form_field_choice_get_text),
3904         (pdf_document_document_forms_iface_init):
3905         * libdocument/Makefile.am:
3906         * libdocument/ev-form-field.[ch]:
3907         * libdocument/ev-document-forms.[ch]:
3908         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3909         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3910         (add_job), (ev_pixbuf_cache_reload_page),
3911         (ev_pixbuf_cache_get_form_field_mapping):
3912         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3913         * shell/ev-view-private.h:
3914         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3915         (ev_view_handle_cursor_over_xy),
3916         (ev_view_get_form_field_at_location),
3917         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3918         (ev_view_form_field_button_create_widget),
3919         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3920         (ev_view_form_field_text_create_widget),
3921         (ev_view_form_field_choice_save),
3922         (ev_view_form_field_choice_changed),
3923         (ev_view_form_field_choice_create_widget),
3924         (ev_view_handle_form_field), (ev_view_size_allocate),
3925         (ev_view_realize), (draw_end_presentation_page),
3926         (ev_view_button_press_event), (ev_view_remove_all),
3927         (ev_view_motion_notify_event), (ev_view_key_press_event),
3928         (ev_view_enter_notify_event), (highlight_find_results),
3929         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3930         (ev_view_class_init), (page_changed_cb),
3931         (on_adjustment_value_changed), (ev_view_set_presentation),
3932         (merge_selection_region), (ev_view_set_cursor),
3933         (ev_view_reset_presentation_state):
3934         
3935         Merge evince-forms branch.
3936
3937 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3938
3939         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3940
3941         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3942         This script also updates itself from libegg
3943
3944         * cut-n-paste/toolbar-editor/egg*:
3945         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3946         libegg
3947
3948 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3949
3950         * shell/ev-window.c:
3951         
3952         Adds a nice icon to page action during toolbar editing.
3953         See bug #452872.
3954
3955 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3956
3957         * data/evince-toolbar.xml:
3958         * shell/ev-window.c:
3959         
3960         Let user add a presentation and fullscreen icons on toolbar.
3961         See bug #449734.
3962
3963 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3964
3965         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3966
3967         new script to keep in sync with toolbareditor in libegg
3968
3969         * cut-n-paste/toolbar-editor/*: 
3970
3971         Run update-toolbareditor-from-libegg so we are in sync again. 
3972         Fixes bug #452850.
3973         
3974
3975 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * shell/ev-sidebar-links.c: (job_finished_callback):
3978
3979         Do not connect selection changed signal more than once. Fixes bug
3980         #349433.
3981
3982 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3985
3986         Do not change sidebar chrome flag when pressing F9 key in
3987         presentation mode.
3988
3989 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * backend/pdf/ev-poppler.cc:
3992         (pdf_document_thumbnails_get_dimensions):
3993
3994         Make sure thumbnails width and height is not <= 0. Fixes a crash
3995         with some pdf documents which have really small pages.
3996
3997 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3998
3999         * shell/main.c: (main):
4000
4001         Fixes program description translation issue.
4002         Bug #450148.
4003
4004 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4005
4006         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4007
4008         Do not change current page when returning from black/white mode
4009         in presentation. Fixes bug #415032.
4010
4011 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4012
4013         * NEWS:
4014         * configure.ac:
4015         
4016         Update for release 0.9.1
4017
4018 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4019
4020         * backend/dvi/dvi-document.c:
4021         (dvi_document_finalize),
4022         (dvi_document_file_exporter_format_supported),
4023         (dvi_document_file_exporter_begin),
4024         (dvi_document_file_exporter_do_page),
4025         (dvi_document_file_exporter_end),
4026         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4027         
4028         PDF exporter for dvi documents. Fixes bug #441319.
4029
4030 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-window.c: (ev_window_clear_print_job):
4033
4034         Clear gtk print job when job has finished. Fixes bug #447612.
4035
4036 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-window.c: (ev_window_print_send),
4039         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4040
4041         Add preview button to print dialog. Fixes bug #445419.
4042
4043 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * backend/dvi/Makefile.am:
4046         * backend/dvi/pixbuf-device.[ch]: Removed
4047         * backend/dvi/cairo-device.[ch]: Added
4048         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4049         * backend/dvi/dvi-document.c: (dvi_document_load),
4050         (dvi_document_render), (dvi_document_finalize),
4051         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4052         (dvi_document_do_color_special):
4053         * libdocument/ev-document-misc.[ch]:
4054         (ev_document_misc_pixbuf_from_surface):
4055
4056         Port dvi backend to cairo and fix a problem with colors. 
4057
4058 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * shell/ev-view.c: (draw_one_page):
4061
4062         Draw only visible region.
4063
4064 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * backend/djvu/djvu-document.c: (djvu_document_render):
4067
4068         Fix rotation in djvu backend.
4069
4070 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4073         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4074         (ev_pixbuf_cache_get_image_mapping),
4075         (ev_pixbuf_cache_get_text_mapping):
4076
4077         Redraw view every time we have a new surface. Fixes bug #443587.
4078
4079 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * libdocument/ev-document.c: (ev_document_info_free):
4082
4083         Fix memory leaks.
4084
4085 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * backend/dvi/dvi-document.c: (dvi_document_render),
4088         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4089         * backend/impress/impress-document.c:
4090         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4091         (impress_document_render), (impress_document_document_iface_init),
4092         (impress_document_thumbnails_get_thumbnail):
4093         * backend/djvu/djvu-document-private.h:
4094         * backend/djvu/djvu-document.c: (djvu_document_render),
4095         (djvu_document_finalize), (djvu_document_document_iface_init),
4096         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4097         * backend/tiff/tiff-document.c: (tiff_document_render),
4098         (tiff_document_render_pixbuf),
4099         (tiff_document_document_iface_init):
4100         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4101         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4102         (pdf_selection_render_selection):
4103         * backend/comics/comics-document.c:
4104         (comics_document_render_pixbuf), (comics_document_render),
4105         (comics_document_document_iface_init):
4106         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4107         (pixbuf_document_document_iface_init):
4108         * libdocument/ev-document-misc.[ch]:
4109         (ev_document_misc_surface_from_pixbuf),
4110         (ev_document_misc_surface_rotate_and_scale):
4111         * libdocument/ev-document.[ch]: (ev_document_render):
4112         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4113         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4114         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4115         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4116         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4117         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4118         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4119         (render_finished_cb), (ev_job_render_run):
4120         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4121         (merge_selection_region):
4122
4123         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4124         and selections.
4125
4126 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-window-title.c: (ev_window_title_update):
4129
4130         Fix memory leak.
4131
4132 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4133
4134         * shell/ev-view.c: (draw_loading_text):
4135
4136         Show loading text centered. Fixes bug #433061
4137
4138 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * shell/ev-sidebar-thumbnails.c:
4141         (ev_sidebar_thumbnails_set_loading_icon):
4142
4143         Remove a mutex in the main thread that blocks the UI in heavy
4144         documents.
4145
4146 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4149
4150         Set points_set to TRUE so that selections don't disappear after a
4151         zoom change.
4152
4153 2007-06-07  Michael Monreal  <infernux@web.de>
4154
4155         * data/icons/16x16/actions/Makefile.am:
4156         * data/icons/16x16/actions/zoom.svg:
4157         * data/icons/22x22/actions/Makefile.am:
4158         * data/icons/22x22/actions/zoom.svg:
4159         * data/icons/24x24/actions/Makefile.am:
4160         * shell/ev-stock-icons.c:
4161         * shell/ev-stock-icons.h:
4162         * shell/ev-window.c:
4163         
4164         Zoom icon artwork. See bug #444795.
4165
4166 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4167
4168         * shell/ev-metadata-manager.c: Remove extraneous function
4169         (Closes: #444386)
4170
4171 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4172
4173         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4174         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4175         (ev_metadata_manager_set), (ev_metadata_manager_save):
4176         Simplify the timeout, no need for modified anymore
4177
4178 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4179
4180         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4181         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4182         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4183         (ev_metadata_manager_save): Adapted patch from Arjan van de
4184         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4185         time, saves on power (Closes: #443851)
4186
4187 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * configure.ac:
4190         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4191         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4192
4193         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4194
4195 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * shell/ev-window.c: (ev_window_add_history):
4198
4199         Check if history is NULL
4200
4201 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * libdocument/ev-image.c: (ev_image_finalize):
4204         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4205         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4206         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4207         (ev_tmp_uri_unlink):
4208
4209         Add functions to delete temporary files created by evince in a safe
4210         way.
4211
4212         * shell/ev-window.c: (ev_window_clear_local_uri),
4213         (open_xfer_update_progress_callback),
4214         (save_xfer_update_progress_callback), (ev_window_save_remote),
4215         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4216         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4217         (attachment_save_dialog_response_cb),
4218         (ev_attachment_popup_cmd_save_attachment_as):
4219
4220         Allow saving a copy of a document, image or attachment to a remote
4221         location. Fixes bug #440754. 
4222
4223 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4224
4225         * configure.ac:
4226         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4227
4228         Fix build with current poppler from cvs head. 
4229
4230 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4231
4232         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4233
4234         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4235         directory exists.
4236
4237 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4238
4239         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4240         * shell/ev-window.c:
4241
4242         Change sidebar ordering. Fixes bug #439939.
4243
4244 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4245
4246         * backend/comics/Makefile.am:
4247         
4248         Fixes build with --without-libgnome.
4249
4250 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4251         
4252         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4253
4254         Update cursor and tooltip on page change and view scroll. Fixes bug
4255         #439217.
4256
4257 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4258
4259         * NEWS:
4260         * configure.ac:
4261         
4262         Update for release 0.9.0
4263
4264 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4265
4266         * backend/djvu/djvu-document-private.h:
4267         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4268         (djvu_document_finalize),
4269         (djvu_document_file_exporter_format_supported),
4270         (djvu_document_file_exporter_begin),
4271         (djvu_document_file_exporter_do_page),
4272         (djvu_document_file_exporter_end),
4273         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4274         
4275         Implemented printing with djvu. Bug #437998.
4276
4277 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * backend/impress/zip.c:
4280         Add missing ulong definition.
4281
4282         * backend/ps/ps-interpreter.c:
4283         Add missing headers.
4284
4285         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4286
4287 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4290
4291         Add missing call to parent class dispose method. 
4292
4293 2007-05-12  Ross Burton  <ross@openedhand.com>
4294
4295         * shell/main.c:
4296         Sync keybindings manually when building without libgnome
4297         (#437925).
4298
4299 2007-05-12  Ross Burton  <ross@openedhand.com>
4300
4301         * shell/ev-window.c:
4302         Respect the screen when opening help (#437866).
4303
4304 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * data/evince-ui.xml:
4307         * shell/ev-application.[ch]: (get_print_settings_from_args),
4308         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4309         (ev_application_open_uri_list):
4310         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4311         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4312         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4313         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4314         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4315         (ev_window_dispose):
4316         * shell/main.c: (arguments_parse):
4317
4318         Add print button in preview mode. Fixes bug #396475. 
4319
4320 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * cut-n-paste/zoom-control/ephy-zoom.h:
4323         
4324         Fixes zoom level factors. See bug #408119 for details.
4325
4326 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4327
4328         * backend/comics/comics-document.c: (comics_regex_quote),
4329         (extract_argv):
4330         
4331         Correctly quote symbols. Fixes crash in the bug
4332         #415370.
4333
4334 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4335
4336         * shell/ev-navigation-action-widget.c:
4337         (ev_navigation_action_widget_init),
4338         (ev_navigation_action_widget_class_init),
4339         (ev_navigation_action_widget_button_press_event):
4340         
4341         Connect to button-press event on correct widget. Fixes
4342         bug #431988
4343
4344 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * shell/ev-application.c: (ev_application_open_window),
4347         (ev_application_add_icon_path_for_screen),
4348         (ev_application_open_uri_at_dest):
4349         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4350         * shell/ev-navigation-action.c: (build_menu):
4351         
4352         Add app-specific icons to our icon theme. Fixes bug
4353         #425508.
4354
4355 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * shell/ev-history.c: (ev_history_class_init),
4358         (ev_history_add_link):
4359         * shell/ev-history.h:
4360         * shell/ev-navigation-action.c:
4361         (ev_navigation_action_history_changed),
4362         (ev_navigation_action_set_history), (build_menu),
4363         (ev_navigation_action_finalize):
4364         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4365         
4366         Make navigation action unsensitive instead of showing
4367         menu with unsensitive word. Fixes bug #417392.
4368
4369 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4370
4371         * shell/ev-application.[ch]: (ev_application_shutdown),
4372         (ev_application_get_print_settings),
4373         (ev_application_set_print_settings):
4374         * shell/ev-window.c:
4375
4376         Remember print settings. Fixes bug #349102. 
4377
4378 2007-05-08  Christian Persch  <chpe@gnome.org>
4379
4380         * configure.ac:
4381         * properties/ev-properties-view.c:
4382
4383         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4384         Bug #382438.
4385
4386 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * configure.ac:
4389         * properties/ev-properties-view.c: (ev_regular_paper_size):
4390
4391         Use gtk+ builtin paper list to identify the document's paper size.
4392         Fixes bug #382438. 
4393
4394 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4395
4396         * configure.ac:
4397
4398         Fix build when compiling with thumbnailer and libgnome support. 
4399
4400 2007-05-04  Ross Burton  <ross@openedhand.com>
4401
4402         * configure.ac:
4403         Add --without-libgnome, check for libgnome and libgnomeui
4404         separately, and add them to the symbols as required.
4405
4406         * libdocument/ev-file-helpers.c:
4407         When building without libgnome, use g_get_user_config_dir instead
4408         of gnome_user_dir_get.
4409
4410         * shell/ev-application.c:
4411         When building without libgnome, don't use session management.
4412
4413         * shell/main.c:
4414         When building without libgnome, don't use GnomeProgram or
4415         initialise the authentication manager.
4416
4417         This fixes #328842.
4418
4419 2007-05-04  Ross Burton  <ross@openedhand.com>
4420
4421         * shell/ev-window.c:
4422         Don't use libgnome to open help, instead call Yelp directly.
4423
4424 2007-05-04  Ross Burton  <ross@openedhand.com>
4425
4426         * shell/ev-sidebar-attachments.c:
4427         Don't use libgnome to lookup icons for MIME types, instead copy
4428         code from GTK+ to do it manually.
4429
4430 2007-05-04  Ross Burton  <ross@openedhand.com>
4431
4432         * configure.ac:
4433         Add libxml to the dependencies for SHELL_CORE (#435818).
4434
4435 2007-05-02  Ross Burton  <ross@openedhand.com>
4436
4437         * configure.ac:
4438         * Makefile.am:
4439         Add --disable-thumbnailer (#434825)
4440
4441 2007-05-02  Ross Burton  <ross@openedhand.com>
4442
4443         * shell/ev-window.c:
4444         Add missing includes, fix indentation.
4445
4446         * shell/main.c:
4447         Fix indentation.
4448
4449 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4450
4451         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4452         ev_application_open_uri_at_dest instead of ev_application_open_uri
4453         preventing new document always being opened in a new window even if there
4454         is an empty window.
4455
4456 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4459         (egg_recent_view_uimanager_finalize):
4460         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4461         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4462         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4463         (ev_pixbuf_cache_dispose):
4464         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4465         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4466         
4467         Add missing chain to parent class methods. Fixes
4468         bug #433128.
4469
4470 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4471
4472         * data/Makefile.am (update-icon-cache): Updates
4473         gtk-update-icon-cache in uninstall-hook.
4474
4475 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * shell/ev-window.c: (ev_window_setup_document),
4478         (ev_window_set_document), (ev_window_load_job_cb):
4479         * shell/ev-view.c: (setup_caches):
4480         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4481
4482         Start rendering pages before any other jobs. 
4483
4484 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * shell/ev-window.c: (ev_window_stop_fullscreen),
4487         (ev_window_stop_presentation):
4488
4489         Update chrome visibility before window unfullscreen. 
4490
4491 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * data/Makefile.am:
4494         * data/evince-ui.xml:
4495         * shell/ev-stock-icons.[ch]:
4496         * shell/ev-application.[ch]: (ev_application_shutdown),
4497         (ev_application_init), (ev_application_get_toolbars_model):
4498         * shell/ev-window.c: (update_chrome_visibility),
4499         (fullscreen_toolbar_setup_item_properties),
4500         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4501         (ev_window_run_presentation), (ev_window_stop_presentation),
4502         (ev_window_run_preview), (ev_window_screen_changed),
4503         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4504         (ev_window_dispose), (ev_window_init):
4505
4506         Make fullscreen toolbar always visible. Do not use egg toolbars for
4507         fullscreen and preview modes since such toolbars are not editables.
4508         Fixes bugs #300278, #338910 and #316188.  
4509
4510 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4511
4512         * shell/ev-application.c:
4513         * shell/ev-job-queue.c:
4514         * shell/ev-metadata-manager.c:
4515         * shell/ev-stock-icons.c:
4516         * shell/ev-window.c:
4517         * shell/main.c:
4518         
4519         Developers documentation updated.
4520
4521 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4524
4525         Check whether uri is valid before launching it. Fixes bug #427664.
4526
4527 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * shell/ev-window.c:
4530
4531         Change key accelerator for Open a Copy menu entry which is in conflict
4532         with Close. Fixes bug #427321.
4533
4534 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * NEWS:
4537         * configure.ac:
4538         
4539         Update for release 0.8.1
4540
4541 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-window.c: (setup_size_from_metadata):
4544         
4545         Do not make window bigger than screen. Fixes bug 
4546         #388985.
4547
4548 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4551         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4552
4553         Use default resolution when it's not provided by document. Fixes bug
4554         #408762.
4555
4556 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4557
4558         * configure.ac:
4559         * thumbnailer/Makefile.am:
4560         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4561         * thumbnailer/evince-thumbnailer.schemas.in:
4562         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4563
4564         Add support for ps, eps and compressed documents thumbnails. Do not
4565         ignore size parameter. 
4566
4567 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4568
4569         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4570         (dvi_document_do_color_special):
4571         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4572
4573         Implement font color specials in the DVI backend. Fixes bug #303651.
4574
4575 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4576
4577         Fixup the previous commit:
4578
4579         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4580         * shell/xdg-user-dir-lookup.c: Make the function non-static
4581         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4582
4583 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4584
4585         * shell/ev-window.c (file_open_dialog_response_cb): Use
4586         the xdg-user-dirs DOCUMENTS folder as default folder when
4587         opening a file chooser.  (#424858)
4588
4589         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4590         xdg-user-dirs.
4591
4592 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * shell/ev-window.c: (ev_window_load_job_cb):
4595
4596         Do not setup view from metadata on preview mode. 
4597
4598 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/main.c:
4601
4602         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4603
4604 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * shell/ev-view.c: (ev_view_primary_get_cb):
4607
4608         Check pointer != NULL before using it. Fixes bug #416841. 
4609
4610 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * NEWS:
4613         * configure.ac:
4614         
4615         Release 0.8.0
4616
4617 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4618
4619         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4620
4621         Do not render thumbnails when sidebar thumbnail page is not visible
4622         at startup. Fixes bug #416447. 
4623
4624 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4625
4626         * data/evince.desktop.in.in:
4627
4628         "Application" is not a valid category in the freedesktop specification.
4629
4630 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * libdocument/ev-file-helpers.[ch]: (compression_run),
4633         (ev_file_uncompress), (ev_file_compress):
4634         * shell/ev-window.c: (file_save_dialog_response_cb):
4635
4636         Save document compressed when saving a copy of a compressed document.
4637         Fixes bug #334542.
4638
4639 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4642
4643         Allow deleting in goto window entry in presentation mode. 
4644
4645 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4646
4647         * Makefile.am: Dist MAINTAINERS.
4648
4649 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-window.c: (ev_window_update_actions):
4652
4653         Fix zoom shortcut keys when searching. Fixes bug #409828.
4654
4655 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * shell/ev-window.c: (ev_window_setup_document):
4658
4659         Fix crash when loading documents with only one page. 
4660
4661 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * backend/dvi/dvi-document.c:
4664         (dvi_document_thumbnails_get_dimensions),
4665         (dvi_document_thumbnails_get_thumbnail):
4666         * backend/impress/impress-document.c:
4667         (impress_document_thumbnails_get_thumbnail),
4668         (impress_document_thumbnails_get_dimensions):
4669         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4670         (ps_document_thumbnails_get_dimensions):
4671         * backend/djvu/djvu-document.c:
4672         (djvu_document_thumbnails_get_dimensions),
4673         (djvu_document_thumbnails_get_thumbnail):
4674         * backend/tiff/tiff-document.c:
4675         (tiff_document_thumbnails_get_thumbnail),
4676         (tiff_document_thumbnails_get_dimensions):
4677         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4678         (pdf_document_thumbnails_get_thumbnail),
4679         (pdf_document_thumbnails_get_dimensions):
4680         * backend/comics/comics-document.c:
4681         (comics_document_thumbnails_get_thumbnail),
4682         (comics_document_thumbnails_get_dimensions):
4683         * backend/pixbuf/pixbuf-document.c:
4684         (pixbuf_document_thumbnails_get_thumbnail),
4685         (pixbuf_document_thumbnails_get_dimensions):
4686         * libdocument/ev-document-thumbnails.[ch]:
4687         (ev_document_thumbnails_get_thumbnail),
4688         (ev_document_thumbnails_get_dimensions):
4689         * libdocument/ev-document-misc.[ch]:
4690         (ev_document_misc_get_thumbnail_frame):
4691         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4692         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4693         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4694         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4695         (ev_sidebar_thumbnails_refresh):
4696         * shell/ev-window.c: (ev_window_setup_document):
4697         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4698
4699         Use an EvRenderContext for rendering thumbnails instead of a suggested
4700         width, so that different sized pages get sized proportionally.
4701
4702 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-view.c: (ev_view_button_press_event),
4705         (ev_view_key_press_event):
4706
4707         Fix critical warnings when there is no document loaded. 
4708
4709 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-page-action-widget.c:
4712         * shell/ev-navigation-action.c:
4713         * shell/ev-window.c:
4714
4715         Fix compile warnings. 
4716
4717 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * backend/djvu/djvu-text.h:
4720         * backend/djvu/djvu-document.c:
4721         * backend/djvu/djvu-text-page.c:
4722         * backend/djvu/djvu-links.c:
4723         * backend/djvu/djvu-text-page.h:
4724         * backend/djvu/djvu-text.c:
4725         
4726         Fix build on Mac. Fixes bug #392186. Patch by
4727         <ephraim_owns@hotmail.com>
4728
4729 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4730
4731         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4732
4733         Restore cairo context before rendering every page when printing a PDF
4734         document into a PDF file. 
4735
4736 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * backend/ps/gstypes.h:
4739         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4740         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4741         (ps_document_thumbnails_get_thumbnail):
4742
4743         Handle PostScript page orientation. Fixes bug #318568.
4744
4745 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4746
4747         * backend/ps/Makefile.am:
4748         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4749         (document_load), (ps_document_load), (save_document),
4750         (save_page_list), (ps_document_get_n_pages),
4751         (ps_document_get_page_size), (ps_document_get_info),
4752         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4753         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4754         (ps_document_thumbnails_get_thumbnail),
4755         (ps_document_thumbnails_get_dimensions),
4756         (ps_document_document_thumbnails_iface_init):
4757         * backend/ps/ps.[ch]: (psgetpagebox):
4758         * backend/ps/ps-interpreter.[ch]:
4759
4760         Add support for thumbnails in ps backend. Fixes bug #164755. 
4761
4762 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * NEWS:
4765         * configure.ac:
4766         
4767         Release 0.7.2
4768
4769 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4772         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4773         (ev_window_dispose):
4774
4775         Use document thumbnail as window icon. Fixes bug #384442.
4776
4777 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4778
4779         * configure.ac:
4780
4781         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4782         duplicated adding application/x-bzpostscript instead. 
4783
4784 2007-02-11  Tom Parker  <palfrey@tevp.net>
4785
4786         * backend/ps/ps-document.c: (document_load):
4787
4788         Check return value of psscan before trying
4789         to use it. Fixes bug #372414.
4790
4791 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4794
4795         Fix invalid free in ev-page-cache. Fixes bug #404745.
4796
4797 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * test/Makefile.am:
4800         * test/test3.py:
4801         
4802         Added reload test case.
4803
4804 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * po/POTFILES.in:
4807         * backend/djvu/djvu-document.c: (djvu_document_load):
4808
4809         Check whether there are missing files in indirect multipage djvu
4810         documents. Fixes bug #361683. 
4811
4812 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * test/Makefile.am:
4815         * test/test-mime.bin:
4816         * test/test3.py:
4817         
4818         Added test for slow mime type
4819
4820 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4821
4822         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4823
4824         Add some checks and call parent_class->finalize. Fixes bug #404745.
4825
4826 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * shell/ev-navigation-action.c: (connect_proxy):
4829         
4830         Fixes dropdown history menu. Thanks a lot Carlos!
4831
4832 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4835
4836         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4837         bug #373715.
4838
4839 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4840
4841         * backend/ps/ps.c: (psscan):
4842
4843         Fix memory leak. 
4844
4845 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * configure.ac:
4848         * libdocument/ev-file-helpers.c: 
4849
4850         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4851
4852 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * configure.ac:
4855         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4856         (ps_interpreter_start), (document_load), (save_document),
4857         (save_page_list):
4858         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4859         * libdocument/ev-document-factory.c:
4860         (ev_document_factory_get_from_mime), (get_document_from_uri),
4861         (free_uncompressed_uri), (ev_document_factory_get_document):
4862         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4863
4864         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4865
4866 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * libdocument/ev-document.h:
4869
4870         Fix typo in function name. 
4871
4872 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4873
4874         * backend/ps/ps-document.c: (ps_interpreter_finished),
4875         (ps_interpreter_start), (ps_interpreter_failed):
4876
4877         Handle ghostscript interpreter crashes. 
4878
4879 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4880
4881         * shell/ev-window.c: (ev_window_open_uri),
4882         (window_configure_event_cb):
4883
4884         Setup window size and position before showing it. Fixes bug #401711.
4885
4886 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4887
4888         * backend/ps/Makefile.am:
4889         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4890         (ps_document_dispose), (ps_document_class_init),
4891         (ps_interpreter_input), (ps_interpreter_output),
4892         (ps_interpreter_error), (setup_interpreter_env),
4893         (ps_interpreter_start), (ps_interpreter_stop),
4894         (ps_interpreter_failed), (ps_interpreter_is_ready),
4895         (check_filecompressed), (document_load), (ps_document_load),
4896         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4897         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4898         (render_page):
4899
4900         Rework ps-document. Code cleanups, remove deprecated code. 
4901
4902 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * shell/ev-view.c: (ev_view_button_press_event):
4905
4906         Do not start an image drag and drop operation when pointer is on 
4907         text, so that we can select text when the whole background is an
4908         image. 
4909
4910 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4911
4912         * shell/ev-window.c: (ev_window_update_actions): 
4913
4914         Disable all zoom related actions during presentation mode. 
4915
4916 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4917
4918         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4919
4920         Do not zoom in or out on presentation mode. Fixes bug #401305.
4921
4922 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * shell/ev-navigation-action.c: (connect_proxy),
4925         (create_menu_item), (ev_navigation_action_class_init):
4926         
4927         Correctly show menu and fix crash when navigaton 
4928         action is out of toolbar visible area.
4929
4930 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * data/Makefile.am:
4933         * data/evince.1:
4934         
4935         Added man file
4936
4937 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4938
4939         * help/reference/* :
4940         * configure.ac:
4941         
4942         Added gtk-doc based documentation for Evince.
4943         Still in initial state but I hope it will
4944         grow.
4945         
4946         * configure.ac:
4947         
4948         Lower dbus requirement to 0.70
4949
4950 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4951
4952         * shell/ev-window.c: (ev_window_add_history):
4953
4954         Fix memory leak. 
4955
4956 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4959         * shell/ev-view.h:
4960         * shell/ev-window.c: (ev_window_add_history):
4961         
4962         Correctly handle named destination links
4963
4964 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4965
4966         * NOTES:
4967         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4968         * backend/pdf/ev-poppler.cc:
4969         * libdocument/ev-document-links.h:
4970         * libdocument/ev-link.c: (ev_link_get_page):
4971         * libdocument/ev-link.h:
4972         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4973         (ev_history_add_link):
4974         * shell/ev-history.h:
4975         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4976         (new_history_menu_item), (build_menu):
4977         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4978         * shell/ev-sidebar-links.c: (create_loading_model),
4979         (print_section_cb), (ev_sidebar_links_construct),
4980         (fill_page_labels), (update_page_callback_foreach),
4981         (update_page_callback), (job_finished_callback):
4982         * shell/ev-view.c: (ev_view_handle_link):
4983         * shell/ev-window.c: (ev_window_find_chapter),
4984         (ev_window_add_history), (view_handle_link_cb),
4985         (history_changed_cb):
4986         
4987         Implements another history variant
4988
4989 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * shell/ev-window.c: (view_external_link_cb):
4992         * shell/ev-view.c: (ev_view_button_release_event):
4993
4994         Open links in new window when clicking with middle button. 
4995
4996 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4997
4998         * shell/ev-navigation-action.c: (new_history_menu_item):
4999         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5000         * shell/ev-view.c: (ev_view_handle_link):
5001         * shell/ev-window.c:
5002         
5003         Store link before jump, not the destination. For me it 
5004         seems like more natural history behavior.
5005
5006 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5009         (ev_navigation_action_class_init):
5010         * shell/ev-navigation-action.h:
5011         * shell/ev-page-action.c: (activate_cb):
5012         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5013         (ev_page_cache_set_current_page_history):
5014         * shell/ev-page-cache.h:
5015         * shell/ev-sidebar-thumbnails.c:
5016         (ev_sidebar_tree_selection_changed),
5017         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5018         * shell/ev-view-private.h:
5019         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5020         * shell/ev-view.h:
5021         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5022         (ev_window_setup_document), (ev_window_load_job_cb):
5023         * shell/ev-window.h:
5024         
5025         History finally works as expected.
5026
5027 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5030
5031         Do not update links treeview if it doesn't have a model assigned yet. 
5032
5033 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5036         (ev_sidebar_links_class_init), (update_page_callback):
5037
5038         Do not update links treeview when sidepane is not visible. 
5039
5040 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * shell/ev-marshal.list:
5043         * shell/ev-page-action.c: (activate_cb),
5044         (ev_page_action_class_init):
5045         * shell/ev-page-action.h:
5046         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5047         * shell/ev-window.c:
5048         
5049         Remove activate_link signal, not required.
5050
5051 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * shell/ev-navigation-action.c: (build_menu):
5054         
5055         Reorder menu items and build menu with fixed length.
5056
5057 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5058
5059         * shell/ev-view.c: (get_selected_text):
5060         
5061         Normalize text to fix ligatures problem. See bug
5062         #341947 for details.
5063
5064 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5065
5066         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5067
5068         Fix memory leak in ev-page-cache. 
5069
5070 2007-01-25  Tom Parker <palfrey@tevp.net>
5071
5072         * backend/impress/impress-document.c: (impress_document_load),
5073         (impress_document_finalize), (impress_document_init):
5074         * properties/ev-properties-main.c: (ev_properties_get_pages):
5075         
5076         Correctly handle impress document errors. Fixes nautilus
5077         crash in property page #370491.
5078
5079 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5082         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5083         (ev_job_queue_remove_job):
5084         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5085         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5086         (ev_job_load_run):
5087         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5088         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5089         (ev_window_load_job_cb), (xfer_update_progress_callback),
5090         (ev_window_open_uri), (ev_window_dispose):
5091         * shell/main.c: (main):
5092
5093         Do file transfer asynchronously in the main thread instead of
5094         synchronously in the load thread. Fixes bugs #399694, #398307 and
5095         #343542.
5096
5097 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * shell/ev-jobs.c: (ev_job_xfer_run):
5100
5101         Load the document with the font-config lock held. 
5102
5103 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * backend/ps/ps-document.c: (start_interpreter):
5106
5107         Fix memory leaks in ps backend. 
5108
5109 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5110
5111         * backend/impress/impress-document.c:
5112         (impress_document_render_pixbuf):
5113
5114         Do not acquire fontconfig lock in impress backend, since it is using
5115         the main loop for rendering. 
5116
5117 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5118
5119         * po/POTFILES.in: 
5120
5121         Remove mdvi files that shouldn't be translated. 
5122
5123 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * shell/ev-view-private.h:
5126         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5127         (ev_view_set_zoom):
5128
5129         Render "loading..." text into a cairo surface instead of directly into
5130         the window so that fontconfig lock is only needed once and UI is not
5131         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5132
5133 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5136         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5137
5138         Use icon theme associated with the window screen rather than default. 
5139
5140 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5141
5142         * configure.ac:
5143
5144         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5145
5146 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5147
5148         * data/icons/*/apps/evince.*:
5149
5150         Move Evince icons under new apps directory.
5151
5152         * data/icons/*/actions/*:
5153
5154         Add new custom themeable Evince icons: view-page-continuous, 
5155         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5156         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5157
5158         * configure.ac:
5159
5160         Add new directories to AC_CONFIG_FILES.
5161
5162         * shell/ev-stock-icons.c:
5163         * shell/ev-stock-icons.h:
5164
5165         Use new custom themeable icons.
5166
5167 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5170
5171         Do not draw white background page in presentation mode. 
5172
5173 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5174
5175         * shell/ev-view.c: Remove unused gnome-vfs include.
5176
5177 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5178
5179         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5180         
5181         Format string is corrected, fixes bug #397129.
5182
5183 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-window.c: (ev_window_setup_recent):
5186
5187         Do not include in recent menu inexistent documents. Fixes
5188         bug #339171.
5189
5190 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * po/POTFILES.skip: 
5193
5194         Update POTFILES.skip file according to current source tree. 
5195
5196 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-window.c: (file_save_dialog_response_cb):
5199
5200         Do Save a copy in atomic way. Fixes bug #328266. 
5201
5202 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5203
5204         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5205
5206         Keep selected cell always visible in index treeview.
5207
5208 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5209         
5210         * shell/ev-view.c: (ev_view_size_allocate):
5211
5212         Restore horizontal scrollbar after switching to/from fullscreen
5213         or presentation mode. Fixes bug #331728.
5214
5215 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5216
5217         * shell/ev-view-private.h:
5218         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5219         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5220         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5221         (ev_view_can_zoom_out):
5222
5223         Use max and min scale values in the view iby taking dpi into account. 
5224
5225 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * configure.ac:
5228         * NEWS:
5229
5230         Release 0.7.1
5231
5232 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * shell/ev-window.c: (ev_window_print_send):
5235
5236         Send print job to printer with some settings set to default values,
5237         since we have already exported to a file according to such settings
5238         and they could be taken twice by some printers. 
5239
5240 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5241
5242         * shell/ev-jobs.c: (ev_job_xfer_run):
5243         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5244
5245         Show main window and load document with the font-config lock held. 
5246
5247 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * configure.ac:
5250         * shell/ev-application.c: (ev_application_register_service):
5251         * shell/main.c: (load_files_remote):
5252
5253         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5254
5255 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * doc/debugging.txt:
5258         
5259         Remove obsolete documentation.
5260
5261 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * Makefile.am:
5264         * backend/Makefile.am:
5265         * backend/comics/Makefile.am:
5266         * backend/djvu/Makefile.am:
5267         * backend/dvi/Makefile.am:
5268         * backend/ev-async-renderer.c:
5269         * backend/ev-async-renderer.h:
5270         * backend/ev-attachment.c:
5271         * backend/ev-attachment.h:
5272         * backend/ev-backend-marshal.c:
5273         * backend/ev-document-factory.c:
5274         * backend/ev-document-factory.h:
5275         * backend/ev-document-find.c:
5276         * backend/ev-document-find.h:
5277         * backend/ev-document-fonts.c:
5278         * backend/ev-document-fonts.h:
5279         * backend/ev-document-images.c:
5280         * backend/ev-document-images.h:
5281         * backend/ev-document-info.h:
5282         * backend/ev-document-links.c:
5283         * backend/ev-document-links.h:
5284         * backend/ev-document-misc.c:
5285         * backend/ev-document-misc.h:
5286         * backend/ev-document-security.c:
5287         * backend/ev-document-security.h:
5288         * backend/ev-document-thumbnails.c:
5289         * backend/ev-document-thumbnails.h:
5290         * backend/ev-document-transition.c:
5291         * backend/ev-document-transition.h:
5292         * backend/ev-document.c:
5293         * backend/ev-document.h:
5294         * backend/ev-file-exporter.c:
5295         * backend/ev-file-exporter.h:
5296         * backend/ev-image.c:
5297         * backend/ev-image.h:
5298         * backend/ev-link-action.c:
5299         * backend/ev-link-action.h:
5300         * backend/ev-link-dest.c:
5301         * backend/ev-link-dest.h:
5302         * backend/ev-link.c:
5303         * backend/ev-link.h:
5304         * backend/ev-render-context.c:
5305         * backend/ev-render-context.h:
5306         * backend/ev-selection.c:
5307         * backend/ev-selection.h:
5308         * backend/impress/Makefile.am:
5309         * backend/pdf/Makefile.am:
5310         * backend/pixbuf/Makefile.am:
5311         * backend/ps/Makefile.am:
5312         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5313         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5314         (start_interpreter), (stop_interpreter), (document_load),
5315         (ps_document_next_page), (render_page):
5316         * backend/tiff/Makefile.am:
5317         * comics/Makefile.am:
5318         * comics/comics-document.c:
5319         * comics/comics-document.h:
5320         * configure.ac:
5321         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5322         * djvu/Makefile.am:
5323         * djvu/djvu-document-private.h:
5324         * djvu/djvu-document.c:
5325         * djvu/djvu-document.h:
5326         * djvu/djvu-links.c:
5327         * djvu/djvu-links.h:
5328         * djvu/djvu-text-page.c:
5329         * djvu/djvu-text-page.h:
5330         * djvu/djvu-text.c:
5331         * djvu/djvu-text.h:
5332         * dvi/Makefile.am:
5333         * dvi/dvi-document.c:
5334         * dvi/dvi-document.h:
5335         * dvi/fonts.c:
5336         * dvi/fonts.h:
5337         * dvi/mdvi-lib/Makefile.am:
5338         * dvi/mdvi-lib/afmparse.c:
5339         * dvi/mdvi-lib/afmparse.h:
5340         * dvi/mdvi-lib/bitmap.c:
5341         * dvi/mdvi-lib/bitmap.h:
5342         * dvi/mdvi-lib/color.c:
5343         * dvi/mdvi-lib/color.h:
5344         * dvi/mdvi-lib/common.c:
5345         * dvi/mdvi-lib/common.h:
5346         * dvi/mdvi-lib/defaults.h:
5347         * dvi/mdvi-lib/dvimisc.c:
5348         * dvi/mdvi-lib/dviopcodes.h:
5349         * dvi/mdvi-lib/dviread.c:
5350         * dvi/mdvi-lib/files.c:
5351         * dvi/mdvi-lib/font.c:
5352         * dvi/mdvi-lib/fontmap.c:
5353         * dvi/mdvi-lib/fontmap.h:
5354         * dvi/mdvi-lib/fontsrch.c:
5355         * dvi/mdvi-lib/gf.c:
5356         * dvi/mdvi-lib/hash.c:
5357         * dvi/mdvi-lib/hash.h:
5358         * dvi/mdvi-lib/list.c:
5359         * dvi/mdvi-lib/mdvi.h:
5360         * dvi/mdvi-lib/pagesel.c:
5361         * dvi/mdvi-lib/paper.c:
5362         * dvi/mdvi-lib/paper.h:
5363         * dvi/mdvi-lib/pk.c:
5364         * dvi/mdvi-lib/private.h:
5365         * dvi/mdvi-lib/setup.c:
5366         * dvi/mdvi-lib/sp-epsf.c:
5367         * dvi/mdvi-lib/special.c:
5368         * dvi/mdvi-lib/sysdeps.h:
5369         * dvi/mdvi-lib/t1.c:
5370         * dvi/mdvi-lib/tfm.c:
5371         * dvi/mdvi-lib/tfmfile.c:
5372         * dvi/mdvi-lib/tt.c:
5373         * dvi/mdvi-lib/util.c:
5374         * dvi/mdvi-lib/vf.c:
5375         * dvi/pixbuf-device.c:
5376         * dvi/pixbuf-device.h:
5377         * impress/Makefile.am:
5378         * impress/common.h:
5379         * impress/document.c:
5380         * impress/f_oasis.c:
5381         * impress/f_oo13.c:
5382         * impress/iksemel.c:
5383         * impress/iksemel.h:
5384         * impress/imposter.h:
5385         * impress/impress-document.c:
5386         * impress/impress-document.h:
5387         * impress/internal.h:
5388         * impress/r_back.c:
5389         * impress/r_draw.c:
5390         * impress/r_geometry.c:
5391         * impress/r_gradient.c:
5392         * impress/r_style.c:
5393         * impress/r_text.c:
5394         * impress/render.c:
5395         * impress/render.h:
5396         * impress/zip.c:
5397         * impress/zip.h:
5398         * lib/Makefile.am:
5399         * lib/ev-debug.c:
5400         * lib/ev-debug.h:
5401         * lib/ev-file-helpers.c:
5402         * lib/ev-file-helpers.h:
5403         * lib/ev-gui.c:
5404         * lib/ev-gui.h:
5405         * lib/ev-tooltip.c:
5406         * lib/ev-tooltip.h:
5407         * libdocument/Makefile.am:
5408         * libdocument/ev-file-helpers.c:
5409         * pdf/Makefile.am:
5410         * pdf/ev-poppler.cc:
5411         * pdf/ev-poppler.h:
5412         * pixbuf/Makefile.am:
5413         * pixbuf/pixbuf-document.c:
5414         * pixbuf/pixbuf-document.h:
5415         * properties/Makefile.am:
5416         * ps/Makefile.am:
5417         * ps/gsdefaults.c:
5418         * ps/gsdefaults.h:
5419         * ps/gsio.c:
5420         * ps/gsio.h:
5421         * ps/gstypes.h:
5422         * ps/ps-document.c:
5423         * ps/ps-document.h:
5424         * ps/ps.c:
5425         * ps/ps.h:
5426         * shell/Makefile.am:
5427         * shell/ev-application.h:
5428         * shell/ev-sidebar-links.c:
5429         * shell/ev-sidebar-links.h:
5430         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5431         (ev_gui_menu_position_tree_selection):
5432         * shell/ev-utils.h:
5433         * shell/ev-view.c: (ev_view_finalize):
5434         * shell/ev-window.c:
5435         * shell/main.c: (main):
5436         * thumbnailer/Makefile.am:
5437         * tiff/Makefile.am:
5438         * tiff/tiff-document.c:
5439         * tiff/tiff-document.h:
5440         * tiff/tiff2ps.c:
5441         * tiff/tiff2ps.h:
5442         
5443         Reorganize source tree.
5444
5445 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * backend/ev-document-factory.c:
5448
5449         Do not include ev-poppler.h when pdf is disabled. 
5450
5451 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * configure.ac:
5454         * data/evince-ui.xml:
5455         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5456         (pdf_document_document_images_iface_init):
5457         * backend/Makefile.am:
5458         * backend/ev-document-images.[ch]:
5459         * backend/ev-image.[ch]:
5460         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5461         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5462         (ev_job_xfer_run):
5463         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5464         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5465         (ev_pixbuf_cache_get_image_mapping):
5466         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5467         (view_menu_popup_cb), (ev_window_dispose),
5468         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5469         (ev_view_popup_cmd_copy_image):
5470         * shell/ev-view-private.h:
5471         * shell/ev-view.c: (ev_view_get_image_at_location),
5472         (ev_view_do_popup_menu), (ev_view_popup_menu),
5473         (ev_view_button_press_event), (ev_view_drag_data_get),
5474         (ev_view_drag_motion), (ev_view_drag_data_received),
5475         (ev_view_motion_notify_event), (ev_view_button_release_event),
5476         (ev_view_finalize), (ev_view_class_init):
5477
5478         Add image handling support. Fixes bugs #310008 and #325047. Images
5479         selection is not supported yet. 
5480
5481 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5482
5483         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5484         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5485         (ev_view_init):
5486
5487         Move view drag and drop stuff to ev-view.
5488
5489 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5490
5491         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5492         * shell/ev-view.c: (clear_selection): 
5493
5494         Clear selection also in pixbuf cache.
5495
5496 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5497
5498         * data/evince.desktop.in.in:
5499         
5500         Change icon name in desktop file. See bug #390734
5501         for details.
5502
5503 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5504
5505         * thumbnailer/Makefile.am:
5506
5507         Use top_builddir instead top_srcdir for generated schema
5508         file installation. Fixes bug #390161.
5509
5510 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5511
5512         * configure.ac:
5513         * backend/Makefile.am:
5514         * backend/ev-document-transition.[ch]:
5515         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5516         (pdf_document_page_transition_iface_init):
5517         * shell/ev-view-private.h:
5518         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5519         (ev_view_set_presentation), (transition_next_page),
5520         (ev_view_presentation_transition_stop),
5521         (ev_view_presentation_transition_start), (ev_view_next_page):
5522
5523         Add page transition support in presentation mode. At the moment only
5524         page duration is supported, but not transition effects. Fixes bug
5525         #309815.
5526
5527 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5530
5531         Run find_link_dest with document lock held, since it's called by links
5532         thread and main thread at the same time. 
5533
5534 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5535
5536         * shell/ev-view.c: (goto_dest):
5537
5538         Update page-cache when page is changed by the view, so that
5539         page-changed signal is emitted. 
5540
5541 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5542
5543         * test/test1.py:
5544         * test/test2.py:
5545
5546         Use C locale in tests. 
5547
5548 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5549
5550         * shell/ev-window.c: (ev_window_run_presentation):
5551         * shell/ev-view-private.h:
5552         * shell/ev-view.c: (ev_view_set_presentation):
5553
5554         Restore zoom settings when back from presentation mode. 
5555
5556 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5557
5558         * shell/ev-window.c: (ev_window_run_presentation):
5559
5560         Always use "best fit" zoom in presentation mode.
5561         Fixes bug #389195.
5562
5563 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5564
5565         * shell/ev-view.c: (ev_view_goto_window_create):
5566
5567         Show "Jump to page" label in the page jumping popup in
5568         presentation mode instead of just a GtkEntry.
5569
5570 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5571
5572         * shell/ev-window.c: (launch_external_uri):
5573
5574         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5575         #378085.
5576
5577 2006-12-22  Elijah Newren  <newren gmail com>
5578
5579         * configure.ac: explicitly check for libxml2.  Fixes #388795
5580
5581 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5582
5583         * shell/ev-view-private.h:
5584         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5585         (ev_view_goto_window_delete_event), (key_is_numeric),
5586         (ev_view_goto_window_key_press_event),
5587         (ev_view_goto_window_button_press_event),
5588         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5589         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5590         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5591
5592         Allow jumping to another page by typing a page number in presentation
5593         mode. It uses a popup window with an entry. Fixes bug #353625.
5594
5595 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * configure.ac:
5598         * properties/ev-properties-view.c: (ev_get_default_user_units),
5599         (ev_regular_paper_size):
5600         
5601         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5602         to Damien Carbery <damien.carbery@sun.com> and
5603         Yevgen Muntyan <muntyan@tamu.edu>.
5604
5605 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5606
5607         * shell/ev-window.c: (setup_document_from_metadata):
5608
5609         Make sure Evince doesn't restore the view on the last
5610         page when a document is reopened. Fixes bug #383381.
5611
5612 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5613
5614         * shell/ev-view.c: (draw_loading_text):
5615
5616         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5617
5618 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5619
5620         * configure.ac:
5621         * NEWS:
5622
5623         Release 0.7.0
5624
5625 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5626
5627         * configure.ac:
5628         * pdf/ev-poppler.cc: (pdf_print_context_free),
5629         (pdf_document_file_exporter_begin),
5630         (pdf_document_file_exporter_do_page):
5631
5632         Make cairo-pdf depedency optional. 
5633
5634 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5635
5636         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5637
5638         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5639
5640 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5641
5642         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5643         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5644         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5645         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5646         * shell/ev-view.c: (draw_loading_text):
5647         * shell/ev-window.c: (ev_window_cmd_file_properties):
5648
5649         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5650         related to using FontConfig from different threads.
5651         
5652 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5653
5654         * shell/ev-view.c: (draw_loading_text):
5655
5656         Acquire lock document when drawing "Loading..." text so that only one
5657         thread will use FontConfig at the same time. Fixes bug #374750.
5658
5659 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * shell/ev-page-action.[ch]: (activate_cb):
5662         * shell/ev-window.c: (activate_label_cb):
5663
5664         Check if text inserted in page entry is a valid page number when it
5665         doesn't match to any document page label. Fixes bug #383165.
5666
5667 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5668         * shell/ev-window.c:
5669
5670         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5671         available with GTK < 2.10. Added an ifdef to avoid compilation
5672         error.
5673
5674 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5675
5676         * configure.ac:
5677         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5678
5679         Fix ps backend in multihead systems.
5680
5681 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5682
5683         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5684         * shell/ev-window.c: (ev_window_get_screen_dpi),
5685         (ev_window_update_actions), (setup_view_from_metadata),
5686         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5687
5688         Take screen DPI into account when zooming. Fixes bug #318285.
5689
5690 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5691
5692         * data/Makefile.am:
5693
5694         Cleaned up/slightly refactored Makefile.am. Added GConf
5695         schemas uninstallation as well.
5696
5697 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5698
5699         * Makefile.am:
5700         * test/Makefile.am:
5701
5702         Fight with autotools to fix make check. Make distcheck
5703         works fine as well now!
5704
5705 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5706
5707         * shell/ev-view.c: (draw_end_presentation_page):
5708
5709         Corrected "end of presentation" string.
5710
5711 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5712
5713         * shell/ev-view.c: (ev_view_key_press_event):
5714
5715         Correctly propagate key press event so that up/down keys
5716         work as expected (correct behaviour was broken by
5717         black/white screen key bindings for presentations).
5718
5719 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5720
5721         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5722         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5723         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5724         (pdf_selection_get_selection_region),
5725         (pdf_selection_get_selection_map):
5726
5727         Add "static" to some private functions. 
5728
5729 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5730
5731         * lib/ev-tooltip.h:
5732         * properties/ev-properties-view.h:
5733         * shell/ev-jobs.h:
5734         * shell/ev-properties-dialog.h:
5735         * shell/ev-properties-fonts.h:
5736         * shell/ev-sidebar-links.h:
5737         * shell/ev-sidebar-thumbnails.h:
5738         * shell/ev-sidebar.h:
5739         * shell/ev-window.h:
5740         
5741         Fixes CHACK type in class casts. See bug #385343
5742         for details.
5743
5744 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5745
5746         * shell/ev-view-private.h:
5747         * shell/ev-view.c: (draw_end_presentation_page),
5748         (ev_view_expose_event), (ev_view_key_press_event),
5749         (ev_view_class_init), (ev_view_init):
5750
5751         Blank screen in presentation mode when pressing 'b' (filling with
5752         black) or 'w' (filling with white) keys. Fixes bug #358132.
5753
5754 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5755
5756         * data/evince-toolbar.xml:
5757         * shell/ev-window.c:
5758         
5759         Use stock icon for Select All action. Fixes
5760         bug #382652.
5761
5762 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5763
5764         * shell/ev-view.c: (get_doc_point_from_offset),
5765         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5766
5767         Add links support in rotated documents. Fixes bug #343733.
5768
5769 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5770
5771         * shell/ev-view-private.h:
5772         * shell/ev-view.c: (draw_end_presentation_page),
5773         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5774
5775         Show a blank page after the last page in presentation mode with a
5776         message indicating that presentation has finished and how to exit. 
5777
5778 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5779
5780         * shell/ev-window.c: (fullscreen_timeout_cb):
5781
5782         Hide cursor after a while in presentation mode. 
5783
5784 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5785
5786         * backend/ev-document-info.h:
5787         * data/evince-properties.glade:
5788         * pdf/ev-poppler.cc:
5789         * properties/ev-properties-view.c: (ev_regular_paper_size),
5790         (ev_properties_view_set_info):
5791         * ps/ps-document.c: (ps_document_get_info):
5792
5793         Adds a paper size field to the properties dialog. Fixes
5794         bug #307315. Patch by Kasper Svendsen (with some i18n
5795         changes done by me).
5796
5797 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5800         (screensaver_init_dbus), (totem_scrsaver_new),
5801         (totem_scrsaver_init):
5802         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5803         * shell/ev-application.c: (ev_application_register_service),
5804         (ev_application_screensaver_enable),
5805         (ev_application_screensaver_disable):
5806         * shell/ev-application.h:
5807         * shell/ev-window.c: (ev_window_run_presentation),
5808         (ev_window_stop_presentation), (build_comments_string),
5809         (ev_window_init):
5810         
5811         Move screensaver handling to application. No more
5812         message on startup.
5813
5814 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5815
5816         * configure.ac:
5817         * backend/Makefile.am:
5818         * backend/ev-file-exporter.[ch]:
5819         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5820         * ps/ps-document.c: (ps_document_file_exporter_*):
5821         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5822         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5823         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5824         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5825
5826         Allow printing to PDF when suppoted by the backend.
5827         
5828 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * shell/ev-window.c: (build_comments_string):
5831
5832         Use always "Document Viewer" in about dialog. 
5833
5834 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5835
5836         * djvu/djvu-document.c: (djvu_document_get_page_size):
5837
5838         Display a warning message when get_pageinfo fails. 
5839
5840 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5841
5842         * Makefile.am:
5843         * backend/Makefile.am:
5844         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5845         * configure.ac:
5846         * shell/ev-window.c: (build_comments_string):
5847         
5848         Make pdf compilation optional. See bug #38007.
5849
5850 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5851
5852         * ps/ps.c: (get_next_text):
5853
5854         Fix CVE-2006-5864.
5855
5856 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5857
5858         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5859         * shell/ev-navigation-action.c: (connect_proxy),
5860         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5861         
5862         Do not call g_type_class_peek_parent twice.
5863
5864 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * configure.ac:
5867         * data/icons/24x24/.cvsignore:
5868         * data/icons/24x24/Makefile.am:
5869         * data/icons/24x24/evince.png:
5870         * data/icons/Makefile.am:
5871         
5872         Add 24x24 icon. Thanks to 
5873         Michael Monreal <infernux@web.de>.
5874
5875 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * configure.ac: Fix typo in configure.ac. Thanks
5878         to dmacks@netspace.org for notification.
5879
5880 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5883         
5884         Drop dbus include, fixes compilation with older dbus.
5885
5886 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5887
5888         * configure.ac:
5889         * cut-n-paste/Makefile.am:
5890         * cut-n-paste/totem-screensaver/.cvsignore
5891         * cut-n-paste/totem-screensaver/Makefile.am:
5892         * cut-n-paste/totem-screensaver/README:
5893         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5894         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5895         * shell/Makefile.am:
5896         * shell/ev-window.c: (ev_window_run_presentation),
5897         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5898         (ev_window_init):
5899
5900         Implemented screensaver enabling/disabling for
5901         presentation mode (not fullscreen mode). Code stolen
5902         from Totem (with some minor tweaks). Fixes bug #338889.
5903
5904 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5905
5906         * configure.ac:
5907
5908         Bump gnome-icon-theme requirements. We use the rotation
5909         icons that appeared recently.
5910
5911 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5912
5913         * shell/ev-history.c: (ev_history_add_page):
5914         * shell/ev-history.h:
5915         * shell/ev-window.c: (page_changed_cb):
5916         
5917         Use page labels instead of numbers.
5918
5919 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * data/evince-toolbar.xml:
5922         * po/POTFILES.in:
5923         * shell/Makefile.am:
5924         * shell/ev-navigation-action-widget.c:
5925         (ev_navigation_action_widget_init),
5926         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5927         (menu_detacher), (ev_navigation_action_widget_set_menu),
5928         (menu_position_func), (popup_menu_under_arrow),
5929         (ev_navigation_action_widget_toggled),
5930         (ev_navigation_action_widget_button_press_event):
5931         * shell/ev-navigation-action-widget.h:
5932         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5933         (ev_navigation_action_set_window), (activate_menu_item_cb),
5934         (new_history_menu_item), (new_empty_history_menu_item),
5935         (build_menu), (menu_activated_cb), (connect_proxy),
5936         (create_tool_item), (ev_navigation_action_init),
5937         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5938         * shell/ev-navigation-action.h:
5939         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5940         (ev_page_action_widget_set_page_cache),
5941         (ev_page_action_widget_finalize),
5942         (ev_page_action_widget_class_init), (match_selected_cb),
5943         (display_completion_text), (match_completion), (build_new_tree_cb),
5944         (get_filter_model_from_model),
5945         (ev_page_action_widget_update_model):
5946         * shell/ev-page-action-widget.h:
5947         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5948         (connect_proxy):
5949         * shell/ev-page-action.h:
5950         * shell/ev-stock-icons.c:
5951         * shell/ev-stock-icons.h:
5952         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5953         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5954         (register_custom_actions):
5955         * shell/main.c:
5956         
5957         Preliminary history implementation
5958
5959 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960
5961         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5962         (dvi_document_class_init), (dvi_document_init_params):
5963         * dvi/mdvi-lib/font.c: (font_reference):
5964         
5965         Add reference to subfont. Fixes bug #374277.
5966
5967 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5968
5969         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5970         (ev_window_cmd_file_open_copy_at_dest):
5971
5972         Fix a race condition when creating symlink. Increase the counter
5973         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5974         Mathias Hasselmann).
5975
5976 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5977
5978         * backend/Makefile.am:
5979         * backend/ev-attachment.c: (ev_attachment_open):
5980         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5981         (ev_tmp_dir), (ev_tmp_filename):
5982         * shell/ev-sidebar-attachments.c:
5983         (ev_sidebar_attachments_drag_data_get):
5984         * shell/ev-window.c: (ev_window_clear_temp_file):
5985
5986         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5987         in ensure_dir_exists. Abort without crashing when we can't create
5988         user's directory.
5989
5990 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5991
5992         * data/evince-ui.xml:
5993         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5994         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5995         (ev_window_cmd_file_open_copy_at_dest),
5996         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5997         (ev_view_popup_cmd_open_link_new_window):
5998
5999         Allow opening a copy of the current document in a new window. Fixes bug
6000         #357472
6001
6002 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6003
6004         * data/evince-toolbar.xml:
6005         
6006         Add rotate right and rotate left to available items for toolbar.
6007         
6008         * data/evince-ui.xml:
6009         * shell/ev-window.c: (ev_window_init):
6010         
6011         Customize toolbar with right click. Fixes bug #372451.
6012
6013 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6014
6015         * shell/ev-window.c: 
6016         
6017         Use "object-rotate-{left,right}" stock icons. Fixes 
6018         bug #373863.
6019
6020 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6021
6022         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6023         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6024         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6025         (ev_window_open_uri):
6026         * shell/main.c: (arguments_parse):
6027
6028         Remove temp file created when evince is used by GTK+ in
6029         preview mode. Fixes bug #365282. 
6030
6031 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6032
6033         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6034         
6035         Fixes bug #372474 - Side pane disabled when entering 
6036         and leaving fullscreen mode.
6037
6038 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6041         * data/Makefile.am:
6042         * data/evince-preview-toolbar.xml:
6043         * data/evince-toolbar.xml:
6044         * shell/ev-application.c: (ev_application_shutdown),
6045         (ev_application_init), (ev_application_get_toolbars_model):
6046         * shell/ev-application.h:
6047         * shell/ev-window.c: (update_chrome_visibility),
6048         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6049         (ev_window_cmd_edit_toolbar), (ev_window_init):
6050         
6051         Fixes bug #364364 - toolbar editor shows zoom actions again.
6052
6053 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6054
6055         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6056
6057         Do not take margins into consideration for paper size when printing.
6058         Really fixes bug #350491.
6059
6060 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6061
6062         * data/evince-ui.xml:
6063         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6064         (ev_window_cmd_file_print_setup),
6065         (ev_window_print_dialog_response_cb),
6066         (ev_window_setup_action_sensitivity):
6067
6068         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6069
6070 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6071
6072         * shell/ev-window.c: (ev_window_print_range):
6073
6074         Revert my previuos commit, since printing to PDF is not supported by
6075         evince yet. 
6076
6077 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6078
6079         * shell/ev-window.c: (ev_window_print_range):
6080
6081         Enable print to a PDF. Fixes bug #332121.
6082
6083 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6084
6085         * shell/ev-application-service.xml:
6086         * shell/ev-application.[ch]: (ev_application_open_window),
6087         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6088         (ev_application_open_uri), (ev_application_open_uri_list):
6089         * shell/ev-window.c: (file_open_dialog_response_cb),
6090         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6091         (drag_data_received_cb), (open_remote_link):
6092         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6093
6094         Add support for multiscreen systems. Fixes bug #316206.
6095
6096 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6097
6098         * shell/ev-jobs.[ch]: (ev_job_print_new),
6099         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6100         (ev_job_print_do_page):
6101         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6102
6103         Allow printing only odd/even pages. Fixes bug #367289.
6104
6105 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6106
6107         * test/test1.py:
6108         * test/test2.py:
6109
6110         Re-add locale settings to test files.
6111
6112 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6113
6114         * data/evince-ui.xml:
6115         * shell/ev-window.c: (set_action_properties):
6116         
6117         Removed garbage from code and ui.
6118
6119 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6120
6121         * shell/ev-window.c: (ev_window_cmd_help_about):
6122
6123         Shamelessly add my name to the list of contributors.
6124
6125 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6126
6127         * test/test1.py:
6128         * test/test2.py:
6129
6130         Cleaned up the dogtail scripts.
6131
6132 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6133
6134         * shell/ev-view.c: (draw_loading_text): Don't render
6135         "loading..." text in presentation mode. Temporary
6136         workaround for bug #320352.
6137
6138 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6139
6140         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6141         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6142
6143         Use print settings scale, copies, collate and reverse which were
6144         ignored. Fixes bug #359032.
6145
6146 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * configure.ac:
6149         * data/evince-password.glade:
6150         * test/Makefile.am:
6151         * test/test-encrypt.pdf:
6152         * test/test-links.pdf:
6153         * test/test1.py:
6154         * test/test2.py:
6155
6156         Add automated UI tests for evince with dogtail. See
6157         bug #300948.    
6158
6159 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6160
6161         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6162
6163         Hide fullscreen toolbar when switching to another desktop workspace.
6164         Fixes bug #338871
6165
6166 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * shell/ev-window-title.c: 
6169         
6170         Test for .dvi in title of pdf documents.
6171
6172 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6173
6174         * shell/ev-view.c: (ev_view_scroll):
6175
6176         Page Up/Down should do page jumps in "Best fit" mode.
6177         If a user has explicitly chosen to view exactly one page
6178         at a time, scrolling just a part of the page when
6179         pressing Page Up/Down is not right. Fixes bug #323107.
6180
6181 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6182
6183         * NEWS:
6184         * configure.ac:
6185         
6186         Update for 0.6.1
6187
6188 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6189
6190         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6191         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6192         
6193         Correctly disconnect from job signals on destroy.
6194
6195 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * shell/ev-view-private.h:
6198         * shell/ev-view.c: (view_set_adjustment_values),
6199         (view_update_range_and_current_page),
6200         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6201         
6202         Fixes bug #343199, current page now follows find page.
6203
6204 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6205
6206         * backend/ev-document-factory.c:
6207         * configure.ac:
6208         Assigned OpenDocument presenation MIME type to the
6209         Impress backend. Added some missing (but harmless)
6210         #ifdefs in the document factory as well to make things
6211         consistent again. Fixes bug #360658.
6212
6213 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6214
6215         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6216         * backend/ev-document-find.c: (ev_document_find_get_type):
6217         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6218         * backend/ev-document-links.c: (ev_document_links_get_type):
6219         * backend/ev-document-security.c: (ev_document_security_get_type):
6220         * backend/ev-document-thumbnails.c:
6221         (ev_document_thumbnails_get_type):
6222         * backend/ev-document.c: (ev_document_get_type):
6223         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6224         * backend/ev-selection.c: (ev_selection_get_type):
6225         * cut-n-paste/recent-files/egg-recent-model.c:
6226         (egg_recent_model_get_type):
6227         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6228         (egg_recent_view_uimanager_get_type):
6229         * cut-n-paste/recent-files/egg-recent-view.c:
6230         (egg_recent_view_get_type):
6231         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6232         (egg_editable_toolbar_get_type):
6233         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6234         (egg_toolbar_editor_get_type):
6235         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6236         (egg_toolbars_model_get_type):
6237         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6238         (egg_tree_multi_drag_source_get_type):
6239         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6240         (ephy_zoom_action_get_type):
6241         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6242         (ephy_zoom_control_get_type):
6243         * impress/r_back.c: (_imp_fill_back):
6244         * properties/ev-properties-main.c:
6245         (ev_properties_plugin_register_type):
6246         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6247         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6248         (ev_view_accessible_factory_get_type):
6249
6250         Reduce relocations. Bug #360616.
6251
6252 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * backend/ev-document-factory.c:
6255         (ev_document_factory_get_document):
6256         
6257         Load document even if extension is wrong.
6258
6259 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * shell/ev-metadata-manager.c: (save_values):
6262         * shell/ev-window.c: (setup_size_from_metadata),
6263         (setup_view_from_metadata), (ev_window_setup_document),
6264         (ev_window_xfer_job_cb), (window_configure_event_cb):
6265         
6266         Set size according to the document size/page size ratio.
6267         That should correct rather wierd behaviour of the previous
6268         commit.
6269
6270 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-window.c: (setup_view_from_metadata):
6273         
6274         Set size for new windows from previous window size.
6275         See bugs #354968 and #168450 for details. Thanks
6276         to Meik Hellmund.
6277
6278 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6279
6280         * djvu/djvu-links.c: (build_tree):
6281
6282         Fix memory leak.
6283
6284 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6285
6286         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6287         
6288         Don't make sidebar close button insensitive. Fixes
6289         bug #357871.
6290
6291 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6294         (ev_window_set_view_accels_sensitivity):
6295         
6296         Don't enable Slash on documents which don't support
6297         find. Fixes bug #358648.
6298
6299 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6300
6301         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6302         open dialog fall back to the current document uri if the
6303         filechooser hasn't been used before. Fixes bug #356980.
6304
6305 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6306
6307         * shell/ev-window.c: (ev_window_setup_recent), 
6308         (ev_window_get_recent_file_label):
6309
6310         Escape underscores in filenames of recent file items.
6311
6312 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * configure.ac:
6315         
6316         Bumped poppler requirements, really 0.5.3 is very 
6317         buggy, now we require 0.5.4.
6318
6319 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * djvu/Makefile.am:
6322         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6323         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6324         (djvu_document_document_links_iface_init):
6325         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6326         (number_from_string_10), (get_djvu_link_dest),
6327         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6328         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6329         (djvu_links_get_links), (djvu_links_find_link_dest),
6330         (djvu_links_get_links_model):
6331         * djvu/djvu-links.h:
6332         
6333         Add support for links and bookmarks in djvu documents. Thanks
6334         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6335         patch.
6336
6337 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6340         
6341         Reopen should reload document. Fixes 
6342         bug 327951.
6343
6344 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * configure.ac:
6347         * data/Makefile.am:
6348         * data/evince-16.png:
6349         * data/evince-22.png:
6350         * data/evince.png:
6351         * data/evince.svg:
6352         * data/icons/16x16/Makefile.am:
6353         * data/icons/16x16/evince.png:
6354         * data/icons/22x22/Makefile.am:
6355         * data/icons/22x22/evince.png:
6356         * data/icons/48x48/Makefile.am:
6357         * data/icons/48x48/evince.png:
6358         * data/icons/Makefile.am:
6359         * data/icons/scalable/Makefile.am:
6360         * data/icons/scalable/evince.svg:
6361         
6362         Install icons with correct names. Fixes
6363         bug #354429.
6364
6365 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6366
6367         * shell/ev-view.c: (ev_view_button_release_event):
6368
6369         Don't open links with middle mouse button. Fixes bug #353649
6370
6371 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * NEWS:
6374         * configure.ac:
6375         
6376         Update for release 0.6.0
6377
6378 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6381         Implement Close named action. Patch by Carlos Garcia Campos.
6382
6383 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6386         
6387         Don't clear link mapping on copy_job_to_job_info. Fixes
6388         bug 346168.
6389
6390 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6391
6392         * shell/main.c: (main):
6393
6394         Revert my previous commit, gnome_program_init owns the option context.
6395         Fix another memory leak in main. Both caught by Christian Persch. 
6396
6397 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6398
6399         * shell/main.c: (main):
6400
6401         Fix memory leak.
6402
6403 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6404
6405         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6406
6407         Fix crash when opening a pdf with password protection. 
6408
6409 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6410
6411         * pdf/ev-poppler.cc: (pdf_document_search_free):
6412
6413         Fix memory leak. 
6414
6415 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6416
6417         * backend/ev-document-factory.c:
6418         (ev_document_factory_get_document):
6419         * tiff/tiff-document.c: (tiff_document_finalize):
6420         
6421         More correct handling of document loading. Fixes
6422         bug #349043.
6423
6424 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6425
6426         * backend/ev-attachment.c: (ev_attachment_save):
6427
6428         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6429         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6430
6431 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6432         
6433         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6434         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6435
6436 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6437
6438         * shell/ev-sidebar-thumbnails.c:
6439
6440         Do not render thumbnails unless thumbnails page is active in the
6441         sidebar.
6442
6443 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6444
6445         * shell/ev-properties-dialog.c:
6446
6447         Fix dialogue spacing. Bug #351370.
6448
6449 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6450
6451         * configure.ac:
6452
6453         Use lowercase gettext catalog file names (evince.mo
6454         instead of Evince.mo)
6455
6456 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6457
6458         * shell/ev-sidebar-attachments.c:
6459
6460         GtkIconTheme is now screen safe too. Fixes bug #350878
6461
6462 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6463
6464         * shell/ev-window.c:
6465
6466         GtkRecent manager is now screen safe. Fixes bug #350145
6467
6468 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6469
6470         * shell/ev-sidebar.c: (ev_sidebar_init):
6471         
6472         Make sidebar close icon smaller. Fix for bug 350177.
6473         See also bugs 350176 and 165770.
6474
6475 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6476
6477         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6478
6479         Ignore zoom for xyz destinations when it's <= 1, keeping user
6480         preferences instead. Set correct sizing-mode for fith and fitv
6481         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6482
6483 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * NEWS:
6486         * configure.ac:
6487         
6488         Update for release 0.5.5
6489
6490 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6491         
6492         * shell/ev-window.c: (ev_window_cmd_escape)
6493
6494         Escape unfocus page entry. Fixes bug #345809.
6495
6496 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6497
6498         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6499         (build_tree), (pdf_document_links_get_links),
6500         (pdf_document_links_find_link_dest):
6501         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6502         (goto_xyz_dest):
6503
6504         Convert from PDF style coordinates to X style coordinates in the
6505         backend rather than in the view. Fixes bug #338440
6506
6507 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * shell/ev-window.c:
6510         
6511         Remove Ctrl+Shift+T shortcut for toolbars. See
6512         the bug #350098.
6513
6514 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6515
6516         * configure.ac:
6517
6518         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6519         of this. 
6520
6521 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * configure.ac:
6524         * cut-n-paste/Makefile.am:
6525         * data/evince-ui.xml:
6526         * shell/Makefile.am:
6527         * shell/ev-application.[ch]:
6528         * shell/ev-window.c:
6529
6530         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6531         #349273
6532
6533 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6534
6535         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6536         findbar code: s/help/search/
6537
6538 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6539
6540         * shell/ev-window.c: (setup_document_from_metadata),
6541         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6542         (setup_view_from_metadata):
6543         
6544         Fix memory leaks.
6545
6546 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6547
6548         * autogen.sh, configure.ac: 
6549         
6550         Update automake usage. See bug 349292.
6551
6552 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/eggfindbar.c: (egg_find_bar_class_init),
6555         (entry_activate_callback), (egg_find_bar_init),
6556         (egg_find_bar_set_status_text):
6557         * shell/eggfindbar.h:
6558         
6559         Unify Evince findbar with Epiphany. Nice patch
6560         from Fabricio Silva <silva@crans.org> and
6561         Frederic Peters <fpeters@entrouvert.com>. See
6562         bug #339966 for details.
6563
6564 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * data/evince.desktop.in.in:
6567         
6568         Correct information for bugzilla. Thanks to
6569         Olaf Vitters, see bug #348855.
6570
6571 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6572
6573         * shell/ev-jobs.[ch]:
6574         * shell/ev-sidebar-links.c:
6575         * shell/ev-window.[ch]:
6576
6577         GtkPrintJob doesn't support print ranges or current page, so we export
6578         to a ps file now when printing ranges or current page.
6579
6580 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6581
6582         * pdf/ev-poppler.cc:
6583         * shell/ev-window.c: (do_action_named):
6584
6585         We should be more clear about bugzilla. See the
6586         poppler bug #7623.
6587
6588 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6589
6590         * configure.ac:
6591         * shell/Makefile.am:
6592         * shell/ev-job-queue.c:
6593         * shell/ev-jobs.[ch]:
6594         * shell/ev-sidebar-links.c:
6595         * shell/ev-window.[ch]:
6596         
6597         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6598         #348422
6599
6600 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6601
6602         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6603         * shell/ev-application-service.xml:
6604         * shell/ev-application.[ch]:
6605         * shell/ev-jobs.[ch]:
6606         * shell/ev-window.[ch]: (ev_window_run_preview):
6607         * shell/main.c: 
6608
6609         Add preview mode to use evince as a printing previewer. It also adds
6610         other command line options for fullscreen and presentation modes.
6611         Fixes bugs #347822, #317031
6612
6613 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * NEWS:
6616         * configure.ac:
6617         
6618         Update for release 0.5.4
6619
6620 2006-07-11  Bastien Nocera <hadess@hadess.net>
6621
6622         * Makefile.am:
6623         * backend/Makefile.am:
6624         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6625         * backend/ev-document-factory.h:
6626         * configure.ac:
6627         * impress/.cvsignore:
6628         * impress/Makefile.am:
6629         * impress/common.h:
6630         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6631         (imp_get_page), (imp_next_page), (imp_prev_page),
6632         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6633         * impress/f_oasis.c: (render_object), (render_page),
6634         (get_geometry), (_imp_oasis_load):
6635         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6636         (_imp_oo13_load):
6637         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6638         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6639         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6640         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6641         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6642         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6643         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6644         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6645         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6646         (iks_new_within), (iks_insert), (iks_insert_cdata),
6647         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6648         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6649         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6650         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6651         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6652         (iks_cdata), (iks_cdata_size), (iks_has_children),
6653         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6654         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6655         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6656         (iks_tree), (iks_load), (iks_save):
6657         * impress/iksemel.h:
6658         * impress/imposter.h:
6659         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6660         (imp_render_draw_bezier_real), (imp_render_get_size),
6661         (imp_render_set_fg_color), (imp_render_draw_line),
6662         (imp_render_draw_rect), (imp_render_draw_polygon),
6663         (imp_render_draw_arc), (imp_render_draw_bezier),
6664         (imp_render_open_image), (imp_render_get_image_size),
6665         (imp_render_scale_image), (imp_render_draw_image),
6666         (imp_render_close_image), (imp_render_markup),
6667         (imp_render_get_text_size), (imp_render_draw_text),
6668         (impress_document_load), (impress_document_save),
6669         (impress_document_get_n_pages), (impress_document_get_page_size),
6670         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6671         (impress_document_finalize), (impress_document_class_init),
6672         (impress_document_can_get_text), (impress_document_get_info),
6673         (impress_document_document_iface_init),
6674         (impress_document_thumbnails_get_thumbnail),
6675         (impress_document_thumbnails_get_dimensions),
6676         (impress_document_document_thumbnails_iface_init),
6677         (impress_document_init):
6678         * impress/impress-document.h:
6679         * impress/internal.h:
6680         * impress/r_back.c: (_imp_fill_back):
6681         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6682         (_imp_draw_image), (_imp_tile_image):
6683         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6684         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6685         (r_polyline):
6686         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6687         (r_draw_gradient_complex), (r_draw_gradient):
6688         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6689         (r_get_bullet):
6690         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6691         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6692         (r_text):
6693         * impress/render.c: (imp_create_context), (imp_context_set_page),
6694         (imp_context_set_step), (imp_render), (imp_delete_context):
6695         * impress/render.h:
6696         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6697         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6698         (zip_load_xml), (zip_get_size), (zip_load):
6699         * impress/zip.h:
6700         * shell/ev-utils.c:
6701         
6702         New backend to support impress slides. Fixes bug #30867.
6703
6704 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6705
6706         * shell/ev-utils.c: (using_postscript_printer):
6707         
6708         Fixes crash when print using PAPI backend,
6709         bug #345012.
6710
6711 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6712
6713         * shell/ev-jobs.c: (ev_job_xfer_run):
6714         * shell/ev-window.c: (password_dialog_response),
6715         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6716         (ev_window_dispose):
6717         Fixes bug #344160: if the xfer job doesn't complete
6718         because a password is required, reload the existing
6719         instance instead of creating a new one.
6720
6721 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * shell/main.c: (main): Call gdk_threads_init. Thus
6724         we'll avoid errors in auth dialog. Fix for the bug
6725         #343347.
6726
6727 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6728
6729         * configure.ac: Advertise pixbuf support, fix
6730         for the bug 343317.
6731
6732 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6733
6734         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6735         (ev_sidebar_thumbnails_set_document):
6736         
6737         Update sidebar thumbnails after reloading.
6738
6739 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6740
6741         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6742         * shell/ev-jobs.h:
6743         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6744         (ev_window_cmd_view_reload), (ev_window_init):
6745         
6746         Don't crash on reload. Fix for the bug #343167.
6747
6748 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6749
6750         * shell/ev-jobs.c: (ev_job_render_run):
6751         
6752         Check for document links.
6753
6754 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * backend/ev-attachment.c: (ev_attachment_save),
6757         (ev_attachment_launch_app), (ev_attachment_open):
6758         * backend/ev-document-factory.c: (get_document_from_uri):
6759         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6760         (egg_recent_view_uimanager_set_list):
6761         * ps/ps-document.c: (check_filecompressed), (document_load),
6762         (ps_document_load):
6763         * shell/ev-metadata-manager.c: (load_values):
6764         * shell/ev-password.c: (ev_password_dialog_set_property):
6765         * shell/ev-view.c: (tip_from_link):
6766         * shell/ev-window.c: (file_save_dialog_response_cb),
6767         (ev_window_print_dialog_response_cb):
6768         
6769         Use consistent quoting style. Fix for the bug #320285.
6770
6771 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6772
6773         * shell/ev-jobs.c: (ev_job_xfer_run):
6774         * shell/main.c: (load_files):
6775                 
6776         Open links with anchors. Fix for the bug #339836.
6777
6778 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6781         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6782         (ev_link_dest_set_property), (ev_link_dest_finalize),
6783         (ev_link_dest_class_init), (ev_link_dest_new_named),
6784         (ev_link_dest_new_page_label):
6785         * backend/ev-link-dest.h:
6786         * shell/ev-application.c: (ev_application_open_uri):
6787         * shell/ev-view.c: (goto_dest):
6788         * shell/ev-window.c:
6789         * shell/ev-window.h:
6790         
6791         Fix page-label command line option. Bug #342070.
6792
6793 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6794
6795         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6796         
6797         Don't show highlight rects if page can't be showed. Fix for 
6798         the bug #342076
6799
6800 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * shell/ev-window.c: (setup_sidebar_from_metadata),
6803         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6804         
6805         Setup sidebar from metadata even if there is no document
6806         loaded. Fix for the bug #342807.
6807
6808 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * cut-n-paste/toolbar-editor/Makefile.am:
6811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6812         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6813         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6814         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6815         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6816         (popup_context_menu_cb), (button_press_event_cb),
6817         (configure_item_sensitivity), (configure_item_cursor),
6818         (configure_item_tooltip), (connect_widget_signals),
6819         (action_sensitive_cb), (create_item_from_action),
6820         (create_item_from_position), (toolbar_drag_data_received_cb),
6821         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6822         (toolbar_drag_leave_cb), (configure_drag_dest),
6823         (toggled_visibility_cb), (toolbar_visibility_refresh),
6824         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6825         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6826         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6827         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6828         (egg_editable_toolbar_dispose),
6829         (egg_editable_toolbar_set_ui_manager),
6830         (egg_editable_toolbar_get_selected),
6831         (egg_editable_toolbar_set_selected), (set_edit_mode),
6832         (egg_editable_toolbar_set_property),
6833         (egg_editable_toolbar_get_property),
6834         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6835         (egg_editable_toolbar_new_with_model),
6836         (egg_editable_toolbar_get_edit_mode),
6837         (egg_editable_toolbar_set_edit_mode),
6838         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6839         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6840         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6841         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6842         (item_added_or_removed_cb), (toolbar_removed_cb),
6843         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6844         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6845         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6846         (editor_create_item_from_name), (append_table),
6847         (update_editor_sheet), (egg_toolbar_editor_init):
6848         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6849         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6850         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6851         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6852         (toolbar_node_free), (egg_toolbars_model_get_flags),
6853         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6854         (egg_toolbars_model_get_name), (impl_add_item),
6855         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6856         (parse_data_list), (parse_item_list), (parse_toolbars),
6857         (egg_toolbars_model_load_toolbars), (parse_available_list),
6858         (parse_names), (egg_toolbars_model_load_names),
6859         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6860         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6861         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6862         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6863         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6864         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6865         (egg_toolbars_model_set_types), (fill_avail_array),
6866         (egg_toolbars_model_get_name_avail),
6867         (egg_toolbars_model_get_name_flags),
6868         (egg_toolbars_model_set_name_flags):
6869         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6870         * cut-n-paste/toolbar-editor/eggintl.h:
6871         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6872         (egg_tree_multi_drag_source_get_type),
6873         (egg_tree_multi_drag_source_row_draggable),
6874         (egg_tree_multi_drag_source_drag_data_delete),
6875         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6876         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6877         (path_list_free), (set_context_data), (get_context_data),
6878         (get_info), (egg_tree_multi_drag_drag_data_get),
6879         (egg_tree_multi_drag_motion_event),
6880         (egg_tree_multi_drag_button_press_event),
6881         (egg_tree_multi_drag_add_drag_support):
6882         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6883         * shell/ev-application.c: (ev_application_init),
6884         (ev_application_save_toolbars_model):
6885         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6886         (ev_window_cmd_edit_toolbar), (ev_window_init):
6887         
6888         Sync toolbareditor with epiphany and libegg
6889
6890 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6891
6892         * configure.ac: 
6893
6894         Depend on poppler 0.5.2
6895
6896 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6897
6898         * shell/ev-jobs.c: (ev_job_render_run):
6899         
6900         Check if document supports links iterface.
6901
6902 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * NEWS:
6905         * configure.ac:
6906         
6907         Update for release 0.5.3
6908
6909 2006-05-13  Michael Plump  <plumpy@skylab.org>
6910
6911         * configure.ac:
6912         * shell/Makefile.am:
6913         * shell/main.c: (main):
6914         
6915         Port to GOption command line parsing. Fix for the 
6916         bug #327518
6917
6918 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * shell/ev-window.c: (ev_window_cmd_help_about):
6921         
6922         Do not wrap license. Fix for the bug #309460.
6923
6924 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6925
6926         * configure.ac:
6927         * properties/ev-properties-main.c: (ev_properties_get_pages):
6928         * shell/ev-application.c: (ev_application_open_window),
6929         (ev_application_open_uri_at_dest):
6930         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6931         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6932         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6933         * shell/ev-utils.c: (save_print_config_to_file):
6934         * shell/ev-window.c: (ev_window_cmd_save_as),
6935         (ev_attachment_popup_cmd_save_attachment_as):
6936         * shell/main.c: (load_files_remote):
6937         
6938         Bump requirements to gtk 2.8 and drop all ifdefs used.
6939
6940 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6943         * shell/ev-window.c: (ev_window_init):
6944         
6945         Show attachments page.
6946
6947 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * po/POTFILES.in:
6950         * shell/ev-attachment-bar.c:
6951         * shell/ev-attachment-bar.h:
6952         * shell/ev-sidebar-attachments.c:
6953         (ev_sidebar_attachments_icon_cache_add),
6954         (icon_theme_get_pixbuf_from_mime_type),
6955         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6956         (ev_sidebar_attachments_icon_cache_refresh),
6957         (ev_sidebar_attachments_get_attachment_at_pos),
6958         (ev_sidebar_attachments_popup_menu_show),
6959         (ev_sidebar_attachments_popup_menu),
6960         (ev_sidebar_attachments_button_press),
6961         (ev_sidebar_attachments_update_icons),
6962         (ev_sidebar_attachments_drag_data_get),
6963         (ev_sidebar_attachments_get_property),
6964         (ev_sidebar_attachments_destroy),
6965         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6966         (ev_sidebar_attachments_new),
6967         (ev_sidebar_attachments_set_document),
6968         (ev_sidebar_attachments_support_document),
6969         (ev_sidebar_attachments_get_label),
6970         (ev_sidebar_attachments_page_iface_init):
6971         * shell/ev-sidebar-attachments.h:
6972         * shell/ev-window.c: (update_chrome_visibility),
6973         (setup_sidebar_from_metadata), (ev_window_setup_document),
6974         (ev_window_sidebar_current_page_changed_cb),
6975         (attachment_bar_menu_popup_cb), (ev_window_init):
6976         
6977         Move attachments bar to sidebar.
6978
6979 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6980
6981         * pdf/ev-poppler.cc:
6982         * shell/ev-application.[ch]:
6983         * shell/main.c:
6984
6985         Fix some memory leaks.
6986
6987 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6988
6989         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6990
6991         Change the properties dialog response to
6992         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6993         will make the dialog go away when the user presses
6994         enter. With gtk+ >= 2.9 this will happen anyway, but for
6995         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6996         escape by default. Fixes bug #340539. See also bug
6997         #101293 for the gtk+ part.
6998
6999 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7000
7001         * shell/ev-view.c (tip_from_action_named): Replace some strings
7002         that were wrong. Closes #340970.
7003
7004 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7005
7006         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7007
7008         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7009         #341049
7010
7011 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7012
7013         * djvu/Makefile.am:
7014         * dvi/Makefile.am:
7015         * dvi/mdvi-lib/Makefile.am:
7016         * properties/Makefile.am:
7017         * ps/Makefile.am:
7018         * shell/Makefile.am:
7019         * thumbnailer/Makefile.am:
7020         
7021         Due to broken libtool that is unable to track dependencies
7022         of noinst libraries we are forced to explicitely point
7023         libraries for binary. Fix for the bug #333334.
7024
7025 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * data/evince.desktop.in.in:
7028         * shell/ev-view.c: (view_update_range_and_current_page),
7029         (ev_view_next_page), (ev_view_previous_page):
7030         * shell/ev-window.c: (update_chrome_visibility),
7031         (setup_sidebar_from_metadata), (ev_window_setup_document),
7032         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7033         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7034         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7035         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7036         (ev_window_stop_presentation), (ev_window_focus_in_event),
7037         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7038         (ev_window_init):
7039         * thumbnailer/Makefile.am:
7040         
7041         Update fullscreen and presentation timeout handling. Hide
7042         cursor in presentation after timeout. Fix for the bugs
7043         #136359 and #336981.
7044
7045 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7046
7047         * backend/ev-link-action.[ch]:
7048         * pdf/ev-poppler.cc: (ev_link_from_action):
7049         * shell/ev-view-private.h:
7050         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7051         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7052
7053         Add support for Named Action links
7054
7055 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7056
7057         * backend/Makefile.am:
7058         * backend/ev-document-links.[ch]:
7059         * backend/ev-document.[ch]:
7060         * backend/ev-link-action.[ch]:
7061         * backend/ev-link-dest.[ch]:
7062         * backend/ev-link.[ch]:
7063         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7064         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7065         * shell/ev-page-action.c: (build_new_tree_cb):
7066         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7067         (links_page_num_func), (update_page_callback):
7068         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7069         (tip_from_link):
7070         * shell/ev-jobs.c:
7071         * shell/ev-window.[ch]: (ev_window_open_uri),
7072         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7073         * shell/ev-application.[ch]: (ev_application_open_window),
7074         (ev_application_open_uri):
7075
7076         Rework links system, it adds support for remote links now and it makes
7077         easier to add new kinds of actions and destinations. Fixes bug #317292
7078
7079 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * data/Makefile.am:
7082         * data/evince.png:
7083         * data/evince-16.png:
7084         * data/evince-22.png:
7085         * data/evince.svg:
7086         * shell/main.c: (main):
7087         
7088         Evince use it's own icon. Fix for the bug #313392.
7089
7090         * shell/ev-window.c: (fullscreen_timeout_cb),
7091         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7092         (ev_window_cmd_help_about), (ev_window_dispose):
7093         
7094         Simplify fullscreen timeout code.
7095
7096 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7097
7098         * backend/ev-attachment.c: 
7099         * shell/ev-attachment-bar.c:
7100         * shell/ev-window.c:
7101
7102         Allow multiple selection of attachments
7103
7104 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7105
7106         * shell/ev-view.c: (view_update_range_and_current_page),
7107         (ev_view_scroll):
7108         
7109         Fix for the bug #312573 – Optimal selection of current 
7110         page among visible pages.
7111
7112 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * configure.ac:
7115         * djvu/Makefile.am:
7116         * djvu/djvu-text.h:
7117         
7118         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7119         for the bug 339868.
7120
7121 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7122
7123         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7124
7125 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7126
7127         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7128         dictated by the GNOME HIG. Fixes bug #339235.
7129
7130 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7131
7132         * data/evince-ui.xml:
7133         * shell/ev-view.c: (ev_view_can_find_previous):
7134         * shell/ev-view.h:
7135         * shell/ev-window.c: (ev_window_update_actions),
7136         (ev_window_cmd_edit_find_previous):
7137
7138         Add support for "Find Previous" as dictated by the GNOME HIG. A
7139         menu item is added and some glue code to make it all work is added
7140         to various files.
7141
7142 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7143
7144         * configure.ac: Award myself the "useless use of cat" award.
7145
7146 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7147
7148         * po/LINGUAS: New file listing all supported languages.
7149
7150         * configure.in: Use po/LINGUAS instead of including all languages
7151         directly in this file. See the wiki for more information:
7152         http://live.gnome.org/GnomeGoals/PoLinguas
7153
7154 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7155
7156         * backend/ev-document-factory.c:
7157
7158         Do not load the document twice when there isn't errors
7159
7160 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7161
7162         * backend/ev-attachment.c: 
7163
7164         Fix a crash when there isn't a default application to open an
7165         attachment
7166
7167 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7168
7169         * backend/ev-attachment.[ch]:
7170         * shell/ev-attachment-bar.[ch]:
7171
7172         Added missing files. 
7173
7174 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7175
7176         * backend/Makefile.am:
7177         * data/evince-ui.xml:
7178         * backend/ev-attachment.[ch]:
7179         * backend/ev-document.[ch]: (ev_document_has_attachments),
7180         (ev_document_get_attachments):
7181         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7182         (attachment_save_to_buffer), (pdf_document_get_attachments),
7183         (pdf_document_document_iface_init):
7184         * shell/Makefile.am:
7185         * shell/ev-attachment-bar.[ch]:
7186         * shell/ev-window.c:
7187
7188         Add support for PDF attachments. Fixes bug #325143
7189
7190 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7191
7192         * backend/ev-document-factory.c: (get_document_from_uri),
7193         (ev_document_factory_get_document):
7194         * backend/ev-document-factory.h:
7195         * properties/ev-properties-main.c: (ev_properties_get_pages):
7196         * shell/Makefile.am:
7197         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7198         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7199         (ev_job_queue_remove_job):
7200         * shell/ev-job-queue.h:
7201         * shell/ev-job-xfer.c:
7202         * shell/ev-job-xfer.h:
7203         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7204         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7205         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7206         (ev_job_xfer_run):
7207         * shell/ev-jobs.h:
7208         * shell/ev-window.c: (ev_window_is_empty),
7209         (password_dialog_response), (ev_window_clear_xfer_job),
7210         (ev_window_xfer_job_cb), (ev_window_open_uri),
7211         (ev_window_cmd_focus_page_selector),
7212         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7213         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7214         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7215         (ev_window_dispose):
7216         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7217         
7218         * Cleanup mime type detection on document load. Fix for the
7219         bug #336448.
7220
7221 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7224         
7225         Fix crash on exit, described in the bug #336825.
7226
7227 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7228
7229         * backend/ev-document-factory.c:
7230         (ev_document_factory_get_from_mime),
7231         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7232         (ev_document_factory_get_document),
7233         (file_filter_add_mime_list_and_free),
7234         (ev_document_factory_add_filters):
7235         * backend/ev-document-factory.h:
7236         * properties/ev-properties-main.c: (ev_properties_get_pages):
7237         * shell/Makefile.am:
7238         * shell/ev-application.c:
7239         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7240         * shell/ev-window.c: (ev_window_cmd_file_open),
7241         (ev_window_cmd_save_as):
7242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7243         
7244         Rework factory functions so they are placed now in a single 
7245         file ev-document-factory.c
7246
7247 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * shell/ev-window.c: (update_chrome_visibility):
7250         
7251         Fix for the bug 166566 - don't show menubar in fullscreen
7252         mode.
7253
7254 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7255
7256         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7257
7258 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7259
7260         * shell/ev-view.c: (ev_view_expose_event):
7261         
7262         More correctly draw loading text when document
7263         is empty.
7264
7265 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * shell/ev-view.c: (ev_view_scroll):
7268         
7269         Fix for the bug #334854, page down and page up switch
7270         pages in presentation mode.
7271
7272 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * shell/ev-window.c: (ev_window_set_action_sensitive),
7275         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7276         (ev_window_set_view_accels_sensitivity),
7277         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7278         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7279         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7280         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7281         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7282         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7283         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7284         (view_actions_focus_in_cb), (ev_window_init):
7285         
7286         Fix for the bug #333902, now it's possible to search
7287         words with slash.
7288
7289 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7290
7291         * configure.ac: Added Breton translation.
7292         * po/br.po: Added Breton translation.
7293
7294 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7295
7296         * shell/ev-window-title (ev_window_title_update):
7297
7298         Fix memory leak in window title. Fixes bug #333944
7299
7300 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7301
7302         * shell/ev-metadata-manager.c (parseItem):
7303
7304         Fix memory leaks. Fixes bug #333945
7305
7306 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7307         
7308         * NEWS, configure.ac, TODO:
7309         
7310         Update for release 0.5.2.
7311
7312 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7313
7314         * shell/ev-view.c: (view_update_range_and_current_page),
7315         (page_changed_cb):
7316         
7317         Don't jump on scrolling, fix for the bug #333127.
7318
7319 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7322         
7323         Scroll by one page in presentation mode. Fix for the bug
7324         #332993.
7325
7326 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7327
7328         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7329
7330 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7331
7332         * configure.ac  Added lv in ALL_LINGUAS line.
7333
7334 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7335         
7336         * NEWS, configure.ac:
7337         
7338         Update for release 0.5.1
7339
7340 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7341
7342         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7343         * backend/ev-document-misc.h:
7344         * shell/ev-view.c: (draw_one_page):
7345         
7346          Clairfy what page the toolbar page number applies to. Fix
7347          for the bug #328102.
7348
7349 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7350
7351         * shell/ev-view-private.h:
7352         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7353         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7354         (ev_view_search_changed):
7355         * shell/ev-view.h:
7356         * shell/ev-window.c: (find_bar_search_changed_cb):
7357         
7358         Dont't jump to find result if window was scrolled during search.
7359         Fix for the bug #313266.
7360
7361 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7362
7363         * shell/eggfindbar.c: (egg_find_bar_class_init):
7364         * shell/eggfindbar.h:
7365         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7366         * shell/ev-view-private.h:
7367         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7368         (ev_view_class_init), (ev_sizing_mode_get_type),
7369         (ev_scroll_type_get_type):
7370         * shell/ev-view.h:
7371         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7372         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7373         (ev_window_init):
7374         
7375         Fix for the bug 319133 - Find entry should allow text scroll.
7376
7377 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7378
7379         * shell/ev-view-private.h:
7380         * shell/ev-view.c: (view_update_range_and_current_page),
7381         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7382         (ev_view_set_document), (update_find_status_message),
7383         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7384         (ev_view_find_previous):
7385         
7386         Fix for the bug #319137. Search now takes account for scrolling.
7387
7388 2006-02-19  Michael Hofmann <mh21@piware.de>
7389
7390         * configure.ac:
7391         * djvu/Makefile.am:
7392         * djvu/djvu-document-private.h:
7393         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7394         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7395         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7396         (djvu_document_can_get_text), (djvu_document_get_text),
7397         (djvu_document_document_iface_init),
7398         (djvu_document_thumbnails_get_thumbnail),
7399         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7400         (djvu_document_find_get_result),
7401         (djvu_document_find_page_has_results),
7402         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7403         (djvu_document_find_iface_init):
7404         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7405         (djvu_text_page_selection), (djvu_text_page_limits_process),
7406         (djvu_text_page_limits), (djvu_text_page_copy),
7407         (djvu_text_page_position), (djvu_text_page_union),
7408         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7409         (djvu_text_page_box), (djvu_text_page_append_text),
7410         (djvu_text_page_search), (djvu_text_page_prepare_search),
7411         (djvu_text_page_new), (djvu_text_page_free):
7412         * djvu/djvu-text-page.h:
7413         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7414         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7415         (djvu_text_n_results), (djvu_text_has_results),
7416         (djvu_text_get_result), (djvu_text_get_progress):
7417         * djvu/djvu-text.h:
7418         
7419         Text search in djvu. Fix for the bug #303415.
7420
7421 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * configure.ac:
7424         * shell/ev-window.c: (ev_window_cmd_save_as):
7425         
7426         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7427         Thanks to Gary Coady <gary@lyranthe.org>
7428
7429 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * shell/ev-print-job.c: (idle_print_handler):
7432         
7433         Inverse order printing, bug #320919.
7434
7435 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7436
7437         * data/evince-toolbar.xml:
7438         * shell/ev-window.c:
7439         
7440         Allow to add sidebar checkbutton on toolbar. Fix
7441         for the bug #144577.
7442
7443 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7444
7445         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7446         
7447         Add checks that have sense for empty ps document.
7448
7449 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7450
7451         * configure.ac: Include PS in mime types list. 
7452
7453 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7454
7455         * configure.ac:
7456         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7457         * ps/gsdefaults.h:
7458         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7459         
7460         Runtime check for gs interpreter. Fix for the bug #320868.
7461         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7462
7463 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7464
7465         * shell/ev-application.c: 
7466
7467         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7468         dbus>=0.60, so that the request is not queued. 
7469
7470 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7471
7472         * configure.ac:
7473         * shell/Makefile.am:
7474         * shell/ev-sidebar-links.c: (print_section_cb):
7475         * shell/ev-utils.c:
7476         * shell/ev-utils.h:
7477         * shell/ev-window.c: (update_action_sensitivity),
7478         (ev_window_close_dialogs), (ev_window_print):
7479         * shell/ev-window.h:
7480         
7481         Make printing support optional. Patch from Eduardo de Barros Lima
7482         <eduardo.lima@indt.org.br> for the bug #330546.
7483
7484 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * shell/ev-view-private.h:
7487         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7488         (ev_view_set_document):
7489         * shell/ev-view.h:
7490         * shell/ev-window.c: (ev_window_load_job_cb),
7491         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7492         (ev_window_init):
7493
7494         Draw Loading message during xfer job. Fix for the bug #329495.
7495
7496 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7497
7498         * comics/comics-document.c: (comics_regex_quote),
7499         (comics_document_load), (extract_argv):
7500         
7501         Correcly quote regexp before passing it to unzip.
7502
7503 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * shell/ev-page-cache.c: (build_height_to_page),
7506         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7507         (ev_page_cache_get_dual_even_left):
7508         * shell/ev-page-cache.h:
7509         * shell/ev-view.c: (view_update_range_and_current_page),
7510         (get_page_y_offset), (get_page_extents):
7511         
7512         Place even pages to the left if document has less then
7513         two pages. Fix for the bug #328856.
7514
7515 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7518         
7519         Correct comics scheme. This make evince create thumbnails
7520         for comic books. Fix for the bug 329088.
7521
7522 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7523
7524         * data/evince-password.glade: Don't explicitly set
7525         invisible_char to the current default value in case
7526         the default changes; let GTK+ do its magic.
7527
7528 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7529
7530         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7531         real filename to tmp filename since often document
7532         type is determined by extension.
7533
7534 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7535
7536         * shell/ev-view.c: (add_scroll_binding_keypad),
7537         (ev_view_binding_activated), (ev_view_class_init):
7538         
7539         Add keybindings for percision-scrolling of display area. 
7540         Fix for the bug #314072.
7541
7542 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * data/evince.desktop.in.in:
7545         
7546         Add GTK to the list of categories. Fix for the bug #328034.
7547
7548 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7549
7550         * shell/ev-application.c: (ev_application_shutdown),
7551         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7552         * shell/ev-application.h:
7553         * shell/ev-window.c: (file_open_dialog_response_cb),
7554         (ev_window_cmd_file_open):
7555         
7556         Save last uri in file chooser dialog. Fix for the bug #327950.
7557
7558 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7559
7560         * NEWS:
7561         * README:
7562         
7563         Final update for release 0.5.0
7564         
7565         * shell/Makefile.am:
7566         
7567         Remove disable deprecated until we'll require libgnome-2.13.7
7568         and port to GOption argument parsing. See bug 327518.
7569
7570 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7571
7572         * comics/comics-document.c: (comics_document_save):
7573         * djvu/djvu-document.c: (djvu_document_save):
7574         * dvi/dvi-document.c: (dvi_document_save):
7575         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7576         * lib/ev-file-helpers.h:
7577         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7578         * tiff/tiff-document.c: (tiff_document_save):
7579         
7580         Use common save function for backends.
7581
7582 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7583
7584         * backend/ev-document-types.c:
7585         
7586         Fix crash on saving pixbuf.
7587
7588 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7589
7590         * cut-n-paste/recent-files/egg-recent-item.c:
7591         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7592         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7593         (parse_info_free), (valid_element), (start_element_handler),
7594         (end_element_handler), (text_handler), (egg_recent_model_filter),
7595         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7596         (egg_recent_model_monitor), (egg_recent_model_read),
7597         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7598         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7599         (egg_recent_model_set_property), (egg_recent_model_class_init),
7600         (egg_recent_model_init), (egg_recent_model_add_full),
7601         (egg_recent_model_delete), (egg_recent_model_get_list),
7602         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7603         (egg_recent_model_set_filter_mime_types),
7604         (egg_recent_model_clear_group_filter),
7605         (egg_recent_model_set_filter_groups),
7606         (egg_recent_model_clear_scheme_filter),
7607         (egg_recent_model_set_filter_uri_schemes),
7608         (egg_recent_model_remove_expired):
7609         * cut-n-paste/recent-files/egg-recent-util.c:
7610         (egg_recent_util_get_icon):
7611         * cut-n-paste/recent-files/egg-recent-util.h:
7612         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7613         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7614         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7615         (egg_recent_view_uimanager_set_property),
7616         (egg_recent_view_uimanager_get_property),
7617         (egg_recent_view_uimanager_class_init),
7618         (egg_recent_view_uimanager_init),
7619         (egg_recent_view_uimanager_set_label_width),
7620         (egg_recent_view_uimanager_get_label_width):
7621         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7622         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7623         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7624         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7625         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7626         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7627         
7628         Update from libegg.
7629
7630 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7631
7632         * shell/ev-page-cache.c: (build_height_to_page),
7633         (ev_page_cache_get_height_to_page):
7634         * shell/ev-page-cache.h:
7635         * shell/ev-view.c: (view_update_range_and_current_page),
7636         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7637         (ev_view_previous_page):
7638         
7639         Dual mode places even pages to the left. Fix for the bug #309393.
7640
7641         * shell/ev-view.h:
7642         * shell/ev-window.c: (update_action_sensitivity),
7643         (setup_view_from_metadata), (view_menu_popup_cb):
7644         
7645         Don't restore presentation in empty windows, more intelligent
7646         next page behaviour in dual mode.
7647
7648         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7649         (ev_pixbuf_cache_clear_job_sizes):
7650         
7651         Cleanup job callback on removal. Fix for the bug #325886.
7652
7653 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7654
7655         * ps/ps.c: (psscan):
7656         
7657         Commit workaround Mozilla problem. Fix for the bug #325919
7658         
7659         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7660         (save_item):
7661         
7662         Fix for year 2038 problem.
7663
7664 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7665
7666         * shell/ev-window.c: (setup_document_from_metadata),
7667         (ev_window_cmd_view_reload):
7668
7669         Clamp page recieved from metadata in valid values. Fix
7670         for the bug #325986.
7671
7672 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7673
7674         * MAINTAINERS: 
7675         Add MAINTAINERS as requested on desktop-devel-list.
7676
7677 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7678
7679         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7680         (mime_type_supported_by_gdk_pixbuf),
7681         (ev_document_factory_get_mime_types),
7682         (ev_document_factory_get_all_mime_types):
7683         
7684         Don't add pixbuf mime types if pixbuf backend is disabled.
7685         
7686         * shell/ev-application.c: (ev_application_get_uri_window):
7687         
7688         Fix for the bug 325815 - unhandled MIME type message doesn't 
7689         appear a second time. 
7690         
7691         * shell/ev-document-types.c: (ev_document_types_add_filters):
7692         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7693         (password_dialog_response), (ev_window_popup_password_dialog),
7694         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7695         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7696         (ev_window_run_presentation), (ev_window_stop_presentation),
7697         (save_sizing_mode), (ev_window_zoom_changed_cb),
7698         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7699         (ev_window_dual_mode_changed_cb),
7700         (ev_window_sidebar_current_page_changed_cb),
7701         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7702         (window_state_event_cb), (window_configure_event_cb):
7703         
7704         Cleanup additional uris holded by EvWindow.
7705
7706 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7709         (ev_view_can_previous_page), (ev_view_can_next_page):
7710         * shell/ev-view.h:
7711         * shell/ev-window.c: (update_action_sensitivity):
7712         
7713         Two page scrolling with Space and PageUp in dual mode. Second fix 
7714         for the bug #316608.
7715
7716 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7717
7718         * shell/ev-view.c: (scroll_to_current_page):
7719         
7720         Correctly clamp adjustment value. Fix for the bug
7721         #325808.
7722
7723 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7724
7725         * shell/ev-sidebar-links.c: (print_section_cb):
7726         * shell/ev-window.c: (ev_window_get_uri),
7727         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7728         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7729         (ev_window_dispose):
7730         
7731         Make print dialog non-modal. Fix for the bug #325622.
7732
7733 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7734
7735         * shell/ev-metadata-manager.c:
7736         * shell/ev-utils.c: (using_pdf_printer),
7737         (using_postscript_printer), (load_print_config_from_file),
7738         (save_print_config_to_file):
7739         * shell/ev-utils.h:
7740         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7741         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7742         (setup_view_from_metadata), (ev_window_setup_document),
7743         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7744         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7745         (ev_window_run_presentation), (ev_window_stop_presentation),
7746         (save_sizing_mode), (ev_window_zoom_changed_cb),
7747         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7748         (ev_window_dual_mode_changed_cb),
7749         (ev_window_sidebar_current_page_changed_cb),
7750         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7751         (window_state_event_cb), (window_configure_event_cb),
7752         (ev_window_init):
7753         
7754         Setting saving behaviour fixes.
7755
7756 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7757
7758         * configure.ac:
7759         
7760         Make antialiasing gs options better and allow
7761         to change them during configure. Fix for the 
7762         bug #319049.
7763
7764 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * shell/ev-window.c: (setup_view_from_metadata):
7767         
7768         Remember if last window was maximized. Fix for the
7769         bug #323797.
7770
7771 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7772
7773         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7774
7775 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7776
7777         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7778         * shell/ev-page-action.c: (build_new_tree_cb):
7779         * shell/ev-sidebar-links.c: (links_page_num_func),
7780         (update_page_callback_foreach), (update_page_callback):
7781         * shell/ev-view.c: (scroll_to_current_page):
7782         
7783         Fix for the bug #325067 with more intelligent selection
7784         of current link in sidebar. Make sidebar handle links
7785         of FITR-like type more correctly.
7786
7787         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7788         (dvi_pixbuf_put_pixel):
7789         
7790         Fix memory consumtion with disabled alpha channel.
7791
7792 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * data/evince-ui.xml:
7795         * shell/ev-window.c: (view_menu_popup_cb),
7796         (ev_popup_cmd_open_link), (ev_window_init):
7797         
7798         Update context menu for internal links. Fix for the bug
7799         #325066.
7800
7801 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7802
7803         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7804         
7805         Bind context menu to keyboard also. Fix for the bug
7806         #325065.
7807
7808 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * shell/ev-view.c: (selection_scroll_timeout_cb):
7811         
7812         Horizontal scroll on selection also.
7813
7814 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7815
7816         * shell/ev-metadata-manager.c: (parse_value):
7817         * shell/ev-view.c: (goto_xyz_link):
7818         
7819         Correct zoom setup and metadata save broken in 
7820         some locales.
7821
7822 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * shell/ev-view-private.h:
7825         * shell/ev-view.c: (scroll_to_current_page),
7826         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7827         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7828         (page_changed_cb), (ev_view_set_continuous),
7829         (ev_view_set_dual_page), (ev_view_set_presentation):
7830         
7831         Delay scroll until allocation to correctly position page. Fix
7832         for the bug #317334.
7833
7834 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * NEWS:
7837         * configure.ac:
7838         
7839         Update NEWS and require poppler 0.5.0.
7840
7841 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7842         
7843         * data/evince-ui.xml:
7844         * shell/ev-view-private.h:
7845         * shell/ev-view.c: (ev_view_get_link_at_location),
7846         (handle_link_over_xy), (ev_view_button_press_event),
7847         (ev_view_button_release_event), (ev_view_class_init):
7848         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7849         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7850         (ev_window_init):
7851         
7852         Implement right-click context menu.
7853
7854 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7855
7856         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7857         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7858         (mdvi_pixbuf_device_render):
7859         * pdf/ev-poppler.cc:
7860
7861         Don't generate thumbnails with alpha. See bug #324077.
7862         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7863
7864 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7865
7866         * shell/ev-window.c: (setup_chrome_from_metadata):
7867         
7868         Fix typo that was hiding toolbar.
7869
7870 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * shell/ev-view-private.h:
7873         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7874         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7875         (ev_view_button_release_event), (ev_view_destroy):
7876         
7877         Small cleanup and autoscrolling during selection. Thanks to 
7878         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7879
7880 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7881
7882         * configure.ac:
7883         
7884         Correctly check for comics option.
7885
7886 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7887         * Makefile.am:
7888         * configure.ac:
7889         * backend/Makefile.am:
7890         * backend/ev-document-factory.c:
7891         * shell/ev-document-types.c:
7892
7893         Included option in configure to make ps backend 
7894         compilation optional with --disable-ps.
7895
7896 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * backend/ev-document-factory.c:
7899         * comics/Makefile.am:
7900         * comics/comics-document.c: (comics_document_load):
7901         * comics/ev-cbr-mime.xml:
7902         * configure.ac:
7903         
7904         Comics mime types are added to shared-mime-info CVS. Now
7905         we don't need to install our own mime types.
7906
7907 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * shell/ev-window.c:
7910         
7911         Add shortcut for "save a copy" menu entry. Fix for
7912         the bug #324582.
7913
7914 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7917         (job_finished_cb), (new_selection_pixbuf_needed),
7918         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7919         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7920         
7921         Rework selection job info logic and fix critical warning.
7922
7923 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7924
7925         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7926
7927 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7928
7929         * data/evince-ui.xml:
7930         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7931         
7932         Enter as shortcut key for next page. Fix for the bug
7933         #321394.
7934
7935 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7936
7937         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7938
7939 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7942         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7943         (new_selection_pixbuf_needed),
7944         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7945         (clear_job_selection):
7946         
7947         Too early for 0.5. Pixbuf cache code cleaned a bit.
7948
7949 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * NEWS:
7952         * configure.ac:
7953         
7954         Release 0.5.0 preparation
7955
7956 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * comics/Makefile.am:
7959         * configure.ac:
7960         * shell/ev-document-types.c: (ev_document_types_add_filters):
7961         
7962         More advanced handling of custom mime type installation.
7963
7964 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * data/evince.schemas.in:
7967         * shell/ev-metadata-manager.c: (value_free),
7968         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7969         (ev_metadata_manager_get), (ev_metadata_manager_set):
7970         * shell/ev-metadata-manager.h:
7971         * shell/ev-window.c: (update_chrome_flag),
7972         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7973         (setup_document_from_metadata), (setup_chrome_from_metadata),
7974         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7975         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7976         (ev_window_view_toolbar_cb),
7977         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7978         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7979         
7980         Save last document settings and reuse them for new documents.
7981
7982 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * Makefile.am:
7985         * backend/Makefile.am:
7986         * backend/ev-document-factory.c:
7987         * backend/ev-document-factory.h:
7988         * comics/Makefile.am:
7989         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7990         (comics_document_load), (comics_document_save),
7991         (comics_document_get_n_pages), (comics_document_get_page_size),
7992         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7993         (comics_document_class_init), (comics_document_can_get_text),
7994         (comics_document_get_info), (comics_document_document_iface_init),
7995         (comics_document_init), (get_supported_image_extensions),
7996         (comics_document_thumbnails_get_geometry),
7997         (comics_document_thumbnails_get_thumbnail),
7998         (comics_document_thumbnails_get_dimensions),
7999         (comics_document_document_thumbnails_iface_init), (extract_argv):
8000         * comics/comics-document.h:
8001         * comics/ev-cbr-mime.xml:
8002         * configure.ac:
8003         * po/POTFILES.in:
8004         * shell/ev-application.c: (ev_application_register_service):
8005         * shell/ev-document-types.c: (ev_document_types_add_filters):
8006         * thumbnailer/Makefile.am:
8007         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8008         
8009         New CBR/CBZ backend for comic books.
8010
8011 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8012
8013         * shell/main.c: (load_files_remote):
8014
8015         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8016         warning on startup of second instance is fixed. It
8017         is bug #320353.
8018
8019 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * shell/ev-window.c: (ev_window_finalize):
8022         
8023         Fix double free that cause crash.
8024
8025 2005-10-29  Bastien Nocera <hadess@hadess.net>
8026
8027         * tiff/tiff-document.c: (tiff_document_load):
8028         
8029         Fix memory leak.
8030
8031 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * po/POTFILES.in:
8034         * shell/Makefile.am:
8035         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8036         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8037         (ev_view_accessible_get_text),
8038         (ev_view_accessible_get_character_at_offset),
8039         (ev_view_accessible_get_text_before_offset),
8040         (ev_view_accessible_get_text_at_offset),
8041         (ev_view_accessible_get_text_after_offset),
8042         (ev_view_accessible_get_character_count),
8043         (ev_view_accessible_get_caret_offset),
8044         (ev_view_accessible_set_caret_offset),
8045         (ev_view_accessible_get_run_attributes),
8046         (ev_view_accessible_get_default_attributes),
8047         (ev_view_accessible_get_character_extents),
8048         (ev_view_accessible_get_offset_at_point),
8049         (ev_view_accessible_get_n_selections),
8050         (ev_view_accessible_get_selection),
8051         (ev_view_accessible_add_selection),
8052         (ev_view_accessible_remove_selection),
8053         (ev_view_accessible_set_selection),
8054         (ev_view_accessible_text_iface_init),
8055         (ev_view_accessible_idle_do_action),
8056         (ev_view_accessible_action_do_action),
8057         (ev_view_accessible_action_get_n_actions),
8058         (ev_view_accessible_action_get_description),
8059         (ev_view_accessible_action_get_name),
8060         (ev_view_accessible_action_set_description),
8061         (ev_view_accessible_action_iface_init),
8062         (ev_view_accessible_get_type), (ev_view_accessible_new),
8063         (ev_view_accessible_factory_get_accessible_type),
8064         (ev_view_accessible_factory_create_accessible),
8065         (ev_view_accessible_factory_class_init),
8066         (ev_view_accessible_factory_get_type):
8067         * shell/ev-view-accessible.h:
8068         * shell/ev-view-private.h:
8069         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8070         * shell/ev-view.h:
8071         
8072         Initial accessibility support.
8073
8074 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8075
8076         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8077
8078 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8079
8080         * shell/ev-print-job.c: (idle_print_handler):
8081         
8082         Fix for bug Bug 318916: Printing multiple pages.
8083
8084 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8085
8086         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8087
8088 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * pdf/ev-poppler.cc:
8091         
8092         Thumnail dimensions unified with other backends.
8093         
8094         * shell/ev-window-title.c: (ev_window_title_update):
8095         
8096         Fix warning.
8097
8098 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8099
8100         * data/ev-stock-zoom-fit-width.png:
8101         
8102         Remove unused file.
8103
8104 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * configure.ac:
8107         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8108         (djvu_document_finalize):
8109         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8110         (dvi_document_finalize):
8111         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8112         (pixbuf_document_save), (pixbuf_document_finalize):
8113         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8114         (tiff_document_finalize):
8115         
8116         Save a copy implemented for various backends.
8117
8118 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8119
8120         * configure.ac:
8121         
8122         Don't link with ltiff if tiff is disabled.
8123
8124 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8125
8126         * pdf/GDKSplashOutputDev.cc:
8127         * pdf/GDKSplashOutputDev.h:
8128         * pdf/Thumb.cc:
8129         * pdf/Thumb.h:
8130         * pdf/pdf-document.cc:
8131         * pdf/pdf-document.h:
8132         * pdf/test-gdk-output-dev.cc:
8133         
8134         Remove old unused files.
8135
8136 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8137
8138         * shell/ev-window.c: (ev_window_setup_document):
8139         
8140         Fixed warnings on reload and probably crash reason.
8141
8142 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * properties/ev-properties-view.c:
8145         (ev_properties_view_format_date):
8146         
8147         Check if date is invalid. Fix for bug 318134.
8148
8149 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8150
8151         * shell/ev-window-title.c:
8152         
8153         Add .indd files (Adobe Indesign) to the list of "bad
8154         extensions".
8155
8156 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8157
8158         * data/evince-ui.xml:
8159         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8160         
8161         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8162
8163 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8164
8165         * shell/ev-window.c: (launch_link), (launch_external_uri),
8166         (view_external_link_cb):
8167
8168         URL-escape link before passing it to gnome_vfs_url_show.
8169
8170 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8171
8172         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8173         there isn't text selected.
8174
8175 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8176
8177         * shell/ev-view.c: (handle_link_over_xy):
8178
8179         Check tooltip is valid utf8 before showing it
8180
8181 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8182
8183         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8184
8185 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8186
8187         * shell/ev-window-title.c: (ev_window_title_update):
8188
8189         Guard against using g_strstrip on NULL. Fixes bug #317291.
8190
8191 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * pdf/ev-poppler.cc:
8194
8195         Show title even for unknown links
8196
8197 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-window-title.c: (ev_window_title_update):
8200
8201         Strip the title string
8202
8203 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8204
8205         * shell/ev-window-title.c:
8206
8207         Add .rtf to the bad extensions list
8208
8209 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8212         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8213
8214         Ignore link coordinates if they are outside page bounds
8215
8216 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8217
8218         * backend/ev-link.c: (ev_link_type_get_type),
8219         (ev_link_get_filename), (ev_link_get_params),
8220         (ev_link_get_property), (ev_link_set_property),
8221         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8222         * backend/ev-link.h:
8223         * pdf/ev-poppler.cc:
8224         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8225         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8226         (ev_window_init):
8227
8228         Implement launch links. Delegate external link opening to
8229         the window.
8230
8231 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8234         (ev_link_get_right), (ev_link_get_property),
8235         (ev_link_set_property), (ev_link_class_init),
8236         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8237         * backend/ev-link.h:
8238         * pdf/ev-poppler.cc:
8239         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8240
8241         Implement fitr links
8242
8243 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8246         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8247         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8248         (ev_view_size_request_continuous),
8249         (ev_view_size_request_dual_page),
8250         (ev_view_size_request_single_page), (ev_view_size_allocate),
8251         (ev_view_zoom_for_size_continuous_and_dual_page),
8252         (ev_view_zoom_for_size_continuous),
8253         (ev_view_zoom_for_size_dual_page),
8254         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8255         (ev_sizing_mode_get_type):
8256         * shell/ev-view.h:
8257         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8258
8259         Do not use modes for link, we need to calculate size ad hoc.
8260         Still not perfect because of the usual scrollbar issues grrr.
8261
8262 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8263
8264         * backend/ev-link.c: (ev_link_type_get_type),
8265         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8266         * backend/ev-link.h:
8267         * pdf/ev-poppler.cc:
8268         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8269         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8270         (ev_view_size_request_continuous),
8271         (ev_view_size_request_dual_page),
8272         (ev_view_size_request_single_page), (ev_view_size_allocate),
8273         (zoom_for_size_fit_height),
8274         (ev_view_zoom_for_size_continuous_and_dual_page),
8275         (ev_view_zoom_for_size_continuous),
8276         (ev_view_zoom_for_size_dual_page),
8277         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8278         (ev_sizing_mode_get_type):
8279         * shell/ev-view.h:
8280         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8281
8282         Implement FIT_HEIGHT mode (only for links).
8283         Implement FITH links
8284
8285 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * shell/ev-window-title.c: (get_filename_from_uri),
8288         (ev_window_title_sanitize_extension), (ev_window_title_update),
8289         (ev_window_title_set_document), (ev_window_title_set_uri),
8290         (ev_window_title_free):
8291         * shell/ev-window-title.h:
8292         * shell/ev-window.c: (ev_window_setup_document),
8293         (ev_window_popup_password_dialog):
8294
8295         Refactor window title building while fixing it for
8296         password documents.
8297
8298 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8299
8300         * pdf/ev-poppler.cc:
8301
8302         Escape link title before setting it in the model
8303
8304 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * shell/ev-application.c: (removed_from_session), (save_session),
8307         (init_session), (ev_application_get_empty_window),
8308         (ev_application_init), (ev_application_get_windows):
8309         * shell/ev-application.h:
8310         * shell/ev-window.c: (ev_window_finalize):
8311
8312         Add a function to retrieve window list and share it where
8313         necessary.
8314         Implement session handling, works pretty well thanks to the
8315         metadata system.
8316
8317 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * shell/ev-password.c: (ev_password_item_created_callback),
8320         (ev_password_dialog_save_password):
8321         
8322         Fix for bug 316972. Use async gnome-keyring API.
8323
8324 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8325
8326         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8327         Remove unused unrealize handler. Add scroll handling to
8328         ev_view_scroll_event for presentation mode (bug #316708),
8329         and fix the event state checks there.
8330
8331 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8332
8333         * shell/ev-page-action.c: (page_changed_cb):
8334
8335         "marco, maybe we should be crazy and jump right to 6! :)"
8336
8337         Bryan Clark, Sep 2005
8338
8339 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * ps/ps-document.c: (save_document), (ps_document_save),
8342         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8343         (ps_document_ps_export_end):
8344
8345         Fix unstructured documents save and print
8346
8347 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8348
8349         * shell/ev-application.c: (ev_application_open_uri):
8350
8351         Fix window size persistance
8352
8353 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * shell/ev-view.c: (ev_view_button_release_event):
8356
8357         Based on a patch from carlosgc@gnome.org. Mouse buttons
8358         switch pages in presentation mode.
8359
8360 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8363
8364         Dont cast to int before scaling
8365
8366 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8367
8368         * backend/ev-link.c: (ev_link_type_get_type),
8369         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8370         (ev_link_new_page_fith):
8371         * backend/ev-link.h:
8372         * pdf/ev-poppler.cc:
8373         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8374
8375         Implement FIT and FITH links
8376
8377 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * pdf/ev-poppler.cc:
8380
8381         Return 0 results when search is not in progress.
8382
8383         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8384         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8385
8386         Update menu sensitivity when cancelling search
8387
8388 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * shell/ev-view.c: (ev_view_can_find_next):
8391
8392         Take all pages in consideration, not just current one
8393
8394 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * shell/ev-page-cache.c:
8397         * shell/ev-page-cache.h:
8398         * shell/ev-view.c: (ev_view_binding_activated),
8399         (ev_view_next_page), (ev_view_previous_page),
8400         (ev_sizing_mode_get_type):
8401         * shell/ev-view.h:
8402         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8403         (ev_window_cmd_go_next_page):
8404
8405         Move page next/previous functions from page chace to
8406         view and change it to move by 2 page steps in dual mode.
8407
8408 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * shell/ev-window.c: (update_sidebar_visibility),
8411         (setup_sidebar_from_metadata), (ev_window_setup_document),
8412         (setup_view_from_metadata):
8413
8414         Show the index by default when there is one     
8415
8416 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * shell/ev-window-title.c: (ev_window_title_set_document):
8419
8420         Missing null check
8421
8422 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8423
8424         * shell/ev-view.c: (view_update_range_and_current_page):
8425         
8426         Allow display of last odd page in dual view. Fix for 316347.
8427
8428 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8429
8430         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8431         
8432         Make close button default. Fix for 316383.
8433
8434 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8435
8436         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8437         
8438         Mark close button as default. Fix for 316381.
8439
8440 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * backend/ev-link.c: (ev_link_class_init):
8443
8444         Allow negative doubles in left/top properties
8445
8446 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * shell/ev-window.c:
8449
8450         Remove a bunch of strings that was used only
8451         by the statusbar.
8452
8453 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8454
8455         * shell/ev-window-title.c: (get_filename_from_uri),
8456         (ev_window_title_set_document):
8457
8458         When title has a confusing extension, show also
8459         the document filename inside ()
8460
8461 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8462
8463         * shell/Makefile.am:
8464         * shell/ev-window-title.c: (ev_window_title_new),
8465         (ev_window_title_update), (ev_window_title_set_type),
8466         (ev_window_title_set_document), (ev_window_title_free):
8467         * shell/ev-window-title.h:
8468         * shell/ev-window.c: (ev_window_setup_document),
8469         (password_dialog_response), (ev_window_popup_password_dialog),
8470         (ev_window_dispose), (ev_window_init):
8471
8472         Factor out and cleanup window title code
8473
8474 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8477         (unable_to_load):
8478
8479         Make dialog transient so it doesnt block other windows
8480
8481 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * pdf/ev-poppler.cc:
8484         
8485         Fix pdf thumbnails rendering.
8486
8487 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8488
8489         * shell/ev-window.c: (fullscreen_set_timeout):
8490         
8491         Increase timeout to hide full screen popup. Bug 
8492         316123. 
8493
8494 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * data/evince.schemas.in:
8497         * shell/ev-window.c: (update_action_sensitivity):
8498
8499         Allow the user to override document restrictions. Fix for bug
8500         305818.
8501
8502 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8503
8504         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8505         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8506         (ev_window_class_init): Fix multihead behaviour of fullscreen
8507         toolbar popup. Fixes bug #315451.
8508
8509 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8510
8511         * configure.ac:
8512         * data/evince-password.glade:
8513         * shell/ev-password.c: (ev_password_dialog_set_property),
8514         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8515         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8516         (ev_password_dialog_entry_changed_cb),
8517         (ev_password_dialog_entry_activated_cb),
8518         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8519         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8520         (ev_password_dialog_set_bad_pass):
8521         * shell/ev-password.h:
8522         * shell/ev-window.c: (password_dialog_response),
8523         (ev_window_popup_password_dialog):
8524         
8525         Support for gnome-keyring for encrypted PDF's.
8526
8527 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8530         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8531         (ev_view_enter_notify_event), (ev_view_class_init):
8532         
8533         More precise handling of enter_notify/leave_notify events
8534         in EvView. Fix for bug 315470.
8535
8536 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8537
8538         * shell/ev-window.c: (fullscreen_timeout_cb),
8539         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8540         (ev_window_dispose):
8541
8542         leak fix: unref fullscreen_timeout_source before clearing it
8543
8544 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8545
8546         * configure.ac, dvi/mdvi/Makefile.am: 
8547         
8548         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8549
8550 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * backend/ev-link.c: (ev_link_new_page_xyz):
8553         * pdf/ev-poppler.cc:
8554         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8555
8556         Fix some bugs with xyz links, respect zoom
8557
8558 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * shell/ev-window.c: (page_changed_cb),
8561         (setup_document_from_metadata), (update_sidebar_visibility),
8562         (setup_view_from_metadata), (ev_window_run_fullscreen),
8563         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8564         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8565         (ev_window_dual_mode_changed_cb),
8566         (ev_window_sidebar_current_page_changed_cb):
8567
8568         null check uri before setting and getting metadata
8569
8570 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8571
8572         * dvi/Makefile.am:
8573         * properties/Makefile.am:
8574         * shell/Makefile.am:
8575         * thumbnailer/Makefile.am:
8576
8577         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8578
8579 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8582         (selection_changed_callback):
8583         * shell/ev-sidebar-links.h:
8584
8585         Add a signal for link activation.
8586
8587         * shell/ev-view.c: (ev_view_goto_link),
8588         (ev_view_button_release_event):
8589         * shell/ev-view.h:
8590         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8591         (ev_window_init):
8592
8593         Implement the signal so that we can handle all link types.
8594
8595         * shell/ev-page-cache.c:
8596
8597         Remove unused set_link function
8598
8599 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8602
8603         Add some space from the cursor, hardcoded but I couldnt
8604         find a better way.
8605
8606 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * lib/ev-tooltip.c:
8609
8610         Use mozilla style vs gtk style, way better for links.
8611
8612         * shell/ev-view.c: (ev_view_motion_notify_event),
8613         (ev_view_destroy), (ev_view_init):
8614
8615         Deactive tooltip when the link hovered is changed.
8616
8617 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * backend/ev-document.h:
8620         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8621         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8622         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8623         (ev_link_new_page), (ev_link_new_page_xyz):
8624         * backend/ev-link.h:
8625         * pdf/ev-poppler.cc:
8626         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8627         (go_to_link), (tip_from_link):
8628
8629         Implement xyz links, still not functional. Links are a total
8630         mess, will need to refactor and bugfix a lot :(
8631
8632 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8633
8634         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8635
8636 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8637
8638         * data/evince-ui.xml:
8639         * data/evince.schemas.in:
8640         * shell/Makefile.am:
8641         * shell/ev-window.c: (update_chrome_visibility),
8642         (password_dialog_response), (ev_window_load_job_cb),
8643         (ev_window_xfer_job_cb), (ev_window_open_uri),
8644         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8645         (ev_window_init):
8646
8647         Remove the statusbar. This regress loading feedback, need to
8648         check with Bryan what we want to do there...
8649
8650 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * lib/ev-tooltip.c: (ev_tooltip_init):
8653
8654         Fix tooltip border and size handling
8655
8656 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8659         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8660         (ev_tooltip_timeout), (ev_tooltip_activate),
8661         (ev_tooltip_deactivate):
8662         * lib/ev-tooltip.h:
8663         * shell/ev-view.c: (ev_view_motion_notify_event):
8664
8665         Delay popup showing. Mirror gtk logic/times.
8666
8667 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * lib/Makefile.am:
8670         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8671         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8672         (ev_tooltip_set_text), (ev_tooltip_set_position):
8673         * lib/ev-tooltip.h:
8674
8675         Simple widget to show tooltips at a custom position
8676
8677         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8678         (ev_view_destroy):
8679
8680         Use it for links. First go, needs work
8681
8682 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8683
8684         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8685         HIG fixes.  Use title capitalization for window title. Use 12 
8686         pixels of space between the dialog's vbox and action area.
8687
8688 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8689
8690         * shell/ev-window.c: (file_open_dialog_response_cb),
8691         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8692         (ev_window_cmd_save_as):
8693
8694         Make file pickers not modal and refactor code some
8695
8696 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * shell/ev-sidebar.h:
8699         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8700         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8701         (ev_sidebar_class_init), (ev_sidebar_select_page),
8702         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8703         (ev_sidebar_set_page):
8704
8705         Add a current page property and allow to get/set it
8706
8707         * shell/ev-window.c: (setup_view_from_metadata),
8708         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8709
8710         Persist current sidebar page per document
8711
8712 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8713
8714         * data/evince.schemas.in:
8715         * shell/ev-window.c: (update_chrome_visibility),
8716         (setup_document_from_metadata), (update_sidebar_visibility),
8717         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8718         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8719         (ev_window_run_presentation), (ev_window_stop_presentation),
8720         (ev_window_view_sidebar_cb),
8721         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8722         (load_chrome), (ev_window_init):
8723
8724         Persist size/visibility of sidebar per document
8725
8726 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8727
8728         * shell/ev-view.c (draw_loading_text): Draw loading text.
8729
8730 2005-09-02  Dan Damian  <dand@gnome.ro>
8731
8732         * configure.in: Added "ro" to ALL_LINGUAS.
8733
8734 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8735
8736         * shell/ev-view.c: (clear_caches):
8737
8738         ev_page_cache_get doesnt return a reference,
8739         dont try to unref it.
8740
8741 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * shell/main.c: (load_files_remote):
8744
8745         Fix timestamp parameter with dbus <= 0.33
8746
8747 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * data/evince.schemas.in:
8750
8751         Add missing full stop
8752
8753 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8754
8755         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8756         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8757
8758         Plug some memory leaks
8759
8760 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8761
8762         * configure.ac:
8763         * lib/ev-debug.c: (trap_handler):
8764
8765         Check for execinfo.h and use it only if it exists.
8766         Ported from Epiphany (bug #314776).
8767
8768 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8769
8770         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8771
8772 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8773
8774         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8775         * po/id.po      : Added Indonesian translation
8776
8777 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8778
8779         * shell/main.c:
8780         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8781         * NEWS: Release 0.4.0
8782
8783 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8784
8785         * configure.ac: catch another gtk+-2.8ism
8786         * shell/main.c: Make work with gtk+-2.6
8787
8788 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8789
8790         * shell/ev-application-service.xml: Add 'timestamp' argument to
8791           ev_application_open_window and ev_application_open_uri methods.
8792
8793         * shell/ev-application.h: Add 'timestamp' argument to
8794           ev_application_open_window, ev_application_open_uri,
8795           and ev_application_open_uri_list functions.
8796
8797         * shell/ev-application.c (ev_application_open_window,
8798           ev_application_open_uri, ev_application_open_uri_list): Change
8799           functions that show/present windows to use a timestamp if one
8800           is passed in.
8801
8802         * shell/ev-window.c (ev_window_cmd_file_open,
8803           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8804         * shell/main.c (load_files): Modify calls to ev_application to
8805           include GDK_CURRENT_TIME as timestamp.
8806
8807         * shell/main.c (load_files_remote): Obtain timestamp for client
8808           instance from GDK and pass to server instance so new windows are
8809           focused properly.  Fix dbus_g_proxy_call() calls by including second
8810           G_TYPE_INVALID.
8811           
8812         Closes bug #314475.
8813
8814 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8815
8816         * shell/ev-window.c (ev_window_finalize): Check for
8817         avail. EvWindows when quiting to handle the finalize better,
8818         #314497
8819
8820 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8821         
8822         * properties/ev-properties-view.c: 
8823         
8824         Set textdomain to libglade. Fixes translation problem in property page.
8825
8826 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8827
8828         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8829         * dvi/Makefile.am:
8830         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8831         * dvi/mdvi-lib/Makefile.am:
8832         
8833         Fix rotation of thumbnails, ported to new API. Moved library
8834         dependencies earlier, probably it will fix linkage problem.
8835
8836 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8837
8838         * backend/ev-document-misc.c:
8839         (ev_document_misc_get_thumbnail_frame):
8840         * backend/ev-document-misc.h:
8841         * configure.ac:
8842         * pdf/ev-poppler.cc:
8843         * shell/Makefile.am:
8844         * shell/ev-sidebar-thumbnails.c: (add_range),
8845         (ev_sidebar_thumbnails_set_loading_icon),
8846         (ev_sidebar_thumbnails_refresh),
8847         (ev_sidebar_thumbnails_set_document):
8848         * shell/ev-sidebar-thumbnails.h:
8849         * shell/ev-view.c: (ev_view_motion_notify_event),
8850         (ev_view_set_property), (ev_view_get_property),
8851         (ev_view_class_init), (ev_view_set_rotation):
8852         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8853         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8854         (ev_window_init):
8855         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8856         Redo rotation (again).  prepare for 0.4.0
8857
8858 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8859
8860         * configure.ac: Bump poppler requirement to 0.4.1.
8861
8862         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8863         argument to poppler_page_render_selection() call.
8864
8865 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8866
8867         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8868         (djvu_document_thumbnails_get_thumbnail):
8869         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8870         (dvi_document_thumbnails_get_thumbnail):
8871         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8872         (pixbuf_document_thumbnails_get_thumbnail):
8873         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8874         
8875         Update rotation direction of backends to fit with pdf and ps.
8876
8877 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8878
8879         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8880         * backend/ev-async-renderer.h:
8881         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8882         (setup_page), (ps_document_get_page_size),
8883         (ps_async_renderer_render_pixbuf):
8884         * ps/ps-document.h:
8885         * shell/ev-jobs.c: (ev_job_render_run):
8886
8887         Fix orientation in the postscript document
8888
8889 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8890
8891         * pdf/ev-poppler.cc:
8892         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8893         * shell/ev-view.c: (highlight_find_results):
8894
8895         Adapt to the new poppler rotation API. Fix text maps on landscape
8896         documents.
8897
8898 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8899
8900         * shell/ev-view.c (compute_new_selection_text): get the correct
8901         region when selecting in modes other than continuous.
8902
8903 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8904
8905         * shell/main.c (main): remove redundant g_warnings.
8906
8907 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8908
8909         * shell/Makefile.am: Don't include autogenerated
8910         file ev-application-service.h into distribution, since
8911         it causes dbus crash. Fix for bugs 313724 and 313443. 
8912
8913 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8914
8915         * configure.ac: Fix sed expression for FreeBSD. Thanks
8916         to Joe Marcus Clark <marcus@freebsd.org>
8917         
8918         * shell/eggfindbar.c: (entry_activate_callback),
8919         (entry_changed_callback), (egg_find_bar_init),
8920         (egg_find_bar_set_search_string):
8921         
8922         Made findbar buttons unsensitive if there is no text in
8923         entry. Fix for the bug 313285.
8924
8925 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8926
8927         * ps/ps-document.c: Use g_filename_display_name for displaying
8928         filenames and revert string freeze breackage
8929
8930 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8931
8932         * NEWS:
8933         * configure.ac:
8934
8935         Update for 0.3.4
8936
8937         * shell/Makefile.am:
8938
8939         Add ev-application-service.xml to extra dist
8940
8941         * shell/ev-view.c: (find_page_at_location):
8942
8943         Remove unused function (fix warning)
8944
8945 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8946
8947         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8948         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8949         
8950         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8951         bug 313623.
8952
8953 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8954
8955         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8956         * shell/ev-window.c:
8957         Fix build warnings
8958
8959 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8960
8961         * configure.ac: Update script to get dbus version.
8962         Fix for the bug #313443.
8963
8964 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8965
8966         * shell/ev-window.c: (ev_window_cmd_escape):
8967         
8968         Return focus back to view on escape. Fix for bug 313295.
8969
8970 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8971
8972         * shell/ev-window.c: (update_window_title),
8973         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8974         (ev_window_cmd_save_as):
8975         
8976         Correct conversion from uri to displayable string. Fix for
8977         bug 313296.
8978
8979 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8980
8981         * ps/ps-document.c: convert filename to utf8 when there is an error
8982         loading document. Fixes #309915
8983
8984 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * configure.ac:
8987
8988         We depend on poppler 0.4.0
8989
8990 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8991
8992         * configure.ac:
8993         * NEWS: Release 0.3.3.
8994         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8995
8996 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8997
8998         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8999         add a couple missing mnemonics to menu items, use title 
9000         capitalization for menu items and window titles, and add 
9001         ellipsis to open menu item.     
9002
9003 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9004
9005         * pdf/ev-poppler.cc:
9006         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9007         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9008         (ev_view_get_rotation):
9009         * shell/ev-view.h:
9010         * shell/ev-window.c: (setup_view_from_metadata),
9011         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9012         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9013         disk.
9014
9015 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9016
9017         * configure.ac: Added tr to ALL_LINGUAS
9018
9019 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9020
9021         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9022         requires several clicks to find word. Thanks to 
9023         Colin Slater <kiltedtaco@gmail.com>.
9024
9025 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9026
9027         * data/evince.desktop.in.in: Hide menu entry and
9028         rename it to "Document Viewer". Fix for bug 
9029         #312399.
9030
9031 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9032
9033         * shell/ev-page-action.c (ev_page_action_class_init): 
9034
9035         Point to the correct function in constructor of the
9036         activate_label signal
9037
9038 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9039
9040         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9041         * shell/ev-jobs.h: Make thread safe.
9042
9043 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9044
9045         * shell/ev-view.c: (view_update_range_and_current_page):
9046         Don't update page range if we are scrolling to some document
9047         point.
9048
9049 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9050
9051         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9052         when getting max_page_width, fix drawing in dual mode.
9053
9054 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9055
9056         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9057         getting the area for select_all.
9058
9059 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9060
9061         * backend/ev-selection.c: (ev_selection_render_selection):
9062         * backend/ev-selection.h:
9063         * pdf/ev-poppler.cc:
9064         * shell/ev-jobs.c: (ev_job_render_new):
9065         * shell/ev-jobs.h:
9066         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9067         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9068         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9069         (ev_view_class_init):
9070
9071         Change selection color on focus in and focus out events.  Also,
9072         poppler now uses GdkColor for specifying the selection colors, so
9073         drop some awkward conversion code.
9074
9075 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9076
9077         * configure.ac: Added Hebrew translation
9078
9079 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9080
9081         * NOTES:
9082         * backend/ev-selection.c: (ev_selection_render_selection):
9083         * backend/ev-selection.h:
9084         * pdf/ev-poppler.cc:
9085         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9086         (ev_job_render_run):
9087         * shell/ev-jobs.h:
9088         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9089         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9090         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9091         (ev_pixbuf_cache_style_changed),
9092         (ev_pixbuf_cache_get_selection_pixbuf),
9093         (ev_pixbuf_cache_set_selection_list),
9094         (ev_pixbuf_cache_get_selection_list):
9095         * shell/ev-pixbuf-cache.h:
9096         * shell/ev-utils.c: (ev_print_region_contents):
9097         * shell/ev-utils.h:
9098         * shell/ev-view.c: (ev_view_queue_draw_page),
9099         (selection_update_idle_cb), (ev_view_motion_notify_event),
9100         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9101         (setup_caches), (ev_view_find_next), (merge_selection_region),
9102         (selection_free):
9103         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9104
9105         Clean up selection to be much smoother!
9106
9107 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9108
9109         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9110         to poppler_page_render_selection().
9111
9112 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9113
9114         * ps/ps-document.c: (save_page_list): Use
9115         unzipped document when printing. Thanks to 
9116         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9117         311016.
9118
9119 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * shell/ev-window.c: (update_action_sensitivity):
9122         
9123         Disable print and save respect to lockdown gconf keys. Fix
9124         for 312342.
9125
9126 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9127
9128         * configure.ac:
9129         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9130         (write_to_temp_file), (ev_file_set_contents):
9131         * shell/ev-utils.h:
9132         * shell/ev-window.c: (save_print_config_to_file):
9133         
9134         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9135         Fix for bug 312238
9136
9137 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9138
9139         * shell/ev-window.c: (load_print_config_from_file),
9140         (save_print_config_to_file), (ev_window_print_range):
9141
9142         Persist the print settings. Fixes bug #311578.
9143
9144 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9145
9146         * djvu/djvu-document.c: (djvu_document_get_page_size),
9147         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9148         (djvu_document_thumbnails_get_thumbnail):
9149         * dvi/dvi-document.c: (dvi_document_get_page_size),
9150         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9151         (dvi_document_thumbnails_get_dimensions),
9152         (dvi_document_thumbnails_get_thumbnail):
9153         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9154         (pixbuf_document_render_pixbuf),
9155         (pixbuf_document_document_iface_init),
9156         (pixbuf_document_thumbnails_get_thumbnail):
9157         
9158         Update backends to make them build with new rotation system.
9159
9160 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9161
9162         * help/C/figures/evince_start_window.png:
9163         
9164         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9165
9166 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9169         * shell/ev-pixbuf-cache.h:
9170         * shell/ev-sidebar-thumbnails.c:
9171         (ev_sidebar_thumbnails_get_property), (add_range),
9172         (adjustment_changed_cb):
9173         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9174         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9175         we were thumbnailing the entire docment on startup, slowing us
9176         down hugely. 
9177
9178 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9179
9180         * shell/ev-page-cache.c: (ev_page_cache_new):
9181         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9182         == 0, fixes #310306.
9183
9184 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9185
9186         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9187         (ev_view_rotate_left):
9188
9189         Account rotation in doc_rect_to_view_rect.
9190         Ensure rotation doesnt go out of bounds.
9191
9192 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9193
9194         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9195
9196         Correct and cleanup w/h swapping
9197
9198 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9199
9200         * backend/ev-document-thumbnails.c:
9201         (ev_document_thumbnails_get_thumbnail):
9202         * backend/ev-document-thumbnails.h:
9203         * backend/ev-document.c:
9204         * backend/ev-document.h:
9205         * backend/ev-render-context.c: (ev_render_context_new),
9206         (ev_render_context_set_rotation):
9207         * backend/ev-render-context.h:
9208         * pdf/ev-poppler.cc:
9209         * ps/ps-document.c: (ps_document_document_iface_init):
9210         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9211         * shell/ev-jobs.h:
9212         * shell/ev-page-cache.c: (build_height_to_page),
9213         (ev_page_cache_new), (ev_page_cache_get_size),
9214         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9215         (ev_page_cache_get_height_to_page):
9216         * shell/ev-page-cache.h:
9217         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9218         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9219         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9220         (ev_pixbuf_cache_get_selection_pixbuf):
9221         * shell/ev-pixbuf-cache.h:
9222         * shell/ev-print-job.c: (idle_print_handler):
9223         * shell/ev-sidebar-thumbnails.c: (add_range):
9224         * shell/ev-view.c: (view_update_range_and_current_page),
9225         (get_page_y_offset), (get_page_extents),
9226         (ev_view_size_request_continuous_dual_page),
9227         (ev_view_size_request_continuous),
9228         (ev_view_size_request_dual_page),
9229         (ev_view_size_request_single_page), (draw_one_page),
9230         (ev_view_set_rotation), (ev_view_rotate_right),
9231         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9232         (ev_view_zoom_for_size_continuous_and_dual_page),
9233         (ev_view_zoom_for_size_continuous),
9234         (ev_view_zoom_for_size_dual_page),
9235         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9236         (ev_view_select_all):
9237         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9238         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9239         (tiff_document_document_iface_init),
9240         (tiff_document_thumbnails_get_thumbnail):
9241
9242         Use rotation rather than orientation. It's easier and enough
9243         for our needs.
9244
9245 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9246
9247         * shell/ev-page-cache.c: (build_height_to_page),
9248         (ev_page_cache_new), (ev_page_cache_get_size),
9249         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9250         (ev_page_cache_get_height_to_page):
9251         * shell/ev-page-cache.h:
9252         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9253         (ev_view_size_request_continuous_dual_page),
9254         (ev_view_size_request_continuous),
9255         (ev_view_zoom_for_size_continuous_and_dual_page),
9256         (ev_view_zoom_for_size_continuous):
9257
9258         Make the page cache aware of page orientation.
9259
9260 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9261
9262         * backend/ev-document-thumbnails.c:
9263         (ev_document_thumbnails_get_thumbnail):
9264         * backend/ev-document-thumbnails.h:
9265         * backend/ev-document.c:
9266         * backend/ev-document.h:
9267         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9268         * backend/ev-ps-exporter.h:
9269         * pdf/ev-poppler.cc:
9270         * ps/ps-document.c: (ps_document_document_iface_init),
9271         (ps_document_ps_export_do_page):
9272         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9273         * shell/ev-jobs.h:
9274         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9275         (ev_page_cache_get):
9276         * shell/ev-page-cache.h:
9277         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9278         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9279         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9280         * shell/ev-pixbuf-cache.h:
9281         * shell/ev-print-job.c: (idle_print_handler):
9282         * shell/ev-sidebar-thumbnails.c: (add_range):
9283         * shell/ev-view.c: (view_update_range_and_current_page),
9284         (get_page_extents), (ev_view_size_request_dual_page),
9285         (ev_view_size_request_single_page), (draw_one_page),
9286         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9287         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9288         (ev_view_zoom_for_size_dual_page),
9289         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9290         (ev_view_select_all):
9291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9292         * tiff/tiff-document.c: (tiff_document_get_page_size),
9293         (tiff_document_get_orientation), (rotate_pixbuf),
9294         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9295         (tiff_document_thumbnails_get_thumbnail),
9296         (tiff_document_ps_export_do_page), (tiff_document_init):
9297
9298         Really make use of the orientation bit of the render context.
9299         Use the render context in a few more places in the backend API.
9300         This regress orientation, but now it's done right. Will try to
9301         fix it up asap...
9302
9303 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * shell/ev-view.c: (ensure_rectangle_is_visible):
9306
9307         Patch by Nickolay V. Shmyrev to fix find flickering
9308
9309 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9310
9311         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9312         duplex parameters to ::begin.
9313
9314         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9315         * shell/ev-print-job.c (idle_print_handler): 
9316         * ps/ps-document.c (ps_document_ps_export_begin): 
9317         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9318         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9319         implementations. Poppler backend needs poppler cvs. Rest has
9320         unchanged behavior.
9321
9322 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9323
9324         * shell/ev-window.c (using_pdf_printer): new function.
9325         (ev_window_print_range): print a less techy message if someone
9326         tries to print to PDF.
9327
9328 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9329
9330         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9331         from "unknown font" string. Bug #311431
9332
9333 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9334
9335         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9336
9337 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9338
9339         Bug #311280
9340         
9341         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9342         name for PopplerFontTypes
9343         (pdf_document_fonts_fill_model): add font type to the detail column
9344
9345         * backend/ev-document-fonts.h: added
9346         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9347
9348         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9349         font name and font details, add a little markup.
9350         (ev_properties_fonts_init): use the new cell data func, specify ypad
9351         property for the cell renderer.
9352         (ev_properties_fonts_set_document): add the details column.
9353
9354 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9355
9356         * configure.ac: Added "pl" to ALL_LINGUAS.
9357
9358 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9359
9360         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9361
9362 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9363
9364         * help/ChangeLog: Started this for translations of manual.
9365         * configure.ac, autogen.sh, .cvsignore: Migrated to
9366         gnome-doc-utils. Patch in bug #311222.
9367
9368 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9369
9370         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9371         #ifdef this away to fix an unused-function warning.
9372
9373 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9374
9375         * configure.ac: Added 'gl' to ALL_LINGUAS.
9376
9377 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9378
9379         * configure.ac: Added ne in ALL_LINGUAS
9380         
9381 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9382
9383         * shell/ev-view.c: (ev_view_leave_notify_event):
9384         
9385         Clear status message when pointer leaves view. Fix for bug
9386         #310818 
9387
9388 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9389
9390         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9391
9392 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9393
9394         * shell/ev-view.c: (ev_view_leave_notify_event),
9395         (ev_view_class_init):
9396         
9397         Set cursor to normal then leaving view.
9398
9399 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9400
9401         * configure.ac:
9402         
9403         Fix required djvulibre version.
9404
9405 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9406
9407         *configure.ac: Hindi (hi) language added
9408
9409 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9410
9411         *configure.ac: Punjabi (pa) Language added
9412
9413 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9414
9415         * data/evince-ui.xml, shell/ev-window.c:
9416         
9417         Add keypad accelerators for zooming. Fix for bug 308128.
9418
9419 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9420
9421         * Makefile.am:
9422         * backend/Makefile.am:
9423         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9424         * configure.ac:
9425         * shell/ev-document-types.c: (ev_document_types_add_filters):
9426
9427         Allow to enable/disable the pixbuf backend.
9428         Default to off for now. If we want it enabled we should
9429         really put mime types in the desktop, implement properties etc.
9430
9431         * properties/evince-properties.c:
9432
9433         Initialize error to NULL.
9434         Check error is not NULL before freeing.
9435
9436 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9437
9438         * shell/ev-window.c:
9439
9440         Use F5 as presentation accell
9441
9442 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * shell/ev-window.c: (update_chrome_visibility),
9445         (ev_window_create_fullscreen_popup), (ev_window_init):
9446
9447         Do not leak the fullscreen toolbar
9448
9449 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9450
9451         * shell/ev-window.c: (view_actions_focus_in_cb),
9452         (view_actions_focus_out_cb):
9453
9454         These has a return value! Fix totally random focus
9455         issues we was seeing.
9456
9457 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9458
9459         * shell/main.c: (load_files_remote):
9460
9461         Allow open more than one file
9462
9463 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9464
9465         * shell/main.c: (load_files_remote):
9466
9467         Fix for dbus 0.33. bug #309975
9468
9469 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9470
9471         * properties/ev-properties-main.c: (ev_properties_get_pages):
9472
9473         Actually return NULL for types we dont support
9474
9475 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9476
9477         * po/POTFILES.in:
9478
9479         Remove empty lines.
9480
9481 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9482
9483         * backend/ev-document-factory.c:
9484         (ev_document_factory_get_document):
9485
9486         Do not try to create the object if type
9487         is invalid.
9488
9489 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9490
9491         * ps/ps-document.c: (ps_document_dispose),
9492         (ps_async_renderer_render_pixbuf):
9493         * ps/ps-document.h:
9494
9495         Do not leak the target window
9496
9497 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9498
9499         * shell/ev-application.c: (ev_application_init):
9500
9501         Let tbe check file existence for us.
9502         Add a comment about eggrecent mime filter.
9503
9504 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9505
9506         * data/evince-ui.xml:
9507         * shell/ev-application.c: (ev_application_shutdown),
9508         (ev_application_init), (ev_application_get_toolbars_model),
9509         (ev_application_get_recent_model),
9510         (ev_application_save_toolbars_model):
9511         * shell/ev-application.h:
9512         * shell/ev-window.c: (ev_window_add_recent),
9513         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9514         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9515         (ev_window_init):
9516
9517         Use common toolbar and recent models for all windows.
9518         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9519
9520 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9521
9522         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9523         successfully check for gtk_icon_view_get_visible_range.
9524
9525 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * djvu/Makefile.am:
9528         * dvi/Makefile.am:
9529         
9530         Fix djvu and dvi backend build.
9531
9532 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9533
9534         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9535         (new_separator_pixbuf):
9536
9537         Don't leak windows.
9538
9539 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9540
9541         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9542
9543         HIGification of toolbar editor dialogue.
9544
9545 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9546
9547         * configure.ac:
9548         * shell/Makefile.am:
9549
9550         Ever build metadata manager since it's just
9551         disabled at runtime now.
9552
9553 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9554
9555         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9556         (ev_metadata_manager_get), (ev_metadata_manager_set):
9557         * shell/ev-metadata-manager.h:
9558
9559         Add an _init functions that enabled metadata management
9560         at runtime.
9561
9562         * shell/ev-window.c: (page_changed_cb),
9563         (setup_document_from_metadata), (ev_window_setup_document),
9564         (setup_view_from_metadata), (ev_window_open_uri),
9565         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9566         (ev_window_run_presentation), (ev_window_stop_presentation),
9567         (save_sizing_mode), (ev_window_zoom_changed_cb),
9568         (ev_window_continuous_changed_cb),
9569         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9570         (window_configure_event_cb):
9571
9572         Remove all ugly metadata define since we deal with it
9573         at runtime now.
9574
9575         * shell/main.c: (load_files_remote), (main):
9576
9577         Add support for dbus cvs head. Hopefully didnt break one
9578         of the other versions now!
9579
9580         If we dont get a response from the dbus server just
9581         give up with it and not enable metadata.
9582
9583 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9584
9585         * Makefile.am:
9586         * backend/Makefile.am:
9587         * configure.ac:
9588         * cut-n-paste/recent-files/Makefile.am:
9589         * cut-n-paste/toolbar-editor/Makefile.am:
9590         * cut-n-paste/zoom-control/Makefile.am:
9591         * lib/Makefile.am:
9592         * pdf/Makefile.am:
9593         * pixbuf/Makefile.am:
9594         * properties/Makefile.am:
9595         * ps/Makefile.am:
9596         * shell/Makefile.am:
9597         * thumbnailer/Makefile.am:
9598         * tiff/Makefile.am:
9599
9600         Make frontends depend on just libev.
9601         Rework and group CFLAGS/LIBS definitions.
9602         Cleanups.
9603
9604 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9605
9606         * shell/ev-window:
9607
9608         do not unnecessarily save zoom
9609
9610         * configure.ac:
9611         * lib/ev-file-helpers.c: (ev_dot_dir):
9612         * shell/Makefile.am:
9613         * shell/dummy.cc:
9614
9615         Some cleanups
9616
9617 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9618
9619         * configure.ac:
9620         
9621         Remove unnecessary dependencies
9622
9623 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * properties/Makefile.am:
9626         * thumbnailer/Makefile.am:
9627         * tiff/Makefile.am:
9628
9629         Some more cleanups. Was really necessary
9630         but I probably introduced bugs, feel free
9631         to flame :)
9632
9633 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * backend/Makefile.am:
9636         * configure.ac:
9637         * cut-n-paste/recent-files/Makefile.am:
9638         * cut-n-paste/toolbar-editor/Makefile.am:
9639         * cut-n-paste/zoom-control/Makefile.am:
9640         * lib/Makefile.am:
9641         * pdf/Makefile.am:
9642         * pixbuf/Makefile.am:
9643         * properties/Makefile.am:
9644         * ps/Makefile.am:
9645         * shell/Makefile.am:
9646         * thumbnailer/Makefile.am:
9647         * tiff/Makefile.am:
9648
9649         Use gnome-common macros when possible.
9650         Cleanup dependencies.
9651         Actually disable deprecated where possible.
9652
9653 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * Makefile.am:
9656         * backend/Makefile.am:
9657         * properties/Makefile.am:
9658         * shell/Makefile.am:
9659         * thumbnailer/Makefile.am:
9660
9661         This should solve the circular dep without
9662         requiring dir reorg!
9663
9664         * shell/ev-window.c: (setup_view_from_metadata):
9665
9666         Never restore window size/position when the
9667         window is already visible.
9668
9669 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9670
9671         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9672
9673         Return a boolean from timeout func. Fix ported from gedit.
9674
9675 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9676
9677         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9678
9679 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9680
9681         * shell/ev-document-types.c: set "All Documents" as default filter in
9682         open dialog
9683
9684 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9685
9686         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9687         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9688         (ev_metadata_manager_set_boolean): fix value/val thinko.
9689
9690 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9691
9692         * shell/ev-window.c: (setup_view_from_metadata),
9693         (window_state_event_cb), (window_configure_event_cb),
9694         (ev_window_init):
9695
9696         Remember window position and maximized state
9697
9698 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9699
9700         * configure.ac:
9701
9702         Fix DBUS configure checks.
9703
9704         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9705         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9706         (ev_metadata_manager_set_boolean):
9707
9708         Plug mem leaks.
9709
9710         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9711         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9712         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9713         (ev_window_continuous_changed_cb),
9714         (ev_window_dual_mode_changed_cb), (ev_window_new):
9715
9716         Fix the build without DBUS.
9717
9718 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9719
9720         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9721         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9722         (ev_metadata_manager_set_string),
9723         (ev_metadata_manager_set_boolean):
9724         * shell/ev-metadata-manager.h:
9725
9726         Add support for some more types
9727
9728         * shell/ev-view.c: (scroll_to_current_page),
9729         (ev_view_get_continuous), (ev_view_set_continuous),
9730         (ev_view_get_dual_page):
9731         * shell/ev-view.h:
9732         * shell/ev-window.c: (page_changed_cb),
9733         (setup_document_from_metadata), (ev_window_setup_document),
9734         (setup_view_from_metadata), (ev_window_open_uri),
9735         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9736         (ev_window_run_presentation), (ev_window_stop_presentation),
9737         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9738         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9739         (ev_window_update_dual_page_action),
9740         (ev_window_continuous_changed_cb),
9741         (ev_window_dual_mode_changed_cb), (ev_window_init):
9742
9743         Remember a bunch of view/document properties. Prolly some
9744         are still missing but it's getting interesting.
9745
9746 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9747
9748         * configure.ac: check if dbus-binding-tool is installed. Not the
9749         case on current Ubuntu breezy, it seems.
9750
9751 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9752
9753         * data/evince.desktop.in.in:
9754         
9755         Allow open uri lists and add TryExec field.
9756
9757 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9758
9759         * configure.ac:
9760
9761         Enable dbus when available, do not require a configure
9762         option.
9763
9764 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9765
9766         * configure.ac:
9767
9768         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9769         disabled.
9770
9771 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9772         Marco Pesenti Gritti  <mpg@redhat.com>
9773
9774         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9775         
9776         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9777         functions to the format required by dbus
9778
9779         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9780         errors. Use the RPC parameters in the expected way
9781
9782 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9783
9784         * Makefile.am:
9785         * properties/Makefile.am:
9786         * properties/ev-properties-main.c: (ev_properties_get_pages):
9787
9788         Support all mime types
9789
9790         * shell/Makefile.am:
9791         * thumbnailer/Makefile.am:
9792         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9793         (evince_thumbnail_pngenc_get):
9794
9795         Use the document factory
9796
9797 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9798
9799         * backend/Makefile.am:
9800         * backend/ev-document-factory.c:
9801         (mime_type_supported_by_gdk_pixbuf),
9802         (ev_document_type_get_from_mime),
9803         (ev_document_factory_get_document),
9804         (ev_document_factory_get_backend),
9805         (ev_document_factory_get_mime_types),
9806         (ev_document_factory_get_all_mime_types):
9807         * backend/ev-document-factory.h:
9808         * shell/Makefile.am:
9809         * shell/ev-document-types.c: (get_document_from_uri),
9810         (ev_document_types_get_document),
9811         (file_filter_add_mime_list_and_free),
9812         (ev_document_types_add_filters):
9813         * shell/ev-document-types.h:
9814         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9815         * shell/ev-properties-dialog.c:
9816         (ev_properties_dialog_set_document):
9817         * shell/ev-window.c: (ev_window_cmd_file_open),
9818         (ev_window_cmd_save_as):
9819         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9820
9821         Rework document types managing to avoid code duplication
9822         and actually abstract from backend implementations.
9823         Also provide a minimal factory api that can be used by
9824         thumbnailer/properties.
9825
9826 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9827
9828         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9829         Plug a mem leak.
9830         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9831         HIG spacings.
9832
9833 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9834
9835         * shell/ev-properties-dialog.c
9836         (ev_properties_dialog_set_document): only call
9837         ev_properties_fonts_set_document() if the document implements the
9838         fonts interface
9839
9840 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9841
9842         * configure.ac:
9843         * properties/Makefile.am:
9844         * properties/ev-properties-view.c:
9845         (ev_properties_view_register_type):
9846         * properties/ev-properties-view.h:
9847         * properties/ev-properties-main.h:
9848
9849         Implement nautilus plugin for properties.
9850         Works only for pdf atm, I need to rework the
9851         document types stuff to get this to work
9852         for all backends...
9853
9854 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9855
9856         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9857         (ev_properties_fonts_set_document): use
9858         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9859
9860 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9861
9862         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9863         them
9864         (PlaceImage, tiff2ps_process_page): use
9865         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9866
9867
9868 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9869
9870         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9871         (main): to call gnome_authentication_manager_init. Should fix
9872         Bug #308510
9873
9874         * configure.ac: that requires libgnomeui 2.6.0.
9875
9876 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9877
9878         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9879         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9880         use the new tiff2ps interfaces
9881
9882         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9883         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9884
9885         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9886         structure instead of global variables.  Remove use of static
9887         variables in functions.
9888
9889 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9890
9891         * shell/ev-page-action.c: unref the completion after setting it to the
9892         entry
9893
9894 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9895
9896         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9897         postscript files
9898
9899 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9900
9901         * shell/ev-window.c (update_action_sensitivity): disable
9902         File->Print if the document does not implement the ps exporter
9903         interface
9904
9905 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9906
9907         * Makefile.am:
9908         * configure.ac:
9909         * data/evince-properties.glade:
9910         * properties/.cvsignore:
9911         * properties/Makefile.am:
9912         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9913         (ev_properties_view_class_init), (ev_properties_view_format_date),
9914         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9915         (ev_properties_view_init), (ev_properties_view_new):
9916         * properties/ev-properties-view.h:
9917         * shell/Makefile.am:
9918         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9919         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9920         (ev_properties_dialog_new):
9921         * shell/ev-properties-dialog.h:
9922         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9923         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9924         (update_progress_label), (job_fonts_finished_cb),
9925         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9926         * shell/ev-properties-fonts.h:
9927         * shell/ev-properties.c:
9928         * shell/ev-properties.h:
9929         * shell/ev-window.c: (ev_window_setup_document),
9930         (ev_window_cmd_file_properties):
9931
9932         Split the properties pages in two different objects, depend
9933         only on the backend where possible, use widgets instead
9934         of gobject for the glade part, reimplement the dialog
9935         itself with gtk.
9936         I need this to implement nautilus properties page.
9937
9938 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9939
9940         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9941         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9942         (tiff_document_document_ps_exporter_iface_init): implement the ps
9943         exporter interface for tiff documents
9944
9945         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9946         libtiff to implement TIFF postscript export
9947
9948         * tiff/tiff2ps.h: added a header file for external tiff2ps
9949         functions.
9950
9951         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9952         tiff2ps.h
9953
9954 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9955
9956         * shell/ev-view.c: (scroll_to_current_page),
9957         (ev_view_set_fullscreen), (ev_view_set_presentation):
9958         
9959         Scroll to current page when exit from presentation
9960
9961 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9962
9963         * shell/ev-window.c: (update_document_mode),
9964         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9965         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9966         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9967         
9968         Exit from fullscreen mode when switch to presentation. Fix for
9969         bug 309365
9970
9971 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9972
9973         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9974         return NULL if the document does not implement the selection
9975         interface.
9976
9977 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9978
9979         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9980         reported height by using the resolution aspect ratio
9981         (tiff_document_render_pixbuf): scale the pixbuf using the
9982         resolution aspect ratio
9983
9984 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9985
9986         * configure.ac:
9987         
9988         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9989         <kiltedaco@gmail.com>
9990         
9991         * djvu/djvu-document.c: (djvu_document_get_orientation),
9992         (djvu_document_set_orientation), (djvu_document_get_page_size),
9993         (rotate_pixbuf), (djvu_document_render_pixbuf),
9994         (djvu_document_document_iface_init):
9995         * dvi/dvi-document.c: (dvi_document_get_orientation),
9996         (dvi_document_set_orientation), (dvi_document_get_page_size),
9997         (rotate_pixbuf), (dvi_document_render_pixbuf),
9998         (dvi_document_document_iface_init):
9999         
10000         Dvi and djvu backends are ported to new API
10001
10002 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10003
10004         * backend/ev-selection.c: (ev_selection_get_selection_region),
10005         (ev_selection_get_selection_map):
10006         * backend/ev-selection.h:
10007         * pdf/ev-poppler.cc:
10008         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10009         * shell/ev-jobs.h:
10010         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10011         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10012         (ev_pixbuf_cache_get_text_mapping):
10013         * shell/ev-pixbuf-cache.h:
10014         * shell/ev-view.c: (location_in_text),
10015         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10016         support to EvView.  Now we can see where we can select!  Sweet!
10017
10018 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10019
10020         * shell/ev-view.c (ev_view_button_press_event): Fix
10021         event->y + view->scroll_x typo.
10022
10023 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10024
10025         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10026         sub-GdkPixbuf instead of passing dest_x and dest_y.
10027         
10028         * shell/ev-view.c: (view_point_to_doc_point),
10029         (view_rect_to_doc_rect), (ev_view_button_press_event),
10030         (ev_view_motion_notify_event), (compute_new_selection_rect),
10031         (gdk_rectangle_point_in), (compute_new_selection_text),
10032         (compute_selections): Update selection code to keep the selection
10033         around as two points and not as a normalized rectangle, and fix
10034         page level selection in two-column mode.
10035
10036 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10037
10038         * shell/ev-window.c: (window_configure_event_cb): 
10039         
10040         Fix compilation
10041         
10042 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10043
10044         * pdf/ev-poppler.cc:
10045
10046         Fix compilation
10047
10048 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * shell/Makefile.am:
10051         * shell/ev-metadata-manager.c: (item_free),
10052         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10053         (parse_value), (parseItem), (load_values),
10054         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10055         (save_values), (save_item), (get_oldest), (resize_items),
10056         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10057         * shell/ev-metadata-manager.h:
10058
10059         Metadata manager from gedit but modified to use GValue, so that
10060         we dont need to keep converting from strings.
10061
10062         * configure.ac:
10063
10064         ENABLE_METADATA conditional, on when dbus is on
10065
10066         * shell/ev-application.c: (ev_application_open_uri):
10067
10068         Show the window after load so that we can initialize
10069         window size before it's showed.
10070
10071         * shell/ev-window.c: (ev_window_setup_from_metadata),
10072         (ev_window_open_uri), (window_configure_event_cb),
10073         (ev_window_init):
10074
10075         Save and load metadata information about window size.
10076         Not yet keeping states in account.
10077
10078         * shell/main.c: (main):
10079
10080         Shutdown metadata manager.
10081
10082 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10083
10084         * shell/ev-application-service.xml:
10085         * configure.ac:
10086         * shell/Makefile.am:
10087         * shell/ev-application.c:
10088         * shell/ev-application.h:
10089         * shell/ev-window.c:
10090         * shell/ev-window.h:
10091         * shell/main.c:
10092
10093         Add an optional dbus interface (--enable-dbus).
10094         Rework application code, mainly to be easier to
10095         use "remotely".
10096         Do not open multiple windows with the same document,
10097         spatial evince!
10098
10099 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10100
10101         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10102         pixbuf iff it exists.
10103
10104 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10105
10106         * shell/*:
10107         * backend/ev-render-context.[ch]:
10108         * backend/ev-selection.[ch]:
10109
10110         Massive changes.  We now support text selection of pdfs, and not
10111         just rectangular selection.  This is pretty broken still, but I
10112         want to get something into CVS.
10113
10114 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10115
10116         * pdf/ev-poppler.cc:
10117         
10118         Fix for Bug 309080: crash on window close.
10119         
10120         * shell/ev-page-action.c: (page_changed_cb):
10121         
10122         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10123         jensgr@gmx.net (Jens Granseuer).
10124
10125 2005-06-25  Marcel Telka  <marcel@telka.sk>
10126
10127         * configure.in (ALL_LINGUAS): Added sk.
10128
10129 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10130
10131         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10132         not a document open
10133
10134 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10135
10136         * NEWS:
10137         * configure.ac:
10138
10139         Release 0.3.2
10140
10141         * cut-n-paste/recent-files/Makefile.am:
10142
10143         Fix make distcheck
10144
10145 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10146
10147         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10148         (pixbuf_document_set_orientation), (rotate_pixbuf),
10149         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10150         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10151
10152         Implement rotation and cleanup the code a bit.
10153
10154         * tiff/tiff-document.c: (tiff_document_get_page_size),
10155         (tiff_document_get_orientation), (tiff_document_set_orientation),
10156         (rotate_pixbuf), (tiff_document_render_pixbuf),
10157         (tiff_document_document_iface_init), (tiff_document_init):
10158
10159         Implement rotation. Was the quicker solution for the release
10160         but we really need to share this code in the shell.
10161
10162 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10163
10164         * pdf/ev-poppler.cc:
10165
10166         Enable rotation, require poppler cvs. Fix a leak.
10167
10168 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10169
10170         * shell/ev-window.c: (update_action_sensitivity):
10171         
10172         Make properties unsensitive if document backend doesn't provide
10173         any info
10174
10175 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10176
10177         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10178         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10179         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10180         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10181         (bitmap_flip_rotate_counter_clockwise):
10182         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10183         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10184         (buff_gets):
10185         * dvi/mdvi-lib/common.h:
10186         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10187         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10188         (opendvi), (mdvi_reload), (mdvi_init_context),
10189         (mdvi_destroy_context), (mdvi_dopage), (special):
10190         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10191         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10192         (file_hash_free), (register_encoding), (parse_spec),
10193         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10194         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10195         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10196         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10197         (mdvi_register_font_type), (mdvi_unregister_font_type),
10198         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10199         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10200         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10201         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10202         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10203         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10204         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10205         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10206         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10207         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10208         (mdvi_unregister_special), (mdvi_flush_specials):
10209         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10210         (t1_font_remove):
10211         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10212         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10213         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10214         (free_font_metrics), (flush_font_metrics):
10215         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10216         (tt_font_remove):
10217         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10218         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10219         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10220         (dstring_insert), (dstring_new), (dstring_reset):
10221         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10222         
10223         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10224         avoid conflict with libtool on FC4
10225         
10226         * shell/ev-window.c: (ev_window_cmd_help_about):
10227         
10228         Update copyright year. Fix for bug 308828.
10229
10230 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10231
10232         * shell/ev-view.c: (add_scroll_binding_keypad),
10233         (ev_view_binding_activated), (ev_view_class_init),
10234         (on_adjustment_value_changed):
10235         
10236         Bug 170874: Arrow keys switch pages in presentation mode
10237
10238 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10239
10240         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10241         
10242         Fix for Bug 308265: Sidebar dissappears coming out of 
10243         Presentation mode
10244
10245 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10246
10247         * shell/ev-application.c: (ev_application_open):
10248         * shell/ev-document-types.c: (ev_document_types_add_filters),
10249         (ev_document_types_add_filters_for_type):
10250         * shell/ev-document-types.h:
10251         * shell/ev-window.c: (ev_window_cmd_save_as):
10252         
10253         Suggest basename as template when saving, provide filters
10254         for save dialog. It's bug 308402
10255
10256 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10257
10258         * pdf/ev-poppler.cc:
10259         * shell/ev-sidebar-links.c: (job_finished_callback):
10260         * shell/ev-view.c: (update_find_status_message):
10261         
10262         Some leaks fixed
10263
10264 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10265
10266         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10267         (egg_recent_view_uimanager_set_list):
10268
10269         Fix buglet in !show_numbers case.
10270
10271 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10272
10273         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10274         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10275
10276         Use pango ellipsisation.
10277
10278         * pdf/ev-poppler.cc:
10279
10280         Fix refcount leak, from nsh.
10281
10282 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10283
10284         * cut-n-paste/recent-files/Makefile.am:
10285         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10286         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10287         
10288         Removed EggRecentViewGtk
10289         
10290         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10291         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10292         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10293         (ev_window_setup_recent):
10294         
10295         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10296         with other projects
10297
10298 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10299
10300         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10301         (egg_recent_view_gtk_finalize):
10302
10303         Fix memory leak
10304
10305         * cut-n-paste/toolbar-editor/Makefile.am:
10306         
10307         Fix location of cursor icon.
10308         
10309         * pdf/ev-poppler.cc:
10310         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10311         (display_completion_text), (match_completion):
10312         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10313         (selection_changed_callback), (create_loading_model),
10314         (print_section_cb), (links_page_num_func),
10315         (update_page_callback_foreach):
10316         * shell/ev-window.c: (ev_window_dispose):
10317         
10318         Small memory fixes. Links model now store objects instead
10319         of pointers to improve memory management. 
10320
10321 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10322
10323         * shell/ev-window.c: (zoom_control_changed_cb):
10324         
10325         Fix update of zoom control (bug 308268).
10326
10327 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10328
10329         * shell/ev-properties.c (set_property): escape the text correctly.
10330         Handles non-UTF-8 properties and escaped properties.  Also, sets
10331         the text to "<i>None</i>" if the property isn't set.
10332
10333         * data/evince-properties.glade: Change the label to be ellipsized,
10334         and give it a minimum size.
10335
10336 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10337
10338         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10339         * shell/ev-sidebar-links.c: (create_loading_model):
10340         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10341         * shell/ev-view.c: (ev_view_set_document):
10342         * shell/ev-window.c: (ev_window_dispose):
10343         
10344         Various small fixes, mostly memory leaks. Thanks to valgrind.
10345
10346 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10347
10348         * ps/ps-document.c: remove the locale.h include again ;-). And
10349         kill the (bogus) setlocale/savelocale business.
10350
10351 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10352
10353         * ps/ps-document.c:
10354         
10355         Include locale.h to fix build
10356         
10357         * shell/ev-sidebar.c:
10358         
10359         Remove unnecessary includes
10360
10361 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10362
10363         * dvi/dvi-document.c: (dvi_document_load):
10364         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10365         * po/POTFILES.in:
10366         
10367         Check for incorrect dvi files. Fix parsing dvi on AMD64
10368         platform. Thanks to tester@tester.ca (Olivier Crete).
10369
10370 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10371
10372         * shell/ev-page-action.c: (match_selected_cb),
10373         (display_completion_text), (match_completion), (update_model):
10374         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10375         (expand_open_links):
10376         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10377         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10378         (ev_sidebar_set_document):
10379         * shell/ev-window.c: (ev_window_xfer_job_cb),
10380         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10381         
10382         Fixed lot's of memory leaks, for example, memory leak on reload, 
10383         described in bug 307793.
10384
10385 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10386
10387         * pdf/ev-poppler.cc:
10388         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10389         (update_visible_range), (adjustment_changed_cb),
10390         (ev_sidebar_thumbnails_fill_model),
10391         (ev_sidebar_thumbnails_refresh),
10392         (ev_sidebar_tree_selection_changed),
10393         (ev_sidebar_icon_selection_changed),
10394         (ev_sidebar_thumbnails_use_icon_view),
10395         (ev_sidebar_thumbnails_set_document):
10396         * shell/ev-sidebar-thumbnails.h:
10397         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10398         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10399
10400         Refresh thumbnails when changing orientation. Not fully
10401         working yet becuase of a sidebar bug.
10402
10403         Set page orientation to poppler page everywhere. This sucks
10404         really need to fix poppler.
10405
10406 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10407
10408         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10409         (egg_recent_view_gtk_new_menu_item),
10410         (egg_recent_view_gtk_set_property),
10411         (egg_recent_view_gtk_get_property),
10412         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10413         (egg_recent_view_gtk_set_tooltip_func),
10414         (egg_recent_view_gtk_set_label_width),
10415         (egg_recent_view_gtk_get_label_width):
10416         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10417
10418         Sync with libegg (ellipsize labels)
10419
10420 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10421
10422         * data/evince-ui.xml:
10423         * shell/ev-window.c: (ev_window_cmd_go_forward),
10424         (ev_window_cmd_go_backward):
10425         
10426         Shift + PageUp moves 10 Pages. Fix for 306125
10427
10428 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10429
10430         * pdf/ev-poppler.cc:
10431
10432         Add a flag to check if orientation has been overriden
10433
10434 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10435
10436         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10437         field if necessary.
10438
10439         * ps/ps.h: add creator field to document.
10440
10441         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10442         set creator field.
10443
10444 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10445
10446         * data/evince-properties.glade:
10447         * shell/ev-properties.c: (ev_properties_set_document):
10448
10449         s/PDF Version/Format
10450
10451 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * shell/ev-properties.c: (ev_properties_set_document):
10454
10455         Remove unnecessary translations
10456
10457 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10458
10459         * cut-n-paste/toolbar-editor/Makefile.am:
10460
10461         Correct library name    
10462
10463 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10464
10465         * configure.ac:
10466         * cut-n-paste/recent-files/egg-recent-model.c:
10467         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10468         (egg_recent_model_unlock_file):
10469         * cut-n-paste/recent-files/egg-recent-util.c:
10470         (egg_recent_util_get_unique_id):
10471         * cut-n-paste/recent-files/update-from-egg.sh:
10472         * cut-n-paste/toolbar-editor/Makefile.am:
10473         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10474         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10475         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10476         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10477         (egg_toolbars_model_get_type):
10478         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10479
10480         Better makefile for toolbar editor and update everything
10481         to latest libegg.
10482
10483 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10484
10485         * shell/ev-window.c: (update_document_mode):
10486
10487         Prefer presentation mode when the document
10488         require fullscreen.
10489
10490 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10491
10492         * data/evince-ui.xml:
10493         * shell/ev-window.c:
10494
10495         Add control-equal for zooming
10496
10497 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10498
10499         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10500
10501 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10502
10503         * backend/ev-document.c: (ev_document_get_orientation):
10504         * backend/ev-document.h:
10505         * pdf/ev-poppler.cc:
10506         * ps/ps-document.c: (ps_document_get_orientation),
10507         (ps_document_set_orientation), (ps_document_document_iface_init):
10508
10509         Add a get_orientation api. Improve set_orientation.
10510
10511         * data/evince-ui.xml:
10512         * shell/ev-view.c: (ev_view_set_orientation),
10513         (ev_view_rotate_right), (ev_view_rotate_left):
10514         * shell/ev-view.h:
10515         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10516         (ev_window_cmd_edit_rotate_right):
10517
10518         Better ui for changing document orientation
10519
10520 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10521
10522         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10523         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10524         * shell/ev-sidebar-links.h:
10525         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10526         (ev_sidebar_page_iface_init):
10527         * shell/ev-sidebar-page.h:
10528         * shell/ev-sidebar-thumbnails.c:
10529         (ev_sidebar_thumbnails_get_property),
10530         (ev_sidebar_thumbnails_class_init),
10531         (ev_sidebar_thumbnails_set_document):
10532         * shell/ev-sidebar-thumbnails.h:
10533         * shell/ev-view.c: (ev_view_motion_notify_event):
10534         * shell/ev-window.c: (update_chrome_visibility),
10535         (ev_window_cmd_focus_page_selector),
10536         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10537         (sidebar_page_main_widget_update_cb), (ev_window_init):
10538         
10539         Autoraise toolbar on GoToPage binding and fix bindings in
10540         EvSidebarThumbnails page.
10541
10542 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10543
10544         * shell/ev-properties.c: (update_progress_label):
10545
10546         Hide the progress label when finished; bug #307697.
10547
10548 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10549
10550         * pdf/ev-poppler.cc:
10551
10552         Enable is_open for links, you will need poppler cvs
10553
10554         * shell/ev-properties.c: (job_fonts_finished_cb):
10555
10556         Get a lock on the document when filling the tree view
10557
10558 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10559
10560         * backend/ev-document-links.h:
10561         * pdf/ev-poppler.cc:
10562         * shell/ev-sidebar-links.c: (create_loading_model),
10563         (expand_open_links), (job_finished_callback):
10564
10565         Expand links when specified by the document.
10566         Depend on a poppler api (defined out for now)
10567
10568 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10569
10570         * shell/ev-properties.c: (ev_properties_dispose),
10571         (ev_properties_class_init), (dialog_destroy_cb),
10572         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10573         (ev_properties_set_document), (ev_properties_new),
10574         (ev_properties_show):
10575         * shell/ev-properties.h:
10576
10577         Make it an object, cleanup the code, api to show it as transient
10578         and to set the document.
10579
10580         * shell/ev-window.c: (ev_window_setup_document),
10581         (ev_window_cmd_file_properties):
10582
10583         Adapt to EvProperties changes, do not show multiple
10584         times, update it when document changes.
10585
10586 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10587
10588         * ps/gstypes.h:
10589         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10590         (ps_document_set_orientation), (ps_document_document_iface_init):
10591         * ps/ps-document.h:
10592
10593         Implement orientation here too
10594
10595         * shell/ev-properties.c: (ev_properties_new):
10596         * data/evince-properties.glade:
10597
10598         Hide the fonts page for backends that doesnt
10599         support it.     
10600
10601 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10602
10603         * backend/ev-document.c: (ev_document_set_orientation):
10604         * backend/ev-document.h:
10605         * pdf/ev-poppler.cc:
10606
10607         Add orientation api. Currently poppler api is not optimal,
10608         we need to set orientation every time we _get a page.
10609         I will try to fix that at some point.
10610
10611         * data/evince-ui.xml:
10612         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10613         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10614
10615         Add orientation menu items
10616
10617         * shell/ev-page-cache.c: (ev_page_cache_clear):
10618         * shell/ev-page-cache.h:
10619
10620         Add api to clear the cache
10621
10622         * shell/ev-view.c: (setup_caches), (clear_caches),
10623         (ev_view_set_document), (ev_view_zoom_out),
10624         (ev_view_set_orientation):
10625         * shell/ev-view.h:
10626
10627         Implement orientation changing
10628
10629 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10630
10631         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10632         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10633         * backend/ev-document-fonts.h:
10634
10635         Separate scan and fill so that we can incrementally fill from
10636         the main thread. Add a progress api.
10637
10638         * data/evince-properties.glade:
10639         * pdf/ev-poppler.cc:
10640         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10641         * shell/ev-jobs.h:
10642         * shell/ev-properties.c: (update_progress_label),
10643         (job_fonts_finished_cb), (setup_fonts_view):
10644
10645         Incrementally feel the list and show the progress
10646         percentage in a label like acrobat does.
10647
10648         You are going to need poppler cvs
10649
10650 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10651
10652         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10653         * backend/ev-document-fonts.h:
10654         * pdf/ev-poppler.cc:
10655
10656         Make fonts model fill incrementally.
10657
10658         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10659         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10660         (ev_job_queue_remove_job):
10661         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10662         (ev_job_fonts_new), (ev_job_fonts_run):
10663         * shell/ev-jobs.h:
10664
10665         New job for fonts scanning
10666
10667         * shell/ev-properties.c: (job_fonts_finished_cb),
10668         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10669         * shell/ev-properties.h:
10670         * shell/ev-window.c: (ev_window_cmd_file_properties):
10671
10672         Incrementally feel the treeview using the new job. Show Loading...
10673         message until scanning is completed.
10674
10675         Hopefully I didnt break the build without the poppler patch.
10676
10677 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10678
10679         * shell/ev-application.c: (ev_application_open):
10680         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10681         (ev_document_type_get_type), (ev_document_type_lookup):
10682         * shell/ev-document-types.h:
10683         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10684         * shell/ev-job-xfer.h:
10685         * shell/ev-window.c: (ev_window_clear_local_uri),
10686         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10687         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10689         
10690         Transfer remote documents to tmp directory to display them later.
10691
10692 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10693
10694         * backend/ev-document-info.h:
10695         * shell/ev-properties.c: (ev_properties_new):
10696
10697         s/GTime*/GTime. Not sure why we was using a pointer
10698         at all there!
10699
10700 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10701
10702         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10703         situations.  That situation is that you're using GTK+-HEAD with
10704         the patch at #306726 is applied, and you have a document with <
10705         1500 pages in it.  It's not quite as uniformly nice as the
10706         TreeView, but should be better in the long run.
10707
10708         I'm pretty sure I guarded against breaking compilation with
10709         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10710         I missed some.
10711
10712         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10713         widget yet, so I commented that code out
10714         enable_view_actions_for_widget() for now.  Need to figure this
10715         out.
10716
10717         * shell/ev-page-action.c (match_selected_cb): emit the right
10718         signals.  Our cool C-l completion now works.
10719
10720 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10721
10722         * backend/Makefile.am:
10723         * backend/ev-document-fonts.c:
10724         * backend/ev-document-links.c:
10725         * backend/ev-document.c: (ev_document_load):
10726         * backend/ev-document.h:
10727         * backend/ev-job-queue.c:
10728         * backend/ev-job-queue.h:
10729         * backend/ev-jobs.c:
10730         * backend/ev-jobs.h:
10731         * backend/ev-page-cache.c:
10732         * backend/ev-page-cache.h:
10733
10734         EvPageCache and EvJobs are moved to shell.
10735
10736         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10737         (ev_tmp_filename):
10738         * lib/ev-file-helpers.h:
10739         
10740         New helper to work with temporary files
10741         
10742         * shell/Makefile.am:
10743         * shell/ev-application.c: (ev_application_open):
10744         * shell/ev-application.h:
10745         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10746         (remove_job_from_async_queue), (add_job_to_async_queue),
10747         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10748         (handle_job), (search_for_jobs_unlocked),
10749         (no_jobs_available_unlocked), (ev_render_thread),
10750         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10751         (ev_job_queue_add_job), (move_job_async), (move_job),
10752         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10753         * shell/ev-job-queue.h:
10754         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10755         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10756         * shell/ev-job-xfer.h:
10757         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10758         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10759         (ev_job_links_class_init), (ev_job_render_init),
10760         (ev_job_render_dispose), (ev_job_render_class_init),
10761         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10762         (ev_job_thumbnail_class_init), (ev_job_load_init),
10763         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10764         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10765         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10766         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10767         * shell/ev-jobs.h:
10768         * shell/ev-page-action.c: (ev_page_action_set_document):
10769         * shell/ev-page-cache.c: (ev_page_cache_init),
10770         (ev_page_cache_class_init), (ev_page_cache_finalize),
10771         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10772         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10773         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10774         (ev_page_cache_get_title), (ev_page_cache_get_size),
10775         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10776         (ev_page_cache_get_height_to_page),
10777         (ev_page_cache_get_max_label_chars),
10778         (ev_page_cache_get_page_label),
10779         (ev_page_cache_has_nonnumeric_page_labels),
10780         (ev_page_cache_get_info), (ev_page_cache_next_page),
10781         (ev_page_cache_prev_page), (ev_page_cache_get):
10782         * shell/ev-page-cache.h:
10783         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10784         (ev_pixbuf_cache_clear_job_sizes),
10785         (ev_pixbuf_cache_add_jobs_if_needed),
10786         (ev_pixbuf_cache_set_page_range):
10787         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10788         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10789         * shell/ev-sidebar-thumbnails.c:
10790         (ev_sidebar_tree_selection_changed),
10791         (ev_sidebar_thumbnails_set_document):
10792         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10793         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10794         (ev_statusbar_get_context_id), (ev_statusbar_push),
10795         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10796         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10797         (ev_statusbar_set_progress):
10798         * shell/ev-statusbar.h:
10799         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10800         (ev_view_find_previous):
10801         * shell/ev-window.c: (ev_window_is_empty),
10802         (ev_window_setup_document), (password_dialog_response),
10803         (ev_window_clear_jobs), (ev_window_load_job_cb),
10804         (ev_window_xfer_job_cb), (ev_window_open_uri),
10805         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10806         (ev_window_print), (ev_window_print_range),
10807         (ev_window_state_event), (ev_window_cmd_view_reload),
10808         (menu_item_select_cb), (menu_item_deselect_cb),
10809         (view_status_changed_cb), (ev_window_dispose),
10810         (drag_data_received_cb), (ev_window_init):
10811         * shell/ev-window.h:
10812         * shell/main.c: (load_files):
10813         
10814         New statusbar to show progress on idle. Two new jobs - 
10815         xfer job and load job to load document in background. And update
10816         of page_cache clients to new location of code.
10817
10818 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10819
10820         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10821         selection in open dialog. It also remembers the last visited directory 
10822         in the current session.
10823
10824 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10825
10826         * shell/ev-properties.c: (ev_properties_new):
10827         * shell/ev-properties.h:
10828         * shell/ev-window.c: (ev_window_cmd_file_properties):
10829         
10830         Get document info from page cache instead of document itself.
10831         This should fix crash related to race conditions described in
10832         bug 306545.
10833
10834 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10835
10836         * ps/ps-document.c: (ps_document_init),
10837         (send_ps), (get_page_box), (output), (catchPipe), (input),
10838         (stop_interpreter), (file_length), (file_readable),
10839         (check_filecompressedb), (ps_document_enable_interpreter),
10840         (document_load), (ps_async_renderer_render_pixbuf):
10841         * ps/ps-document.h:
10842
10843         Big cleanup of the ps code
10844
10845 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10846
10847         * backend/Makefile.am:
10848         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10849         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10850         * backend/ev-async-renderer.h:
10851
10852         Add an async renderer interface (method + callback) which
10853         is useful for backends like ps.
10854
10855         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10856         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10857         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10858         (ev_job_queue_add_job), (move_job_async), (move_job),
10859         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10860
10861         Add queues for async renderer, these are executed on the
10862         main thread.
10863
10864         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10865         (ev_job_render_run):
10866         * backend/ev-jobs.h:
10867
10868         If the backend support async renderer interface use it.
10869
10870         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10871         (setup_pixmap), (ps_document_get_type),
10872         (ps_async_renderer_render_pixbuf),
10873         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10874
10875         Implement async renderer interface.
10876
10877 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10878
10879         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10880
10881         Cleanup links job on exit.
10882
10883 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10884
10885         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10886         (drag_data_get_cb), (drag_data_received_cb):
10887         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10888         (drag_data_get_cb), (parse_item_list),
10889         (egg_toolbar_editor_load_actions):
10890         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10891         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10892         (parse_item_list), (parse_toolbars):
10893         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10894         (dvi_pixbuf_put_pixel):
10895         
10896         Fix gcc 4.0 warnings
10897
10898 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10899
10900         * ps/ps-document.c: (start_interpreter):
10901
10902         Fix warning when loading ps
10903
10904 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10905
10906         * ps/ps-document.c: (output):
10907
10908         Fix crash when priting gs error messages.
10909
10910 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10911
10912         * backend/ev-page-cache.c: (_ev_page_cache_new):
10913         * backend/ev-page-cache.h:
10914
10915         Use a const to return title so that we dont double
10916         free it. Small cleanup and fix a leak.
10917
10918         * shell/ev-window.c: (update_window_title):
10919
10920         strdup value from get_title.
10921
10922 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10923
10924         * shell/ev-sidebar-links.c: (job_finished_callback),
10925         (ev_sidebar_links_set_document):
10926
10927         Cleanup the old job when changing document
10928
10929 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10930
10931         * shell/ev-stock-icons.c:
10932         * shell/ev-stock-icons.h:
10933         * shell/ev-window.c:
10934         
10935         Add stock icons for actions that can appear in toolbar. Fix for
10936         bug 306566.
10937
10938 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10939
10940         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10941         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10942         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10943         * backend/ev-page-cache.h:
10944         * shell/ev-view.c: (scroll_to_current_page),
10945         (view_update_range_and_current_page), (get_page_y_offset),
10946         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10947         (ev_view_size_request_continuous),
10948         (ev_view_zoom_for_size_continuous_and_dual_page),
10949         (ev_view_zoom_for_size_continuous):
10950         
10951         More compact EvView layout in document with pages of different size.
10952
10953 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10954
10955         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10956         compilation.
10957
10958 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10959
10960         * shell/ev-view.c: (view_set_adjustment_values):
10961         * shell/ev-window.c: (ev_window_cmd_file_properties):
10962         
10963         A bit different fix for rounding problem but it has no
10964         problems on startup. Make properties window transient to parent.
10965
10966 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10967
10968         * pdf/ev-poppler.cc:
10969         
10970         More commenting of font stuff.
10971
10972 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10973
10974         * pdf/ev-poppler.cc:
10975
10976         Comment out some more fonts stuff. Should really
10977         work without the poppler patch now.
10978
10979 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * pdf/ev-poppler.cc:
10982
10983         Adapt to api change
10984
10985 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10986
10987         * data/evince-properties.glade:
10988         * pdf/ev-poppler.cc:
10989         * shell/ev-properties.c: (setup_fonts_view):
10990
10991         Set the column title. Show the dialog only
10992         once everything is setup.
10993         Getting font info can be very slow... will
10994         prolly need to make this threaded too.
10995
10996 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10997
10998         * backend/Makefile.am:
10999         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11000         (ev_document_fonts_get_fonts_model):
11001         * backend/ev-document-fonts.h:
11002         * data/evince-properties.glade:
11003         * pdf/ev-poppler.cc:
11004         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11005         * shell/ev-properties.h:
11006         * shell/ev-window.c: (ev_window_cmd_file_properties):
11007
11008         Implement fonts list. Defined out for now, since it depends
11009         on a not yet committed poppler patch.
11010
11011 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11012
11013         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11014         page + 1.
11015
11016         * shell/ev-window.c: Make sure we add the timeout when we get a
11017         focus-in event.
11018
11019         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11020         adjustment->value before calculating the zoom factor to average
11021         out all of our rounding errors.  The page no longer 'drifts' when
11022         resizing.
11023
11024 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11025
11026         * data/evince-properties.glade:
11027         * shell/ev-properties.c: (ev_properties_format_date),
11028         (set_property):
11029         
11030         Labels don't expand when the dialogue is resized.
11031         strftime result needs to be converted to UTF-8. Thanks
11032         to Christian Persch <chpe@gnome.org>.
11033
11034 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11035
11036         * data/evince-properties.glade:
11037
11038         Hide the fonts tab
11039
11040 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11041
11042         * backend/ev-document-info.h:
11043         * backend/ev-document.c: (ev_document_info_free):
11044         * data/evince-properties.glade:
11045         * pdf/ev-poppler.cc:
11046         * ps/ps-document.c: (ps_document_get_info):
11047         * shell/ev-properties.c: (ev_properties_format_date),
11048         (set_property), (ev_properties_new):
11049         * shell/ev-properties.h:
11050         * shell/ev-window.c: (ev_window_cmd_file_properties):
11051
11052         Rework properties code to take only EvPropertyInfo
11053         in the constructor so that it can be useful for
11054         nautilus plugin too.
11055
11056         Deal with backends that doesnt support some properties.
11057         Make set property code generic.
11058
11059 2005-06-04  Christian Persch <chpe@gnome.org>
11060
11061         * data/evince-properties.glade:
11062
11063         fix spacings, make resizeable, and make data labels
11064         selectable + ellipsised
11065
11066 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11067
11068         * backend/ev-document-info.h:
11069         * data/Makefile.am:
11070         * data/evince-ui.xml:
11071         * pdf/ev-poppler.cc:
11072         * shell/Makefile.am:
11073         * shell/ev-window.c: (update_action_sensitivity),
11074         (ev_window_cmd_file_properties):
11075
11076         Initial go at file properties. Patch by
11077         Emil Soleyman-Zomalan <emil@soleyman.com>.
11078         Needs love see #169583
11079
11080 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11081
11082         * ps/ps-document.c: (output):
11083         * ps/ps.c: (psscan):
11084
11085         Try to render even if psscan fails.
11086
11087 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11088
11089         * ps/ps.c: (psscan), (pscopydoc):
11090
11091         Port buffered reading code from gv
11092
11093 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11094
11095         * ps/ps-document.c: (interpreter_message), (output):
11096
11097         Do not fail on interpreter messages
11098
11099 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11100
11101         * backend/ev-document-misc.c:
11102         (ev_document_misc_get_thumbnail_frame):
11103
11104         Pages can be 0 x 0, dont assert on this case
11105
11106 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11107
11108         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11109         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11110
11111         Correctly manage our reference on document. Finally the reload
11112         huge leak is gone...
11113
11114 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11115
11116         * ps/ps-document.c: (ps_document_dispose):
11117
11118         Forgot to chain it to the parent. Thanks chpe.
11119
11120 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11121
11122         * ps/ps-document.c: (ps_document_dispose),
11123         (ps_document_class_init), (stop_interpreter), (document_load):
11124
11125         Cleanup dispose a bit. Dont leak the whole pixmap.
11126
11127 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11128
11129         * pdf/ev-poppler.cc:
11130
11131         Release the poppler document on dispose
11132
11133 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11134
11135         * shell/ev-view.c: (ev_view_set_document):
11136
11137         Release ref on the pixbuf cache when changing
11138         document.
11139
11140 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11141
11142         * ps/ps-document.c: (ps_document_get_info):
11143
11144         Fix a double free
11145
11146 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11147
11148         * backend/ev-page-cache.c: (ev_page_cache_init),
11149         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11150         * backend/ev-page-cache.h:
11151         * shell/ev-page-action.c: (page_changed_cb):
11152         
11153         Set page action entry width depending on labels width. Fix
11154         for bug 305202.
11155
11156 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11157
11158         * backend/ev-link.c: (ev_link_class_init):
11159
11160         Allow -1 as page value (error)
11161
11162 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * shell/ev-sidebar-thumbnails.c:
11165         (ev_sidebar_thumbnails_set_document):
11166         * shell/ev-view.c: (scroll_to_current_page),
11167         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11168         (page_changed_cb), (on_adjustment_value_changed),
11169         (ev_view_set_document):
11170
11171         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11172         Fix bug 305377
11173
11174 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11175
11176         * configure.ac:
11177         * djvu/djvu-document.c: (djvu_document_get_page_size):
11178
11179         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11180         bug 301993.
11181
11182 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11183
11184         * shell/ev-view.c (draw_one_page): modify the expose handling to
11185         get the shadows.
11186
11187         * shell/ev-window.c (update_action_sensitivity): Respect
11188         permissions field.  Kowtow to the man.
11189
11190         * pdf/ev-poppler.cc: Get the permissions field.
11191
11192         * tiff/*c: Make a tiny bit more robust.
11193
11194 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11195
11196         * djvu/djvu-document.c:
11197         
11198         Pop messages from djvu context message queue.
11199
11200 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11201
11202         * configure.ac, Makefile.am, shell/Makefile.am:
11203         * tiff/Makefile.am, shell/ev-document-types.c:
11204         
11205         Cleanup tiff configure checks. Fix for bug 305218.
11206
11207 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11208
11209         * configure.ac: Added "uk" to ALL_LINGUAS.
11210
11211 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11212
11213         * cut-n-paste/zoom-control/ephy-zoom.c:
11214         (ephy_zoom_get_changed_zoom_level):
11215         * cut-n-paste/zoom-control/ephy-zoom.h:
11216         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11217         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11218         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11219         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11220         (zoom_control_changed_cb), (ev_window_init):
11221         
11222         Fix minor points related to moving best fit up. Introduce
11223         "zoom" property and make zoom control change it's value on
11224         notify::zoom signals. Fix for 305080.
11225
11226 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11227
11228         * data/evince-ui.xml:
11229         * shell/ev-window.c: (set_view_actions_sensitivity):
11230         
11231         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11232
11233 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11234
11235         * configure.ac:
11236
11237         Depends on poppler 0.3.2
11238
11239 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11240
11241         * cut-n-paste/recent-files/egg-recent-item.c:
11242         (egg_recent_item_get_short_name):
11243         * cut-n-paste/toolbar-editor/Makefile.am:
11244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11245         (new_pixbuf_from_widget):
11246         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11247         * cut-n-paste/toolbar-editor/egg-marshal.c:
11248         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11249         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11250
11251         Sync
11252
11253 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11254
11255         * tiff/tiff-document.c: Rough TIFF backend.
11256
11257 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11258
11259         * NEWS:
11260         * configure.ac:
11261         * cut-n-paste/toolbar-editor/Makefile.am:
11262
11263         Release 0.3.1
11264
11265 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11266
11267         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11268         (ev_view_find_next), (ev_view_find_previous):
11269
11270         Remove the locks around get_n_results   
11271
11272 2005-05-21  Juerg Billeter  <j@bitron.ch>
11273
11274         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11275
11276         Pass correct number of pages to poppler.
11277
11278 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11279
11280         * configure.ac:
11281         * data/Makefile.am:
11282         * data/evince.desktop.in: 
11283         * data/evince.desktop.in.in:
11284         * po/POTFILES.in:
11285         
11286         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11287
11288 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11289
11290         * shell/ev-view.c: (view_update_adjustments),
11291         (view_set_adjustment_values): cast adjustmen->value to (int)
11292         before using it.  Otherwise, we get off by a pixel in some
11293         situations.
11294
11295         (draw_one_page): Draw the border on expose.
11296
11297 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11298
11299         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11300         adjustment when the mode changes, #304923
11301
11302 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11303
11304         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11305         flickering on resize but still use gdk_window_scroll on
11306         scrolling
11307
11308 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11309
11310         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11311         option, #170458
11312
11313 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11314
11315         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11316         second page on page_changed if possible, #304669
11317
11318 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11319
11320         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11321         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11322
11323 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11324
11325         * .cvsignore:
11326         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11327         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11328         (ev_view_zoom_for_size_presentation),
11329         (ev_view_zoom_for_size_continuous_and_dual_page),
11330         (ev_view_zoom_for_size_continuous),
11331         (ev_view_zoom_for_size_dual_page),
11332         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11333         * shell/ev-view.h:
11334         * shell/ev-window.c: (update_view_size),
11335         (ev_window_sizing_mode_changed_cb):
11336
11337         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11338         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11339         an infinite loop, #304769
11340
11341
11342 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11343
11344         * data/evince-ui.xml:
11345         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11346         * shell/ev-window.c: (set_view_actions_sensitivity):
11347
11348         Make PgUp/Down behave like Space
11349
11350 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11351
11352         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11353         * backend/ev-ps-exporter.h:
11354         * pdf/ev-poppler.cc:
11355         * ps/ps-document.c: (ps_document_ps_export_begin):
11356         * shell/ev-print-job.c: (idle_print_handler):
11357
11358         Adapt to new poppler api
11359
11360 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11361
11362         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11363         (ephy_zoom_control_init):
11364
11365         Translate zoom levels
11366
11367 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11368
11369         * cut-n-paste/zoom-control/ephy-zoom.c:
11370         (ephy_zoom_get_zoom_level_index):
11371
11372         Fix current zoom -> zoom control match
11373
11374 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11375
11376         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11377         rather than the scrolled_window that it's in. Fixes bug #304655.
11378
11379 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11380
11381         * shell/ev-view.c: (view_update_adjustments),
11382         (view_set_adjustment_values), (view_update_range_and_current_page),
11383         (view_scroll_to_page), (set_scroll_adjustment),
11384         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11385         (ev_view_scroll), (ev_view_scroll_view),
11386         (ensure_rectangle_is_visible), (find_page_at_location),
11387         (get_link_at_location), (go_to_link), (status_message_from_link),
11388         (ev_view_size_request_continuous_dual_page),
11389         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11390         (ev_view_unrealize), (ev_view_expose_event),
11391         (ev_view_button_press_event), (ev_view_motion_notify_event),
11392         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11393         (draw_rubberband), (highlight_find_results), (draw_one_page),
11394         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11395         (ev_view_init), (find_changed_cb), (page_changed_cb),
11396         (on_adjustment_value_changed), (ev_view_new),
11397         (ev_view_set_document), (ev_view_set_zoom),
11398         (ev_view_set_continuous), (ev_view_set_dual_page),
11399         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11400         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11401         (ev_view_zoom_for_size_presentation),
11402         (ev_view_zoom_for_size_continuous_dual_page),
11403         (ev_view_zoom_for_size_continuous),
11404         (ev_view_zoom_for_size_dual_page),
11405         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11406         (ev_view_get_status), (ev_view_set_status),
11407         (update_find_status_message), (ev_view_get_find_status),
11408         (ev_view_set_find_status), (jump_to_find_result),
11409         (jump_to_find_page), (compute_selections), (clear_selection),
11410         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11411         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11412         (ev_view_update_primary_selection),
11413         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11414         * shell/ev-view.h:
11415         * shell/ev-window.c: (ev_window_open_page_label),
11416         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11417         (ev_window_init):
11418         * shell/ev-window.h:
11419         * shell/main.c: (load_files):
11420
11421         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11422         when resizing.  Remove the bin_window().  Also, patch from James
11423         Bowes to fix command line page, #300641
11424         
11425 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11426
11427         * data/evince-ui.xml:
11428         * shell/ev-view.c:
11429         * shell/ev-view.h:
11430         * shell/ev-window.c: (update_action_sensitivity):
11431
11432         Get rid of View->Normal Size, it's just confusing
11433
11434 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11435
11436         * backend/ev-document-info.h:
11437         * backend/ev-document.c: (ev_document_info_free): Free the
11438         EvDocumentInfo.
11439
11440         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11441         (clear_range), (add_range), (update_visible_range),
11442         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11443         (ev_sidebar_thumbnails_set_document):
11444         * shell/ev-window.c: (ev_window_setup_document): Only render the
11445         visible thumbnails.  It takes an instant to render, but it uses
11446         much less memory.
11447
11448 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11449
11450         * shell/ev-sidebar-links.c: (popup_menu_cb):
11451
11452         Select first item
11453
11454 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11455
11456         * lib/Makefile.am:
11457         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11458         (button_press_cb), (ev_sidebar_links_construct):
11459
11460         Show the popup menu also on keybindings
11461
11462 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11463
11464         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11465         * shell/ev-window.h:
11466
11467         Expose api to print a range (with dialog). Make private _print use
11468         it.
11469
11470         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11471         (ev_sidebar_links_construct):
11472
11473         Show a print context menu on linkx, it prints the selected
11474         section.
11475
11476 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11477
11478         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11479         button.
11480
11481 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11482
11483         * AUTHORS:
11484
11485         Update
11486
11487         * shell/ev-window.c: (build_comments_string),
11488         (ev_window_cmd_help_about):
11489
11490         Show poppler version/backend and authors
11491
11492 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11493
11494         * cut-n-paste/zoom-control/ephy-zoom.c:
11495         (ephy_zoom_get_zoom_level_index):
11496         * cut-n-paste/zoom-control/ephy-zoom.h:
11497
11498         Move the best fit items at the top of the list
11499
11500 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11501
11502         * shell/ev-marshal.list:
11503         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11504         (activate_cb), (match_selected_cb), (activate_link_cb),
11505         (connect_proxy), (ev_page_action_class_init):
11506         * shell/ev-page-action.h:
11507
11508         Use signals to notify action activation. Hopefully
11509         I did not break completion since I cant test...
11510
11511         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11512         (register_custom_actions):
11513
11514         Connect to page selector actions and also grab focus on
11515         the view when activated.
11516
11517 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11518
11519         * pdf/ev-poppler.cc:
11520         * backend/ev-page-cache.c: make page size calculation consistent
11521         and set it to (int)( width * scale + 0.5).  This makes the weird
11522         line going through the middle of the page go away.
11523
11524         * shell/ev-view.c: move painting the background page after
11525         checking the expose area covers us.
11526
11527 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11528
11529         * data/evince-password.glade:
11530         
11531         Mark labels as not translatable. Fix for bug 302842.
11532
11533 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11534
11535         * configure.ac: Added "es" to ALL_LINGUAS.
11536
11537 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11538
11539         * data/evince-toolbar.xml:
11540         * shell/ev-window.c: (update_action_sensitivity),
11541         (ev_window_setup_document), (ev_window_set_page_mode),
11542         (ev_window_init):
11543
11544         Remove some leftover code from jrb first continous
11545         attempt. Use the new actions, we still need good icons
11546         though...
11547
11548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11549
11550         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11551
11552         Update label when connecting proxy. Fix a warning with NULL
11553         page_cache.
11554
11555 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11556
11557         * data/evince-ui.xml:
11558         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11559         * shell/ev-page-action.h:
11560         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11561
11562         Add mnemonic for edit toolbar.
11563         ctrl+l focus the page entry.
11564
11565 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11566
11567         * lib/Makefile.am:
11568         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11569         (ev_window_init):
11570         * shell/main.c: (main):
11571
11572         Put the toolbar xml in evince own dot dir
11573
11574 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11575
11576         * shell/ev-window.c: (ev_window_init):
11577
11578         Make the toolbar not removable
11579
11580 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11581
11582         * data/evince-ui.xml:
11583         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11584         * shell/ev-sidebar-links.h:
11585         * shell/ev-sidebar-thumbnails.c:
11586         (ev_sidebar_thumbnails_get_treeview):
11587         * shell/ev-sidebar-thumbnails.h:
11588         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11589         (ev_view_class_init):
11590         * shell/ev-view.h:
11591         * shell/ev-window.c: (update_action_sensitivity),
11592         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11593         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11594         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11595         (ev_window_init):
11596
11597         This is evil... Make space/backspace global accelerators but
11598         enable them only for some widgets (sidebars and view).
11599         I dont like it, but I dont know a better way... :/
11600
11601 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11602
11603         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11604         (ev_page_action_widget_finalize),
11605         (ev_page_action_widget_class_init), (update_page_cache):
11606
11607         Keep a weak reference on proxy->page_cache so that we
11608         dont try to disconnect the signal if the object is already
11609         gone. Maybe there is a better way to cleanup reference handling
11610         in page action though...
11611
11612 2005-05-10  Juerg Billeter  <j@bitron.ch>
11613
11614         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11615         * backend/ev-ps-exporter.h:
11616         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11617         * ps/ps-document.c: (ps_document_ps_export_begin):
11618         
11619         Change api to pass print range to ps_exporter_begin. The pdf backend
11620         requires this information.
11621         
11622         * shell/ev-print-job.c: (idle_print_handler):
11623         
11624         Adapt to api change
11625
11626 2005-05-10  Juerg Billeter  <j@bitron.ch>
11627
11628         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11629         (idle_print_handler)
11630         * shell/ev-window.c: (ev_window_print):
11631
11632         Support printing page range, based on patch by Amaury Jacquot
11633
11634 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11635
11636         * data/evince-toolbar.xml:
11637
11638         Add zoom control to available items
11639
11640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11641
11642         * shell/ev-window.c: (update_action_sensitivity):
11643
11644         Set slash action insensitive when appropriate
11645
11646 2005-05-10  Christian Persch <chpe@gnome.org>
11647
11648         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11649
11650         Fix warning on the overflow menu
11651
11652 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11653
11654         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11655
11656         Check for uri correctness/existence
11657
11658 2005-05-09  Juerg Billeter  <j@bitron.ch>
11659
11660         * shell/ev-window.c: (using_postscript_printer):
11661
11662         LPD printers use postscript, too
11663
11664 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11665
11666         * shell/ev-window.c: (register_custom_actions):
11667
11668         The zoom one is actually sort of useful,
11669         put it back
11670
11671 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11672
11673         * shell/ev-window.c: (register_custom_actions):
11674
11675         Hide page/zoom controls from overflow, they
11676         are useless.
11677
11678 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11679
11680         * cut-n-paste/update-from-egg.sh:
11681         
11682         Share it between all cut-n-paste subdirs
11683
11684         * cut-n-paste/recent-files/Makefile.am:
11685
11686         Fix to use "global" update-from-egg.sh
11687
11688         * cut-n-paste/recent-files/egg-recent-model.c:
11689         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11690         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11691         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11692         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11693
11694         Update from libegg
11695
11696         * cut-n-paste/toolbar-editor/Makefile.am:
11697
11698         Fix to use "global" update-from-egg.sh
11699
11700         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11701
11702         Update from libegg
11703
11704 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11705
11706         * configure.ac:
11707         * cut-n-paste/Makefile.am:
11708         * cut-n-paste/recent-files/Makefile.am:
11709         * cut-n-paste/toolbar-editor/.cvsignore:
11710         * cut-n-paste/toolbar-editor/Makefile.am:
11711         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11712         (egg_editable_toolbar_get_type), (get_toolbar_position),
11713         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11714         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11715         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11716         (set_item_drag_source), (create_item_from_action), (create_item),
11717         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11718         (popup_toolbar_context_menu_cb), (free_dragged_item),
11719         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11720         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11721         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11722         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11723         (item_added_cb), (item_removed_cb),
11724         (egg_editable_toolbar_construct),
11725         (egg_editable_toolbar_disconnect_model),
11726         (egg_editable_toolbar_deconstruct),
11727         (egg_editable_toolbar_set_model),
11728         (egg_editable_toolbar_set_ui_manager),
11729         (egg_editable_toolbar_set_property),
11730         (egg_editable_toolbar_get_property),
11731         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11732         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11733         (egg_editable_toolbar_new_with_model),
11734         (egg_editable_toolbar_get_edit_mode),
11735         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11736         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11737         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11738         (new_pixbuf_from_widget), (new_separator_pixbuf),
11739         (update_separator_image), (style_set_cb),
11740         (_egg_editable_toolbar_new_separator_image),
11741         (egg_editable_toolbar_get_model):
11742         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11743         * cut-n-paste/toolbar-editor/egg-marshal.c:
11744         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11745         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11746         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11747         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11748         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11749         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11750         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11751         (editor_drag_data_delete_cb), (drag_data_get_cb),
11752         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11753         (editor_create_item), (update_editor_sheet), (setup_editor),
11754         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11755         (parse_item_list), (model_has_action), (update_actions_list),
11756         (egg_toolbar_editor_load_actions):
11757         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11758         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11759         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11760         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11761         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11762         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11763         (egg_toolbars_model_add_separator), (impl_add_item),
11764         (parse_item_list), (egg_toolbars_model_add_toolbar),
11765         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11766         (impl_get_item_data), (impl_get_item_type),
11767         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11768         (egg_toolbars_model_init), (free_toolbar),
11769         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11770         (egg_toolbars_model_remove_toolbar),
11771         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11772         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11773         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11774         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11775         (egg_toolbars_model_get_item_data),
11776         (egg_toolbars_model_get_item_type):
11777         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11778         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11779         * data/Makefile.am:
11780         * data/evince-toolbar.xml:
11781         * data/evince-ui.xml:
11782         * data/hand-open.png:
11783         * po/POTFILES.in:
11784         * shell/Makefile.am:
11785         * shell/ev-window.c: (update_chrome_visibility),
11786         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11787         (ev_window_dispose), (ev_window_init):
11788
11789         Implement epiphany like toolbar editor. Based on patch by
11790         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11791
11792 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11793
11794         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11795
11796         Use set_cursor instead of set_selection, so that
11797         the keyboard focus moves too.
11798
11799 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11800
11801         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11802
11803         Fix infinite loop when loading Type1 fonts
11804
11805 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11806
11807         * data/evince-ui.xml:
11808         * shell/ev-window.c:
11809
11810         Slash -> Find
11811
11812 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11813
11814         * configure.ac:
11815
11816         Make --disable really disable
11817
11818 2005-05-07  Juerg Billeter  <j@bitron.ch>
11819
11820         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11821
11822         Compare page labels even without has_labels set, fixes setting page
11823         with entry
11824
11825 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11826
11827         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11828         (ev_view_set_cursor), (ev_view_button_press_event),
11829         (ev_view_motion_notify_event), (ev_view_button_release_event),
11830         (ev_view_init):
11831
11832         Implement middle button scrolling. Based on a patch
11833         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11834
11835 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11836
11837         * shell/ev-document-types.c: (get_slow_mime_type),
11838         (get_document_type_from_mime), (ev_document_type_lookup):
11839         * shell/ev-document-types.h:
11840
11841         Change api to lookup from uri. Do fast lookup first, if the
11842         type is unknown try with data sniffing.
11843
11844         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11845         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11846
11847         Adapt to api change
11848
11849 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11850
11851         * thumbnailer/Makefile.am:
11852
11853         Fix distcheck
11854
11855 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11856
11857         * NEWS:
11858         * configure.ac:
11859
11860         Release 0.3.0
11861
11862         * data/evince-ui.xml:
11863
11864         Hide presentation mode for now
11865
11866         * shell/ev-view.c: (highlight_find_results):
11867
11868         Show current find selection only on current page
11869
11870 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11871
11872         * shell/ev-view.c: (ev_view_select_all):
11873
11874         Compute size of the actual page, not of
11875         the current one.
11876
11877 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11878
11879         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11880         (view_rect_to_doc_rect), (compute_selections),
11881         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11882         (ev_view_copy), (ev_view_primary_get_cb),
11883         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11884         (ev_view_button_press_event), (ev_view_motion_notify_event),
11885         (ev_view_button_release_event), (page_changed_cb):
11886
11887         Fix text selection
11888
11889 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11890
11891         * shell/ev-view.c: (compute_border), (get_page_extents),
11892         (doc_rect_to_view_rect), (highlight_find_results),
11893         (ev_view_bin_expose), (ev_view_select_all),
11894         (ev_view_motion_notify_event), (update_find_status_message),
11895         (jump_to_find_result), (jump_to_find_page):
11896
11897         First go at fixing search, still buggy
11898
11899 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11900
11901         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11902         dropdown box and button at the top of the sidebar.
11903
11904 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11905
11906         * configure.ac: Output zoom-control Makefile.
11907         * cut-n-paste/Makefile.am: build zoom-control subdir.
11908         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11909         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11910         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11911         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11912         * cut-n-paste/zoom-control/ephy-zoom.c:
11913         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11914         from epiphany, and modified to add a separator into the menu.
11915         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11916         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11917         zoom-control action.
11918         * shell/Makefile.am: Include zoom-control flags.
11919         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11920         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11921         (ev_view_zoom_for_size_presentation),
11922         (ev_view_zoom_for_size_continuous_and_dual_page),
11923         (ev_view_zoom_for_size_continuous),
11924         (ev_view_zoom_for_size_dual_page),
11925         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11926         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11927         ev_view_get_zoom and ev_view_get_sizing_mode.
11928         * shell/ev-view.h:
11929         * shell/ev-window.c: (update_action_sensitivity),
11930         (update_sizing_buttons), (zoom_control_changed_cb),
11931         (register_custom_actions): Initialize and use the zoom-control 
11932         widget.
11933
11934 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11935
11936         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11937         preview cache back to 1.  Don't know when it got set to 0.
11938         
11939         * shell/ev-view.c: (compute_border), (ev_view_realize),
11940         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11941         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11942         (ev_view_get_fullscreen), (ev_view_set_presentation),
11943         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11944         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11945         * shell/ev-view.h:
11946         * shell/ev-window.c:
11947         (update_chrome_visibility),
11948         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11949         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11950         (update_document_mode), (ev_window_update_fullscreen_action),
11951         (ev_window_fullscreen), (ev_window_unfullscreen),
11952         (ev_window_cmd_view_fullscreen),
11953         (ev_window_update_presentation_action),
11954         (ev_window_run_presentation), (ev_window_stop_presentation),
11955         (ev_window_cmd_view_presentation), (ev_window_state_event),
11956         (ev_window_focus_in_event), (ev_window_focus_out_event),
11957         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11958         * data/evince-ui.xml: Initial presentation mode.  We should
11959         probably hide this until it's done, as it's quite rough.  Also,
11960         change full-screen to fullscreen and add two getters to EvView.
11961
11962 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11963
11964         * shell/ev-page-action.c: (update_page_cache),
11965         (ev_page_action_dispose):
11966         * shell/ev-window.c: (destroy_fullscreen_popup),
11967         (ev_window_create_fullscreen_popup):
11968
11969         Use connect_object rather than explicitly
11970         disconnect on dispose.
11971
11972 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11973
11974         * shell/ev-page-action.c: (update_page_cache),
11975         (ev_page_action_dispose):
11976
11977 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11978
11979         * backend/ev-page-cache.c: (_ev_page_cache_new),
11980         (ev_page_cache_set_page_label),
11981         (ev_page_cache_has_nonnumeric_page_labels):
11982         * backend/ev-page-cache.h:
11983         * shell/ev-page-action.c: (update_pages_label):
11984         
11985         If all page labels are numeric, fallback to default
11986         way to display number of pages. See bug 173185.
11987
11988 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11989
11990         * shell/ev-page-action.c: (ev_page_action_dispose):
11991         * shell/ev-view.c: (view_update_range_and_current_page):
11992         * shell/ev-window.c: (ev_window_dispose):
11993         
11994         Set page on scroll in continuous mode. Fixes bug 301986.
11995         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11996
11997 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11998
11999         * configure.ac:
12000
12001         Require poppler 0.3.0
12002
12003 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12004         
12005         * shell/Makefile.am, configure.ac: Fix build problems
12006         with t1lib. Bug 301996.
12007
12008 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12009
12010         * shell/ev-view.c: (ev_view_scroll_event):
12011         
12012         Scroll up increase zoom
12013
12014 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12015
12016         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12017         (ev_view_set_sizing_mode),
12018         (ev_view_zoom_for_size_continuous_and_dual_page),
12019         (ev_view_zoom_for_size_continuous):
12020         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12021         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12022         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12023         (ev_window_init):
12024
12025         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12026         Fix for 165473 and 165472.
12027
12028 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12029
12030         * po/POTFILES.in:
12031         * thumbnailer/Makefile.am:
12032         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12033         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12034         * thumbnailer/evince-thumbnailer.schemas.in:
12035         
12036         Make thumbnailer schemas translatable. Fix for bug 301773
12037         
12038         * thumbnailer/evince-thumbnailer-djvu.schemas:
12039         * thumbnailer/evince-thumbnailer-dvi.schemas:
12040         * thumbnailer/evince-thumbnailer.schemas:
12041
12042         Removed files
12043
12044 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12045
12046         * shell/ev-view.c (ev_view_init): forgot to set this.
12047
12048 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12049
12050         * shell/ev-view.c: (find_page_at_location),
12051         (get_link_at_location),
12052         (ev_view_set_show_border), (ev_view_set_spacing),
12053         (ev_view_zoom_for_size_continuous_and_dual_page),
12054         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12055         Also, add a quick fix measuring of widths.  Also, removed
12056         ev_view_set_spacing and ev_view_set_show_border.
12057         
12058         * shell/ev-window.c: (ev_window_unfullscreen),
12059         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12060
12061 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12062
12063         * shell/ev-view.c: (view_update_range_and_current_page),
12064         (page_changed_cb):
12065         
12066         Fix crash on exit and scrolling to page in continuous view.
12067
12068 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12069
12070         * TODO:
12071         * backend/ev-page-cache.c: (_ev_page_cache_new),
12072         (ev_page_cache_get_max_width_size),
12073         (ev_page_cache_get_max_height_size):
12074         * backend/ev-page-cache.h:
12075         * data/evince-ui.xml:
12076         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12077         * shell/ev-view.c: (view_update_adjustments),
12078         (view_update_range_and_current_page), (get_bounding_box_size),
12079         (ev_view_size_request_continuous_and_dual_page),
12080         (ev_view_size_request_continuous),
12081         (ev_view_size_request_dual_page),
12082         (ev_view_size_request_single_page), (ev_view_size_request),
12083         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12084         (ev_view_bin_expose), (ev_view_expose_event),
12085         (ev_view_set_property), (ev_view_get_property),
12086         (ev_view_class_init), (ev_view_init), (ev_view_new),
12087         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12088         (ev_view_set_dual_page), (ev_view_set_full_screen),
12089         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12090         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12091         (ev_view_zoom_out), (zoom_for_size_fit_width),
12092         (zoom_for_size_best_fit),
12093         (ev_view_zoom_for_size_continuous_and_dual_page),
12094         (ev_view_zoom_for_size_continuous),
12095         (ev_view_zoom_for_size_dual_page),
12096         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12097         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12098         * shell/ev-view.h:
12099         * shell/ev-window.c: (update_action_sensitivity),
12100         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12101         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12102         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12103         (ev_window_cmd_view_zoom_out), (update_view_size),
12104         (ev_window_set_sizing_mode), (ev_window_init):
12105
12106         Add Continuous and Dual page modes.
12107
12108 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12109
12110         * dvi/dvi-document.c: (dvi_document_load),
12111         (dvi_document_thumbnails_get_thumbnail),
12112         (dvi_document_init_params): Fix up some mixups between
12113         width and height to correct thumbnail rendering.
12114
12115 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12116
12117         * dvi/mdvi-lib/private.h:
12118         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12119         
12120         Suppess output for kpathsea during font generation. Thanks to
12121         James Bowes
12122
12123 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12124
12125         * NEWS:
12126         * configure.ac:
12127
12128         Release 0.2.1
12129
12130         * Makefile.am: fix distcheck.
12131
12132 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12133
12134         * shell/ev-sidebar-links.c: (selection_changed_callback),
12135         (update_page_callback), (row_activated_callback),
12136         (job_finished_callback), (ev_sidebar_links_set_document):
12137         
12138         Fix for bug #169901. Double click on links expands tree.
12139
12140 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12141
12142         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12143         hard-coded style. Fix for bug 170111
12144
12145 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12146
12147         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12148         locking.
12149
12150 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12151
12152         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12153
12154 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12155
12156         * pdf/ev-poppler.cc:
12157         * shell/ev-view.c: (highlight_find_results):
12158
12159         Fix find on single page documents
12160
12161 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12162
12163         * data/evince.schemas.in: fix for bug 301390
12164
12165 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12166
12167         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12168         (ev_view_zoom_out), (ev_view_zoom_normal):
12169         * shell/ev-view.h:
12170         * shell/ev-window.c: (update_action_sensitivity),
12171         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12172         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12173         (ev_window_cmd_view_normal_size):
12174
12175         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12176         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12177         better than oom. 
12178
12179 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12180
12181         * configure.ac:
12182
12183         Depend on 2.57, 2.59 doesnt seem to be necessary
12184
12185 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12186
12187         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12188         (create_tool_item):
12189
12190         Put back total number of pages as (1 of 1234)
12191
12192 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12193
12194         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12195         remove the job.
12196
12197         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12198         function.  This helps debugging.
12199
12200 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12201
12202         * djvu/djvu-document.c: (djvu_document_class_init),
12203         (djvu_document_get_info), (djvu_document_document_iface_init):
12204         * dvi/dvi-document.c: (dvi_document_class_init),
12205         (dvi_document_get_info), (dvi_document_document_iface_init):
12206
12207         Dummy implementation of get_info method for dvi and
12208         djvu. Fix crashes with those backends
12209
12210 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12211
12212         * data/evince.desktop.in:
12213
12214         Add application/x-gzpostscript
12215
12216 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12217
12218         * data/evince.schemas.in: Added real long descriptions, 
12219         closes bug 172496 
12220
12221         * README: Added actual text, closes bug 171869
12222
12223 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12224
12225         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12226
12227         Thumbnail page 0
12228
12229 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12230
12231         * backend/ev-document-info.h:
12232
12233         s/GDate */GDate so we can just use g_free
12234
12235 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12236
12237         * shell/ev-window.c: (update_document_mode),
12238         (ev_window_setup_document):
12239
12240         Show the window in fullscreen when specified by
12241         the document
12242
12243 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12244
12245         * backend/ev-document.c: (ev_document_class_init),
12246         (ev_document_get_info), (ev_document_render_pixbuf):
12247         * backend/ev-document.h:
12248         * backend/ev-page-cache.c: (_ev_page_cache_new):
12249         * pdf/ev-poppler.cc:
12250         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12251         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12252         * ps/ps-document.c: (ps_document_class_init), (document_load),
12253         (ps_document_get_info), (ps_document_document_iface_init):
12254
12255         Remove get_title from the interface, we can just use document info
12256
12257 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12258
12259         * backend/Makefile.am:
12260         * backend/ev-document.c: (ev_document_render_get_info):
12261         * backend/ev-document.h:
12262         * pdf/ev-poppler.cc:
12263
12264         Initial support for document info. Based on jrb patch.
12265
12266 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12267
12268         * shell/ev-window.c: (ev_window_state_event),
12269         (ev_window_class_init), (ev_window_init):
12270         
12271         Doesn't show resize grip when maximized. See bug #301053
12272
12273 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12274
12275         * po/POTFILES.in:
12276         
12277         ev-sidebar-thumbnails now has translatable labels
12278         
12279         * shell/Makefile.am:
12280         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12281         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12282         (ev_sidebar_links_page_iface_init):
12283         * shell/ev-sidebar-links.h:
12284         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12285         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12286         (ev_sidebar_page_get_label):
12287         * shell/ev-sidebar-page.h:
12288         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12289         (ev_sidebar_thumbnails_set_document),
12290         (ev_sidebar_thumbnails_support_document),
12291         (ev_sidebar_thumbnails_get_label),
12292         (ev_sidebar_thumbnails_page_iface_init):
12293         * shell/ev-sidebar-thumbnails.h:
12294         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12295         (ev_sidebar_set_document):
12296         * shell/ev-sidebar.h:
12297         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12298         
12299         Small rework of sidebar code. Now sidebar pages should implement
12300         EvSidebarPage interface. That makes page management in EvSidebar
12301         easier. See bug #164811 for details
12302
12303 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12304
12305         * shell/ev-application.c: (ev_application_open):
12306         * shell/ev-document-types.c:
12307         
12308         Fix build error and small problem with application exit
12309
12310 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12311
12312         * thumbnailer/Makefile.am:
12313         * thumbnailer/evince-thumbnailer-djvu.schemas:
12314         * thumbnailer/evince-thumbnailer-dvi.schemas:
12315         
12316         Conditionally install schemas for djvu/dvi thumbnailer
12317
12318 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12319
12320         * shell/ev-document-types.h: 
12321         * shell/ev-document-types.c: 
12322         New files, handling the mapping from mimetypes to backends
12323         
12324         * shell/ev-window.c: 
12325         * thumbnailer/evince-thumbnailer.c:     
12326         Use the ev-document-types code
12327         
12328         * shell/Makefile.am: 
12329         Added new convenience library libevbackendfactory_la, containing
12330         the new mimetype->backend logic; moved the backends into it.
12331
12332         * thumbnailer/Makefile.am:
12333         Make the thumbnailer link with the libevbackend.la convenience
12334         library, rather than having a duplicate of the backend logic here.
12335
12336 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12337
12338         * shell/ev-stock-icons.c: constify some vars.
12339         * shell/ev-window.c: ditto.
12340
12341 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12342
12343         * ps/ps-document.c (get_page_orientation):
12344
12345         Respect document orientation 
12346
12347 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12348
12349         * djvu/Makefile.am:
12350         * dvi/Makefile.am:
12351         * shell/Makefile.am:
12352         
12353         Move library dependencies to components.
12354         
12355         * shell/ev-window.c: (update_window_title),
12356         (start_loading_document):
12357         
12358         Fix display of uris with spaces. Bug 168358.
12359
12360 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12361
12362         * shell/ev-sidebar-links.c: (selection_changed_cb):
12363         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12364         (ev_view_button_release_event), (ev_view_set_document):
12365         * shell/ev-view.h:
12366         * shell/ev-window.c: (find_bar_search_changed_cb):
12367         * shell/ev-window.h: Minor cleanups removing some dead code.
12368
12369 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12370
12371         * backend/ev-page-cache.c: (_ev_page_cache_new):
12372         
12373         Set current page to 0 if document has pages.
12374
12375 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12376
12377         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12378
12379         Initialize GError to NULL, fix a crash when loading fails.
12380
12381 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12382
12383         * shell/ev-window.c: (update_view_size):
12384
12385         Calculate shadow size only when there is actually
12386         a shadow.
12387
12388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12389
12390         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12391         * shell/ev-view.h:
12392
12393         Allow setting view spacing, default to 0
12394
12395         * shell/ev-window.c: (ev_window_unfullscreen),
12396         (ev_window_cmd_view_fullscreen), (ev_window_init):
12397
12398         Remove spacing in fullscreen mode
12399
12400 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12401
12402         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12403         (ev_view_size_request), (expose_bin_window),
12404         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12405         * shell/ev-view.h:
12406         * shell/ev-window.c: (ev_window_unfullscreen),
12407         (ev_window_cmd_view_fullscreen):
12408
12409         Do not draw the border in fulscreen
12410
12411 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12412
12413         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12414         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12415         (find_page_at_location), (page_changed_cb):
12416
12417         Rework border calculation, so that I can more easily disable it.
12418         Code somewhat cleaner too.
12419
12420 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12421
12422         * backend/ev-page-cache.c: (ev_page_cache_init),
12423         (_ev_page_cache_new):
12424
12425         Remove some assertions, documents can have 0 pages.
12426         Make initial current page -1.
12427
12428         * shell/ev-page-action.c: (page_changed_cb):
12429
12430         Show "" if current page is -1
12431
12432         * shell/ev-window.c: (update_action_sensitivity),
12433         (ev_window_setup_document):
12434
12435         When document has 0 pages do not set the view
12436         and make nearly everything insensitive.
12437
12438 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12439
12440         * shell/ev-page-view.c:
12441         * shell/ev-page-view.h:
12442
12443         Remove unused files.
12444         
12445         * shell/ev-sidebar-thumbnails.c:
12446         (ev_sidebar_thumbnails_set_document):
12447         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12448         (ev_sidebar_supports_document):
12449         * shell/ev-sidebar.h:
12450         * shell/ev-window.c: (ev_window_setup_document):
12451         
12452         Doesn't show thumbnails if document has 1 page. Make
12453         sidebar menu entries sensitive only if if they have 
12454         sense. Fix bug 164811. 
12455
12456 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12457
12458         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12459         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12460         (ev_view_zoom_out), (ev_view_set_size):
12461
12462         Rework sizing to deal with documents with not uniform page
12463         size.
12464
12465 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12466
12467         * backend/ev-page-cache.c: (_ev_page_cache_new):
12468
12469         Fix several page size caching bugs
12470
12471 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12472
12473         * shell/ev-window.c: (set_action_properties):
12474
12475         Make all toolbar items translatable
12476
12477 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12478
12479         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12480         (save_page_list), (ps_document_save),
12481         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12482         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12483         (ps_document_ps_exporter_iface_init):
12484         * ps/ps-document.h:
12485
12486         Based on a patch by J�rg Billeter <j@bitron.ch>
12487         
12488         Implement print and save a copy for the ps backend.
12489
12490 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12491
12492         * backend/ev-document.h:
12493         * djvu/djvu-document.c: (djvu_document_can_get_text),
12494         (djvu_document_document_iface_init):
12495         * dvi/dvi-document.c: (dvi_document_can_get_text),
12496         (dvi_document_document_iface_init):
12497         * pdf/ev-poppler.cc:
12498         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12499         (pixbuf_document_document_iface_init):
12500         * ps/ps-document.c: (ps_document_can_get_text),
12501         (ps_document_document_iface_init):
12502         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12503         * shell/ev-window.c: (update_action_sensitivity):
12504
12505         Fix the crash when trying to copy in backends that doesnt
12506         support it. We can implement a better solution once we
12507         do real text selection.
12508
12509 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12510
12511         * data/evince-ui.xml:
12512         * shell/ev-window.c: (ev_window_cmd_escape):
12513         
12514         Work around the Escape conflict (find bar and unfullscreen)
12515
12516 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12517
12518         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12519         
12520         Fix for #300233. Next page correctly handles document end.
12521         
12522         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12523         (ev_sidebar_thumbnails_class_init),
12524         (ev_sidebar_thumbnails_set_document),
12525         (ev_sidebar_thumbnails_clear_job),
12526         (ev_sidebar_thumbnails_clear_model):
12527         
12528         Cleanup thumbnail jobs on document changes.
12529         
12530         * shell/ev-view.c: (add_scroll_binding_keypad),
12531         (add_scroll_binding_shifted), (ev_view_class_init):
12532         
12533         Shift + Space scrolls up. Fix for #173184
12534         
12535         * shell/ev-window.c: (ev_window_open_page),
12536         (ev_window_cmd_view_reload):
12537         
12538         Fix reload (Bug #300094)
12539
12540 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12541
12542         
12543         * dvi/mdvi-lib/assoc.c:
12544         * dvi/mdvi-lib/assoc.h: Removed garbage files
12545         
12546         * dvi/mdvi-lib/bitmap.c:
12547         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12548         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12549         * dvi/mdvi-lib/color.h: Antialias of rules
12550         
12551         * dvi/mdvi-lib/common.h:
12552         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12553         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12554         * dvi/mdvi-lib/files.c:
12555         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12556         * dvi/mdvi-lib/mdvi.h:
12557         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12558         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12559         * dvi/mdvi-lib/util.c: Fix compile warnings
12560         
12561         * dvi/dvi-document.c:
12562         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12563         (dvi_document_thumbnails_get_thumbnail),
12564         (dvi_document_document_thumbnails_iface_init):
12565         * dvi/mdvi-lib/Makefile.am:
12566         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12567         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12568         
12569         Dvi backend now renders thumbnails
12570
12571 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12572
12573         * shell/main.c: (main): 
12574         
12575         Save accelerators on exit. Fixes bug #172095.
12576
12577 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12578
12579         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12580         update priority" comment.
12581
12582         * backend/ev-job-queue.c: Give a way to change priority.
12583
12584 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12585
12586         * shell/ev-page-action.c: Fix logic.
12587
12588 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12589
12590         * shell/ev-view.c: (ev_view_can_find_next):
12591         * shell/ev-window.c: (ev_window_setup_document):
12592
12593         Check that the document supports find
12594
12595 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12596
12597         * data/evince-ui.xml:
12598         * shell/ev-view.c: (ev_view_can_find_next):
12599         * shell/ev-view.h:
12600         * shell/ev-window.c: (update_action_sensitivity),
12601         (find_changed_cb), (ev_window_setup_document),
12602         (ev_window_cmd_edit_find_next):
12603
12604         Add Edit->Find Next
12605
12606 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12607
12608         * pdf/ev-poppler.cc:
12609         * shell/ev-print-job.c: (idle_print_handler):
12610
12611         Make printing work again
12612
12613 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12614
12615         * shell/ev-page-action.h:
12616         * shell/ev-page-action.c: (ev_page_action_widget_init),
12617         (ev_page_action_widget_class_init), (page_changed_cb),
12618         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12619         (get_filter_model_from_model), (match_selected_cb),
12620         (display_completion_text), (match_completion), (update_model),
12621         (connect_proxy), (ev_page_action_set_property),
12622         (ev_page_action_get_property), (ev_page_action_set_document),
12623         (ev_page_action_set_model), (ev_page_action_class_init): Big
12624         reworking to make completions work iff we have >= GTK-2.7.0
12625                 
12626         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12627         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12628         (job_finished_cb): We now have a 'model' property that is set when
12629         the links are loaded.  This can be caught with "notify::model"
12630
12631         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12632         listen for the model to be set, and propagate it to the action.
12633
12634 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12635
12636         * cut-n-paste/recent-files/egg-recent-item.c:
12637         (egg_recent_item_set_uri), (make_valid_utf8),
12638         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12639         * cut-n-paste/recent-files/egg-recent-item.h:
12640         
12641         Update egg-recent from libegg. This should fix long
12642         startup problem. For details see
12643         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12644
12645 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12646
12647         * cut-n-paste/recent-files/Makefile.am:
12648         * data/evince-ui.xml, shell/Makefile.am:
12649         * shell/ev-application.c, shell/ev-application.h:
12650         * shell/ev-window.c: Recent files support.
12651         
12652         * configure.ac: Added "ru" to ALL_LINGUAS.
12653         
12654         * dvju: new backend to support DJVU files.
12655         * dvi: new backend to support DVI.
12656
12657         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12658         * ev-application.c: Support for new backends.
12659         
12660         * help, ev-window.c, main.c shell/Makefile.am: 
12661         Evince user documentation.
12662
12663 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12664
12665         * po/POTFILES.in:
12666         * shell/ev-window.c:
12667         * thumbnailer/evince-thumbnailer.c:
12668
12669         s/pdf-document/ev-poppler
12670
12671 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12672
12673         * NEWS:
12674         * configure.ac:
12675
12676         Release 0.2.0
12677
12678         * ps/ps-document.c: (setup_pixmap):
12679
12680         Remove debug code
12681
12682 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12683
12684         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12685         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12686         (ev_window_cmd_go_first_page): Fix of by one errors.
12687
12688 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12689
12690         * ps/ps-document.c: (get_page_box):
12691
12692         Fix page size calculation
12693
12694 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12695
12696         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12697         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12698         (get_page_orientation), (setup_page), (document_load),
12699         (ps_document_get_page_size), (render_pixbuf_idle):
12700         * ps/ps-document.h:
12701
12702         More refactoring to adapt to EvDocument changes
12703
12704 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12705
12706         * ps/ps-document.c: (start_interpreter):
12707
12708         Actually add alpha args
12709
12710 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12711
12712         * pdf/ev-poppler.cc:
12713
12714         Make clipboard work again
12715
12716 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12717
12718         Make searching work again.
12719         
12720         * backend/ev-document.c:
12721         * backend/ev-document.h:
12722         * backend/ev-document-find.c:
12723         * backend/ev-document-find.h: Change EvDocumentIface so we no
12724         longer store the current page or zoom level in the document.  The
12725         consequence is that all calls that operate on the current page now
12726         instead take the page number as an extra argument, and all
12727         coordinates are now doubles in document coordinate system.
12728
12729         * pdf/ev-poppler.cc:
12730         * pixbuf/pixbuf-document.c:
12731         * ps/ps-document.c: Update backends accordingly.
12732
12733 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12734
12735         * autogen.sh:
12736
12737         Add required gettext version
12738
12739 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12740
12741         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12742         make F1 bring up non-existent help.
12743
12744         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12745         epiphany's find bar, #167477
12746
12747         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12748         <emil@nishra.com> to add space-bar scrolling, 
12749
12750         * shell/ev-window.c (static GtkActionEntry entries): add default
12751         keybinding for Help (F1)
12752         Fixes #171068
12753
12754         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12755         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12756         170110
12757
12758 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12759
12760         * Makefile.am: 
12761         * pixbuf/pixbuf-document.c: 
12762
12763         Got pixbuf backend working again
12764
12765 2005-04-01  Steve Murphy  <murf@e-tools.com>
12766
12767         * configure.in: Added "rw" to ALL_LINGUAS.
12768
12769 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12770
12771         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12772         model types, noticed by Martin Kretzschmar.
12773
12774 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12775
12776         * pdf/ev-poppler.cc: Implement search based on
12777         poppler_page_find_text().  Currently a bit crude since we remember
12778         all matches from all pages.  Also, we grab the big document lock
12779         when we search since searching changes the underlying stream and
12780         thus conflicts with the rendering thread.
12781         
12782         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12783         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12784         (ev_view_find_previous): Fix some page indexes to be 0 based,
12785         offset rubber band by view offset,
12786
12787 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12788
12789         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12790
12791 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12792
12793         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12794         completely because I didn't understand GtkActions.  I should
12795         read Marco's code more carefully in the future.
12796
12797         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12798         function
12799
12800 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12801
12802         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12803         PopplerRectangle change from poppler CVS.
12804
12805 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12806
12807         * backend/ev-document.c: (ev_document_get_page_label):
12808         * backend/ev-document.h:
12809         * backend/ev-page-cache.c: (_ev_page_cache_new),
12810         (ev_page_cache_get_page_label):
12811         * backend/ev-page-cache.h:
12812         * pdf/ev-poppler.cc:
12813         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12814         (links_page_num_func):
12815         * shell/ev-sidebar-thumbnails.c:
12816         (ev_sidebar_thumbnails_set_document):
12817         * shell/ev-view.c: (status_message_from_link),
12818         (ev_view_motion_notify_event):
12819         * shell/ev-window.c: (document_supports_sidebar): Add in page
12820         label support.  It's not perfect yet, but it's the first 'feature'
12821         in a while.
12822         Also, fix a bogus comment noticed by crispin. 
12823
12824 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12825
12826         * Makefile.am: Remove pixbuf backend for now
12827
12828         * configure.ac: Require poppler-glib instead of just poppler.
12829
12830         * backend/ev-document-thumbnails.h: Add a comment
12831
12832         * backend/ev-document.h:
12833         * backend/ev-document.c: (ev_document_class_init),
12834         (ev_document_load), (ev_document_get_link),
12835         (ev_document_get_links): Remove 3 methods and add get_links.
12836         Also, made 0 based.
12837
12838         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12839         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12840
12841         * backend/ev-link.c: (ev_link_set_title),
12842         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12843         (ev_link_mapping_find):
12844         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12845         
12846         * backend/ev-page-cache.c: (ev_page_cache_init),
12847         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12848         (ev_page_cache_get_size), (ev_page_cache_next_page),
12849         (ev_page_cache_prev_page): Fix to be 0 based.
12850
12851         * pdf/Makefile.am: 
12852         * pdf/ev-poppler.h:
12853         * pdf/ev-poppler.cc: New backend.
12854         
12855         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12856         (ps_document_get_page), (ps_document_document_iface_init):
12857
12858         * shell/ev-pixbuf-cache.h:
12859         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12860         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12861         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12862         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12863         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12864         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12865         based.
12866         
12867         * shell/ev-sidebar-thumbnails.c:
12868         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12869         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12870
12871         * shell/ev-view.c: (status_message_from_link),
12872         (find_page_at_location), (get_link_at_location),
12873         (ev_view_motion_notify_event), (ev_view_button_release_event),
12874         (ev_view_init): Use the new link code.  Fix to be 0 based.
12875
12876         * shell/ev-window.c: (update_action_sensitivity),
12877         (document_supports_sidebar): 0 based.
12878
12879 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12880
12881         * pdf/pdf-document.cc: Patch from Fernando Herrera
12882         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12883         *blush*
12884
12885 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12886
12887         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12888         1 to the page, as this seems to be 1 based.  I thought we has this
12889         fixed.  grump.
12890
12891 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12892
12893         * TODO:
12894         * backend/Makefile.am:
12895         * backend/ev-document-links.c:
12896         (ev_document_links_has_document_links),
12897         (ev_document_links_get_links_model):
12898         * backend/ev-document-links.h:
12899         * backend/ev-document.c: (ev_document_get_page_cache),
12900         (ev_document_get_doc_mutex), (ev_document_load),
12901         (ev_document_save), (ev_document_get_title),
12902         (ev_document_get_n_pages), (ev_document_set_page),
12903         (ev_document_get_page), (ev_document_set_target),
12904         (ev_document_set_scale), (ev_document_set_page_offset),
12905         (ev_document_get_page_size), (ev_document_get_text),
12906         (ev_document_get_link), (ev_document_render),
12907         (ev_document_render_pixbuf), (ev_document_scale_changed):
12908         * backend/ev-document.h:
12909         * backend/ev-job-queue.c: (remove_object_from_queue),
12910         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12911         (no_jobs_available_unlocked), (ev_render_thread),
12912         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12913         (ev_job_queue_remove_job):
12914         * backend/ev-job-queue.h:
12915         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12916         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12917         (ev_job_links_class_init), (ev_job_render_init),
12918         (ev_job_render_dispose), (ev_job_render_class_init),
12919         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12920         (ev_job_thumbnail_class_init), (ev_job_finished),
12921         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12922         (ev_job_render_run), (ev_job_thumbnail_new),
12923         (ev_job_thumbnail_run):
12924         * backend/ev-jobs.h:
12925         * backend/ev-link.c:
12926         * backend/ev-link.h:
12927         * backend/ev-page-cache.c: (ev_page_cache_init),
12928         (ev_page_cache_class_init), (ev_page_cache_finalize),
12929         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12930         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12931         (ev_page_cache_set_link), (ev_page_cache_get_title),
12932         (ev_page_cache_get_size), (ev_page_cache_next_page),
12933         (ev_page_cache_prev_page):
12934         * backend/ev-page-cache.h:
12935         * pdf/pdf-document.cc:
12936         * ps/gsdefaults.c:
12937         * ps/gsdefaults.h:
12938         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12939         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12940         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12941         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12942         (is_interpreter_ready), (output), (catchPipe), (input),
12943         (start_interpreter), (check_filecompressed), (compute_dimensions),
12944         (ps_document_enable_interpreter), (document_load),
12945         (ps_document_next_page), (render_page), (ps_document_set_page),
12946         (ps_document_set_scale), (render_pixbuf_idle),
12947         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12948         * ps/ps-document.h:
12949         * shell/Makefile.am:
12950         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12951         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12952         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12953         (ev_pixbuf_cache_new), (job_finished_cb),
12954         (check_job_size_and_unref), (move_one_job),
12955         (ev_pixbuf_cache_update_range), (find_job_cache),
12956         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12957         (ev_pixbuf_cache_add_jobs_if_needed),
12958         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12959         * shell/ev-pixbuf-cache.h:
12960         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12961         (idle_print_handler):
12962         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12963         (selection_changed_cb), (create_loading_model),
12964         (ev_sidebar_links_construct), (links_page_num_func),
12965         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12966         (update_page_callback), (job_finished_cb),
12967         (ev_sidebar_links_set_document):
12968         * shell/ev-sidebar-thumbnails.c:
12969         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12970         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12971         (page_changed_cb), (thumbnail_job_completed_callback),
12972         (ev_sidebar_thumbnails_set_document):
12973         * shell/ev-sidebar-thumbnails.h:
12974         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12975         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12976         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12977         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12978         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12979         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12980         (ev_view_button_release_event), (ev_view_scroll_view),
12981         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12982         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12983         (ev_view_new), (job_finished_cb), (page_changed_cb),
12984         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12985         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12986         (ev_view_find_previous):
12987         * shell/ev-view.h:
12988         * shell/ev-window.c: (update_action_sensitivity),
12989         (ev_window_open_page), (update_window_title), (update_total_pages),
12990         (page_changed_cb), (ev_window_setup_document),
12991         (password_dialog_response), (ev_window_cmd_save_as),
12992         (ev_window_print), (ev_window_cmd_go_previous_page),
12993         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12994         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12995         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12996         * shell/main.c: (main):
12997
12998         Merge evince-threads branch
12999
13000 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13001
13002         * configure.ac: Added "lt" to ALL_LINGUAS.
13003
13004 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * NEWS:
13007         * configure.ac:
13008
13009         Release 0.1.9
13010
13011 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13012
13013         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13014
13015         Fix here also the thumbnails 1-basedness :)
13016
13017 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * NEWS:
13020         * configure.ac:
13021
13022         Release 0.1.8
13023
13024 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * pdf/pdf-document.cc:
13027         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13028         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13029
13030         Fix the mess we did with thumbnails and 1-basedness
13031
13032 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13033
13034         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13035
13036 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13037
13038         * NEWS:
13039         * configure.ac:
13040
13041         Release 0.1.7
13042
13043 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13044
13045         * ps/Makefile.am:
13046         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13047         (gtk_gs_defaults_get_alpha_parameters),
13048         (gtk_gs_defaults_get_ungzip_cmd),
13049         (gtk_gs_defaults_get_unbzip2_cmd):
13050         * ps/gsdefaults.h:
13051         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13052         (ps_document_get_orientation), (document_load),
13053         (ps_document_goto_page), (ps_document_set_page_size):
13054         * ps/ps-document.h:
13055
13056         Some more sanitization of the ps backend. Remove a lot
13057         of unused code and do not base our defaults on ggv
13058         preferences (ugh!)
13059
13060 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13061
13062         * thumbnailer/evince-thumbnailer.schemas:
13063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13064         (main): add -s option for thumbnail size.
13065
13066 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13067
13068         * configure.ac:
13069
13070         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13071         remove it.
13072
13073 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * pdf/pdf-document.cc:
13076
13077         Remove 4 pixels of useless border from the
13078         thumbnail.
13079
13080 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * backend/ev-document-thumbnails.c:
13083         (ev_document_thumbnails_get_thumbnail):
13084         * backend/ev-document-thumbnails.h:
13085
13086         Rework API a bit. Add a border flag and
13087         change sizing logic (now the size we specify
13088         applies to the bigger dimension).
13089
13090         * pdf/pdf-document.cc:
13091         * pixbuf/pixbuf-document.c:
13092         (pixbuf_document_thumbnails_get_thumbnail):
13093         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13094         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13095
13096         Adapt to the new API and do not draw a border for nautilus
13097         thumbnailer.
13098
13099 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13100
13101         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13102         take thumbnails from page "0" instead of "1". Added a copyright header.
13103
13104 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13105
13106         * ps/ps-document.c: (set_up_page), (start_interpreter):
13107
13108         Make it C89 compliant
13109
13110 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13111
13112         * Makefile.am:
13113         * configure.ac:
13114         * pdf/.cvsignore:
13115         * pdf/pdf-document.cc:
13116         * thumbnailer/Makefile.am:
13117         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13118         (main):
13119         * thumbnailer/evince-thumbnailer.schemas:
13120         * thumbnailer/pdf-icon.png:
13121
13122         Add a nautilus thumbnailer.
13123         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13124
13125 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13126
13127         * NEWS:
13128         * configure.ac:
13129         * po/POTFILES.in:
13130
13131         Release 0.1.6
13132
13133 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13134
13135         Use poppler instead of including xpdf source code.  Poppler is a
13136         fork of xpdf to build it as a shared library. See
13137         http://freedesktop.org/wiki/Software/poppler.
13138
13139         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13140         xpdf fork.
13141         
13142         * pdf/Makefile.am: Build libpdfdocument.a here.
13143         
13144         * pdf/GDKSplashOutputDev.cc:
13145         * pdf/GDKSplashOutputDev.h:
13146         * pdf/GnomeVFSStream.cc:
13147         * pdf/GnomeVFSStream.h:
13148         * pdf-document.cc:
13149         * pdf-document.h:
13150         * test-gdk-output-dev.cc
13151         * Thumb.cc:
13152         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13153         against poppler.
13154
13155 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13156
13157         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13158
13159         Clear idle stack before unsetting the document
13160
13161 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         * ps/ps-document.c: (ps_document_widget_event),
13164         (ps_document_set_target), (ps_document_finalize),
13165         (ps_document_get_page):
13166
13167         Disconnect the widget event signal on finalize.
13168         Some code cleanups.
13169
13170 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13171
13172         * ps/ps-document.c: (set_up_page):
13173
13174         If there is no bpixmap create one, even if size
13175         is not changed.
13176
13177 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13180         (set_up_page), (document_load), (ps_document_set_zoom):
13181
13182         Default page is 0. Calculate size even when we have no
13183         target yet.
13184
13185 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13186
13187         * shell/ev-sidebar.c: expand the selection widget to be always as
13188         wide as the sidebar
13189
13190 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * shell/ev-sidebar-thumbnails.c:
13193         (ev_sidebar_thumbnails_set_document):
13194
13195         Clear the list store when setting document
13196
13197 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * shell/ev-page-action.c: (update_entry), (sync_entry),
13200         (activate_cb), (entry_size_request_cb), (create_tool_item),
13201         (connect_proxy):
13202
13203         Use an entry for the page control instead of spinbuttons
13204
13205 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * data/evince.schemas.in:
13208
13209         Correct confusing string
13210
13211 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13212
13213         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13214         for real.  Gosh, how long has this been broken.
13215
13216         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13217         check for a NULL link.  We crash otherwise.
13218
13219 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * NEWS:
13222         * configure.ac:
13223
13224         Release 0.1.5
13225
13226 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13227
13228         * configure.ac: add the french translation.
13229
13230 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * shell/ev-window.c:
13233
13234         Remove unused header -> fix distcheck
13235
13236 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * shell/ev-window.c: (update_window_title),
13239         (ev_window_popup_password_dialog):
13240
13241         Unescape filename for display
13242
13243 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13244
13245         * pdf/xpdf/pdf-document.cc:
13246
13247         In get_page_size deal with rotation. Also
13248         cleanup the function a bit.
13249
13250 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * pdf/xpdf/pdf-document.cc:
13253
13254         Fix crash when opening in new window
13255
13256 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13257
13258         * configure.ac:
13259
13260         Check ghostscript >= 7
13261
13262 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13263
13264         * shell/ev-window.c:
13265
13266         Make page width the default sizing mode
13267
13268 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13269         Marco Pesenti Gritti <marco@gnome.org>
13270
13271         * shell/ev-window.c: Remember the sidebar size
13272
13273         * data/evince.schemas.in: Add a new gconf key to store the size of
13274         the sidebar
13275
13276 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13277
13278         * data/evince-ui.xml:
13279         * shell/ev-window.c: (update_action_sensitivity),
13280         (ev_window_cmd_view_reload):
13281         
13282         Add a "Reload" action and menu entry
13283
13284 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13285
13286         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13287         iff the type doesn't support thumbnailing and indexing.
13288
13289 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13290
13291         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13292
13293 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * pdf/splash/Splash.cc:
13296
13297         Port fix for a crasher from kde bug
13298         http://bugs.kde.org/show_bug.cgi?id=97131
13299
13300 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * pdf/xpdf/pdf-document.cc:
13303
13304         Return a link even if it's of an unrecognized
13305         type. Otherwise we go in an infinte cycle.
13306
13307 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13308
13309         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13310         (size_allocate_cb), (ev_window_set_sizing_mode):
13311
13312         Update size when switching mode
13313
13314 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13315
13316         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13317         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13318         (ev_window_cmd_view_normal_size):
13319
13320         Fix size toggle buttons behavior
13321
13322 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13325         (doc_rect_to_view_rect), (ev_view_size_allocate),
13326         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13327         (scale_changed_callback):
13328
13329         Do not cache offsets in size_allocate.
13330
13331 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * shell/ev-view.c: (ev_view_size_allocate):
13334
13335         Calculate offsets before calling the parent
13336         class (which does a redraw)
13337
13338 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * pdf/xpdf/pdf-document.cc:
13341
13342         Fix a crasher on exit. Unused code, put a TODO
13343
13344 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * backend/ev-document.c: (ev_document_class_init),
13347         (ev_document_page_changed), (ev_document_scale_changed):
13348         * backend/ev-document.h:
13349
13350         Separate page/scale notifications
13351
13352         * pdf/xpdf/pdf-document.cc:
13353
13354         Emit the new signals.
13355         Do not display the pdf page in _render, do it
13356         when scale/page are requested.
13357
13358         * ps/ps-document.c: (ps_document_set_zoom),
13359         (ps_document_widget_event):
13360         * ps/ps-document.h:
13361
13362         Emit the new signals.
13363
13364         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13365         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13366         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13367         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13368         * shell/ev-view.h:
13369         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13370         (ev_window_cmd_view_page_width), (size_allocate_cb),
13371         (ev_window_set_sizing_mode):
13372
13373         Rework sizing to be pixel based.
13374         There are bugs but should be already way better.
13375
13376 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * shell/ev-window.c: (ev_window_init):
13379
13380         Do not allow to shrink sidebar smaller then
13381         child requisition
13382
13383 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13384
13385         * shell/ev-sidebar.[ch]
13386         * shell/ev-window.c:
13387
13388         Improved sidebar widget. Fixes #166683
13389
13390 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13391
13392         * shell/ev-view.c (update_find_status_message): Give translators
13393         more flexibility with ngettext plural handling.
13394
13395 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13396
13397         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13398         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13399         page when we get the page size.
13400
13401 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13404
13405         ps pages are 0 based, convert 
13406
13407 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13410
13411         Initialize correct parent class. Set GError on document load
13412
13413 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13414
13415         * pdf/xpdf/pdf-document.cc:
13416
13417         Fixup selection offset calculation
13418
13419         * shell/ev-view.c: (view_rect_to_doc_rect),
13420         (doc_rect_to_view_rect), (ev_view_size_allocate),
13421         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13422         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13423
13424         Store selection as document relative, so that zooming
13425         and offset changing doesnt break it.
13426
13427 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * shell/ev-view.c: (ev_view_best_fit):
13430
13431         Do not try to best fit if the view is not realized
13432
13433 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13434           
13435         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13436
13437 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13438
13439         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13440
13441 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13442
13443         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13444         the popup window.  That prevents it resizing when in full screen
13445         mode.
13446
13447         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13448         multiple rerenders.  This pretty much sucks.
13449
13450         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13451         rest of the toolbar.
13452
13453 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13454
13455         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13456
13457 2005-02-17  Alexander Shopov  <ash@contact.bg>
13458
13459         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13460
13461 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13462
13463         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13464
13465 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13466
13467         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13468         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13469         (set_document_page), (document_changed_callback),
13470         (ev_view_set_document), (ev_view_find_previous),
13471         (ev_view_hide_cursor), (ev_view_show_cursor):
13472         * shell/ev-view.h:
13473         * shell/ev-window.c: (update_chrome_visibility),
13474         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13475         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13476         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13477         (ev_window_unfullscreen):
13478         * shell/main.c: (main):
13479
13480         Automatically hide the fullscreen button.
13481         Patch by Kristian Høgsberg <krh@redhat.com>
13482
13483 2005-02-16  Vincent Noel  <vnoel@cox.net>
13484
13485         * shell/main.c (main): Specify an icon for the window. Patch by
13486         Jaap A. Haitsma. Fixes #166177.
13487
13488 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13489
13490         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13491
13492 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13493
13494         * backend/ev-document-misc.h:
13495         * backend/ev-document-misc.c:
13496         (ev_document_misc_get_page_border_size),
13497         (ev_document_misc_paint_one_page): New function to canonicalize
13498         sizing/painting a border.
13499
13500         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13501         used.
13502
13503         * pdf/xpdf/pdf-document.cc: use new function
13504
13505         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13506         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13507         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13508         shell/ev-window.c: (update_sizing_buttons),
13509         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13510         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13511         (ev_window_cmd_view_page_width), (size_allocate_cb),
13512         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13513         and "fit width" values act as toggle buttons so they stay
13514         toggled.  It's not 100% perfect, and it's a little slow, but it's
13515         good enough to commit I think.
13516
13517 2005-02-15  David Lodge  <dave@cirt.net>
13518
13519         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13520
13521 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13522
13523         * shell/ev-window.c (update_window_title): replace newlines in
13524         the title by spaces. Bug #166107.
13525
13526 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13527
13528         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13529         parameters providing allocation width and height without
13530         scrollbars and width of a possible vertical scrollbar. With this
13531         additional information the functions can work as
13532         intended. Unfortunately they're not idempotent. We should
13533         transform these commands to toggles. Fixes Bug #164976
13534         Initial patch by Stephane Loeuillet, then heavily modified.
13535
13536         * shell/ev-view.h: update prototypes.
13537
13538         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13539         (ev_window_cmd_view_page_width): provide EvView fit functions with
13540         all the information they need. Formulas to calculate this
13541         information taken from GtkScrolledWindow.
13542
13543 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13544
13545         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13546         created a thumbnail, the list store is updated to know
13547         that the thumbnail is set. Fixes bug #166792
13548
13549 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13550
13551         * shell/ev-window.c: fixed typo, closes bug 166897
13552
13553         * TODO: updated TODO with bug numbers that are relevant
13554
13555 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13556
13557         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13558
13559 2005-02-09  Vincent Noel  <vnoel@cox.net>
13560
13561         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13562         and "Next" toolbar buttons as important to make them stand out.
13563
13564 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * lib/ev-debug.c:
13567         * lib/ev-debug.h:
13568         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13569         (start_interpreter), (stop_interpreter), (document_load),
13570         (ps_document_next_page), (ps_document_goto_page),
13571         (ps_document_set_page_size), (ps_document_widget_event),
13572         (ps_document_render):
13573         * shell/ev-page-view.c: (ev_page_view_dispose):
13574         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13575
13576         Fix compilation on non-gcc platforms
13577
13578 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13579
13580         * NEWS:
13581         * configure.ac:
13582
13583         Release 0.1.4
13584
13585         * pdf/xpdf/Catalog.cc:
13586         * pdf/xpdf/XRef.cc:
13587
13588         Fix the fix for CAN-2004-0888
13589
13590 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13591
13592         * data/Makefile.am:
13593         * data/evince-ui.xml:
13594         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13595         * shell/ev-stock-icons.h:
13596         * shell/ev-window.c: (update_action_sensitivity),
13597         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13598         (set_action_properties):
13599
13600         Improve toolbar layout/icons
13601
13602 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13603
13604         * pdf/xpdf/pdf-document.cc:
13605
13606         Add warnings about unimplemented/unknown link
13607         types.
13608
13609 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * ps/ps-document.c: (set_up_page):
13612
13613         Log gs property
13614
13615 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13616
13617         * ps/ps-document.c: (start_interpreter):
13618
13619         Log gs env var
13620
13621 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13622
13623         * shell/ev-page-view.c: (ev_page_view_dispose):
13624         * shell/ev-view.c: (ev_view_finalize):
13625         * shell/ev-window.c: (ev_window_setup_document),
13626         (ev_window_dispose), (ev_window_init):
13627
13628         Solve more refs issues.
13629
13630         I commented out the page_view initialization for now:
13631         it was never destroyed (because it's never added
13632         to a container). Because of that we was leaking
13633         gs processes. Couldnt think to a clean fix.
13634         We need to figure this out, password view has the
13635         same issue probably.
13636
13637 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * ps/ps-document.c: (ps_document_finalize),
13640         (ps_document_get_n_pages), (ps_document_get_page):
13641
13642         Some cleanups, stop the interpreter on finalize
13643
13644         * shell/ev-page-view.c: (ev_page_view_dispose),
13645         (ev_page_view_class_init):
13646
13647         Release our reference on the document
13648
13649 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13650
13651         * Makefile.am:
13652         * configure.ac:
13653         * doc/debugging.txt:
13654         * lib/.cvsignore:
13655         * lib/Makefile.am:
13656         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13657         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13658         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13659         * lib/ev-debug.h:
13660
13661         Add debugging helpers
13662
13663         * ps/Makefile.am:
13664         * ps/ps-document.c: (set_up_page), (start_interpreter),
13665         (stop_interpreter), (document_load), (ps_document_next_page),
13666         (ps_document_goto_page), (ps_document_set_page_size),
13667         (ps_document_widget_event), (ps_document_render):
13668         * shell/Makefile.am:
13669         * shell/ev-view.c: (expose_bin_window):
13670         * shell/main.c: (main):
13671
13672         Add some logs
13673         
13674 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13675
13676         * ps/ps-document.c: (ps_document_widget_event):
13677
13678         Initialize message_window, this should make ps
13679         rendering really work! (Never noticed because I was
13680         testing with a ps that is causing gs to exit every time!)
13681
13682 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13683
13684         * data/evince.schemas.in: updated simple error in applyto closing tag
13685
13686 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13687
13688         * Makefile.am:
13689         * configure.ac:
13690         * data/.cvsignore:
13691         * data/Makefile.am:
13692         * data/evince-ui.xml:
13693         A data/evince.schemas.in:
13694         * po/POTFILES.in:
13695         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13696         * shell/ev-stock-icons.h:
13697         * shell/ev-window.c: (update_chrome_visibility),
13698         (update_chrome_flag), (ev_window_cmd_edit_find),
13699         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13700         (ev_window_unfullscreen), (ev_window_focus_in_event),
13701         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13702         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13703         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13704         (ev_window_dispose), (ev_window_class_init),
13705         (set_action_properties), (set_chrome_actions), (load_chrome),
13706         (ev_window_init):
13707
13708         Implement fullscreen mode changes from bug #164776.
13709         Also implement persistent chrome toggles.
13710
13711 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13712
13713         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13714
13715 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13716
13717         * NEWS:
13718         * configure.ac:
13719         * shell/ev-view.c:
13720
13721         Add another check for find interface
13722
13723         Release 0.1.3
13724
13725 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13726
13727         * shell/ev-application.c: (ev_application_open):
13728         * shell/ev-window.c: (ev_window_open):
13729
13730         Open gzipped ps documents
13731
13732 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13733
13734         * TODO:
13735         * shell/ev-view.c: (set_document_page):
13736
13737         Clamp page number, dont try to move to
13738         not existant pages.
13739
13740 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13741
13742         * backend/ev-document-find.c: (ev_document_find_changed):
13743         * backend/ev-document-find.h:
13744         * pdf/xpdf/pdf-document.cc:
13745         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13746         * shell/ev-window.c: (find_bar_search_changed_cb):
13747
13748         Fix several bugs with find
13749
13750 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13751
13752         * shell/ev-sidebar-thumbnails.c
13753         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13754         document. Prevents warning from scroll_to_cell.
13755
13756 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13757
13758         * configure.ac: Add «nb» to ALL_LINGUAS too.
13759
13760 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13761
13762         * NOTES: New file with some random thoughts.
13763
13764         * TODO: Update.
13765
13766         * backend/ev-document-misc.c:
13767         (ev_document_misc_get_page_border_size): New function to
13768         canonicalize shadow drawing sizes.  Possibly goofy.
13769
13770         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13771         (ev_view_best_fit), (ev_view_fit_width):
13772         * pdf/xpdf/pdf-document.cc:
13773         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13774         * ps/ps-document.c: (ps_document_get_page_size):
13775         * backend/ev-document-misc.h:
13776         * backend/ev-document.c: (ev_document_get_page_size):
13777         * backend/ev-document.h: get_page_size now takes a page number
13778         parameter.  Made all the backends/frontends honor it.
13779
13780         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13781         see.  Doesn't work yet.
13782
13783         * shell/Makefile.am:
13784         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13785         Doesn't do anything yet.
13786
13787         * shell/ev-sidebar-thumbnails.c:
13788         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13789         [0..n_pages-1]
13790
13791         * shell/ev-window.c: (update_action_sensitivity),
13792         (ev_window_setup_document), (ev_window_set_page_mode),
13793         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13794         view-swapping code a bit so we can have multiple views on a
13795         document.  Add the multi-page view, though it can't be turned on
13796         yet.
13797
13798 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13799
13800         * shell/ev-application.c: (ev_application_open):
13801         * shell/ev-view.c: (expose_bin_window):
13802         * shell/ev-window.c: (ev_window_open):
13803
13804         Support eps and check document supports find
13805         before drawing highlightings in expose.
13806
13807 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13808
13809         * pixbuf/pixbuf-document.c:
13810         (pixbuf_document_thumbnails_get_dimensions),
13811         (pixbuf_document_document_thumbnails_iface_init):
13812
13813         implement get_dimensions
13814
13815 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * NEWS:
13818         * configure.ac:
13819
13820         Release 0.1.2
13821
13822 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * shell/ev-view.c: (set_document_page):
13825
13826         Scroll at the top of the page when changing page
13827
13828 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * shell/ev-view.c: (ev_view_motion_notify_event):
13831
13832         Do not redraw unnecessarily
13833
13834 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13835
13836         * pdf/xpdf/pdf-document.cc:
13837         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13838         (expose_bin_window), (find_changed_cb):
13839
13840         Yay! find works now... Now to find bugs...
13841
13842 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * backend/ev-document-find.c: (ev_document_find_base_init),
13845         (ev_document_find_changed):
13846         * backend/ev-document-find.h:
13847         * pdf/xpdf/pdf-document.cc:
13848         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13849         (expose_bin_window), (ev_view_init), (set_document_page),
13850         (ensure_rectangle_is_visible), (jump_to_find_result),
13851         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13852         (ev_view_find_next), (ev_view_find_previous):
13853         * shell/ev-view.h:
13854         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13855
13856         More work on find implementation, mostly there now
13857
13858 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13859
13860         * backend/ev-backend-marshalers.list:
13861         * backend/ev-document-find.c: (ev_document_find_base_init),
13862         (ev_document_find_cancel), (ev_document_find_page_has_results),
13863         (ev_document_find_get_n_results), (ev_document_find_get_result),
13864         (ev_document_find_get_progress), (ev_document_find_changed):
13865         * backend/ev-document-find.h:
13866
13867         Enanche the find interface to be really able to do
13868         multi page find.
13869
13870         * pdf/xpdf/pdf-document.cc:
13871
13872         Implement
13873
13874         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13875         (expose_bin_window), (ev_view_init),
13876         (ev_view_get_find_status_message), (find_changed_cb),
13877         (ev_view_set_document), (set_document_page):
13878
13879         Adapt to the new interface. A few things are regressed sorry,
13880         I will finish it soon.
13881
13882 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13883
13884         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13885         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13886         ev_sidebar_thumbnails_parent_class variable, don't define another
13887         parent_class variable.
13888
13889         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13890         (ev_page_action_class_init): ditto.
13891
13892         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13893         (pixbuf_document_class_init): ditto.
13894
13895         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13896         ditto.
13897
13898         * .cvsignore: ignore various valgrind output files.
13899
13900 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13901
13902         * data/evince-ui.xml:
13903         * shell/Makefile.am:
13904         * shell/ev-history.c:
13905         * shell/ev-history.h:
13906         * shell/ev-navigation-action.c:
13907         * shell/ev-navigation-action.h:
13908         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13909         (ev_view_set_page), (ev_view_fit_width):
13910         * shell/ev-view.h:
13911         * shell/ev-window.c: (update_action_sensitivity),
13912         (ev_window_setup_document), (register_custom_actions):
13913
13914         Kill session history
13915
13916 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13917
13918         * shell/ev-window.c: (update_action_sensitivity):
13919
13920         Fix inverted up/down buttons
13921
13922 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13923
13924         * shell/ev-sidebar-thumbnails.c
13925         (ev_sidebar_thumbnails_select_page): make sure the selected
13926         thumbnail stays visible.
13927
13928 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13929
13930         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13931         scrolled window for Federico.
13932
13933 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13934
13935         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13936
13937 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13938
13939         * configure.ac:
13940         * pdf/splash/SplashFTFontEngine.cc:
13941
13942         Fix CID fonts with freetype 2.1.9
13943
13944 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13945
13946         * TODO: added item for desktop icon thumbnailer
13947
13948 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13949
13950         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13951         unloaded docs when the title is accessed.
13952
13953         * shell/ev-password-view.[hc]: New widget for displaying password
13954         state.
13955
13956         * shell/ev-window.[ch]: Refactor password handling code to handle
13957         the new view.
13958
13959 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13960
13961         * NEWS:
13962         * configure.ac:
13963         * data/Makefile.am:
13964
13965         Release 0.1.1
13966
13967 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13968
13969         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13970         ignore page offset here, to make search results independent of it,
13971
13972         * shell/ev-view.c (expose_bin_window): but take offsets into
13973         account here. Bug #164932
13974
13975         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13976         scale at the right time. Bug #164996
13977
13978 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13979
13980         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13981         fix the problem. Now I just removed the Adobe font names and hope
13982         that the URW fonts are always in outline format. Bug #164934
13983
13984         * shell/ev-window.c (update_window_title): empty titles are
13985         useless, use filename in that case too.
13986
13987         * NEWS: Add some content.
13988
13989 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13990
13991         * TODO: added one more TODO item and a TODONE section :)
13992
13993 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13994
13995         * ps/ps-document.h: add page_[xy]_offset fields.
13996
13997         * ps/ps-document.c (ps_document_set_page_offset)
13998         (ps_document_render): Keep offset in consideration in a few
13999         places. Bug #164752 "postscript documents are not centered in
14000         window"
14001
14002         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14003         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14004
14005         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14006         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14007         stub out missing methods for complete EvDocument implementation.
14008         Fixes segfaults with Save A Copy and Copy actions.
14009
14010         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14011         (ps_document_document_iface_init): ditto.
14012         
14013 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * data/.cvsignore:
14016         * data/Makefile.am:
14017         * data/evince.desktop.in:
14018
14019         Add desktop file
14020
14021 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14022
14023         * shell/ev-view.c: (ev_view_button_press_event),
14024         (ev_view_motion_notify_event):
14025
14026         Make selection work in any direction
14027
14028 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14029
14030         * TODO:
14031         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14032
14033         Use shorter labels for some of the toolbars items
14034
14035 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14036
14037         * pdf/xpdf/pdf-document.cc:
14038
14039         Check the links info is initialized before
14040         using it. Should fix a crash on startup.
14041
14042 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14043
14044         * pixbuf/pixbuf-document.c
14045         (pixbuf_document_thumbnails_get_dimensions): force floating point
14046         division to calculate page_ratio. Fixes crash with landscape
14047         format pixbufs.
14048
14049 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14050
14051         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14052
14053 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14054
14055         * shell/ev-view.c (set_document_page): unset has_selection when
14056         the page changes.
14057         (set_document_page): handle paper size changes when the page
14058         changes (test with Free Culture, page 2).
14059
14060 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14061
14062         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14063         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14064
14065         Use normal style color for the widget background and
14066         draw a black box around the page.
14067
14068 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14069
14070         * pdf/xpdf/pdf-document.cc:
14071
14072         Keep offset in consideration in a few places
14073
14074         * shell/ev-view.c: (expose_bin_window):
14075
14076         Set the offsets so that the document is ever centered
14077
14078 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14079
14080         * TODO: Added TODO items and finished off the first todo item
14081
14082         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14083         reflect current authors
14084
14085 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * pdf/xpdf/pdf-document.cc:
14088         * shell/ev-view.c: (ev_view_set_cursor),
14089         (ev_view_motion_notify_event), (document_changed_callback),
14090         (set_document_page):
14091
14092         Show a wait cursor while the page is rendering
14093
14094 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14095
14096         * shell/ev-sidebar-thumbnails.c:
14097         (ev_sidebar_tree_selection_changed),
14098         (ev_sidebar_thumbnails_select_page):
14099         * shell/ev-sidebar-thumbnails.h:
14100         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14101         (ev_view_can_go_forward):
14102         * shell/ev-window.c: (ev_window_open_page),
14103         (ev_window_setup_document), (update_current_page),
14104         (view_page_changed_cb), (ev_window_init):
14105         * shell/ev-window.h:
14106
14107         Ensure thumbnails selection, toolbar page control and
14108         current page are in sync.
14109
14110 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         * pdf/xpdf/XRef.cc:
14113
14114         Fix CAN-2005-0064
14115
14116 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14117
14118         * backend/Makefile.am:
14119         * backend/ev-document-links.h:
14120         * backend/ev-document-security.c: (ev_document_security_get_type),
14121         (ev_document_security_has_document_security),
14122         (ev_document_security_set_password):
14123         * backend/ev-document-security.h:
14124         * backend/ev-document.c: (ev_document_error_quark):
14125         * backend/ev-document.h:
14126         * data/Makefile.am:
14127         * data/evince-password.glade:
14128         * pdf/xpdf/pdf-document.cc:
14129         * shell/Makefile.am:
14130         * shell/ev-password.c: (ev_password_set_bad_password_label),
14131         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14132         (ev_password_dialog_get_password),
14133         (ev_password_dialog_set_bad_pass):
14134         * shell/ev-password.h:
14135         * shell/ev-window.c: (ev_window_get_attribute),
14136         (ev_window_set_property), (update_action_sensitivity),
14137         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14138         (ev_window_setup_document), (ev_window_get_password),
14139         (ev_window_open), (ev_window_cmd_save_as),
14140         (using_postscript_printer), (ev_window_print),
14141         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14142         (update_fullscreen_popup), (ev_window_fullscreen),
14143         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14144         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14145         (menu_item_select_cb), (find_bar_search_changed_cb),
14146         (ev_window_dispose), (ev_window_init):
14147
14148         Add initial support for password-supported dialogs.  This could be
14149         a lot cooler, but it'll do for now.
14150
14151 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14152
14153         * pdf/xpdf/pdf-document.cc:
14154         * shell/ev-view.c: (status_message_from_link),
14155         (ev_view_set_status), (ev_view_set_cursor),
14156         (ev_view_motion_notify_event), (ev_view_init):
14157         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14158
14159         Fix bugs in the links implementation and change cursor
14160         when hovering a link.
14161
14162 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14163
14164         * viewer/.cvsignore: added cvsignore file for viewer directory
14165
14166         * TODO: created TODO document
14167
14168 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14169
14170         * shell/ev-view.h:
14171         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14172         new functions to help with implementation of sensitivity code
14173         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14174         of all actions that might require it.  Fixes a crash when you
14175         click on the Zoom actions in a window lacking a document.
14176
14177 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14178
14179         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14180         of the Find action
14181
14182 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14183
14184         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14185         (pixbuf_document_document_iface_init):
14186         * ps/ps-document.c: (ps_document_get_link),
14187         (ps_document_document_iface_init):
14188         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14189         (status_message_from_link), (ev_view_set_status),
14190         (ev_view_set_find_status), (ev_view_motion_notify_event),
14191         (ev_view_button_release_event), (ev_view_set_property),
14192         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14193         (ev_view_get_find_status_message), (update_find_results),
14194         (ev_view_get_status), (ev_view_get_find_status):
14195         * shell/ev-view.h:
14196         * shell/ev-window.c: (view_status_changed_cb),
14197         (view_find_status_changed_cb), (ev_window_init):
14198
14199         View status message support, use it to show the links.
14200         Needs work...
14201
14202 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14203
14204         * backend/ev-document.c: (ev_document_get_link):
14205         * backend/ev-document.h:
14206         * pdf/xpdf/pdf-document.cc:
14207         * shell/ev-application.c: (ev_application_open):
14208         * shell/ev-application.h:
14209         * shell/ev-sidebar-links.c: (selection_changed_cb):
14210         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14211         (ev_view_go_to_link):
14212
14213         Add support for document links
14214
14215 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14216
14217         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14218         (create_tool_item):
14219         Set the spin button limits correctly.
14220         
14221         * shell/ev-sidebar-thumbnails.c:
14222         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14223         Support changing pages by clicking on the thumbnails.
14224         
14225 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14226
14227         * pixbuf/pixbuf-document.c:
14228         (pixbuf_document_thumbnails_get_dimensions),
14229         (pixbuf_document_document_thumbnails_iface_init):
14230
14231         implement get_dimensions
14232
14233 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14234
14235         * ps/ps-document.c: (ps_document_goto_page):
14236
14237         Fix page switching on multipage documents
14238
14239 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14240
14241         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14242         
14243         check for NULL before assigning to width and height parameters
14244
14245 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14246
14247         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14248         (pixbuf_document_set_property), (pixbuf_document_get_property):
14249
14250         implement get/set properties
14251
14252 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14253
14254         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14255         
14256         return NULL instead of "Unknown", letting the title get set to
14257         the filename when the pdf has no title.
14258
14259 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14260
14261         * ps/ps-document.c: (ps_document_get_page_count),
14262         (ps_document_goto_page):
14263
14264 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * shell/ev-history.c: (ev_history_get_property),
14267         (ev_history_set_property), (ev_history_class_init),
14268         (ev_history_add_page), (ev_history_set_current_index):
14269         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14270         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14271         (ev_navigation_action_finalize):
14272         * shell/ev-navigation-action.h:
14273         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14274         (ev_view_go_forward), (ev_view_get_find_status_message),
14275         (history_index_changed_cb), (ev_view_set_history):
14276         * shell/ev-view.h:
14277         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14278         (update_current_page), (register_custom_actions):
14279
14280         Implement history dropdowns
14281
14282 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14283
14284         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14285         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14286         (ev_view_go_forward):
14287         * shell/ev-window.c: (register_custom_actions):
14288
14289         Fix several history bugs
14290
14291 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14292
14293         * configure.ac: Add «nb» to ALL_LINGUAS.
14294
14295 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14296
14297         * backend/Makefile.am:
14298         * backend/ev-bookmark.c:
14299         * backend/ev-bookmark.h:
14300         * backend/ev-document-bookmarks.c:
14301         * backend/ev-document-bookmarks.h:
14302         * backend/ev-document-links.c: (ev_document_links_get_type),
14303         (ev_document_links_has_document_links),
14304         (ev_document_links_begin_read), (ev_document_links_get_link),
14305         (ev_document_links_get_child), (ev_document_links_next),
14306         (ev_document_links_free_iter):
14307         * backend/ev-document-links.h:
14308         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14309         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14310         (ev_link_get_link_type), (ev_link_set_link_type),
14311         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14312         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14313         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14314         (ev_link_new_external):
14315         * backend/ev-link.h:
14316         * pdf/xpdf/pdf-document.cc:
14317         * shell/Makefile.am:
14318         * shell/ev-application.c: (ev_application_open_link):
14319         * shell/ev-application.h:
14320         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14321         (ev_history_get_link_nth):
14322         * shell/ev-history.h:
14323         * shell/ev-sidebar-bookmarks.c:
14324         * shell/ev-sidebar-bookmarks.h:
14325         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14326         (ev_sidebar_links_class_init), (selection_changed_cb),
14327         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14328         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14329         (do_one_iteration), (populate_links_idle),
14330         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14331         * shell/ev-sidebar-links.h:
14332         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14333         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14334         (go_to_index):
14335         * shell/ev-view.h:
14336         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14337         * shell/ev-window.h:
14338
14339         Rename bookmark to link, and use "Index" for the sidebar panel.
14340
14341 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * shell/Makefile.am:
14344         * shell/ev-application.c: (ev_application_open_bookmark):
14345         * shell/ev-application.h:
14346         * shell/ev-history.c: (ev_history_init), (free_links_list),
14347         (ev_history_finalize), (ev_history_class_init),
14348         (ev_history_add_link), (ev_history_add_page),
14349         (ev_history_get_link_nth), (ev_history_get_n_links),
14350         (ev_history_get_current_index), (ev_history_set_current_index),
14351         (ev_history_new):
14352         * shell/ev-history.h:
14353         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14354         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14355         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14356         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14357         (ev_view_set_page):
14358         * shell/ev-view.h:
14359         * shell/ev-window.c: (ev_window_open_bookmark),
14360         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14361         (goto_page_cb), (register_custom_actions):
14362         * shell/ev-window.h:
14363
14364         Initial history implementation. Needs work.
14365
14366 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14367
14368         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14369
14370 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14371
14372         * cut-n-paste/recent-files/egg-recent-item.c:
14373         * cut-n-paste/recent-files/egg-recent-item.h:
14374         * cut-n-paste/recent-files/egg-recent-model.c:
14375         * cut-n-paste/recent-files/egg-recent-util.c:
14376         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14377         * cut-n-paste/recent-files/egg-recent-view.c:
14378
14379         Update
14380
14381 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14382
14383         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14384         (fillGlyph, fillImageMask, drawImage):
14385         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14386         pdf/splash/SplashTypes.h:
14387         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14388         packed mode for Splash.
14389
14390         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14391         RGB8 packed mode, eliminates the pixbuf data creation loop.
14392
14393         * shell/ev-print-job.c (ev_print_job_finalize)
14394         (ev_print_job_set_property, ev_print_job_get_property)
14395         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14396         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14397         (print_closure_finalize, ev_print_job_print): implement
14398         printing (for backends with EvPsExporter)
14399
14400         * shell/ev_print_job.h: update prototypes.
14401
14402         * shell/ev-window.c (ev_window_print): unref print job after
14403         printing.
14404
14405         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14406         unless the document implements the EvDocumentFind interface.
14407
14408 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14409
14410         * configure.ac: Added ja to ALL_LINGUAS.
14411
14412 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14413
14414         * pdf/xpdf/pdf-document.cc:
14415
14416         add a FIXME. We should probably not allocate
14417         a bookmark object every time
14418
14419 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14420
14421         * shell/ev-application.c: (ev_application_open),
14422         (ev_application_open_bookmark):
14423         * shell/ev-application.h:
14424         
14425         Add a way to open bookmarks
14426
14427         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14428         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14429         (ev_bookmark_set_property), (ev_bookmark_class_init),
14430         (ev_bookmark_new_title), (ev_bookmark_new_link),
14431         (ev_bookmark_new_external):
14432
14433         Support for external uris, better constructors.
14434
14435         * backend/ev-bookmark.h:
14436         * pdf/xpdf/pdf-document.cc:
14437         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14438
14439         Handle external uris
14440
14441 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14442
14443         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14444         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14445
14446         Hook up bookmarks navigation
14447
14448 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14449
14450         * backend/Makefile.am:
14451         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14452         (ev_bookmark_get_title), (ev_bookmark_set_title),
14453         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14454         (ev_bookmark_get_page), (ev_bookmark_set_page),
14455         (ev_bookmark_get_property), (ev_bookmark_set_property),
14456         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14457         (ev_bookmark_new):
14458         * backend/ev-bookmark.h:
14459         * backend/ev-document-bookmarks.c:
14460         (ev_document_bookmarks_get_bookmark):
14461         * backend/ev-document-bookmarks.h:
14462         * pdf/xpdf/pdf-document.cc:
14463         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14464
14465         Add a bookmark object to the backend and use it instead of get_values
14466
14467 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14468
14469         * data/evince-ui.xml:
14470
14471         Cleanup and add select all.
14472
14473         * shell/ev-view.c: (ev_view_select_all),
14474         (ev_view_button_press_event):
14475         * shell/ev-view.h:
14476         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14477
14478         Add select all.
14479         Clear selection on click.
14480
14481 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14482
14483         * shell/ev-sidebar-thumbnails.c
14484         (ev_sidebar_thumbnails_set_document): forgot to unref the
14485         loading_icon.
14486
14487 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14488
14489         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14490         at the visible page, not just linearly.  This makes it look fast.
14491
14492 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14493
14494         * backend/ev-document-misc.c
14495         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14496         white.
14497         * backend/ev-document-thumbnails.h: New interface to get the size
14498         of a page.
14499
14500 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14501
14502         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14503         make dist works
14504
14505 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14506
14507         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14508         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14509         things up a bit.
14510
14511         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14512
14513 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14514
14515         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14516         fonts. Should fix font problems on systems that have the base
14517         fonts in bitmap format. Reported by James Henstridge
14518         <james@jamesh.id.au>.
14519
14520 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14521
14522         * pdf/xpdf/Gfx.cc:
14523         * pdf/xpdf/GfxState.cc:
14524
14525         Fix for CAN-2004-1125
14526
14527 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14528
14529         * shell/ev-view.c: (ev_view_copy):
14530         * shell/ev-view.h:
14531         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14532
14533         Implement Edit->Copy
14534
14535 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14536
14537         * backend/ev-document.c: (ev_document_get_text):
14538         * backend/ev-document.h:
14539         * pdf/xpdf/pdf-document.cc:
14540         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14541         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14542         (ev_view_update_primary_selection), (ev_view_button_press_event),
14543         (ev_view_motion_notify_event), (ev_view_button_release_event):
14544
14545         Beginnings of clipboard support. Incomplete but primary sort
14546         of work.
14547
14548 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14549
14550         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14551         (expose_bin_window):
14552
14553         Nicer rubberband drawing, from GtkIconView.
14554
14555 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14556
14557         * backend/ev-document.c: (ev_document_save):
14558         * backend/ev-document.h:
14559         * data/evince-ui.xml:
14560         * pdf/xpdf/pdf-document.cc:
14561         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14562
14563         Implement "Save a copy..." menu item
14564
14565 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14566
14567         * shell/ev-view.c: (ev_view_zoom):
14568
14569         Queue a resize when zoom changes
14570
14571 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14572
14573         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14574         shadows.
14575
14576         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14577         thumbnails..
14578
14579 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14580
14581         * pdf/xpdf/pdf-document.cc
14582         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14583
14584 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14585
14586         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14587         It's slow, but I'll speed it up next!
14588
14589 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14590
14591         * shell/main.c (load_files):
14592
14593         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14594         from the command line and because it seems more appropriate.
14595
14596 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14597
14598         * data/evince-ui.xml:
14599         * shell/ev-window.c: (update_action_sensitivity),
14600         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14601
14602         s/next page/page down
14603         s/previous page/page up
14604
14605 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14606
14607         * data/evince-ui.xml:
14608
14609         Change the layout to match clarkbw design.
14610
14611         * shell/Makefile.am:
14612         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14613         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14614         (ev_navigation_action_finalize),
14615         (ev_navigation_action_set_property),
14616         (ev_navigation_action_get_property),
14617         (ev_navigation_action_class_init):
14618         * shell/ev-navigation-action.h:
14619
14620         Implement clarkbw toolbar navigation controls (incomplete)
14621
14622         * shell/ev-page-action.c: (update_label), (update_spin),
14623         (value_changed_cb), (create_tool_item), (connect_proxy),
14624         (ev_page_action_init), (ev_page_action_finalize),
14625         (ev_page_action_set_property), (ev_page_action_get_property),
14626         (ev_page_action_set_current_page),
14627         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14628         * shell/ev-page-action.h:
14629
14630         Implement a page switcher in the toolbar
14631
14632         * shell/ev-view.c: (ev_view_scroll_view):
14633         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14634         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14635         (register_custom_actions), (ev_window_init):
14636
14637         Change page on PageUp/Down.
14638
14639 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14640
14641         * pdf/xpdf/pdf-document.cc
14642         (pdf_document_thumbnails_get_thumbnail): initial stab at
14643         implementing thumbnail support for pdfs.  It only does documents
14644         with precached pdfs now.
14645
14646 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14647
14648         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14649         thumbnail code into a time-based idle as well.  Also, turn off the
14650         shadow temporarily as it's really slow.
14651
14652 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14653
14654         * backend/ev-document.c: (ev_document_class_init):
14655         * pdf/xpdf/pdf-document.cc:
14656         * shell/ev-window.c: (ev_window_open):
14657
14658         Fix document title bugs and fallback to
14659         filename when not available.
14660
14661 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14662
14663         * backend/ev-document.c: (ev_document_get_type),
14664         (ev_document_class_init), (ev_document_load),
14665         (ev_document_get_title):
14666         * backend/ev-document.h:
14667         * pdf/xpdf/pdf-document.cc:
14668         * ps/ps-document.c: (ps_document_set_property),
14669         (ps_document_get_property), (ps_document_class_init),
14670         (document_load):
14671         * ps/ps-document.h:
14672         * ps/ps.h:
14673         * shell/ev-window.c: (update_window_title), (ev_window_open),
14674         (ev_window_init):
14675
14676         Initial support for document title. Not working yet.
14677
14678 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14679
14680         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14681
14682         Grab focus on the view when clicking it
14683
14684 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14685
14686         * shell/ev-marshal.list:
14687         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14688         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14689
14690         Add key bindings to the view. Now if the focus would work
14691         right...
14692
14693 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14694
14695         * Makefile.am:
14696         * backend/Makefile.am:
14697         * data/Makefile.am:
14698         * dvi/Makefile.am:
14699         * dvi/dvilib/Makefile.am:
14700         * pdf/xpdf/Makefile.am:
14701         * po/POTFILES.in:
14702         * ps/Makefile.am:
14703
14704         Fix distcheck
14705
14706 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14707
14708         * shell/ev-view.c: (ev_view_realize):
14709
14710         Fix mouse wheel scrolling
14711
14712 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14713
14714         * ps/Makefile.am:
14715         * ps/gstypes.h:
14716         * ps/gtkgs.c:
14717         * ps/gtkgs.h:
14718         * ps/ps-document.c: (catchPipe), (ps_document_init),
14719         (ps_document_class_init), (ps_document_cleanup),
14720         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14721         (set_up_page), (close_pipe), (is_interpreter_ready),
14722         (interpreter_failed), (output), (input), (start_interpreter),
14723         (stop_interpreter), (file_length), (file_readable),
14724         (check_filecompressed), (check_pdf), (compute_xdpi),
14725         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14726         (ps_document_get_type), (ps_document_emit_error_msg),
14727         (document_load), (ps_document_next_page),
14728         (ps_document_get_current_page), (ps_document_get_page_count),
14729         (ps_document_goto_page), (ps_document_set_page_size),
14730         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14731         (ps_document_load), (ps_document_get_n_pages),
14732         (ps_document_set_page), (ps_document_get_page),
14733         (ps_document_widget_event), (ps_document_set_target),
14734         (ps_document_set_scale), (ps_document_set_page_offset),
14735         (ps_document_get_page_size), (ps_document_render),
14736         (ps_document_document_iface_init):
14737         * ps/ps-document.h:
14738         * ps/ps.c:
14739         * shell/ev-window.c: (ev_window_open):
14740
14741         Rename GtkGS to PSDocument
14742
14743 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14744
14745         * ps/gtkgs.c: (gtk_gs_class_init):
14746         * ps/gtkgs.h:
14747
14748         Some more leftover...
14749
14750 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14751
14752         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14753         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14754         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14755         * ps/gtkgs.h:
14756
14757         Remove unused code and make a lot of stuff private
14758
14759 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14760
14761         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14762         (gtk_gs_defaults_changed):
14763         * ps/gsdefaults.h:
14764         * ps/gtkgs.c:
14765         * ps/gtkgs.h:
14766         * ps/ps.h:
14767
14768         Cleanup headers dependencies
14769
14770 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14771
14772         * ps/Makefile.am:
14773         * ps/ggvutils.c:
14774         * ps/ggvutils.h:
14775         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14776         * ps/gsdefaults.h:
14777         * ps/gtkgs.c: (file_length), (file_readable),
14778         (check_filecompressed), (check_pdf), (gtk_gs_load),
14779         (gtk_gs_get_postscript):
14780
14781         Get rid of ggvutils
14782
14783 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14784
14785         * ps/ggvutils.c:
14786         * ps/ggvutils.h:
14787         * ps/gsio.h:
14788         * ps/gtkgs.c: (gtk_gs_set_zoom):
14789
14790         Cleanups
14791
14792 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14793
14794         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14795
14796         Ensure the page is rerendered when changing zoom
14797
14798 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14799
14800         * backend/ev-document.c: (ev_document_base_init),
14801         (ev_document_changed):
14802         * backend/ev-document.h:
14803
14804         Add a changed event that is emitted when the page content
14805         changes. This is necessary to deal with the fact that
14806         in ps backend rendering happen asycrounously.
14807         This makes the ps backend mostly work.
14808
14809         * pdf/xpdf/pdf-document.cc:
14810
14811         Emit changed event
14812
14813         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14814         (ps_document_set_target):
14815
14816         Emit changed event
14817
14818         * shell/ev-view.c: (document_changed_callback),
14819         (ev_view_set_document), (ev_view_set_page):
14820
14821         Redraw on the changed signal
14822
14823 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14824
14825         * configure.ac: Added pt_BR to ALL_LINGUAS.
14826
14827 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14828
14829         * backend/ev-document-bookmarks.c:
14830         (ev_document_bookmarks_get_child): *
14831         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14832         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14833         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14834         (ev_sidebar_bookmarks_destroy),
14835         (ev_sidebar_bookmarks_class_init),
14836         (ev_sidebar_bookmarks_construct), (stack_data_free),
14837         (do_one_iteration), (populate_bookmarks_idle),
14838         (ev_sidebar_bookmarks_clear_document),
14839         (ev_sidebar_bookmarks_set_document): *
14840         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14841         (ev_sidebar_add_page),
14842         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14843         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14844         it displays both the topics and the page numbers.
14845
14846 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14847
14848         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14849         toggle.
14850         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14851         visible.
14852
14853 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14854
14855         * configure.ac: Added en_CA to ALL_LINGUAS.
14856
14857 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14858
14859         * ChangeLog: replace bottom of this ChangeLog (merged history of
14860         ggv and gpdf; where all paths were wrong and most of the files are
14861         not even in this tree) with ChangeLog (from arch) of the shell
14862         code.
14863
14864 2004-12-23  Havoc Pennington  <hp@redhat.com>
14865
14866         * shell/ev-window.c: hook up potentially-questionable "find
14867         results status text" feature - something involving the sidebar or
14868         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14869         might be better in the end.
14870
14871         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14872         with corresponding signal when it should be updated
14873
14874         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14875
14876 2004-12-22  Havoc Pennington  <hp@redhat.com>
14877
14878         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14879         find stuff on other pages, sort of (only returns one result on
14880         invisible pages, to show they have results; updates full results
14881         for a page when you view it). Currently repaints the current page
14882         every time a new result is found on any page, which isn't so nice.
14883
14884 2004-12-22  Havoc Pennington  <hp@redhat.com>
14885
14886         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14887         the document doesn't support find (better ideas?)
14888         (find_bar_search_changed_cb): handle missing document or document
14889         that doesn't support find
14890
14891         * pdf/xpdf/pdf-document.cc: port to implement the new
14892         EvDocumentFindIface
14893
14894         * backend/ev-document-find.c: create a new interface for searching
14895
14896         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14897
14898 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14899
14900         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14901         libevbackend.la.
14902
14903         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14904         EvPrintJob constructor arguments.
14905
14906         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14907         for documents that can export PostScript (page by page).
14908
14909         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14910         
14911         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14912         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14913         (pdf_document_ps_exporter_iface_init:
14914         Implement EvPSExporter.
14915
14916         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14917
14918 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14919
14920         * backend/Makefile.am:
14921         * backend/ev-document-thumbnails.c:
14922         (ev_document_thumbnails_get_type),
14923         (ev_document_thumbnails_get_thumbnail):
14924         * backend/ev-document-thumbnails.h:
14925         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14926         (pixbuf_document_thumbnails_get_thumbnail),
14927         (pixbuf_document_document_thumbnails_iface_init):
14928         * shell/Makefile.am:
14929         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14930         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14931         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14932         * shell/ev-sidebar-thumbnails.h:
14933         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14934         (ev_sidebar_set_document):
14935         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14936         (create_shadow), (ev_pixbuf_add_shadow):
14937         * shell/ev-utils.h:
14938         Add thumbnail support.
14939         
14940 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14941
14942         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14943         (using_postscript_printer): Set up a print dialog for "PostScript
14944         injection" method.
14945
14946         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14947         EvPrintJob.
14948
14949         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14950
14951 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14952
14953         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14954         (ps_document_set_target), (ps_document_get_page_size),
14955         (ps_document_render):
14956         * ps/gtkgs.h:
14957
14958         Fix a few bugs
14959
14960 2004-12-22  Christian Rose  <menthos@menthos.com>
14961
14962         * configure.ac: Added "sv" to ALL_LINGUAS.
14963
14964 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14965
14966         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14967         document supports bookmarks.
14968
14969 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14970
14971         * ps/ggvutils.c: (ggv_file_readable):
14972         * ps/ggvutils.h:
14973         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14974         (gtk_gs_get_postscript):
14975
14976         Remove unused utils
14977
14978 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14979
14980         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14981         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14982         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14983         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14984         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14985         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14986         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14987         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14988         (gtk_gs_set_antialiasing), (ps_document_load),
14989         (ps_document_render):
14990         * ps/gtkgs.h:
14991
14992         Another check point for the ps backend. Now I can get it to show
14993         pages!
14994
14995 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14996
14997         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14998         document setting code.
14999
15000 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15001
15002         * shell/eggfindbar.c: (entry_activate_callback):
15003         Animate the next button when activate is pressed.
15004         
15005 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15006
15007         * shell/ev-window.c: (ev_window_cmd_edit_find),
15008         (update_fullscreen_popup), (ev_window_fullscreen),
15009         (ev_window_unfullscreen), (ev_window_state_event_cb),
15010         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15011         Fix bugs in fullscreen code.
15012         
15013 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15014
15015         * Makefile.am:
15016         * configure.ac:
15017         * pixbuf/Makefile.am:
15018         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15019         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15020         (pixbuf_document_set_page), (pixbuf_document_get_page),
15021         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15022         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15023         (pixbuf_document_render), (pixbuf_document_begin_find),
15024         (pixbuf_document_end_find), (pixbuf_document_finalize),
15025         (pixbuf_document_class_init),
15026         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15027         * pixbuf/pixbuf-document.h:
15028         * shell/Makefile.am:
15029         * shell/ev-application.c: (ev_application_open):
15030         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15031         (ev_window_open):
15032         Add pixbuf backend.
15033         
15034 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15035
15036         * Makefile.am: 
15037         * dvi/dvilib/Makefile.am:
15038         * dvi/Makefile.am:
15039         * configure.ac: Auto*ify dvi and dvi/dvilib
15040
15041         * dvi/Makefile: Remove from CVS
15042         
15043         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15044         confusion.
15045
15046         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15047         
15048         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15049         
15050 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15051
15052         * ps/Makefile.am:
15053         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15054         (gtk_gs_value_adjustment_changed), (compute_size),
15055         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15056         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15057         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15058         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15059         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15060         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15061         (ps_document_load), (ps_document_get_n_pages),
15062         (ps_document_set_page), (ps_document_get_page),
15063         (ps_document_set_target), (ps_document_set_scale),
15064         (ps_document_set_page_offset), (ps_document_get_page_size),
15065         (ps_document_render), (ps_document_begin_find),
15066         (ps_document_end_find), (ps_document_document_iface_init):
15067         * ps/gtkgs.h:
15068         * shell/Makefile.am:
15069         * shell/ev-window.c: (ev_window_open):
15070
15071         Some work to integrate gtkgs with EvDocument
15072
15073 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15074
15075         * shell/ev-window.c: (update_fullscreen_popup),
15076         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15077         (exit_fullscreen_button_clicked_cb),
15078         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15079         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15080         (ev_window_state_event_cb), (ev_window_init):
15081         Add fullscreen support from Epiphany.
15082         
15083 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15084
15085         * data/ev-stock-zoom-fit-width.png: fit-width
15086         stock icon from gpdf.
15087         
15088         * shell/ev-stock-icons.[ch]: copied from gpdf.
15089         
15090         * shell/main.c: (main): init stock icons.
15091         
15092         * shell/ev-window.c: use the fit-width icon.
15093         
15094         * data/evince-ui.xml: add zooming toolbar items.
15095
15096 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15097
15098         * shell/ev-view.c: 
15099         (ev_view_best_fit), (ev_view_fit_width): because
15100         get_page_size() returns the scaled page size, we
15101         need to calculate the scale factor relative to
15102         the previous scale factor. Should really just
15103         add get_real_page_size().
15104
15105 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15106
15107         * shell/ev-view.[ch]:
15108         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15109         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15110         add zooming.
15111         
15112         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15113         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15114         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15115         hook it up.
15116         
15117         * pdf/xpdf/pdf-document.cc:
15118         (pdf_document_begin_find),
15119         (pdf_document_end_find): make static.
15120
15121 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15122
15123         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15124
15125         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15126         names to fontconfig patterns.
15127         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15128
15129         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15130         setupBaseFontsFc.
15131
15132 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15133
15134         * Makefile.am:
15135         * configure.ac:
15136         * ps/Makefile.am:
15137         * ps/ggvutils.c:
15138         * ps/ggvutils.h:
15139         * ps/gsdefaults.c:
15140         * ps/gsdefaults.h:
15141         * ps/gsio.c:
15142         * ps/gsio.h:
15143         * ps/gtkgs.c:
15144         * ps/gtkgs.h:
15145         * ps/ps.c:
15146         * ps/ps.h:
15147
15148         Import ggv backend. Not hooked up yet.
15149
15150 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15151
15152         * shell/main.c: (load_files), (main): load files
15153         from the command line.
15154
15155 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15156
15157         * configure.ac: don't require bonobo.
15158         
15159         * cut-n-paste/recent-files/*: kill bonobo recent
15160         view.
15161
15162         * shell/ev-window.c:
15163         (ev_window_is_empty): upd.
15164         (unable_to_load), (ev_window_open): load backend
15165         based on the mime type.
15166
15167 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15168
15169         * backend/.cvsignore: ignore generated marshalers source.
15170
15171         * shell/main.c (main): this is not epiphany.
15172
15173 2004-12-22  Havoc Pennington  <hp@redhat.com>
15174
15175         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15176         (expose_bin_window): draw find highlights
15177
15178         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15179         
15180         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15181         (pdf_document_end_find): implement this interface
15182
15183         * backend/ev-document.c (ev_document_found): add this to emit
15184         signal
15185
15186 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15187
15188         * data/evince-ui.xml: Add a few more toolbar items.
15189
15190         * shell/ev-window.c: Hook up page navigation toolbar 
15191         items.
15192
15193         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15194         a page-changed signal.
15195
15196         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15197         Add ev_document_get_page().
15198
15199         * shell/ev-window.c: Sensitize/desensitize navigation
15200         actions.
15201
15202 2004-12-21  Havoc Pennington  <hp@redhat.com>
15203
15204         * backend/ev-backend-marshal.c,
15205         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15206         marshaler-generator thingy. I'm sure there's a better way to do
15207         this in the modern world.
15208
15209         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15210         end_find methods and "found" signal.
15211
15212         * configure.ac: find glib-genmarshal
15213
15214 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15215
15216         * shell/ev-sidebar.c: Construct an actual sidebar.
15217         * shell/ev-sidebar-bookmarks.[ch]:
15218         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15219
15220 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15221
15222         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15223         Redo size handling.
15224         
15225         * shell/ev-view.c: Track the size from the document.
15226
15227 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15228
15229         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15230         constructor assumes ownership of the string passed in.
15231         
15232         * shell/ev-window.c (ev_window_open): Destroy the error
15233         dialog once we've displayed it.
15234
15235 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15236
15237         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15238         a bit, it works! (sort of)
15239
15240         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15241         Move to .cc since we need to use C++ in the implementation.
15242
15243         * shell/dummy.cc: Add a CC file to force evince
15244         to be linked as a C++ program.
15245
15246 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15247
15248         * shell/ev-view.[ch]: Start of content-area widget.
15249
15250         * shell/ev-window.c: Create a EvView, update it
15251         as we change documents.
15252
15253         * shell/Makefile.am shell/ev-marshal.list: Add
15254         generated marshalers.
15255
15256 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15257
15258         * Makefile.am (SUBDIRS): move shell.
15259
15260 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15261
15262         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15263         .a to libtool convenience libraries.
15264
15265         * shell/ev-window.c (ev_window_open): Hard code loading
15266         a PDF document.
15267         
15268         * backend/ev-document.h: Add a boolean return to load(),
15269         fix GError * to GError **.
15270
15271         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15272         object for a PDF backend EvDocument.
15273
15274 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15275
15276         * dvi/*: New directory with the beginning of a .dvi backend.
15277
15278 2004-12-21  Havoc Pennington  <hp@redhat.com>
15279
15280         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15281         previous/next instead of back/forward
15282
15283 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15284
15285         * backend/ev-document.[ch]: Fix a couple of problems so
15286         it compile.
15287
15288 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15289
15290         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15291         to backend/ directory, rename EvViewer to EvDocument.
15292
15293 2004-12-21  Havoc Pennington  <hp@redhat.com>
15294
15295         * shell/ev-window.c: hook up the find bar widget; now we just need
15296         a document to find things in
15297
15298         * shell/eggfindbar.c: a find bar widget
15299
15300 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15301
15302         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15303
15304 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15305
15306         * pdf/**: Import of xpdf code from gpdf. 
15307
15308         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15309
15310         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15311         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15312         Fix FreeType includes.
15313
15314         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15315         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15316         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15317         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15318         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15319         Include xpdfconfig.h
15320         
15321 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15322
15323         * shell/ev-window.c (ev_window_dispose): dispose can be called
15324         multiple times.
15325
15326 2004-12-21  Havoc Pennington  <hp@redhat.com>
15327
15328         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15329         rather than Evince
15330
15331         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15332         items; really they should be synced with the strings, etc. from
15333         current gpdf, but just getting the boring typing out of the way 
15334
15335 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15336
15337         * po/POTFILES.in:
15338         * shell/ev-application.c: (window_destroy_cb):
15339         * shell/ev-window.c:
15340         * shell/main.c: (main):
15341
15342         Actually show the window...
15343
15344 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15345
15346         * Makefile.am:
15347         * shell/Makefile.am:
15348         * shell/ev-application.c: (ev_application_class_init):
15349         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15350
15351         Make it build again
15352
15353 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15354
15355         Import to gnome cvs.
15356         
15357         * Remove copies of gpdf and ggv trees.
15358         * Rip out all the recursive configure code.
15359         * Remove bonobo machinery.
15360         * viewer/*: GInterfaces that backends should/can implement.
15361
15362 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15363
15364         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15365         typo
15366
15367 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15368
15369         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15370         (ev_application_finalize, ev_application_class_init)
15371         (ev_application_init): use GType instance private data for priv.
15372
15373         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15374         (ev_window_finalize, ev_window_class_init)
15375         (ev_window_init): ditto.
15376
15377 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15378
15379         * shell/ev-application.c (ev_application_new_window): make public
15380         (ev_application_show_initial_window): kill.
15381
15382         * shell/ev-application.h: update prototypes.
15383
15384         * shell/main.cc (main): inline ev_application_show_initial_window.
15385
15386 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15387
15388         * shell/ev-application.c (ev_application_new_window): impl.
15389         (ev_application_show_initial_window): use it.
15390         (is_window_empty, ev_application_get_empty_window): returns an
15391         existing empty window or a new one.
15392         (ev_application_open): from ev_window_cmd_file_open.
15393
15394         * shell/ev-application.h: update prototypes
15395
15396         * shell/ev-window.c (ev_window_is_empty): impl.
15397         (ev_window_open): make public.
15398         (ev_window_cmd_file_open): use ev_application_open
15399
15400         * shell/ev-window.h: update prototypes, remove unused.
15401
15402 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15403
15404         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15405         move destroy handler out of here...
15406
15407         * shell/ev-application.c, shell/ev-application.h: ...into this new
15408         class. Also handles initial window creation.
15409
15410         * shell/main.cc (main): use EvApplication to create initial
15411         window.
15412
15413 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15414
15415         * Makefile.am (SUBDIRS): add cut-n-paste
15416
15417         * cut-n-paste/Makefile.am: add
15418
15419         * configure.ac: generate Makefiles in cut-n-paste
15420
15421 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15422
15423         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15424         (ev_window_class_init): install ev_window_dispose.
15425
15426 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15427
15428         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15429         char (gchar looks stupid).
15430
15431 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15432
15433         * po/de.po: updated German translation.
15434
15435 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15436
15437         * configure.ac: add more pkg-config library checks for gnome-vfs,
15438         bonobo etc.
15439
15440         * gpdf/configure.in: temporarily disable libpaper
15441         checks. Otherwise I'd have to add the checks for the shell, too.
15442
15443 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15444
15445         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15446         and * file filters to the file choose.
15447
15448 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15449
15450         * po/de.po: Updated German translation.
15451
15452 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15453
15454         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15455
15456 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15457
15458         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15459
15460         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15461         (ev_window_init): implement those menuitems.
15462
15463 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15464
15465         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15466
15467         * shell/ev-window.c (ev_window_init): use the toolbar.
15468
15469 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15470
15471         * shell/ev-window.c (ev_window_init): use menu translations
15472
15473 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15474
15475         * configure.ac: add "de" to ALL_LINGUAS.
15476
15477         * po/de.po: add German translation.
15478
15479 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15480
15481         * Makefile.am (SUBDIRS): add po
15482
15483         * configure.ac: check intltool, glib-gettext etc, generate
15484         po/Makefile.in
15485
15486         * po, po/POTFILES.in, po/POTFILES.skip: new.
15487
15488 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15489
15490         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15491         already use (#ifdef ENABLE_NLS)
15492
15493         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15494         pointer indirection thinko.
15495
15496         * shell/main.c: include gi18n.h for bindtextdomain etc.
15497
15498 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15499
15500         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15501         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15502         tooltips for menu items in the statusbar.
15503
15504 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15505
15506         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15507         pkgdatadir drop UIDIR
15508
15509 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15510
15511         * data/evince-ui.xml: Add File->Open menu item
15512
15513         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15514         chooser), hook it up in the ui manager.
15515
15516 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15517
15518         * shell/ev-window.c: fix Help->About tooltip.
15519
15520 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15521
15522         * configure.ac: set CFLAGS for libevprivate.
15523
15524         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15525         definitions, factory etc.
15526
15527         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15528
15529         * shell/Makefile.am: link against libevprivate.a.
15530
15531         * shell/ev-window.c (entries): add stock icon to Help->About.
15532
15533         * shell/main.c (main): init stock icon code.
15534
15535 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15536
15537         * lib/recent-files: egg recent files code
15538
15539         * lib/Makefile.am: add.
15540
15541         * Makefile.am: add lib subdir.
15542
15543         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15544         set CFLAGS for recent-files.
15545
15546 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15547
15548         * configure.ac: disable -ansi and -pedantic gcc flags. They
15549         disable POSIX stuff in stdio.h, but egg-recent uses them.
15550
15551 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15552
15553         * configure.ac: add --disable-deprecated flag (defaults to on in
15554         "cvs" builds).
15555
15556         * shell/Makefile.am (INCLUDES): use it.
15557
15558 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * shell/main.c: add missing #include.
15561
15562         * shell/ev-window.c: fix for pedantic gcc.
15563         (ev_window_cmd_help_about): split license into paragraphs for
15564         translators and pedantic compilers.
15565
15566 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15567
15568         * configure.ac: add more warning flags if compiling with gcc from
15569         cvs (or explicitly requested with --enable-more-warnings).
15570
15571 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15572
15573         * data/evince-ui.xml: add File and File->Close menu.
15574
15575         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15576         (ev_window_destroy): quit after destroy.
15577         (ev_window_class_init): override GtkObject::destroy.
15578         (entries): install close_window callback.
15579
15580 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15581
15582         * Makefile.am (SUBDIRS): add data subdir.
15583
15584         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15585         gtk+ 2.5.0 for GtkAboutDialog.
15586
15587         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15588         main window.
15589
15590         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15591
15592         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15593         manager.
15594         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15595
15596 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15597
15598         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15599
15600 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15601
15602         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15603
15604 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15605
15606         * shell/*: Added shell directory boilerplate, build it.
15607
15608 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15609
15610         * configure.ac, Makefile.am: Added top-level configure.ac and
15611         Makefile.am